html {
    scroll-behavior: smooth;
}

body {
    max-width: 750px;
    margin: 0 auto;
    width: 100%;
    font-family: "maru-maru-gothic-alr-stdn", sans-serif;
    font-weight: 400;
    font-style: normal;
}

video::-webkit-media-controls {
    display: none !important;
}


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


.header__inner {
    background-color: #F6E3D2;
    /* padding: 20px 30px; */
    color: #7D3139;
    text-align: center;
}

.header-offer__inner {
    background-color: #F6E3D2;
    padding: 20px 0px 0;
    color: #7D3139;
    text-align: center;
}

.header-offer__image {
    width: 100%;
}

.header-offer__image img {
    width: 100%;
}

.header__logo {
    width: 100%;
}

.header__logo a {
    display: block;
    width: 100%;
}

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

.header__title {
    font-size: 24px;
    font-family: "iroha-25icho-stdn", sans-serif;
    font-weight: 400;
    font-style: normal;
    margin-bottom: 30px;
}

.header__main-video {
    width: 80%;
    position: relative;
    margin-top: -10%;
}

.header__main-video video {
    width: 100%;
    border-radius: 0 0 50px 0;
}

.icon {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 50%;
}

.icon img {
    width: 100%;
}

.header__main-image {
    width: 100%;
    position: relative;
    z-index: -1;
    margin-top: -10%;
    /* margin: 0 auto 30px; */
}

.header__main-image img {
    width: 100%;
}

.header__main-image video {
    width: 100%;
    vertical-align: bottom;
}

.header__items {
    width: 100%;
    margin-bottom: 30px;
}

.header__items img {
    width: 100%;
}

.header__cpa {
    width: 80%;
    margin: 0 auto;
    padding-bottom: 20px;
}

.header__cpa a img {
    width: 100%;
}

.lp-main {
    background-color: #F6E3D2;
    border-right: 10px solid #F6E3D2;
}

.lp-main2 {
    background-color: #F6E3D2;
}

/* ---------- kikkake ---------- */

.kikkake {
    background-color: #F6E3D2;
}

.kikkake__cpa {
    width: 70%;
    margin: 0 auto;
    padding-bottom: 30px;
}

.kikkake__cpa a img {
    width: 100%;
}


/* ---------- TOP CATCH ---------- */

.lp-catch {
    position: relative;
    background-color: #FBF0E3;
    padding: 50px 24px 16px 0;
}

.lp-catch-box {
    padding: 16px 0;
    border-radius: 4px;
    margin: 0 auto;
    text-align: center;
    margin-left: 40px;

}

.lp-catch-main {
    font-size: 15px;
    color: #8c6151;
    line-height: 1.8;
    background: #ffffff;
    display: inline-block;
    padding: 0 8px;
}

.lp-catch-sub span {
    font-size: 25px;
    font-weight: 700;
    background: #ffffff;
}

.lp-catch-sub {
    display: inline-block;
    margin-top: 8px;
    font-size: 15px;
    letter-spacing: 0.12em;
    color: #8c6151;
    background: #ffffff;
    padding: 0 8px;
}

.lp-catch-arrow {
    margin: 20px auto 0;
    text-align: center;
    position: relative;
}

.lp-catch-arrow img {
    width: 100px;
    padding-left: 34px;
}


/* ---------- BANNER ---------- */
.lp-banner {
    background: #803333;
    color: #ffffff;
    padding: 10px 0;
    font-size: 13px;
    letter-spacing: 0.12em;
    margin-bottom: 12px;
    text-align: center;
    margin-right: -24px;
}

.lp-banner span {
    color: #ffd45a;
    font-weight: 600;
}

.lp-subline {
    position: relative;
    margin: 12px auto 24px;
    padding: 12px 0px;
    font-size: 12px;
    color: #8c6151;
    letter-spacing: 0.1em;
    text-align: center;
}

.lp-subline::before,
.lp-subline::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 20px;
    border-bottom: 1px solid #8c6151;
}

.lp-subline::before {
    left: 0;
    transform: translateY(-50%) rotate(65deg);
}

.lp-subline::after {
    right: 0;
    transform: translateY(-50%) rotate(-65deg);
}

.lp-photo-main {
    width: 150px;
    margin: 20px auto;
}

.lp-photo-main img {
    width: 100%;
}

/* ---------- OFFER BLOCK ---------- */
.lp-main-offer {
    position: relative;
    padding: 24px 24px 24px 48px;
    background-color: #F6E3D2;
    margin-bottom: 0px;
}

