html {
    max-width: 100%;
    height: 100%;
}

body {
    width: 100%;
    min-height: 100%;
    font-family: 'Gotham SSm A', 'Gotham SSm B', '-apple-system', 'BlinkMacSystemFont',
        'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'Original Yu Gothic', 'Yu Gothic', 'YuGothic',
        'Meiryo', 'sans-serif';
    margin: 0;
    letter-spacing: 0.04em;
    color: #3b434b;
}

::-webkit-scrollbar {
    display: none;
}

h2 {
    margin: 0;
}

p {
    margin: 0;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

button {
    border: none;
    background: none;
    padding: 0;
    cursor: pointer;
}

.hiraginoSans {
    font-family: Hiragino Sans;
}

.container {
    max-width: 600px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

.block__img img {
    width: 100%;
    height: 100%;
    vertical-align: middle;
}

.block__wrap {
    position: relative;
}

.block__mp4 video {
    width: 100%;
    aspect-ratio: 300 /600;
    object-fit: cover;
    vertical-align: middle;
}

.block__item {
    position: absolute;
    text-align: center;
    top: 7%;
}

.block__item img{
    width: 83%;
    height: 100%;
    vertical-align: middle;
}

.image {
    width: 100%;
    height: auto;
    vertical-align: top;
}


/* header,fvセクション
======================================== */

.header-section {
    width: 100%;
    position: absolute;
    top: 0;
    z-index: 2;
    display: flex;
    height: 58px;
}

.header-logo {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-logo .img {
    width: 120px;
}

.header-cv {
    opacity: 1;
    background: #FE5FA9;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 0.02em;
    text-decoration: none;
    cursor: pointer;
    line-height: 20px;
    font-family: Hiragino Sans;
    width: 128px;
    margin-left: auto;
}

.header-cv::after {
    display: block;
    content: "";
    width: 30px;
    height: 30px;
    background: url(./img/header-btn-icon.png) no-repeat center center / cover;
    margin-left: 10px;
}

.top-section {
    position: relative;
    overflow: hidden;
}

.top-fv {
    display: block;
    width: 100%;
    height: auto;
}

.top-inner {
    position: absolute;
    bottom: 18%;
    color: #ffffff;
    margin: 0 auto;
    width: 100%;
}

.top-section-campeign {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 85%;
    margin: 0 auto;
}

.top-section-campeign.top-section-campeign2 {
    width: 79%;
}

.top-section-campeign img {
    width: 100%;
}

.top-section-campeign-countdown-time-wrapper {
    position: absolute;
    bottom: 18.5%;
    right: 12%;
    display: flex;
    height: 45px;
}

.top-section-campeign-countdown-time-wrapper.closed {
    right: 13%;
}

.top-section-campeign-countdown-time {
    color: #B5008E;
    font-weight: bold;
    font-size: 24px;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 0.03em;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.top-section-campeign-countdown-time.top-section-campeign-countdown-time--color {
    color: #FFFFFF;
}

.top-btn {
    margin-bottom: 45%;
    position: absolute;
    bottom: 0;
    width: 100%;
}

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

    .top-section-campeign-countdown-time {
        font-size: 32px;
    }

    .top-btn {
        margin-bottom: 47%;
    }

}

@media screen and (min-width: 500px) {
    .top-inner {
        bottom: 17%;
    }

    .top-section-campeign-countdown-time-wrapper {
        bottom: 18%;
    }

    .top-section-campeign-countdown-time {
        font-size: 36px;
    }

    .header-section {
        height: 80px;
    }

    .header-logo .img {
        width: 160px;
    }

    .header-cv {
        width: 158px;
        font-size: 16px;
    }

}

@media screen and (min-width: 599px) {
    .top-section-campeign-countdown-time {
        font-size: 42px;
    }

}


/* program カルーセルセクション
======================================== */
.program {
    padding: 60px 0 50px;
    display: block;
    width: 100%;
    /* background: #CEECF7; */
    background: url(./img/program_bg.png) no-repeat top center / cover;
}

.program__img img {
    display: block;
    width: 87%;
    height: 100%;
    margin: 0 auto;
}

.program__swiper {
    margin-top: 35px;
    --add-bottom: 50px;
    padding-bottom: var(--add-bottom);
}

.card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    border-radius: 4px;
    padding: 11px 0 0;
    height: 440px;
    box-sizing: border-box;
}

.card__emphasis {
    font-size: 18px;
    font-weight: 700;
}

.card__mp4 {
    width: 91%;
    margin: 0 auto;
    flex-shrink: 0;
}

.card__mp4 video {
    width: 100%;
    height: 100%;
    aspect-ratio: 252 / 141;
    object-fit: cover;
}

.card__title {
    text-align: center;
    margin: 25px 0 0;
    font-size: 16px;
    font-weight: 700;
}

.card__title span{
    font-size: 20px;
    font-weight: 800;
}

.card__title.card__title--sm {
    margin-top: 15px;
}

.card__img {
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 19px 0 12px;
}

.card__img.card__img--sm {
    margin-top: 5px;
}

.card__img img {
    height: 100%;
    width: auto;
}

.card__body {
    padding: 0 13px 10px;
    flex-grow: 1;
}

.card__dashed-line {
    width: 100%;
    height: 2px;
    border-bottom: dotted 2px;
}

.card__text {
    font-size: 15px;
    font-weight: 600;
    line-height: 140%;
    letter-spacing: 0.75px;
}

.card__tag {
    font-size: 10px;
    margin-top: 9px;
}

.card__tag li {
    margin-top: 5px;
    padding: 5px 11px;
    color: #229cc2;
    font-weight: bold;
    background-color: #eff9fc;
    border-radius: 14px;
    display: inline-block;
}

.swiper-slide.swiper-slide1 {
    display: block;
    width: 274px;
    opacity: .4;
}

.swiper-slide1.swiper-slide-active {
    opacity: 1;
}

.swiper-button-prev.swiper-button-prev1,
.swiper-button-next.swiper-button-next1 {
    width: 38px;
    height: 38px;
}

.swiper-button-prev.swiper-button-prev1::after,
.swiper-button-next.swiper-button-next1::after {
    background-size: contain;
    content: "";
    height: 38px;
    margin: auto;
    width: 38px;
    background-repeat: no-repeat;
}

.swiper-button-prev.swiper-button-prev1::after {
    background: url(./img/prev_arrow.png) no-repeat center center / cover;
}

.swiper-button-next.swiper-button-next1::after {
    background: url(./img/next_arrow.png) no-repeat center center / cover;
}

.swiper-pagination1 .swiper-pagination-bullet {
    background-color: transparent;
    background: url(./img/pagination1.png) no-repeat center center / cover;
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: unset;
    height: 10px;
    opacity: 1;
    width: 10px;
}

.swiper-pagination1 .swiper-pagination-bullet-active {
    background: url(./img/pagination2.png) no-repeat center center / cover;
    height: 10px;
    width: 10px;
}

.swiper-pagination1 > .swiper-pagination-bullet,
.swiper-pagination1.swiper-pagination-horizontal > .swiper-pagination-bullet {
    margin: 0 10px;
}

.program__swiper [class^="swiper-button-"]{
    width: 18%;
    top: 48%;
}

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

    .card__text {
        font-size: 13px;
    }

}

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

    .program__swiper [class^="swiper-button-"]{
        width: 25%;
    }

    .card {
        height: 460px;
    }

}


