/*====================
SP
====================*/
@media screen and (max-width: 800px) {

div.contents {
    max-width: none;
    width: 100%;
    padding-top: 0 !important;
}

.is-pc {
    display: none;
}

/*====================
fv
====================*/
.fv {
    width: 100%;
}

.fv img {
    width: 100%;
}

/*====================
message01
====================*/
.message01 {
    background: url(../images/lp/haana/message01-bg.jpg) no-repeat center center / cover;
    padding: 15% 0;
}

.messageText {
    width: 80%;
    margin: 0 auto;
}

.messageText img {
    width: 100%;
    height: auto !important;
}

/*====================
new
====================*/
.new {
    background: url(../images/lp/haana/new-bg_sp.jpg) no-repeat center center / cover;
    padding: 12% 0 8%;
}

.newCursive {
    width: 20%;
    margin: 0 auto;
}

.newCursive img {
    width: 100%;
}

.newImg {
    width: 88%;
    margin: 5% auto 0;
    position: relative;
}

.newImg::after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: min(8vw, 80px);
    box-shadow: 0 15px 20px rgba(221, 226, 233, 1);
    position: absolute;
    top: 0;
    left: 0;
}

.newImg img {
    width: 100%;
}

.hukidashi {
    width: 230px;
    text-align: center;
    position: relative;
    border-bottom: 2px #5b6a79 dotted;
    font-size: 12px;
    color: #2e4154;
    font-weight: 700;
    font-family: YuGothic, "游ゴシック体", "游ゴシック", "Yu Gothic", sans-serif;
    letter-spacing: 4px;
}

.hukidashi::before {
    content: "";
    width: 2px;
    height: 25px;
    background-color: #2e4154;
    position: absolute;
    bottom: -5px;
    right: calc(100% + 20px);
    transform: rotate(-30deg);
}

.hukidashi::after {
    content: "";
    width: 2px;
    height: 25px;
    background-color: #2e4154;
    position: absolute;
    bottom: -5px;
    left: calc(100% + 20px);
    transform: rotate(30deg);
}

.newHukidashi {
    margin: 40px auto 0;
}


.newLink {
    display: block;
    width: 88%;
    max-width: 350px;
    margin: 10px auto 0;
    text-align: center;
    position: relative;
}

.newLink::before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #2e4154;
    border-radius: 35px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.newLink span {
    display: inline-block;
    padding: 16px 60px;
    text-decoration: none;
    font-size: 16px;
    color: #fce8cc;
    font-weight: 700;
    font-family: YuGothic, "游ゴシック体", "游ゴシック", "Yu Gothic", sans-serif;
    letter-spacing: 4px;
    position: relative;
    left: 15px;
}

.newLink span::before {
    content: "";
    background: url(../images/lp/haana/mail-icon.svg) no-repeat center center / contain;
    width: 28px;
    height: 22px;
    position: absolute;
    top: 26%;
    left: 18px;
}

/*====================
product
====================*/
.product {
    padding: 10% 0;
    background-color: #edeff2;
}

.productLink {
    width: 88%;
    margin: 0 auto;
}

.productLink img {
    width: 100%;
}

/*====================
scene
====================*/
.scene {
    background: url(../images/lp/haana/scene-bg.jpg) no-repeat center center / cover;
    padding: 20% 0 30%;
    position: relative;
}

.scene::before {
    content: "";
    width: 88%;
    height: 91%;
    background-color: #fff;
    border-radius: 30px;
    position: absolute;
    top: 4%;
    left: 50%;
    transform: translateX(-50%);
}

.sceneItems {
    width: 80%;
    margin: 0 auto;
}

.sceneItem {
    display: block;
    position: relative;
}

.sceneItem02,
.sceneItem03 {
    margin-top: 10%;
}

.sceneItem::after {
    content: "";
}

.sceneItem01::after {
    background: url(../images/lp/haana/scene-item-icon01.svg) no-repeat center center / contain;
    width: 24%;
    height: 24%;
    position: absolute;
    top: -14%;
    left: 6%;
}

.sceneItemText {
    width: 75%;
    margin: 10px auto 0;
    text-align: center;
    font-size: min(3.3vw, 18px);
    color: #2e4154;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: 5px;
    position: relative;
}

.sceneItemText::after {
    content: "";
    background: url(../images/lp/haana/wave-line.png) no-repeat center center / contain;
    width: 68vw;
    height: 4vw;
    max-width: 350px;
    max-height: 100px;
    position: absolute;
    bottom: -25px;
    left: 50%;
    transform: translateX(-50%);
}

