/* フォント */
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);

/* ===========================================
@@ Foundation  /  要素セレクターだけ
=========================================== */
body {
	font-family: 'Noto Sans JP', sans-serif;
    color: #444444 ;
    font-feature-settings: 'palt' on;
    color: #242424;
    -webkit-font-kerning: none;
            font-kerning: none;
    --coefficient: 0.08333333rem;
    @media screen and (min-width: 960px) {
        --coefficient: 1px;
    }
}
.main{
    background: #E2FCFF;
}


/* ===========================================
@@ Component
=========================================== */
.p-yutai-table .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
  background-color: #FE696C;
}
.mCSB_container{
  overflow: visible
}


.pageTop{
    z-index: 50;
}
.c-icon{
    position: relative;
    display: inline-block;
    width: 3.6666666666em;
    aspect-ratio: 1/1;
    font-size: calc(12vw / 3.75);
    line-height: 1;
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    color: #fff;
    @media screen and (min-width: 737px) {
        width: calc(44 * var(--coefficient));
        font-size: calc(12 * var(--coefficient));
    }
}
.c-icon:before{
    content:"";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-size: contain;
    background-repeat: no-repeat;
}
.c-icon.-icon-ticket:before{
    background-image: url(../img/icon-ticket.svg);
}
.c-icon.-icon-ticket-general:before{
    background-image: url(../img/icon-ticket-general.svg);
}
.c-icon.-icon-ticket-long:before{
    background-image: url(../img/icon-ticket-long.svg);
}
.c-icon.-icon-coupon:before{
    background-image: url(../img/icon-coupon.svg);
}
.c-icon.-icon-freepass:before{
    background-image: url(../img/icon-freepass.svg);
}
.c-icon.-icon-hakone:before{
    background-image: url(../img/icon-hakone.svg);
}
.c-icon.-icon-musium:before{
    background-image: url(../img/icon-musium.svg);
}

.c-icon__num{
    position: absolute;
    left: 77.77777%;
    bottom: 24%;
    transform: translateX(-50%);
}


.c-icon.-icon-numbering{
    width: 1.5em;
    background-color: #FE696C;
    border-radius: 50%;
}
.c-icon.-icon-numbering .c-icon__num{
    left: 50%;
    bottom: 50%;
    transform: translate(-50%, 50%);
}

.c-icon.-icon-numbering.-explain{
    margin: 0 0.2em -0.3em;
}


/* .c-icon.-icon-numbering .c-icon__num{
    position: absolute;
    left: 76.5%;
    bottom: 15.8%;
    transform: translateX(-50%);
} */

.c-lists{
    margin-top: 2em;
    font-size: calc(11 / 375 * 100vw);
    line-height: 1.75;
    letter-spacing: 0.08em;
    display: flex;
    flex-direction: column;
    gap: 0.5em;
    @media screen and (min-width: 737px) {
        font-size: calc(12 * var(--coefficient));
    }
}
.c-lists li{
    position: relative;
}
.c-lists:not(.-list-style-none) li{
    padding-left: 1.25em;
    counter-increment: title;
}
.c-lists:not(.-list-style-none) li:before{
    content: "※";
    position: absolute;
    left: 0;
    top: 0;
}
.c-lists:not(.-list-style-none).-order li{
    position: relative;
    padding-left: 2em;
    counter-increment: title;
}
.c-lists:not(.-list-style-none).-order li:before{
    content: "※"counter(title);
    position: absolute;
    left: 0;
    top: 0;
}

.c-lists:not(.-list-style-none).-disc li{
    padding-left: 0.875em;
}
.c-lists:not(.-list-style-none).-disc li:before{
    content:"";
    width: 0.3em;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    background: #444;
    left: 0.2em;
    top: 0.5lh;
    transform: translateY(-50%);
}


.c-button a,
.c-button__link{
    --button-color: #34B47E;
    --button-color-light: #76D5AD;
    position: relative;
    display: flex;
    align-items: center;
    /* width: 305px; */
    width: calc(169 / 375 * 100vw);
    /* padding: 15px 21px; */
    padding: 0.6875em 1.3125em;
    /* height: calc(52 / 375 * 100vw); */
    background: var(--button-color);
    border-radius: calc(40 / 375 * 100vw);
    border: 2px solid  var(--button-color-light);
    font-size: calc(14 / 375 * 100vw);
    font-weight: 500;
    line-height: 1.75;
    letter-spacing: calc(0.32 / 375 * 100vw);
    color: #FFFFFF;
    text-decoration: none;
    text-align: left;
    transition: background 300ms, color 300ms, -webkit-filter 300ms;
    transition: background 300ms, color 300ms, filter 300ms;
    transition: background 300ms, color 300ms, filter 300ms, -webkit-filter 300ms;
    font-feature-settings: initial;
    @media screen and (min-width: 737px) {
        width: calc(173 * var(--coefficient));
        padding: calc(10.5 * var(--coefficient)) calc(36 * var(--coefficient)) calc(10.5 * var(--coefficient)) calc(20 * var(--coefficient));
        border-radius: calc(40 * var(--coefficient));
        font-size: calc(14 * var(--coefficient));
        letter-spacing: 0.02em;
        line-height: 1.2181;
    }
}

.c-button--pink .c-button__link{
    --button-color: #E35557;
    --button-color-light: #FE696C;
    width: calc(210 / 375 * 100vw);
    @media screen and (min-width: 737px) {
        width: calc(210 * var(--coefficient));
    }
}

.c-button--pink02 .c-button__link{
    --button-color: #E35557;
    --button-color-light: #FE696C;
    width: calc(210 / 375 * 100vw);
    border-radius: calc(19 / 375 * 100vw);
    line-height: 1.286;
    @media screen and (min-width: 737px) {
        width: calc(210 * var(--coefficient));
    }
}

.c-button--white .c-button__link{
    color: #000000;
    width: calc(287 / 375 * 100vw);
    padding: 0.6875em 1.3125em;
    background: #FFFFFF;
    border: none;
    font-size: calc(14 / 375 * 100vw);
    margin-top: 1em;
    @media screen and (min-width: 737px) {
        width: calc(287 * var(--coefficient));
        padding: 0.9375em 2.25em 0.9375em 1.25em;
        font-size: calc(16 * var(--coefficient));
        margin-top: 0;
    }
}


.c-button .c-button__link::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: calc(19 / 375 * 100vw);
    width: calc(18 / 375 * 100vw);
    height: calc(18 / 375 * 100vw);
    margin: auto;
    border-radius: 50%;
    background-color: #FFFFFF;
    transition: background 300ms;
    background-image: url(../img/arrow.png);
    background-size: 50% auto;
    background-position: center center;
    background-repeat: no-repeat;
    @media screen and (min-width: 737px) {
        right: calc(14 * var(--coefficient));
        width: calc(18 * var(--coefficient));
        height: calc(18 * var(--coefficient));
    }
}

.c-button--white .c-button__link::before{
    background-color: var(--theme-color-light);
    background-image: url(../img/arrow.svg);
}

.c-button--pink .c-button__link::before,
.c-button--pink02 .c-button__link::before{
    background-image: url(../img/arrow-pink.png);
}

.c-button--white .c-button__link::before{
    background-image: url(../img/arrow.svg);
}

.c-button .c-button__link:hover {
    @media (hover: hover) and (pointer: fine) {
        &:hover {
            -webkit-filter: brightness(1.1);
                    filter: brightness(1.1);
        }
    }
}

.c-tabpanel-group{
    --theme-color: #9BA3AE;
    --theme-color-light: #B6BCC5;
    --theme-color-dark: #8894A4;
    /* max-width: calc(900 * var(--coefficient)); */
    max-width: calc(1216 * var(--coefficient));
    width: calc(355% / 3.75);
    margin: calc(40vw / 3.75) auto 0;
    @media screen and (min-width: 737px) {
        margin-top: calc(60 * var(--coefficient));
    }
}
.c-tabpanel-group[data-themecolor="blue"] {
    --theme-color: #0082CD;
    --theme-color-light: #0F93E0;
    --theme-color-dark: #0076BB;
}
.c-tabpanel-group[data-themecolor="pink"] {
    --theme-color: #C94042;
    --theme-color-light: #FE696C;
    --theme-color-dark: #C94042;
}
.c-tabpanel-group[data-themecolor="yellow"] {
    --theme-color: #D4B261;
    --theme-color-light: #EAC46C;
    --theme-color-dark: #BE9B49;
}