@media screen and (min-width: 450px) {
    .card {
        height: 480px;
    }
}

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

    .program__swiper [class^="swiper-button-"]{
        width: 26%;
        top: 55%;
    }

    .card {
        height: 490px;
    }

}

/* doctorセクション
======================================== */
.doctor__swiper {
    --add-bottom: 25px;
    padding-bottom: var(--add-bottom);
    display: block;
    width: 100%;
    padding: 49% 0 147%;
    background: url(./img/doctor-bg.png) no-repeat center center / cover;
}

.card2__img img {
    aspect-ratio: 279 / 213;
    width: 100%;
    object-fit: cover;
}

.swiper-slide.swiper-slide2 {
    display: block;
    opacity: .4;
}

.swiper-slide2.swiper-slide-active {
    opacity: 1;
}

.swiper-button-prev.swiper-button-prev2,
.swiper-button-next.swiper-button-next2 {
    width: 38px;
    height: 38px;
    top: 30%;
}

.swiper-button-prev.swiper-button-prev2 {
    left: 6%;
}

.swiper-button-next.swiper-button-next2 {
    right: 6%;
}

.swiper-button-prev.swiper-button-prev2::after,
.swiper-button-next.swiper-button-next2::after {
    background-size: contain;
    content: "";
    height: 38px;
    margin: auto;
    width: 38px;
    background-repeat: no-repeat;
}

