body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    box-sizing: border-box
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

html {
    font-size: 62.5%;
    scroll-behavior: smooth
}

body {
    color: #303030;
    font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
    font-size: 1.6rem;
    line-height: 1.6
}

.main {
    overflow-x: hidden
}

img {
    max-width: 100%;
    vertical-align: bottom
}

a {
    color: #2e2e2e;
    text-decoration: none;
    transition: .3s
}

a:hover {
    opacity: .6
}

ol,
ul {
    list-style: none
}

ul.point li {
    padding-left: 1.5rem;
    position: relative
}

ul.point li::before {
    content: "・";
    position: absolute;
    left: 0;
    top: 0
}

ol.number {
    counter-reset: cnt 0
}

ol.number li {
    padding-left: 1.5rem;
    position: relative
}

ol.number li::before {
    position: absolute;
    counter-increment: cnt 1;
    content: counter(cnt) ".";
    left: 0;
    top: 0
}

.pc {
    display: none
}

@media screen and (min-width: 768px) {
    .pc {
        display: block
    }
}

@media screen and (min-width: 768px) {
    .sp {
        display: none
    }
}

.fw-700 {
    font-weight: 700
}

.mb-1 {
    margin-bottom: 1rem !important
}

.mb-2 {
    margin-bottom: 2rem !important
}

.mb-4 {
    margin-bottom: 4rem !important
}

.mb-8 {
    margin-bottom: 8rem !important
}

.t-center {
    text-align: center
}

.t-right {
    text-align: right
}

.wrap {
    width: min(90%, 1200px);
    margin: 0 auto
}

.wrap10 {
    width: min(95%, 1000px);
    margin: 0 auto
}

.inner {
    padding: 20vw 0
}

@media screen and (min-width: 1024px) {
    .inner {
        padding: 10rem 0
    }
}

.flex {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap
}

@media screen and (min-width: 1024px) {
    .flex.reverse {
        flex-direction: row-reverse
    }
}

.element {
    transform: translateY(30px);
    opacity: 0;
    visibility: hidden;
    transition: transform .6s, opacity .6s, visibility .6s
}

.element.is-fadeup {
    transform: translateX(0);
    opacity: 1;
    visibility: visible
}

header .logo {
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    padding: 1rem
}