/* タブボタンの基本スタイル */
.c-tabpanel-group__header {
    width: calc(345% / 3.55);
    display: flex;
    gap: calc(2 * var(--coefficient));
    margin-top: calc(50 / 375 * 100vw);
    margin: 0 auto;
    @media screen and (min-width: 737px) {
        max-width: calc(840% / 9);
        width: 1080px;
        margin-top: calc(60 * var(--coefficient));
        gap: calc(10 * var(--coefficient));
    }
}
.c-tabpanel-group__nav {
    --button-color: #9BA3AE;
    --button-color-light: #B6BCC5;
    --button-color-dark: #8894A4;
    padding:  0.5em 0.5em  0.5em;
    margin: 0;
    border:  calc(2vw / 3.75) solid var(--button-color-light);
    border-bottom: none;
    background-color: var(--button-color);
    cursor: pointer;
    border-radius:  0.5em  0.5em 0 0;
    color: #FFFFFF;
    font-weight: 600;
    flex: 1;
    font-size: calc(12vw / 3.75);
    line-height: 1.5;
    letter-spacing: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    transition: transform 0.4s ease-in-out ;
    @media screen and (min-width: 737px) {
        border-width: calc(4 * var(--coefficient));
        border-radius: calc(20 * var(--coefficient)) calc(20 * var(--coefficient)) 0 0;
        padding: calc(14 * var(--coefficient)) calc(20 * var(--coefficient));
        font-size: calc(20 * var(--coefficient));
    }
}
.c-tabpanel-group__nav-header{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: calc(10vw / 3.75);
    line-height: 1.33333;
    padding-bottom: 1em;
    margin: 0 0 0.6em;
    font-weight: 400;
    letter-spacing: 0.08em;
    width: 100%;
    /* color: rgba(255,255,255,0.8); */
    @media screen and (min-width: 737px) {
        font-size: calc(16 * var(--coefficient));
        height: auto;
    }
}
.c-tabpanel-group__nav-header-inner{
    display: block;
}
.c-tabpanel-group__nav-header:after{
    content:"";
    display: block;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    /* border-top: 1px solid var(--button-color-dark); */
    border-bottom: 1px solid rgba(255,255,255,0.25);
    @media screen and (min-width: 737px) {
        /* border-top-style: none; */
        /* border-bottom: 1px solid #fff; */
    }
}
.c-tabpanel-group__nav-body{
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 0;
}
.c-tabpanel-group__nav-header-number{
    transform: translateY(2%);
    display: inline-block;
    font-size: 1.1em;
}
.c-tabpanel-group__nav-body-number{
    transform: translateY(2%);
    display: inline-block;
    font-size: 1.3em;
}
/* アクティブなタブボタンのスタイル */
.c-tabpanel-group__nav:not(.active) {
    transform: translateY(calc(3vw / 3.75));
    @media screen and (min-width: 737px) {
        transform: translateY(calc(4 * var(--coefficient)));
    }
}
.c-tabpanel-group__nav.active.blue {
    --button-color: #0082CD;
    --button-color-light: #0F93E0;
    --button-color-dark: #0076BB;
}
.c-tabpanel-group__nav.active.pink {
    --button-color: #E35557;
    --button-color-light: #FE696C;
    --button-color-dark: #C94042;
}
.c-tabpanel-group__nav.active.yellow {
    --button-color: #D4B261;
    --button-color-light: #EAC46C;
    --button-color-dark: #BE9B49;
}

/* コンテンツの基本スタイル */
.c-tabpanel-group__body{
    transition: border-color 0.4s ease-in-out ;
    border-radius: calc(6vw / 3.75);
    border-top: calc(6vw / 3.75) solid var(--theme-color-light);
    border-bottom: calc(6vw / 3.75) solid var(--theme-color-light);
    background-color: #FFFFFF;
    position: relative;
    z-index: 1;
    @media screen and (min-width: 737px) {
        border-radius: calc(16 * var(--coefficient));
        border-top-width: calc(16 * var(--coefficient));
        border-bottom-width: calc(16 * var(--coefficient));
    }
}
.c-tabpanel {
    display: none;
}
/* アクティブなコンテンツのスタイル */
.c-tabpanel.active {
    display: block;
}


.c-yutai-steps{
    /* overflow: hidden; */
    position: relative;
    padding: calc(320vw / 3.75) calc(15% / 3.35) calc(40vw / 3.75);
    margin: calc(50vw / 3.75) 0 calc(60vw / 3.75);
    background: #C1E6EA;
    @media screen and (min-width: 737px) {
        overflow: visible;
        padding: calc(85 * var(--coefficient)) calc(45% / 12.16) calc(40 * var(--coefficient));
        margin: calc(80 * var(--coefficient)) 0 calc(60 * var(--coefficient));
    }
}

.c-yutai-steps__image{
    --shadow-color: #62ADCF;
    position: absolute;
    border-radius: 50%;
    aspect-ratio: 1/1;
    display: block;
    box-shadow: calc(8 * var(--coefficient)) calc(8 * var(--coefficient)) 0 var(--shadow-color);
    -webkit-animation: floating1 4s ease-in-out infinite;
            animation: floating1 4s ease-in-out infinite;
}

.c-yutai-steps__image.-sp{
    box-shadow: none;
    width: calc(260vw / 3.35);
    left: calc(16vw / 3.35);
    top: calc(35vw / 3.35);
    border-radius: 0;
    aspect-ratio: initial;
    -webkit-animation: none;
            animation: none;
    @media screen and (min-width: 737px) {
        display: none;
    }
}

.c-yutai-steps__image.-pc{
    display: none;
    @media screen and (min-width: 737px) {
        display: block;
    }
}
.c-yutai-steps__image.-num02{
    -webkit-animation: floating2 4.5s ease-in-out infinite;
            animation: floating2 4.5s ease-in-out infinite;
}
.c-yutai-steps__image.-num03{
    -webkit-animation: floating3 4.25s ease-in-out infinite;
            animation: floating3 4.25s ease-in-out infinite;
}

@-webkit-keyframes floating1 {
    0% {
        transform: translateY(-1.5%);
    }
    30% {
        transform: translateY(0%);
    }
    60% {
        transform: translateY(-2.5%);
    }
    80% {
        transform: translateY(-1%);
    }
    100% {
        transform: translateY(-1.5%);
    }
}

@keyframes floating1 {
    0% {
        transform: translateY(-1.5%);
    }
    30% {
        transform: translateY(0%);
    }
    60% {
        transform: translateY(-2.5%);
    }
    80% {
        transform: translateY(-1%);
    }
    100% {
        transform: translateY(-1.5%);
    }
}
@-webkit-keyframes floating2 {
    0% {
        transform: translateY(0%);
    }
    30% {
        transform: translateY(-2.5%);
    }
    60% {
        transform: translateY(-1%);
    }
    80% {
        transform: translateY(-1.5%);
    }
    100% {
        transform: translateY(0%);
    }
}
@keyframes floating2 {
    0% {
        transform: translateY(0%);
    }
    30% {
        transform: translateY(-2.5%);
    }
    60% {
        transform: translateY(-1%);
    }
    80% {
        transform: translateY(-1.5%);
    }
    100% {
        transform: translateY(0%);
    }
}
@-webkit-keyframes floating3 {
    0% {
        transform: translateY(-2.5%);
    }
    30% {
        transform: translateY(-1%);
    }
    60% {
        transform: translateY(-1.5%);
    }
    80% {
        transform: translateY(0%);
    }
    100% {
        transform: translateY(-2.5%);
    }
}
@keyframes floating3 {
    0% {
        transform: translateY(-2.5%);
    }
    30% {
        transform: translateY(-1%);
    }
    60% {
        transform: translateY(-1.5%);
    }
    80% {
        transform: translateY(0%);
    }
    100% {
        transform: translateY(-2.5%);
    }
}