.sceneItemText02::before {
    content: "";
    background: url(../images/lp/haana/scene-item-icon02.svg) no-repeat center center / contain;
    width: 23vw;
    height: 23vw;
    max-width: 130px;
    max-height: 130px;
    position: absolute;
    top: calc(100% + 18px);
    right: -30px;
}

.sceneItemText03::before {
    content: "";
    background: url(../images/lp/haana/scene-item-icon03.svg) no-repeat center center / contain;
    width: 23vw;
    height: 23vw;
    max-width: 130px;
    max-height: 130px;
    position: absolute;
    top: calc(100% + 10px);
    left: -40px;
}

.sceneItemImg {
    width: 80%;
    margin: 0 auto;
}

.sceneItemImg img {
    width: 100%;
}

/*====================
feature
====================*/
.feature {
    background-color: #f7f8fa;
    padding: 10% 0;
    position: relative;
}

.featureCursive {
    width: 100px;
    margin: 0 auto;
}

.featureCursive img {
    width: 100%;
}

.featureTitle {
    width: 80%;
    margin: 20px auto 0;
    text-align: center;
    font-size: min(4.5vw, 20px);
    color: #2e4154;
    font-weight: 700;
    font-family: YuGothic, "游ゴシック体", "游ゴシック", "Yu Gothic", sans-serif;
    line-height: 1.46;
    letter-spacing: 6px;
    position: relative;
}

.featureTitleIcon {
    position: relative;
}

.featureTitleIcon::before {
    content: "";
    background: url(../images/lp/haana/decoration-circle.png) no-repeat center center / contain;
    width: 70px;
    height: 60px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.featureImg {
    width: 88%;
    margin: 30px auto;
    position: relative;
}

.featureImg::after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: min(4vw, 50px);
    box-shadow: 0 15px 20px rgba(221, 226, 233, 1);
    position: absolute;
    top: 0;
    left: 0;
}

.featureImg img {
    width: 100%;
}

.featureText {
    width: 85%;
    margin: 35px auto 0;
    text-align: left;
    font-size: min(3.2vw, 15px);
    color: #2e4154;
    font-weight: 700;
    font-family: YuGothic, "游ゴシック体", "游ゴシック", "Yu Gothic", sans-serif;
    line-height: 2.2;
    letter-spacing: 2px;
}

/*====================
point
====================*/
.point {
    background-color: #edeff2;
    padding: 6% 0 20%;
    position: relative;
}

.point::after {
    content: "";
    width: 0px;
    height: 0px;
    border-top: 20px solid #f7f8fa;
    border-left: 35px solid transparent;
    border-right: 35px solid transparent;
    border-bottom: 30px solid transparent;
    position: absolute;
    top: -1px;
    left: 50%;
    transform: translateX(-50%);
}

.pointItems {
    width: 88%;
    margin: 0 auto;
}

.pointItem {
    position: relative;
}

.pointItem::before {
    content: "";
    border-radius: 30px;
    width: 100%;
    background-color: #f3f5f8;
    position: absolute;
}

.pointItem01::after {
    content: "";
    background: url(../images/lp/haana/point-text01-cursive.png) no-repeat center center / contain;
    width: 38vw;
    height: 10vw;
    max-width: 280px;
    max-height: 65px;
    position: absolute;
    top: -15px;
    left: 0;
}

.pointItem02::after {
    content: "";
    background: url(../images/lp/haana/point-text02-cursive.png) no-repeat center center / contain;
    width: 38vw;
    height: 10vw;
    max-width: 280px;
    max-height: 65px;
    position: absolute;
    top: -15px;
    right: 0;
}

.pointItem::before {
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
}

.pointItem01 {
    margin-top: 45px;
    padding: 15% 0 10%;
}

.pointItem02 {
    margin-top: 15%;
    padding: 15% 0 10%;
}

.pointText {
    position: relative;
}

.pointText01 {
    text-align: center;
}

.pointText01Small {
    width: 85%;
    margin: 0 auto;
    font-size: min(4.2vw, 28px);
    color: #2e4154;
    font-weight: 700;
    font-family: YuGothic, "游ゴシック体", "游ゴシック", "Yu Gothic", sans-serif;
    letter-spacing: 5px;
}

.pointText01BigIcon {
    position: relative;
}

.pointText01BigIcon::before {
    content: "";
    background: url(../images/lp/haana/point-text01-underline.png) no-repeat center center / contain;
    width: 200px;
    height: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%);
}

