@charset "UTF-8";
/* ---------------------------------------------
*   l-contents
--------------------------------------------- */
.l-contents {
    overflow: hidden;
}

/* ---------------------------------------------
*   l-footer
--------------------------------------------- */
.l-footer {
    background-color: #382B20;
}
.l-footer__container {
    padding-top: 10%;
    padding-bottom: 8.6666666667%;
}
.l-footer__logo {
    width: 39.4666666667%;
    margin-inline: auto;
}
.l-footer__logo img {
    width: 100%;
}
.l-footer__logo-link {
    display: block;
}
@media (hover: hover) and (pointer: fine) {
    .l-footer__logo-link {
        transition: opacity 300ms;
    }
    .l-footer__logo-link:hover {
        opacity: 0.8;
    }
}
.l-footer__copyright {
    margin-top: 4%;
    text-align: center;
}
.l-footer__copyright-txt {
    display: block;
    font-family: "Lato", serif;
    font-size: 2.6666666667vw;
    color: #fff;
    letter-spacing: 0.1em;
}
@media screen and (min-width: 751px) {
    .l-footer__copyright-txt {
        font-size: 11.4666666667px;
    }
}

/* ---------------------------------------------
*   l-header
--------------------------------------------- */
.l-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}
.l-header__container {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 6.4% 5.3333333333% 0 6.6666666667%;
}
.l-header__ttl {
    width: 34.4vw;
}
@media screen and (min-width: 751px) {
    .l-header__ttl {
        width: 147.92px;
    }
}
.l-header__logo {
    width: 10.9333333333vw;
}
@media screen and (min-width: 751px) {
    .l-header__logo {
        width: 47.0133333333px;
    }
}
.l-header__logo-link {
    display: block;
}
@media (hover: hover) and (pointer: fine) {
    .l-header__logo-link {
        transition: opacity 300ms;
    }
    .l-header__logo-link:hover {
        opacity: 0.8;
    }
}
.l-header__logo-link img {
    width: 100%;
}

/* ---------------------------------------------
*   l-wrapper
--------------------------------------------- */
.l-wrapper {
    position: relative;
}
@media screen and (min-width: 751px) {
    .l-wrapper {
        left: 0;
        right: 0;
        max-width: 430px;
        margin-inline: auto;
        overflow-y: auto;
    }
}

/* ---------------------------------------------
*   c-block-bg
--------------------------------------------- */
.c-block-bg {
    position: fixed;
    inset: 0;
}
.c-block-bg__logo {
    position: absolute;
    width: calc((100% - 430px) / 2);
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}
.c-block-bg__logo img {
    position: absolute;
    inset: 0;
    width: 140px;
    margin: auto;
}
@media screen and (max-width: 1000px) {
    .c-block-bg__logo img {
        width: 14vw;
    }
}
.c-block-bg__qr {
    position: absolute;
    width: calc((100% - 430px) / 2);
    height: 100%;
    top: 0;
    right: 0;
    z-index: 1;
}
.c-block-bg__qr img {
    position: absolute;
    inset: 0;
    margin: auto;
    width: 133px;
}
@media screen and (max-width: 1000px) {
    .c-block-bg__qr img {
        width: 13.3vw;
    }
}
.c-block-bg__bg {
    position: absolute;
    inset: 0;
}
.c-block-bg__bg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}

/* ---------------------------------------------
*   c-fixed-block
--------------------------------------------- */
.c-fixed-block {
    position: fixed;
    inset: 0 0 auto 0;
    height: 100vh;
    height: 100lvh;
    opacity: 0;
}
@media screen and (min-width: 751px) {
    .c-fixed-block {
        width: 430px;
        margin-inline: auto;
    }
}
.c-fixed-block img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}

.c-block-empty {
    padding-top: 176.2666666667%;
}

/* ---------------------------------------------
*   c-block
--------------------------------------------- */
.c-block {
    position: relative;
    padding-top: 8%;
    padding-bottom: 3.6%;
    z-index: 1;
    background-color: #fae9ef;
}
.c-block__lead {
    position: relative;
    left: -0.5333333333%;
    width: 77.7333333333%;
    margin-inline: auto;
}
.c-block__lead img {
    width: 100%;
}
.c-block__bnr {
    width: 78.6666666667%;
    margin-top: 6%;
    margin-inline: auto;
}
.c-block__bnr img {
    width: 100%;
}
.c-block__bnr-link {
    display: block;
}
@media (hover: hover) and (pointer: fine) {
    .c-block__bnr-link {
        transition: opacity 300ms;
    }
    .c-block__bnr-link:hover {
        opacity: 0.8;
    }
}

/* ---------------------------------------------
*   c-block-intro
--------------------------------------------- */
.c-block-intro {
    position: relative;
    padding-top: 45.0666666667%;
    padding-bottom: 47.2%;
    background-color: #ff96a1;
}
.c-block-intro__bg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.c-block-intro__bg img {
    width: 100%;
}
.c-block-intro__container {
    position: relative;
    z-index: 1;
    padding-left: 8%;
}
.c-block-intro__img-float-top {
    position: absolute;
    top: -24.9333333333vw;
    right: 0;
    z-index: -1;
    width: 64%;
}
@media screen and (min-width: 751px) {
    .c-block-intro__img-float-top {
        top: -107.2133333333px;
    }
}
.c-block-intro__img-float-top img {
    width: 100%;
}
.c-block-intro__ttl-img {
    display: block;
}
.c-block-intro__ttl-img.js-curtain {
    transition: -webkit-clip-path 0.4s;
    transition: clip-path 0.4s;
    transition: clip-path 0.4s, -webkit-clip-path 0.4s;
}
.c-block-intro__ttl-img:not(:first-of-type) {
    margin-top: 2.2666666667vw;
}
@media screen and (min-width: 751px) {
    .c-block-intro__ttl-img:not(:first-of-type) {
        margin-top: 10px;
    }
}
.c-block-intro__ttl-img:nth-of-type(1) {
    width: 54.2666666667vw;
}
@media screen and (min-width: 751px) {
    .c-block-intro__ttl-img:nth-of-type(1) {
        width: 233px;
    }
}
.c-block-intro__ttl-img:nth-of-type(2) {
    width: 75.2vw;
    transition-delay: 0.2s;
}
@media screen and (min-width: 751px) {
    .c-block-intro__ttl-img:nth-of-type(2) {
        width: 323px;
    }
}
.c-block-intro__ttl-img:nth-of-type(3) {
    width: 32.5333333333vw;
    transition-delay: 0.4s;
}
@media screen and (min-width: 751px) {
    .c-block-intro__ttl-img:nth-of-type(3) {
        width: 140px;
    }
}
.c-block-intro__ttl-img img {
    width: 100%;
}
.c-block-intro__lead {
    margin-top: 7.0666666667vw;
    font-size: 4vw;
    font-weight: bold;
    line-height: 2.4;
    letter-spacing: 0.085em;
}
@media screen and (min-width: 751px) {
    .c-block-intro__lead {
        margin-top: 30.3866666667px;
        font-size: 17.2px;
    }
}
.mac.safari .c-block-intro__lead {
    letter-spacing: 0.077em;
}
@media screen and (min-width: 751px) {
    .mac.safari .c-block-intro__lead {
        letter-spacing: 0.08em;
    }
}