.swiper-button-prev.swiper-button-prev2::after {
    background: url(./img/prev_arrow3.png) no-repeat center center / cover;
}

.swiper-button-next.swiper-button-next2::after {
    background: url(./img/next_arrow3.png) no-repeat center center / cover;
}

.swiper-pagination2 .swiper-pagination-bullet {
    background-color: transparent;
    background: url(./img/pagination1.png) no-repeat center center / cover;
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: unset;
    height: 7px;
    opacity: 1;
    width: 7px;
}

.swiper-pagination2 .swiper-pagination-bullet-active {
    background: url(./img/pagination2.png) no-repeat center center / cover;
    height: 7px;
    width: 7px;
}

.swiper-pagination2 > .swiper-pagination-bullet,
.swiper-pagination2.swiper-pagination-horizontal > .swiper-pagination-bullet {
    margin: 0 7px;
    bottom: 0;
}

.swiper-pagination2.swiper-pagination-horizontal {
    top: 43%;
}

@media screen and (min-width: 500px) {
    .swiper-pagination2.swiper-pagination-horizontal {
        top: 44%;
    }
    .swiper-pagination2 .swiper-pagination-bullet {
        height: 10px;
        width: 10px;
    }
    .swiper-pagination2 .swiper-pagination-bullet-active {
        height: 10px;
        width: 10px;
    }
}

@media screen and (min-width: 600px) {
    .swiper-button-prev.swiper-button-prev2,
    .swiper-button-next.swiper-button-next2 {
        width: 50px;
        height: 50px;
    }

    .swiper-button-prev.swiper-button-prev2::after,
    .swiper-button-next.swiper-button-next2::after {
        height: 50px;
        width: 50px;
}
}

/* mokuhyoセクション
======================================== */
.mokuhyo__inner {
    position: relative;
}

.mokuhyo__height {
    position: absolute;
    bottom: 36%;
    left: 23.5%;
}

.mokuhyo__weight {
    position: absolute;
    bottom: 36%;
    left: 61.5%;
    display: block;
}

/* 入力欄のデザイン */
.mokuhyo__wrap input {
    font-size: 20px;
    border: 2.5px solid #229CC2;
    border-radius: 10px;
    outline: none;
    font-family: "Montserrat", sans-serif;
    color: #FF7A01;
    font-weight: 500;
    text-align: center;
    -moz-appearance: textfield; /* Firefox のスピンボタンを削除 */
}

/* Chrome, Safari, Edge のスピンボタンを削除 */
.mokuhyo__wrap input::-webkit-outer-spin-button,
.mokuhyo__wrap input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.mokuhyo__height input {
    width: 20%;
    padding: 5px 10px;
}

.mokuhyo__weight input {
    width: 28%;
    padding: 5px 5px;
}

.mokuhyo__wrap input:focus {
    border-color: #0EBCEE;
    box-shadow: 0 0 5px rgba(14, 188, 238, 0.5);
}

.mokuhyo__wrap label {
    display: none;
}

.mokuhyo__btn {
    position: absolute;
    bottom: 29%;
    width: 100%;
}

