.content-table,
dl.togglebox dd,
a.inbanner.sponly,
.fuki-tit img.sponly,
.corce-table li i,
dl.togglebox i.fa-solid.fa-window-minimize,
dl.togglebox.active i.fa-solid.fa-plus,
a.sp-menu,
.content-table img.sponly,
img.right-arrow,
.scroll-guide,
#futon .content-table img.sponly,
a.od-banner.sponly {
    display: none;
}

.content-table.active,
dl.togglebox.active dd,
.corce-table li.active i {
    display: block;
}

dl.togglebox.active .fa-window-minimize {
    display: block !important;
}

h1,
h2,
h3,
h4,
h5 {
    margin-block-start: 0;
    margin-block-end: 0;
}

.t-center {
    text-align: center;
}

.fs48 {
    font-size: 48px;
}

.fs40 {
    font-size: 40px;
}

.fs36 {
    font-size: 36px;
}

.fs26 {
    font-size: 26px;
}

.fs24 {
    font-size: 24px;
}

.fs22 {
    font-size: 22px;
}

.f20 {
    font-size: 20px;
}

.fs18 {
    font-size: 18px;
}

.fs14 {
    font-size: 14px;
}

.bold {
    font-weight: bold;
}

.mt0 {
    margin-top: 0;
}

.mt10 {
    margin-top: 10px;
}

.mb0 {
    margin-bottom: 0;
}

.mb10 {
    margin-bottom: 10px;
}

.mb20 {
    margin-bottom: 20px;
}

.mt20 {
    margin-top: 20px;
}

.mt30 {
    margin-top: 30px !important;
}

.mb30 {
    margin-bottom: 30px;
}

.mb40 {
    margin-bottom: 40px;
}

.mt40 {
    margin-top: 40px;
}

p {
    margin-block-end: 0;
    margin-block-start: 0;
    font-family: 'Noto Sans JP';
}

img {
    width: inherit;
}

.gofont {
    font-family: "Noto Sans JP";
}

.mincho {
    font-family: "Noto Serif JP", serif;
}

.tx-sky {
    color: #3994E3;
}

.coreblue {
    color: #2A54AE;
}

.title-text.flex h4 {
    font-size: 18px;
}

div#light-corce span {
    color: #40A4D5;
}

a.pink-button img {
    width: 5%;
}

section#attention .inner {
    width: 800px;
}

section#attention {
    padding: 80px 0;
}

section#attention .flex a.round-sky i {
    color: #3994E3;
}

section#attention .flex a.round-sky {
    width: 390px;
    margin: 0;
    color: #222;
    border: 1px solid #3994E3;
}

section#attention .flex {
    justify-content: center;
    gap: 15px;
    margin: 40px 0;
}

dl.togglebox i.fa-solid.fa-window-minimize {
    top: 25%;
}

dl.togglebox.active dt {
    border-radius: 10px 10px 0 0;
}

dl.togglebox.active li {
    list-style: disc;
    line-height: 180%;
}

section#voices {
    padding: 0 0 80px;
}

section#another-se {
    padding: 0 0 60px;
}

section#another-se .flex {
    justify-content: center;
    gap: 15px;
}

footer {
    padding: 50px 0 0;
}

footer h4 {
    margin-block-start: 1.33em;
    margin-block-end: 1.33em;
}

section#another-se .flex {
    justify-content: center;
    gap: 15px;
    margin: 80px 0 0;
}

section#another-se a.round-sky svg {
    margin: 7px 0 0 20px;
}

section#another-se a.round-sky {
    width: 35%;
    margin: 0;
    color: #222;
    border: 1px solid var(--Linear, #3994E3);
    text-align: center;
}

article.bk-pblue {
    background: #F2F6F9;
    padding: 40px 0;
    border-radius: 10px;
    margin: 40px 0 80px;
}

dl.togglebox dd {
    padding: 15px 10%;
    box-sizing: border-box;
    font-family: "Noto Sans JP";
}

dl.togglebox {
    width: 1000px;
    margin: 0 auto;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
    border-radius: 10px;
}

dl.togglebox dt {
    color: #FFF;
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    background: #3994E3;
    padding: 15px 0;
    border-radius: 10px;
    position: relative;
}

dl.togglebox dt i {
    position: absolute;
    top: 35%;
    right: 3%;
}

ul.items li {
    background: #3994e3;
    color: #fff;
    padding: 3px 10px;
    box-sizing: border-box;
    font-family: "Noto Sans JP";
}

ul.items>li {
    flex: 0 0 calc((100% - 40px) / 5);
    min-width: 0;
    text-align: center;
}

ul.items {
    display: flex;
    margin: 30px auto;
    gap: 10px;
    justify-content: center;
    width: 74%;
    flex-wrap: wrap;
}

img.ptimg {
    height: 200px;
    width: auto;
    object-fit: cover;
    border-radius: 20px;
}

.title-text.flex {
    display: flex;
    gap: 12px;
    justify-content: center;
    align-items: center;
}

.article-inner article img {
    width: 36%;
    border-radius: 10px 0 0 10px;
}

#prices .flex li:hover,
dl.togglebox dt i:hover {
    cursor: pointer;
}

section#steps a.round-bt {
    background: #3994E3;
    text-align: center;
    font-family: 'Noto Sans JP';
    width: 224px;
    margin: 15px auto;
    display: block;
    position: relative;
    bottom: unset;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6px;
}

section#steps a.round-bt i {
    position: absolute;
    color: #fff;
    top: unset;
    font-size: 10px;
    margin: 3px 0 0 15px;
    right: 10%;
}

section#steps a.underline.tx-sky {
    color: #4072C7;
    font-weight: 500;
}

.article-inner {
    margin-bottom: 50px;
}

section#another-attention {
    padding: 60px 0 60px;
}

section#steps .righnt-content {
    padding: 20px 40px 10px;
    width: 100%;
}

.righnt-content {
    padding: 20px 2%;
    box-sizing: border-box;
    position: relative;
}

.righnt-content h4 {
    color: #3994E3;
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
}

.righnt-content p {
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
}

.righnt-content.first p {
    font-size: 15px;
}

.article-inner i {
    text-align: center;
    color: #3994E3;
    display: block;
    margin: 8px 0 22px;
    font-size: 40px;
    line-height: 18px;
}

.article-inner article {
    display: flex;
    gap: 5px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
    border-radius: 10px;
}

section#prices {
    padding: 50px 0 20px;
}

section#reson ul.flex.col3 .title-text.flex img {
    height: 59px;
    width: auto;
    margin: 0;
}

section#reson ul.flex.col3 .title-text.flex img.sponly {
    display: none !important;
}

section#reson ul.flex.col3 .reason-thum {
    max-width: 96%;
    height: 184px;
    overflow: hidden;
    margin: 28px auto 20px;
    border-radius: 20px;
}

section#reson ul.flex.col3 .reason-thum img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

section#reson ul.flex.col3 {
    justify-content: center;
    margin-bottom: 70px;
    justify-content: space-between;
    gap: 30px;
}

section#services span.exsmall {
    display: block;
}

section#reson ul.flex.col3 p img {
    margin-right: 5px;
    width: 20px;
    height: 20px;
    object-fit: contain;
    flex-shrink: 0;
    margin-top: 3px;
}

section#reson ul.flex.col3 p {
    display: flex;
    align-items: flex-start;
    margin-top: 10px;
    font-family: "Noto Sans JP";
}

section#reson ul.flex.col3 p {
    display: flex;
    align-items: flex-start;
    margin-top: 10px;
}

section#reson ul.flex.col3 li {
    flex: 1;
    background: #f2f6f9;
    padding: 35px 12px 30px;
    border-radius: 20px;
}

section#services ul.flex p {
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 180%;
}

section#services ul.flex h4 {
    font-size: 20px;
    text-align: center;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Noto Sans JP";
}

section#services ul.flex li {
    flex: 1;
}

section#services ul.flex img {
    width: 100%;
    border-radius: 20px;
    margin: 15px 0;
}

section#services ul.flex {
    gap: 30px;
}

.bottom-line-tit {
    position: relative;
    display: block;
    width: fit-content;
    margin: 0 auto 60px;
    padding-bottom: 14px;
    text-align: center;
}

.content-table img {
    margin: 0;
    width: 100%;
    display: block;
}

.corce-table .flex p {
    color: #BEBEBE;
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    background: #fff;
    width: 66%;
    top: -10px;
    border: 1px solid;
    left: 25%;
    margin: 0 auto;
    margin-top: calc(100% - 130%);
    margin-bottom: 10px;
    border-radius: 4px;
}

.corce-table h5 i {
    position: absolute;
    bottom: -35%;
    font-size: 30px;
    left: 48%;
    z-index: 100;
}

.content-table {
    padding: 30px 12px;
    border-radius: 20px;
    border: 1px solid #CBCBCB;
    background: #FFF;
}

.corce-table li h5 {
    color: #FFF;
    text-align: center;
    font-family: "Noto Serif JP";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    background: #BEBEBE;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 10px 10px 0 0;
    margin-bottom: 0;
}

li[data-target="shnzerize-corce"].active h5 {
    background: #ad9059;
}

li[data-target="shnzerize-corce"].active h5 p {
    color: #ad9059 !important;
}

li[data-target="light-corce"].active h5 {
    background: #40A4D5;
}

li[data-target="light-corce"].active h5 p {
    color: #40A4D5 !important;
}

li[data-target="platinum-corce"].active h5 {
    background: #214D96;
}

li[data-target="platinum-corce"].active h5 p {
    color: #214D96 !important;
}

#prices .corce-table .flex {
    justify-content: center;
    width: 60%;
    margin: 0 auto;
    gap: 10px;
}

#prices .flex li {
    flex: 1;
    position: relative;
}

dl#light-c {
    border: 1px solid #40A4D5;
}

dl#light-c dt {
    background: #40A4D5;
}

dl#shnze-c {
    border: 1px solid #AD9059;
}

dl#shnze-c dt {
    background: #AD9059;
}

dl#totalcare-c {
    border: 1px solid #214D96;
}

dl#totalcare-c dt {
    background: #214D96;
}

.corce-table {
    margin: 60px 0 0;
}

.corce3.flex dl {
    border-radius: 10px;
    text-align: center;
    margin: 0;
}

.corce3.flex dl dd {
    border-radius: 10px 10px 0 0;
    padding: 7px 0;
    font-weight: bold;
    font-family: 'Noto Sans JP';
    font-size: 18px;
}

.corce3.flex dl dt {
    text-align: center;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    line-height: 32px;
    padding: 5px 0;
    border-radius: 10px 10px 0 0;
}

span.pink-dot {
    font-family: "Roboto", sans-serif;
    color: #FA7474;
    font-size: 34px;
    font-style: normal;
    font-weight: 700;
    border-bottom: 2px dashed;
    padding-bottom: 3px;
}

span.pink-dot .span1 {
    font-size: 24px;
}

span.pink-dot .span2 {
    font-size: 30px;
}

.light-gray-box {
    background: #F2F6F9;
    padding: 10px 0 15px;
    text-align: center;
    width: 100%;
    border-radius: 20px;
    margin: 20px 0 55px;
    font-family: "Noto Sans JP";
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
}

#prices .flex {
    gap: 20px;
    justify-content: space-between;
}

#prices .flex img {
    flex: 1;
    width: 46%;
}