.lp-offer {
    display: flex;
    justify-content: center;
    align-items: baseline;
}

.lp-offer-circle {
    transform: translate(-8px, -10px);
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: #7D3139;
    color: #ffffff;
    font-size: 16px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.5;
}

.lp-offer-saving {
    font-size: 24px;
    color: #7D3139;
    font-weight: 600;
    margin-bottom: 0px;
    font-family: monospace;
}

.lp-offer-saving small {
    font-size: 13px;
    font-weight: 400;
    margin-left: 4px;
}

.lp-offer-btn {
    display: inline-block;
    background: #8a3431;
    color: #ffffff;
    border-radius: 14px;
    text-align: center;
    margin: 0 auto;
    width: 90%;
    height: 50px;
    line-height: 50px;
    font-size: 25px;
    font-weight: 700;
    letter-spacing: 0.24em;
    margin-bottom: 18px;
    margin-left: 24px;
}

.lp-offer-note {
    font-size: 18px;
    color: #7D3139;
    margin-bottom: 18px;
    text-align: center;
}

.lp-offer-list {
    text-align: left;
    font-size: 11px;
    color: #5b4a40;
    line-height: 1.7;
}

.lp-offer-list li {
    list-style: none;
}

.lp-offer-list li::before {
    content: "※";
}

.lp-offer-text {
    border-radius: 8px;
    border: 1px solid #7a3636;
    padding: 16px;
}

.lp-offer-price {
    font-size: 20px;
    color: #7a3636;
}

.lp-offer-items {
    font-size: 14px;
    padding: 16px;
    color: #7a3636;

}






/* ---------- TRIAL BLOCK ---------- */

.lp-label-pill {
    text-align: right;
    top: 30px;
    position: relative;
}

.lp-label-pill img {
    width: 150px;
}

.lp-trial-card {
    background: #F6E3D2;
    border-radius: 4px;
    padding: 10px 0 30px;
    text-align: left;
    margin-bottom: 28px;
}

.lp-trial-card2 {
    border-radius: 4px;
    padding: 30px 0;
    text-align: left;
    margin-bottom: 28px;
}

.lp-trial-title {
    text-align: center;
    font-size: 13px;
    letter-spacing: 0.18em;
    border-bottom: 1px solid #000000;
    width: 80%;
    margin: 0 auto 20px;
    line-height: 3;
}

.lp-trial-price-row {
    width: 90%;
}

.lp-trial-price-row img {
    width: 100%;
}

.main-text {
    padding: 24px;
    font-size: 12px;
}

.main-message {
    font-size: 20px;
    color: #7D3139;
    text-align: center;
    padding-left: 24px;
    margin-bottom: 30px;
}

.main-message span {
    font-size: 26px;
}

.main-message__cpa {
    width: 90%;
    margin: 30px auto 0;
    padding-left: 24px;
}

.main-message__cpa a img {
    width: 100%;
}

.fitness-area {
    background: #f7e3cf;
    padding: 60px 0;
    position: relative;
    overflow: hidden;
}

.fitness-area::before,
.fitness-area::after {
    content: "";
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    opacity: 0;
    transition: all 1s cubic-bezier(.22, .61, .36, 1);
}

.fitness-area::before {
    width: 140px;
    height: 160px;
    top: 10px;
    right: 20px;
    background-image: url("../image/kengun/fit-area-icon01.png");
}

.fitness-area::after {
    width: 150px;
    height: 240px;
    bottom: 35%;
    right: -50px;
    background-image: url("../image/kengun/fit-area-icon02.png");
}

.animate-bf-top::before,
.animate-bf-top::after {
    transform: translateY(-60px) scale(0.8);
}

.animate-bf-top.is-show::before,
.animate-bf-top.is-show::after {
    opacity: 1;
    transform: translateY(0) scale(1);
}


.fitness-inner {
    margin: 0 auto;
    padding: 0 48px 40px;
    position: relative;
    z-index: 1;
}

.fitness-header {
    margin-bottom: 40px;
}

.fitness-eyecatch-en {
    font-size: 26px;
    color: #7D3139;
    margin: 0 0 6px;
}

.fitness-eyecatch-ja {
    font-size: 13px;
    letter-spacing: 0.25em;
    color: #7D3139;
    margin: 0;
}

.fitness-photo {
    width: 100%;
    margin-bottom: 30px;
}