header .logo a {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

header .logo_75 {
    width: 15%
}

@media screen and (min-width: 1024px) {
    header .logo_75 {
        width: 75px
    }
}

header .logo_name {
    width: 50%
}

@media screen and (min-width: 1024px) {
    header .logo_name {
        width: 300px
    }
}

header .header_inner {
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0;
    width: 100%;
    height: 100%;
    background: #13b5bb;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    transition: .3s
}

header .header_inner.show {
    z-index: 998;
    opacity: 1
}

header .header_inner ul li {
    margin-bottom: 1rem;
    text-align: center
}

header .header_inner ul li:last-child {
    margin-bottom: 0
}

header .header_inner ul li a {
    color: #fff;
    font-size: 2.2rem;
    font-weight: 700
}

header .menu_btn {
    position: fixed;
    z-index: 999;
    right: 0;
    top: 1rem;
    right: 1rem;
    border-radius: 50%;
    width: 20%;
    height: 20vw;
    overflow: hidden;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background: linear-gradient(to top, #A8E3F5, #13B5BB)
}

@media screen and (min-width: 1024px) {
    header .menu_btn {
        width: 80px;
        height: 80px
    }
}

header .menu_btn_inner {
    width: 35px;
    height: 35px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-evenly;
    position: relative
}

header .menu_btn_inner span {
    width: 100%;
    height: 3px;
    border-radius: 2px;
    background: #fff;
    transition: .3s
}

@media screen and (min-width: 1024px) {
    header .menu_btn_inner span {
        height: 4px
    }
}

header .menu_btn.show span {
    position: absolute
}

header .menu_btn.show span:first-child {
    transform: rotate(20deg)
}

header .menu_btn.show span:nth-of-type(2) {
    opacity: 0
}

header .menu_btn.show span:last-child {
    transform: rotate(-20deg)
}

.mv-nayami {
    background: url(./futon-lp-images/mv_bk_n.jpg) no-repeat center top 10rem/100%, url(./futon-lp-images/shadow.png) no-repeat right -10rem bottom 35rem/80%, url(./futon-lp-images/shadow.png) no-repeat left -20rem bottom/100%, url(./futon-lp-images/shadow.png) no-repeat right 0 bottom 10rem/50%;
    padding-bottom: 15rem
}

@media screen and (min-width: 768px) {
    .mv-nayami {
        background: url(./futon-lp-images/mv_bk_n.jpg) no-repeat center top/100%, url(./futon-lp-images/shadow.png) no-repeat right -10rem bottom 35rem/30%, url(./futon-lp-images/shadow.png) no-repeat left -20rem bottom -5rem/50%, url(./futon-lp-images/shadow.png) no-repeat left 25rem bottom/25%
    }
}

@media screen and (min-width: 1500px) {
    .mv-nayami {
        width: 1500px;
        margin: 0 auto;
        background: url(./futon-lp-images/mv_bk_n.jpg) no-repeat center top/100%, url(./futon-lp-images/shadow.png) no-repeat right bottom 30rem/30%, url(./futon-lp-images/shadow.png) no-repeat left -5rem bottom -5rem/50%, url(./futon-lp-images/shadow.png) no-repeat center bottom/25%
    }
}



.mv {
    width: 95%;
    height: 50vh;
    margin: 0 auto;
    position: relative;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    padding-bottom: 4rem;
    margin-bottom: 20vw
}

@media screen and (min-width: 768px) {
    .mv {
        width: 85%;
        height: 100vh;
        margin-bottom: 15vw
    }
}

@media screen and (min-width: 1500px) {
    .mv {
        margin-bottom: 15vw
    }
}



.mv .bubble {
    position: absolute;
    right: 15%;
    top: 15%;
    width: 35%;
    height: 29.75vw;
    background: url(./futon-lp-images/bubble.png) no-repeat center/contain;
    text-align: center;
    line-height: 1.2;
    font-family: "Shippori Mincho", serif;
    font-weight: 700;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 4vw;
    letter-spacing: -0.5px
}

@media screen and (min-width: 768px) {
    .mv .bubble {
        top: 5%;
        width: 200px;
        height: 200px;
        font-size: 3rem
    }
}

.mv .bubble02 {
    right: 0;
    top: 40%
}

@media screen and (min-width: 768px) {
    .mv .bubble02 {
        top: 30%
    }
}

.mv>div {
    margin-top: auto;
    position: relative
}

.mv>div img {
    width: 120vh
}

.mv>div h1 {
    position: absolute;
    left: .5rem;
    bottom: -1rem;
    font-size: 4vw;
    font-weight: 700
}

@media screen and (min-width: 768px) {
    .mv>div h1 {
        left: 1rem;
        bottom: 0;
        font-size: 2.8rem
    }
}

.nayami .midashi {
    text-align: center;
    font-family: "Shippori Mincho", serif;
    font-weight: 700;
    font-size: 6.5vw
}

@media screen and (min-width: 768px) {
    .nayami .midashi {
        font-size: 3.5rem
    }
}

.nayami_box {
    height: 102vw;
    background: url(./futon-lp-images/nayami_image.png) no-repeat right bottom/contain;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column
}

@media screen and (min-width: 1024px) {
    .nayami_box {
        height: 500px;
        background: url(./futon-lp-images/nayami_image.png) no-repeat right center/contain;
        justify-content: center
    }
}

.nayami_box p {
    font-size: 6.5vw;
    font-family: "Shippori Mincho", serif;
    font-weight: 500
}

@media screen and (min-width: 768px) {
    .nayami_box p {
        font-size: 3.4rem
    }
}

.nayami_box p:nth-of-type(1) {
    margin-top: 4rem
}

@media screen and (min-width: 1024px) {
    .nayami_box p:nth-of-type(1) {
        margin-top: 0
    }
}

.nayami_box p:nth-of-type(2) {
    margin-top: 2rem;
    margin-left: 4rem
}

@media screen and (min-width: 1024px) {
    .nayami_box p:nth-of-type(2) {
        margin-top: 4rem
    }
}

.kaiketsu {
    position: relative;
    padding-bottom: 10rem
}

.kaiketsu::before {
    content: "";
    width: 40%;
    height: 40vw;
    background: #fff2a1;
    border-radius: 50%;
    position: absolute;
    top: -8rem;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 1
}

@media screen and (min-width: 768px) {
    .kaiketsu::before {
        width: 230px;
        height: 230px;
        top: -10rem
    }
}

.kaiketsu .midashi {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto
}

.kaiketsu .midashi p {
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    top: -2.5rem;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 2
}

@media screen and (min-width: 768px) {
    .kaiketsu .midashi p {
        top: -1.5rem
    }
}

.kaiketsu .midashi p span {
    display: block;
    font-size: 7vw;
    font-weight: 700;
    transform: rotate(-10deg)
}

@media screen and (min-width: 768px) {
    .kaiketsu .midashi p span {
        font-size: 4rem
    }
}

.kaiketsu .midashi p::before,
.kaiketsu .midashi p::after {
    content: "";
    display: block;
    background: url(./futon-lp-images/kirakira.png) no-repeat center/contain;
    position: absolute
}

.kaiketsu .midashi p::before {
    width: 30%;
    height: 20vw;
    left: -15vw;
    top: -6rem
}

@media screen and (min-width: 768px) {
    .kaiketsu .midashi p::before {
        width: 100px;
        height: 120px;
        left: -12rem
    }
}

.kaiketsu .midashi p::after {
    width: 35%;
    height: 25vw;
    right: -15vw;
    bottom: -8rem
}

@media screen and (min-width: 768px) {
    .kaiketsu .midashi p::after {
        width: 130px;
        height: 155px;
        right: -16rem
    }
}

.kaiketsu_inner {
    background: linear-gradient(to top, #fff, #FFFDE1);
    -webkit-clip-path: ellipse(125% 90% at 50% 90%);
    clip-path: ellipse(125% 90% at 50% 90%)
}

@media screen and (min-width: 768px) {
    .kaiketsu_inner {
        -webkit-clip-path: ellipse(75% 90% at 50% 90%);
        clip-path: ellipse(75% 90% at 50% 90%)
    }
}

.kaiketsu_box {
    width: min(80%, 1200px);
    height: 88vw;
    margin: 0 auto;
    position: relative
}

@media screen and (min-width: 768px) {
    .kaiketsu_box {
        height: 70.5vh;
        padding-top: 550px
    }
}

.kaiketsu_box.is-fadeup {
    background: url(./futon-lp-images/kaiketsu_image.png) no-repeat center bottom/100%;
    -webkit-animation: pic .6s 1;
    animation: pic .6s 1;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

@-webkit-keyframes pic {
    0% {
        transform: scale(0.8)
    }

    100% {
        transform: scale(1.1)
    }
}

@keyframes pic {
    0% {
        transform: scale(0.8)
    }

    100% {
        transform: scale(1.1)
    }
}

.kaiketsu_box p {
    position: absolute;
    top: 25vw;
    left: 0;
    right: 0;
    margin: 0 auto;
    font-size: 5vw;
    font-family: "Shippori Mincho", serif;
    font-weight: 500;
    z-index: 1;
    text-align: center;
    line-height: 1.6
}

@media screen and (min-width: 768px) {
    .kaiketsu_box p {
        top: 16rem;
        font-size: 3.5rem;
        text-align: left;
        line-height: 1.2
    }
}

.kaiketsu_box p span {
    display: block;
    background: linear-gradient(to top, transparent 10%, #FFF2A1 10%, #FFF2A1 30%, transparent 30%);
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto
}

@media screen and (min-width: 768px) {
    .kaiketsu_box p span {
        background: linear-gradient(to top, transparent 10%, #fff 10%, #fff 50%, transparent 50%)
    }
}

.kaiketsu_box p span em {
    display: block;
    font-size: 6.5vw
}

@media screen and (min-width: 768px) {
    .kaiketsu_box p span em {
        display: inline;
        font-size: 4.5rem
    }
}

.service {
    position: relative;
    z-index: 1;
    margin: 20rem 0 0;
}

@media screen and (min-width: 768px) {
    .service {
        margin: 20rem 0 -10rem;
    }
}

.service_inner {
    border-radius: 30px;
    background: url(./futon-lp-images/service_bk.jpg) no-repeat center/cover;
    padding: 8rem 0 4rem;
    position: relative;
}

@media screen and (min-width: 768px) {
    .service_inner {
        border-radius: 60px;
        padding: 15rem 0
    }
}

.service_inner::before,
.service_inner h2 {
    position: absolute;
    z-index: 1
}

@media screen and (min-width: 768px) {
    .service_inner::before {
        content: "";
        display: block;
        background: url(./futon-lp-images/service_deco.png) no-repeat center/contain;
        width: 50%;
        height: 22.5vw;
        right: -3%;
        top: -10rem;
        transform: rotate(12deg);
        opacity: 1
    }
}

.service_inner h2 {
    padding: 3rem 4rem;
    background: url(./futon-lp-images/service_textbk.png) no-repeat center/contain;
    font-family: "Shippori Mincho", serif;
    font-weight: 500;
    font-size: 4.8vw;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    left: -5%;
    top: -3rem;
    transform: rotate(-12deg);
    color: #fff;
    letter-spacing: -3px;
}

@media screen and (min-width: 768px) {
    .service_inner h2 {
        padding: 5rem 6rem;
        font-size: 3.4rem
    }
}

.service_inner h2>span {
    transform: rotate(3deg);
    display: block
}

.service_inner h2 em {
    font-size: 140%
}

.service_inner h2 em span {
    color: #13b5bb
}

.service_inner ul {
    width: min(90%, 800px);
    margin: 0 auto;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
    z-index: 1;
}

.service_inner ul li {
    width: 90%;
    position: relative;
    margin: 4rem auto 0
}

@media screen and (min-width: 768px) {
    .service_inner ul li {
        width: 42%;
        margin: 0
    }

    .service_inner ul li:nth-of-type(n+3) {
        margin-top: 6rem
    }
}

.service_inner ul li p {
    position: absolute;
    right: -2rem;
    bottom: 2rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-family: "Shippori Mincho", serif;
    font-weight: 500;
    font-size: 2.6rem;
    background: linear-gradient(to top, transparent 10%, #B9EFFF 10%, #B9EFFF 50%, transparent 50%)
}

.service_inner ul li .pic {
    border-radius: 20px;
    overflow: hidden
}

@media screen and (min-width: 768px) {
    .service_inner ul li .pic {
        border-radius: 40px
    }
}

.service_inner ul li .pic img {
    width: 100%;
    height: 225px;
    -o-object-fit: cover;
    object-fit: cover
}

.ozon {
    background: url(./futon-lp-images/ozon_bk_l.jpg) no-repeat left top/contain
}

@media screen and (min-width: 1024px) {
    .ozon {
        background: url(./futon-lp-images/ozon_bk_l.jpg) no-repeat left center/contain, url(./futon-lp-images/ozon_bk_r.jpg) no-repeat right center/contain
    }
}

.ozon_top {
    width: min(95%, 1000px);
    margin: 0 auto 10rem;
    padding: 70vw 0 0;
    background: url(./futon-lp-images/ozon_image01.png) no-repeat right 3rem top/contain
}

@media screen and (min-width: 768px) {
    .ozon_top {
        margin: 0 auto 4rem;
        padding: 16rem 0 10rem;
        background: url(./futon-lp-images/ozon_image01.png) no-repeat right top/contain
    }
}

.ozon_top p {
    font-family: "Shippori Mincho", serif;
    font-size: 7vw;
    font-weight: 500;
    color: #00a4d5
}

@media screen and (min-width: 768px) {
    .ozon_top p {
        font-size: 4rem
    }
}

.ozon h2 {
    text-align: center;
    font-family: "Shippori Mincho", serif;
    font-size: 8.5vw;
    font-weight: 500;
    margin-bottom: 4rem
}

@media screen and (min-width: 768px) {
    .ozon h2 {
        font-size: 5rem
    }
}

.ozon h2 span {
    color: #00a4d5
}

.ozon ul li {
    background: #fff;
    position: relative;
    box-shadow: 10px 10px 20px rgba(0, 0, 0, .05);
    margin-top: 30vw;
    border-radius: 0 20px 20px 0
}

@media screen and (min-width: 1024px) {
    .ozon ul li {
        margin-top: 15rem;
        border-radius: 0 30px 30px 0
    }
}

.ozon ul li::before {
    content: "";
    display: block;
    width: 50%;
    height: 46.375vw;
    border-radius: 50%;
    position: absolute;
    right: -5%;
    top: -27vw
}

@media screen and (min-width: 1024px) {
    .ozon ul li::before {
        width: 300px;
        height: 300px;
        right: -15rem;
        bottom: 5rem;
        top: initial
    }
}

.ozon ul li p:first-child {
    font-family: "Shippori Mincho", serif;
    font-size: 6vw;
    font-weight: 500;
    color: #13b5bb;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    border-bottom: 1px dashed #707070
}

@media screen and (min-width: 768px) {
    .ozon ul li p:first-child {
        font-size: 3.6rem
    }
}

.ozon ul li:nth-of-type(1),
.ozon ul li:nth-of-type(3) {
    margin-right: 5%;
    margin-left: calc(50% - 50vw);
    padding: 12vw 2rem 4rem calc(50vw - 50%)
}

@media screen and (min-width: 1024px) {

    .ozon ul li:nth-of-type(1),
    .ozon ul li:nth-of-type(3) {
        margin-right: 30%;
        padding: 6rem 20% 6rem calc(50vw - 50%)
    }

    .ozon ul li:nth-of-type(1) p:first-child,
    .ozon ul li:nth-of-type(3) p:first-child {
        text-align: right
    }
}

.ozon ul li:nth-of-type(1)::before {
    background: url(./futon-lp-images/ozon_image02.jpg) no-repeat center/cover
}

.ozon ul li:nth-of-type(2) {
    margin-left: 5%;
    margin-right: calc(50% - 50vw);
    padding: 12vw calc(50vw - 50%) 4rem 2rem;
    border-radius: 20px 0 0 20px
}

@media screen and (min-width: 1024px) {
    .ozon ul li:nth-of-type(2) {
        margin-left: 30%;
        padding: 6rem calc(50vw - 50%) 6rem 20%;
        border-radius: 30px 0 0 30px
    }
}

.ozon ul li:nth-of-type(2)::before {
    background: url(./futon-lp-images/ozon_image03.jpg) no-repeat center/cover;
    right: 5%
}

@media screen and (min-width: 1024px) {
    .ozon ul li:nth-of-type(2)::before {
        right: 0;
        left: -15rem
    }
}

.ozon ul li:nth-of-type(3)::before {
    background: url(./futon-lp-images/ozon_image04.jpg) no-repeat center/cover
}

.evidence {
    padding: 20rem 0;
    background: url(./futon-lp-images/evidence_bk.jpg) no-repeat center bottom/100%
}

.evidence_inner {
    width: min(90%, 1000px);
    margin: 0 auto;
    background: #fff;
    padding: 5rem 3rem;
    border-radius: 30px;
    box-shadow: 0 0 30px rgba(0, 0, 0, .1);
    position: relative
}

@media screen and (min-width: 768px) {
    .evidence_inner {
        padding: 5rem
    }
}

.evidence_inner h2 {
    width: 80%;
    font-family: "Shippori Mincho", serif;
    font-size: 6vw;
    font-weight: 500;
    background: #13b5bb;
    padding: 1.5rem 0;
    border-radius: 60px;
    color: #fff;
    position: absolute;
    right: 2rem;
    top: -5rem;
    text-align: center
}

@media screen and (min-width: 768px) {
    .evidence_inner h2 {
        width: auto;
        font-size: 3rem;
        padding: 2rem 7rem;
        right: 10rem
    }
}

.evidence_inner h2::before {
    font-family: "Font Awesome 6 Free";
    content: "";
    font-weight: 900;
    margin-right: 1rem
}

.evidence_inner h2::after {
    content: "";
    display: block;
    background: #13b5bb;
    height: calc(tan(35deg)*60px/2);
    width: 25px;
    -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    position: absolute;
    right: 7rem;
    bottom: -1.5rem;
    transform: rotate(20deg)
}

.evidence_inner ul li {
    margin-bottom: 6rem
}

.evidence_inner ul li:last-child {
    margin-bottom: 0
}

.evidence_inner ul li p.midashi {
    font-family: "Shippori Mincho", serif;
    font-size: 5.5vw;
    position: relative;
    padding-left: 4rem;
    padding-bottom: 1rem;
    border-bottom: 1px dashed #707070;
    margin-bottom: 2rem
}

@media screen and (min-width: 768px) {
    .evidence_inner ul li p.midashi {
        font-size: 2.8rem;
        padding-left: 0
    }
}

.evidence_inner ul li p.midashi span {
    font-size: 8vw;
    font-style: italic;
    color: #00a4d5;
    padding: 2rem 2rem 0;
    position: absolute;
    left: -2rem;
    top: -3rem
}

@media screen and (min-width: 768px) {
    .evidence_inner ul li p.midashi span {
        font-size: 3.6rem;
        position: relative;
        z-index: 0;
        margin-right: 1rem;
        left: -1rem;
        top: 0
    }
}

.evidence_inner ul li p.midashi span::before {
    font-family: "Font Awesome 6 Free";
    content: "";
    font-weight: 900;
    font-size: 14vw;
    font-style: normal;
    color: #eafaff;
    position: absolute;
    left: 1rem;
    top: -0.2rem;
    z-index: -1
}

@media screen and (min-width: 768px) {
    .evidence_inner ul li p.midashi span::before {
        font-size: 6rem
    }
}

.evidence_inner ul li .flex {
    flex-direction: column-reverse;
    align-items: center;
    justify-content: space-between
}

@media screen and (min-width: 768px) {
    .evidence_inner ul li .flex {
        flex-direction: row
    }
}

.evidence_inner ul li .flex p {
    width: 100%
}

@media screen and (min-width: 768px) {
    .evidence_inner ul li .flex p {
        width: 40%
    }
}

.evidence_inner ul li .flex p:has(em) {
    background: #eafaff;
    padding: 3rem 0;
    border-radius: 20px;
    font-size: 4.5vw;
    font-weight: 700;
    text-align: center;
    position: relative;
    margin-bottom: 3rem
}

@media screen and (min-width: 768px) {
    .evidence_inner ul li .flex p:has(em) {
        width: 58%;
        margin-bottom: 0;
        font-size: 2rem
    }
}

.evidence_inner ul li .flex p:has(em)::before {
    content: "";
    display: block;
    background: #eafaff;
    height: calc(tan(35deg)*60px/2);
    width: 30px;
    -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    position: absolute;
    left: 0;
    right: 0;
    bottom: -2rem;
    margin: 0 auto
}

@media screen and (min-width: 768px) {
    .evidence_inner ul li .flex p:has(em)::before {
        height: calc(tan(45deg)*60px/2);
        width: 25px;
        -webkit-clip-path: polygon(0 50%, 100% 0, 100% 100%);
        clip-path: polygon(0 50%, 100% 0, 100% 100%);
        left: -2.5rem;
        right: initial;
        bottom: initial;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        margin: 0
    }
}

.evidence_inner ul li .flex p:has(em) em {
    font-size: 6vw;
    line-height: 1.2
}

@media screen and (min-width: 768px) {
    .evidence_inner ul li .flex p:has(em) em {
        font-size: 3rem
    }
}

.evidence_inner ul li .flex p:has(em) span {
    color: #13b5bb
}

.commitment {
    position: relative;
    margin-top: -10rem;
    padding-top: 10rem
}

.commitment::after {
    content: "";
    display: block;
    width: 100%;
    height: 20vw;
    background: url(./futon-lp-images/wave.svg) no-repeat center top/100%;
    position: absolute;
    bottom: -20vw;
    left: 0;
    z-index: 1
}

.commitment .splash {
    display: none
}

@media screen and (min-width: 1024px) {
    .commitment .splash {
        display: block;
        width: 40%;
        height: 42vw;
        background: url(./futon-lp-images/splash01.png) no-repeat center/100%;
        position: absolute;
        left: -17vw;
        bottom: 10rem
    }
}

.commitment h2 {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-family: "Shippori Mincho", serif;
    font-size: 6vw;
    font-weight: 500;
    position: absolute;
    top: 6rem;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 1;
    text-shadow: 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff
}

@media screen and (min-width: 768px) {
    .commitment h2 {
        font-size: 5rem;
        top: 3rem
    }
}

.commitment h2 em {
    font-size: 11vw;
    color: #13b5bb
}

@media screen and (min-width: 768px) {
    .commitment h2 em {
        font-size: 8rem
    }
}

.commitment h2::before {
    content: "";
    display: block;
    width: 50px;
    height: 80px;
    background: url(./futon-lp-images/kirakira.png) no-repeat center/contain;
    position: absolute;
    right: 1rem;
    top: -4rem;
    -webkit-animation: kirakira 1s ease-in-out infinite alternate;
    animation: kirakira 1s ease-in-out infinite alternate
}

@-webkit-keyframes kirakira {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes kirakira {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@media screen and (min-width: 768px) {
    .commitment h2::before {
        width: 80px;
        height: 100px;
        right: -8rem;
        top: -2rem
    }
}

.commitment_inner {
    background: #eafaff;
    -webkit-clip-path: ellipse(400% 90% at 50% 90%);
    clip-path: ellipse(400% 90% at 50% 90%)
}

@media screen and (min-width: 768px) {
    .commitment_inner {
        -webkit-clip-path: ellipse(125% 90% at 50% 90%);
        clip-path: ellipse(125% 90% at 50% 90%)
    }
}

.commitment ul {
    padding: 25vw 0 0;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

@media screen and (min-width: 1024px) {
    .commitment ul {
        padding: 12rem 0 0
    }
}

.commitment ul li {
    width: 90%;
    margin: 0 auto 6rem;
    position: relative
}

.commitment ul li:nth-of-type(10) {
    margin-bottom: 0
}

@media screen and (min-width: 1024px) {
    .commitment ul li {
        width: 23%;
        margin: 0 1%
    }

    .commitment ul li:nth-of-type(2),
    .commitment ul li:nth-of-type(6),
    .commitment ul li:nth-of-type(9) {
        margin-top: 5rem
    }

    .commitment ul li:nth-of-type(3),
    .commitment ul li:nth-of-type(7),
    .commitment ul li:nth-of-type(10) {
        margin-top: 10rem
    }

    .commitment ul li:nth-of-type(4),
    .commitment ul li:nth-of-type(8) {
        margin-top: 15rem
    }

    .commitment ul li:nth-of-type(9) {
        margin-bottom: 0
    }
}

.commitment ul li span {
    font-family: "Marcellus", serif;
    font-size: 3rem;
    color: #fff;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #13b5bb;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1
}

.commitment ul li .image {
    position: relative;
    margin-bottom: 10rem
}

.commitment ul li .image .pic {
    width: 80%;
    margin-top: 1rem;
    border-radius: 50%;
    overflow: hidden
}

.commitment ul li .image .pic img {
    width: 100%;
    height: 64.8vw;
    -o-object-fit: cover;
    object-fit: cover
}

@media screen and (min-width: 1024px) {
    .commitment ul li .image .pic img {
        height: 16.56vw
    }
}

@media screen and (min-width: 1280px) {
    .commitment ul li .image .pic img {
        height: 220.8px
    }
}

.commitment ul li .image p {
    width: 50%;
    height: 40.5vw;
    background: #13b5bb;
    color: #fff;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    font-family: "Shippori Mincho", serif;
    font-size: 5.5vw;
    font-weight: 500;
    line-height: 1.2;
    text-align: center;
    letter-spacing: -1.5px;
    border-radius: 50%;
    position: absolute;
    right: 0;
    bottom: -8rem
}

@media screen and (min-width: 1024px) {
    .commitment ul li .image p {
        height: 10.35vw;
        font-size: 1.6rem
    }
}

@media screen and (min-width: 1280px) {
    .commitment ul li .image p {
        font-size: 2rem;
        height: 138px
    }
}

.hokan {
    position: relative;
    background: url(./futon-lp-images/hokan_bk.png) repeat left top/100%;
    padding: 20vw 0 15vw
}

@media screen and (min-width: 1024px) {
    .hokan {
        padding: 30rem 0 20rem
    }
}

.hokan .splash {
    display: none
}

@media screen and (min-width: 1024px) {
    .hokan .splash {
        display: block;
        width: 45%;
        height: 47vw;
        background: url(./futon-lp-images/splash02.png) no-repeat center/100%;
        position: absolute;
        right: -17vw;
        top: -10rem;
        z-index: 1
    }
}

.hokan h2 {
    text-align: center;
    font-family: "Shippori Mincho", serif;
    font-size: 6vw
}

@media screen and (min-width: 768px) {
    .hokan h2 {
        text-align: left;
        font-size: 4rem;
        margin-bottom: 10rem
    }
}

.hokan h2 em {
    font-size: 9vw;
    position: relative;
    display: block;
}

@media screen and (min-width: 768px) {
    .hokan h2 em {
        font-size: 5rem;
        display: inline;
    }
}

.hokan h2 em::before {
    content: "";
    display: block;
    width: 115%;
    height: 140%;
    background: url(./futon-lp-images/hokan_textbk.png) no-repeat center/contain;
    position: absolute;
    bottom: -2rem;
    right: -3rem;
    z-index: -1
}

@media screen and (min-width: 768px) {
    .hokan h2 em::before {
        bottom: -3rem
    }
}

.hokan ul li {
    width: 100%;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: space-between;
    margin-top: 6rem
}

@media screen and (min-width: 768px) {
    .hokan ul li {
        width: 80%
    }
}

.hokan ul li .pic {
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 3rem
}

@media screen and (min-width: 768px) {
    .hokan ul li .pic {
        width: 35%;
        margin-bottom: 0
    }
}

.hokan ul li .pic img {
    width: 100%;
    height: 200px;
    -o-object-fit: cover;
    object-fit: cover
}

@media screen and (min-width: 768px) {
    .hokan ul li .pic img {
        height: 250px
    }
}

.hokan ul li .text {
    width: 100%
}

@media screen and (min-width: 768px) {
    .hokan ul li .text {
        width: 60%
    }
}

.hokan ul li .text p:first-child {
    position: relative;
    font-family: "Shippori Mincho", serif;
    font-size: 5.5vw;
    padding-bottom: 1rem;
    border-bottom: 1px dashed #707070;
    margin-bottom: 2rem;
    font-weight: 700
}

@media screen and (min-width: 768px) {
    .hokan ul li .text p:first-child {
        font-size: 3.4rem
    }
}

.hokan ul li .text p:first-child span {
    font-family: "Playfair Display", serif;
    font-style: italic;
    color: #e1f3f3;
    font-size: 20vw;
    font-weight: 400;
    position: absolute;
    bottom: 1rem;
    left: 0;
    line-height: 1;
    z-index: -1
}

@media screen and (min-width: 768px) {
    .hokan ul li .text p:first-child span {
        font-size: 12rem;
        bottom: 2rem
    }
}

.hokan ul li:nth-of-type(2n) {
    flex-direction: row-reverse;
    margin-left: auto
}

@media screen and (min-width: 768px) {
    .hokan ul li:nth-of-type(2n) .text p:first-child {
        text-align: right
    }

    .hokan ul li:nth-of-type(2n) .text p:first-child span {
        left: auto;
        right: 0
    }
}

.price {
    background: url(./futon-lp-images/price_bk.jpg) no-repeat right center/cover
}

.price .wrap {
    margin-bottom: 10rem;
}

.price div:has(h2) {
    padding: 2rem 0;
    background: linear-gradient(90deg, #A8E3F5, #13B5BB)
}

.price div:has(h2) h2 {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    font-family: "Shippori Mincho", serif;
    font-size: 4.5rem;
    color: #fff;
    position: relative
}

.price div:has(h2) h2::before,
.price div:has(h2) h2::after {
    content: "";
    display: block;
    position: absolute
}

.price div:has(h2) h2::before {
    width: 130px;
    height: 130px;
    background: url(./futon-lp-images/bubble2.png) no-repeat center/contain;
    left: -22rem;
    top: -9rem
}

.price div:has(h2) h2::after {
    width: 150px;
    height: 150px;
    background: url(./futon-lp-images/bubble3.png) no-repeat center/contain;
    right: -20rem;
    bottom: -6rem
}

.price div:has(h2) h2 span {
    font-family: "Yellowtail", cursive;
    color: rgba(19, 181, 187, .45);
    font-size: 8rem;
    position: absolute;
    left: -7rem;
    top: -8rem;
    transform: rotate(-20deg)
}

.price .flex {
    justify-content: space-between;
    padding: 15rem 0
}

.price .flex table {
    width: 100%;
    border-collapse: separate;
    border-spacing: .5rem;
    font-weight: 700;
    position: relative
}

@media screen and (min-width: 1024px) {
    .price .flex table {
        width: 48%;
        font-size: 2rem
    }
}

.price .flex table::before,
.price .flex table::after {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto
}

.price .flex table::before {
    content: "2枚セット";
    width: 70%;
    background: #fff;
    padding: 1rem 0;
    font-family: "Shippori Mincho", serif;
    font-size: 3rem;
    text-align: center;
    border-radius: 50px;
    top: -6.5rem
}

@media screen and (min-width: 1024px) {
    .price .flex table::before {
        width: 50%
    }
}

.price .flex table::after {
    content: "";
    background: #fff;
    height: calc(tan(35deg)*60px/2);
    width: 30px;
    -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    top: 0
}

.price .flex table th,
.price .flex table td {
    padding: 1rem 0;
    text-align: center;
    line-height: 1.4
}

.price .flex table th {
    width: 33.3333333333%;
    background: #13b5bb;
    color: #fff
}

.price .flex table td {
    background: #fff;
    vertical-align: middle;
}

.price .flex table td:last-child {
    padding: 1rem;
    text-align: right
}

@media screen and (min-width: 768px) {
    .price .flex table td:last-child {
        padding: 1rem 2rem
    }
}

.price .flex table:nth-of-type(2) {
    margin-top: 10rem
}

@media screen and (min-width: 1024px) {
    .price .flex table:nth-of-type(2) {
        margin-top: 0
    }
}

.price .flex table:nth-of-type(2)::before {
    content: "3枚セット"
}



.price .news {
    padding: 2rem 0;
    background: linear-gradient(to top, #A8E3F5, #13B5BB);
    color: #fff;
    font-family: "Shippori Mincho", serif;
    width: 100vw;
position: relative;
left: 50%;
transform: translateX(-50%);
}



.price .news_inner {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    position: relative
}

.price .news_inner p {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    font-weight: 700
}



.price .news_inner p.imadake {
    width: 30%;
    height: 27.87vw;
    background: #ffe648;
    border: 3px solid #fff;
    border-radius: 50%;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    font-size: 5.5vw;
    color: initial;
    position: absolute;
    left: -1rem;
    top: -21vw;
    transform: rotate(-10deg);
    box-shadow: 0 0 5px rgba(0, 0, 0, .05)
}

@media screen and (min-width: 1024px) {
    .price .news_inner p.imadake {
        width: 20%;
        height: 133px;
        border: 5px solid #fff;
        font-size: 3rem;
        left: -12rem;
        top: -10rem
    }
}

@media screen and (min-width: 1280px) {
    .price .news_inner p.imadake {
        width: 200px;
        height: 200px;
        left: -10rem;
        font-size: 4rem
    }
}



.price .news_inner p.gentei {
    font-size: 7vw
}

@media screen and (min-width: 768px) {
    .price .news_inner p.gentei {
        font-size: 3.6rem;
        position: absolute;
        top: 0;
        left: 1rem
    }
}

.price .news_inner p.off {
    font-size: 7vw;
    line-height: 1;
    margin-bottom: 2rem
}

@media screen and (min-width: 768px) {
    .price .news_inner p.off {
        font-size: 6.5rem;
        line-height: initial;
        margin-bottom: 0
    }
}

.price .news_inner p.off em {
    font-size: 16vw
}

@media screen and (min-width: 768px) {
    .price .news_inner p.off em {
        font-size: 10rem
    }
}

.price .news_inner p.off em small {
    font-size: 80%
}

.price .news a {
    display: block;
    width: min(95%, 450px);
    text-align: center;
    background: #ff5353;
    padding: 1rem 0;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 6vw;
    font-weight: 700;
    color: #fff;
    border: 4px solid #fff;
    border-radius: 50px;
    margin: 0 auto;
    box-shadow: 0 0 5px rgba(0, 0, 0, .05)
}

@media screen and (min-width: 768px) {
    .price .news a {
        border: 5px solid #fff;
        font-size: 3rem
    }
}

.price .news a::before {
    font-family: "Font Awesome 6 Free";
    content: "";
    font-weight: 900;
    margin-right: 2rem
}

.price .news a:hover {
    opacity: 1;
    background: #c80808
}

.flow {
    background: url(./futon-lp-images/flow_bk.jpg) no-repeat center bottom/cover
}

@media screen and (min-width: 1024px) {
    .flow {
        background-size: 100%
    }
}

.flow h2 {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 0 0 calc(50% - 50vw);
    padding: 0 18vw 0 calc(50vw - 50%);
    background: #eafaff;
    font-family: "Shippori Mincho", serif;
    font-size: 5.5vw;
    position: relative;
    border-radius: 0 30px 30px 0
}

@media screen and (min-width: 768px) {
    .flow h2 {
        padding: 0 12rem 0 calc(50vw - 50%);
        font-size: 3rem
    }
}

.flow h2 em {
    position: absolute;
    right: 1rem;
    bottom: -2px;
    font-size: 7.5vw
}

@media screen and (min-width: 768px) {
    .flow h2 em {
        font-size: 5rem;
        right: 1.5rem
    }
}

.flow ol {
    margin-bottom: 10rem;
    position: relative
}

.flow ol::before {
    content: "";
    width: 1px;
    height: 81%;
    background: #13b5bb;
    position: absolute;
    left: 8vw;
    top: 0
}

@media screen and (min-width: 768px) {
    .flow ol::before {
        top: 5vw
    }
}

@media screen and (min-width: 1024px) {
    .flow ol::before {
        content: none
    }
}

.flow ol li {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 8rem
}

@media screen and (min-width: 1024px) {
    .flow ol li {
        align-items: center
    }
}

.flow ol li .number {
    width: 18%;
    height: 16.2vw;
    background: #13b5bb;
    font-family: "Playfair Display", serif;
    font-style: italic;
    font-size: 10vw;
    color: #fff;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    line-height: 1;
    padding-bottom: 1rem;
    position: relative
}

@media screen and (min-width: 1024px) {
    .flow ol li .number {
        width: 10%;
        height: 9vw;
        font-size: 7rem;
        padding-bottom: 2rem
    }

    .flow ol li .number::before {
        content: "";
        width: 2px;
        height: 300px;
        background: #13b5bb;
        position: absolute;
        left: 4.5vw;
        bottom: -30rem
    }
}

@media screen and (min-width: 1280px) {
    .flow ol li .number {
        height: 120px
    }
}

@media screen and (min-width: 1500px) {
    .flow ol li .number::before {
        left: 6rem
    }
}

@media screen and (min-width: 1024px) {
    .flow ol li:last-child .number::before {
        content: none
    }
}

.flow ol li .text {
    width: 79%
}

@media screen and (min-width: 1024px) {
    .flow ol li .text {
        width: 43%
    }
}

.flow ol li .text p:nth-of-type(1) {
    font-family: "Shippori Mincho", serif;
    font-size: 6vw;
    font-weight: 600;
    margin-bottom: 1rem;
    line-height: 1.3
}

@media screen and (min-width: 1024px) {
    .flow ol li .text p:nth-of-type(1) {
        font-size: 3rem;
        line-height: initial
    }
}

.flow ol li .pic {
    width: 80%;
    position: relative;
    z-index: 0;
    margin-left: auto;
    margin-top: 1rem
}

@media screen and (min-width: 1024px) {
    .flow ol li .pic {
        width: 43%;
        margin-left: 0;
        margin-top: 0
    }
}

.flow ol li .pic_inner {
    width: 95%;
    border-radius: 100px;
    overflow: hidden;
    margin-bottom: 2rem
}

.flow ol li .pic_inner img {
    width: 100%;
    height: 200px;
    -o-object-fit: cover;
    object-fit: cover
}

.flow ol li .pic::before {
    content: "";
    display: block;
    width: 95%;
    height: 200px;
    background: repeating-linear-gradient(135deg, #13B5BB, #13B5BB 20px, #52C4C2 20px, #52C4C2 40px);
    border-radius: 100px;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1
}

.voice {
    position: relative;
    margin-top: -10rem;
    padding-top: 10rem
}

.voice .parts {
    position: absolute;
    opacity: .5
}

.voice .parts01 {
    right: -8rem;
    top: 36vw;
    width: 50%;
    height: 50vw
}

@media screen and (min-width: 768px) {
    .voice .parts01 {
        right: -14rem;
        top: 0;
        width: 300px;
        height: 350px
    }
}

.voice .parts02 {
    left: -6rem;
    bottom: 0;
    width: 40%;
    height: 43vw
}

@media screen and (min-width: 768px) {
    .voice .parts02 {
        left: -10rem;
        width: 250px;
        height: 300px
    }
}

.voice h2 {
    border-radius: 50%;
    font-family: "Shippori Mincho", serif;
    font-size: 7vw;
    font-weight: 500;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 5rem 0 12rem;
    background: #fff;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 0;
    width: 80%;
    text-align: center
}

@media screen and (min-width: 768px) {
    .voice h2 {
        font-size: 4rem;
        padding: 5rem 8rem 12rem;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content
    }
}

.voice ul li {
    padding: 0 3rem
}

.voice ul li .title {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center
}

.voice ul li .title .icon {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    background: #13b5bb;
    padding: 1rem
}

.voice ul li .title p {
    width: calc(100% - 75px);
    font-size: 2rem;
    font-weight: 700
}

.voice ul li .text {
    margin-top: 1rem
}

.slick-slider span {
    display: block;
    width: 40px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    z-index: 1;
    opacity: .3
}

.slick-slider span.pre {
    left: -1rem
}

.slick-slider span.nex {
    right: -1rem
}

.hikaku {
    background: url(./futon-lp-images/hikaku_bk.png) no-repeat center bottom/200%;
    padding-bottom: 10rem
}

@media screen and (min-width: 768px) {
    .hikaku {
        background-size: 100%;
        padding-bottom: 15rem
    }
}

.hikaku h2 {
    background: url(./futon-lp-images/hikaku_textbk.jpg);
    padding: 10rem 0 5rem;
    color: #fff;
    font-family: "Shippori Mincho", serif;
    font-size: 7vw;
    font-weight: 500;
    text-align: center;
    position: relative
}

@media screen and (min-width: 768px) {
    .hikaku h2 {
        font-size: 4rem
    }
}

.hikaku h2::before,
.hikaku h2::after {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto
}

.hikaku h2::before {
    content: "Before After";
    font-family: "Yellowtail", cursive;
    top: 3rem
}

.hikaku h2::after {
    content: "";
    display: block;
    width: 100px;
    height: 1px;
    background: #fff;
    top: 21vw
}

@media screen and (min-width: 768px) {
    .hikaku h2::after {
        top: 10rem
    }
}

.hikaku ul {
    position: relative;
    margin-top: -3rem
}

.hikaku ul li {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 6rem;
    position: relative
}

@media screen and (min-width: 768px) {
    .hikaku ul li {
        margin-bottom: 14rem
    }
}

.hikaku ul li::before {
    content: "";
    display: block;
    background: #ff4c57;
    height: calc(tan(30deg)*60px/2);
    width: 30px;
    -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%)
}

@media screen and (min-width: 768px) {
    .hikaku ul li::before {
        height: calc(tan(50deg)*60px/2);
        -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
        clip-path: polygon(0 0, 100% 50%, 0 100%)
    }
}

.hikaku ul li div {
    width: 100%;
    border-radius: 30px;
    overflow: hidden;
    position: relative
}

@media screen and (min-width: 768px) {
    .hikaku ul li div {
        width: 45%
    }
}

.hikaku ul li div::before {
    font-family: "Yellowtail", cursive;
    color: #13b5bb;
    transform: rotate(-10deg);
    position: absolute;
    left: 1rem;
    top: 1rem;
    font-size: 3rem
}

.hikaku ul li div.before {
    margin-bottom: 2rem
}

@media screen and (min-width: 768px) {
    .hikaku ul li div.before {
        margin-bottom: 0
    }
}

.hikaku ul li div.before::before {
    content: "Before"
}

.hikaku ul li div.after::before {
    content: "After";
    color: #ff4c57;
    font-size: 5rem;
    top: -1rem
}

.hikaku ul li div img {
    width: 100%;
    height: 250px;
    -o-object-fit: cover;
    object-fit: cover
}

@media screen and (min-width: 768px) {
    .hikaku ul li div img {
        height: 300px
    }
}

footer {
    padding: 6rem 0 16rem
}

footer .button {
    position: fixed;
    right: 0;
    left: 0;
    margin: 0 auto;
    bottom: 1rem;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    width: min(95%,600px);
}

@media screen and (min-width: 768px) {
    footer .button {
        right: 2rem;
        left: auto;
        bottom: 2rem;
        margin: 0
    }
}

footer .button a {
    display: block;
    width: 49%;
    background: #ff5353;
    border-radius: 50px;
    font-weight: 700;
    color: #fff;
    padding: 1.5rem 0;
    text-align: center;
    font-size: 3vw;
}

@media screen and (min-width: 768px) {
    footer .button a {
        font-size: initial;
    }
}

footer .button a:nth-of-type(-n+2) {
    margin-bottom: 1rem;
}

@media screen and (min-width: 768px) {
    footer .button a::before {
        font-family: 'Font Awesome 6 Free';
        content: '\f138';
        font-weight: 700;
        margin-right: 1rem;
    }
}

footer .button.visible {
    opacity: 1;
    visibility: visible
}

footer .flex {
    align-items: center;
    justify-content: space-between;
    margin-bottom: 4rem
}

footer .flex .logo {
    width: 80%;
    margin-bottom: 1rem
}

@media screen and (min-width: 768px) {
    footer .flex .logo {
        width: auto;
        margin-bottom: 0
    }
}

footer .flex ul {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap
}

footer .flex ul li {
    width: 100%
}

@media screen and (min-width: 768px) {
    footer .flex ul li {
        width: auto;
        margin-right: 2rem
    }
}

footer .flex ul li:last-child {
    margin-right: 0
}

footer .flex ul li a {
    font-weight: 700
}

footer .copyright {
    font-size: 1.2rem
}

@media screen and (min-width: 768px) {
    footer .copyright {
        font-size: 1.4rem
    }
}

/*# sourceMappingURL=style.css.map */

/*追加
-----------------------------------*/
.fs-l-main {
    max-width: 100%;
    margin: 0;
    padding: 0;
    display: block;
}

.fs-l-pageMain {
    max-width: 100%;
    margin-left: 0;
}

a:hover {
    text-decoration: none;
}