/* ボタンのデザイン */
.mokuhyo__btn button {
    box-sizing: border-box;
    margin: 0 auto;
    display: block;
    color: #fff;
    background: linear-gradient(50.24deg, #38B7E7 -21.5%, #4DC8D5 114.26%);
    border: 2px solid #ffffff;
    text-decoration: none;
    font-size: 18px;
    line-height: 1;
    letter-spacing: 0.05em;
    padding: 14px 32px;
    border-radius: 45px;
    white-space: nowrap;
    text-align: center;
    width: 65%;
    font-weight: bold;
}

.mokuhyo__calorie {
    position: absolute;
    bottom: 12%;
    left: 29%;
    width: 100%;
}

/* 結果のカロリー表示 */
.mokuhyo__calorie p {
    width: 30%;
    height: 37px;
    padding: 5px 10px;
    font-size: 33px;
    border: 3px solid #229CC2;
    background-color: #fff;
    border-radius: 15px;
    outline: none;
    font-family: "Montserrat", sans-serif;
    color: #FF7A01;
    font-weight: 600;
    text-align: center;
    line-height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* 初期状態の表示（カロリー計算前の空の状態） */
.mokuhyo__calorie p:empty::before {
    content: "";
    color: #aaa;
}

@media screen and (min-width: 400px) {
    .mokuhyo__height input {
        width: 22%;
    }

    .mokuhyo__weight input {
        width: 30%;
    }
}

@media screen and (min-width: 430px) {
    .mokuhyo__height input {
        width: 24%;
    }
}

@media screen and (min-width: 450px) {
    .mokuhyo__btn button {
        font-size: 22px;
        padding: 17px 32px;
        width: 68%;
    }
}

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

    .mokuhyo__weight input {
        width:28%;
    }

    .mokuhyo__wrap input {
        font-size: 24px;
    }

    .mokuhyo__weight {
        left: 63%;
    }

    .mokuhyo__calorie p {
        height: 45px;
    }
}

@media screen and (min-width: 550px) {
    .mokuhyo__height input {
        width: 28%;
    }

    .mokuhyo__calorie {
        left: 30%;
    }

    .mokuhyo__btn button {
        font-size: 26px;
        padding: 20px 32px;
        width: 70%;
    }
}

@media screen and (min-width: 600px) {
    .mokuhyo__wrap input {
        font-size: 28px;
    }

    .mokuhyo__weight {
        left: 63%;
    }

    .mokuhyo__calorie {
        left: 30%;
    }

    .mokuhyo__calorie p {
        height: 52px;
        font-size: 40px;
    }
}

/* uesセクション
======================================== */
.ues {
    display: block;
    width: 100%;
    padding: 60px 0;
    background: linear-gradient(180deg, #67C4CB -32.54%, #CCE2A7 22.58%);
}

.ues__img img {
    display: block;
    width: 100%;
    height: 100%;
}

.ues__swiper {
    margin-top: 30px;
    --add-bottom: 25px;
    padding-bottom: var(--add-bottom);
}

.card5__img img {
    aspect-ratio: 236 / 659;
    width: 100%;
    object-fit: cover;
}

.swiper-slide.swiper-slide5 {
    display: block;
    opacity: .4;
}

.swiper-slide5.swiper-slide-active {
    opacity: 1;
}

.swiper-button-prev.swiper-button-prev5,
.swiper-button-next.swiper-button-next5 {
    width: 38px;
    height: 38px;
    top: 34%;
}

.swiper-button-prev.swiper-button-prev5 {
    left: 12%;
}

.swiper-button-next.swiper-button-next5 {
    right: 12%;
}

.swiper-button-prev.swiper-button-prev5::after,
.swiper-button-next.swiper-button-next5::after {
    background-size: contain;
    content: "";
    height: 38px;
    margin: auto;
    width: 38px;
    background-repeat: no-repeat;
}

.swiper-button-prev.swiper-button-prev5::after {
    background: url(./img/prev_arrow3.png) no-repeat center center / cover;
}

.swiper-button-next.swiper-button-next5::after {
    background: url(./img/next_arrow3.png) no-repeat center center / cover;
}

.swiper-pagination5 .swiper-pagination-bullet {
    background-color: transparent;
    background: url(./img/pagination1.png) no-repeat center center / cover;
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: unset;
    height: 7px;
    opacity: 1;
    width: 7px;
}

.swiper-pagination5 .swiper-pagination-bullet-active {
    background: url(./img/pagination2.png) no-repeat center center / cover;
    height: 7px;
    width: 7px;
}

.swiper-pagination5 > .swiper-pagination-bullet,
.swiper-pagination5.swiper-pagination-horizontal > .swiper-pagination-bullet {
    margin: 0 7px;
    bottom: 0;
}

.swiper-pagination5.swiper-pagination-horizontal {
    bottom: 0%;
}

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

    .swiper-button-prev.swiper-button-prev5 {
        left: 17%;
    }

    .swiper-button-next.swiper-button-next5 {
        right: 17%;
    }
}

@media screen and (min-width: 600px) {
    .swiper-button-prev.swiper-button-prev5,
    .swiper-button-next.swiper-button-next5 {
        width: 50px;
        height: 50px;
    }

    .swiper-button-prev.swiper-button-prev5::after,
    .swiper-button-next.swiper-button-next5::after {
        height: 50px;
        width: 50px;
}
}

/* faqセクション
======================================== */
.p-faq {
    padding: 48px 0 59px;
    background: #F8F7ED;
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Original Yu Gothic", "Yu Gothic", "YuGothic", "Meiryo", "sans-serif";
    color: #229CC2;
}

.l-inner.p-faq__inner {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 500px;
}

.p-faq__title h2 {
    text-align: center;
    font-size: 1.5625rem;
    line-height: 150%;
    letter-spacing: 0.08em;
    font-weight: 600;
}

.p-faq__list {
    margin-top: 30px;
}

.p-faq__count {
    margin-top: 50px;
}

.p-faq-list__item {
    background-color: #fff;
    opacity: 0.95;
    padding: 15px 10px;
    border-radius: 10px;
}



.p-faq-list__item:nth-child(n+2) {
    margin-top: 19px;
}

.p-faq-list__item-question {
    font-size: 15px;
    font-weight: 600;
    display: flex;
    position: relative;
}

.p-faq-list__item-question.p-faq-list__item-question--en {
    text-transform: uppercase;
}

.p-faq-list__item-question::before {
    content: "Q.";
    display: inline-block;
    font-size: 21px;
    font-weight: 600;
    line-height: 1.1;
    margin-right: 5px;
}

.p-faq-list__item-question::after {
    display: inline-block;
    content: "";
    width: 31px;
    height: 31px;
    background: url(./img/faq_arrow.png) no-repeat top center/cover;
    position: absolute;
    right: 0;
}

.p-faq-list__item-answer {
    display: none;
    padding: 10px 8px 0 0;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.6;
    border-top: 1px solid #229CC2;
    margin-top: 15px;
}

.p-faq-list__item-answer::before {
    content: "A.";
    display: inline-block;
    font-size: 21px;
    font-weight: 600;
    line-height: 1.1;
    margin-right: 15px;
}

@media screen and (min-width: 400px) {
    .p-faq-list__br {
        display: none;
    }
}
@media screen and (min-width: 600px) {
    .p-faq__list {
        margin-top: 50px;
    }

    .p-faq-list__item:nth-child(n+2) {
        margin-top: 30px;
    }

    .p-faq-list__item-question {
        font-size: 20px;
    }

    .p-faq-list__item-question::before {
        font-size: 28px;
    }

    .p-faq-list__item-question::after {
        width: 33px;
        height: 33px;
    }

    .p-faq-list__item-answer {
        padding: 20px 30px 0 0;
        font-size: 20px;
        margin-top: 20px;
    }

    .p-faq-list__item-answer::before {
        font-size: 28px;
    }
}

/* price
======================================== */
.swiper-slide3 {
    flex-shrink: 0;
    width: 406px; /* コンテンツ幅に応じて調整 */
}

.swiper-scrollbar3.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
    background: #fff; /* スクロールバーの背景色 */
    height: 10px; /* 高さを調整 */
    border-radius: 30px;
}