@media screen and (max-width: 750px) {
    .windows.chrome .c-block-intro__lead, .windows.edge .c-block-intro__lead {
        letter-spacing: 0.056em;
    }
}

.c-block-intro__lead:not(:first-of-type) {
    margin-top: 3.0666666667vw;
}
@media screen and (min-width: 751px) {
    .c-block-intro__lead:not(:first-of-type) {
        margin-top: 13.1866666667px;
    }
}
.c-block-intro__lead-img {
    position: relative;
    top: -0.2em;
    display: inline-flex;
    vertical-align: middle;
}
.c-block-intro__lead-img--01 {
    width: 34.7826086957%;
    margin-left: 0.6%;
}
.c-block-intro__lead-img--02 {
    width: 73.1884057971%;
    margin-right: 1.8%;
}
.c-block-intro__lead-img--03 {
    width: 42.6086956522%;
    margin-right: 1.2%;
    margin-left: 0.6%;
}
.c-block-intro__lead-img img {
    width: 100%;
}
.c-block-intro__img-float-bottom {
    position: absolute;
    bottom: 0.6666666667vw;
    left: 0;
    width: 46.1333333333%;
}
@media screen and (min-width: 751px) {
    .c-block-intro__img-float-bottom {
        bottom: 2.8666666667px;
    }
}
.c-block-intro__img-float-bottom img {
    width: 100%;
}

/* ---------------------------------------------
*   c-block-monthly
--------------------------------------------- */
.c-block-monthly {
    padding-bottom: 22.1333333333vw;
    background-color: #ffc5cb;
    padding-inline: 7.8666666667%;
}
@media screen and (min-width: 751px) {
    .c-block-monthly {
        padding-bottom: 95.1733333333px;
    }
}
.c-block-monthly__inner {
    padding-block: 12vw 10vw;
    border-radius: 1.3333333333vw;
    background-color: rgba(255, 147, 154, 0.6);
}
@media screen and (min-width: 751px) {
    .c-block-monthly__inner {
        padding-block: 51.6px 43px;
        border-radius: 5.7333333333px;
    }
}
.c-block-monthly__img {
    position: relative;
    left: 0.5333333333vw;
    width: 72.2662440571%;
    margin-inline: auto;
}
@media screen and (min-width: 751px) {
    .c-block-monthly__img {
        left: 2.2933333333px;
    }
}
.c-block-monthly__img img {
    width: 100%;
}

/* ---------------------------------------------
*   c-block-3
--------------------------------------------- */
.c-block-3 {
    position: relative;
    padding-top: 22.6666666667%;
    padding-bottom: 20.6666666667%;
    background-color: #ff96a1;
}
.c-section-2 + .c-block-3 {
    padding-top: 30%;
}

.c-block-3__lead {
    width: 100%;
}
.c-block-3__list {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: 5.6%;
    margin-top: 13.3333333333%;
}
.c-block-3__list-item:first-of-type {
    width: 19.3333333333%;
}
.c-block-3__list-item:nth-of-type(2) {
    width: 11.4666666667%;
}
.c-block-3__list-item:nth-of-type(3) {
    width: 17.7333333333%;
}
.c-block-3__list-item:nth-of-type(4) {
    width: 10%;
}
.c-block-3__list-link {
    display: block;
}
@media (hover: hover) and (pointer: fine) {
    .c-block-3__list-link {
        transition: opacity 300ms;
        will-change: opacity;
    }
    .c-block-3__list-link:hover {
        opacity: 0.8;
    }
}
.c-block-3__list-link img {
    width: 100%;
}