#prices .inner {
    margin: 20px auto;
    display: block;
    margin-bottom: 55px;
}

section#prices article {
    padding: 0 70px;
}

section#prices h4 img {
    width: 38%;
    margin: 40px auto;
    display: block;
}

img.cicles {
    width: 65%;
    margin: 30px auto 30px;
    display: block;
}

a.od-banner img {
    width: 100%;
    display: block;
}

section#kv {
    background-image: url("/img/hokan/kv.webp");
    margin-bottom: 0;
}

body#futon section#kv {
    background-image: url(/img/futon/kv.webp);
}

img.kv-tit-top {
    width: 50%;
    margin-bottom: 18px;
}

body#futon .pr-layout {
    width: 72%;
    margin-left: 5%;
    margin-top: 44px;
}

section#kv h2 span {
    display: block;
    line-height: 153%;
}

#futon .kv-copy {
    top: 6%;
}

section#kv h2 {
    margin: 0 0 24px;
}

.plan-table-area {
    position: relative;
}

.plan-table-wrap {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
}

.kv-copy {
    position: absolute;
    left: 8%;
    top: 10%;
}

.pr-layout p {
    position: absolute;
    right: 0;
    font-size: 9px;
    margin-top: 10px;
}

.pr-layout {
    position: relative;
    width: 100%;
}

img.w100,
img.kv-prs {
    width: 100%;
}

section#coupon {
    padding: 20px 0 0;
    position: relative;
    z-index: 3;
}

section#nayami {
    padding: 0 0 40px;
    position: relative;
    z-index: 2;
}

section#steps {
    padding: 0 0 30px;
}

section#steps .inner {
    margin: 40px auto;
    padding: 0 6%;
    box-sizing: border-box;
}

section#steps .righnt-content h4 {
    margin-bottom: 15px;
}

.flex.moovie-area {
    font-size: 20px;
    margin: 40px 0;
    gap: 31px;
    align-items: center;
}

img.catchs {
    width: 42%;
    margin: 40px auto 60px;
    display: block;
}

.fuki-tit img {
    width: 750px;
    margin: -10% auto 0;
    display: block;
}

.col2.flex img {
    width: 50%;
}

.col2.flex {
    width: 1040px;
    margin: 30px auto;
    gap: 40px;
}

.text-content h4 {
    font-family: "Noto Sans JP";
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    color: #222;
    margin-bottom: 20px;
}

img.ac-top {
    width: 101%;
    margin-left: -1%;
}

.dot-text {
    position: relative;
    display: inline-block;
    color: #3994E3;
    font-size: 38px;
    font-weight: 700;
    margin-top: 10px;
}

.dot-text::before {
    content: "・・・・・";
    position: absolute;
    left: 0;
    top: -0.5em;
    width: 100%;
    text-align: center;
    font-size: 0.5em;
    letter-spacing: 0.9em;
    line-height: 1;
    text-align: center;
}

.text-content p {
    font-family: "Noto Sans JP";
    line-height: 180%;
    font-size: 16px;
}

section#whats h5 {
    font-family: "Noto Sans JP";
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-align: center;
    color: #3994E3;
}

.plan-table {
    width: 100%;
    min-width: 690px;
    border-collapse: collapse;
    table-layout: fixed;
    font-family: "Yu Gothic", "YuGothic", sans-serif;
    margin: 20px 0 50px;
}

.plan-table th,
.plan-table td {
    border: 1px solid #d9dde1;
    text-align: center;
    vertical-align: middle;
}

/* 左側の項目列 */
.plan-table tbody th {
    width: 25%;
    padding: 20px;
    background: #929FAA;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
}

/* ○×エリア */
.plan-table tbody td {
    width: 25%;
    height: 52px;
    padding: 0 10px;
    background: #fff;
    color: #333;
    font-size: 24px;
    font-weight: 300;
}

/* ヘッダー左上 */
.plan-table thead th:first-child {
    border: none;
    background: transparent;
}

/* プラン名 */
.plan-table thead th {
    height: 34px;
    padding: 15px 20px;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
}

.plan-table .plan-light {
    background: #43a5d2;
}

.plan-table .plan-chandelier {
    background: #a98d45;
}

.plan-table .plan-platinum {
    background: #28569d;
}

/* 補足文字 */
.plan-table tbody th small {
    display: block;
    font-size: 14px;
    line-height: normal;
    font-weight: 700;
}

div#gnavi ul li {
    padding: 12px 10px 12px 10px;
}

#platinum-corce p span {
    color: #214d96;
}

a.od-banner {
    margin: 30px auto;
    display: block;
    width: 55%;
}

.bottom-line-tit::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -15px;
    width: 110px;
    height: 3px;
    background: linear-gradient(to right,
            #b4b8e0 0%,
            #3994e3 100%);
    transform: translateX(-50%) rotate(0.2deg);
}

section#another-se a.round-sky:hover {
    opacity: 0.7;
}

section#services a.round-sky {
    margin-bottom: 0;
}

.modal {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.modal.is-open {
    display: flex;
}

.modal-bg {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
}

.modal-content {
    position: relative;
    z-index: 1;
    width: min(640px, 100%);
    max-height: 80vh;
    padding: 40px;
    background: #fff;
    border-radius: 10px;
    box-sizing: border-box;
}

.modal-close {
    position: absolute;
    top: -6%;
    right: 0;
    padding: 0;
    border: 0;
    background: none;
    font-size: 32px;
    line-height: 1;
    cursor: pointer;
    color: #fff;
}
#futon .modal-close {
    top: -8%;
}
body.modal-open {
    overflow: hidden;
}

h4.line2-tit {
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    color: #3994E3;
    border-top: 1px solid;
    border-bottom: 1px solid;
    padding: 14px 0;
    margin-bottom: 30px;
}

.modal-content .flex {
    gap: 30px;
}

.modal-content img {
    width: 40%;
    height: fit-content;
}

.modal-content li {
    list-style: disc;
    line-height: 24px;
}

.ans-head {
    align-items: flex-start;
}

.scroll-guide {
    display: none;
    position: absolute;
    top: 12%;
    left: 50%;
    transform: translateX(-50%);
    width: 70%;
    max-width: 300px;
    z-index: 20;
    pointer-events: none;

    opacity: 1;
    visibility: visible;

    transition:
        opacity 0.3s ease,
        visibility 0.3s ease;
}

.scroll-guide img {
    display: block;
    width: 100%;
    height: auto;
}

.scroll-guide.is-hidden {
    opacity: 0;
    visibility: hidden;
}

section#services .inner {
    position: relative;
}

img.bottom-arrow {
    margin: 20px auto;
    display: block;
}

body#futon section#coupon {
    padding: 50px 0;
}

body#futon section#coupon .light-gray-box {
    margin: 0;
}

.light-gray-box h4.bk-black {
    font-size: 16px;
    font-family: 'Noto Sans JP';
    background: #222;
    color: #fff;
    font-weight: 500;
}

.light-gray-box h4.bk-sky {
    font-size: 16px;
    font-family: 'Noto Sans JP';
    background: #3994E3;
    color: #fff;
    font-weight: 500;
}

body#futon section#coupon .light-gray-box ul li {
    font-size: 14px;
    text-align: left;
    list-style: disc;
    font-weight: 500;
    line-height: 26px;
}

body#futon section#coupon .light-gray-box {
    margin: 0;
    padding: 20px 20px 0;
    justify-content: space-around;
}

body#futon section#coupon .light-gray-box ul li {
    font-size: 14px;
    text-align: left;
    list-style: disc;
    font-weight: 500;
    line-height: 26px;
    list-style-position: inside;
}

body#futon section#coupon .light-gray-box article {
    width: 100%;
}

.flex-tit {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    gap: 0;
}

section#nayami p.bk-guradeshon.mincho {
    font-family: "Noto Serif JP", serif;
    font-size: 36px;
}

section#nayami ul.t-center.gofont {
    width: fit-content;
    margin-inline: auto;
    padding: 0;
    list-style: none;
    text-align: left;
    margin: 50px auto;
    display: block;
}

section#nayami ul.t-center.gofont li {
    text-align: left;
}

a.inbanner img {
    width: 460px;
}

.kv-pr-circles {
    display: flex;
    justify-content: left;
    align-items: center;
    gap: 25px;
}

.kv-pr-circle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28%;
    aspect-ratio: 1;
    border-radius: 50%;
    background: linear-gradient(180deg,
            #f8f7ff 0%,
            #edf1ff 100%);
    text-align: center;
    box-sizing: border-box;
    position: relative;
    font-family: 'Noto Serif JP' !important;
}

.kv-pr-text p,
.kv-pr-text span,
.pr-layout p {
    font-family: 'Noto Serif JP' !important;
}

#hokan .kv-pr-circle {
    width: clamp(144px, 12.5vw, 188px);
    background: linear-gradient(180deg, #FAF8FF 0%, #E2EBFA 100%);
}

#kv .kv-pr-text {
    margin: 0;
    color: #222;
    font-family: "Noto Serif JP", serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.45;
    position: relative;
}

#hokan #kv .kv-pr-text {
    font-size: clamp(16px, 2vw, 24px);
}

#kv .kv-pr-circle.first .kv-pr-text {
    font-size: 30.7px;
}

#hokan #kv .kv-pr-circle.first .kv-pr-text {
    font-size: clamp(18px, 2vw, 30.7px);
}

span.blue large {
    font-size: 41px;
}

#hokan span.blue large {
    font-size: clamp(24px, 2.8vw, 41px);
}

.kv-pr-text .blue {
    color: #0068b7;
    font-size: 30px;
}

#hokan .kv-pr-text .blue {
    font-size: 30px;
    font-size: clamp(18px, 2vw, 30px);
}

.price {
    position: relative;
    display: inline-flex;
    align-items: flex-end;
    color: #0068b7;
    line-height: 1;
}

.price .num {
    /* font-size: 38px; */
    font-size: clamp(26px, 2.7vw, 38px);
    font-weight: 700;
    letter-spacing: -0.04em;
}

.price .yen {
    margin-left: 6px;
    font-size: 20px;
    font-size: clamp(12px, 1.5vw, 20px);
    font-weight: 700;
}

.price .tax {
    position: absolute;
    top: 0px;
    right: -17px;
    font-weight: 500;
    font-size: 10px;
}

.price .tax sup {
    /* font-size: 10.5px; */
    font-size: clamp(5px, 0.7vw, 10.5px);
    margin-left: -5px;
}

.underline-tit {
    color: #062584;
    text-align: center;
    font-family: "Noto Serif JP";
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    border-bottom: 3px solid;
    padding-bottom: 10px;
}

section#nayami .underline-tit {
    position: relative;
    top: 8.5%;
    z-index: 100;
    text-align: center;
    display: block;
    border: 0;
    margin-top: 1.23em;
    margin-bottom: -3.5em;
    text-align: center;
}

.underline-tit span {
    border-bottom: 3px solid;
    padding-bottom: 8px;
    position: relative;
    z-index: 1;
}

.ac-inner {
    position: relative;
}

#hinoka img.fl1,
#hinoka img.fl2 {
    width: 7%;
}

img.fl2 {
    position: absolute;
    top: 5%;
    right: 28%;
    width: 3%;
}

img.fl1 {
    position: absolute;
    top: 5%;
    left: 28%;
    width: 3%;
    transform: scaleX(-1);
}