.swiper-scrollbar3 .swiper-scrollbar-drag {
    background: #65CED9; /* ドラッグ部分の色 */
    height: 10px;
    border-radius: 60px;
}

.p-price {
    padding: 30px 0 20px;
    background: linear-gradient(80.53deg, rgba(212, 250, 255, .6) 5.76%, rgba(237, 247, 214, .6) 92.83%);
}

.l-inner {
    padding-right: 10px;
    padding-left: 10px;
    margin-right: auto;
    margin-left: auto;
}

/* .l-inner.p-price__inner {
    max-width: 690px;
    padding-left: 10px;
    padding-right: 10px;
} */

.p-price__title {
    text-transform: uppercase;
    text-align: center;
    font-size: 20px;
    line-height: 1.8;
    letter-spacing: 0.05em;
    font-weight: 600;
    color: #229CC2;
    padding: 0 15px;
}

.p-price__title span {
    color: #229CC2;
    font-size: 22px;
    font-family: "Gotham SSm A", "Gotham SSm B", "Montserrat", "Original Yu Gothic", "Yu Gothic", "YuGothic", "Meiryo", "sans-serif";
    font-weight: 700;
}

.p-price__body-pc {
    display: none;
}

.p-price__body-sp {
    display: flex;
    justify-content: center;
}