/* ---------------------------------------------
*   c-cassette
--------------------------------------------- */
.c-cassette {
    padding-bottom: 17.0666666667vw;
    color: #ce2231;
    background-color: #ffc5cb;
}
@media screen and (min-width: 751px) {
    .c-cassette {
        padding-bottom: 74.5333333333px;
    }
}
.c-cassette--03 {
    padding-bottom: 23.6vw;
}
@media screen and (min-width: 751px) {
    .c-cassette--03 {
        padding-bottom: 101.48px;
    }
}
.c-cassette__img {
    border-bottom: 1px solid #ce2231;
}
.c-cassette__img img {
    width: 100%;
}
.c-cassette__ttl {
    margin-top: 10.4vw;
    text-align: center;
}
@media screen and (min-width: 751px) {
    .c-cassette__ttl {
        margin-top: 44.72px;
    }
}
.c-cassette__ttl-txt-s {
    font-size: 4.5333333333vw;
    font-weight: 500;
    letter-spacing: 0.1em;
}
@media screen and (min-width: 751px) {
    .c-cassette__ttl-txt-s {
        font-size: 19.4933333333px;
    }
}
.c-cassette__ttl-txt {
    display: block;
    margin-inline: auto;
    margin-top: 1.3333333333vw;
}
@media screen and (min-width: 751px) {
    .c-cassette__ttl-txt {
        margin-top: 5.7333333333px;
    }
}
.c-cassette--01 .c-cassette__ttl-txt {
    width: 53.6%;
}
@media screen and (min-width: 751px) {
    .c-cassette--01 .c-cassette__ttl-txt {
        width: 230.48px;
    }
}
.c-cassette--02 .c-cassette__ttl-txt {
    width: 54.2666666667%;
}
@media screen and (min-width: 751px) {
    .c-cassette--02 .c-cassette__ttl-txt {
        width: 233.3466666667px;
    }
}
.c-cassette--03 .c-cassette__ttl-txt {
    width: 85.8666666667%;
}
@media screen and (min-width: 751px) {
    .c-cassette--03 .c-cassette__ttl-txt {
        width: 369.2266666667px;
    }
}
.c-cassette__ttl-txt img {
    width: 100%;
}
.c-cassette__body {
    padding-inline: 6.6666666667%;
}
.c-cassette__lead {
    margin-top: 6.4%;
    font-size: 3.4666666667vw;
    font-weight: bold;
    letter-spacing: 0.12em;
    line-height: 1.92;
}
@media screen and (min-width: 751px) {
    .c-cassette__lead {
        font-size: 14.9066666667px;
    }
}

.c-loop-slider {
    display: flex;
    align-items: center;
    overflow: hidden;
    background-color: #fff;
    height: 12vw;
    border-top: 1px solid #ce2231;
}
@media screen and (min-width: 751px) {
    .c-loop-slider {
        height: 51.6px;
    }
}
.c-loop-slider:last-of-type {
    border-bottom: 1px solid #ce2231;
}
.c-loop-slider--en {
    height: 6.4vw;
}
@media screen and (min-width: 751px) {
    .c-loop-slider--en {
        height: 27.52px;
    }
}
.c-loop-slider__list {
    display: flex;
    animation: infiniteLoop 50s linear 0.5s infinite both;
}
.c-cassette--02 .c-loop-slider__list {
    animation-duration: 54s;
}

.c-cassette--03 .c-loop-slider__list {
    animation-duration: 79s;
}

.c-loop-slider--en .c-loop-slider__list {
    animation-duration: 20s;
}
.c-loop-slider__item {
    width: 158vw;
    margin-right: 2vw;
}
@media screen and (min-width: 751px) {
    .c-loop-slider__item {
        width: 679.4px;
        margin-right: 8.6px;
    }
}
.c-cassette--02 .c-loop-slider__item {
    width: 171.7333333333vw;
}
@media screen and (min-width: 751px) {
    .c-cassette--02 .c-loop-slider__item {
        width: 738.4533333333px;
    }
}

.c-cassette--03 .c-loop-slider__item {
    width: 249.6vw;
}
@media screen and (min-width: 751px) {
    .c-cassette--03 .c-loop-slider__item {
        width: 1073.28px;
    }
}

.c-loop-slider--en .c-loop-slider__item {
    width: 130vw;
}
@media screen and (min-width: 751px) {
    .c-loop-slider--en .c-loop-slider__item {
        width: 559px;
    }
}
.c-loop-slider__item img {
    display: block;
    width: 100%;
}
@keyframes infiniteLoop {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-100%);
    }
}

/* ---------------------------------------------
*   c-keyvisual
--------------------------------------------- */
.c-keyvisual {
    position: relative;
    padding-top: 17.7333333333%;
    padding-bottom: 8%;
    background-color: #fae9ef;
}
.c-keyvisual__ttl {
    position: absolute;
    top: 5.0666666667vw;
    left: 50%;
    translate: -50% 0;
    width: 29.3333333333vw;
    opacity: 0;
}
@media screen and (min-width: 751px) {
    .c-keyvisual__ttl {
        top: 21.7866666667px;
        width: 126.1333333333px;
    }
}
.c-keyvisual__ttl img {
    width: 100%;
}
.c-keyvisual__txt {
    position: absolute;
    top: 58vw;
    left: 3.3333333333vw;
    width: 2.3333333333vw;
}
@media screen and (min-width: 751px) {
    .c-keyvisual__txt {
        top: 249.4px;
        left: 14.3333333333px;
        width: 10.0333333333px;
    }
}
.c-keyvisual__txt--right {
    left: auto;
    right: 3.3333333333vw;
    rotate: 180deg;
}
@media screen and (min-width: 751px) {
    .c-keyvisual__txt--right {
        right: 14.3333333333px;
    }
}
.c-keyvisual__img img {
    width: 100%;
}
.c-keyvisual__img-float {
    position: absolute;
    bottom: 6.4vw;
    left: 0.8vw;
    width: 39.4666666667vw;
    opacity: 0;
}
@media screen and (min-width: 751px) {
    .c-keyvisual__img-float {
        bottom: 27.52px;
        left: 3.44px;
        width: 169.7066666667px;
    }
}
.c-keyvisual__img-float img {
    width: 100%;
}
.c-keyvisual__scrolldown {
    position: absolute;
    bottom: 0.9333333333vw;
    right: 6vw;
    display: block;
    width: 25.8666666667vw;
}
@media screen and (min-width: 751px) {
    .c-keyvisual__scrolldown {
        bottom: 4.0133333333px;
        right: 25.8px;
        width: 111.2266666667px;
    }
}
@media (hover: hover) and (pointer: fine) {
    .c-keyvisual__scrolldown {
        transition: opacity 300ms;
    }
    .c-keyvisual__scrolldown:hover {
        opacity: 0.8;
    }
}
.c-keyvisual__scrolldown::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 7.3333333333vw;
    height: 6.9333333333vw;
    background: url("../img/img_kv_scrolldown_arrow.png") 0 0/100% auto no-repeat;
}
@media screen and (min-width: 751px) {
    .c-keyvisual__scrolldown::after {
        width: 31.5333333333px;
        height: 29.8133333333px;
    }
}
.c-keyvisual__scrolldown img {
    width: 100%;
    animation: rotation 20s linear infinite;
}
@keyframes rotation {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}