.fuki-tit {
    background-image: url(/img/fuki-back-gr.webp);
    width: fit-content;
    color: #FFF;
    text-align: center;
    font-family: "Noto Serif JP";
    font-size: 34px;
    font-style: normal;
    font-weight: 700;
    /* line-height: 150%; */
    margin: -7% auto 0;
    padding: 30px 4rem 41px 6rem;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

#hokan section#whats .col2.flex {
    align-items: center;
}

span.underline.line-yellow {
    font-weight: bold;
}

ul.se3 {
    display: flex;
    gap: 30px;
    width: 60%;
    margin: 40px auto 70px;
    text-align: center;
}

section#prices .light-gray-box {
    letter-spacing: 0.5px;
}

.coreblue {
    color: #ad9059;
    text-underline-offset: 3px;
}

.coreblue-b {
    color: #3A54AE;
    text-underline-offset: 3px;
}

ul.se3 p {
    color: #FFF;
    text-align: center;
    font-size: 20px;
    margin-top: calc(100% - 133%);
}

#hokan section#whats {
    padding: 80px 0 20px;
}

#hokan p.tit-top.anytime-title.pink {
    color: #f47676;
    font-size: 28px;
}

#hokan .anytime-title::before,
#hokan .anytime-title::after {
    content: "";
    display: block;
    width: 2px;
    height: 33px;
    background-color: #fc7372;
    margin-top: 31px;
}

.fuki-tit-bt {
    font-weight: 500;
    margin-top: -10px;
}

.corce-table li h5 span {
    font-size: 16px;
}

section#reson {
    padding: 80px 0 20px;
}

/* アニメーション前 */
.fade-list>li {
    opacity: 0;
    transform: translateY(40px);
    transition:
        opacity 0.8s ease,
        transform 0.8s ease;
}

/* 画面内に入った後 */
.fade-list>li.is-show {
    opacity: 1;
    transform: translateY(0);
}

/* 時間差 */
.fade-list>li:nth-child(1) {
    transition-delay: 0s;
}

.fade-list>li:nth-child(2) {
    transition-delay: 0.2s;
}

.fade-list>li:nth-child(3) {
    transition-delay: 0.4s;
}

.flex.moovie-area p {
    font-weight: 500;
    line-height: 180%;
}

section#steps a.round-bt:hover {
    background: #fff;
}

section#steps a.round-bt:hover i {
    color: #327bbc;
}

dl.togglebox dt:hover {
    cursor: pointer;
    /* background: #fff; */
    /* color: #3994e3; */
    opacity: 0.7;
}

dl.togglebox.active dt:hover {
    opacity: 0.8;
}

#hokan section#qa {
    padding: 0 0 1px;
}

section#another-se h3.bottom-line-tit {
    font-size: 30px;
}

section#another-se a.round-sky svg {
    position: absolute;
    top: 25%;
    right: 7%;
    width: 16px;
}

ul.se3 img {
    width: 100%;
}

.ft-sns p {
    margin-bottom: 10px;
}

body#futon section#kv h2 {
    line-height: 34px;
}

section#coupon ul li {
    padding-left: 10px;
}

#futon .corce-table li.active h5 {
    background: #3994E3;
}

futon .content-table {
    padding: 20px;
}

#futon #prices .corce-table .flex,
#futon dl.togglebox {
    width: 100%;
}

#futon .content-table {
    margin-bottom: 25px;
}

#futon .content-table.active {
    border-radius: 0 0 10px 10px;
}

#futon dl.togglebox {
    width: 100%;
    margin-bottom: 10px;
}

#futon dl.togglebox dd img {
    width: 100%;
    margin-top: 12px;
    display: block;
}

#futon dl.togglebox dd {
    padding: 10px 12px;
    box-sizing: border-box;
    background: #fff;
    border-radius: 0 0 10px 10px;
}

#futon .content-table {
    padding: 20px;
}

#futon .content-table img {
    margin: 0 0 10px;
    width: 100%;
    display: block;
}

.bk-guradeshon {
    color: #FFF;
    text-align: center;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    background: var(--Linear, linear-gradient(105deg, #3994E3 -7.55%, #B4B8E0 112.12%));
    color: #fff;
    padding: 12px 20px;
}

.cleaning-box ul.col3.wid880>li {
    flex: 0 0 calc((100% - 0px) / 3);
    width: calc((100% - 0px) / 3);
    min-width: 0;
    box-sizing: border-box;
    border: 1px solid #CBCBCB;
    padding: 15px 12px 15px 50px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 500;
}

.cleaning-box ul.col3.wid880 {
    display: flex;
    gap: 0;
    flex-wrap: wrap;
    margin: 0 0 20px;
}

.cleaning-box.ly2 ul {
    display: flex;
    gap: 0;
    flex-wrap: wrap;
    margin: 0 0 20px;
}

.inner88 {
    max-width: 880px;
    margin: 55px auto 0;
}

.cleaning-box.ly2 li {
    flex: 0 0 calc((100% - 0px) / 2);
    width: calc((100% - 0px) / 2);
    min-width: 0;
    box-sizing: border-box;
    border: 1px solid #CBCBCB;
    padding: 15px 12px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 500;
    justify-content: center;
}

.cleaning-box.ly2 ul img {
    width: 47px;
}

ul.suplist {
    font-family: "Noto Sans JP";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 17px;
}

.shadow-box {
    border-radius: 8px;
    background: #FFF;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
    padding: 30px 12px;
    margin: 90px 0 30px;
}

.shadow-box ul li img {
    width: 65px;
}

.shadow-box ul li {
    display: flex;
    align-items: center;
    flex: 1;
    gap: 10px;
    font-size: 16px;
}

.shadow-box ul {
    justify-content: center;
    width: 88%;
    margin: 0 auto 30px;
    justify-content: center;
    gap: 10px;
}

.shadow-box .exsmall {
    width: 88%;
    margin: 0 auto 30px;
    line-height: 180%;
    font-size: 10px;
}

.shadow-box hr {
    border: 1px solid #ddd;
    width: 88%;
    margin: 0 auto 25px;
}

.shadow-box .wid80 {
    margin: 15px 0 25px;
    line-height: 25px;
}

.shadow-box .wid80 span.exsmall {
    text-align: left !important;
    display: block;
}

.plan-table tbody th,
.plan-table tbody td {
    padding: 0;
    height: 64px;
}

.plan-table thead th {
    height: 34px;
    padding: 0;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    height: 64px;
}

h3.tit-star.fs36 {
    font-size: 36px;
}

button.open-bt:hover {
    opacity: 0.8;
}

button.open-bt i {
    font-size: 13px;
    position: absolute;
    right: 7%;
    color: #3994E3;
    top: 40%;
}

button.open-bt {
    cursor: pointer;
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    background: #fff;
    border-radius: 40px;
    /* width: 50%; */
    min-width: 390px;
    height: 70px;
    /* border-width: 1px; */
    border: solid 1px #222;
    margin: 0 auto;
    display: block;
    padding: 10px 20px;
    position: relative;
    margin-top: 10px;
    color: #222;
    outline: none;
}

button.open-bt.two {
    padding: 10px 50px 10px 30px;
}

.round-bt-warap .content,
.round-bt-warap.open i.fa-solid.fa-plus {
    display: none;
}

.round-bt-warap.open .content {
    display: block;
    margin: 20px 0;
    font-size: 14px;
}

.round-bt-warap.open button.open-bt {
    border: unset;
}

.round-bt-warap.open {
    border: 1px solid #222;
    /* padding: 30px 70px; */
    padding: 10px 70px 30px 70px;
    border-radius: 10px;
}

.content p {
    line-height: 180%;
}

section#steps .inner.base {
    padding: 0;
}

.price-modal {
    position: fixed;
    inset: 0;
    z-index: 999999;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 50px 20px 20px;
    box-sizing: border-box;
}

.price-modal.is-open {
    display: flex;
}

.price-modal__bg {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
}

.price-modal__content {
    position: relative;
    z-index: 1;
    width: min(70%, 100%);
    max-height: calc(100vh - 80px);
    border-radius: 10px;
    overflow: visible;

    padding: 40px 70px;
    box-sizing: border-box;
    background: #fff;
}

.price-modal__content h3 {
    color: var(--K, #222);
    text-align: center;
    font-family: "Noto Sans JP";
    /* font-size: 28px; */
    font-size: clamp(24px, 1.5vw + 12px, 28px);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.84px;
}

.price-modal__content img {
    display: block;
    width: 100%;
    height: auto;
}

.price-modal__close {
    position: absolute;
    top: -7%;
    right: -1%;
    width: 40px;
    height: 40px;
    padding: 0;
    border: 0;
    background: transparent;
    color: #fff;
    font-size: 42px;
    line-height: 1;
    cursor: pointer;
}

body.price-modal-open {
    overflow: hidden;
}

.price-modal__box .flex {
    gap: 20px;
    justify-content: center;
}

.price-modal__box .flex img {
    width: 50%;
}

#futon .kv-pr-text .blue {
    font-size: 22px;
}

#futon #kv .kv-pr-text {
    font-size: 20px;
}

#futon .kv-pr-circle {
    width: 40%;
}

#futon .kv-pr-circles {
    justify-content: center;
}

#futon section#coupon .light-gray-box.flex {
    gap: 20px;
}

#futon section#nayami .underline-tit {
    position: relative;
    z-index: 100;
    text-align: center;
    display: block;
    border: 0;
    margin-top: 2em;
    margin-bottom: -3.5em;
    text-align: center;
}

#futon section#nayami ul.t-center.gofont li img {
    padding-right: 5px;
}

#futon section#nayami ul.t-center.gofont li {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}

#futon #prices .corce-table .flex {
    width: 100%;
    gap: 0;
    align-items: end;
}

#futon .corce-table li.active h5 {
    padding: 20px;
}

#futon .corce-table li h5 {
    padding: 12px 20px;
    background: #bebebe;
}

body#futon section#coupon .light-gray-box ul li.bold {
    font-weight: bold;
}

section#before-use {
    padding: 0 0 60px;
}

section#before-use .inner {
    margin-top: 40px;
}

#futon section#qa a.round-sky {
    margin-bottom: 30px;
}

#futon section#qa {
    padding: 0 0 10px;
}

/* ========================================
   ふとんページ専用 スクロールガイド
======================================== */

.futon-scroll-area {
    position: relative;
}


/* PC・タブレットでは常に非表示 */
.futon-scroll-guide {
    display: none;
}

.boxed {
    display: inline-block;
    border: 1px solid;
    padding: 3px;
    box-sizing: border-box;
    position: relative;
    margin-right: 5px;
    background: #fff;
}

.kv-tit-top {
    margin-bottom: 18px;
}

.boxed img {
    position: absolute;
    right: -16px;
    top: -20px;
}

#futon .kv-pr-text .blue.fs24 {
    font-size: 24px;
}

#futon .kv-pr-text .blue.fs27 {
    font-size: 27px;
}

#hokan .kv-pr-text .blue.fs27 {
    font-size: clamp(16px, 1.8vw, 27px);
}

#futon section#coupon h3 .bold {
    /* font-weight: bolder; */
    font-weight: 900;
}

#futon section#nayami p.bk-guradeshon.mincho {
    background-position: right;
}