.fitness-photo img {
    width: 100%;
}

.fitness-copy {
    font-size: 20px;
    line-height: 2;
    color: #7D3139;
    margin: 0 0 32px;
}

.fitness-text {
    font-size: 14px;
    line-height: 2.1;
    color: #000000;
}

.fitness-text p {
    margin: 0 0 18px;
}

.philosophy {
    padding: 60px 24px 60px 0;
    background: #F6E3D2;
}

.philosophy-card {
    position: relative;
    width: 100%;
    background: #ffffff;
    border-radius: 0 40px 40px 0;
    padding: 40px 24px 48px 48px;
    box-shadow: 0 0 18px rgba(0, 0, 0, 0.06);
    overflow: hidden;
}

.philosophy-card::before {
    content: "";
    position: absolute;
    width: 140px;
    height: 160px;
    top: 10px;
    right: 20px;
    background-image: url("../image/kengun/philosophy-icon01.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    opacity: 0;
    transform: translateX(60px) scale(0.9);
    transition: all 3s cubic-bezier(.22, .61, .36, 1);
}

.philosophy-card.is-show::before {
    opacity: 1;
    transform: translateX(0) scale(1);
}

.philosophy-header {
    margin-bottom: 32px;
    position: relative;
    z-index: 1;
}


.philosophy-en {
    font-size: 26px;
    line-height: 1.4;
    letter-spacing: 0.18em;
    color: #7D3139;
    margin: 0 0 6px;
}

.philosophy-ja {
    font-size: 13px;
    letter-spacing: 0.22em;
    color: #7D3139;
    margin: 0;
}

.philosophy-main-photo {
    width: 100%;
    margin: 30px 0;
}

.philosophy-main-photo img {
    width: 100%;
}

.philosophy-text {
    font-size: 14px;
    line-height: 2;
    color: #333333;
    margin-bottom: 24px;
}

.philosophy-text p {
    margin: 0 0 24px;
}

.philosophy-subphotos {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin: 16px 0 28px;
}


/* レビュー */

.review {
    background: #7D3139;
    color: #fff;
    padding: 150px 0 100px 48px;
}

.review-inner {
    /* max-width: 420px; */
    margin: 0 auto;
}

.review-title {
    font-size: 26px;
    letter-spacing: 0.2em;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 12px;
}

.review-stars {
    color: #f5b942;
    font-size: 12px;
}

.review-sub {
    margin: 6px 0 24px;
    font-size: 13px;
    color: #f3cfcf;
}

.review-lead {
    font-size: 18px;
    line-height: 1.9;
    margin-bottom: 30px;
}

.review-lead span {
    font-size: 12px;
}

.review-scroll {
    overflow-x: auto;
    padding-bottom: 20px;
    -webkit-overflow-scrolling: touch;
}

.review-track {
    display: flex;
    gap: 20px;
}

.review-card {
    background: #fff;
    color: #333;
    border-radius: 28px;
    padding: 30px;
    min-width: 230px;
    max-width: 260px;
    flex-shrink: 0;
}

.review-card:last-child {

    margin-right: 30px;
}

.review-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
}

.review-tag {
    background: #eeeeee;
    color: #555;
    border-radius: 999px;
    padding: 4px 12px;
    font-size: 12px;
}

.review-star {
    color: #f5b942;
    font-size: 14px;
}

.review-card-title {
    font-size: 16px;
    margin: 10px 0 12px;
    line-height: 2;
}

.review-text {
    font-size: 13px;
    line-height: 2;
    color: #555;
}

.review-scroll::-webkit-scrollbar {
    height: 3px;
}

.review-scroll::-webkit-scrollbar-track {
    background: #ffffff30;
}

.review-scroll::-webkit-scrollbar-thumb {
    background: #f5b942;
}

.review-scroll::-webkit-scrollbar-thumb:hover {
    background: #e0a42f;
}

.compare {
    background: #F6E3D2;
    padding: 60px 24px 60px 0;
    display: flex;
    justify-content: center;
}

.compare-inner {
    /* max-width: 420px; */
    width: 100%;
    background: #ffffff;
    border-radius: 0 40px 40px 0;
    padding: 100px 24px;
    box-shadow: 0 0 18px rgba(0, 0, 0, 0.06);
}

.compare-label {
    display: inline-block;
    background: #7D3139;
    color: #fff;
    border-radius: 999px;
    padding: 4px 16px;
    font-size: 12px;
    letter-spacing: 0.14em;
    margin-bottom: 10px;
    margin-left: 24px;
}