/* ---------------------------------------------
*   c-section
--------------------------------------------- */
.c-section {
    position: relative;
    padding-bottom: 8.6666666667%;
    background-color: #ff96a1;
}
.c-section__container {
    position: relative;
    z-index: 1;
}
.c-section__ttl {
    width: 50%;
    margin-inline: auto;
}
.c-section__ttl img {
    width: 100%;
}
.c-section__content {
    margin-top: 7.6%;
}
.c-section__list {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    gap: 8vw 6.6666666667%;
}
@media screen and (min-width: 751px) {
    .c-section__list {
        row-gap: 34.4px;
    }
}
.c-section__img {
    width: 35.4666666667vw;
    margin-inline: auto;
    transition: opacity 0.8s, transform 1s;
    transform: translateY(50px);
    opacity: 0;
}
@media screen and (min-width: 751px) {
    .c-section__img {
        width: 152.5066666667px;
    }
}
.is-active .c-section__img {
    transform: translateY(0);
    opacity: 1;
}

.c-section__img img {
    width: 100%;
}
.c-section__desc {
    margin-top: 0.4vw;
    font-weight: bold;
    text-align: center;
    transition: opacity 0.8s, transform 1s;
    transition-delay: 0.8s;
    transform: translateY(50px);
    opacity: 0;
}
@media screen and (min-width: 751px) {
    .c-section__desc {
        margin-top: 1.72px;
    }
}
.is-active .c-section__desc {
    transform: translateY(0);
    opacity: 1;
}

.c-section__name {
    margin-top: 4vw;
    font-size: 4.2666666667vw;
    letter-spacing: 0.1em;
    white-space: nowrap;
    line-height: 1;
}
@media screen and (min-width: 751px) {
    .c-section__name {
        margin-top: 17.2px;
        font-size: 18.3466666667px;
    }
}
.c-section__price {
    margin-top: 1.8666666667vw;
    font-family: "Oswald", sans-serif;
    font-size: 8vw;
    font-weight: 400;
    line-height: 1;
}
@media screen and (min-width: 751px) {
    .c-section__price {
        margin-top: 8.0266666667px;
        font-size: 34.4px;
    }
}
.c-section__bg-bottom {
    position: absolute;
    top: calc(100% - 1px);
    left: 0;
}
.c-section__bg-bottom img {
    width: 100%;
}

/* ---------------------------------------------
*   c-section-2 (Feature)
--------------------------------------------- */
.c-section-2 {
    position: relative;
    padding-top: 13.6%;
    background-color: #ffa5ae;
}
.c-section-2__bg-top {
    position: absolute;
    bottom: calc(100% - 1px);
    left: 0;
}
.c-section-2__bg-top img {
    width: 100%;
}
.c-section-2__ttl {
    width: 58.4%;
    margin-inline: auto;
}
.c-section-2__ttl img {
    width: 100%;
}
.c-section-2__content {
    margin-top: 10.4%;
}
.c-section-2__bg-foot {
    position: absolute;
    top: calc(100% - 1px);
    left: 0;
    z-index: 1;
}
.c-section-2__bg-foot img {
    width: 100%;
}