#futon dl.togglebox dt {
    background: unset;
    background: linear-gradient(105deg, #3994E3 -7.55%, #B4B8E0 112.12%);
    color: #fff;
    background-size: cover;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 10px;
}

#futon dl.togglebox.active dt {
    border-radius: 10px 10px 0 0;
}

#futon section#services h3.tit-star {
    font-size: 38px;
}

#futon section#services ul.col3.wid880 img {
    /* height: 34px;
    width: auto; */
    width: 30%;
    height: auto;
}

#futon section#reson h3.tit-star,
#futon section#steps h3.tit-star {
    font-size: 36px;
}

#futon section#reson {
    /* padding: 60px 0 20px; */
    padding: 25px 0 20px;
}

section#reson .title-text.flex {
    justify-content: left;
}

.modal-content.kit img {
    width: 50%;
}

.modal-content.kit .flex {
    gap: 50px;
}

.modal-content.kit ul {
    margin-top: 15px;
    padding-left: 20px;
    font-size: 14px;
}

.modal-content.kit .text-content p {
    font-size: 16px;
}

.modal-content.kit-bag .text-content p {
    font-size: 16px;
}

.modal-content.kit-bag .text-content .gofont {
    font-size: 16px;
    margin-left: 20px;
}

.pc-fs14 {
    font-size: 14px !important;
}

.nowrap {
    white-space: nowrap;
}

div#noticeModal .price-modal__box {
    background: unset;
    height: 50vh;
    overflow-y: auto;
}

.price-table {
    margin: 0 auto;
    overflow: visible;
    background: #fff;
    font-size: 13px;
}

.price-table table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
    margin-bottom: 15px;
}

.price-table th,
.price-table td {
    padding: 0;
}

.finish-type th {
    height: 60px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    vertical-align: middle;
    border-bottom: 2px solid #d9d9d9;
    font-family: "Noto Sans JP";
    overflow: visible;
    position: relative;
}

.finish-type th:first-child {
    background: #3fa5d2;
}

.finish-type th:last-child {
    background: #b6975b;
}

.help {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 12px;
    height: 12px;
    margin-left: 4px;
    border-radius: 50%;
    background: #fff;
    color: #8093a2;
    font-size: 9px;
    line-height: 1;
    vertical-align: 2px;
}

.category th {
    height: 34px;
    background: #8195A6;
    color: #fff;
    font-size: 16px;
    text-align: center;
    font-family: 'Noto Sans JP';
    padding: 10px 20px;
}

.prices td {
    vertical-align: top;
    text-align: center;
    line-height: 1.65;
    padding: 15px 0;
}

.prices td+td {
    border-left: 2px solid #e5e5e5;
}

.price-lines {
    display: inline-block;
    min-width: 148px;
    text-align: left;
}


/* HINOKA  CSS */
#hinoka p.bk-guradeshon {
    font-size: 22px;
}

#hinoka section#kv h2 {
    font-size: 40px;
    margin: 24px 0;
}

#hinoka section#kv .kv-copy img {
    width: 380px;
    margin: 0 auto 24px;
    display: block;
}

.fs30 {
    font-size: 30px;
}

#hinoka section#kv {
    background-image: url(../img/hinoka/kv.webp);
}

#hinoka p.kv-pr-text {
    color: #fff;
}

#hinoka .kv-pr-circle {
    width: 34%;
    background: var(--Linear, linear-gradient(100deg, #3994E3 -3.34%, #B4B8E0 90.89%));
}

#hinoka .kv-pr-circles.blue-gr {
    justify-content: center;
}

#hinoka img.fl1 {
    top: 12%;
    left: -7%;
}

#hinoka img.fl2 {
    position: absolute;
    top: 12%;
    right: -7%;
}

img.tit-img {
    width: 370px;
}

.cols {
    display: flex;
    align-items: center;
    gap: 10px;
}

#hinoka section#whats h4 {
    text-align: center;
    margin: 60px 0 40px;
}

#hinoka section#whats ul li {
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    padding: 15px 0;
    box-sizing: border-box;
    border-radius: 12px;
    flex: 1;
    max-height: unset;
}

#hinoka section#whats ul {
    display: flex;
    gap: 15px;
    width: 90%;
    margin: 0 auto 40px;
}

ul.col4.flex img.point-tit {
    width: 71px;
}

ul.col4.flex img.icon {
    width: 72px;
}

#hinoka section#whats h5 {
    font-size: 16px;
    color: #222;
}

.fs28 {
    font-size: 28px;
}

.fukidashi {
    text-align: center;
    font-size: 22px;
    font-weight: 700;
    line-height: 160%;
    width: 742px;
    margin: 30px auto 0;
    background-image: url(../img/hinoka/fukidashi.webp);
    background-size: contain;
    padding: 33px 0 66px;
    box-sizing: border-box;
    background-repeat: no-repeat;
}

#hinoka section#whats h4.tit-dash {
    width: fit-content;
    margin: 100px auto 60px;
    color: var(--main, #3994e3);
    font-family: "Noto Sans JP", sans-serif;
    font-size: 36px;
    font-weight: 700;
    line-height: 40px;
    text-align: center;
    border-bottom: 3px dotted currentColor;
    padding-bottom: 12px;
}

#hinoka section#whats ul.col6 li img {
    width: 120px;
}

#hinoka section#whats ul.col6 li {
    flex: 1 1 calc(33.333% - 20px);
    display: block;
    background: unset;
    font-weight: bold;
    text-align: center;
    font-size: 18px;
}

#hinoka section#whats ul.col6 {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    width: 80%;
    margin: 0 auto 40px;
}

.flex.btn-content a:nth-of-type(2) img {
    padding-top: 28px;
    width: 480px;
}

.flex.btn-content {
    align-items: center;
    gap: 10px;
    justify-content: center;
    margin-bottom: 60px;
}

.flex.btn-content img {
    width: 100%;
}

.wh-box {
    background: #fff;
    padding: 20px 30px;
    border-radius: 8px;
    border: 1px solid var(--K, #222);
}

#hinoka section#whats .wh-box ul,
#hinoka section#whats .wh-box ul li {
    display: block;
}

#hinoka section#whats .wh-box ul {
    margin-top: 15px;
    margin-bottom: 0;
}

#hinoka section#whats .wh-box ul li {
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 180%;
    padding: 0;
}

.mt15 {
    margin-top: 15px;
}

.wid80 {
    width: 80%;
    margin: 0 auto;
    line-height: 180%;
}

#hinoka #prices .flex li[data-target="standard"] h5 span,
#hinoka #prices .flex li[data-target="premium"] h5 span {
    font-size: 14px;
    font-family: 'Noto Sans JP';
    margin-top: 5px;
    display: block;
}

#hinoka .corce-table .flex li[data-target="premium"].active {
    color: #222;
    background-image: url(../img/hinoka/tit-gold.webp);
    background-size: cover;
    background-color: unset;
}
#hinoka .corce-table .flex li[data-target="standard"].active {
background-color: #F2F6F9;
}
#hinoka .corce-table li[data-target="premium"].active h5 {
    color: #222;
}
#hinoka .corce-table li[data-target="standard"].active h5,
#hinoka .corce-table li[data-target="standard"].active h5 span {
    color: #222;
}

.corce-table li[data-target="standard"].active h5,
div#standard {
    background: #F2F6F9;
}

#hinoka .corce-table li[data-target="premium"] h5 span {
    margin-top: 5px;
    display: block;
}

#hinoka .flex li {
    border-radius: 10px 10px 0 0;
    max-height: 85px;
    max-height: unset;
}
#hinoka .corce-table .flex li {
    background-color: #bebebe;
}
#hinoka .price-table table {
    margin-bottom: 0;
}

div#premium.active {
    background-image: url(../img/hinoka/gold.webp);
    background-size: cover;
    background-position: right;
    margin-top: -1px;
}

#hinoka .content-table {
    width: 86%;
    margin: 0 auto 60px;
    padding: 30px;
    box-sizing: border-box;
}

#hinoka .price-table td {
    font-size: 16px;
    font-weight: 600;
    font-family: "Roboto", sans-serif;
    background: #fff;
}

.wid90 {
    width: 90%;
    margin: 0 auto;
}

#hinoka a.od-banner img {
    width: 500px;
    display: block;
    margin: 60px auto;
}

section#reson ul.flex.col3 p.exsmall {
    display: block;
}

#hinoka section#steps {
    padding-top: 80px;
}

#hinoka section#steps article {
    background: #fff;
}

.tx-bl {
    color: #2A54AE;
}

.red {
    color: red;
}

#hinoka .modal-content.kit-bag .text-content p,
.modal-content.kit-bag .text-content ul li {
    font-size: 14px;
}

#hinoka #modal2 .modal-content.kit-bag p.bold.exsmall.fs16,
#hinoka .modal-content.kit-bag .text-content p.bold.t-center.kit-bag-ttl {
    font-size: 16px;
}

#hinoka section#voices {
    padding-top: 80px;
}

section#qa a.od-banner {
    margin: 30px auto 0;
}

#hinoka .shadow-box .exsmall {
    width: 85%;
    margin: 0 auto 30px;
    font-size: 14px;
}


#modal4 .modal-content.kit-bag {
    padding: 0 0 40px;
    width: 60%;
    margin: 0 auto;
}

#modal4 h4.over-tit {
    text-align: center;
    background: #3994E3;
    padding: 14px 0;
    color: #fff;
    font-size: 20px;
    font-family: 'Noto Sans JP';
    border-radius: 10px 10px 0 0;
}

#modal4 .flex {
    padding: 20px 20px 0;
    font-size: 14px;
}

#modal4 .modal-close {
    top: -10%;
}

.moovie-area .youtube {
    position: relative;
    max-width: 100%;
    overflow: hidden;
    width: 45%;
    aspect-ratio: 16 / 9;
    flex: 0 0 45%;
    overflow: hidden;
    border-radius: 10px;
}

.youtube-thumbnail {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0;
    border: 0;
    cursor: pointer;
    background: #fff;
}

.youtube-thumbnail img,
.moovie-area .youtube iframe {
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
    object-fit: cover;
    border-radius: 10px;
}

.youtube-play {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 68px;
    height: 48px;
    transform: translate(-50%, -50%);
    border-radius: 12px;
    background: #f00;
}

.youtube-play::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 53%;
    transform: translate(-50%, -50%);
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 17px solid #fff;
}

.price-modal__content img.sponly {
    display: none;
}

#futon .attention {
    padding: 0px 20px 40px;
}

section#before-use .shadow-box .wid80 {
    margin: 15px auto 25px;
}

.pop-inner {
    background: #e6effc;
    padding: 40px;
}

.h4inner {
    width: fit-content;
    margin: 0 auto;
    display: block;
    position: relative;
}

#hokan p.exsmall.gofont {
    font-family: 'Noto Sans JP' !important;
}

#hinoka section#whats ul.col4>li h5 {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

#hinoka .content-table {
    border: unset;
}

#hinoka section#qa {
    padding: 0 0 60px;
}

.tooltip-002 {
    display: inline-block;
    position: relative;
    z-index: 10;
    background: #fff;
    border-radius: 56%;
    padding: 0 4px;
    font-size: 9px;
    margin-left: 3px;
    position: absolute;
}

.tooltip-002>div {
    cursor: pointer;
    color: #000;
}