.c-yutai-steps__image.-num01{
    top: 13%;
    left: 6%;
    width: calc(240 * var(--coefficient));
}

.c-yutai-steps__image.-num02{
    --shadow-color: #FE696C;
    top: 36%;
    right: 6%;
    width: calc(280 * var(--coefficient));
}

.c-yutai-steps__image.-num03{
    --shadow-color: #6ABF9B;
    bottom: -1.5%;
    left: 4%;
    width: calc(320 * var(--coefficient));
}
.c-yutai-steps__inner{
    max-width: calc(778 * var(--coefficient));
    margin: 0 auto;
}
.c-yutai-step{
    --yutai-step-color: #62ADCF;
    --yutai-step-color-dark: #2887b3;
    --yutai-step-color-light: #DCF2FA;
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    font-size: calc(14vw / 3.75);
    font-weight: 500;
    line-height: 1.5;
    color: #444444;
    @media screen and (min-width: 737px) {
        font-size: calc(16 * var(--coefficient));
    }
}
.c-yutai-step + .c-yutai-step{
    margin-top: calc(20vw / 3.75);
    @media screen and (min-width: 737px) {
        margin-top: calc(30 * var(--coefficient));
    }
}
.c-yutai-step:not(:last-child):after{
    content:"";
    display: block;
    position: absolute;
    left: 50%;
    bottom: calc(5vw / 3.75);
    height: calc(30vw / 3.75);
    transform: translate(-50%,100%);
    border-left: calc(30vw / 3.75) solid #fff;
    @media screen and (min-width: 737px) {
        bottom: calc(15 * var(--coefficient));
        border-left: calc(20 * var(--coefficient)) solid #fff;
        height: calc(80 * var(--coefficient));
        transform: translate(-50%,100%)rotate(-30deg);
    }
}
.c-yutai-step__header{
    z-index: 3;
    overflow: hidden;
    background: var(--yutai-step-color);
    padding: calc(3vw / 3.75) calc(18vw / 3.75) calc(11vw / 3.75) calc(25vw / 3.75);
    min-height: calc(50vw / 3.75);
    display: flex;
    align-items: flex-end;
    overflow: hidden;
    border-radius: calc(30vw / 3.75) calc(30vw / 3.75) 0 0;
    @media screen and (min-width: 737px) {
        padding: calc(10 * var(--coefficient)) calc(18 * var(--coefficient)) calc(10 * var(--coefficient)) calc(45 * var(--coefficient));
        min-height: calc(56 * var(--coefficient));
        border-radius: calc(40 * var(--coefficient)) calc(40 * var(--coefficient)) 0 0;
    }
}
.c-yutai-step__body{
    z-index: 3;
    overflow: hidden;
    border-radius: 0 0 calc(30vw / 3.75) calc(30vw / 3.75);
    padding: calc(20vw / 3.75) calc(18vw / 3.75) calc(12vw / 3.75) calc(20vw / 3.75);
    overflow: hidden;
    background: var(--yutai-step-color-light);
    @media screen and (min-width: 737px) {
        padding: calc(20 * var(--coefficient)) calc(30 * var(--coefficient)) calc(20 * var(--coefficient));
        border-radius: 0 0 calc(40 * var(--coefficient)) calc(40 * var(--coefficient));
    }
}
.c-yutai-step__user{
    position: absolute;
    top: calc(35vw / 3.75);
    right: calc(10vw / 3.75);
    width: calc(44vw / 3.75);
    z-index: 3;
    @media screen and (min-width: 737px) {
        top: calc(10 * var(--coefficient));
        left: calc(15 * var(--coefficient));
        right: auto;
        width: calc(77 * var(--coefficient));
    }
}

.c-yutai-step__ticket{
    width: calc(52vw / 3.75);
    height: auto;
}
.c-yutai-step__title{
    font-size: calc(14vw / 3.75);
    font-weight: 500;
    color: #FFF;
    letter-spacing: 0.04em;
    @media screen and (min-width: 737px) {
        font-size: calc(14 * var(--coefficient));
    }
}
.c-yutai-step__title-num{
    display: inline-block;
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    transform: translateY(8%);
    font-size: calc(24vw / 3.75);
    line-height: 1;
    padding: 0 0.04em;
    @media screen and (min-width: 737px) {
        font-size: calc(24 * var(--coefficient));
    }
}

.c-yutai-step__title-num.-small{
    font-size: calc(20vw / 3.75);
    @media screen and (min-width: 737px) {
        font-size: calc(20 * var(--coefficient));
    }
}

.c-yutai-step__title-num.-large{
    font-size: calc(28vw / 3.75);
    @media screen and (min-width: 737px) {
        font-size: calc(32 * var(--coefficient));
    }
}

.c-yutai-step__list{
    position: relative;
    display: flex;
    gap: calc(7.5vw / 3.75);
    align-items: center;
    @media screen and (min-width: 737px) {
        gap: calc(7.5 * var(--coefficient));
    }
}
.c-yutai-step__list-text{
    position: relative;
    padding: 0 0 calc(8vw / 3.75);
    letter-spacing: 0.04em;
    line-height: 1.5;
    font-size: calc(14vw / 3.75);
    @media screen and (min-width: 737px) {
        font-size: calc(16 * var(--coefficient));
        padding: 0 0 calc(12 * var(--coefficient));
    }
}
.c-yutai-step__list + .c-yutai-step__list{
   margin-top: 0.75em;
}
.c-yutai-step__list + .c-yutai-step__list:before{
    content:"+";
    display: block;
    font-size: 1.25em;
    font-weight: bold;
    position: absolute;
    left: 3em;
    top: -0.25em;
    transform: translateY(-55%);
}
.c-yutai-step__list + .c-yutai-step__list .c-yutai-step__list-text{
    padding-top: calc(8vw / 3.75);
    @media screen and (min-width: 737px) {
        padding-top: calc(12 * var(--coefficient));
    }
}
.c-yutai-step__list-text-num{
    font-size: 1.5em;
    line-height: 1;
    display: inline-block;
    transform: translateY(8%);
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    padding: 0 0.08em;
    margin-top: -0.5em;
    color: #FE696C;
}
.c-yutai-step__list-text-small{
    display: block;
    font-size: calc(10vw / 3.75);
    margin-bottom: 0.125em;
    color: #0082CD;
    width: fit-content;
    @media screen and (min-width: 737px) {
        font-size: calc(11 * var(--coefficient));
    }
}


/* ピンクタブ内 */

.c-tabpanel__header{
    padding: 0 calc(12% / 3.35);
    margin: calc(30vw / 3.75) 0 calc(30vw / 3.75);
    display: flex;
    flex-direction: column;
    align-items: center;
    @media screen and (min-width: 737px) {
        max-width: 1190px;
        padding: 0 calc(45% / 12.16);
        margin: calc(60 * var(--coefficient)) auto calc(30 * var(--coefficient));
    }
}
.c-tabpanel__body{
    padding: 0 calc(15% / 3.35);
    margin: 0 auto calc(45vw / 3.75);
    @media screen and (min-width: 737px) {
        padding: 0 calc(45% / 12.16);
        margin: 0 auto calc(45 * var(--coefficient));
    }
}
.c-tabpanel__lead{
    font-size: calc(14vw / 3.75);
    line-height: 2;
    font-weight: 400;
    letter-spacing: 0.08em;
    text-align: center;
    @media screen and (min-width: 737px) {
        font-size: calc(22 * var(--coefficient));
        text-align: center;
    }
}
.c-tabpanel__lead-mark{
    font-size: calc(10vw / 3.75);
    line-height: 1.5;
    font-weight: 400;
    letter-spacing: 0.08em;
    display: inline-block;
    transform: translateY(-35%);
    @media screen and (min-width: 737px) {
        font-size: calc(12 * var(--coefficient));
    }
}
.c-tabpanel__lead-note{
    font-size: calc(11vw / 3.75);
    line-height: 1.75;
    font-weight: 400;
    letter-spacing: 0.08em;
    margin-top: 0.5em;
    @media screen and (min-width: 737px) {
        font-size: calc(12 * var(--coefficient));
    }
}


