@charset "UTF-8";
@import url("https://use.fontawesome.com/releases/v5.14.0/css/all.css");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Albert+Sans:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap");

/* LP用リセットスタイル（既存テーマへの影響を防ぐため .futon-lp-wrapper に限定） */
.futon-lp-wrapper *,
.futon-lp-wrapper *::before,
.futon-lp-wrapper *::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-decoration: none;
}

/* .futon-lp-wrapper h1,
.futon-lp-wrapper h2,
.futon-lp-wrapper h3,
.futon-lp-wrapper h4,
.futon-lp-wrapper h5,
.futon-lp-wrapper h6,
.futon-lp-wrapper p,
.futon-lp-wrapper ul,
.futon-lp-wrapper ol,
.futon-lp-wrapper dl,
.futon-lp-wrapper dt,
.futon-lp-wrapper dd,
.futon-lp-wrapper figure {
    margin: 0;
    padding: 0;
} */

.futon-lp-wrapper ul,
.futon-lp-wrapper ol {
    list-style: none;
}

.futon-lp-wrapper table {
    border-collapse: collapse;
    border-spacing: 0;
}

.futon-lp-wrapper img {
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
}

/* .futon-lp-wrapper a {
    color: inherit;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
} */

.futon-lp-wrapper a:hover {
    text-decoration: none;
}

@font-face {
    font-family: "TenhamasenFont";
    src: url("../fonts/TenhamasenFont.woff2") format("woff2");
    font-display: swap;
}

.l-container {
    container-type: inline-size;
    margin: auto;
    max-width: 800px;
    position: relative;
    z-index: 1;
}

@media only screen and (max-width:767px) {
    .l-container {
        padding-inline: 20px;
    }
}

.wrapper,
.wrapper--760 {
    max-width: 1110px;
    width: 100%;
    margin: auto;
}

@media only screen and (max-width:1299px) {

    .wrapper,
    .wrapper--760 {
        padding-left: 60px;
        padding-right: 60px;
    }
}