.compare-title {
    font-size: 24px;
    color: #7D3139;
    margin: 0 0 4px;
    letter-spacing: 0.12em;
    padding-left: 24px;
}

.compare-sub {
    margin: 0 0 50px;
    font-size: 13px;
    color: #b17876;
    padding-left: 24px;
}

.compare-note {
    font-size: 11px;
    color: #9b8b86;
    margin-bottom: 18px;
}

.compare-scroll::-webkit-scrollbar {
    height: 2px;
}

.compare-scroll::-webkit-scrollbar-track {
    background: #f1d8c6;
    border-radius: 999px;
}

.compare-scroll::-webkit-scrollbar-thumb {
    background: #7D3139;
    border-radius: 999px;
}

.compare-scroll {
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    margin-bottom: 100px;
}

.compare-scroll img {
    display: inline-block;
    max-width: none;
    height: 450px;
    padding-bottom: 50px;
    width: auto;
}


.compare-text {
    font-size: 14px;
    line-height: 1.9;
    color: #7D3139;
}

.compare-text span {
    font-size: 20px;
}

.compare-text p {
    margin: 0 0 10px;
}


/* features */


.features {
    background: #F6E3D2;
    padding: 60px 0;
}

.features-inner {
    /* max-width: 420px; */
    margin: 0 auto;
    padding: 0 24px;
}

.feature-block {
    position: relative;
    padding: 40px 0 60px;
}

.feature-wrap {
    display: flex;
    margin-bottom: 100px;
}

.feature-wrap:last-child {
    margin-bottom: 0;
}

.feature-wrap2 {
    flex-direction: row-reverse;
    display: flex;
    margin-bottom: 100px;
}

/* 左の縦エリア */
.feature-side {
    width: 80px;
    display: flex;
    justify-content: center;
    margin-top: 30px;
    position: relative;
    /* overflow: hidden; */
}