/* ---------------------------------------------
*   c-section-3
--------------------------------------------- */
.c-section-3 {
    position: relative;
    padding-top: 30%;
    background-color: #ff96a1;
    color: #ce2231;
}
.c-section-3__head {
    color: #fff;
    text-align: center;
}
.c-section-3__ttl-txt {
    font-size: 12vw;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 0.06em;
}
@media screen and (min-width: 751px) {
    .c-section-3__ttl-txt {
        font-size: 51.6px;
    }
}
.c-section-3__sub-ttl {
    margin-top: 0.6666666667%;
    font-size: 4.8vw;
    letter-spacing: 0.15em;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-weight: bold;
}
@media screen and (min-width: 751px) {
    .c-section-3__sub-ttl {
        font-size: 20.64px;
    }
}
.c-section-3__contents {
    width: 86.6666666667%;
    margin: 8.6666666667% auto 0;
    padding: 7.3333333333% 4% 10.1333333333%;
    border-radius: 10px;
    background-color: #fff;
}
.c-section-3__date-l {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.8666666667vw;
    white-space: nowrap;
}
@media screen and (min-width: 751px) {
    .c-section-3__date-l {
        margin-bottom: 8.0266666667px;
    }
}
.c-section-3__date-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 13.6vw;
    height: 13.6vw;
    margin-right: 1.3333333333vw;
    border-radius: 50%;
    border: 2px solid #ce2231;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 3.4666666667vw;
    font-weight: bold;
    line-height: 1.08;
    letter-spacing: 0.05em;
}
@media screen and (min-width: 751px) {
    .c-section-3__date-icon {
        width: 58.48px;
        height: 58.48px;
        margin-right: 5.7333333333px;
        font-size: 14.9066666667px;
    }
}
.c-section-3__date-txt {
    font-size: 12vw;
    font-family: "Work Sans", sans-serif;
}
@media screen and (min-width: 751px) {
    .c-section-3__date-txt {
        font-size: 51.6px;
    }
}
.c-section-3__date-txt-s {
    display: inline-block;
    margin-left: 0.5333333333vw;
    font-size: 3.7333333333vw;
    font-weight: 500;
    letter-spacing: -0.05em;
}
@media screen and (min-width: 751px) {
    .c-section-3__date-txt-s {
        margin-left: 2.2933333333px;
        font-size: 16.0533333333px;
    }
}
.c-section-3__txt {
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 4vw;
    font-weight: bold;
    letter-spacing: 0.02em;
    text-align: center;
    line-height: 1.63;
}
@media screen and (min-width: 751px) {
    .c-section-3__txt {
        font-size: 17.2px;
    }
}
.c-section-3__box {
    margin-top: 4.6666666667vw;
    padding: 6.6666666667vw 5.3333333333vw 4.6666666667vw;
    border-radius: 5px;
    background-color: #ffe7e9;
}
@media screen and (min-width: 751px) {
    .c-section-3__box {
        margin-top: 20.0666666667px;
        padding: 28.6666666667px 22.9333333333px 20.0666666667px;
    }
}
.c-section-3__box-ttl {
    width: 26.6666666667vw;
    margin: 0 auto 4.2666666667vw;
}
@media screen and (min-width: 751px) {
    .c-section-3__box-ttl {
        width: 114.6666666667px;
        margin-bottom: 18.3466666667px;
    }
}
.c-section-3__box-list-item {
    display: flex;
    align-items: center;
    margin-bottom: 1.8666666667vw;
}
@media screen and (min-width: 751px) {
    .c-section-3__box-list-item {
        margin-bottom: 8.0266666667px;
    }
}
.c-section-3__box-list-item:last-of-type {
    margin-bottom: 0;
}
.c-section-3__box-list-label {
    display: inline-block;
    margin-right: 2.6666666667vw;
    padding: 0.6666666667vw 2.1333333333vw 0.1333333333vw;
    border-radius: 3px;
    border: 1px solid #ce2231;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 2.8vw;
    font-weight: bold;
    letter-spacing: 0.03em;
}
@media screen and (min-width: 751px) {
    .c-section-3__box-list-label {
        margin-right: 11.4666666667px;
        padding: 2.8666666667px 9.1733333333px 0.5733333333px;
        font-size: 12.04px;
    }
}
.c-section-3__box-list-txt {
    margin-top: 0.2666666667vw;
    font-size: 3.3333333333vw;
    font-weight: bold;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-feature-settings: "palt";
    color: #dd6570;
}
@media screen and (min-width: 751px) {
    .c-section-3__box-list-txt {
        margin-top: 1.1466666667px;
        font-size: 14.3333333333px;
    }
}
.c-section-3__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 2px 4px 4px rgba(206, 34, 49, 0.2);
    margin-top: 5.3333333333vw;
    padding-top: 3.4666666667vw;
    padding-right: 1.6vw;
    padding-bottom: 3.4666666667vw;
    border-radius: 5px;
    background-color: #ce2231;
}
@media (hover: hover) and (pointer: fine) and (min-width: 751px) {
    .c-section-3__btn {
        transition: opacity 300ms;
    }
    .c-section-3__btn:hover {
        opacity: 0.8;
    }
}
@media screen and (min-width: 751px) {
    .c-section-3__btn {
        margin-top: 22.9333333333px;
        padding-top: 14.9066666667px;
        padding-right: 6.88px;
        padding-bottom: 14.9066666667px;
    }
}
.c-section-3__btn-icn {
    width: 5.3333333333vw;
    margin-right: 1.3333333333vw;
}
@media screen and (min-width: 751px) {
    .c-section-3__btn-icn {
        width: 22.9333333333px;
        margin-right: 5.7333333333px;
    }
}
.c-section-3__btn-icn img {
    display: block;
}
.c-section-3__btn-txt {
    color: #fff;
    font-size: 3.4666666667vw;
    font-weight: bold;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    letter-spacing: 0.02em;
}
@media screen and (min-width: 751px) {
    .c-section-3__btn-txt {
        font-size: 14.9066666667px;
    }
}
.c-section-3__link-outer {
    margin-top: 6.6666666667vw;
    text-align: center;
}
@media screen and (min-width: 751px) {
    .c-section-3__link-outer {
        margin-top: 28.6666666667px;
    }
}
.c-section-3__link {
    position: relative;
    font-size: 3.4666666667vw;
    padding-right: 4.8vw;
    padding-bottom: 1.3333333333vw;
    border-bottom: 1px solid #ce2231;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-weight: bold;
}
@media (hover: hover) and (pointer: fine) and (min-width: 751px) {
    .c-section-3__link {
        transition: opacity 300ms;
    }
    .c-section-3__link:hover {
        opacity: 0.8;
    }
}
@media screen and (min-width: 751px) {
    .c-section-3__link {
        font-size: 14.9066666667px;
        padding-right: 20.64px;
        padding-bottom: 5.7333333333px;
    }
}
.c-section-3__link:after {
    content: "";
    position: absolute;
    top: 5%;
    right: 0;
    width: 3.2vw;
    height: 3.2vw;
    background: url("../img/icn_blank.svg") 0 0/100% auto no-repeat;
}
@media screen and (min-width: 751px) {
    .c-section-3__link:after {
        width: 13.76px;
        height: 13.76px;
    }
}

/* ---------------------------------------------
*   background-color
--------------------------------------------- */
.bg-white {
    background-color: #fff !important;
}

/* ---------------------------------------------
*   font-wight
--------------------------------------------- */
.fw-normal {
    font-weight: 500 !important;
}

.fw-bold {
    font-weight: 700 !important;
}

/* ---------------------------------------------
*   text-align
--------------------------------------------- */
.txt-al-center {
    text-align: center !important;
}

.txt-al-right {
    text-align: right !important;
}

.txt-al-left {
    text-align: left !important;
}

/* フェードイン */
.js-fadein {
    opacity: 0;
}
.js-fadein.is-active {
    opacity: 1;
    transition: opacity 1s;
}

.js-fadein-up {
    opacity: 0;
    transform: translateY(30px);
}
.js-fadein-up.is-active {
    transform: translateY(0);
    opacity: 1;
    transition: transform 0.8s, opacity 1s;
}

/*  js-curtain
--------------------------------------------- */
.js-curtain {
    position: relative;
    transition: -webkit-clip-path 0.4s;
    transition: clip-path 0.4s;
    transition: clip-path 0.4s, -webkit-clip-path 0.4s;
}
.js-curtain::before {
    content: "";
    position: absolute;
    inset: 0;
    border-top: 1px solid #ce2231;
    border-bottom: 1px solid #ce2231;
    background-color: #fff;
    transition: -webkit-clip-path 0.4s 0.3s;
    transition: clip-path 0.4s 0.3s;
    transition: clip-path 0.4s 0.3s, -webkit-clip-path 0.4s 0.3s;
    -webkit-clip-path: inset(0);
            clip-path: inset(0);
}
.js-curtain[data-dir=LeftToRight] {
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
}
.js-curtain[data-dir=LeftToRight].is-active::before {
    -webkit-clip-path: inset(0 0 0 100%);
            clip-path: inset(0 0 0 100%);
}
.js-curtain.is-active {
    -webkit-clip-path: inset(0);
            clip-path: inset(0);
}