.c-yutai-balloon-group{
    position: relative;
    --gap: calc(49vw / 3.75);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: var(--gap);
    margin: calc(30vw / 3.75) auto 0;
    width: 100%;
    @media screen and (min-width: 737px) {
        --gap: calc(84 * var(--coefficient));
        flex-direction: row;
        max-width: calc(644 * var(--coefficient));
        margin-top: calc(30 * var(--coefficient));
    }
}
.c-yutai-balloon{
    --theme-color: #0082CD;
    width: 100%;
    aspect-ratio: 280 / 160;
    background-image: url(../img/sec02_bg-blue.png);
    background-size: contain;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    @media screen and (min-width: 737px) {
        width: calc((100% - var(--gap)) / 2);
    }
}
.c-yutai-balloon__plus{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 2.2em;
    aspect-ratio: 1 / 1;
    @media screen and (min-width: 737px) {
        width: 3.3em;
    }
}
.c-yutai-balloon__plus:before,
.c-yutai-balloon__plus:after{
    content:"";
    display: block;
    width: 16.6666%;
    height: 100%;
    background: #FE696C;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    @media screen and (min-width: 737px) {
    }
}
.c-yutai-balloon__plus:after{
    transform: translateX(-50%)rotate(-90deg);
}
.c-yutai-balloon__inner{
    padding: calc(21% / 2.8) 0 calc(42% / 2.8);
}
.c-yutai-balloon__header{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: calc(14 / 375 * 100vw);
    height: 3lh;
    font-size: calc(14 / 375 * 100vw);
    font-weight: 500;
    line-height: 1.5;
    @media screen and (min-width: 737px) {
        font-size: calc(14 * var(--coefficient));
        gap: calc(14 * var(--coefficient));
    }
}
.c-yutai-balloon__figure{
    width:calc(60vw / 3.75);
    transform: rotate(-10deg);
    @media screen and (min-width: 737px) {
        width: calc(60 * var(--coefficient));
    }
}
.c-yutai-balloon__body{
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: calc(12vw / 3.75);
    @media screen and (min-width: 737px) {
        margin-top: calc(12 * var(--coefficient));
    }
}

.c-yutai-balloon__txt{
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    color: var(--theme-color);
}

.c-yutai-balloon__name{
    font-size: calc(20 / 375 * 100vw);
    font-weight: 700;
    line-height: 1;
    color: var(--theme-color);
    text-align: center;
    @media screen and (min-width: 737px) {
        font-size: calc(20 * var(--coefficient));
    }
}

.p-green__yutai-balloon{
    --theme-color: #34B47E;
    background-image: url(../img/sec02_bg-green.png);
}
.p-green__yutai-balloon__button{
    position: absolute;
    bottom: calc(-20vw / 3.75);
    transform: translateY(100%);
    @media screen and (min-width: 737px) {
        bottom: calc(-20 * var(--coefficient));
    }
}

.c-explain-box{
    display: flex;
    flex-direction: column;
    gap: 1px;
}
.c-explain-box .c-icon{
    font-size: calc(10vw / 3.75);
    @media screen and (min-width: 737px) {
        font-size: calc(12 * var(--coefficient));
    }
}
.c-explain-box__header{
    font-size: calc(13vw / 3.75);
    line-height: 1;
    font-weight: 700;
    color: #0082CD;
    background-color: #EFF0F2;
    padding: 1.0384615em calc(21% / 3.05);
    text-align: center;
    @media screen and (min-width: 737px) {
        padding: 1.0384615em calc(69% / 7.78);
        font-size: calc(13 * var(--coefficient));
    }
}
.c-explain-box__body{
    background-color: #E6E8EB;
    padding: 1.3125em calc(21% / 3.05);
    @media screen and (min-width: 737px) {
        padding: 1.3em calc(69% / 7.78);
    }
}
.c-explain-box__lede{
    width: 100%;
    background-color: #fff;
    font-size: calc(12vw / 3.75);
    line-height: 1.5;
    letter-spacing: 0.08em;
    padding: 0.5em 1em;
    margin: 0 auto;
    border-radius: 0.5em;
    max-width: calc(720 * var(--coefficient));
    @media screen and (min-width: 737px) {
        font-size: calc(12 * var(--coefficient));
        text-align: center;
    }
}
.c-explain-box__lists{
    --gap-x: calc(28vw / 3.75);
    --gap-y: 0;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: var(--gap-y) var(--gap-x);
    margin: 0.5em auto 0;
    max-width: calc(720 * var(--coefficient));
    @media screen and (min-width: 737px) {
        --gap-x: calc(28 * var(--coefficient));
        --gap-y: calc(4 * var(--coefficient));
        flex-direction: row;
    }

}
.c-explain-box__list{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: calc(12vw / 3.75);
    line-height: 1.5;
    width: 100%;
    gap: 1em;
    @media screen and (min-width: 737px) {
        font-size: calc(12 * var(--coefficient));
        width: calc((100% - (var(--gap-x) * 2)) / 3);
    }
}
.c-explain-box__list-text{
    position: relative;
    letter-spacing: 0.04em;
    width: calc(100% - 4.667em);
}

/* ===========================================
@@ Project
=========================================== */
.p-intro__section{
    position: relative;

}
.p-mv{
    position: relative;
    aspect-ratio: 730 / 700;
    width: 100%;
    @media screen and (min-width: 737px) {
        aspect-ratio: 2880 / 1100;
        /* padding-bottom: 15rem; */
    }
    @media screen and (min-width: 1280px) {
        padding-bottom: 0rem;
        aspect-ratio: 2880 / 600;
    }
}
.p-mv__title{
    width: calc(335vw / 3.75);
    position: relative;
    display: block;
    margin: 0 auto;
    padding-top: 1%;
    @media screen and (min-width: 737px) {
        position: absolute;
        left: 50%;
        top: 88%;
        transform: translate(-52%, -100%);
        width: calc(900vw / 12.8);
        /* max-width: 800px; */
        padding-top: 0;
    }
    @media screen and (min-width: 1280px) {
        position: absolute;
        left: 50%;
        top: 80%;
        transform: translate(-52%, -100%);
        min-width: 600px;
        max-width: 100%;
        width: calc(500vw / 12.8);
        padding-top: 0;
    }
}
.p-mv__title img{
    width: 100%;
}
.p-mv__bg{
    background: #CEF2FF;
    width: 100%;
    position: relative;
    display: block;
    /* padding-top: calc(5vw / 3.75); */
    @media screen and (min-width: 737px) {
        /* padding-top: calc(30 * var(--coefficient)); */
    }
}

.p-intro__lede{
    font-size: calc(16 / 375 * 100vw);
    font-weight: 400;
    color: #242424;
    line-height: 2;
    letter-spacing: 0.08em;
    width: calc(300% / 3.75);
    margin: 0 auto;
    @media screen and (min-width: 737px) {
        max-width: 700px;
        width: 88%;
        font-size: calc(18 * var(--coefficient));
        /* margin-top: calc(50 * var(--coefficient)); */
    }
}
.p-intro__lists{
    width: calc(300% / 3.75);
    margin: calc(10vw / 3.75) auto 0;
    @media screen and (min-width: 737px) {
        max-width: 700px;
        width: 88%;
        margin-top: calc(10 * var(--coefficient));
    }
}

/* 
.p-image-container{
    margin-top: calc(46 / 375 * 100vw);
} */

/* .p-txt-plus-pink{
    font-size: calc(30 / 375 * 100vw);
    font-weight: 700;
    color: #FE696C;
    text-align: center;
} */

/* ボタン */
.p-section-btns {
    display: flex;
    justify-content: center;
}