.pointText01BigIcon::after {
    content: "";
    background: url(../images/lp/haana/point-text01-brackets.svg) no-repeat center center / contain;
    width: 250px;
    height: 150px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.pointText01Big {
    width: 80%;
    margin: 40px auto 0;
    text-align: center;
    font-size: min(5.5vw, 32px);
    color: #2e4154;
    font-weight: 700;
    font-family: YuGothic, "游ゴシック体", "游ゴシック", "Yu Gothic", sans-serif;
    letter-spacing: 6px;
    position: relative;
}

.pointText02BigIcon {
    position: relative;
}

.pointText02BigIcon::before {
    content: "";
    background: url(../images/lp/haana/point-text02-underline.png) no-repeat center center / contain;
    width: 200px;
    height: 30px;
    position: absolute;
    top: 90%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.pointText02Big {
    width: 80%;
    margin: 0 auto;
    text-align: center;
    font-size: min(5vw, 32px);
    color: #2e4154;
    font-weight: 700;
    font-family: YuGothic, "游ゴシック体", "游ゴシック", "Yu Gothic", sans-serif;
    letter-spacing: 6px;
    position: relative;
}

.pointText02Small {
    width: 85%;
    margin: 25px auto 0;
    font-size: min(2.8vw, 25px);
    color: #2e4154;
    font-weight: 700;
    font-family: YuGothic, "游ゴシック体", "游ゴシック", "Yu Gothic", sans-serif;
    letter-spacing: 5px;
    line-height: 2.2;
}

.pointImg {
    width: 88%;
}

.pointImg01 {
    margin: 50px auto 0;
}

.pointImg01TextBg {
    position: relative;
}

.pointImg01TextBg::before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #5b6977;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.pointImg01Text {
    padding: 8px 10px;
    text-align: center;
    position: relative;
    font-size: min(3vw, 22px);
    color: #fff;
    font-weight: 700;
    font-family: YuGothic, "游ゴシック体", "游ゴシック", "Yu Gothic", sans-serif;
    letter-spacing: 4px;
}

.pointImg02 {
    margin: 10px auto 0;
}

.pointImg img {
    width: 100%;
    position: relative;
}

/*====================
function
====================*/
.function {
    background-color: #fff;
    padding: 12% 0 17%;
    background: url(../images/lp/haana/function-dotted_sp.png) no-repeat center center / cover;
    position: relative;
}

.functionItems {
    width: 88%;
    margin: 0 auto;
}

.functionItem {
    display: block;
}

.functionItem02 {
    margin-top: 70px;
}

.functionImg {
    width: 88%;
    margin: 0 auto;
}

.functionImg img {
    width: 100%;
}

.functionText {
    font-size: min(4vw, 20px);
    color: #2e4154;
    font-weight: 700;
    font-family: YuGothic, "游ゴシック体", "游ゴシック", "Yu Gothic", sans-serif;
    letter-spacing: 5px;
    line-height: 2;
}

.functionText {
    margin-top: 10px;
    text-align: center;
    position: relative;
}

.functionTextIcon {
    position: relative;
    width: 83%;
    margin: 0 auto;
}

.functionText01Icon::before {
    content: "";
    background: url(../images/lp/haana/decoration-circle.png) no-repeat center center / contain;
    width: 150%;
    height: 140%;
    max-width: 120px;
    max-height: 110px;
    position: absolute;
    top: 80%;
    right: calc(50% - 240px);
    transform: translate(-50%, -50%);
}

.functionText01Icon::after {
    content: "";
    background: url(../images/lp/haana/dotted-circle.svg) no-repeat center center / contain;
    width: 70%;
    height: 60%;
    max-width: 80px;
    max-height: 70px;
    position: absolute;
    top: -45%;
    left: calc(50% - 170px);
}

.functionText02Icon::before {
    content: "";
    background: url(../images/lp/haana/decoration-circle.png) no-repeat center center / contain;
    width: 140%;
    height: 130%;
    max-width: 110px;
    max-height: 100px;
    position: absolute;
    top: 75%;
    right: calc(50% - 205px);
    transform: translate(-50%, -50%);
}

.functionText02Icon::after {
    content: "";
    background: url(../images/lp/haana/dotted-circle.svg) no-repeat center center / contain;
    width: 80%;
    height: 70%;
    max-width: 80px;
    max-height: 70px;
    position: absolute;
    bottom: -88%;
    right: calc(50% - 120px);
}

/*====================
voice
====================*/
.voice {
    background-color: #dde2e9;
    padding: 20% 0 9%;
    position: relative;
}

.voiceIntro {
    text-align: center;
    font-size: min(4vw, 24px);
    color: #2e4154;
    font-weight: 700;
    font-family: YuGothic, "游ゴシック体", "游ゴシック", "Yu Gothic", sans-serif;
    letter-spacing: 4px;
    position: relative;
}

.voiceIntro::before {
    content: "";
    background: url(../images/lp/haana/emphasis-icon.svg) no-repeat center center / contain;
    width: 50px;
    height: 30px;
    position: absolute;
    bottom: calc(100% + 5px);
    left: 50%;
    transform: translateX(-50%);
}

.voiceBoxWrapper {
    width: 85%;
    height: 100%;
    margin: 20px auto 0;
    padding: 18px;
    background-color: #fff;
    border-radius: 30px;
}

.voiceBox {
    padding: 20px;
    display: block;
    position: relative;
}

.voiceBox::before {
    content: "";
    width: 50%;
    height: 100%;
    border-radius: 30px 0 0 30px;
    border-top: 1px solid #dfe5ed;
    border-left: 1px solid #dfe5ed;
    border-bottom: 1px solid #dfe5ed;
    position: absolute;
    top: 0;
    left: 0;
}

.voiceBox::after {
    content: "";
    width: 50%;
    height: 100%;
    border-radius: 0 30px 30px 0;
    border-top: 1px solid #e7ddd0;
    border-bottom: 1px solid #e7ddd0;
    border-right: 1px solid #e7ddd0;
    position: absolute;
    top: 0;
    right: 0;
}

.voiceWrapper {
    margin-top: 28px;
}

.voiceName {
    padding-left: 35px;
    font-size: min(4vw, 18px);
    color: #2e4154;
    font-weight: 700;
    font-family: YuGothic, "游ゴシック体", "游ゴシック", "Yu Gothic", sans-serif;
    letter-spacing: 4px;
    position: relative;
}

.voiceName::before {
    content: "";
    background: url(../images/lp/haana/hukidashi-icon.svg) no-repeat center center / contain;
    width: 25px;
    height: 25px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.voiceName span {
    font-size: 13px;
    color: #2e4154;
    font-weight: 700;
    font-family: YuGothic, "游ゴシック体", "游ゴシック", "Yu Gothic", sans-serif;
    letter-spacing: 4px;
}

.voiceText {
    margin-top: 18px;
    font-size: 13px;
    color: #2e4154;
    font-weight: 700;
    font-family: YuGothic, "游ゴシック体", "游ゴシック", "Yu Gothic", sans-serif;
    letter-spacing: 3px;
    line-height: 1.75;
}

.voiceImg {
    width: 100%;
    margin: 0 auto;
}

.voiceImg img {
    width: 100%;
}

/*====================
message02
====================*/
.message02 {
    padding: 15% 0;
    background: url(../images/lp/haana/message02-bg_sp.jpg) no-repeat center center / cover;
}

.message02Intro {
    text-align: center;
    font-size: min(4vw, 26px);
    color: #2e4154;
    font-weight: 700;
    font-family: YuGothic, "游ゴシック体", "游ゴシック", "Yu Gothic", sans-serif;
    letter-spacing: 4px;
}

.message02Cursive {
    margin: 10% auto 0;
    width: 40%;
    max-width: 250px;
}

.message02Cursive img {
    width: 100%;
}

.message02Text {
    margin-top: 10%;
}

/*====================
cta
====================*/
.cta {
    padding: 15% 0;
    background: url(../images/lp/haana/cta-bg_sp.jpg) no-repeat center center / cover;
}

.ctaHukidashi {
    margin: 0 auto;
}

.ctaProductLink {
    margin-top: 40px;
}
}


/*====================
PC
====================*/
@media print, screen and (min-width: 801px) {

div.contents {
    max-width: none;
    width: 100%;
    padding-top: 0 !important;
}

#wrapper {
    padding-top: 0;
}

.contents {
    padding-bottom: 0;
}

/*====================
fv
====================*/
.fv {
    width: 100%;
    margin-top: 55px;
}

@media print, screen and (min-width: 1140px) {
    .fv {
        margin-top: 93px;
    }
}

.fv img {
    width: 100%;
}

/*====================
message01
====================*/
.message01 {
    background: url(../images/lp/haana/message01-bg.jpg) no-repeat center center / cover;
    padding: 100px 0;
}

.messageText {
    width: 80%;
    max-width: 774px;
    margin: 0 auto;
}

.messageText img {
    width: 100%;
}

/*====================
new
====================*/
.new {
    background: url(../images/lp/haana/new-bg.jpg) no-repeat center center / cover;
    padding: 60px 0;
}

.newCursive {
    width: 120px;
    margin: 0 auto;
}

.newCursive img {
    width: 100%;
}

.newImg {
    width: 88%;
    max-width: 1040px;
    margin: 20px auto 0;
    position: relative;
}

.newImg::before {
    content: "";
    width: 100%;
    height: 93%;
    border-radius: 50px;
    box-shadow: 0 15px 20px rgba(221, 226, 233, 1);
    position: absolute;
    bottom: 0;
    left: 0;
}

.newImg img {
    width: 100%;
}

.hukidashi {
    width: 310px;
    text-align: center;
    position: relative;
    border-bottom: 2px #5b6a79 dotted;
    font-size: 18px;
    color: #2e4154;
    font-weight: 700;
    font-family: YuGothic, "游ゴシック体", "游ゴシック", "Yu Gothic", sans-serif;
    letter-spacing: 4px;
}

.hukidashi::before {
    content: "";
    width: 2px;
    height: 40px;
    background-color: #2e4154;
    position: absolute;
    bottom: -6px;
    right: calc(100% + 30px);
    transform: rotate(-30deg);
}

.hukidashi::after {
    content: "";
    width: 2px;
    height: 40px;
    background-color: #2e4154;
    position: absolute;
    bottom: -6px;
    left: calc(100% + 30px);
    transform: rotate(30deg);
}

.newHukidashi {
    margin: 50px auto 0;
}

.newLink {
    display: block;
    width: 580px;
    margin: 15px auto 0;
    text-align: center;
    position: relative;
    transition: all 0.3s ease 0s;
}

.newLink::before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #2e4154;
    border-radius: 35px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.newLink:hover {
    opacity: 0.7;
}

.newLink span {
    display: inline-block;
    padding: 20px 60px;
    text-decoration: none;
    font-size: 20px;
    color: #fce8cc;
    font-weight: 700;
    font-family: YuGothic, "游ゴシック体", "游ゴシック", "Yu Gothic", sans-serif;
    letter-spacing: 4px;
    position: relative;
    left: 15px;
}

.newLink span::before {
    content: "";
    background: url(../images/lp/haana/mail-icon.svg) no-repeat center center / contain;
    width: 32px;
    height: 26px;
    position: absolute;
    top: 30%;
    left: 12px;
}

/*====================
product
====================*/
.product {
    padding: 60px 0;
    background-color: #edeff2;
}

.productLink {
    width: 75%;
    max-width: 880px;
    margin: 0 auto;
}

.productLink a {
    transition: all 0.3s ease 0s;
}

.productLink a:hover {
    opacity: 0.7;
}

.productLink img {
    width: 100%;
}

/*====================
scene
====================*/
.scene {
    background: url(../images/lp/haana/scene-bg.jpg) no-repeat center center / cover;
    padding: 90px 0 70px;
    position: relative;
}

.scene::before {
    content: "";
    width: 79%;
    height: 80%;
    max-width: 1220px;
    background-color: #fff;
    border-radius: 30px;
    position: absolute;
    top: 10%;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.sceneItem01,
.sceneItem02,
.sceneItem03 {
    width: 70%;
    max-width: 1050px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.sceneItem01,
.sceneItem03 {
    flex-direction: row-reverse;
}

.sceneItem02,
.sceneItem03 {
    margin-top: -3%;
}

.sceneItem::after {
    content: "";
}

.sceneItem01::after {
    background: url(../images/lp/haana/scene-item-icon01.svg) no-repeat center center / contain;
    width: 25%;
    height: 25%;
    max-width: 130px;
    max-height: 130px;
    position: absolute;
    top: 10%;
    left: -5%;
}

.sceneItem02::after {
    background: url(../images/lp/haana/scene-item-icon02.svg) no-repeat center center / contain;
    width: 25%;
    height: 25%;
    max-width: 150px;
    max-height: 150px;
    position: absolute;
    top: 60%;
    right: -5%;
}

.sceneItem03::after {
    background: url(../images/lp/haana/scene-item-icon03.svg) no-repeat center center / contain;
    width: 25%;
    height: 25%;
    max-width: 150px;
    max-height: 150px;
    position: absolute;
    top: 63%;
    left: -6%;
}

.sceneItemText {
    margin: 50px 0;
    font-size: min(1.3vw, 22px);
    color: #2e4154;
    font-weight: 700;
    font-family: YuGothic, "游ゴシック体", "游ゴシック", "Yu Gothic", sans-serif;
    line-height: 2.18;
    letter-spacing: 5px;
    position: relative;
}

.sceneItemText::after {
    content: "";
    background: url(../images/lp/haana/wave-line.png) no-repeat center center / contain;
    position: absolute;
    left: 50%;
    bottom: -25px;
    transform: translateX(-53%);
}

.sceneItemText01::after {
    width: 125%;
    height: 14px;
}

.sceneItemText02::after {
    width: 115%;
    height: 15px;
}

.sceneItemText03::after {
    width: 100%;
    height: 15px;
}

.sceneItemText01 {
    margin-left: 10%;
    width: 33%;
}

.sceneItemText02 {
    margin-right: 6%;
    width: 39%;
}

.sceneItemText03 {
    margin-left: 3%;
    width: 44%;
}

.sceneItemImg {
    width: 52%;
}

.sceneItemImg img {
    width: 100%;
}

/*====================
feature
====================*/
.feature {
    background-color: #f7f8fa;
    padding: 80px 0 70px;
}

.featureCursive {
    width: 140px;
    margin: 0 auto;
}

.featureCursive img {
    width: 100%;
}

.featureTitle {
    width: 80%;
    max-width: 1000px;
    margin: 30px auto 0;
    text-align: center;
    font-size: min(2.5vw, 26px);
    color: #2e4154;
    font-weight: 700;
    font-family: YuGothic, "游ゴシック体", "游ゴシック", "Yu Gothic", sans-serif;
    line-height: 1.46;
    letter-spacing: 6px;
    position: relative;
}

.featureTitleIcon {
    position: relative;
}

.featureTitleIcon::before {
    content: "";
    background: url(../images/lp/haana/decoration-circle.png) no-repeat center center / contain;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.featureImg {
    width: 88%;
    max-width: 1040px;
    margin: 3% auto;
    position: relative;
}

.featureImg::after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: transparent;
    border-radius: min(4vw, 50px);
    box-shadow: 0 15px 20px rgba(221, 226, 233, 1);
    position: absolute;
    top: 0;
    left: 0;
}

.featureImg img {
    width: 100%;
}

.featureText {
    width: 80%;
    max-width: 900px;
    margin: 70px auto 0;
    text-align: center;
    font-size: 16px;
    color: #2e4154;
    font-weight: 700;
    font-family: YuGothic, "游ゴシック体", "游ゴシック", "Yu Gothic", sans-serif;
    line-height: 2.5;
    letter-spacing: 3px;
}

/*====================
point
====================*/
.point {
    background-color: #edeff2;
    padding: 130px 0;
    position: relative;
}

.point::after {
    content: "";
    width: 0px;
    height: 0px;
    border-top: 30px solid #f7f8fa;
    border-left: 35px solid transparent;
    border-right: 35px solid transparent;
    border-bottom: 35px solid transparent;
    position: absolute;
    top: -1px;
    left: 50%;
    transform: translateX(-50%);
}

.pointItems {
    width: 88%;
    max-width: 1040px;
    margin: 0 auto;
}

.pointItem {
    display: flex;
    justify-content: space-between;
    position: relative;
}

.pointItem02 {
    flex-direction: row-reverse;
    margin-top: 6%;
}

.pointText {
    position: relative;
}

.pointText01 {
    padding-top: 15%;
    left: 14%;
}

.pointText02 {
    height: 100%;
}

.pointText01::after {
    content: "";
    background: url(../images/lp/haana/point-text01-cursive.png) no-repeat center center / contain;
    width: 230px;
    height: 65px;
    max-width: 260px;
    max-height: 140px;
    position: absolute;
    top: -20px;
    left: -8%;
}

.pointText02::after {
    content: "";
    background: url(../images/lp/haana/point-text02-cursive.png) no-repeat center center / contain;
    width: 270px;
    height: 65px;
    position: absolute;
    top: -90px;
    right: -4%;
}

.pointText01Small {
    margin-top: 30px;
    padding-right: 155px;
    font-size: min(1.6vw, 22px);
    color: #2e4154;
    font-weight: 700;
    font-family: YuGothic, "游ゴシック体", "游ゴシック", "Yu Gothic", sans-serif;
    letter-spacing: 5px;
    position: relative;
    left: 22%;
}

.pointText01BigIcon {
    position: relative;
    left: 2vw;
}

.pointText01BigIcon::before {
    content: "";
    background: url(../images/lp/haana/point-text01-underline.png) no-repeat center center / contain;
    width: 60%;
    height: 65%;
    position: absolute;
    top: 60%;
    left: 10%;
}

.pointText01BigIcon::after {
    content: "";
    background: url(../images/lp/haana/point-text01-brackets.svg) no-repeat center center / contain;
    width: 70%;
    height: 220%;
    position: absolute;
    top: 50%;
    left: 1vw;
    transform: translateY(-50%);
}

.pointText01Big {
    margin-top: 12%;
    font-size: min(2.4vw, 32px);
    color: #2e4154;
    font-weight: 700;
    font-family: YuGothic, "游ゴシック体", "游ゴシック", "Yu Gothic", sans-serif;
    letter-spacing: 6px;
    position: relative;
    left: 12%;
}

.pointText02BigIcon {
    position: relative;
}

.pointText02BigIcon::before {
    content: "";
    background: url(../images/lp/haana/point-text02-underline.png) no-repeat center center / contain;
    width: 200px;
    height: 30px;
    position: absolute;
    top: 50%;
    left: 0;
}

.pointText02Big {
    font-size: min(2.3vw, 26px);
    color: #2e4154;
    font-weight: 700;
    font-family: YuGothic, "游ゴシック体", "游ゴシック", "Yu Gothic", sans-serif;
    letter-spacing: 6px;
    position: relative;
}

.pointText02Small {
    margin-top: 8%;
    padding-right: 20px;
    font-size: min(1.6vw, 16px);
    color: #2e4154;
    font-weight: 700;
    font-family: YuGothic, "游ゴシック体", "游ゴシック", "Yu Gothic", sans-serif;
    letter-spacing: 5px;
    line-height: 2.4;
    position: relative;
}

.pointText01Bg {
    width: 45%;
    padding-bottom: 8%;
    padding-right: 50px;
}

.pointText01Bg::before {
    content: "";
    border-radius: 50px;
    box-shadow: 0 10px 20px rgba(221, 226, 233, 1);
    width: 65%;
    max-width: 650px;
    background-color: #f3f5f8;
    position: absolute;
}

.pointText01Bg::before {
    height: 100%;
    top: 0;
    left: 0;
}

.pointText02Bg {
    width: 45%;
    padding: 8% 0 5%;
}

.pointText02Bg::before {
    content: "";
    border-radius: 50px;
    box-shadow: 0 10px 20px rgba(221, 226, 233, 1);
    width: 65%;
    max-width: 650px;
    background-color: #f3f5f8;
    position: absolute;
}

.pointText02Bg::before {
    height: 100%;
    top: 0;
    right: 0;
}

.pointImg {
    width: 50%;
    position: relative;
}

.pointImg img {
    width: 100%;
}

.pointImg01 {
    top: -50px;
}

.pointImg02 {
    top: 50px;
}

.pointImg01TextBg {
    position: relative;
}

.pointImg01TextBg::before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #5b6977;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.pointImg01Text {
    padding: 7px 30px;
    text-align: center;
    position: relative;
    font-size: min(1.6vw, 16px);
    color: #fff;
    font-weight: 700;
    font-family: YuGothic, "游ゴシック体", "游ゴシック", "Yu Gothic", sans-serif;
    letter-spacing: 4px;
}

/*====================
function
====================*/
.function {
    background-color: #fff;
    padding: 70px 0 30px;
    background: url(../images/lp/haana/function-dotted.png) no-repeat center center / cover;
    position: relative;
}

.functionInner {
    width: 88%;
    max-width: 1040px;
    margin: 0 auto;
}

.functionItem {
    display: flex;
    justify-content: space-between;
}

.functionItem02 {
    flex-direction: row-reverse;
}

.functionImg {
    width: 55%;
}

.functionImg img {
    width: 100%;
}

.functionTextIcon {
    width: 40%;
    padding-bottom: 50px;
}

.functionText {
    font-size: min(2vw, 24px);
    color: #2e4154;
    font-weight: 700;
    font-family: YuGothic, "游ゴシック体", "游ゴシック", "Yu Gothic", sans-serif;
    letter-spacing: 5px;
    line-height: 2;
    position: relative;
}

.functionText01 {
    margin-top: 100px;
}

.functionText02 {
    margin-top: 90px;
}

.functionText01Icon {
    position: relative;
}

.functionText01Icon::before {
    content: "";
    background: url(../images/lp/haana/decoration-circle.png) no-repeat center center / contain;
    width: 40%;
    height: 30%;
    max-width: 120px;
    max-height: 110px;
    position: absolute;
    top: 108px;
    right: 7%;
}

.functionText01Icon::after {
    content: "";
    background: url(../images/lp/haana/dotted-circle.svg) no-repeat center center / contain;
    width: 30%;
    height: 20%;
    max-width: 80px;
    max-height: 70px;
    position: absolute;
    top: 30px;
    left: -10%;
}

.functionText02Icon {
    position: relative;
}

.functionText02Icon::before {
    content: "";
    background: url(../images/lp/haana/decoration-circle.png) no-repeat center center / contain;
    width: 40%;
    height: 30%;
    max-width: 120px;
    max-height: 110px;
    position: absolute;
    top: 100px;
    right: 16%;
}

.functionText02Icon::after {
    content: "";
    background: url(../images/lp/haana/dotted-circle.svg) no-repeat center center / contain;
    width: 30%;
    height: 20%;
    max-width: 80px;
    max-height: 70px;
    position: absolute;
    top: 190px;
    right: 30%;
}

/*====================
voice
====================*/
.voice {
    background-color: #dde2e9;
    padding: 100px 0 40px;
}

.voiceIntro {
    text-align: center;
    font-size: min(3vw, 26px);
    color: #2e4154;
    font-weight: 700;
    font-family: YuGothic, "游ゴシック体", "游ゴシック", "Yu Gothic", sans-serif;
    letter-spacing: 6px;
    position: relative;
}

.voiceIntro::before {
    content: "";
    background: url(../images/lp/haana/emphasis-icon.svg) no-repeat center center / contain;
    width: 50px;
    height: 30px;
    position: absolute;
    bottom: calc(100% + 10px);
    left: 50%;
    transform: translateX(-50%);
}

.voiceBoxWrapper {
    width: 85%;
    max-width: 1040px;
    height: 100%;
    margin: 30px auto;
    padding: 20px;
    background-color: #fff;
    border-radius: 50px;
}

.voiceBox {
    padding: 50px 70px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-direction: row-reverse;
    position: relative;
}

.voiceBox::before {
    content: "";
    width: 50%;
    height: 100%;
    border-radius: 50px 0 0 50px;
    border-top: 1px solid #dfe5ed;
    border-left: 1px solid #dfe5ed;
    border-bottom: 1px solid #dfe5ed;
    position: absolute;
    top: 0;
    left: 0;
}

.voiceBox::after {
    content: "";
    width: 50%;
    height: 100%;
    border-radius: 0 50px 50px 0;
    border-top: 1px solid #e7ddd0;
    border-bottom: 1px solid #e7ddd0;
    border-right: 1px solid #e7ddd0;
    position: absolute;
    top: 0;
    right: 0;
}

.voiceWrapper {
    width: 45%;
}

.voiceName {
    padding-left: 45px;
    font-size: min(1.8vw, 24px);
    color: #2e4154;
    font-weight: 700;
    font-family: YuGothic, "游ゴシック体", "游ゴシック", "Yu Gothic", sans-serif;
    letter-spacing: 6px;
    position: relative;
}

.voiceName::before {
    content: "";
    background: url(../images/lp/haana/hukidashi-icon.svg) no-repeat center center / contain;
    width: 30px;
    height: 23px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.voiceName span {
    font-size: min(1.4vw, 18px);
    color: #2e4154;
    font-weight: 700;
    font-family: YuGothic, "游ゴシック体", "游ゴシック", "Yu Gothic", sans-serif;
    letter-spacing: 4px;
}

.voiceText {
    margin-top: 30px;
    font-size: min(1.4vw, 18px);
    color: #2e4154;
    font-weight: 700;
    font-family: YuGothic, "游ゴシック体", "游ゴシック", "Yu Gothic", sans-serif;
    letter-spacing: 3px;
    line-height: 1.75;
}

.voiceImg {
    width: 50%;
}

.voiceImg img {
    width: 100%;
}

/*====================
message02
====================*/
.message02 {
    padding: 110px 0;
    background: url(../images/lp/haana/message02-bg.jpg) no-repeat center center / cover;
}

.message02Intro {
    text-align: center;
    font-size: 26px;
    color: #2e4154;
    font-weight: 700;
    font-family: YuGothic, "游ゴシック体", "游ゴシック", "Yu Gothic", sans-serif;
    letter-spacing: 6px;
}

.message02Cursive {
    margin: 70px auto 0;
    width: 300px;
}

.message02Cursive img {
    width: 100%;
}

.message02Text {
    margin-top: 60px;
}

/*====================
cta
====================*/
.cta {
    padding: 60px 0 100px;
    background: url(../images/lp/haana/cta-bg.jpg) no-repeat center center / cover;
}

.ctaHukidashi {
    margin: 0 auto;
}

.ctaProductLink {
    margin-top: 60px;
}

}


.startText {

    color: #2e4154;
    text-align: center;
    font-weight: bold;

    font-family: YuGothic, "游ゴシック体", "游ゴシック", "Yu Gothic", sans-serif;
}

@media screen and (max-width: 800px) {
* + .startText {
    margin-top: 50px;
}
.startText {
    font-size: min(4.5vw, 20px);
}

.cta .startText {
margin-bottom: 40px;
}
}

@media screen and (min-width: 801px) {
* + .startText {
    margin-top: 70px;
}

.startText {

    font-size: 27px;
}

.cta .startText {
margin-bottom: 40px;
}

}

.productLinkNote {
text-align:center;
margin-top: 20px;
color: #2e4154;
font-size: min(3.2vw, 15px);
}

.dInlineBlock {
display: inline-block !important;
}

#haana img {
height: auto;}