.feature-side::after {
    content: "";
    position: absolute;
    width: 100px;
    height: 160px;
    top: -120px;
    right: -80px;
    background-image: url("../image/kengun/support-icon01.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    opacity: 0;
    transition: all 1s cubic-bezier(.22, .61, .36, 1);
}

.feature-side2::after {
    background-image: url("../image/kengun/support-icon02.png");
    right: -24px;
}

.animate-bf-left::after {
    transform: translateX(-60px) scale(0.8);
}

.animate-bf-left.is-show::after {
    opacity: 1;
    transform: translateX(0) scale(1);
}

.animate-bf-top::after {
    transform: translateY(-60px) scale(0.8);
}

.animate-bf-top.is-show::after {
    opacity: 1;
    transform: translateY(0) scale(1);
}

.feature-vertical-text {
    writing-mode: vertical-rl;
    font-size: 36px;
    color: #8c3c3a;
    letter-spacing: 0.1em;
}

.feature-content {
    flex: 1;
}

.feature-image img {
    width: 100%;
    margin-bottom: 20px;
}

.feature-title {
    color: #8c3c3a;
    line-height: 1.7;
    margin-bottom: 12px;
}

.feature-text {
    font-size: 12px;
    line-height: 2;
}

/* store */
.store-inner {
    padding: 100px 0;
    /* max-width: 420px; */
    margin: 0 auto;
    background: #7a3636;
    color: #fff;
}

.store-head {
    padding: 40px 24px 50px;
    position: relative;
    text-align: center;
}


.store-head::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 160px;
    height: 160px;
    background-image: url("../image/kengun/store-icon.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    pointer-events: none;
}


.store-title {
    font-size: 26px;
    letter-spacing: 0.18em;
    margin: 0 0 4px;
}

.store-sub {
    font-size: 12px;
    letter-spacing: 0.2em;
    margin: 0;
}

.store-blank {
    /* height: 300px; */
    width: 80%;
    margin: 0 auto;
    background: #ffffff;
}

.store-blank img {
    width: 100%;
    background-color: #7a3636;
}

/* .store-blank img {
    aspect-ratio: 1/1;
} */

.store-note {
    text-align: center;
    padding: 18px 24px 48px;
    font-size: 12px;
    line-height: 1.8;
}

.store-gallery-scroll {
    margin-top: 18px;
    padding: 0 0 26px 24px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.store-gallery-scroll::-webkit-scrollbar {
    height: 3px;
}

.store-gallery-scroll::-webkit-scrollbar-track {
    background: #5d2424;
}

.store-gallery-scroll::-webkit-scrollbar-thumb {
    background: #f5c58e;
    border-radius: 999px;
}

.store-gallery-scroll {
    scrollbar-width: thin;
    scrollbar-color: #f5c58e #5d2424;
}

.store-gallery-track {
    display: flex;
    gap: 18px;
}

.store-card {
    background: #7a3636;
    color: #fff;
    min-width: 260px;
    max-width: 280px;
}

.store-card-image {
    border-radius: 24px;
    overflow: hidden;
    margin-bottom: 10px;
}

.store-card-image img {
    display: block;
    width: 100%;
    height: auto;
}

.store-card-title {
    font-size: 15px;
    margin: 0 0 4px;
}

.store-card-text {
    font-size: 12px;
    line-height: 1.8;
    margin: 0 0 4px;
}



.training-area {
    background: #F6E3D2;
    padding: 100px 48px;
}

.training-area__inner {
    /* max-width: 720px; */
    margin: 0 auto;
    position: relative;
}

.training-area__head::before {
    content: "";
    position: absolute;
    top: -10%;
    left: 70%;
    width: 125px;
    height: 160px;
    background-image: url("../image/kengun/training-area-icon.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    z-index: 0;
    opacity: 0;
    transition: all 1s cubic-bezier(.22, .61, .36, 1);
}

.training-area__head {
    margin-bottom: 32px;
    position: relative;
}

.training-area__en {
    font-size: 26px;
    color: #8c3c3a;
    margin: 0 0 6px;
}

.training-area__ja {
    font-size: 12px;
    letter-spacing: 0.18em;
    color: #8c3c3a;
    margin: 0;
}

.training-area__photo {
    margin-bottom: 28px;
    position: relative;
}

.training-area__photo img {
    display: block;
    width: 100%;
    border-radius: 28px;
}

.training-area__text {
    color: #8c3c3a;
}

.training-area__title {
    font-size: 20px;
    line-height: 1.8;
    margin: 0 0 14px;
}

.training-area__lead {
    font-size: 14px;
    line-height: 2;
    color: #5b4a40;
    margin: 0;
}

.trainings {
    background: #F6E3D2;
}

.trainings-inner {
    /* max-width: 420px; */
    margin: 0 auto;
    padding: 100px 36px 0;
    overflow: hidden;
}

.training-block {
    position: relative;
}

.training-wrap {
    display: flex;
    margin-bottom: 100px;
}

.training-wrap:last-child {
    margin-bottom: 0;
}

.training-wrap2 {
    flex-direction: row-reverse;
    display: flex;
    margin-bottom: 100px;
}

.training-side {
    width: 60px;
    display: flex;
    justify-content: center;
    position: relative;
    margin-top: -30px;
}

.training-side::after {
    content: "";
    position: absolute;
    width: 100px;
    height: 160px;
    top: -90px;
    right: -80px;
    background-image: url("../image/kengun/support-icon01.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    opacity: 0;
    transition: all 1s cubic-bezier(.22, .61, .36, 1);
}

.training-side2::after {
    background-image: url("../image/kengun/training-icon02.png");
    right: -55px;
}

.training-side3::after {
    background-image: url("../image/kengun/training-icon03.png");
    left: -65px;
    right: unset;
}

.training-vertical-text {
    writing-mode: vertical-rl;
    font-size: 30px;
    color: #8c3c3a;
    letter-spacing: 0.1em;
    position: relative;
    z-index: 3;
}

.training-content {
    flex: 1;
}

.training-image img {
    width: 100%;
    margin-bottom: 20px;
}

.training-title {
    color: #8c3c3a;
    line-height: 1.7;
    margin-bottom: 12px;
}

.training-text {
    font-size: 12px;
    line-height: 2;
}


.qa {
    background: #7a3636;
    padding: 60px 0;
}

.qa__inner {
    /* max-width: 420px; */
    margin: 0 auto;
    padding: 0 36px 50px 0;
}

.qa__head {
    text-align: center;
    color: #fff;
    margin-bottom: 24px;
}

.qa__title {
    font-size: 26px;
    margin-bottom: 6px;
}

.qa__sub {
    font-size: 12px;
    letter-spacing: 0.2em;
}

.qa__box {
    background: #fff;
    border-radius: 0 32px 32px 0;
    padding: 20px 0;
}


.qa__item summary {
    list-style: none;
}

.qa__item summary::-webkit-details-marker {
    display: none;
}

.qa__question {
    display: flex;
    gap: 12px;
    padding: 14px 24px;
    cursor: pointer;
    font-size: 13px;
    line-height: 1.8;
    position: relative;
}

.qa__qmark {
    color: #c3685b;
    font-weight: bold;
}

.qa__qtext {
    border-bottom: 1px solid #9F9F9F;
    display: block;
    width: 230px;
    padding-bottom: 16px;
}

.qa__question::after {
    content: "";
    position: absolute;
    right: 24px;
    top: 50%;
    width: 10px;
    height: 10px;
    border-right: 1px solid #555;
    border-bottom: 1px solid #555;
    transform: translateY(-50%) rotate(45deg);
    transition: .3s;
}

.qa__item[open] .qa__question::after {
    transform: translateY(-50%) rotate(-135deg);
}

.qa__answer {
    padding: 0 55px 16px;
    font-size: 13px;
    line-height: 1.8;
    color: #555;
}

.access {
    background: #f3dfcb;
    padding: 60px 0;
}

.access__inner {
    /* max-width: 720px; */
    margin: 0 auto;
    padding: 50px 36px 0px;
}

.access__head {
    margin-bottom: 28px;
}

.access__title {
    font-size: 26px;
    color: #8c3c3a;
    margin: 0 0 8px;
}

.access__sub {
    font-size: 12px;
    color: #8c3c3a;
    margin: 0;
}

.access__map,
.access__photo {
    margin-bottom: 24px;
}

.access__map img,
.access__photo img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 24px;
}

.access__info {
    margin: 8px 0 0;
}

.access__row {
    display: flex;
    gap: 8px;
    margin-bottom: 22px;
    line-height: 1.4;

}

.access__row dt {
    min-width: 70px;
    font-size: 14px;
    color: #333;
}

.access__row dd {
    margin: 0;
    font-size: 14px;
    color: #333;
}

/* footer */

.footer__inner {
    padding: 50px;
    background-color: #F1CFB4;
    color: #7D3139;
}

.footer__box {
    display: flex;
    justify-content: center;
    margin-bottom: 24px;
    align-items: end;
    gap: 20px;
}

.footer__box--logo {
    width: 70px;
}

.footer__box--logo a {
    display: inline-block;
}

.footer__box--logo a img {
    width: 70px;
}

.footer__box--dis {
    font-size: 14px;
}

.footer__copy {
    font-size: 11px;
    text-align: center;
}

/*動き  */

.cpa {
    animation: cpa-pulse 1.2s ease-in-out infinite;
    transform-origin: center center;
}


@keyframes cpa-pulse {

    0%,
    100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.06);
    }
}


.js-animate {
    opacity: 0;
    transition: all 2s cubic-bezier(.22, .61, .36, 1);
}

.js-animate.is-show {
    opacity: 1;
}

.animate-top {
    transform: translateY(-40px) scale(0.9);
}

.animate-top.is-show {
    transform: translateY(0) scale(1);
}

.animate-bottom {
    transform: translateY(40px) scale(0.9);
}

.animate-bottom.is-show {
    transform: translateY(0) scale(1);
}

.animate-left {
    transform: translateX(-40px) scale(0.9);
}

.animate-left.is-show {
    transform: translateX(0) scale(1);
}

.animate-right {
    transform: translateX(40px) scale(0.9);
}

.animate-right.is-show {
    transform: translateX(0) scale(1);
}

.animate-zoom {
    transform: scale(0.85);
}

.animate-zoom.is-show {
    transform: scale(1);
}

.animate-bf-top::before {
    transform: translateY(-50px) scale(0.6);
}

.animate-bf-top.is-show::before {
    transform: translateY(0) scale(1);
}

.animate-bf-bottom::before {
    transform: translateY(50px) scale(0.6);
}

.animate-bf-bottom.is-show::before {
    transform: translateY(0) scale(1);
}

.animate-bf-left::before {
    transform: translateX(-50px) scale(0.6);
}

.animate-bf-left.is-show::before {
    transform: translateX(0) scale(1);
}

.animate-bf-right::before {
    transform: translateX(50px) scale(0.6);
}

.animate-bf-right.is-show::before {
    transform: translateX(0) scale(1);
}

.under-cta {
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    max-width: 500px;
    width: 100%;

}