.tooltip-002>span {
    display: flex;
    justify-content: center;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
    padding: .5em 1em;
    border-radius: 3px;
    background-color: #fff;
    color: #222;
    font-size: .7em;
    white-space: nowrap;
    transition: opacity .3s;
    font-size: 12px;
}

.tooltip-002>span::before {
    position: absolute;
    bottom: -6px;
    width: 9px;
    height: 6px;
    background-color: inherit;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    content: '';
}

.tooltip-002:hover>span {
    visibility: visible;
    opacity: 1;
}

.tooltip-002 span {
    position: absolute;
    z-index: 9999;
}

.finish-type th:hover {
    z-index: 100;
}

#hinoka #prices .corce-table .flex {
    width: 86%;
    gap: 0;
    align-items: end;
}

#hinoka .content-table {
    border-radius: 0 0 20px 20px;
}

#hinoka #prices .flex li.active {
    min-height: 100px;
}

#hinoka .finish-type th {
    padding: 15px 0;
}

#hinoka .finish-type th {
    position: relative;
}

div#standard .price-table {
    padding: 20px 0;
    background: inherit;
}

#hinoka .table-outer:has(.active) {
    min-height: 830px;
}

#futon ul.col3.wid880 div {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: left;
}

#hinoka .fuki-bottom {
    width: 68%;
    margin: 0 auto;
    line-height: 32px;
}
#hinoka .corce-table li h5 {
    line-height: 85%;
    background: unset;
}
#hinoka .corce-table li h5.active {
    line-height: 120%;
}


.modal-dialog{
    position: relative;
    width: min(60%, 100%);
    margin: 0 auto;
}

 .modal-content {
    width: 100%;
    box-sizing: border-box;
}
.moovie-area .youtube iframe {
    position: absolute;
    inset: 0;
    z-index: 1;
}

.youtube-thumbnail {
    position: absolute;
    inset: 0;
    z-index: 2;
}

/* 再生時にサムネイルを非表示 */
.youtube-thumbnail.is-hidden {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}
.comment {
    width: 86%;
    margin: 60px auto 40px;
    display: block;
    text-align: left;
}








@media screen and (max-width: 1920px) {
    .fuki-tit img {
        margin: -7% auto 0;
    }

    #hokan .kv-copy {
        top: 10%;
    }

    #futon .kv-copy {
        top: 14%;
    }

    #futon section#nayami .underline-tit {
        margin-top: 4em;
        margin-bottom: -5em;
    }
}

@media screen and (max-width: 1480px) {
    .fuki-tit img {
        margin: -10% auto 0;
    }

    #hokan .kv-copy {
        top: 6%;
    }

    #futon .kv-copy {
        top: 8%;
    }

    #futon section#nayami .underline-tit {
        margin-top: 2em;
        margin-bottom: -4em;
    }

    .kv-copy {
        top: 5%;
    }
}

@media screen and (max-width: 1380px) {
    div#gnavi ul li a {
        padding-right: 20px;
    }

    .fuki-tit {
        margin: -8% auto 0;
    }

    .kv-copy {
        top: 3%;
    }

    .kv-copy {
        top: 0%;
    }

    #hinoka section#kv h2 {
        margin: 5px 0;
    }

    #hinoka section#kv img {
        width: 300px;
        margin: 0 auto 5px;
        display: block;
    }
}

@media screen and (max-width: 1280px) {
    #hinoka .kv-pr-circle {
        width: 30%;
    }

    section#nayami .underline-tit {
        margin-top: 0em;
        margin-bottom: -2.5em;
    }

    section#nayami {
        padding: 2em 0;
    }

    #futon .kv-copy {
        top: 10%;
    }

    #futon .kv-tit-top {
        margin-bottom: 5px;
    }

    body#futon section#kv h2 {
        line-height: 22px;
        font-size: 44px;
    }

    body#futon .pr-layout {
        margin-top: 10px;
    }

    body#futon .pr-layout {
        width: 80%;
    }
}

@media screen and (max-width: 1120px) {

    .inner,
    .inner2 {
        width: 100%;
        padding: 0 2%;
        box-sizing: border-box;
    }

    dl.togglebox {
        width: 100%;
    }

    #hinoka section#kv .kv-copy img {
        width: 330px;
        margin: 0 auto;
    }

    #hinoka div#gnavi ul {
        justify-content: space-around;
    }

    div#gnavi ul li a {
        padding-right: 0;
        padding: 0 20px 0 0;
    }

    div#gnavi ul li {
        padding: 12px 0;
    }
}

@media screen and (max-width: 1060px) {
    #hokan .title-text.flex h4 {
        min-height: calc(1.5em * 3);
    }
}

@media screen and (max-width: 1026px) {
    section#kv {
        background-image: url(./img/kv-sp.webp);
        background-size: cover;
        aspect-ratio: 750 / 760;
    }

    #hokan section#kv {
        background-image: url(../img/hokan/kv-sp.webp);
        background-size: cover;
        aspect-ratio: 750 / 760;
        background-position: center;
    }

    .fuki-tit {
        margin: -8% auto 0;
        width: 100%;
        box-sizing: border-box;
    }

    .kv-copy {
        position: relative;
        left: unset;
        top: unset;
        padding-top: calc(100% - 44%);
    }

    .pr-layout {
        width: auto;
        margin: -18% 18px 40px;
    }

    #hokan .pr-layout {
        width: auto;
        margin: 0 18px 40px;
    }

    #hokan section#coupon {
        margin-top: 5%;
    }

    section#coupon {
        padding: 25px 0 0;
    }

    a.inbanner img {
        width: 60%;
    }

    a.inbanner.sponly,
    h4.fuki-tit img.sponly {
        display: block;
    }

    h4.fuki-tit img.pconly {
        display: none;
    }

    img.catchs {
        width: 80%;
        margin: 40px auto;
    }

    .fuki-tit img {
        margin: -12% auto 0;
    }

    .col2.flex {
        width: 100%;
        flex-direction: column;
        gap: 20px;
    }

    h4.fuki-tit img.sponly,
    dl.togglebox {
        width: 100%;
    }

    .text-content h4 {
        text-align: center;
    }

    .col2.flex img {
        width: 90%;
        order: 2;
        margin: 0 auto;
    }

    .text-content {
        order: 1;
    }

    .kv-float.is-show {
        right: 0;
    }

    section.light-blue {
        background: #F2F6F9;
        padding: 60px 0 30px;
    }

    #prices .corce-table .flex {
        width: 80%;
    }

    .corce-table li h5 {
        padding: 40px 20px 20px;
    }

    .col2.flex p {
        order: 3;
        width: 90%;
        margin: 0 auto;
    }

    section#steps i {
        margin: 20px 0 40px;
    }

    a.sp-menu {
        display: block;
    }

    body#futon section#kv {
        background-image: url("../img/futon/kv-sp.webp");
    }

    body#futon .pr-layout {
        width: 100%;
        margin-left: 0;
        margin-top: -21%;
    }

    body#futon .pr-layout {
        width: 100%;
        margin-left: 0;
        padding: 0 18%;
        box-sizing: border-box;
    }

    .pr-layout p {
        position: relative;
        right: 0;
        font-size: 14px;
        margin-top: 0;
    }

    body#futon section#coupon .flex {
        flex-wrap: wrap;
        width: 94%;
        margin: 0 auto;
    }

    body#futon section#coupon .flex .light-gray-box.flex {
        flex-wrap: nowrap;
    }

    #hinoka section#kv {
        background-image: url(../img/hinoka/kv-sp.webp);
        background-size: contain;
        background-repeat: no-repeat;
    }

    #hinoka .kv-copy {
        padding-top: calc(100% - 20%);
    }

    #hinoka section#coupon {
        margin-top: 0%;
    }

    #hinoka img.kv-prs {
        width: 70%;
        margin: 0 auto;
        display: block;
    }

    section#nayami {
        padding: 3em 0;
    }

    section#nayami .underline-tit {
        margin-top: 0em;
        margin-bottom: -3.5em;
    }

    #futon .cleaning-box ul.col3.wid880>li {
        padding: 15px 1%;
        justify-content: center;
    }

    .article-inner article img,
    section#another-se a.round-sky {
        width: 45%;
    }

    a.pink-button {
        width: 55%;
    }

    #futon .kv-pr-circles {
        font-weight: bold;
    }

    .title-text.flex h4 {
        min-height: calc(1.5em * 3);
    }

    #hinoka .title-text.flex h4 {
        min-height: calc(1.5em * 4);
    }

    .flex.btn-content {
        align-items: end;
    }

    .flex.btn-content a {
        flex: 1 1 0;
        width: 0;
        min-width: 0;
        box-sizing: border-box;
    }

    .flex.btn-content a:nth-of-type(2) img {
        padding-top: 0;
        width: 94%;
    }

    .flex.btn-content img {
        width: 100%;
    }

    #hinoka .fuki-bottom {
        width: 90%;
    }

    #hokan .pr-layout p {
        text-align: right;
    }
    #hokan .kv-pr-circle.first p {
    text-align: center;
    
        line-height: 26px;
}
#hokan .kv-pr-circle p {
    text-align: center;
}
#hokan .kv-pr-circles {
    justify-content: center;
}
#hokan #hokan .kv-pr-circle {
    width: 23%;
}
#hinoka .modal-close {
    top: 18vh;
    right: 15vw;
}
.modal-dialog {
        position: relative;
        margin: auto 0;
    }

    #hinoka .modal-content {
        width: 100%;
        margin: 0;
    }

   .modal-dialog > .modal-close {
        display: block !important;
        position: absolute;
        top: -40px !important;
        right: 0 !important;
        color: #fff;
        z-index: 101;
    }
    #modal4 .modal-content.kit-bag {
    width: 100%;
    }
}

@media screen and (min-width: 769px) and (max-width: 1000px) {
    #hokan .righnt-content p {
        font-size: 15px;
        line-height: 137%;
    }
    #hinoka .modal-close {
    top: 16vh;
        right: 14vw;
}

    #hokan .title-text.flex h4 {
        min-height: calc(1.5em * 4);
    }
    #hinoka .modal-close {
        top: 16vh;
        right: clamp(4vw, 1vw, 12vw);
    }
    .modal-dialog {
    width: min(85%, 100%);
}
}