.p-price__sub-titles {
    margin-top: 165px;
}

.p-price__sub-title {
    font-size: 10px;
    font-weight: 400;
    line-height: 1.2;
    text-align: center;
    width: 70px;
    color: #65CED9;
}

.p-price__sub-title--1 {
    margin: 0;
    padding: 20px 0;
}

.p-price__sub-title--2 {
    margin: 0;
    padding: 13px 0;
}

.p-price__sub-title--3 {
    margin: 0;
    padding: 18px 0;
}

.p-price__sub-title--4 {
    margin: 0;
    padding: 18px 0;
}

.p-price__sub-title--5 {
    margin: 0;
    padding: 18px 0;
}

.p-price__sub-title--6 {
    margin: 0;
    padding: 18px 0;
}

.p-price__sub-title--7 {
    margin: 0;
    padding: 24px 0;
}

.p-price__img {
    width: 100%;
    object-fit: cover;
}

.p-price__list {
    margin-top: 20px;
}

.p-price__swiper {
    margin-top: 20px;
    padding-bottom: 40px;
}

.p-price__text {
    text-align: center;
    font-family: "Gotham SSm A", "Gotham SSm B", "Montserrat", "Original Yu Gothic", "Yu Gothic", "YuGothic", "Meiryo", "sans-serif";
    color: #65CED9;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.5;
    margin-top: 3px;
}

@media screen and (min-width: 500px) {
    .p-price {
        padding: 50px 0 40px;
    }

    .l-inner {
        padding-right: 30px;
        padding-left: 30px;
    }

    .p-price__title {
        font-size: 27px;
    }

    .p-price__title span {
        font-size: 29px;
    }

    .p-price__body-pc {
    margin-top: 40px;
    display: flex;
    }

    .p-price__body-sp {
        display: none;
    }

    .p-price__img img {
        width: 100%;
        height: 100%;
        vertical-align: middle;
    }

    .p-price__text {
        display: none;
    }
}

/* footer
======================================== */
footer {
    text-align: center;
    background: #3b424b;
    padding: 24px 24px 160px;
}

.footer-logo {
    width: 120px;
    margin-bottom: 16px;
}

.footer-line {
    width: 200px;
    margin-bottom: 16px;
}

.footer-link {
    list-style: none;
    padding: 0;
    font-weight: bold;
    margin-bottom: 32px;
}

.footer-link li {
    margin-bottom: 4px;
}

.footer-link a {
    font-size: 12px;
    text-decoration: none;
    color: #95a0ac;
}

.footer-copyright {
    font-size: 10px;
    color: #95a0ac;
}

/* cta
======================================== */
.cta {
    position: relative;
}

.cta__block {
    width: 100%;
}

.cta__countdown {
    margin-top: 19px;
    width: 68%;
    margin-left: auto;
    margin-right: auto;
}

.cta__btn {
    position: absolute;
    bottom: 9%;
    width: 100%;
}

.countdown__time {
    width: 14.8%;
    height: 5%;
    position: absolute;
    top: 70%;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 37px;
    text-align: center;
    background-color: #0A63A3;
    display: grid;
    place-content: center;
    border-radius: 4px;
}

.countdown__time.countdown__time--hours {
    left: 24%;
}
.countdown__time.countdown__time--minutes {

    left: 47%;
}