.p-explain-box__title{
    font-size: calc(13 / 375 * 100vw);
    font-weight: 700;
    color: #0082CD;
    background-color: #EFF0F2;
    padding: calc(14 / 375 * 100vw) calc(105 / 375 * 100vw);
    margin-top: calc(43 / 375 * 100vw);
    @media screen and (min-width: 737px) {
        width: calc(305 * var(--coefficient));
        font-size: calc(13 * var(--coefficient));
        padding: calc(14 * var(--coefficient)) calc(10.5 * var(--coefficient));
        margin-top: calc(43 * var(--coefficient));
        text-align: center;
    }
}


.p-explain-box__gray{
    position: relative;
    background-color: #E6E8EB;
    padding-bottom: 26px;
    @media screen and (min-width: 737px) {
        width: calc(305 * var(--coefficient));
    }
}

.p-explain-box__gray::before{
    content: "";
    display: block;
    position: absolute;
    left: calc(127 / 375 * 100vw);
    bottom: calc(126 / 375 * 100vw);
    background-image: url(../img/sec02-num1.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    height: calc(18 / 375 * 100vw);
    @media screen and (min-width: 737px) {
        left: calc(127 * var(--coefficient));
        bottom: calc(126 * var(--coefficient));
        width: calc(18 * var(--coefficient));
        height: calc(18 * var(--coefficient));
    }

}

.p-plus-pink{
    width: calc(25 / 375 * 100vw);
    margin-left: calc(140 / 375 * 100vw);
    @media screen and (min-width: 737px) {
        width: calc(60 * var(--coefficient));
        margin-left: 0;
        margin: calc(45 * var(--coefficient)) calc(15 * var(--coefficient)) 0 calc(15 * var(--coefficient));

    }
}

.p-explain-box__txt{
    font-size: calc(12 / 375 * 100vw);
    font-weight: 500;
    color: #444444;
    background-image: url(../img/sec02-bg-white.png);
    background-size: 90%;
    background-position: center;
    background-repeat: no-repeat;
    text-align: left;
    padding: calc(20 / 375 * 100vw) calc(21 / 375 * 100vw);
    margin-top: calc(1 / 375 * 100vw);
    @media screen and (min-width: 737px) {
        font-size: calc(12 * var(--coefficient));
        padding: calc(11 * var(--coefficient)) calc(14 * var(--coefficient));
        margin-top: calc(01 * var(--coefficient));
    }
}



.p-explain-box__inner{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: calc(12 / 375 * 100vw);
    padding: 0 20px 0 20px;
    @media screen and (min-width: 737px) {
        gap: calc(12 * var(--coefficient));
    }
}

.p-explain-box__name{
    font-size: calc(13 / 375 * 100vw);
    font-weight: 500;
    color: #444444;
    width: 222px;
    @media screen and (min-width: 737px) {
        font-size: calc(13 * var(--coefficient));
    }
}


/* ふきだし */
.c-balloon-title{
    --balloon-title-color: #FE696C;
    font-size: calc(16vw / 3.75);
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 0.04em;
    background-color: var(--balloon-title-color);
    border-radius: 1.25em;
    color:#FFFFFF;
    text-align: center;
    position: absolute;
    padding: calc(10vw / 3.75) calc(8vw / 3.75) calc(12vw / 3.75);
    top: 0;
    left: 50%;
    transform: translate(-50%,-33%);
    width: 100%;
    max-width: calc(305% / 3.35);
    width: 100%;
    z-index: 2;
    display: flex;
    gap: 0.5em 0.75em;
    justify-content: center;
    @media screen and (max-width: 736px) {
        flex-direction: column;
    }
    @media screen and (min-width: 737px) {
        font-size: calc(22 * var(--coefficient));
        padding: calc(12.888 * var(--coefficient)) calc(20 * var(--coefficient));
        transform: translate(-50%,-50%);
        max-width: calc(720% / 9);
        width: calc(778% / 9);
        max-width: calc(720 * var(--coefficient));
    }
}
.c-balloon-title.-theme-blue{
    --balloon-title-color: #0F93E0;
}
.c-balloon-title.-yutai-steps{
    /* width: 15em; */
}

.c-balloon-title::after{
    border-left: solid calc(7 * var(--coefficient)) transparent;
    border-right: solid calc(7 * var(--coefficient)) transparent;
    border-top:solid calc(10 * var(--coefficient)) var(--balloon-title-color);
    bottom: 0.05em;
    content:"";
    display: block;
    height: 0;
    left: 50%;
    transform: translate(-50%,100%);
    position: absolute;
    width:0;
    @media screen and (min-width: 737px) {
        border-left-width: calc(10 * var(--coefficient));
        border-right-width: calc(10 * var(--coefficient));
        border-top-width:calc(14 * var(--coefficient));
    }
}

/* 背景ピンクの箇所 */
.p-howtouse__section{
    position: relative;
    display: flex;
    flex-direction: column;
    gap: calc(20vw / 3.75);
    margin: 0 auto;
    max-width: calc(800 * var(--coefficient));
    width: 100%;
    @media screen and (min-width: 737px) {
        gap: calc(20 * var(--coefficient));
        display: block;
    }
}
.p-howtouse__section.js-inview{
    transition: transform 0.5s ease-in-out 0s, opacity 0.5s ease-in-out 0s;
}
.p-howtouse__section.js-inview:not(.is-show){
    opacity: 0;
    transform: translateY(1em);
}


/* 背景ピンクの箇所-写真 */

.p-howtouse__figure-group{
    position: relative;
    gap: calc(8vw / 3.75);
    margin: 0 auto;
    display: flex;
    width: 100%;
    @media screen and (max-width: 736px) {
        justify-content: center;
    }
    @media screen and (min-width: 737px) {
        position: absolute;
        max-width: calc(360 * var(--coefficient));
        display: block;
    }
}

.p-howtouse__figure{
    box-shadow: calc(6vw / 3.75) calc(6vw / 3.75) var(--howtouse-color);
    width: 100%;
    aspect-ratio: 220 / 220;
    max-width: calc(100% / 236 * 110);
    border-radius: calc(15vw / 3.75);
    overflow: hidden;
    /* border-radius: 50%; */
    aspect-ratio: 1/1;
    display: block;
    box-shadow: calc(8 * var(--coefficient)) calc(8 * var(--coefficient)) 0 var(--shadow-color);
    @media screen and (min-width: 737px) {
        position: absolute;
        box-shadow: calc(12 * var(--coefficient)) calc(12 * var(--coefficient)) var(--howtouse-color);
        max-width: calc(100% / 360 * 220);
        height: auto;
        border-radius: calc(30 * var(--coefficient));
    }
}
.p-howtouse__figure.-lunch{
    @media screen and (min-width: 737px) {
        margin-right: 10%;
        z-index: 2;
    }
}
.p-howtouse__section.-num01 .p-howtouse__figure:nth-of-type(2),
.p-howtouse__section.-num01 .p-howtouse__figure:nth-of-type(3){
    -webkit-animation: floating1 4s ease-in-out infinite;
            animation: floating1 4s ease-in-out infinite;
}
.p-howtouse__section.-num01 .p-howtouse__figure:nth-of-type(1){
    -webkit-animation: floating2 4.5s ease-in-out infinite;
            animation: floating2 4.5s ease-in-out infinite;
}
.p-howtouse__section.-num02 .p-howtouse__figure:nth-of-type(2),
.p-howtouse__section.-num02 .p-howtouse__figure:nth-of-type(3){
    -webkit-animation: floating2 4.25s ease-in-out infinite;
            animation: floating2 4.25s ease-in-out infinite;
}
.p-howtouse__section.-num02 .p-howtouse__figure:nth-of-type(1){
    -webkit-animation: floating3 4.75s ease-in-out infinite;
            animation: floating3 4.75s ease-in-out infinite;
}
.p-howtouse__section.-num03 .p-howtouse__figure:nth-of-type(2),
.p-howtouse__section.-num03 .p-howtouse__figure:nth-of-type(3){
    -webkit-animation: floating3 3.75s ease-in-out infinite;
            animation: floating3 3.75s ease-in-out infinite;
}
.p-howtouse__section.-num03 .p-howtouse__figure:nth-of-type(1){
    -webkit-animation: floating1 4.25s ease-in-out infinite;
            animation: floating1 4.25s ease-in-out infinite;
}

.p-howtouse__figure:nth-of-type(2),
.p-howtouse__figure:nth-of-type(3){
    right: 0;
}
.p-howtouse__figure:nth-of-type(1){
    left: 0;
}
.p-howtouse__figure.-aspect-ratio-280of190{
    aspect-ratio: 280 / 190;
    max-width: calc(100% / 323.5 * 158.5);
    @media screen and (min-width: 737px) {
        max-width: calc(100% / 360 * 280);
    }
}
.p-howtouse__figure.-aspect-ratio-140of190{
    aspect-ratio: 140 / 190;
    max-width: calc(100% / 323.5 * 158.5 / 2);
    @media screen and (min-width: 737px) {
        max-width: calc(100% / 360 * 140);
    }
}


.p-howtouse__section.-num01 .p-howtouse__figure-group{
    @media screen and (min-width: 737px) {
        left: calc(-30 * var(--coefficient));
    }
}
.p-howtouse__section.-num01 .p-howtouse__figure:nth-of-type(1){
    @media screen and (min-width: 737px) {
        top: calc(150 * var(--coefficient));
        z-index: 2;
    }
}
.p-howtouse__section.-num01 .p-howtouse__figure:nth-of-type(2){
    @media screen and (min-width: 737px) {
        top: calc(-20 * var(--coefficient));
    }
}
.p-howtouse__section.-num02 .p-howtouse__figure-group{
    @media screen and (min-width: 737px) {
        right: calc(-20 * var(--coefficient));
    }
}
.p-howtouse__section.-num02 .p-howtouse__figure:nth-of-type(1){
    @media screen and (min-width: 737px) {
        top: calc(150 * var(--coefficient));
        z-index: 2;
    }
}
.p-howtouse__section.-num02 .p-howtouse__figure:nth-of-type(2){
    @media screen and (min-width: 737px) {
        top: calc(-20 * var(--coefficient));
    }
}
.p-howtouse__section.-num02 .p-howtouse__figure:nth-of-type(3){
    @media screen and (min-width: 737px) {
        top: calc(320 * var(--coefficient));
    }
}
.p-howtouse__section.-num03 .p-howtouse__figure-group{
    @media screen and (min-width: 737px) {
        left: calc(-30 * var(--coefficient));
    }
}
.p-howtouse__section.-num03 .p-howtouse__figure:nth-of-type(1){
    @media screen and (min-width: 737px) {
        top: calc(-20 * var(--coefficient));
    }
}
.p-howtouse__section.-num03 .p-howtouse__figure:nth-of-type(2){
    @media screen and (min-width: 737px) {
        top: calc(150 * var(--coefficient));
    }
}


.p-howtouse__figure-img{
    width: 100%;
    @media screen and (min-width: 737px) {
    }
}


.p-howtouse__panel{
    z-index: 5;
    position: relative;
    background:  rgba(255,255,255,0.8);
    /* border: 1px solid #E6E8EB; */
    border-radius: calc(12vw / 3.75);
    padding: calc(15 / 375 * 100vw) calc(12 / 375 * 100vw) calc(20 / 375 * 100vw);
    /* margin: calc(20 / 375 * 100vw) 0 calc(10 / 375 * 100vw); */
    width: 100%;
    @media screen and (min-width: 737px) {
        width: calc(480% / 8);
        border-radius: calc(40 * var(--coefficient));
        padding: calc(30 * var(--coefficient)) calc(40 * var(--coefficient));
    }
}
.p-howtouse__section.-num00 .p-howtouse__panel{
    @media screen and (min-width: 737px) {
        margin-right: auto;
        margin-left: auto;
    }
}
.p-howtouse__section.-num00 .p-howtouse__list-txt{
    font-size: calc(18vw / 3.75);
    @media screen and (min-width: 737px) {
        font-size: calc(18 * var(--coefficient));
    }
}
.p-howtouse__section.-num00 .p-howtouse__list-txt.-small{
    font-size: calc(12vw / 3.75);
    @media screen and (min-width: 737px) {
        font-size: calc(12 * var(--coefficient));
    }
}
.p-howtouse__section.-num01 .p-howtouse__panel,
.p-howtouse__section.-num03 .p-howtouse__panel{
    @media screen and (min-width: 737px) {
        margin-left: auto;
    }
}
.p-howtouse__section.-num02 .p-howtouse__panel{
    @media screen and (min-width: 737px) {
        margin-right: auto;
    }
}

.p-howtouse__panel-title{
    color: #FFF;
    font-size: calc(18 / 375 * 100vw);
    font-weight: 500;
    line-height: 1.22222;
    border-radius: calc(8 / 375 * 100vw);
    background: var(--howtouse-color);
    padding: calc(10 / 375 * 100vw) calc(18 / 375 * 100vw) calc(12 / 375 * 100vw);
    @media screen and (min-width: 737px) {
        font-size: calc(16 * var(--coefficient));
        border-radius: calc(8 * var(--coefficient));
        padding: calc(6 * var(--coefficient)) calc(18 * var(--coefficient)) calc(8.5 * var(--coefficient));
    }
}

.p-howtouse__panel-text{
    font-size: calc(14 / 375 * 100vw);
    line-height: 1.75;
    letter-spacing: 0.04em;
    font-weight: 400;
    width: 100%;
    margin-top: 1em;
    padding: 0 1em;
    @media screen and (min-width: 737px) {
        font-size: calc(14 * var(--coefficient));
    }
}
.p-howtouse__list-group{
    padding: 0 1em;
    gap: 0.533333em;
    display: flex;
    flex-direction: column;
    @media screen and (min-width: 737px) {
    }
}
.p-howtouse__list-group:not(:first-child){
    margin-top: 1em;
}
.p-howtouse__list-group.-has-freepass{
    position: relative;
}
.p-howtouse__list-group.-has-freepass:before{
    content:"";
    display: block;
    position: absolute;
    right: calc(25vw / 3.75);
    top: calc(-10vw / 3.75);
    background-image: url(../img/howtouse-icon-freepass.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: calc(55vw / 3.75);
    aspect-ratio: 55 / 38.33;
    z-index: 2;
    @media screen and (min-width: 737px) {
        width: calc(55 * var(--coefficient));
        right: calc(25 * var(--coefficient));
        top: calc(-10 * var(--coefficient));
    }
}

.p-howtouse__list{
    position: relative;
    background: #FFFFFF;
    border: 1px solid #E6E8EB;
    border-radius: calc(12 / 375 * 100vw);
    padding: calc(12vw / 3.75) calc(15vw / 3.75) calc(12vw / 3.75) calc(40vw / 3.75);
    @media screen and (min-width: 737px) {
        border-radius: calc(12 * var(--coefficient));
        padding: calc(16 * var(--coefficient)) calc(40 * var(--coefficient)) calc(16 * var(--coefficient));
    }
}
.p-howtouse__list:before{
    content:"";
    display: block;
    position: absolute;
    left: calc(6vw / 3.75);
    top: calc(8.1vw / 3.75);
    background-image: url(../img/howtouse-icon-discount.svg);
    background-size: contain;
    background-repeat: no-repeat;
    height: calc(39.12vw / 3.75);
    aspect-ratio: 80 / 79;
    transform: translateX(-50%);
    @media screen and (min-width: 737px) {
        left: calc(-2 * var(--coefficient));
        top: calc(8.1 * var(--coefficient));
        height: calc(48.9 * var(--coefficient));
    }
}
.p-howtouse__section-group.-theme-blue .p-howtouse__list:before{
    background-image: url(../img/howtouse-icon-discount_blue.svg);
}

.p-howtouse__list.-check{
    background: var(--howtouse-color-lightest);
}
.p-howtouse__list.-check::before{
    aspect-ratio: 76 / 79;
    background-image: url(../img/howtouse-icon-check.svg);
}
.p-howtouse__list.-free::before{
    background-image: url(../img/howtouse-icon-free.svg);
}
.p-howtouse__section-group.-theme-blue .p-howtouse__list.-check::before{
    background-image: url(../img/howtouse-icon-check_blue.svg);
}
.p-howtouse__section-group.-theme-blue .p-howtouse__list.-free::before{
    background-image: url(../img/howtouse-icon-free_blue.svg);
}

.p-howtouse__list-icon{
    width: calc(37 / 375 * 100vw);
    height: auto;
}

.p-howtouse__list-title{
    border-bottom: 0.5pt solid var(--howtouse-color);
    margin-bottom: 0.5em;
    display: inline-block;
    padding: 0 1em 0.25em 0;
    line-height: 1.8;
    color: var(--howtouse-color);
}

.p-howtouse__list-txt{
    font-size: calc(14 / 375 * 100vw);
    line-height: 1.5;
    letter-spacing: 0.08em;
    font-weight: 500;
    height: auto;
    width: 112.5%;
    @media screen and (min-width: 737px) {
        font-size: calc(14 * var(--coefficient));
    }
}
.p-howtouse__list-txt + .p-howtouse__list-txt{
    margin-top: 0.2em;
}

.p-howtouse__list-txt.-small{
    font-size: calc(12 / 375 * 100vw);
    @media screen and (min-width: 737px) {
        font-size: calc(12 * var(--coefficient));
    }
}

.p-howtouse__list-num {
    display: inline-block;
    font-size: 1.2em;
    transform: translateY(4%);
    margin: -0.5em 0.08em 0;
}

.p-howtouse__button{
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 0 0;
}
.p-howtouse__button:not(:first-child){
    margin-top: 1em;
}


.p-howtouse__hotel-lists{
    flex-wrap: wrap;
    font-size: calc(13vw / 3.75);
    gap: 0.25em 0.5em;
    margin: 0;
    @media screen and (min-width: 737px) {
        font-size: calc(14 * var(--coefficient));
    }
}
.p-howtouse__hotel-note-lists{
    margin-top: 1em;
}

/* .p-howtouse__hotel-list li{
    position: relative;
    font-size: inherit;
    padding-left: 0.875em;
    width: 100%;
}
.p-howtouse__hotel-list li:before{
    content:"";
    position: absolute;
    width: 0.3em;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    background: #444;
    left: 0.2em;
    top: 0.5lh;
    transform: translateY(-50%);
} */

.p-howtouse__badge{
    background: var(--howtouse-color-dark);
    padding: 0.125em 1em 0.25em;
    margin: 0 0 0.5em -0.25em;
    font-size: calc(10vw / 3.75);
    font-weight: 500;
    letter-spacing: 0.08em;
    border-radius: 1em;
    color: #fff;
    display: block;
    width: fit-content;
    @media screen and (min-width: 737px) {
        font-size: calc(12 * var(--coefficient));
    }
}

.p-more-container{
    background-color: var(--theme-color-light);
    padding: calc(20vw / 3.75)  calc(26vw / 3.75)  calc(14vw / 3.75);
    display: flex;
    flex-direction: column;
    align-items: center;
    @media screen and (min-width: 737px) {
        padding: calc(31 * var(--coefficient)) calc(145 * var(--coefficient)) calc(50 * var(--coefficient));
    }
}

.p-more-container__txt{
    text-align: center;
    font-weight: 500;
    color: #FFFFFF;
    letter-spacing: 0.08em;
    font-size: calc(14 / 375 * 100vw);
    margin-bottom: calc(14 / 375 * 100vw);
    @media screen and (min-width: 737px) {
        font-size: calc(20 * var(--coefficient));
        margin-bottom: calc(34 * var(--coefficient));
    }
}

.p-more-container__txt-l{
    font-size: calc(18 / 375 * 100vw);
    font-weight: 700;
    @media screen and (min-width: 737px) {
        font-size: calc(24 * var(--coefficient));
    }
}

.p-section-btns-more{
    @media screen and (min-width: 737px) {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: calc(20 * var(--coefficient));
    }
}

/* p-tab ~ */
.js-inview .c-yutai-step{
    opacity: 0;
    transform: translateY(1em);
}
.js-inview.is-show .c-yutai-step{
    opacity: 1;
    transform: translateY(0);
}
.p-tab1__yutai-step .c-yutai-step__header,
.p-tab2__yutai-step .c-yutai-step__header{
    @media screen and (min-width: 737px) {
        padding-left: calc(105 * var(--coefficient));
    }
}

.p-tab1__yutai-step .c-yutai-step__user,
.p-tab2__yutai-step .c-yutai-step__user{
    transform: scaleX(-1);
    @media screen and (min-width: 737px) {
        transform: scaleX(1);
    }
}
.p-tab4__yutai-step .c-yutai-step__user{
    @media screen and (min-width: 737px) {
        right: calc(15 * var(--coefficient));
        left: auto;
    }
}
.p-tab1__yutai-step .c-yutai-step__body,
.p-tab2__yutai-step .c-yutai-step__body{
    @media screen and (min-width: 737px) {
        padding-left: calc(90 * var(--coefficient));
    }
}
.p-tab1__yutai-step{
    max-width: calc(470 * var(--coefficient));
    margin-right: auto;
    margin-left: auto;
    transition: transform 0.5s ease-in-out 0s, opacity 0.5s ease-in-out 0s;
}
.c-yutai-step.p-tab1__yutai-step:not(:last-child):after{
    @media screen and (min-width: 737px) {
        left: 7em;
    }
}


.p-tab1__tabpanel .c-tabpanel__body,
.p-tab3__tabpanel .c-tabpanel__body{
    @media screen and (min-width: 737px) {
        max-width: 1190px;
    }
}

.p-tab2__tabpanel .c-tabpanel__header{
}
.p-tab2__yutai-step{
    max-width: calc(470 * var(--coefficient));
    --yutai-step-color: #FE696C;
    --yutai-step-color-dark: #C94042;
    --yutai-step-color-light: #FFF3EE;
    margin-left: auto;
    transition: transform 0.5s ease-in-out 0.1s, opacity 0.5s ease-in-out 0.1s;
    @media screen and (min-width: 737px) {
        margin-right: calc(40% / 7.78);
    }
}
.c-yutai-step.p-tab2__yutai-step:not(:last-child):after{
    @media screen and (min-width: 737px) {
        left: 3em;
        transform: translate(-50%,100%)rotate(30deg);
    }
}
.p-tab2__explain-container{
    display: flex;
    flex-direction: column;
    max-width: calc(640vw / 3.75);
    margin: calc(66vw / 3.75) auto 0;
    gap: calc(10vw / 3.75);
    @media screen and (min-width: 737px) {
        flex-direction: row;
        align-items: flex-start;
        justify-content: center;
        max-width: calc(640 * var(--coefficient));
        gap: calc(30 * var(--coefficient));
        margin-top: calc(66 * var(--coefficient));
    }
}
.p-tab2__explain-box .c-explain-box__lists{
    --gap-x: calc(28vw / 3.75);
    --gap-y: 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: var(--gap-y) var(--gap-x);
}
.p-tab2__explain-box .c-explain-box__list{
    width: 100%;
}

.p-tab2__explain-box,
.p-tab2__explain-image{
    flex: 1;
}
.p-howtouse__section-group{
    --howtouse-color: #FE696C;
    --howtouse-color-light: #FFF3EE;
    --howtouse-color-lightest: #ffeded;
    --howtouse-color-dark: #C94042;
    position: relative;
    background: var(--howtouse-color-light);
    margin-top: calc(75vw / 3.75);
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    gap: calc(40vw / 3.75);
    padding: calc(96vw / 3.75) calc(15% / 3.35) calc(40vw / 3.75);
    @media screen and (min-width: 737px) {
        margin-top: calc(85 * var(--coefficient));
        padding-top: calc(105 * var(--coefficient));
        padding-right: calc(50% / 9);
        padding-bottom: calc(60 * var(--coefficient));
        padding-left: calc(50% / 9);
        gap: calc(60 * var(--coefficient));
    }
}
.p-howtouse__section-group.-theme-blue{
    --howtouse-color: #0F93E0;
    --howtouse-color-light: #d6f3f7;
    --howtouse-color-lightest: #d6f3f7;
    --howtouse-color-dark: #0076BB;
}


.p-tab3__tabpanel .c-tabpanel__body{
    margin: calc(30vw / 3.75) auto calc(30vw / 3.75);
    @media screen and (min-width: 737px) {
        margin: calc(45 * var(--coefficient)) auto calc(45 * var(--coefficient));
    }
}
.p-tab3__yutai-step{
    max-width: calc(480 * var(--coefficient));
    --yutai-step-color: #D4B261;
    --yutai-step-color-dark: #a57913;
    --yutai-step-color-light: #F6F2E7;
    margin-right: auto;
    transition: transform 0.5s ease-in-out 0.2s, opacity 0.5s ease-in-out 0.2s;
}
.c-yutai-step.p-tab3__yutai-step:not(:last-child):after{
    @media screen and (min-width: 737px) {
        left: auto;
        right: 3em;
    }
}
.p-tab4__yutai-step{
    max-width: calc(480 * var(--coefficient));
    --yutai-step-color: #6ABF9B;
    --yutai-step-color-dark: #249767;
    --yutai-step-color-light: #DDF6EB;
    margin-left: auto;
    transition: transform 0.5s ease-in-out 0.3s, opacity 0.5s ease-in-out 0.3s;
}


.p-simulation-chart{
    margin-top: calc(10vw / 3.75);
    @media screen and (min-width: 737px) {
        margin-top: calc(12 * var(--coefficient));
    }
}
.p-simulation-chart__img{
    width: calc(890vw / 3.75);
    @media screen and (min-width: 737px) {
        width: 100%;
        min-width: calc(1068 * var(--coefficient));
    }
}


.p-yutai-table__table-wrapper{
    width: calc(624vw / 3.75);
    @media screen and (min-width: 737px) {
        width: calc(1100 * var(--coefficient));
    }
}
.p-yutai-table__table{
    /* border: 1px solid #C94042; */
    font-size: calc(11vw / 3.75);
    line-height: 1.28571;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    @media screen and (min-width: 737px) {
        font-size: calc(14 * var(--coefficient));
    }
}
.p-yutai-table__table td,
.p-yutai-table__table th{
    vertical-align: middle;
}
.p-yutai-table__table thead td,
.p-yutai-table__table thead th{
    border: 1px solid #fff;
    background: #C94042;
    color: #fff;
    text-align: center;
}
.p-yutai-table__table thead th{
    padding: 0.7625em 0.5em;
    @media screen and (min-width: 737px) {
        padding: 0.7625em 1em;
    }
}
.p-yutai-table__table tbody td,
.p-yutai-table__table tbody th{
    border: 1px solid #C94042;
    padding: 0.405555555em 0.5em;
    text-align: center;
    @media screen and (min-width: 737px) {
        padding: 0.405555555em 1em;
    }
}
.p-yutai-table__plus-wrapper{
    display: flex;
    align-items: center;
}
.p-yutai-table__plus{
    width: calc(36vw / 3.75);
    aspect-ratio: 1 / 1;
    position: relative;
    margin-bottom: 10em;
    @media screen and (min-width: 737px) {
        width: calc(36 * var(--coefficient));
        margin-bottom: 8em;
    }
}
.p-yutai-table__plus:before,
.p-yutai-table__plus:after{
    content:"";
    display: block;
    width: 16.6666%;
    height: 100%;
    background: #C94042;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    @media screen and (min-width: 737px) {
    }
}
.p-yutai-table__plus:after{
    transform: translateX(-50%)rotate(-90deg);
}

.p-yutai-table__basic-unit{
    width: 9em;
}
.p-yutai-table__table tbody td.is-emphasis{
    color: #C94042;
    font-weight: 600;
    background: #F5EB8F;
}
/* .p-yutai-table__table th.is-bdl{
    border-left: 1px solid #C94042;
}
.p-yutai-table__table th.is-bdr{
    border-right: 1px solid #C94042;
} */
.p-yutai-table__table th.is-hidden,
.p-yutai-table__table td.is-hidden{
    /* border-left: 1px solid transparent;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    border-right: 1px solid #C94042; */
    background: transparent;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
}
.p-yutai-table__table th .is-small,
.p-yutai-table__table td .is-small{
    font-size: calc(10vw / 3.75) !important;
    @media screen and (min-width: 737px) {
        font-size: calc(12 * var(--coefficient)) !important;
    }
}
/* .p-yutai-table__table td.is-hidden{
    border-left: 1px solid transparent;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
} */
.p-yutai-table__table th.is-sticky{
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    left: 0;
    background: none;
    border-top: none;
    border-bottom: none;
    border-left: none;
    border-right: none;
}
.p-yutai-table__table td.is-sticky,
.p-yutai-table__table td.is-sticky2{
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    left: 0;
    background: none;
    border-top: none;
    border-bottom: none;
    border-left: none;
    border-right: none;
}
.p-yutai-table__table td.is-sticky2 {
    left: 9em;
    /* @media screen and (min-width: 737px) {
        left: 9.55em;
    } */
}
.p-yutai-table__table th.is-sticky:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% + 1px);
    height: calc(100% + 0.5px);
    z-index: -1;
}
.p-yutai-table__table td.is-sticky:before,
.p-yutai-table__table td.is-sticky2:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: calc(100% + 1px);
    height: calc(100% + 0.6px);
    z-index: -1;
}
.p-yutai-table__table th.is-sticky:before {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    background: #C94042;
}
.p-yutai-table__table td.is-sticky:before,
.p-yutai-table__table td.is-sticky2:before {
    border-top: 1px solid #C94042;
    /* border-bottom: 1px solid #C94042; */
    border-left: 1px solid #C94042;
    border-right: 1px solid #C94042;
    background: #fff;
}
.p-yutai-table__table tr:last-child > td.is-sticky:before{
    border-bottom: 1px solid #C94042;
}
.p-yutai-table__badge{
    background: #fff;
    padding: 0.125em 1em 0.25em;
    margin: 0.5em auto 0;
    font-size: calc(10vw / 3.75);
    font-weight: 500;
    letter-spacing: 0.08em;
    border-radius: 1em;
    color: #C94042;
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    @media screen and (min-width: 737px) {
        font-size: calc(12 * var(--coefficient));
    }
}
.p-balloon-title__button{
    display: flex;
    justify-content: center;
}
.p-balloon-title__button .c-button__link{
    margin-top: 0;
    width: 56%;
    font-size: calc(12 / 375 * 100vw);
    @media screen and (min-width: 737px) {
        font-size: calc(12 * var(--coefficient));
        width: calc(170 * var(--coefficient));
    }
}
.p-yutai-balloon__lists{
    margin-top: 4em;
    max-width: 700px;
}
/* ===========================================
@@ Utility
=========================================== */

/* カラー */
.u-txt-pink{
    color: #FE696C !important;
}

.u-txt-blue{
    color: #0086C0 !important;
}

.u-txt-green{
    color: #00C096 !important;
}

/* フォント Oswald*/
.u-font-oswald{
  font-family: "Oswald", sans-serif !important;
  font-optical-sizing: auto !important;
  font-weight: 400 !important;
}
.u-font-oswald-300{
  font-family: "Oswald", sans-serif !important;
  font-optical-sizing: auto !important;
  font-weight: 300 !important;
}
.u-font-wight-300{
  font-weight: 300 !important;
}
.u-font-wight-600{
  font-weight: 600 !important;
}

.u-font-wight-500{
    font-weight: 500 !important;
}

.u-font-size-22{
    font-size: 22px !important;
}

.u-font-size-12{
    font-size: calc(12vw / 3.75) !important;
    @media screen and (min-width: 737px) {
        font-size: calc(12 * var(--coefficient)) !important;
    }
}

.u-font-size-28{
    font-size: calc(28vw / 3.75) !important;
    @media screen and (min-width: 737px) {
        font-size: calc(28 * var(--coefficient)) !important;
    }
}
.u-display-inline-block{
    display: inline-block !important;
}