/* スマホ */
@media screen and (max-width: 768px) {

    img.pconly,
    section#steps i.fa-solid.fa-sort-down,
    img.bottom-arrow {
        display: none !important;
    }

    .fuki-tit img.sponly,
    .content-table img.sponly,
    img.right-arrow {
        display: block !important;
    }

    .plan-table-wrap {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    section#qa dl i {
        top: 40%;
    }

    .plan-table {
        min-width: 650px;
    }

    .article-inner article img {
        border-radius: 10px 10px 0 0;
    }

    .plan-table tbody th {
        width: 170px;
        font-size: 12px;
    }

    .plan-table tbody td {
        font-size: 22px;
    }

    section#kv {
        background-image: url("/img/hokan/kv-sp.webp");
        margin-bottom: 0;
    }

    section#kv {
        aspect-ratio: 750 / 760;
    }

    .kv-copy {
        position: relative;
        left: 0%;
        top: 6%;
    }

    img.kv-prs {
        width: 90%;
    }

    img.catchs {
        width: 90%;
        margin: 18px auto;
        display: block;
    }

    a.od-banner.sponly {
        display: block;
    }

    .fuki-tit img {
        width: 100%;
        margin: -12% auto 0;
    }

    .col2.flex {
        width: 100%;
        gap: 0;
        justify-content: center;
    }

    .flex,
    ul.items {
        flex-wrap: wrap;
    }

    .col2.flex img {
        width: 100%;
        order: 2;
    }

    .text-content h4 {
        margin-bottom: 0;
    }

    #hokan section#whats .col2.flex p {
        margin: 10px;
    }

    ul.se3 {
        display: flex;
        gap: 10px;
        width: 100%;
        margin: 20px auto 40px;
        text-align: center;
    }

    .corce-table .flex p {
        padding: 7px 0;
    }

    span.pink-dot {
        border-bottom: 1px dashed;
    }

    span.pink-dot .span1 {
        font-size: 20px;
    }

    span.pink-dot .span2 {
        font-size: 20px;
    }

    ul.se3 p {
        font-size: 17px;
        margin-top: calc(100% - 137%);
    }

    #hokan bsection#prices h4 span.tx-sky {
        font-size: 18px;
    }

    span.pink-dot {
        font-size: 20px;
    }

    .content-table.active p.exsmall.t-center.gofont {
        text-align: left;
    }

    .bottom-line-tit::after {
        width: 28px;
    }

    .plan-table tbody th small {
        font-size: 10px;
    }

    .plan-table-wrap {
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        padding-bottom: 10px;
    }

    .plan-table {
        margin: 20px 0 30px;
    }

    section#services ul.flex {
        padding: 0 2%;
    }

    #hokan section#reson {
        padding: 80px 0 0;
    }

    .col2.flex p {
        order: 3;
        font-family: 'Noto Sans JP';
    }

    .text-content h4 {
        margin-block-start: 0;
        text-align: center;
    }

    section#whats .fs26 {
        font-size: 20px;
    }

    section#whats h5 {
        margin-bottom: 20px;
        font-size: 28px;
    }

    img.cicles {
        width: 94%;
        margin: 0 auto 30px;
    }

    a.od-banner img,
    #prices .inner,
    .article-inner article img,
    dl.togglebox,
    #prices .corce-table .flex,
    section#reson ul.flex.col3 img,
    ul.items {
        width: 100%;
    }

    section#prices h4 img {
        width: 94%;
        margin: 0 auto 20px;
    }

    #prices .flex {
        display: block;
    }

    #prices .flex img {
        flex: 1;
        width: 100%;
        margin-bottom: 20px;
    }

    .light-gray-box {
        margin: 0 0 30px;
    }

    section#services ul.flex,
    section#reson ul.flex.col3,
    .article-inner article {
        display: block;
    }

    section#services ul.flex h4 {
        margin: 30px 0 20px;
        height: auto;
    }

    section#services ul.flex img {
        width: 100%;
        object-position: center;
        margin: 0 0 10px;
    }

    section#reson ul.flex.col3 li {
        margin-bottom: 20px;
    }

    section#reson ul.flex.col3 .reason-thum img {
        max-width: 100%;
        height: auto;
        margin-top: 0px;
        margin-bottom: 0px;
    }

    section#reson ul.flex.col3 #hokan section#reson {
        padding: 30px 0 0;
    }

    section#reson ul.flex.col3 li {
        padding: 25px 14px;
    }

    ul.items li {
        text-align: center;
        width: 30%;
    }

    section#attention {
        padding: 50px 0;
    }

    img.ac-top {
        display: block;
        width: 100%;
        margin-left: 0;
    }

    #another-se img.ac-top {
        margin-left: -1px;
    }

    section#before-use {
        margin-top: -6%;
    }

    section#another-se {
        padding: 0 0 50px;
    }

    section#before-use .inner {
        margin-top: 50px;
    }

    section#another-se a.round-sky {
        margin: 0 auto 15px;
    }

    section#another-se .flex {
        gap: 0;
    }

    .shadow-box {
        margin: 50px 0 30px;
    }

    #futon section#before-use {
        padding: 0 0 50px;
    }

    .pr-layout {
        width: 100%;
    }

    section#coupon {
        padding: 90px 0 0;
    }

    .pr-layout p {
        right: 3%;
        text-align: right;
        font-size: 9px;
        margin: 5px 0 0;
    }

    .pr-layout {
        margin: -10% auto 40px;
    }

    #hinoka .pr-layout {
        margin: -8% auto 30px;
    }

    img.kv-prs {
        width: 90%;
        margin: 0 auto;
        display: block;
    }

    a.inbanner img {
        width: 100%;
    }

    #hokan .pr-layout {
        margin: 5px auto 20px;
    }

    section#reson ul.flex.col3 p {
        justify-content: left;
        max-width: fit-content;
        line-height: 1.8;
    }

    #hokan .corce-table {
        margin: 60px 0 0;
    }

    img.catchs {
        width: 90%;
        margin: 30px auto 0;
        display: block;
    }

    section#prices h4 img {
        width: 94%;
        margin: 30px auto 20px;
    }

    p.fs18.t-center.mb30.bold {
        line-height: 180%;
    }

    #prices .corce-table .flex {
        width: 100%;
        display: flex;
    }

    .content-table {
        border-radius: 0 0 20px 20px;
    }

    div#shnzerize-corce p.exsmall.t-center.gofont {
        text-align: left;
        margin: 0 35px;
    }

    .flex.moovie-area .youtube {
        order: 1;
        width: 100%;
        aspect-ratio: 16 / 9;
        border-radius: 10px;
        overflow: hidden;
    }

    .flex.moovie-area iframe {
        display: block;
        width: 100%;
        height: 100%;
        border: 0;
    }

    .flex.moovie-area p {
        order: 2;
        font-size: 18px;
        text-align: center;
        font-family: 'Noto Sans JP';
        font-weight: 600;
    }

    #hokan section#another-attention {
        background: #f2f6f9;
        padding: 0 0 10px;
    }

    a.od-banner {
        width: 100%;
    }

    #hokan section#another-attention {
        background: #f2f6f9;
    }

    footer {
        padding: 22px 0 0;
    }

    #hokan section#attention p {
        font-size: 16px;
        line-height: 180%;
    }

    .flex.moovie-area {
        justify-content: center;
        flex-wrap: wrap;
        flex-direction: column;
    }

    .article-inner>article {
        flex: 0 0 73%;
        min-width: 0;
        scroll-snap-align: center;
        box-sizing: border-box;
    }

    .article-inner {
        display: flex;
        overflow-x: scroll;
        max-width: 725vw;
        /* width: 700%; */
        align-items: stretch;
        display: flex;
        align-items: stretch;
        gap: 16px;
        overflow-x: auto;
        padding: 0 0px 20px 15px;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        margin-bottom: 37px;
    }

    .modal-content.kit-bag {
        height: 75vh;
        overflow-y: auto;
    }

    .modal-content.kit-bag .text-content {
        margin-top: 20px;
    }

    .modal-content.kit-bag .text-content .kit-bag-ttl {
        font-size: 14px;
    }

    .modal-content.kit-bag .text-content p {
        font-size: 12px;
    }

    .modal-content.kit-bag .text-content .gofont {
        font-size: 12px;
    }

    .modal.kit-bag .modal-close {
        top: 5%;
        right: 4%;
    }

    #hokan .modal.kit-bag .modal-close {
        top: 12%;
    }

    section#steps a.round-bt {
        width: 100%;
        left: 0;
        font-size: 12px;
    }

    .modal-content {
        width: min(80%, 100%);
        top: -15%;
    }

    section#attention .inner,
    section#another-se a.round-sky {
        width: 90%;
    }

    ul.items>li {
        flex: 0 0 calc((100% - 40px) / 3);
    }

    section#qa dl.opened dt {
        position: relative;
    }

    section#another-se .flex {
        flex-direction: column;
    }

    section#coupon {
        padding: 5px 0 0;
    }

    section#kv h2 span {
        line-height: 130%;
    }

    section#prices article {
        padding: 0;
    }

    div#light-corce p.exsmall.t-center.gofont {
        text-align: left;
    }

    #prices .inner {
        margin-bottom: 0;
    }

    section#services {
        padding: 60px 0;
    }

    a.od-banner.pconly {
        display: none;
    }

    .modal {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;

        width: 100%;
        height: 100dvh;
        padding:
            calc(70px + env(safe-area-inset-top)) 15px calc(20px + env(safe-area-inset-bottom));

        box-sizing: border-box;
        overflow-y: auto;

        align-items: flex-start;
        justify-content: center;

        z-index: 99;
    }

    .modal.is-open {
        display: flex;
    }

    .modal-content {
        position: relative;
        top: 1%;
        left: auto;
        transform: none;

        width: 100%;
        max-width: 600px;
        max-height: none;
        margin: auto 0;
        padding: 25px 20px;

        box-sizing: border-box;
        overflow-y: visible;
        -webkit-overflow-scrolling: touch;
        z-index: 100;
    }

    .modal-content .flex {
        display: block;
    }

    .modal-content img {
        display: block;
        width: 70%;
        height: auto;
        margin: 0 auto 20px;
    }

    .modal-close {
        position: absolute;
        top: 8px;
        right: 0;
        color: #fff;
        z-index: 2;
    }

    #hokan section#steps a.od-banner {
        width: 100%;
    }

    #futon .modal-close {
        top: -5%;
    }

    #futon .kv-pr-circle {
        width: 38.1%;
    }

    #futon .kv-pr-text .blue {
        font-size: 28px !important;
        font-family: 'Noto Serif JP';
        font-weight: bold;
    }

    #futon p.kv-pr-text.fs20,
    #futon p.kv-pr-text.fs22 {
        font-size: 26px;
        font-family: 'Noto Serif JP';
        font-weight: bold;
        text-align: center;
        position: static;
    }

    body#futon .pr-layout {
        padding: 0 2%;
        margin-top: -16%;
    }

    #futon section#coupon .fs40 {
        font-size: 24px;
    }

    body#futon section#coupon .flex {
        gap: 15px;
    }

    section#nayami p.bk-guradeshon.mincho {
        font-family: "Noto Serif JP", serif;
        font-size: 20px;
        font-weight: 700;
        margin-bottom: 8px;
    }

    #futon section#nayami ul.t-center.gofont {
        margin: 15px auto 30px;
        width: 93%;
    }

    .corce-table {
        margin: 30px 0 0;
    }

    #futon .corce-table li h5 {
        font-size: 17px;
        background: #bebebe;
    }

    dl.togglebox dt {
        font-size: 16px;
    }

    dl.togglebox dt i {
        position: absolute;
        top: 35%;
        right: 5%;
    }

    #futon dl.togglebox dd {
        overflow-x: scroll;
        max-width: 100%;
    }

    #futon dl.togglebox dd img {
        width: 250%;
    }

    #futon section#prices {
        padding: 30px 0 50px;
    }

    .cleaning-box ul.col3.wid880>li,
    .cleaning-box.ly2 li {
        flex: 0 0 calc((100% - 0px) / 2);
        width: calc((100% - 0px) / 2);
        padding: 15px;
        /* justify-content: center; */
        justify-content: flex-start;
    }

    .cleaning-box ul.col3.wid880 p,
    .cleaning-box.ly2 li p {
        font-size: 12px;
    }

    .cleaning-box ul.col3.wid880 img {
        width: 30%;
    }

    #futon section#services {
        padding: 60px 0 0;
    }

    #futon section#reson {
        padding: 50px 0 20px;
    }

    section#reson ul.flex.col3 .title-text.flex img {
        height: auto;
        width: 25%;
    }

    section#reson ul.flex.col3 .title-text.flex img.sponly {
        display: block !important;
    }

    button.open-bt {
        font-size: 14px;
        min-width: auto;
        height: 53px;
        width: 100%;
        margin: 15px auto;
    }

    #futon article.bk-pblue {
        margin: 0px 0 50px;
    }

    img.kv-tit-top {
        width: 60%;
    }

    body#futon section#coupon .light-gray-box ul li {
        font-size: 12px;
    }

    .light-gray-box h4.bk-black,
    .light-gray-box h4.bk-sky {
        font-size: 14px;
        padding: 3px 6px;
        box-sizing: border-box;
        width: fit-content;
    }

    body#futon section#kv h2 {
        /* line-height: 20px; */
        line-height: 0.6;
    }

    body#futon section#coupon {
        padding: 0;
    }

    #futon .pr-layout {
        margin: -10% auto 10px;
    }

    #futon section#coupon h3 {
        margin: 40px 0 15px;
    }

    .kv-pr-circles {
        gap: 8px;
    }

    .shadow-box ul p {
        white-space: nowrap;
        font-size: 12px;
    }

    .shadow-box ul {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        gap: 0;
        margin: 0 auto 20px;
    }

    .shadow-box ul>li {
        flex: 0 0 50%;
        width: 50%;
        min-width: 0;
        padding: 10px 5px;
        box-sizing: border-box;
        justify-content: flex-start;
    }

    .shadow-box li .exsmall {
        white-space: break-spaces;
    }

    .shadow-box ul {
        margin: 0 auto;
    }

    #futon section#before-use .fs14 {
        font-size: 12px;
    }

    .round-bt-warap.open {
        /* padding: 30px 12px; */
        padding: 30px 12px 15px;
    }

    .futon-scroll-guide {
        position: absolute;
        top: 100px;
        left: 50%;
        transform: translateX(-50%);

        width: 70%;
        max-width: 300px;

        z-index: 20;

        pointer-events: none;

        opacity: 0;
        visibility: hidden;

        transition:
            opacity 0.3s ease,
            visibility 0.3s ease;
    }


    .futon-scroll-guide img {
        display: block;
        width: 100%;
        height: auto;
    }


    /* トグルを開いたときだけ表示 */
    .futon-scroll-guide.is-show {
        display: block;
        opacity: 1;
        visibility: visible;
        top: 57%;
        transform: translate(-50%, -50%);
    }


    /* 横スクロールしたらフェードアウト */
    .futon-scroll-guide.is-hidden {
        opacity: 0;
        visibility: hidden;
    }


    /*
     * トグル内の画像部分を
     * 横スクロール可能にする
     */
    #futon .futon-scroll-area dl.togglebox dd {
        overflow-x: auto;
        overflow-y: hidden;

        -webkit-overflow-scrolling: touch;
    }


    /*
     * スマホ画面より画像を大きくして
     * 横スクロールを発生させる
     */
    #futon .futon-scroll-area dl.togglebox dd img {
        width: 650px;
        max-width: none;
        height: auto;
    }

    .bk-pblue-sponly {
        background: #f2f6f9;
        padding: 50px 0 1px;
    }

    #futon section#steps article {
        background: #fff;
    }

    #futon .modal-content img {
        width: 100%;
    }

    #futon .modal-content p.bold.exsmall.t-center {
        margin: 10px 0;
        font-size: 14px;
    }

    .modal-content ul {
        width: 86%;
        margin: 0 auto;
        display: block;
        font-size: 14px;
    }

    #futon section#steps .inner {
        margin: 0 0 20px;
    }

    .price-modal__content {
        width: 100%;
        overflow: visible;
        padding: 20px 12px;
    }

    .price-modal__box {
        padding: 20px 12px;
        max-height: calc(90vh - 140px);
        overflow-y: auto;
        overflow-x: hidden;
    }

    #futon .price-modal__box, #hinoka .price-modal__box {
        max-height: calc(82vh - 140px);
    }

    .price-modal__box .flex img {
        width: 100%;
    }

    .price-modal__close {
        position: absolute;
        top: -8%;
        right: 0%;
        z-index: 9999999999999999999999999999;
    }

    .price-modal {
        z-index: 99999999999999999999;
    }

    h3.price-modal__title.fs28.t-center.mincho.bold.mb30 {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .righnt-content p {
        font-family: "Noto Sans JP";
        font-size: 14px;
    }

    section#steps a.underline.tx-sky {
        font-size: 14px;
        /* margin-top: 10px; */
    }

    .plan-table-wrap {
        width: 100%;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        position: relative;
    }

    .plan-table {
        min-width: 690px;
    }

    /* 左端の項目名を固定 */
    .plan-table tbody th {
        position: sticky;
        left: 0;
        z-index: 10;
        width: 150px;
        min-width: 150px;
        background: #929FAA;
    }

    /* 左上の空白セルも固定 */
    .plan-table thead th:first-child {
        position: sticky;
        left: 0;
        z-index: 20;
        width: 150px;
        min-width: 150px;
        background: #fff;
    }

    .plan-table tbody th,
    .plan-table tbody td,
    .plan-table thead th {
        padding: 0;
        height: 42px;
    }


    .boxed {
        background: #fff;
        padding: 3px 4px;
        margin: 0px 5px;
    }

    .kv-tit-top {
        font-size: 15px;
        margin-bottom: 9px;
    }

    .sp-fs16 {
        font-size: 16px;
    }

    .sp-mb19 {
        margin-bottom: 19px;
    }

    .sp-mt0 {
        margin-top: 0px !important;
    }

    .sp-pt0 {
        padding-top: 0px !important;
    }

    .sp-mb0 {
        margin-bottom: 0px !important;
    }

    .shadow-box ul li img {
        width: 40px;
    }

    footer h4 {
        font-size: 26px;
    }

    .round-bt-warap.open .content {
        font-size: 12px;
    }

    .round-bt-warap.open .open-bt {
        padding-top: 0px !important;
        padding-bottom: 10px !important;
    }

    section#another-se a.round-sky svg {
        position: absolute;
        top: 19%;
        right: 7%;
        width: 26px;
    }

    .sp-ml0 {
        margin-left: 0px !important;
    }

    .title-text.flex h4 {
        font-size: 18px;
        line-height: 1.6;
    }

    section#steps a.round-bt i {
        right: 8%;
    }

    section#steps a.round-bt span {
        transform: translateX(-3px);
    }

    .scroll-guide {
        top: 9.6%;
        width: 192px;
    }

    section#kv p.bk-guradeshon {
        display: none;
    }

    #hinoka section#kv h2 {
        font-size: 27px;
        margin: 1% 0 5px;
    }

    section#coupon {
        margin-top: 20%;
    }

    mg.kv-prs {
        width: 76%;
    }

    #hinoka h4.fs40 {
        font-size: 20px;
    }

    #hokan section#coupon {
        margin-top: -1%;
    }

    #hinoka .ac-inner span {
        font-size: 24px;
    }

    #hinoka h3.tit-star img.tit-img {
        width: 200px;
    }

    #hinoka .content-table {
        width: 100%;
    }

    #hinoka section#whats h4 {
        margin: 30px 0;
        font-size: 20px;
        line-height: 180%;
    }

    #hinoka ul.col4.flex {
        flex-wrap: wrap;
    }

    #hinoka section#whats ul li {
        flex: 0 0 calc((100% - 15px) / 2);
    }

    #hinoka section#whats ul li h5 {
        min-height: 80px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0;
        text-align: center;
    }

    #hinoka section#whats ul li h5 .h5-inner {
        display: inline;
    }

    #futon section#coupon {
        margin-top: 25%;
    }

    #futon section#before-use {
        margin-top: 0%;
    }

    [id] {
        scroll-margin-top: 30px;
    }

    .pop-inner {
        padding: 20px 12px;
    }

    section#steps dd img {
        height: auto;
        margin: 10px 20px 10px 10px;
        display: block;
        width: 75%;
    }

    #hinoka .scroll-guide {
        top: 30.6%;
    }

    #hinoka .flex.btn-content {
        gap: 20px;
        margin-bottom: 50px;
        flex-wrap: wrap;
        flex-direction: column;
    }

    #hinoka .flex.btn-content a {
        flex: unset;
        width: fit-content;
    }

    #hinoka .flex.btn-content a:nth-of-type(2) img {
        width: 90%;
    }

    .flex.btn-content img {
        width: 100%;
        margin: 0 auto;
        display: block;
    }

    #hinoka .modal-content {
        top: 3%;
    }

    

    #hinoka section#before-use {
        margin-top: -4%;
    }

    #hinoka .cols {
        gap: 10px;
        justify-content: center;
        max-width: 72%;
    }

    #hinoka h3.tit-star img.tit-img {
        width: 59%;
    }
    #hinoka section#kv .kv-copy img {
        width: 80%;
    }

    #hinoka .righnt-content a {
        font-size: 14px;
    }

    section#services ul.flex h4 {
        font-size: 24px;
    }

    .title-text.flex h4 {
        font-size: 28px;
    }

    section#reson ul.flex.col3 .reason-thum {
        height: 360px;
    }

    section#steps .righnt-content {
        padding: 2em 40px 8em;
    }

    #hokan section#whats {
        padding: 0 0 20px;
    }

    .price-modal__content img.sponly {
        display: block;
    }

    #futon .cleaning-box ul.col3.wid880>li {
        padding: 15px 2%;
        justify-content: left;
    }

    #futon ul.col3.wid880 div {
        display: flex;
        gap: 15px;
        align-items: center;
        justify-content: left;
        width: fit-content;
        margin: 0 auto;
    }

    .title-text.flex h4,
    #hinoka .title-text.flex h4,
    #hokan .title-text.flex h4 {
        min-height: unset;
    }

    section#reson ul.flex.col3 .reason-thum {
        margin: 25px auto 20px;
    }

    #hinoka #prices .corce-table .flex {
        width: 100%;
    }

    #hinoka #prices .flex li.active {
        min-height: 90px;
    }

    #hokan .kv-copy {
        top: -5%;
    }
    #futon .kv-copy {
        top: unset;
    }
    .kv-copy{
        padding-top: calc(100% - 17%);
    }
    #hinoka     .modal-content.kit-bag {
        height: 70vh;
    }
    .price .tax {
    position: absolute;
    top: 0px;
    right: -10px;
    font-weight: 500;
    font-size: 6px;
}
    #hinoka .modal.kit-bag .modal-close {
        top: 13vh;
        right: 4vw;
    }
    #hokan .kv-copy {
        padding-top: calc(100% - 50%);
    }
    .comment {
    width: 96%;
    margin: 30px auto;
    }
    .price-modal__box p {
    font-size: 12px;
}
    
}