.countdown__time.countdown__time--seconds {
    left: 68.5%;
}

.countdown__time.countdown__time--hours2 {
    position: absolute;
    top: 74%;
    left: 24%;
    height: 5.1%;
    background-color: #FFE500;
    color: #0A63A3;
}

.countdown__time.countdown__time--minutes2 {
    position: absolute;
    top: 74%;
    left: 47%;
    height: 5.1%;
    background-color: #FFE500;
    color: #0A63A3;
}

.countdown__time.countdown__time--seconds2 {
    position: absolute;
    top: 74%;
    left: 69%;
    height: 5.1%;
    background-color: #FFE500;
    color: #0A63A3;
}

@media screen and (min-width: 450px) {
    .cta__btn {
        bottom: 10%;
    }

    .countdown__time {
        font-size: 39px;
    }
}

@media screen and (min-width: 500px) {
    .countdown__time {
        font-size: 44px;
    }
}

@media screen and (min-width: 600px) {
    .countdown__time {
        font-size: 51px;
    }

}

/* cta2
======================================== */
.cta2 {
    position: relative;
    overflow: hidden;
}

.cta2__img {
    width: 15%;
    position: absolute;
    bottom: 12%;
    right: 10%;
}

.cta2__img img {
    aspect-ratio: 58 / 41;
    width: 100%;
    object-fit: cover;
}

.cta2-inner {
    position: absolute;
    width: 100%;
    bottom: 31%;
}

.cta2-inner.cta2-inner--bt {
    bottom: 29%;
}

.cta2__fv {
    display: block;
    width: 100%;
    height: auto;
}

.top-btn.cta2__btn {
    margin-bottom: 24%;
}

.top-section-campeign-countdown-time-wrapper.cta2__countdown {
    bottom: 31.5%;
    right: 12%;
}

.top-section-campeign-countdown-time-wrapper.cta2__countdown.closed {
    bottom: 31.3%;
    right: 16%;
}

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

    .cta2__img {
        bottom: 13%;
    }
}

@media screen and (min-width: 450px) {
    .top-btn.cta2__btn {
        margin-bottom: 26%;
    }

    .cta2-inner {
        bottom: 30%;
    }

    .top-section-campeign-countdown-time-wrapper.cta2__countdown {
        bottom: 31%;
    }

    .top-section-campeign-countdown-time-wrapper.cta2__countdown.closed {
        bottom: 31%;
        right: 14%;
    }

}

@media screen and (min-width: 550px) {
    .cta2__img {
        bottom: 14%;
    }
}

@media screen and (min-width: 599px) {
    .top-section-campeign-countdown-time-wrapper.cta2__countdown {
        bottom: 31.5%;
    }
    .top-section-campeign-countdown-time-wrapper.cta2__countdown.closed {
        bottom: 31.5%;
    }
}


/* CTAボタン
======================================== */
.cta-button {
    box-sizing: border-box;
    margin: 0 auto;
    display: block;
    color: #fff;
    background: #FE5FA9;
    text-decoration: none;
    font-size: 22px;
    line-height: 1;
    letter-spacing: 0.05em;
    padding: 20px 32px;
    border-radius: 10px;
    white-space: nowrap;
    text-align: center;
    width: 85%;
    font-weight: bold;
    border: 4px solid #ffffff;
    position: relative;
    box-shadow: 4px 4px 20px 0px rgba(0, 0, 0, 0.15);
    overflow: hidden;
}

.cta-button.cta-button2 {
    width: 79%;
}

.cta-button::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 10%;
    width: 10px;
    height: 10px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: translateY(-50%) rotate(45deg);
}

.cta-button::after {
    content: '';
    position: absolute;
    top: -100%;
    left: -20px;
    width: 32px;
    height: 200px;
    background : #fff;
    opacity: 0.8;
    transform: rotate(30deg);
    animation: moveRight 3s linear infinite; /* アニメーションが 5 秒かかる */
}

@keyframes moveRight {
    0% {
        left: -20px;
    }
    40% {
        left: calc(100% + 30px); /* 100%右に移動 */
    }
    
    100% {
        left: calc(100% + 30px); /* 100%右に移動 */
    }
}