/*  js-curtain-02
--------------------------------------------- */
.js-curtain-02 {
    position: relative;
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
    transition: -webkit-clip-path 0.4s;
    transition: clip-path 0.4s;
    transition: clip-path 0.4s, -webkit-clip-path 0.4s;
}
.js-curtain-02.is-active {
    -webkit-clip-path: inset(0);
            clip-path: inset(0);
}
.js-curtain-02::before {
    content: "";
    position: absolute;
    inset: 0;
    border-top: 1px solid #ce2231;
    border-bottom: 1px solid #ce2231;
    background-color: #fff;
    transition: -webkit-clip-path 0.4s 0.2s;
    transition: clip-path 0.4s 0.2s;
    transition: clip-path 0.4s 0.2s, -webkit-clip-path 0.4s 0.2s;
    -webkit-clip-path: inset(0);
            clip-path: inset(0);
}
.js-curtain-02.is-active::before {
    -webkit-clip-path: inset(0 0 0 100%);
            clip-path: inset(0 0 0 100%);
}

/*  js-txts-fadeup
--------------------------------------------- */
.js-txts-fadeup span {
    display: inline-block;
    opacity: 0;
}

@media print and (min-width: 751px), screen and (min-width: 751px) {
    .pc-hide {
        display: none !important;
    }
}
@media print and (max-width: 750px), screen and (max-width: 750px) {
    .sp-hide {
        display: none !important;
    }
}
/* ---------------------------------------------
*   margin-top
--------------------------------------------- */
.mgt-pc--0 {
    margin-top: 0 !important;
}

.mgt-pc--5 {
    margin-top: 5px !important;
}

.mgt-pc--10 {
    margin-top: 10px !important;
}

.mgt-pc--15 {
    margin-top: 15px !important;
}

.mgt-pc--20 {
    margin-top: 20px !important;
}

.mgt-pc--25 {
    margin-top: 25px !important;
}

.mgt-pc--30 {
    margin-top: 30px !important;
}

.mgt-pc--35 {
    margin-top: 35px !important;
}

.mgt-pc--40 {
    margin-top: 40px !important;
}

.mgt-pc--45 {
    margin-top: 45px !important;
}

.mgt-pc--50 {
    margin-top: 50px !important;
}

.mgt-pc--55 {
    margin-top: 55px !important;
}

.mgt-pc--60 {
    margin-top: 60px !important;
}

.mgt-pc--65 {
    margin-top: 65px !important;
}

.mgt-pc--70 {
    margin-top: 70px !important;
}

.mgt-pc--75 {
    margin-top: 75px !important;
}

.mgt-pc--80 {
    margin-top: 80px !important;
}

.mgt-pc--85 {
    margin-top: 85px !important;
}

.mgt-pc--90 {
    margin-top: 90px !important;
}

.mgt-pc--95 {
    margin-top: 95px !important;
}

.mgt-pc--100 {
    margin-top: 100px !important;
}

.mgt-pc--105 {
    margin-top: 105px !important;
}

.mgt-pc--110 {
    margin-top: 110px !important;
}

.mgt-pc--115 {
    margin-top: 115px !important;
}

.mgt-pc--120 {
    margin-top: 120px !important;
}

.mgt-pc--125 {
    margin-top: 125px !important;
}

.mgt-pc--130 {
    margin-top: 130px !important;
}

.mgt-pc--135 {
    margin-top: 135px !important;
}

.mgt-pc--140 {
    margin-top: 140px !important;
}

.mgt-pc--145 {
    margin-top: 145px !important;
}

.mgt-pc--150 {
    margin-top: 150px !important;
}

.mgt-pc--155 {
    margin-top: 155px !important;
}

.mgt-pc--160 {
    margin-top: 160px !important;
}

.mgt-pc--165 {
    margin-top: 165px !important;
}

.mgt-pc--170 {
    margin-top: 170px !important;
}

.mgt-pc--175 {
    margin-top: 175px !important;
}

.mgt-pc--180 {
    margin-top: 180px !important;
}

.mgt-pc--185 {
    margin-top: 185px !important;
}

.mgt-pc--190 {
    margin-top: 190px !important;
}

.mgt-pc--195 {
    margin-top: 195px !important;
}

.mgt-pc--200 {
    margin-top: 200px !important;
}

.mgt-pc--205 {
    margin-top: 205px !important;
}

.mgt-pc--210 {
    margin-top: 210px !important;
}

.mgt-pc--215 {
    margin-top: 215px !important;
}

.mgt-pc--220 {
    margin-top: 220px !important;
}

.mgt-pc--225 {
    margin-top: 225px !important;
}

.mgt-pc--230 {
    margin-top: 230px !important;
}

.mgt-pc--235 {
    margin-top: 235px !important;
}

.mgt-pc--240 {
    margin-top: 240px !important;
}

.mgt-pc--245 {
    margin-top: 245px !important;
}

.mgt-pc--250 {
    margin-top: 250px !important;
}