@media screen and (max-width: 700px) {

    .scroll-guide,
    img.right-arrow {
        display: block !important;
    }
}

@media screen and (max-width: 640px) {
    .corce-table .flex p {
        width: 82%;
        font-size: 11px;
        position: absolute;
        left: 9%;
        top: -3%;
    }

    #prices .corce-table .flex {
        gap: 3px;
    }

    section#prices {
        padding: 30px 0 20px;
    }

    section#prices .exsmall {
        font-size: 12px;
    }

    section#another-se h3.bottom-line-tit {
        font-size: 24px;
    }

    .text-content h4 {
        font-size: 22px;
    }

    img.catchs {
        margin: 30px auto;
    }

    section.light-blue {
        padding: 60px 0 15px;
    }

    .corce-table li h5 {
        padding: 13px 5px 10px;
        font-size: 16px;
    }

    .bottom-line-tit {
        margin: 0 auto 30px;
    }

    .plan-table-wrap {
        padding-bottom: 0;
    }

    .corce-table h5 i {
        position: absolute;
        bottom: -31%;
        font-size: 30px;
        left: 43%;
        z-index: 100;
    }

    .ft-sns p {
        margin-bottom: 10px;
    }

    .title-text.flex {
        display: flex;
        gap: 14px;
        justify-content: left;
        align-items: center;
        /* margin-bottom: 20px; */
    }

    section#steps {
        margin-top: -6%;
    }

    section#steps a.od-banner img {
        width: 100%;
    }

    section#steps {
        padding: 0;
    }

    section#steps a.od-banner {
        margin: 20px 0 0;
        display: block;
    }

    section#another-attention {
        padding: 0 0 10px;
    }

    dl.togglebox dd {
        background: #fff;
        border-radius: 0px 0px 10px 10px;
    }

    section#another-attention {
        padding: 0;
    }

    .flex.moovie-area {
        gap: 12px;
    }

    .flex.moovie-area {
        margin: -20px 0 40px;
    }

    section#steps p.fs24.bold.t-center.mb10.mincho {
        font-size: 20px;
    }

    section#reson ul.flex.col3 .title-text.flex img {
        height: auto;
        width: 30%;
        margin: 0 0 0 10px;
    }

    section#qa dl.opened i {
        top: 21%;
        right: -5%;
    }

    .fuki-tit img {
        margin: -16% auto 0;
    }

    .light-gray-box {
        font-size: 16px;
    }

    section#another-se .flex {
        margin: 45px 0 0;
    }

    section#qa dl i {
        font-size: 18px;
    }

    section#nayami .underline-tit {
        /* width: fit-content; */
        position: inherit;
        top: unset;
        z-index: 100;
        left: unset;
        font-size: 24px;
        text-align: center;
        margin: 40px auto -85px;
    }

    #futon section#nayami ul.t-center.gofont li {
        align-items: flex-start;
    }

    #futon section#nayami ul.t-center.gofont li img {
        margin-top: 4px;
    }

    .ac-inner h4 {
        font-size: 24px;
        margin-top: 20px !important;
        margin-bottom: 23px;
        line-height: 1.65;
    }

    .ac-inner span.tx-sky.fs48,
    .ac-inner span.tx-sky.fs40 {
        font-size: 28px;
        font-weight: 900;
    }

    section#kv h2 {
        margin: 0;
    }

    img.fl1 {
        position: absolute;
        top: 27%;
        left: 6%;
        width: 5%;
        transform: scaleX(-1);
    }

    img.fl2 {
        position: absolute;
        top: 27%;
        right: 4%;
        width: 5%;
    }

    #hokan p.tit-top.anytime-title.pink {
        font-size: 24px;
    }

    p.fs18.t-center.bold.mb30.fuki-tit-bt {
        font-size: 16px;
        margin-top: -15px;
        margin-bottom: 0;
    }

    p.tit-top.anytime-title.pink.mt30 {
        margin-top: 10px !important;
    }

    #hokan section#whats {
        padding: 80px 0 10px;
    }

    .text-content h4 {
        font-size: 20px;
    }

    .fuki-tit {
        font-size: 28px;
        margin: -22% auto 0;
        padding: 10px 10px 20px;
        width: 100%;
        box-sizing: border-box;
    }

    .modal-close {
        top: -5%;
        right: 0%;
    }

    ul.se3 p {
        font-size: 15px;
        font-weight: bold;
    }

    .dot-text {
        font-size: 28px;
    }

    .modal-content img {
        width: 80%;
        margin: 0 auto;
    }

    ul.items li {
        font-size: 12px;
    }

    #hokan section#qa {
        margin-top: -1%;
    }

    .inner88 {
        margin: 30px auto 0;
    }

    .bk-pblue.sponly {
        background: #F2F6F9;
        padding: 50px 0 20px;
    }

    .bk-pblue.sponly .article-inner>article {
        background: #fff;
    }

    section#steps .righnt-content {
        padding: 20px 15px 6em;
    }

    #hinoka p.tit-top {
        font-size: 16px;
    }

    #hinoka section#whats p.fs28.gofont.bold.t-center {
        font-size: 20px;
    }

    #hinoka section#whats p.t-center.fs36.bold.tx-sky {
        font-size: 26px;
    }

    img.fuki-sp.sponly {
        margin: 30px 0;
    }

    #hinoka section#whats p.fs16.gofont.t-center {
        text-align: left;
        font-size: 16px;
        width: 90%;
        margin: 0 auto;
        display: block;
    }

    #hinoka section#whats h4.tit-dash {
        margin: 30px auto;
        font-size: 26px;
    }

    #hinoka section#whats ul.col6 li,
    #hinoka .content-table p {
        font-size: 14px;
    }

    .flex.btn-content a:nth-of-type(2) img {
        padding-top: 0;
        width: 90%;
        margin: 0 auto;
        display: block;
    }

    #hinoka .flex.btn-content {
        margin: 0 0 30px;
    }

    #hinoka .wid80 {
        width: 96%;
    }

    #hinoka section#whats .wh-box ul li {
        font-size: 12px;
    }

    #hinoka .wh-box {
        padding: 25px 12px;
    }

    #hinoka section#whats p.fs14.gofont.mt15,
    #hinoka .shadow-box .exsmall {
        font-size: 12px;
    }

    #hinoka section#whats {
        padding: 50px 0;
    }

    #hinoka #prices .flex li[data-target="standard"] h5 span,
    #hinoka #prices .flex li[data-target="premium"] h5 span {
        font-size: 10px;
    }

    #hinoka .corce-table li h5 {
        font-size: 18px;
    }

    #hinoka .content-table {
        padding: 12px;
    }

    #hinoka a.od-banner img {
        width: 100%;
        margin: 30px auto;
    }

    #hinoka section#services {
        padding: 50px 0;
    }

    

    

    #hinoka .modal-content {
        position: relative;
        top: -2%;
    }

    #hinoka section#before-use {
        margin-top: -4%;
    }

    #hinoka section#before-use ul.flex {
        width: 90%;
    }

    #hinoka section#whats ul.col6 {
        width: 92%;
    }

    #hinoka div#modal4 .modal-content.kit-bag {
        height: 36vh;
    }

    #hinoka #modal4.modal.kit-bag .modal-close {
        top: 29%;
        right: 5%;
    }

    

    section#steps a.od-banner img {
        width: 96%;
        margin: 0 auto 30px;
        display: block;
        padding-bottom: 30px;
    }

    #hinoka section#whats h3.tit-star {
        gap: 15px;
        margin: 0 auto;
        max-width: 78%;
    }

    #hinoka section#whats ul {
        width: 98%;
        gap: 10px;
    }

    #hinoka table.plan-table th {
        font-size: 12px;
    }

    #hinoka .plan-table {
        min-width: 120%;
    }

    #hokan section#qa a.od-banner {
        margin: 30px 0;
    }

    .corce-table li h5 span {
        font-size: 14px;
    }

    section#services ul.flex h4 {
        font-size: 20px;
    }

    section#reson ul.flex.col3 .reason-thum {
        height: auto;
    }

    .corce-table .flex p {
        width: 65%;
        font-size: 11px;
        position: absolute;
        left: 16%;
        top: 27%;
    }

    #futon .kv-pr-text .blue {
        font-size: 20px !important;
    }

    #futon p.kv-pr-text.fs20,
    #futon p.kv-pr-text.fs22 {
        font-size: 18px;
    }

    #futon .kv-pr-circles img {
        width: 100%;
    }

    #hinoka .table-outer:has(.active) {
        min-height: 750px;
    }

    #hokan section#coupon {
        margin-top: 0%;
    }

    #hinoka .table-outer:has(.active) {
        min-height: auto;
    }

    #hinoka #modal4.modal.kit-bag .modal-close {
        top: 26%;
        right: 5%;
    }
    #hinoka .modal.kit-bag .modal-close {
        top: 10%;
        right: 3%;
    }
    .modal-dialog {
        width: 96%;
    }
    #hokan #kv .kv-pr-text {
    padding-left: 9%;
}
}