@media only screen and (max-width:767px) {

    .wrapper,
    .wrapper--760 {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.wrapper--760 {
    max-width: 760px;
}

.sa {
    opacity: 0;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.sa.show {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
}

.sa--lr {
    -webkit-transform: translate(-100px, 0);
    transform: translate(-100px, 0);
}

.sa--rl {
    -webkit-transform: translate(100px, 0);
    transform: translate(100px, 0);
}

.sa--up {
    -webkit-transform: translate(0, 100px);
    transform: translate(0, 100px);
}

.sa--down {
    -webkit-transform: translate(0, -100px);
    transform: translate(0, -100px);
}

.sa--scaleUp {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
}

.sa--scaleDown {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
}

.sa--rotateL {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.sa--rotateR {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

pre {
    white-space: pre;
    background-color: #231815;
    color: #FFFFFF;
    padding: 1em;
    overflow: auto;
}

@media (min-width: 768px) {
    a[href^="tel:"] {
        pointer-events: none;
        cursor: default;
        text-decoration: none;
    }
}

.futon-lp-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    font-family: "Noto Sans JP", sans-serif, "Noto Sans JP", serif;
    color: #2c3e50;
    line-height: 1.7;
    font-size: 16px;
    background-color: #faf8f4;
}

@media only screen and (max-width:767px) {
    .futon-lp-wrapper {
        font-size: 14px;
    }
}

.futon-mv {
    position: relative;
    width: 100%;
    min-height: 420px;
    background-image: url("../images/futon/mv-sp.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

@media screen and (min-width: 768px) {
    .futon-mv {
        width: 100vw;
        margin-left: calc(50% - 50vw);
        min-height: 500px;
        background-image: url("../images/futon/mv-pc.jpg");
        background-size: cover;
        background-position: center;
    }
}

.futon-mv::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(250, 246, 240, 0.85) 0%, rgba(250, 246, 240, 0.5) 60%, rgba(250, 246, 240, 0.2) 100%);
}

.futon-mv__inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 30px 20px;
    z-index: 1;
}

@media screen and (min-width: 768px) {
    .futon-mv__inner {
        max-width: 750px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        padding: 40px 40px;
    }
}

.futon-mv__content {
    text-align: center;
    max-width: 600px;
    margin: 0 auto;
    padding: 0 20px;
}

.futon-mv__catch {
    margin-bottom: 20px;
}

.futon-mv__catch-text {
    display: inline-block;
    background: #0099e5;
    color: #fff;
    padding: 8px 24px;
    border-radius: 40px;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.1em;
    -webkit-box-shadow: 0 4px 12px rgba(0, 153, 229, 0.3);
    box-shadow: 0 4px 12px rgba(0, 153, 229, 0.3);
    line-height: 1.5;
}

@media only screen and (max-width:767px) {
    .futon-mv__catch-text {
        font-size: 13px;
        padding: 6px 16px;
        margin-bottom: 4px;
    }
}

.futon-mv__catch-br {
    display: none;
}

@media only screen and (max-width:767px) {
    .futon-mv__catch-br {
        display: block;
    }
}

.futon-mv__title {
    margin-bottom: 24px;
    line-height: 1.3;
}

.futon-mv__title-sub {
    font-size: clamp(24px, 0.4848484848vw + 22.1818181818px, 28px);
    font-weight: 900;
    color: #1177ba;
    letter-spacing: 0.1em;
    display: inline-block;
    margin-bottom: 12px;
    text-shadow: 0 0 16px rgba(255, 255, 255, 0.9), 0 2px 4px rgb(255, 255, 255);
}

@media only screen and (max-width:767px) {
    .futon-mv__title-sub {
        font-size: 18px;
        margin-bottom: 8px;
    }
}

.futon-mv__title-main {
    font-size: clamp(56px, 0.9696969697vw + 52.3636363636px, 64px);
    font-weight: 900;
    color: #1177ba;
    letter-spacing: 0.05em;
    text-shadow: 0 0 24px rgb(255, 255, 255), 0 4px 8px rgb(255, 255, 255);
}

@media only screen and (max-width:767px) {
    .futon-mv__title-main {
        font-size: 38px;
    }
}

.futon-mv__lead {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.8;
    color: #2c3e50;
    text-shadow: 0 0 16px rgba(255, 255, 255, 0.9), 0 2px 4px rgb(255, 255, 255);
}

@media only screen and (max-width:767px) {
    .futon-mv__lead {
        font-size: 15px;
    }
}

.futon-mv__lead-hl {
    font-size: 20px;
    color: #f5a623;
    font-weight: 900;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, rgba(245, 166, 35, 0.2)));
    background: linear-gradient(transparent 60%, rgba(245, 166, 35, 0.2) 60%);
}

.futon-mv__bubbles {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    pointer-events: none;
    z-index: 0;
}

.futon-mv__bubbles .bubble {
    position: absolute;
    bottom: -100px;
    -webkit-animation: floatUp ease-in infinite;
    animation: floatUp ease-in infinite;
    opacity: 0;
}

.futon-mv__bubbles .bubble.b1 {
    width: 60px;
    left: 15%;
    -webkit-animation-duration: 8s;
    animation-duration: 8s;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.futon-mv__bubbles .bubble.b2 {
    width: 40px;
    left: 80%;
    -webkit-animation-duration: 6s;
    animation-duration: 6s;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

.futon-mv__bubbles .bubble.b3 {
    width: 70px;
    left: 60%;
    -webkit-animation-duration: 10s;
    animation-duration: 10s;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.futon-mv__bubbles .bubble.b4 {
    width: 30px;
    left: 30%;
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
}

@-webkit-keyframes floatUp {
    0% {
        -webkit-transform: translateY(0) translateX(0) rotate(0deg);
        transform: translateY(0) translateX(0) rotate(0deg);
        opacity: 0;
    }

    10% {
        opacity: 0.8;
    }

    50% {
        -webkit-transform: translateY(-50vh) translateX(20px) rotate(180deg);
        transform: translateY(-50vh) translateX(20px) rotate(180deg);
    }

    90% {
        opacity: 0.8;
    }

    100% {
        -webkit-transform: translateY(-100vh) translateX(-20px) rotate(360deg);
        transform: translateY(-100vh) translateX(-20px) rotate(360deg);
        opacity: 0;
    }
}

@keyframes floatUp {
    0% {
        -webkit-transform: translateY(0) translateX(0) rotate(0deg);
        transform: translateY(0) translateX(0) rotate(0deg);
        opacity: 0;
    }

    10% {
        opacity: 0.8;
    }

    50% {
        -webkit-transform: translateY(-50vh) translateX(20px) rotate(180deg);
        transform: translateY(-50vh) translateX(20px) rotate(180deg);
    }

    90% {
        opacity: 0.8;
    }

    100% {
        -webkit-transform: translateY(-100vh) translateX(-20px) rotate(360deg);
        transform: translateY(-100vh) translateX(-20px) rotate(360deg);
        opacity: 0;
    }
}

.futon-badge {
    padding: 20px 10px;
    background-color: #f2ede5;
}

@media screen and (min-width: 768px) {
    .futon-badge {
        width: 100vw;
        margin-left: calc(50% - 50vw);
    }
}

.futon-badge__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 10px;
    list-style: none;
    margin: 0 auto;
    padding: 0;
    max-width: 1200px;
}

.futon-badge__item {
    background-color: #f5a623;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    padding: 10px 18px;
    border-radius: 30px;
    text-align: center;
    min-width: 90px;
    -webkit-box-shadow: 0 2px 6px rgba(245, 166, 35, 0.3);
    box-shadow: 0 2px 6px rgba(245, 166, 35, 0.3);
}

@media only screen and (max-width:767px) {
    .futon-badge__item {
        font-size: 13px;
        padding: 8px 14px;
        min-width: 80px;
    }
}

.futon-lead {
    padding: 20px 20px 40px;
    background-color: #fffdf9;
}

@media only screen and (max-width:767px) {
    .futon-lead {
        padding: 0 20px 20px;
    }
}

.futon-lead__inner {
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
}

.futon-lead__title {
    font-weight: 700;
    color: #fff;
    margin-bottom: 16px;
    line-height: 1.4;
    display: inline-block;
    padding-bottom: 6px;
    background: linear-gradient(135deg, #1177ba 0%, #3a9ad4 100%);
    padding: 30px 20px;
    width: 100%;
    border-radius: 8px;
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 10px;
}

@media only screen and (max-width:767px) {
    .futon-lead__title {
        grid-template-columns: repeat(1, minmax(0, 1fr));
        gap: 10px;
    }
}

.futon-lead__title-main {
    font-size: clamp(32px, 0.9696969697vw + 28.3636363636px, 40px);
    display: block;
    line-height: 1;
}

.futon-lead__title-sub {
    font-size: clamp(20px, 0.4848484848vw + 18.1818181818px, 24px);
    display: block;
}

@media only screen and (max-width:767px) {
    .futon-lead__title {
        padding: 20px 10px;
    }
}

.futon-lead__text {
    font-size: 16px;
    font-weight: 500;
    color: #2c3e50;
    margin-bottom: 24px;
    line-height: 1.8;
}

@media only screen and (max-width:767px) {
    .futon-lead__text {
        font-size: 14px;
    }
}

.futon-lead__img img {
    width: 100%;
    height: auto;
    border-radius: 12px;
    -webkit-box-shadow: 0 4px 16px rgba(107, 76, 59, 0.1);
    box-shadow: 0 4px 16px rgba(107, 76, 59, 0.1);
}

.futon-price {
    padding: 40px 20px 20px;
    background-color: #f2ede5;
}

.futon-price__inner {
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
}

.futon-price__heading {
    background: linear-gradient(135deg, #1177ba 0%, #3a9ad4 100%);
    color: #fff;
    font-size: clamp(20px, 0.4848484848vw + 18.1818181818px, 24px);
    font-weight: 700;
    text-align: center;
    padding: 12px 20px;
    border-radius: 30px;
    margin-bottom: 28px;
}

@media only screen and (max-width:767px) {
    .futon-price__heading {
        padding: 10px 16px;
    }
}

.futon-price__catch {
    font-size: clamp(20px, 0.4848484848vw + 18.1818181818px, 24px);
    font-weight: 500;
    color: #637282;
    margin-bottom: 8px;
    border-bottom: 2px dotted #e5ddd0;
    display: inline-block;
    padding-bottom: 4px;
}

.futon-price__title {
    margin-bottom: 20px;
    line-height: 1;
    position: relative;
    display: inline-block;
}

.futon-price__title-sparkle {
    position: absolute;
    top: -15px;
    left: -20px;
    width: 30px;
    height: 30px;
    -webkit-animation: sparkle 2s ease-in-out infinite alternate;
    animation: sparkle 2s ease-in-out infinite alternate;
}

@media only screen and (max-width:767px) {
    .futon-price__title-sparkle {
        width: 20px;
        height: 20px;
        top: -10px;
        left: -10px;
    }
}

.futon-price__title-num {
    font-size: 60px;
    font-weight: 900;
    color: #f5a623;
}

@media only screen and (max-width:767px) {
    .futon-price__title-num {
        font-size: 50px;
    }
}

.futon-price__title-unit {
    font-size: 28px;
    font-weight: 700;
    color: #f5a623;
}

@media only screen and (max-width:767px) {
    .futon-price__title-unit {
        font-size: 22px;
    }
}

.futon-price__list {
    list-style: none;
    margin: 0 0 24px;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 6px 12px;
}

.futon-price__list li {
    font-size: 16px;
    color: #637282;
    position: relative;
    padding-left: 12px;
}

@media only screen and (max-width:767px) {
    .futon-price__list li {
        font-size: 13px;
    }
}

.futon-price__list li::before {
    content: "・";
    position: absolute;
    left: 0;
}

.futon-price__amount {
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#faf8f4));
    background: linear-gradient(to bottom, #fff, #faf8f4);
    border: 3px solid #f5a623;
    border-radius: 16px;
    padding: 24px 20px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-shadow: 0 8px 24px rgba(245, 166, 35, 0.2);
    box-shadow: 0 8px 24px rgba(245, 166, 35, 0.2);
    position: relative;
    margin-top: 30px;
}

.futon-price__amount-badge {
    position: absolute;
    top: -20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #f5a623;
    color: #fff;
    padding: 8px 30px;
    border-radius: 30px;
    -webkit-box-shadow: 0 4px 10px rgba(245, 166, 35, 0.3);
    box-shadow: 0 4px 10px rgba(245, 166, 35, 0.3);
}

.futon-price__amount-badge::before,
.futon-price__amount-badge::after {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    background-color: rgba(255, 255, 255, 0.4);
    border-radius: 50%;
}

.futon-price__amount-badge::before {
    left: 10px;
}

.futon-price__amount-badge::after {
    right: 10px;
}

.futon-price__amount-stay {
    font-size: 18px;
    font-weight: 900;
    letter-spacing: 0.1em;
}

@media only screen and (max-width:767px) {
    .futon-price__amount-stay {
        font-size: 16px;
    }
}

.futon-price__amount-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 12px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.futon-price__amount-price {
    font-size: 48px;
    font-weight: 900;
    color: #d45a4a;
    line-height: 1;
    letter-spacing: -0.02em;
    text-shadow: 2px 2px 0px rgba(255, 255, 255, 0.8);
}

@media only screen and (max-width:767px) {
    .futon-price__amount-price {
        font-size: 40px;
    }
}

.futon-price__amount-yen {
    font-size: 24px;
    font-weight: 700;
    margin-left: 4px;
}

@media only screen and (max-width:767px) {
    .futon-price__amount-yen {
        font-size: 20px;
    }
}

.futon-price__amount-tax {
    font-size: 16px;
    color: #637282;
    font-weight: 500;
}

@media only screen and (max-width:767px) {
    .futon-price__amount-tax {
        font-size: 14px;
    }
}

.futon-price__note {
    padding: 16px;
    background-color: #fffdf9;
    border-radius: 10px;
    text-align: center;
    margin-bottom: 20px;
    border: 1px dashed #e5ddd0;
}

.futon-price__note-company {
    font-size: clamp(16px, 0.9696969697vw + 12.3636363636px, 24px);
    font-weight: 700;
    color: #f5a623;
    margin-bottom: 4px;
}

.futon-price__note-company .futon-price__note-blue {
    color: #0099e5;
    font-size: clamp(16px, 0.9696969697vw + 12.3636363636px, 24px) !important;
    /* CMYK C100 の近似RGB値 */
}

.futon-price__note-desc {
    font-size: 16px;
    font-weight: 500;
    color: #2c3e50;
}

@media only screen and (max-width:767px) {
    .futon-price__note-desc {
        font-size: 14px;
    }
}

@-webkit-keyframes sparkle {
    0% {
        -webkit-transform: scale(0.8) rotate(0deg);
        transform: scale(0.8) rotate(0deg);
        opacity: 0.5;
    }

    100% {
        -webkit-transform: scale(1.2) rotate(15deg);
        transform: scale(1.2) rotate(15deg);
        opacity: 1;
    }
}

@keyframes sparkle {
    0% {
        -webkit-transform: scale(0.8) rotate(0deg);
        transform: scale(0.8) rotate(0deg);
        opacity: 0.5;
    }

    100% {
        -webkit-transform: scale(1.2) rotate(15deg);
        transform: scale(1.2) rotate(15deg);
        opacity: 1;
    }
}

.futon-table {
    padding: 40px 20px;
    background-color: #fffdf9;
}

@media only screen and (max-width:767px) {
    .futon-table {
        padding: 20px 10px;
    }
}

.futon-table__inner {
    max-width: 1200px;
    margin: 0 auto;
}

.futon-table__heading {
    max-width: 600px;
    margin: 0 auto 20px;
    background: linear-gradient(135deg, #1177ba 0%, #3a9ad4 100%);
    color: #fff;
    font-size: clamp(20px, 0.4848484848vw + 18.1818181818px, 24px);
    font-weight: 700;
    text-align: center;
    padding: 12px 20px;
    border-radius: 30px;
}

@media only screen and (max-width:767px) {
    .futon-table__heading {
        padding: 10px 16px;
    }
}

.futon-table__scroll-hint {
    display: none;
    text-align: center;
    font-size: 13px;
    color: #637282;
    margin-bottom: 8px;
}

@media only screen and (max-width:767px) {
    .futon-table__scroll-hint {
        display: block;
    }
}

.futon-table__wrapper {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    border: 2px solid #3a9ad4;
    border-radius: 8px;
    -webkit-box-shadow: 0 2px 8px rgba(17, 119, 186, 0.08);
    box-shadow: 0 2px 8px rgba(17, 119, 186, 0.08);
}

.futon-table__table {
    width: 100%;
    min-width: 700px;
    border-collapse: collapse;
    white-space: nowrap;
}

.futon-table__table thead th {
    background-color: #1177ba;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    padding: 12px 16px;
    text-align: center;
    border-right: 1px solid #3a9ad4;
    vertical-align: middle;
}

.futon-table__table thead th:last-child {
    border-right: none;
}

@media only screen and (max-width:767px) {
    .futon-table__table thead th {
        font-size: 14px;
        padding: 10px 12px;
    }
}

.futon-table__table tbody td {
    background-color: #fffdf9;
    text-align: center;
    padding: 12px 10px;
    border-right: 1px solid #e5ddd0;
    border-top: 1px solid #e5ddd0;
    vertical-align: middle;
}

.futon-table__table tbody td:last-child {
    border-right: none;
}

@media only screen and (max-width:767px) {
    .futon-table__table tbody td {
        padding: 10px 8px;
    }
}

.futon-table__fixed {
    position: sticky;
    left: 0;
    z-index: 2;
    min-width: 120px;
    font-weight: 700;
    font-size: 16px;
}

thead .futon-table__fixed {
    background-color: #1177ba;
    text-align: left;
}

tbody .futon-table__fixed {
    background-color: #fffdf9;
    color: #2c3e50;
    border-right: 2px solid #e5ddd0;
}

@media only screen and (max-width:767px) {
    .futon-table__fixed {
        min-width: 100px;
        font-size: 14px;
    }
}

.futon-table__fixed-label {
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
    border: 1px solid #fff;
    padding: 1px 6px;
    margin-bottom: 2px;
}

@media only screen and (max-width:767px) {
    .futon-table__fixed-label {
        font-size: 11px;
    }
}

.futon-table__fixed-set {
    display: block;
    font-size: clamp(20px, 0.4848484848vw + 18.1818181818px, 24px);
    font-weight: 900;
}

.futon-table__yen {
    display: block;
    color: #d45a4a;
    font-size: clamp(18px, 0.7272727273vw + 15.2727272727px, 24px);
    font-weight: 700;
}

.futon-table__yen strong {
    font-size: clamp(22px, 0.7272727273vw + 19.2727272727px, 28px);
    font-weight: 900;
}

.futon-table__tax {
    display: block;
    font-size: 12px;
    color: #637282;
    margin-top: 2px;
}

@media only screen and (max-width:767px) {
    .futon-table__tax {
        font-size: 11px;
    }
}

.futon-point {
    padding: 20px 20px 40px;
    background-color: #f2ede5;
}

.futon-point__inner {
    max-width: 600px;
    margin: 0 auto;
}

.futon-point__heading {
    background: linear-gradient(135deg, #1177ba 0%, #3a9ad4 100%);
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    padding: 14px 20px;
    border-radius: 30px;
    margin-bottom: 28px;
    letter-spacing: 0.05em;
}

@media only screen and (max-width:767px) {
    .futon-point__heading {
        font-size: 18px;
    }
}

.futon-point__block {
    margin-bottom: 28px;
    background-color: #fffdf9;
    padding: 20px;
    border-radius: 12px;
    -webkit-box-shadow: 0 2px 8px rgba(17, 119, 186, 0.06);
    box-shadow: 0 2px 8px rgba(17, 119, 186, 0.06);
}

.futon-point__block:last-child {
    margin-bottom: 0;
}

.futon-point__block-title {
    font-size: 18px;
    font-weight: 700;
    color: #1177ba;
    margin-bottom: 12px;
    padding-left: 12px;
    border-left: 4px solid #f5a623;
    line-height: 1.4;
}

@media only screen and (max-width:767px) {
    .futon-point__block-title {
        font-size: 16px;
    }
}

.futon-point__block-list {
    margin: 0;
    padding: 0 0 0 24px;
    list-style: none;
    counter-reset: point-counter;
}

.futon-point__block-list li {
    font-size: 16px;
    line-height: 1.8;
    color: #637282;
    margin-bottom: 10px;
    padding-left: 8px;
    position: relative;
    counter-increment: point-counter;
}

@media only screen and (max-width:767px) {
    .futon-point__block-list li {
        font-size: 14px;
    }
}

.futon-point__block-list li::before {
    content: counter(point-counter) ".";
    position: absolute;
    left: -20px;
    font-weight: 700;
    color: #f5a623;
}

.futon-point__block-list li:last-child {
    margin-bottom: 0;
}

.futon-detail {
    padding: 40px 20px;
    background-color: #fffdf9;
}

.futon-detail__inner {
    max-width: 600px;
    margin: 0 auto;
}

.futon-detail__block {
    margin-bottom: 36px;
    background-color: #fff;
    border-radius: 12px;
    overflow: hidden;
    -webkit-box-shadow: 0 3px 12px rgba(17, 119, 186, 0.08);
    box-shadow: 0 3px 12px rgba(17, 119, 186, 0.08);
    border: 1px solid #e5ddd0;
}

.futon-detail__block:last-child {
    margin-bottom: 0;
}

.futon-detail__block-title {
    font-size: 17px;
    font-weight: 700;
    color: #1177ba;
    padding: 16px 20px;
    border-bottom: 3px solid #f5a623;
    line-height: 1.5;
    background-color: #faf8f4;
}

@media only screen and (max-width:767px) {
    .futon-detail__block-title {
        font-size: 15px;
        padding: 14px 16px;
    }
}

.futon-detail__block-img {
    padding-block: 30px;
    padding-inline: 20px;
}

.futon-detail__block-img img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 8px;
}

.futon-detail__block-text {
    padding: 16px 20px;
    font-size: 16px;
    line-height: 1.8;
    color: #637282;
}

@media only screen and (max-width:767px) {
    .futon-detail__block-text {
        padding: 14px 16px;
        font-size: 13px;
    }
}

.futon-detail__block-text p {
    margin-bottom: 8px;
}

.futon-detail__block-text p:last-child {
    margin-bottom: 0;
}

.futon-flow {
    padding: 40px 20px;
    background-color: #f2ede5;
}

.futon-flow__inner {
    max-width: 600px;
    margin: 0 auto;
}

.futon-flow__heading {
    font-size: clamp(20px, 0.7272727273vw + 17.2727272727px, 26px);
    font-weight: 700;
    text-align: center;
    color: #1177ba;
    margin-bottom: 28px;
    padding-bottom: 14px;
    position: relative;
    letter-spacing: 0.05em;
}

.futon-flow__heading::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background: -webkit-gradient(linear, left top, right top, from(#1177ba), to(#3a9ad4));
    background: linear-gradient(90deg, #1177ba 0%, #3a9ad4 100%);
    border-radius: 2px;
}

.futon-flow__heading::before {
    content: "";
    position: absolute;
    bottom: 6px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 50px;
    height: 2px;
    background-color: #e5ddd0;
    border-radius: 2px;
}

.futon-flow__steps {
    list-style: none;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0;
}

.futon-flow__step {
    position: relative;
    width: 80%;
    max-width: 280px;
    text-align: center;
    margin-bottom: 0;
    margin-bottom: 32px;
}

.futon-flow__step::after {
    content: "";
    position: absolute;
    bottom: -24px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 2px;
    height: 24px;
    background-color: #1177ba;
}

.futon-flow__step:last-child::after {
    display: none;
}

.futon-flow__step:not(:last-child)::before {
    content: "";
    position: absolute;
    bottom: -28px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 8px solid #1177ba;
    z-index: 1;
}

.futon-flow__step:last-child {
    margin-bottom: 0;
}

.futon-flow__step-text {
    display: block;
    background: linear-gradient(135deg, #1177ba 0%, #3a9ad4 100%);
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    padding: 14px 20px;
    border-radius: 30px;
    position: relative;
    z-index: 2;
    -webkit-box-shadow: 0 2px 8px rgba(17, 119, 186, 0.25);
    box-shadow: 0 2px 8px rgba(17, 119, 186, 0.25);
}

@media only screen and (max-width:767px) {
    .futon-flow__step-text {
        font-size: 15px;
        padding: 12px 16px;
    }
}

.futon-flow__notes {
    margin-top: 32px;
    padding: 20px;
    background-color: #fffdf9;
    border-radius: 12px;
    border: 1px dashed #e5ddd0;
}

.futon-flow__notes-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px;
    margin-bottom: 12px;
    font-size: 16px;
    line-height: 1.6;
}

@media only screen and (max-width:767px) {
    .futon-flow__notes-item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        font-size: 14px;
        gap: 4px;
        margin-bottom: 16px;
    }
}

.futon-flow__notes-item:last-child {
    margin-bottom: 0;
}

.futon-flow__notes-item dt {
    font-weight: 700;
    color: #1177ba;
    white-space: nowrap;
}

@media only screen and (max-width:767px) {
    .futon-flow__notes-item dt {
        display: inline-block;
        background-color: #e5ddd0;
        padding: 4px 12px;
        border-radius: 4px;
        font-size: 13px;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
    }
}

.futon-flow__notes-item dd {
    color: #637282;
}

.futon-flow__caution {
    margin-top: 12px;
    font-size: 14px;
    color: #637282;
    line-height: 1.6;
}

@media only screen and (max-width:767px) {
    .futon-flow__caution {
        font-size: 12px;
    }
}

.futon-cta {
    padding: 60px 20px 80px;
    background-color: #faf8f4;
    text-align: center;
}

.futon-cta__inner {
    max-width: 600px;
    margin: 0 auto;
}

.futon-cta__lead {
    font-size: clamp(20px, 0.4848484848vw + 18.1818181818px, 24px);
    font-weight: 700;
    color: #1177ba;
    margin-bottom: 24px;
    line-height: 1.6;
}

.futon-cta__lead-br {
    display: none;
}

@media only screen and (max-width:767px) {
    .futon-cta__lead-br {
        display: block;
    }
}

.futon-cta__btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 12px;
    background: linear-gradient(135deg, #f5a623 0%, #f8bc55 100%);
    color: #fff;
    font-size: clamp(22px, 0.4848484848vw + 20.1818181818px, 26px);
    font-weight: 700;
    padding: 20px 40px;
    border-radius: 50px;
    text-decoration: none;
    -webkit-box-shadow: 0 4px 16px rgba(245, 166, 35, 0.4);
    box-shadow: 0 4px 16px rgba(245, 166, 35, 0.4);
    -webkit-transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
    transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    transition: transform 0.3s ease, box-shadow 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
    position: relative;
    overflow: hidden;
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
}

@media only screen and (max-width:767px) {
    .futon-cta__btn {
        padding: 16px 24px;
        font-size: 18px;
        max-width: 320px;
    }
}

.futon-cta__btn::after {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 50%;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0.3)), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
    -webkit-animation: shine 4s infinite;
    animation: shine 4s infinite;
}

.futon-cta__btn:hover {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
    -webkit-box-shadow: 0 8px 24px rgba(245, 166, 35, 0.5);
    box-shadow: 0 8px 24px rgba(245, 166, 35, 0.5);
}

.futon-cta__btn:hover .futon-cta__btn-icon {
    -webkit-animation: none;
    animation: none;
    -webkit-transform: translateX(6px);
    transform: translateX(6px);
}

.futon-cta__btn-text {
    position: relative;
    z-index: 1;
    font-size: clamp(22px, 0.4848484848vw + 20.1818181818px, 26px);
}

.futon-cta__btn-icon {
    width: 26px;
    height: 26px;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    position: relative;
    z-index: 1;
    -webkit-animation: bounceRight 2s infinite ease-in-out;
    animation: bounceRight 2s infinite ease-in-out;
}

@media only screen and (max-width:767px) {
    .futon-cta__btn-icon {
        width: 22px;
        height: 22px;
    }
}

@-webkit-keyframes bounceRight {

    0%,
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    50% {
        -webkit-transform: translateX(4px);
        transform: translateX(4px);
    }
}

@keyframes bounceRight {

    0%,
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    50% {
        -webkit-transform: translateX(4px);
        transform: translateX(4px);
    }
}

@-webkit-keyframes shine {
    0% {
        left: -100%;
    }

    20%,
    100% {
        left: 200%;
    }
}

@keyframes shine {
    0% {
        left: -100%;
    }

    20%,
    100% {
        left: 200%;
    }
}