@media screen and (max-width: 750px) {
    .mgt-sp--0 {
        margin-top: 0 !important;
    }

    .mgt-sp--5 {
        margin-top: 0.6666666667vw !important;
    }

    .mgt-sp--10 {
        margin-top: 1.3333333333vw !important;
    }

    .mgt-sp--15 {
        margin-top: 2vw !important;
    }

    .mgt-sp--20 {
        margin-top: 2.6666666667vw !important;
    }

    .mgt-sp--25 {
        margin-top: 3.3333333333vw !important;
    }

    .mgt-sp--30 {
        margin-top: 4vw !important;
    }

    .mgt-sp--35 {
        margin-top: 4.6666666667vw !important;
    }

    .mgt-sp--40 {
        margin-top: 5.3333333333vw !important;
    }

    .mgt-sp--45 {
        margin-top: 6vw !important;
    }

    .mgt-sp--50 {
        margin-top: 6.6666666667vw !important;
    }

    .mgt-sp--55 {
        margin-top: 7.3333333333vw !important;
    }

    .mgt-sp--60 {
        margin-top: 8vw !important;
    }

    .mgt-sp--65 {
        margin-top: 8.6666666667vw !important;
    }

    .mgt-sp--70 {
        margin-top: 9.3333333333vw !important;
    }

    .mgt-sp--75 {
        margin-top: 10vw !important;
    }

    .mgt-sp--80 {
        margin-top: 10.6666666667vw !important;
    }

    .mgt-sp--85 {
        margin-top: 11.3333333333vw !important;
    }

    .mgt-sp--90 {
        margin-top: 12vw !important;
    }

    .mgt-sp--95 {
        margin-top: 12.6666666667vw !important;
    }

    .mgt-sp--100 {
        margin-top: 13.3333333333vw !important;
    }

    .mgt-sp--105 {
        margin-top: 14vw !important;
    }

    .mgt-sp--110 {
        margin-top: 14.6666666667vw !important;
    }

    .mgt-sp--115 {
        margin-top: 15.3333333333vw !important;
    }

    .mgt-sp--120 {
        margin-top: 16vw !important;
    }

    .mgt-sp--125 {
        margin-top: 16.6666666667vw !important;
    }

    .mgt-sp--130 {
        margin-top: 17.3333333333vw !important;
    }

    .mgt-sp--135 {
        margin-top: 18vw !important;
    }

    .mgt-sp--140 {
        margin-top: 18.6666666667vw !important;
    }

    .mgt-sp--145 {
        margin-top: 19.3333333333vw !important;
    }

    .mgt-sp--150 {
        margin-top: 20vw !important;
    }

    .mgt-sp--155 {
        margin-top: 20.6666666667vw !important;
    }

    .mgt-sp--160 {
        margin-top: 21.3333333333vw !important;
    }

    .mgt-sp--165 {
        margin-top: 22vw !important;
    }

    .mgt-sp--170 {
        margin-top: 22.6666666667vw !important;
    }

    .mgt-sp--175 {
        margin-top: 23.3333333333vw !important;
    }

    .mgt-sp--180 {
        margin-top: 24vw !important;
    }

    .mgt-sp--185 {
        margin-top: 24.6666666667vw !important;
    }

    .mgt-sp--190 {
        margin-top: 25.3333333333vw !important;
    }

    .mgt-sp--195 {
        margin-top: 26vw !important;
    }

    .mgt-sp--200 {
        margin-top: 26.6666666667vw !important;
    }

    .mgt-sp--205 {
        margin-top: 27.3333333333vw !important;
    }

    .mgt-sp--210 {
        margin-top: 28vw !important;
    }

    .mgt-sp--215 {
        margin-top: 28.6666666667vw !important;
    }

    .mgt-sp--220 {
        margin-top: 29.3333333333vw !important;
    }

    .mgt-sp--225 {
        margin-top: 30vw !important;
    }

    .mgt-sp--230 {
        margin-top: 30.6666666667vw !important;
    }

    .mgt-sp--235 {
        margin-top: 31.3333333333vw !important;
    }

    .mgt-sp--240 {
        margin-top: 32vw !important;
    }

    .mgt-sp--245 {
        margin-top: 32.6666666667vw !important;
    }

    .mgt-sp--250 {
        margin-top: 33.3333333333vw !important;
    }
}
/* ---------------------------------------------
*   margin-bottom
--------------------------------------------- */
.mgb-pc--0 {
    margin-bottom: 0 !important;
}

.mgb-pc--5 {
    margin-bottom: 5px !important;
}

.mgb-pc--10 {
    margin-bottom: 10px !important;
}

.mgb-pc--15 {
    margin-bottom: 15px !important;
}

.mgb-pc--20 {
    margin-bottom: 20px !important;
}

.mgb-pc--25 {
    margin-bottom: 25px !important;
}

.mgb-pc--30 {
    margin-bottom: 30px !important;
}

.mgb-pc--35 {
    margin-bottom: 35px !important;
}

.mgb-pc--40 {
    margin-bottom: 40px !important;
}

.mgb-pc--45 {
    margin-bottom: 45px !important;
}

.mgb-pc--50 {
    margin-bottom: 50px !important;
}

.mgb-pc--55 {
    margin-bottom: 55px !important;
}

.mgb-pc--60 {
    margin-bottom: 60px !important;
}

.mgb-pc--65 {
    margin-bottom: 65px !important;
}

.mgb-pc--70 {
    margin-bottom: 70px !important;
}

.mgb-pc--75 {
    margin-bottom: 75px !important;
}

.mgb-pc--80 {
    margin-bottom: 80px !important;
}

.mgb-pc--85 {
    margin-bottom: 85px !important;
}

.mgb-pc--90 {
    margin-bottom: 90px !important;
}

.mgb-pc--95 {
    margin-bottom: 95px !important;
}

.mgb-pc--100 {
    margin-bottom: 100px !important;
}

.mgb-pc--105 {
    margin-bottom: 105px !important;
}

.mgb-pc--110 {
    margin-bottom: 110px !important;
}

.mgb-pc--115 {
    margin-bottom: 115px !important;
}

.mgb-pc--120 {
    margin-bottom: 120px !important;
}

.mgb-pc--125 {
    margin-bottom: 125px !important;
}

.mgb-pc--130 {
    margin-bottom: 130px !important;
}

.mgb-pc--135 {
    margin-bottom: 135px !important;
}

.mgb-pc--140 {
    margin-bottom: 140px !important;
}

.mgb-pc--145 {
    margin-bottom: 145px !important;
}

.mgb-pc--150 {
    margin-bottom: 150px !important;
}