@media screen and (max-width: 561px) {
    .corce-table .flex p {
        top: 13%;
    }

    #futon .kv-pr-text .blue {
        font-size: 20px !important;
    }

    #futon p.kv-pr-text.fs20,
    #futon p.kv-pr-text.fs22 {
        font-size: 18px;
    }

    body#futon section#kv h2 {
        font-size: 36px;
    }

    #futon section#coupon h3 {
        margin: 20px 0 15px;
    }

    section#reson ul.flex.col3 .title-text.flex img {
        width: 22%;
    }
    #hokan .kv-pr-circles {
        justify-content: center;
        width: 96%;
        margin: 0 auto;
    }
    #hinoka .cols {
        max-width: unset;
    }
}

@media screen and (max-width: 461px) {
    .title-text.flex h4 {
        font-size: 19px;
    }

    .corce-table .flex p {
        top: 4%;
    }

    section#steps .righnt-content {
        padding: 20px 15px;
    }

    a.pink-button {
        width: 80%;
    }

    body#futon section#kv h2 {
        font-size: 28px;
    }

    #hokan section#coupon {
        margin-top: -6%;
    }
}

@media screen and (max-width: 391px) {
    .fuki-tit img {
        width: 100%;
        margin: -17% auto 0;
    }

    .modal-content {
        top: 0;
    }

    section#reson ul.flex.col3 .title-text.flex img {
        height: auto;
    }

    .corce-table li h5 {
        font-size: 16px;
    }

    h4.fs24.bold.t-center.gofont {
        font-size: 20px;
    }

    .corce-table .flex p {
        top: -13%;
    }

    #futon section#nayami .underline-tit {
        margin-top: 2em;
        margin-bottom: -3.5em;
        z-index: 80;
    }

    #hinoka section#kv img {
        width: 80%;
    }

    .finish-type th {
        font-size: 15px;
    }

    #hinoka .price-table td {
        padding: 15px 5px;
        font-size: 13px;
    }

    .flex.btn-content img {
        width: 100%;
    }

    .corce-table .flex p {
        width: 80%;
        left: 10%;
    }

    #hinoka .table-outer:has(.active) {
        min-height: 650px;
    }

    #hinoka .modal.kit-bag .modal-close {
        top: 10%;
    }

    #hinoka .modal-dialog > .modal-close, #futon .modal-dialog > .modal-close {
        top: -45px !important;
    }
    #hinoka section#whats h3.tit-star {
        max-width: 92%;
    }
    #futon .modal-content.kit-bag {
        height: 64vh;
    }
}
@media screen and (max-width: 376px) {
        #hinoka .modal.kit-bag .modal-close {
        top: 10%;
    }
    #hinoka .modal-content.kit-bag {
        height: 67vh;
    }
    #hokan section#coupon {
        margin-top: -8%;
    }
    
}
@media screen and (max-width: 346px) {
    body#futon section#kv h2 {
        font-size: 26px;
    }
}