@media screen and (min-width: 450px) {
    .cta-button {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

@media screen and (min-width: 599px) {
    .cta-button {
        padding: 24px;
        font-size: 28px;
    }
}



/* 追従バナー
======================================== */
.fixed-wrap {
    position: fixed;
    bottom: 0;
    display: none;
    max-width: 580px;
    width: 95%;
    bottom: 15px;
    z-index: 3;
    margin: 0 10px;
}

.fixed-btn {
    margin: auto;
}


/* カウントブロック
======================================== */
.count {
    margin-top: 58px;
    position: relative;
}

.count-block1,
.count-block2 {
    display: none;
}

.countdown__time.countdown__time--days3 {
    position: absolute;
    top: 45.5%;
    left: 21.5%;
    width: 11.9%;
    height: 39.6%;
    background-color: #E22D2D;
    color: #FFFFFF;
    font-size: 43px;
    border-radius: 2px;
}

.countdown__time.countdown__time--hours3 {
    position: absolute;
    top: 50.5%;
    left: 39%;
    width: 10.5%;
    height: 34.5%;
    background-color: #FFE500;
    color: #E22D2D;
    font-size: 26px;
    border-radius: 2px;
}

.countdown__time.countdown__time--minutes3 {
    position: absolute;
    top: 50.5%;
    left: 55%;
    width: 10.5%;
    height: 34.5%;
    background-color: #FFE500;
    color: #E22D2D;
    font-size: 26px;
    border-radius: 2px;
}

.countdown__time.countdown__time--seconds3 {
    position: absolute;
    top: 50.5%;
    left: 70.5%;
    width: 10.5%;
    height: 34.5%;
    background-color: #FFE500;
    color: #E22D2D;
    font-size: 26px;
    border-radius: 2px;
}

.countdown__time.countdown__time--hours4 {
    position: absolute;
    top: 43.5%;
    left: 26%;
    width: 12.6%;
    height: 41.8%;
    background-color: #FFE500;
    color: #E22D2D;
    font-size: 31px;
    border-radius: 2.5px;
}

.countdown__time.countdown__time--minutes4 {
    position: absolute;
    top: 43.5%;
    left: 45%;
    width: 12.6%;
    height: 41.8%;
    background-color: #FFE500;
    color: #E22D2D;
    font-size: 31px;
    border-radius: 2.5px;
}

.countdown__time.countdown__time--seconds4 {
    position: absolute;
    top: 43.5%;
    left: 64%;
    width: 12.6%;
    height: 41.8%;
    background-color: #FFE500;
    color: #E22D2D;
    font-size: 31px;
    border-radius: 2.5px;
}

@media screen and (min-width: 450px) {
    .countdown__time.countdown__time--days3 {
        font-size: 47px;
    }

    .countdown__time.countdown__time--hours3,
    .countdown__time.countdown__time--minutes3,
    .countdown__time.countdown__time--seconds3 {
        font-size: 30px;
    }

    .countdown__time.countdown__time--hours4,
    .countdown__time.countdown__time--minutes4,
    .countdown__time.countdown__time--seconds4 {
        font-size: 35px;
    }
}

@media screen and (min-width: 500px) {
    .count {
        margin-top: 80px;
    }

    .countdown__time.countdown__time--days3 {
        font-size: 52px;
    }

    .countdown__time.countdown__time--hours3,
    .countdown__time.countdown__time--minutes3,
    .countdown__time.countdown__time--seconds3 {
        font-size: 35px;
    }

    .countdown__time.countdown__time--hours4,
    .countdown__time.countdown__time--minutes4,
    .countdown__time.countdown__time--seconds4 {
        font-size: 40px;
    }
}

@media screen and (min-width: 600px) {
    .countdown__time.countdown__time--days3 {
        font-size: 57px;
    }

    .countdown__time.countdown__time--hours3,
    .countdown__time.countdown__time--minutes3,
    .countdown__time.countdown__time--seconds3 {
        font-size: 40px;
    }

    .countdown__time.countdown__time--hours4,
    .countdown__time.countdown__time--minutes4,
    .countdown__time.countdown__time--seconds4 {
        font-size: 45px;
    }

}