.mgb-pc--155 {
    margin-bottom: 155px !important;
}

.mgb-pc--160 {
    margin-bottom: 160px !important;
}

.mgb-pc--165 {
    margin-bottom: 165px !important;
}

.mgb-pc--170 {
    margin-bottom: 170px !important;
}

.mgb-pc--175 {
    margin-bottom: 175px !important;
}

.mgb-pc--180 {
    margin-bottom: 180px !important;
}

.mgb-pc--185 {
    margin-bottom: 185px !important;
}

.mgb-pc--190 {
    margin-bottom: 190px !important;
}

.mgb-pc--195 {
    margin-bottom: 195px !important;
}

.mgb-pc--200 {
    margin-bottom: 200px !important;
}

.mgb-pc--205 {
    margin-bottom: 205px !important;
}

.mgb-pc--210 {
    margin-bottom: 210px !important;
}

.mgb-pc--215 {
    margin-bottom: 215px !important;
}

.mgb-pc--220 {
    margin-bottom: 220px !important;
}

.mgb-pc--225 {
    margin-bottom: 225px !important;
}

.mgb-pc--230 {
    margin-bottom: 230px !important;
}

.mgb-pc--235 {
    margin-bottom: 235px !important;
}

.mgb-pc--240 {
    margin-bottom: 240px !important;
}

.mgb-pc--245 {
    margin-bottom: 245px !important;
}

.mgb-pc--250 {
    margin-bottom: 250px !important;
}

@media screen and (max-width: 750px) {
    .mgb-sp--0 {
        margin-bottom: 0 !important;
    }

    .mgb-sp--5 {
        margin-bottom: 0.6666666667vw !important;
    }

    .mgb-sp--10 {
        margin-bottom: 1.3333333333vw !important;
    }

    .mgb-sp--15 {
        margin-bottom: 2vw !important;
    }

    .mgb-sp--20 {
        margin-bottom: 2.6666666667vw !important;
    }

    .mgb-sp--25 {
        margin-bottom: 3.3333333333vw !important;
    }

    .mgb-sp--30 {
        margin-bottom: 4vw !important;
    }

    .mgb-sp--35 {
        margin-bottom: 4.6666666667vw !important;
    }

    .mgb-sp--40 {
        margin-bottom: 5.3333333333vw !important;
    }

    .mgb-sp--45 {
        margin-bottom: 6vw !important;
    }

    .mgb-sp--50 {
        margin-bottom: 6.6666666667vw !important;
    }

    .mgb-sp--55 {
        margin-bottom: 7.3333333333vw !important;
    }

    .mgb-sp--60 {
        margin-bottom: 8vw !important;
    }

    .mgb-sp--65 {
        margin-bottom: 8.6666666667vw !important;
    }

    .mgb-sp--70 {
        margin-bottom: 9.3333333333vw !important;
    }

    .mgb-sp--75 {
        margin-bottom: 10vw !important;
    }

    .mgb-sp--80 {
        margin-bottom: 10.6666666667vw !important;
    }

    .mgb-sp--85 {
        margin-bottom: 11.3333333333vw !important;
    }

    .mgb-sp--90 {
        margin-bottom: 12vw !important;
    }

    .mgb-sp--95 {
        margin-bottom: 12.6666666667vw !important;
    }

    .mgb-sp--100 {
        margin-bottom: 13.3333333333vw !important;
    }

    .mgb-sp--105 {
        margin-bottom: 14vw !important;
    }

    .mgb-sp--110 {
        margin-bottom: 14.6666666667vw !important;
    }

    .mgb-sp--115 {
        margin-bottom: 15.3333333333vw !important;
    }

    .mgb-sp--120 {
        margin-bottom: 16vw !important;
    }

    .mgb-sp--125 {
        margin-bottom: 16.6666666667vw !important;
    }

    .mgb-sp--130 {
        margin-bottom: 17.3333333333vw !important;
    }

    .mgb-sp--135 {
        margin-bottom: 18vw !important;
    }

    .mgb-sp--140 {
        margin-bottom: 18.6666666667vw !important;
    }

    .mgb-sp--145 {
        margin-bottom: 19.3333333333vw !important;
    }

    .mgb-sp--150 {
        margin-bottom: 20vw !important;
    }

    .mgb-sp--155 {
        margin-bottom: 20.6666666667vw !important;
    }

    .mgb-sp--160 {
        margin-bottom: 21.3333333333vw !important;
    }

    .mgb-sp--165 {
        margin-bottom: 22vw !important;
    }

    .mgb-sp--170 {
        margin-bottom: 22.6666666667vw !important;
    }

    .mgb-sp--175 {
        margin-bottom: 23.3333333333vw !important;
    }

    .mgb-sp--180 {
        margin-bottom: 24vw !important;
    }

    .mgb-sp--185 {
        margin-bottom: 24.6666666667vw !important;
    }

    .mgb-sp--190 {
        margin-bottom: 25.3333333333vw !important;
    }

    .mgb-sp--195 {
        margin-bottom: 26vw !important;
    }

    .mgb-sp--200 {
        margin-bottom: 26.6666666667vw !important;
    }

    .mgb-sp--205 {
        margin-bottom: 27.3333333333vw !important;
    }

    .mgb-sp--210 {
        margin-bottom: 28vw !important;
    }

    .mgb-sp--215 {
        margin-bottom: 28.6666666667vw !important;
    }

    .mgb-sp--220 {
        margin-bottom: 29.3333333333vw !important;
    }

    .mgb-sp--225 {
        margin-bottom: 30vw !important;
    }

    .mgb-sp--230 {
        margin-bottom: 30.6666666667vw !important;
    }

    .mgb-sp--235 {
        margin-bottom: 31.3333333333vw !important;
    }

    .mgb-sp--240 {
        margin-bottom: 32vw !important;
    }

    .mgb-sp--245 {
        margin-bottom: 32.6666666667vw !important;
    }

    .mgb-sp--250 {
        margin-bottom: 33.3333333333vw !important;
    }
}