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

/* ---------------------------------------------
*   l-footer
--------------------------------------------- */
.l-footer {
    background-color: #382b20;
}
.l-footer__container {
    padding-top: 10.1333333333%;
    padding-bottom: 5.8666666667%;
}
.l-footer__logo {
    width: 35.7333333333%;
    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.6;
    }
}
.l-footer__copyright {
    margin-top: 6.6666666667vw;
    text-align: center;
}
@media screen and (min-width: 751px) {
    .l-footer__copyright {
        margin-top: 28.6666666667px;
    }
}
.l-footer__copyright-txt {
    display: block;
    color: #fff;
    font-family: "Lato", serif;
    font-size: 2.6666666667vw;
    font-weight: 400;
    letter-spacing: 0.12em;
}
@media screen and (min-width: 751px) {
    .l-footer__copyright-txt {
        font-size: 11.4666666667px;
    }
}

/* ---------------------------------------------
*   l-footer-sns
--------------------------------------------- */
.l-footer-sns {
    position: relative;
}
.l-footer-sns__list {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8%;
}
.l-footer-sns__list-item {
    width: 6.1333333333%;
}
.l-footer-sns__list-item--ig {
    width: 5.8666666667%;
}
.l-footer-sns__list-item--fb {
    width: 3.2%;
}
.l-footer-sns__list-link {
    display: block;
}
@media (hover: hover) and (pointer: fine) {
    .l-footer-sns__list-link {
        transition: opacity 300ms;
    }
    .l-footer-sns__list-link:hover {
        opacity: 0.6;
    }
}
.l-footer-sns__list-link img {
    width: 100%;
}

/* ---------------------------------------------
*   l-header
--------------------------------------------- */
.l-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
}
.l-header__container {
    position: relative;
    width: 100%;
    padding: 2.6666666667vw;
}
@media screen and (min-width: 751px) {
    .l-header__container {
        padding: 11.4666666667px;
    }
}
.l-header__logo {
    position: absolute;
    width: 13.6vw;
    top: 2.6666666667vw;
    left: 2.6666666667vw;
    transition-delay: 1.4s !important;
}
@media screen and (min-width: 751px) {
    .l-header__logo {
        width: 58.48px;
        top: 11.4666666667px;
        left: 11.4666666667px;
    }
}
.l-header__logo img {
    width: 100%;
}
.l-header__logo-link {
    display: block;
}
@media (hover: hover) and (pointer: fine) and (hover: hover) and (pointer: fine) {
    .l-header__logo-link {
        transition: opacity 300ms;
    }
    .l-header__logo-link:hover {
        opacity: 0.6;
    }
}
.l-header__logo-link img {
    width: 100%;
}
.l-header__ttl {
    position: absolute;
    width: 52vw;
    top: 120.5333333333vw;
    left: 6.6666666667vw;
    transition-delay: 0.4s !important;
}
@media screen and (min-width: 751px) {
    .l-header__ttl {
        width: 223.6px;
        top: 518.2933333333px;
        left: 28.6666666667px;
    }
}

/* ---------------------------------------------
*   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: min(256px, 80%);
    margin: auto;
}
.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: 160px;
}
@media screen and (max-width: 1000px) {
    .c-block-bg__qr img {
        width: 16vw;
    }
}
.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-block-top
--------------------------------------------- */
.c-block-top {
    position: relative;
}
.c-block-top__main-bg {
    position: absolute;
    top: -35.4666666667vw;
    left: 0;
    display: block;
    width: 100%;
    aspect-ratio: 375/1170;
    z-index: 2;
}
@media screen and (min-width: 751px) {
    .c-block-top__main-bg {
        top: -152.5066666667px;
    }
}
.c-block-top__bg {
    position: absolute;
    z-index: 2;
}
.c-block-top__bg--1 {
    width: 100%;
    bottom: 43.4666666667vw;
}
@media screen and (min-width: 751px) {
    .c-block-top__bg--1 {
        bottom: 186.9066666667px;
    }
}
.c-block-top__bg--2 {
    width: 22.6666666667vw;
    bottom: 73.6vw;
    left: -4vw;
}
@media screen and (min-width: 751px) {
    .c-block-top__bg--2 {
        width: 97.4666666667px;
        bottom: 316.48px;
        left: -17.2px;
    }
}
.c-block-top__bg--3 {
    width: 29.3333333333vw;
    bottom: 123.2vw;
    right: -5.3333333333vw;
}
@media screen and (min-width: 751px) {
    .c-block-top__bg--3 {
        width: 126.1333333333px;
        bottom: 529.76px;
        right: -22.9333333333px;
    }
}
.c-block-top__bg--4 {
    width: 30.1333333333vw;
    bottom: 73.3333333333vw;
    right: 1.3333333333vw;
}
@media screen and (min-width: 751px) {
    .c-block-top__bg--4 {
        width: 97.4666666667px;
        bottom: 315.3333333333px;
        right: 5.7333333333px;
    }
}
.c-block-top__bg--5 {
    width: 22.6666666667vw;
    bottom: 38.6666666667vw;
    right: -1.3333333333vw;
}
@media screen and (min-width: 751px) {
    .c-block-top__bg--5 {
        width: 97.4666666667px;
        bottom: 166.2666666667px;
        right: -5.7333333333px;
    }
}
.c-block-top__bg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}

/* ---------------------------------------------
*   c-block
--------------------------------------------- */
.c-block {
    position: relative;
    z-index: 3;
}
.c-block__bnr {
    width: 72vw;
    margin-inline: auto;
    transform: translateX(1.0666666667vw);
    transition-delay: 1.4s !important;
}
@media screen and (min-width: 751px) {
    .c-block__bnr {
        width: 309.6px;
        transform: translateX(4.5866666667px);
    }
}
.c-block__bnr img {
    width: 100%;
}
.c-block__bnr-link {
    display: block;
}
@media (hover: hover) and (pointer: fine) and (hover: hover) and (pointer: fine) {
    .c-block__bnr-link {
        transition: opacity 300ms;
    }
    .c-block__bnr-link:hover {
        opacity: 0.6;
    }
}
.c-block__container {
    margin-top: -5.3333333333vw;
}
@media screen and (min-width: 751px) {
    .c-block__container {
        margin-top: -22.9333333333px;
    }
}

/* ---------------------------------------------
*   c-block-intro
--------------------------------------------- */
.c-block-intro {
    position: relative;
    z-index: 3;
    padding: 14.6666666667vw 0 41.3333333333vw;
    text-align: center;
}
@media screen and (min-width: 751px) {
    .c-block-intro {
        padding: 63.0666666667px 0 177.7333333333px;
    }
}
.c-block-intro__container {
    position: relative;
    margin: 0 auto;
}
.c-block-intro__mainimg-inner {
    position: relative;
    width: 88.8vw;
    margin: 0 auto;
    overflow: hidden;
}
@media screen and (min-width: 751px) {
    .c-block-intro__mainimg-inner {
        width: 381.84px;
    }
}
.c-block-intro__mainimg {
    position: relative;
    margin: 0 auto;
    z-index: 1;
    width: 88.8vw;
    display: block;
    overflow: hidden;
}
@media screen and (min-width: 751px) {
    .c-block-intro__mainimg {
        width: 381.84px;
    }
}
.c-block-intro__mainimg-mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-mask-image: url("../img/img_intro-main.svg");
    mask-image: url("../img/img_intro-main.svg");
    -webkit-mask-size: 100% auto;
    mask-size: 100% auto;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: left top;
    mask-position: left top;
    z-index: 1;
}
.c-block-intro__ttl {
    margin: 10.1333333333vw auto 0;
    display: block;
}
@media screen and (min-width: 751px) {
    .c-block-intro__ttl {
        margin-top: 43.5733333333px;
    }
}
.c-block-intro__ttl-txt {
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
    font-family: "Noto Serif JP", serif;
    font-size: 8.8vw;
    font-weight: 600;
    line-height: 1.4242424242;
    letter-spacing: -0.06em;
    font-feature-settings: "palt";
}
@media screen and (min-width: 750px) {
    .c-block-intro__ttl-txt {
        font-size: 37.84px;
    }
}
.c-block-intro__ttl-txt--2 {
    text-indent: 1em;
}
.c-block-intro__ttl-txt--3 {
    text-indent: 1em;
}
.c-block-intro__body {
    margin-top: 8vw;
}
@media screen and (min-width: 751px) {
    .c-block-intro__body {
        margin-top: 34.4px;
    }
}
.c-block-intro__txt-wrap + .c-block-intro__txt-wrap {
    margin-top: 3.4666666667vw;
}
@media screen and (min-width: 751px) {
    .c-block-intro__txt-wrap + .c-block-intro__txt-wrap {
        margin-top: 14.9066666667px;
    }
}
.c-block-intro__txt {
    font-family: "Noto Serif JP", serif;
    font-size: 4.2666666667vw;
    font-weight: 700;
    line-height: 1.799;
    letter-spacing: 0.1em;
    font-feature-settings: "palt";
}
@media screen and (min-width: 750px) {
    .c-block-intro__txt {
        font-size: 18.3466666667px;
    }
}
.c-block-intro__txt--underline {
    position: relative;
    display: inline;
}
.c-block-intro__txt--underline::after {
    content: "";
    position: absolute;
    bottom: 2px;
    left: 0;
    width: 100%;
    height: 1.3333333333vw;
    background: linear-gradient(to right, #D9C433, #D9C433);
    z-index: -1;
}
@media screen and (min-width: 751px) {
    .c-block-intro__txt--underline::after {
        height: 5.7333333333px;
    }
}
.c-block-intro__txt--s {
    margin-right: -1.3333333333vw;
}
@media screen and (min-width: 751px) {
    .c-block-intro__txt--s {
        margin-right: -5.7333333333px;
    }
}

/* ---------------------------------------------
*   c-block-bg-lineup
--------------------------------------------- */
.c-block-bg-lineup {
    background: url(../img/bg_lineup.png) bottom 10.6666666667vw center no-repeat;
    background-size: cover;
}
@media screen and (min-width: 751px) {
    .c-block-bg-lineup {
        background-position: bottom 45.8666666667px center;
    }
}

/* ---------------------------------------------
*   c-block-bg-feature
--------------------------------------------- */
.c-block-bg-feature {
    margin-top: -1px;
}

/* ---------------------------------------------
*   c-block-bg-campaign
--------------------------------------------- */
.c-block-bg-campaign {
    margin-top: -1px;
    background: url(../img/bg_present.png) top center no-repeat;
    background-size: cover;
}

/* ---------------------------------------------
*   c-block-about
--------------------------------------------- */
.c-block-about {
    margin-inline: auto;
    width: 89.3333333333vw;
    padding-top: 9.8666666667vw;
    padding-bottom: 10.6666666667vw;
}
@media screen and (min-width: 751px) {
    .c-block-about {
        width: 384.1333333333px;
        padding-top: 42.4266666667px;
        padding-bottom: 45.8666666667px;
    }
}
.c-block-about__ttl {
    margin-inline: auto;
    width: -moz-fit-content;
    width: fit-content;
    display: block;
    font-size: 5.3333333333vw;
    font-weight: 700;
    line-height: 1.45;
    color: #fff;
    border-bottom: 0.5333333333vw solid #fff;
    padding-bottom: 0.5333333333vw;
}
@media screen and (min-width: 751px) {
    .c-block-about__ttl {
        font-size: 22.9333333333px;
        border-bottom: 2.2933333333px solid #fff;
        padding-bottom: 2.2933333333px;
    }
}
.c-block-about__note {
    margin-top: 2.6666666667vw;
    display: block;
    color: #fff;
    font-size: 4vw;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: -0.05em;
    text-align: center;
}
@media screen and (min-width: 751px) {
    .c-block-about__note {
        margin-top: 11.4666666667px;
        font-size: 17.2px;
    }
}
.c-block-about__note--2 {
    letter-spacing: 0.07em;
}
.c-block-about__lead {
    display: block;
    width: 45.8666666667vw;
    margin-inline: auto;
}
@media screen and (min-width: 751px) {
    .c-block-about__lead {
        width: 197.2266666667px;
    }
}
.c-block-about__date {
    margin-top: 2.6666666667vw;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    white-space: nowrap;
}
@media screen and (min-width: 751px) {
    .c-block-about__date {
        margin-top: 11.4666666667px;
    }
}
.c-block-about__date-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 11.4666666667vw;
    height: 11.4666666667vw;
    color: #fff;
    font-size: 3.0533333333vw;
    font-weight: 500;
    line-height: 1.08;
    letter-spacing: 0.05em;
    margin-top: 2.3vw;
    margin-right: 1.6vw;
    border-radius: 50%;
    border: 0.4533333333vw solid #fff;
}
@media screen and (min-width: 751px) {
    .c-block-about__date-icon {
        width: 49.3066666667px;
        height: 49.3066666667px;
        margin-top: 9px;
        margin-right: 6.88px;
        font-size: 13.1293333333px;
        border-width: 1.9493333333px;
    }
}
.c-block-about__date-txt {
    color: #fff;
    font-size: 11.2vw;
    font-family: "Work Sans", sans-serif;
    font-weight: 400;
    letter-spacing: -0.044em;
    line-height: 1.24;
}
@media screen and (min-width: 751px) {
    .c-block-about__date-txt {
        font-size: 48.16px;
    }
}
.c-block-about__date-txt-s {
    display: inline-block;
    margin-left: 1.0666666667vw;
    font-size: 3.7333333333vw;
    font-family: "Work Sans", sans-serif;
    font-weight: 500;
    letter-spacing: 0;
}
@media screen and (min-width: 751px) {
    .c-block-about__date-txt-s {
        margin-left: 4.5866666667px;
        font-size: 16.0533333333px;
    }
}
.c-block-about__date-txt-sym {
    display: inline-block;
    font-size: 10.6666666667vw;
    margin-top: 1.6vw;
    margin-left: 0.8vw;
    margin-right: 1.8666666667vw;
    transform: translateY(-1.0666666667vw);
}
@media screen and (min-width: 751px) {
    .c-block-about__date-txt-sym {
        font-size: 45.8666666667px;
        margin-top: 5px;
        margin-left: 3.44px;
        margin-right: 8.0266666667px;
        transform: translateY(-4.5866666667px);
    }
}

/* ---------------------------------------------
*   c-block-howto
--------------------------------------------- */
.c-block-howto {
    color: #683605;
}
.c-block-howto__box {
    margin-top: 4vw;
    padding: 4vw 5.3333333333vw;
    border-radius: 2.6666666667vw;
    background-color: #fff;
    width: 78.6666666667vw;
    margin-inline: auto;
}
@media screen and (min-width: 751px) {
    .c-block-howto__box {
        margin-top: 17.2px;
        padding: 25.2266666667px 22.9333333333px;
        border-radius: 11.4666666667px;
        width: 338.2666666667px;
    }
}
.c-block-howto__box--2 {
    margin-top: 8vw;
}
@media screen and (min-width: 751px) {
    .c-block-howto__box--2 {
        margin-top: 34.4px;
    }
}
.c-block-howto__box-ttl {
    margin-inline: auto;
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 4.8vw;
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 1.5;
    border-bottom: 0.5333333333vw solid #683605;
    padding-bottom: 0.5333333333vw;
}
@media screen and (min-width: 751px) {
    .c-block-howto__box-ttl {
        font-size: 20.64px;
        border-bottom: 2.2933333333px solid #683605;
        padding-bottom: 2.2933333333px;
    }
}
.c-block-howto__box-list {
    margin-top: 4.2666666667vw;
}
@media screen and (min-width: 751px) {
    .c-block-howto__box-list {
        margin-top: 18.3466666667px;
    }
}
.c-block-howto__box-list-item {
    display: flex;
    align-items: center;
    margin-bottom: 0.8vw;
}
@media screen and (min-width: 751px) {
    .c-block-howto__box-list-item {
        margin-bottom: 3.44px;
    }
}
.c-block-howto__box-list-item:last-of-type {
    margin-bottom: 0;
}
.c-block-howto__box-list-item--2 {
    align-items: flex-start;
}
.c-block-howto__box-list-item--2 > .c-block-howto__box-list-txt {
    margin-top: 0.5333333333vw;
}
@media screen and (min-width: 751px) {
    .c-block-howto__box-list-item--2 > .c-block-howto__box-list-txt {
        margin-top: 2.2933333333px;
    }
}
.c-block-howto__box-list-label {
    display: inline-block;
    margin-right: 2.6666666667vw;
    padding: 0 2.1333333333vw;
    border-radius: 1.0666666667vw;
    border: 1px solid #9FD34D;
    color: #9FD34D;
    font-size: 3.2vw;
    font-weight: bold;
    letter-spacing: 0.03em;
}
@media screen and (min-width: 751px) {
    .c-block-howto__box-list-label {
        margin-right: 11.4666666667px;
        padding: 0 9.1733333333px;
        font-size: 13.76px;
        border-radius: 4.5866666667px;
    }
}
.c-block-howto__box-list-label--2 {
    margin-top: 1.3333333333vw;
}
@media screen and (min-width: 751px) {
    .c-block-howto__box-list-label--2 {
        margin-top: 5.7333333333px;
    }
}
.c-block-howto__box-list-txt {
    margin-top: -0.8vw;
    font-feature-settings: "palt";
    font-size: 3.4666666667vw;
    font-weight: bold;
    white-space: nowrap;
}
@media screen and (min-width: 751px) {
    .c-block-howto__box-list-txt {
        font-size: 14.9066666667px;
        margin-top: -3.44px;
    }
}
.c-block-howto__box-list-txt-st {
    color: #9FD34D;
    letter-spacing: -0.06em;
}
.c-block-howto__date {
    display: block;
    width: 67.2vw;
    margin-inline: auto;
    margin-top: 4.8vw;
}
@media screen and (min-width: 751px) {
    .c-block-howto__date {
        width: 288.96px;
        margin-top: 20.64px;
    }
}
.c-block-howto__btn {
    margin-inline: auto;
    margin-top: 5.0666666667vw;
    display: block;
    width: 68vw;
    filter: drop-shadow(2px 4px 4px rgba(0, 0, 0, 0.25));
    transform: translate3d(0, 0, 0);
    will-change: opacity;
}
@media (hover: hover) and (pointer: fine) and (hover: hover) and (pointer: fine) {
    .c-block-howto__btn {
        transition: opacity 300ms;
    }
    .c-block-howto__btn:hover {
        opacity: 0.6;
    }
}
@media screen and (min-width: 751px) {
    .c-block-howto__btn {
        margin-top: 21.7866666667px;
        width: 292.4px;
    }
}
.c-block-howto__link-outer {
    margin-top: 5.8666666667vw;
    text-align: center;
}
@media screen and (min-width: 751px) {
    .c-block-howto__link-outer {
        margin-top: 25.2266666667px;
    }
}
.c-block-howto__link {
    position: relative;
    font-size: 3.4666666667vw;
    padding-right: 4.8vw;
    padding-bottom: 1.3333333333vw;
    border-bottom: 0.4533333333vw solid #fff;
    font-weight: bold;
    color: #fff;
}
@media (hover: hover) and (pointer: fine) and (hover: hover) and (pointer: fine) {
    .c-block-howto__link {
        transition: opacity 300ms;
    }
    .c-block-howto__link:hover {
        opacity: 0.6;
    }
}
@media screen and (min-width: 751px) {
    .c-block-howto__link {
        padding-right: 20.64px;
        padding-bottom: 5.7333333333px;
        font-size: 14.9066666667px;
        border-width: 1.9493333333px;
    }
}
.c-block-howto__link:after {
    content: "";
    position: absolute;
    top: 5%;
    right: 0;
    width: 3.2vw;
    height: 3.2vw;
    -webkit-mask: url("../img/icn_blank.svg") 0 0/100% auto no-repeat;
            mask: url("../img/icn_blank.svg") 0 0/100% auto no-repeat;
    background-color: #fff;
}
@media screen and (min-width: 751px) {
    .c-block-howto__link:after {
        width: 13.76px;
        height: 13.76px;
    }
}
.android .c-block-howto__link:after {
    top: 17%;
}

.c-block-howto__top-icon {
    display: block;
    width: 6.4vw;
    margin: 0 auto 2.6666666667vw;
}
@media screen and (min-width: 751px) {
    .c-block-howto__top-icon {
        width: 27.52px;
        margin-bottom: 11.4666666667px;
    }
}
.c-block-howto__top-icon img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}

/* ---------------------------------------------
*   c-block-bottom
--------------------------------------------- */
.c-block-bottom {
    margin-top: -32vw;
    padding-top: 32vw;
    background-color: #E9ECDD;
}
@media screen and (min-width: 751px) {
    .c-block-bottom {
        margin-top: -137.6px;
        padding-top: 137.6px;
    }
}

/* ---------------------------------------------
*   c-block-share
--------------------------------------------- */
.c-block-share {
    padding: 16.5333333333vw 5.3333333333vw 0;
    position: relative;
    z-index: 2;
}
@media screen and (min-width: 751px) {
    .c-block-share {
        padding: 71.0933333333px 22.9333333333px 0;
    }
}
.c-block-share__ttl {
    display: block;
    width: 55.7333333333vw;
    margin-inline: auto;
}
@media screen and (min-width: 751px) {
    .c-block-share__ttl {
        width: 239.6533333333px;
    }
}
.c-block-share__btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 8vw;
}
@media screen and (min-width: 751px) {
    .c-block-share__btn {
        margin-top: 34.4px;
    }
}
.c-block-share__link {
    display: block;
    width: 49.2537313433%;
    flex-shrink: 0;
}
@media (hover: hover) and (pointer: fine) {
    .c-block-share__link {
        transition: opacity 300ms;
    }
    .c-block-share__link:hover {
        opacity: 0.6;
    }
}
@media screen and (min-width: 751px) {
    .c-block-share__link {
        width: 189.2px;
    }
}

/* ---------------------------------------------
*   c-block-sns
--------------------------------------------- */
.c-block-sns {
    position: relative;
    margin-top: 12%;
}
.c-block-sns__ttl img {
    width: 100%;
}
.c-block-sns__list {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12.3%;
    margin-top: 12%;
}
.c-block-sns__item {
    width: 9.0666666667%;
}
.c-block-sns__item--facebook {
    width: 4.8%;
}
.c-block-sns__link {
    display: block;
}
@media (hover: hover) and (pointer: fine) {
    .c-block-sns__link {
        transition: opacity 300ms;
    }
    .c-block-sns__link:hover {
        opacity: 0.6;
    }
}
.c-block-sns__link img {
    width: 100%;
}

/* ---------------------------------------------
*   c-block-foot-note
--------------------------------------------- */
.c-block-foot-note {
    margin-top: 12%;
    padding-inline: 6.1333333333%;
    padding-bottom: 4%;
}
.c-block-foot-note__txt {
    color: #3B2A1E;
    font-size: 3.4666666667vw;
    font-weight: 500;
    line-height: 1.7;
}
@media screen and (min-width: 751px) {
    .c-block-foot-note__txt {
        font-size: 14.9066666667px;
    }
}

/* ---------------------------------------------
*   c-block-campaign3
--------------------------------------------- */
.c-block-campaign3 {
    margin-inline: auto;
    width: 89.3333333333vw;
    padding-top: 28.8vw;
    padding-bottom: 25.0666666667vw;
}
@media screen and (min-width: 751px) {
    .c-block-campaign3 {
        width: 384.1333333333px;
        padding-top: 123.84px;
        padding-bottom: 107.7866666667px;
    }
}
.c-block-campaign3__ttl {
    margin-inline: auto;
    position: relative;
    display: block;
    width: 69.8666666667vw;
    left: -1.3333333333vw;
    font-size: 4.8vw;
    font-weight: 700;
    line-height: 1.5555555556;
    text-align: center;
    color: #89D542;
}
@media screen and (min-width: 751px) {
    .c-block-campaign3__ttl {
        width: 300.4266666667px;
        left: -5.7333333333px;
        font-size: 20.64px;
    }
}
.c-block-campaign3__top-txt {
    margin-top: 6.6666666667vw;
    margin-inline: auto;
    width: 72vw;
    font-size: 4vw;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: -0.05em;
    text-align: justify;
    color: #3B2A1E;
}
@media screen and (min-width: 751px) {
    .c-block-campaign3__top-txt {
        margin-top: 28.6666666667px;
        width: 309.6px;
        font-size: 17.2px;
    }
}
.c-block-campaign3__top-txt--s {
    letter-spacing: 0.04em;
}
.c-block-campaign3__top-txt--s2 {
    letter-spacing: -0.08em;
}
.firefox .c-block-campaign3__top-txt--s2 {
    letter-spacing: -0.087em;
}

.c-block-campaign3__top-txt--2 {
    margin-left: -3px;
}
.c-block-campaign3__top-txt--3 {
    margin-right: -4px;
    padding-left: 1px;
}
.c-block-campaign3__img {
    margin-top: 12vw;
    margin-inline: auto;
    display: block;
    width: 51.4666666667vw;
}
@media screen and (min-width: 751px) {
    .c-block-campaign3__img {
        margin-top: 51.6px;
        width: 221.3066666667px;
    }
}
.c-block-campaign3__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}
.c-block-campaign3__txt {
    margin-top: 2.6666666667vw;
    margin-inline: auto;
    width: 72vw;
    font-size: 4vw;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 0;
    text-align: justify;
}
@media screen and (min-width: 751px) {
    .c-block-campaign3__txt {
        margin-top: 11.4666666667px;
        width: 309.6px;
        font-size: 17.2px;
    }
}
.safari .c-block-campaign3__txt {
    letter-spacing: -0.01em;
}

.c-block-campaign3__txt--2 {
    letter-spacing: 0.1em;
}
.c-block-campaign3__note {
    margin-top: 2.9333333333vw;
    margin-inline: auto;
    width: 73.8666666667vw;
}
@media screen and (min-width: 751px) {
    .c-block-campaign3__note {
        margin-top: 12.6133333333px;
        width: 317.6266666667px;
    }
}

/* ---------------------------------------------
*   c-block-campaign3-detail
--------------------------------------------- */
.c-block-campaign3-detail {
    margin-inline: auto;
    width: 89.3333333333vw;
    padding-top: 12.8vw;
    padding-bottom: 10.6666666667vw;
}
@media screen and (min-width: 751px) {
    .c-block-campaign3-detail {
        width: 384.1333333333px;
        padding-top: 55.04px;
        padding-bottom: 45.8666666667px;
    }
}
.c-block-campaign3-detail__ttl {
    margin-inline: auto;
    width: -moz-fit-content;
    width: fit-content;
    display: block;
    border-bottom: 0.5333333333vw solid #006766;
    padding-bottom: 0.5333333333vw;
    font-size: 5.3333333333vw;
    font-weight: 700;
    line-height: 1.45;
    color: #006766;
}
@media screen and (min-width: 751px) {
    .c-block-campaign3-detail__ttl {
        border-bottom: 2.2933333333px solid #006766;
        padding-bottom: 2.2933333333px;
        font-size: 22.9333333333px;
    }
}
.c-block-campaign3-detail__txt-wrap {
    margin-inline: auto;
    margin-top: 2.1333333333vw;
    width: 78.6666666667vw;
}
@media screen and (min-width: 751px) {
    .c-block-campaign3-detail__txt-wrap {
        margin-top: 9.1733333333px;
        width: 338.2666666667px;
    }
}
.c-block-campaign3-detail__txt {
    display: block;
    font-size: 4vw;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: -0.05em;
    text-align: center;
    color: #3B2A1E;
}
@media screen and (min-width: 751px) {
    .c-block-campaign3-detail__txt {
        font-size: 17.2px;
    }
}
.c-block-campaign3-detail__txt--s {
    letter-spacing: -0.112em;
}
.c-block-campaign3-detail__lead {
    margin-inline: auto;
    display: block;
    width: 45.8666666667vw;
}
@media screen and (min-width: 751px) {
    .c-block-campaign3-detail__lead {
        width: 197.2266666667px;
    }
}
.c-block-campaign3-detail__date {
    margin-top: 2.6666666667vw;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    white-space: nowrap;
}
@media screen and (min-width: 751px) {
    .c-block-campaign3-detail__date {
        margin-top: 11.4666666667px;
    }
}
.c-block-campaign3-detail__date-icon {
    margin-top: 2.3vw;
    margin-right: 1.6vw;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 11.4666666667vw;
    height: 11.4666666667vw;
    color: #006766;
    font-size: 3.0533333333vw;
    font-weight: 500;
    line-height: 1.08;
    letter-spacing: 0.05em;
    border-radius: 50%;
    border: 0.4vw solid #006766;
}
@media screen and (min-width: 751px) {
    .c-block-campaign3-detail__date-icon {
        margin-top: 9px;
        margin-right: 6.88px;
        width: 49.3066666667px;
        height: 49.3066666667px;
        font-size: 13.1293333333px;
        border-width: 1.72px;
    }
}
.c-block-campaign3-detail__date-txt {
    color: #006766;
    font-size: 11.2vw;
    font-family: "Work Sans", sans-serif;
    font-weight: 400;
    letter-spacing: -0.03em;
    line-height: 1.24;
}
@media screen and (min-width: 751px) {
    .c-block-campaign3-detail__date-txt {
        font-size: 48.16px;
    }
}
.c-block-campaign3-detail__date-txt--2 {
    position: relative;
    left: -2.1333333333vw;
    letter-spacing: -0.01em;
}
@media screen and (min-width: 751px) {
    .c-block-campaign3-detail__date-txt--2 {
        left: -9.1733333333px;
    }
}
.c-block-campaign3-detail__date-txt-s {
    margin-left: 1.0666666667vw;
    position: relative;
    display: inline-block;
    left: -1.76vw;
    font-size: 3.7333333333vw;
    font-family: "Work Sans", sans-serif;
    font-weight: 500;
    letter-spacing: 0.01em;
}
@media screen and (min-width: 751px) {
    .c-block-campaign3-detail__date-txt-s {
        margin-left: 4.5866666667px;
        left: -7.568px;
        font-size: 16.0533333333px;
    }
}
.c-block-campaign3-detail__date-txt-s--2 {
    left: -2.4vw;
}
@media screen and (min-width: 751px) {
    .c-block-campaign3-detail__date-txt-s--2 {
        left: -10.32px;
    }
}
.c-block-campaign3-detail__date-txt-sym {
    margin-top: 1.6vw;
    margin-left: 0.8vw;
    margin-right: 1.8666666667vw;
    position: relative;
    display: inline-block;
    left: -1.8666666667vw;
    font-size: 10.6666666667vw;
}
@media screen and (min-width: 751px) {
    .c-block-campaign3-detail__date-txt-sym {
        margin-top: 5px;
        margin-left: 3.44px;
        margin-right: 8.0266666667px;
        left: -8.0266666667px;
        font-size: 45.8666666667px;
    }
}

/* ---------------------------------------------
*   c-block-howto2
--------------------------------------------- */
.c-block-howto2__box {
    margin-top: 6.1333333333vw;
    margin-inline: auto;
    width: 78.6666666667vw;
    padding: 5.6vw 5.3333333333vw 7.4666666667vw;
    border-radius: 2.6666666667vw;
    background-color: #fff;
}
@media screen and (min-width: 751px) {
    .c-block-howto2__box {
        margin-top: 26.3733333333px;
        width: 338.2666666667px;
        padding: 24.08px 22.9333333333px 32.1066666667px;
        border-radius: 11.4666666667px;
    }
}
.c-block-howto2__box--2 {
    margin-top: 5.0666666667vw;
}
@media screen and (min-width: 751px) {
    .c-block-howto2__box--2 {
        margin-top: 21.7866666667px;
    }
}
.c-block-howto2__top-icon {
    display: block;
    width: 6.4vw;
    margin: 0 auto 2.6666666667vw;
}
@media screen and (min-width: 751px) {
    .c-block-howto2__top-icon {
        width: 27.52px;
        margin-bottom: 11.4666666667px;
    }
}
.c-block-howto2__top-icon img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}
.c-block-howto2__box-list {
    margin-top: 3.2vw;
    display: flex;
    flex-direction: column;
    gap: 1.1466666667vw;
}
@media screen and (min-width: 751px) {
    .c-block-howto2__box-list {
        margin-top: 13.76px;
        gap: 5.16px;
    }
}
.c-block-howto2__box-list-item {
    display: flex;
    align-items: center;
    margin-bottom: 0.8vw;
}
@media screen and (min-width: 751px) {
    .c-block-howto2__box-list-item {
        margin-bottom: 3.44px;
    }
}
.c-block-howto2__box-list-item:last-of-type {
    margin-bottom: 0;
}
.c-block-howto2__box-list-item--2 {
    align-items: flex-start;
}
.c-block-howto2__box-list-item--2 > .c-block-howto__box-list-txt {
    margin-top: 0.5333333333vw;
}
@media screen and (min-width: 751px) {
    .c-block-howto2__box-list-item--2 > .c-block-howto__box-list-txt {
        margin-top: 2.2933333333px;
    }
}
.c-block-howto2__box-list-label {
    display: inline-block;
    margin-right: 2.6666666667vw;
    padding: 0.1333333333vw 2.1333333333vw 0.1333333333vw;
    border-radius: 1.0666666667vw;
    border: 1px solid #36AB88;
    color: #36AB88;
    font-size: 3.2vw;
    font-weight: bold;
    letter-spacing: 0.03em;
}
.iphone .c-block-howto2__box-list-label, .androidphone .c-block-howto2__box-list-label {
    padding: 0 2.1333333333vw 0.24vw;
}

@media screen and (min-width: 751px) {
    .c-block-howto2__box-list-label {
        margin-right: 11.4666666667px;
        padding: 0 9.1733333333px;
        font-size: 13.76px;
        border-radius: 4.5866666667px;
    }
    .windows.chrome .c-block-howto2__box-list-label, .windows.edge .c-block-howto2__box-list-label, .windows.firefox .c-block-howto2__box-list-label, .safari .c-block-howto2__box-list-label, .firefox .c-block-howto2__box-list-label {
        padding: 0 9.1733333333px 1.1008px;
    }
}
.c-block-howto2__box-list-label--3 {
    margin-top: -4vw;
}
@media screen and (min-width: 751px) {
    .c-block-howto2__box-list-label--3 {
        margin-top: -17.2px;
    }
}
.c-block-howto2__box-list-txt {
    margin-top: -0.8vw;
    font-feature-settings: "palt";
    font-size: 3.4666666667vw;
    font-weight: bold;
    white-space: nowrap;
    line-height: 1.344;
    color: #3B2A1E;
}
@media screen and (min-width: 751px) {
    .c-block-howto2__box-list-txt {
        font-size: 14.9066666667px;
        margin-top: -3.44px;
    }
}
.c-block-howto2__box-list-txt--s {
    letter-spacing: -0.1em;
}
.c-block-howto2__box-list-txt--1 {
    margin-top: 0.2666666667vw;
}
@media screen and (min-width: 751px) {
    .c-block-howto2__box-list-txt--1 {
        margin-top: 1.1466666667px;
    }
}
.c-block-howto2__box-list-txt--2 {
    margin-top: 0.08vw;
}
@media screen and (min-width: 751px) {
    .c-block-howto2__box-list-txt--2 {
        margin-top: 0.344px;
    }
}
.c-block-howto2__box-list-txt-st {
    color: #3B2A1E;
    letter-spacing: -0.06em;
}
.c-block-howto2__btn {
    margin-inline: auto;
    margin-top: 6.1333333333vw;
    display: block;
    width: 68vw;
    filter: drop-shadow(2px 4px 4px rgba(0, 0, 0, 0.25));
    transform: translate3d(0, 0, 0);
    will-change: opacity;
}
@media (hover: hover) and (pointer: fine) and (hover: hover) and (pointer: fine) {
    .c-block-howto2__btn {
        transition: opacity 300ms;
    }
    .c-block-howto2__btn:hover {
        opacity: 0.6;
    }
}
@media screen and (min-width: 751px) {
    .c-block-howto2__btn {
        margin-top: 26.3733333333px;
        width: 292.4px;
    }
}
.c-block-howto2__link-outer {
    margin-top: 5.8666666667vw;
    text-align: center;
}
@media screen and (min-width: 751px) {
    .c-block-howto2__link-outer {
        margin-top: 25.2266666667px;
    }
}
.c-block-howto2__link {
    position: relative;
    font-size: 3.4666666667vw;
    padding-right: 4.8vw;
    padding-bottom: 1.3333333333vw;
    border-bottom: 0.4533333333vw solid #36AB88;
    font-weight: bold;
    color: #36AB88;
}
@media (hover: hover) and (pointer: fine) and (hover: hover) and (pointer: fine) {
    .c-block-howto2__link {
        transition: opacity 300ms;
    }
    .c-block-howto2__link:hover {
        opacity: 0.6;
    }
}
@media screen and (min-width: 751px) {
    .c-block-howto2__link {
        padding-right: 20.64px;
        padding-bottom: 5.7333333333px;
        font-size: 14.9066666667px;
        border-width: 1.9493333333px;
    }
}
.c-block-howto2__link:after {
    content: "";
    position: absolute;
    top: 17%;
    right: 0;
    width: 3.2vw;
    height: 3.2vw;
    -webkit-mask: url("../img/icn_blank.svg") 0 0/100% auto no-repeat;
            mask: url("../img/icn_blank.svg") 0 0/100% auto no-repeat;
    background-color: #36AB88;
}
@media screen and (min-width: 751px) {
    .c-block-howto2__link:after {
        width: 13.76px;
        height: 13.76px;
    }
}
.windows.chrome .c-block-howto2__link:after, .windows.firefox .c-block-howto2__link:after, .windows.edge .c-block-howto2__link:after {
    top: 16%;
}

.android .c-block-howto2__link:after {
    top: 17%;
}

/* ---------------------------------------------
*   c-box-campaign3
--------------------------------------------- */
.c-box-campaign3 {
    margin-inline: auto;
    margin-top: 6.4vw;
    width: 54.9333333333vw;
    padding-top: 2.6666666667vw;
    padding-bottom: 5.8666666667vw;
    background-color: #fff;
    border-radius: 9px;
}
@media screen and (min-width: 751px) {
    .c-box-campaign3 {
        margin-top: 27.52px;
        width: 236.2133333333px;
        padding-top: 11.4666666667px;
        padding-bottom: 25.2266666667px;
    }
}
.c-box-campaign3__img {
    margin-inline: auto;
    width: 49.3333333333vw;
}
@media screen and (min-width: 751px) {
    .c-box-campaign3__img {
        width: 212.1333333333px;
    }
}
.c-box-campaign3__txt {
    margin-top: 2.6666666667vw;
    font-size: 3.4666666667vw;
    font-weight: 700;
    line-height: 1.5384615385;
    letter-spacing: -0.04em;
    text-align: center;
    color: #006766;
}
@media screen and (min-width: 751px) {
    .c-box-campaign3__txt {
        margin-top: 11.4666666667px;
        font-size: 14.9066666667px;
    }
}
.c-box-campaign3__btn {
    margin-top: 18.3466666667px;
}
@media screen and (min-width: 751px) {
    .c-box-campaign3__btn {
        margin-top: 18.3466666667px;
    }
}

/* ---------------------------------------------
*   c-btn-1
--------------------------------------------- */
.c-btn-1 {
    display: block;
    width: 36vw;
    margin-inline: auto;
    padding-inline: 6.4vw 8.8vw;
    padding-block: 1.6vw;
    border: 0.4533333333vw solid #683605;
    border-radius: 50em;
}
@media (hover: hover) and (pointer: fine) and (hover: hover) and (pointer: fine) {
    .c-btn-1 {
        transition: opacity 300ms;
    }
    .c-btn-1:hover {
        opacity: 0.6;
    }
}
@media screen and (min-width: 751px) {
    .c-btn-1 {
        width: 154.8px;
        padding-inline: 27.52px 37.84px;
        padding-block: 6.88px;
        border-width: 1.9493333333px;
    }
}
.c-btn-1__txt {
    position: relative;
    font-size: 3.4666666667vw;
    font-weight: 700;
    line-height: 1.9230769231;
    letter-spacing: -0.05em;
}
@media screen and (min-width: 751px) {
    .c-btn-1__txt {
        font-size: 14.9066666667px;
        line-height: 1;
    }
}
.c-btn-1__txt:after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -4.8vw;
    width: 3.2vw;
    height: 3.2vw;
    -webkit-mask: url("../img/icn_blank.svg") 0 0/100% auto no-repeat;
            mask: url("../img/icn_blank.svg") 0 0/100% auto no-repeat;
    background-color: #683605;
}
@media screen and (min-width: 751px) {
    .c-btn-1__txt:after {
        width: 13.76px;
        height: 13.76px;
        right: -22.9333333333px;
    }
}

/* ---------------------------------------------
*   c-btn-2
--------------------------------------------- */
.c-btn-2 {
    display: block;
    width: 36vw;
    margin-inline: auto;
    padding-inline: 5.3333333333vw 5.3333333333vw;
    padding-block: 2.9333333333vw 3.2vw;
    background-color: #006766;
    border-radius: 50em;
    line-height: 1;
}
@media (hover: hover) and (pointer: fine) and (hover: hover) and (pointer: fine) {
    .c-btn-2 {
        transition: opacity 300ms;
    }
    .c-btn-2:hover {
        opacity: 0.6;
    }
}
@media screen and (min-width: 751px) {
    .c-btn-2 {
        width: 154.8px;
        padding-inline: 22.9333333333px 22.9333333333px;
        padding-block: 12.6133333333px 13.76px;
    }
}
.c-btn-2__txt {
    position: relative;
    font-size: 3.4666666667vw;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.14em;
    color: #fff;
}
@media screen and (min-width: 751px) {
    .c-btn-2__txt {
        font-size: 14.9066666667px;
        line-height: 1;
    }
}
.c-btn-2__txt:after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -4.8vw;
    width: 3.2vw;
    height: 3.2vw;
    -webkit-mask: url("../img/icn_blank.svg") 0 0/100% auto no-repeat;
            mask: url("../img/icn_blank.svg") 0 0/100% auto no-repeat;
    background-color: #fff;
}
@media screen and (min-width: 751px) {
    .c-btn-2__txt:after {
        width: 13.76px;
        height: 13.76px;
        right: -22.9333333333px;
    }
}

/* ---------------------------------------------
*   c-cassette-lineup
--------------------------------------------- */
.c-cassette-lineup {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    font-feature-settings: "palt" 1;
}
.c-cassette-lineup--1 {
    padding-left: 6.6666666667vw;
}
@media screen and (min-width: 751px) {
    .c-cassette-lineup--1 {
        padding-left: 28.6666666667px;
    }
}
.c-cassette-lineup--2 {
    margin-top: 3.2vw;
    padding-left: 0;
    padding-right: 4vw;
    flex-direction: row-reverse;
}
@media screen and (min-width: 751px) {
    .c-cassette-lineup--2 {
        margin-top: 13.76px;
        padding-right: 17.2px;
    }
}
.c-cassette-lineup--3 {
    margin-top: 9.6vw;
    padding-left: 9.8666666667vw;
}
@media screen and (min-width: 751px) {
    .c-cassette-lineup--3 {
        margin-top: 41.28px;
        padding-left: 42.4266666667px;
    }
}
.c-cassette-lineup__inner {
    position: relative;
    z-index: 1;
}
.c-cassette-lineup__txt-wrap {
    color: #683605;
    font-family: "Zen Kaku Gothic New", sans-serif;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.c-cassette-lineup__txt-wrap--1 {
    margin-top: 12.5333333333vw;
}
@media screen and (min-width: 751px) {
    .c-cassette-lineup__txt-wrap--1 {
        margin-top: 53.8933333333px;
    }
}
.c-cassette-lineup__txt-wrap--2 {
    margin-top: 14.6666666667vw;
    padding-right: 2.6666666667vw;
}
@media screen and (min-width: 751px) {
    .c-cassette-lineup__txt-wrap--2 {
        margin-top: 63.0666666667px;
        padding-right: 11.4666666667px;
    }
}
.c-cassette-lineup__txt-wrap--3 {
    padding-left: 2.9333333333vw;
    margin-top: 13.8666666667vw;
}
@media screen and (min-width: 751px) {
    .c-cassette-lineup__txt-wrap--3 {
        padding-left: 12.6133333333px;
        margin-top: 59.6266666667px;
    }
}
.c-cassette-lineup__name {
    margin-bottom: 0.2666666667vw;
    display: block;
    color: #683605;
    text-align: center;
    font-size: 3.2vw;
    font-weight: 700;
    font-feature-settings: "palt";
    letter-spacing: -0.06em;
    line-height: 1.1666666667;
    white-space: nowrap;
}
@media screen and (min-width: 751px) {
    .c-cassette-lineup__name {
        margin-bottom: 1.1466666667px;
        font-size: 13.76px;
    }
}
.c-cassette-lineup__name-l {
    display: block;
    color: #683605;
    font-size: 4.2666666667vw;
    line-height: 1.125;
    letter-spacing: -0.08em;
    white-space: nowrap;
}
@media screen and (min-width: 751px) {
    .c-cassette-lineup__name-l {
        font-size: 18.3466666667px;
    }
}
.c-cassette-lineup__name-l--2 {
    letter-spacing: -0.2em;
}
.c-cassette-lineup__name-l--3 {
    letter-spacing: -0.11em;
}
.c-cassette-lineup__size {
    display: block;
    color: #683605;
    font-size: 2.6666666667vw;
    font-weight: 700;
    margin-top: -2px;
}
@media screen and (min-width: 751px) {
    .c-cassette-lineup__size {
        font-size: 11.4666666667px;
    }
}
.c-cassette-lineup__price {
    margin-top: 2.6666666667vw;
    display: block;
}
@media screen and (min-width: 751px) {
    .c-cassette-lineup__price {
        margin-top: 11.4666666667px;
    }
}
.c-cassette-lineup__price--1 {
    margin-top: 3.4666666667vw;
    width: 15.7333333333vw;
}
@media screen and (min-width: 751px) {
    .c-cassette-lineup__price--1 {
        margin-top: 14.9066666667px;
        width: 67.6533333333px;
    }
}
.c-cassette-lineup__price--2 {
    width: 16vw;
}
@media screen and (min-width: 751px) {
    .c-cassette-lineup__price--2 {
        width: 68.8px;
    }
}
.c-cassette-lineup__price--3 {
    margin-top: 3.2vw;
    width: 15.7333333333vw;
}
@media screen and (min-width: 751px) {
    .c-cassette-lineup__price--3 {
        margin-top: 13.76px;
        width: 67.6533333333px;
    }
}
.c-cassette-lineup__product-img-wrap {
    position: relative;
}
.c-cassette-lineup__product {
    position: relative;
    display: block;
    flex-shrink: 0;
    z-index: 2;
}
.c-cassette-lineup__product--1 {
    margin-left: -4.8vw;
    margin-top: 4vw;
    width: 58.6666666667vw;
}
@media screen and (min-width: 751px) {
    .c-cassette-lineup__product--1 {
        margin-left: -20.64px;
        margin-top: 17.2px;
        width: 290.1066666667px;
    }
}
.c-cassette-lineup__product--2 {
    margin-right: -3.2vw;
    width: 58.6666666667vw;
}
@media screen and (min-width: 751px) {
    .c-cassette-lineup__product--2 {
        margin-right: -13.76px;
        width: 252.2666666667px;
    }
}
.c-cassette-lineup__product--3 {
    width: 59.7333333333vw;
}
@media screen and (min-width: 751px) {
    .c-cassette-lineup__product--3 {
        width: 256.8533333333px;
    }
}
.c-cassette-lineup__effect {
    position: absolute;
    transition-delay: 0.7s;
}
.c-cassette-lineup__effect--2 {
    width: 9.3333333333vw;
    top: -5.6vw;
    left: 10.6666666667vw;
}
@media screen and (min-width: 751px) {
    .c-cassette-lineup__effect--2 {
        width: 40.1333333333px;
        top: -24.08px;
        left: 45.8666666667px;
    }
}
.c-cassette-lineup__effect--3 {
    width: 9.3333333333vw;
    top: -8.5333333333vw;
    right: 13.3333333333vw;
}
@media screen and (min-width: 751px) {
    .c-cassette-lineup__effect--3 {
        width: 40.1333333333px;
        top: -36.6933333333px;
        right: 57.3333333333px;
    }
}

/* ---------------------------------------------
*   c-cassette-feature
--------------------------------------------- */
.c-cassette-feature {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-inline: auto;
}
.c-cassette-feature--2 {
    margin-top: 19.2vw;
}
@media screen and (min-width: 751px) {
    .c-cassette-feature--2 {
        margin-top: 82.56px;
    }
}
.c-cassette-feature--3 {
    margin-top: 24vw;
}
@media screen and (min-width: 751px) {
    .c-cassette-feature--3 {
        margin-top: 103.2px;
    }
}
.c-cassette-feature--4 {
    margin-top: 26.6666666667vw;
}
@media screen and (min-width: 751px) {
    .c-cassette-feature--4 {
        margin-top: 114.6666666667px;
    }
}
.c-cassette-feature__img {
    position: relative;
    margin-inline: auto;
    width: 67.4666666667vw;
    z-index: 1;
}
@media screen and (min-width: 751px) {
    .c-cassette-feature__img {
        width: 290.1066666667px;
    }
}
.c-cassette-feature__inner {
    margin-top: -9.3333333333vw;
    margin-inline: auto;
    width: 77.3333333333vw;
    position: relative;
    z-index: 3;
}
@media screen and (min-width: 751px) {
    .c-cassette-feature__inner {
        margin-top: -40.1333333333px;
        width: 332.5333333333px;
    }
}
.c-cassette-feature__inner--2 {
    width: 82.6666666667vw;
}
@media screen and (min-width: 751px) {
    .c-cassette-feature__inner--2 {
        width: 355.4666666667px;
    }
}
.c-cassette-feature__thumb {
    display: block;
}
.c-cassette-feature__thumb--1 {
    width: 20.2666666667vw;
    margin-left: 2.6666666667vw;
}
@media screen and (min-width: 751px) {
    .c-cassette-feature__thumb--1 {
        width: 87.1466666667px;
        margin-left: 11.4666666667px;
    }
}
.c-cassette-feature__thumb--2 {
    right: -4.2666666667vw;
    width: 21.6vw;
    margin-left: auto;
    margin-right: 4.2666666667vw;
    margin-top: -1.8666666667vw;
}
@media screen and (min-width: 751px) {
    .c-cassette-feature__thumb--2 {
        right: -18.3466666667px;
        width: 92.88px;
        margin-right: 18.3466666667px;
        margin-top: -8.0266666667px;
    }
}
.c-cassette-feature__thumb--3 {
    margin-left: 2.6666666667vw;
    margin-top: -1.3333333333vw;
    width: 21.8666666667vw;
}
@media screen and (min-width: 751px) {
    .c-cassette-feature__thumb--3 {
        margin-left: 11.4666666667px;
        margin-top: -5.7333333333px;
        width: 94.0266666667px;
    }
}
.c-cassette-feature__thumb--4 {
    width: 22.4vw;
    margin-left: auto;
    margin-right: 1.0666666667vw;
    margin-top: -1.8666666667vw;
}
@media screen and (min-width: 751px) {
    .c-cassette-feature__thumb--4 {
        width: 92.88px;
        margin-right: 4.5866666667px;
        margin-top: -8.0266666667px;
    }
}
.c-cassette-feature__txt-container {
    transition-delay: 0.3s !important;
}
.c-cassette-feature__lead {
    position: relative;
    margin-top: 4.8vw;
    display: flex;
    flex-direction: column;
    align-items: center;
}
@media screen and (min-width: 751px) {
    .c-cassette-feature__lead {
        margin-top: 20.64px;
    }
}
.c-cassette-feature__lead-txt-s {
    display: block;
    font-family: "Noto Serif JP", serif;
    font-size: 4.8vw;
    font-weight: 600;
    letter-spacing: 0.14em;
    line-height: 1.4444444444;
    text-align: center;
}
@media screen and (min-width: 751px) {
    .c-cassette-feature__lead-txt-s {
        font-size: 20.64px;
    }
}
.c-cassette-feature__lead-txt {
    font-family: "Noto Serif JP", serif;
    font-size: 6.9333333333vw;
    font-weight: 600;
    letter-spacing: 0.1em;
    font-feature-settings: "palt";
    line-height: 1.33;
    text-align: center;
}
@media screen and (min-width: 751px) {
    .c-cassette-feature__lead-txt {
        font-size: 29.8133333333px;
    }
}
.c-cassette-feature__lead-txt--2 {
    letter-spacing: -0.08em;
}
.c-cassette-feature__txt-wrap {
    margin-top: 2.1333333333vw;
}
@media screen and (min-width: 751px) {
    .c-cassette-feature__txt-wrap {
        margin-top: 9.1733333333px;
    }
}
.c-cassette-feature__txt-wrap--2 {
    margin-top: 0.5333333333vw;
}
@media screen and (min-width: 751px) {
    .c-cassette-feature__txt-wrap--2 {
        margin-top: 2.2933333333px;
    }
}
.c-cassette-feature__txt {
    display: block;
    color: #683605;
    font-feature-settings: "palt";
    font-family: "Noto Serif JP", serif;
    font-size: 4.2666666667vw;
    font-weight: 600;
    letter-spacing: 0.2px;
    line-height: 1.6875;
    text-align: justify;
}
@media screen and (min-width: 751px) {
    .c-cassette-feature__txt {
        font-size: 18.3466666667px;
    }
}
.c-cassette-feature__txt--s {
    width: 92.9032258065%;
    margin-left: 2.6666666667vw;
}
@media screen and (min-width: 751px) {
    .c-cassette-feature__txt--s {
        margin-left: 11.4666666667px;
    }
}
.c-cassette-feature__txt--2 {
    margin-top: 2.1333333333vw;
    font-size: 2.6666666667vw;
    line-height: 1.7;
    letter-spacing: -0.037em;
}
@media screen and (min-width: 751px) {
    .c-cassette-feature__txt--2 {
        margin-top: 9.1733333333px;
        font-size: 11.4666666667px;
    }
}
.c-cassette-feature__txt--2s {
    margin-top: 0.2666666667vw;
}
@media screen and (min-width: 751px) {
    .c-cassette-feature__txt--2s {
        margin-top: 1.1466666667px;
    }
}
.firefox .c-cassette-feature__txt--3 {
    letter-spacing: -0.08em;
}

.iphone .c-cassette-feature__txt--3 {
    letter-spacing: -0.08em;
}

.ipad .c-cassette-feature__txt--3 {
    letter-spacing: -0.08em;
}

.c-cassette-feature__txt--4 {
    letter-spacing: -0.01em;
}
.firefox .c-cassette-feature__txt--4 {
    letter-spacing: -0.06em;
}

.iphone .c-cassette-feature__txt--4 {
    letter-spacing: -0.08em;
}

.c-cassette-feature__txt--5 {
    letter-spacing: -0.05em;
}
.firefox .c-cassette-feature__txt--5 {
    letter-spacing: -0.08em;
}

.iphone .c-cassette-feature__txt--5 {
    letter-spacing: -0.07em;
}

.safari .c-cassette-feature__txt--5 {
    letter-spacing: -0.07em;
}

.c-cassette-feature__txt--6 {
    letter-spacing: -0.07em;
}
.firefox .c-cassette-feature__txt--6 {
    letter-spacing: -0.08em;
}

.iphone .c-cassette-feature__txt--6 {
    letter-spacing: -0.08em;
}

.c-cassette-feature__txt--flex {
    display: flex;
    flex-direction: row;
}
.c-cassette-feature__txt--asterisk {
    margin-right: 3px;
}
.c-cassette-feature__txt-img {
    position: absolute;
    display: block;
    top: -8vw;
    transition-delay: 0.6s !important;
}
@media screen and (min-width: 751px) {
    .c-cassette-feature__txt-img {
        top: -34.4px;
    }
}
.c-cassette-feature__txt-img--1 {
    width: 58.9333333333vw;
    right: -8vw;
}
@media screen and (min-width: 751px) {
    .c-cassette-feature__txt-img--1 {
        width: 253.4133333333px;
        right: -34.4px;
    }
}
.c-cassette-feature__txt-img--2 {
    width: 60.2666666667vw;
    left: -8vw;
}
@media screen and (min-width: 751px) {
    .c-cassette-feature__txt-img--2 {
        width: 259.1466666667px;
        left: -34.4px;
    }
}
.c-cassette-feature__txt-img--3 {
    width: 52.2666666667vw;
    right: -8vw;
}
@media screen and (min-width: 751px) {
    .c-cassette-feature__txt-img--3 {
        width: 224.7466666667px;
        right: -34.4px;
    }
}
.c-cassette-feature__txt-img--4 {
    width: 58.4vw;
    left: -8vw;
}
@media screen and (min-width: 751px) {
    .c-cassette-feature__txt-img--4 {
        width: 251.12px;
        left: -34.4px;
    }
}
.c-cassette-feature__obj {
    position: absolute;
}
.c-cassette-feature__obj--1-1 {
    width: 22.6666666667vw;
    top: -21.6vw;
    left: 0;
}
@media screen and (min-width: 751px) {
    .c-cassette-feature__obj--1-1 {
        width: 97.4666666667px;
        top: -92.88px;
    }
}
.c-cassette-feature__obj--1-2 {
    width: 20.2666666667vw;
    top: -33.0666666667vw;
    right: 0;
}
@media screen and (min-width: 751px) {
    .c-cassette-feature__obj--1-2 {
        width: 87.1466666667px;
        top: -142.1866666667px;
    }
}
.c-cassette-feature__obj--2-1 {
    width: 37.3333333333vw;
    top: -24.8vw;
    right: 0;
}
@media screen and (min-width: 751px) {
    .c-cassette-feature__obj--2-1 {
        width: 160.5333333333px;
        top: -106.64px;
    }
}
.c-cassette-feature__obj--2-2 {
    width: 50.6666666667vw;
    top: 21.8666666667vw;
    left: -1.0666666667vw;
}
@media screen and (min-width: 751px) {
    .c-cassette-feature__obj--2-2 {
        width: 217.8666666667px;
        top: 94.0266666667px;
        left: -4.5866666667px;
    }
}
.c-cassette-feature__obj--3-1 {
    width: 28vw;
    top: -24vw;
    left: 0;
}
@media screen and (min-width: 751px) {
    .c-cassette-feature__obj--3-1 {
        width: 120.4px;
        top: -103.2px;
    }
}
.c-cassette-feature__obj--3-2 {
    width: 22.6666666667vw;
    top: -25.0666666667vw;
    right: 0;
}
@media screen and (min-width: 751px) {
    .c-cassette-feature__obj--3-2 {
        width: 97.4666666667px;
        top: -107.7866666667px;
    }
}
.c-cassette-feature__obj--3-3 {
    width: 38.1333333333vw;
    top: 62.6666666667vw;
    right: 0.5333333333vw;
}
@media screen and (min-width: 751px) {
    .c-cassette-feature__obj--3-3 {
        width: 163.9733333333px;
        top: 269.4666666667px;
        right: 2.2933333333px;
    }
}
.c-cassette-feature__obj--4-1 {
    width: 45.3333333333vw;
    top: -21.3333333333vw;
    right: 0;
}
@media screen and (min-width: 751px) {
    .c-cassette-feature__obj--4-1 {
        width: 194.9333333333px;
        top: -91.7333333333px;
    }
}
.c-cassette-feature__obj--4-2 {
    width: 26.4vw;
    top: 53.8666666667vw;
    left: 0;
}
@media screen and (min-width: 751px) {
    .c-cassette-feature__obj--4-2 {
        width: 113.52px;
        top: 231.6266666667px;
    }
}

/* ---------------------------------------------
*   c-cassette-present
--------------------------------------------- */
.c-cassette-present {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
}
.c-cassette-present__foot {
    margin-top: 9.3333333333vw;
}
@media screen and (min-width: 751px) {
    .c-cassette-present__foot {
        margin-top: 40.1333333333px;
    }
}
.c-cassette-present__ttl {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.c-cassette-present__ttl-txt {
    font-size: 4.8vw;
    font-weight: 700;
    letter-spacing: -0.013em;
    line-height: 1.7222222222;
    z-index: 1;
}
@media screen and (min-width: 751px) {
    .c-cassette-present__ttl-txt {
        font-size: 20.64px;
    }
}
.c-cassette-present__ttl-txt--l {
    font-size: 8.8vw;
    line-height: 1.2121212121;
}
@media screen and (min-width: 751px) {
    .c-cassette-present__ttl-txt--l {
        font-size: 37.84px;
    }
}
.c-cassette-present__ttl-txt--underline {
    position: relative;
    display: inline;
}
.c-cassette-present__ttl-txt--underline::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 94%;
    height: 2.1333333333vw;
    background: linear-gradient(to right, #AADE4A, #AADE4A);
    z-index: -1;
}
@media screen and (min-width: 751px) {
    .c-cassette-present__ttl-txt--underline::after {
        height: 9.1733333333px;
    }
}
.c-cassette-present__ttl-txt--3 {
    margin-top: 1.6vw;
    letter-spacing: 0.023em;
}
@media screen and (min-width: 751px) {
    .c-cassette-present__ttl-txt--3 {
        margin-top: 6.88px;
    }
}
.c-cassette-present__img {
    position: relative;
    margin-inline: auto;
    margin-top: 6.4vw;
    width: 89.3333333333vw;
}
@media screen and (min-width: 751px) {
    .c-cassette-present__img {
        margin-top: 27.52px;
        width: 384.1333333333px;
    }
}
.c-cassette-present__img--2 {
    margin-top: 6.6666666667vw;
}
@media screen and (min-width: 751px) {
    .c-cassette-present__img--2 {
        margin-top: 28.6666666667px;
    }
}
.windows.firefox .c-cassette-present__img--2, .windows.chrome .c-cassette-present__img--2, .windows.edge .c-cassette-present__img--2 {
    margin-top: 5.7%;
}
@media screen and (min-width: 751px) {
    .windows.firefox .c-cassette-present__img--2, .windows.chrome .c-cassette-present__img--2, .windows.edge .c-cassette-present__img--2 {
        margin-top: 26.9466666667px;
    }
}

.c-cassette-present__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}
.c-cassette-present__txt {
    width: 80vw;
    margin-inline: auto;
    margin-top: 4.2666666667vw;
    font-size: 4vw;
    font-weight: 500;
    letter-spacing: -0.05em;
    line-height: 1.6;
    z-index: 1;
    text-align: justify;
}
@media screen and (min-width: 751px) {
    .c-cassette-present__txt {
        width: 344px;
        margin-top: 18.3466666667px;
        font-size: 17.2px;
    }
}
.c-cassette-present__txt-s {
    width: 80vw;
    margin-inline: auto;
    margin-top: 0.8vw;
    font-size: 2.6666666667vw;
    font-weight: 500;
    letter-spacing: 0.01em;
    line-height: 1.7;
    text-align: justify;
}
@media screen and (min-width: 751px) {
    .c-cassette-present__txt-s {
        width: 344px;
        margin-top: 3.44px;
        font-size: 11.4666666667px;
    }
}
.c-cassette-present__txt-s--flex {
    display: flex;
    flex-direction: row;
}
.c-cassette-present__info {
    width: 89.3333333333vw;
    background-color: #fff;
    border-radius: 12px;
    padding-block: 8vw;
    padding-inline: 8vw;
}
@media screen and (min-width: 751px) {
    .c-cassette-present__info {
        width: 384.1333333333px;
        padding-block: 34.4px;
        padding-inline: 34.4px;
    }
}
.c-cassette-present__info-ttl {
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
    font-size: 4vw;
    font-weight: 500;
    line-height: 1.5333333333;
    letter-spacing: -0.085em;
}
@media screen and (min-width: 751px) {
    .c-cassette-present__info-ttl {
        font-size: 17.2px;
    }
}
.c-cassette-present__info-name {
    display: block;
    margin-top: 1.3333333333vw;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
    font-size: 5.8666666667vw;
    font-weight: 700;
    line-height: 1.0454545455;
    letter-spacing: 0.066em;
}
@media screen and (min-width: 751px) {
    .c-cassette-present__info-name {
        margin-top: 5.7333333333px;
        font-size: 25.2266666667px;
    }
}
.c-cassette-present__info-txt {
    display: block;
    margin-top: 5.8666666667vw;
    font-size: 4vw;
    font-weight: 500;
    line-height: 1.58;
    letter-spacing: -0.055em;
    text-align: justify;
}
@media screen and (min-width: 751px) {
    .c-cassette-present__info-txt {
        margin-top: 25.2266666667px;
        font-size: 17.2px;
    }
}
.c-cassette-present__btn {
    margin-top: 6.6666666667vw;
}
@media screen and (min-width: 751px) {
    .c-cassette-present__btn {
        margin-top: 28.6666666667px;
    }
}

/* ---------------------------------------------
*   c-cassette-campaign
--------------------------------------------- */
.c-cassette-campaign {
    margin-inline: auto;
    width: 89.3333333333vw;
    padding-block: 0.5333333333vw;
}
@media screen and (min-width: 751px) {
    .c-cassette-campaign {
        width: 384.1333333333px;
        padding-block: 2.2933333333px;
    }
}
.c-cassette-campaign__txt-wrap {
    margin-inline: auto;
    width: 86.1333333333vw;
    border-top-left-radius: 9px;
    border-top-right-radius: 9px;
    background-color: #fff;
    padding-top: 12.2666666667vw;
    padding-bottom: 13.3333333333vw;
}
@media screen and (min-width: 751px) {
    .c-cassette-campaign__txt-wrap {
        width: 370.3733333333px;
        padding-top: 52.7466666667px;
        padding-bottom: 57.3333333333px;
    }
}
.c-cassette-campaign__lead {
    margin-inline: auto;
    width: 77.3333333333vw;
    display: block;
    font-size: 4.8vw;
    font-weight: 700;
    line-height: 1.5555555556;
    text-align: center;
    color: #89D542;
}
@media screen and (min-width: 751px) {
    .c-cassette-campaign__lead {
        width: 332.5333333333px;
        font-size: 20.64px;
    }
}
.c-cassette-campaign__lead--2 {
    letter-spacing: 0.031em;
}
.c-cassette-campaign__lead--3 {
    letter-spacing: -0.06em;
}
.safari .c-cassette-campaign__lead--4 {
    letter-spacing: -0.1em;
}

.c-cassette-campaign__top-txt {
    margin-top: 3.2vw;
    margin-inline: auto;
    width: 72vw;
    font-size: 4vw;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: -0.05em;
    text-align: justify;
}
@media screen and (min-width: 751px) {
    .c-cassette-campaign__top-txt {
        margin-top: 13.76px;
        width: 309.6px;
        font-size: 17.2px;
    }
}
.c-cassette-campaign__top-txt--s {
    letter-spacing: 0.04em;
}
.c-cassette-campaign__top-txt--2 {
    letter-spacing: -0.08em;
}
.c-cassette-campaign__img {
    margin-top: 12vw;
    display: block;
    margin-inline: auto;
    width: 51.4666666667vw;
}
@media screen and (min-width: 751px) {
    .c-cassette-campaign__img {
        margin-top: 51.6px;
        width: 221.3066666667px;
    }
}
.c-cassette-campaign__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}
.c-cassette-campaign__txt {
    margin-top: 2.6666666667vw;
    margin-inline: auto;
    width: 72vw;
    font-size: 4vw;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 0;
    text-align: justify;
}
@media screen and (min-width: 751px) {
    .c-cassette-campaign__txt {
        margin-top: 11.4666666667px;
        width: 309.6px;
        font-size: 17.2px;
    }
}
.safari .c-cassette-campaign__txt {
    letter-spacing: -0.01em;
}

.c-cassette-campaign__txt--2 {
    letter-spacing: 0.1em;
}
.c-cassette-campaign__btn {
    margin-top: 19.4933333333px;
}
@media screen and (min-width: 751px) {
    .c-cassette-campaign__btn {
        margin-top: 19.4933333333px;
    }
}
.c-cassette-campaign__sns {
    width: 100%;
    z-index: 2;
}
.c-cassette-campaign__sns-link {
    margin-top: 5.6vw;
    margin-left: 20.5333333333vw;
    width: -moz-fit-content;
    width: fit-content;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 3.7333333333vw;
}
@media (hover: hover) and (pointer: fine) and (hover: hover) and (pointer: fine) {
    .c-cassette-campaign__sns-link {
        transition: opacity 300ms;
    }
    .c-cassette-campaign__sns-link:hover {
        opacity: 0.6;
    }
}
@media screen and (min-width: 751px) {
    .c-cassette-campaign__sns-link {
        margin-top: 24.08px;
        margin-left: 88.2933333333px;
        gap: 16.0533333333px;
    }
}
.c-cassette-campaign__sns-img {
    display: block;
    width: 8.8vw;
}
@media screen and (min-width: 751px) {
    .c-cassette-campaign__sns-img {
        width: 37.84px;
    }
}
.c-cassette-campaign__sns-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
}
.c-cassette-campaign__sns-txt {
    font-size: 4vw;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 0.03em;
    text-align: justify;
}
@media screen and (min-width: 751px) {
    .c-cassette-campaign__sns-txt {
        font-size: 17.2px;
    }
}

/* ---------------------------------------------
*   c-keyvisual
--------------------------------------------- */
.c-keyvisual {
    position: relative;
    z-index: 2;
}
.c-keyvisual img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}
.c-keyvisual__txt-wrap {
    position: absolute;
    top: 6.6666666667vw;
    right: 5.3333333333vw;
}
@media screen and (min-width: 751px) {
    .c-keyvisual__txt-wrap {
        top: 28.6666666667px;
        right: 22.9333333333px;
    }
}
.c-keyvisual__txt {
    display: block;
    width: 5.0666666667vw;
    margin: 0 auto;
}
@media screen and (min-width: 751px) {
    .c-keyvisual__txt {
        width: 21.7866666667px;
    }
}
.c-keyvisual__bg-bottom {
    position: absolute;
    bottom: -30.6666666667vw;
    left: 0;
    display: block;
    width: 100%;
    height: 68.8vw;
}
@media screen and (min-width: 751px) {
    .c-keyvisual__bg-bottom {
        bottom: -131.8666666667px;
        height: 295.84px;
    }
}
.c-keyvisual__bg-bottom img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}

/* ---------------------------------------------
*   c-section-lineup
--------------------------------------------- */
.c-section-lineup {
    position: relative;
    padding-top: 62.6666666667vw;
    margin-top: -42.6666666667vw;
}
@media screen and (min-width: 751px) {
    .c-section-lineup {
        padding-top: 269.4666666667px;
        margin-top: -183.4666666667px;
    }
}
.windows.firefox .c-section-lineup {
    padding-top: 60%;
    margin-top: -44%;
}
@media screen and (min-width: 751px) {
    .windows.firefox .c-section-lineup {
        padding-top: 269.4666666667px;
        margin-top: -183.4666666667px;
    }
}

.edge .c-section-lineup, .windows.edge .c-section-lineup {
    padding-top: 60%;
    margin-top: -51%;
}
@media screen and (min-width: 751px) {
    .edge .c-section-lineup, .windows.edge .c-section-lineup {
        padding-top: 269.4666666667px;
        margin-top: -183.4666666667px;
    }
}

.windows.chrome .c-section-lineup {
    padding-top: 60%;
    margin-top: -51%;
}
@media screen and (min-width: 751px) {
    .windows.chrome .c-section-lineup {
        padding-top: 269.4666666667px;
        margin-top: -183.4666666667px;
    }
}

.c-section-lineup__head {
    position: relative;
}
.c-section-lineup__foot {
    position: relative;
    padding-top: 15.2vw;
    overflow: hidden;
}
@media screen and (min-width: 751px) {
    .c-section-lineup__foot {
        padding-top: 65.36px;
    }
}
.c-section-lineup__ttl {
    width: 89.3333333333vw;
    margin-inline: auto;
}
@media screen and (min-width: 751px) {
    .c-section-lineup__ttl {
        width: 384.1333333333px;
    }
}
.c-section-lineup__acc {
    position: relative;
    display: block;
    width: 100%;
    z-index: 2;
}
.c-section-lineup__acc img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}
.firefox .c-section-lineup__acc::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 2px;
    background-color: #F1ECC4;
}

.c-section-lineup__circle {
    position: absolute;
    top: 8.8vw;
    left: 50%;
    width: 156.5333333333vw;
    margin: 0 auto;
    transform: translateX(-50%);
}
@media screen and (min-width: 751px) {
    .c-section-lineup__circle {
        top: 37.84px;
        width: 673.0933333333px;
    }
}
.c-section-lineup__circle img {
    animation: rotation 40s linear infinite;
    width: 100%;
}

@keyframes rotation {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(-360deg);
    }
}
/* ---------------------------------------------
*   c-section-feature
--------------------------------------------- */
.c-section-feature {
    position: relative;
    margin-top: -12.5333333333vw;
    padding-top: 31.2vw;
    padding-bottom: 5.3333333333vw;
    background-color: #F1ECC4;
}
@media screen and (min-width: 751px) {
    .c-section-feature {
        margin-top: -53.8933333333px;
        padding-top: 134.16px;
        padding-bottom: 22.9333333333px;
    }
}
.firefox .c-section-feature {
    margin-top: -2px;
}

.c-section-feature__container {
    margin: 0 auto;
}
.c-section-feature__ttl {
    display: block;
    width: 66.1333333333vw;
    margin-inline: auto;
}
@media screen and (min-width: 751px) {
    .c-section-feature__ttl {
        width: 284.3733333333px;
    }
}
.c-section-feature__lead {
    display: block;
    width: 7.2vw;
    margin: 3.4666666667vw auto 0;
}
@media screen and (min-width: 751px) {
    .c-section-feature__lead {
        width: 30.96px;
        margin-top: 14.9066666667px;
    }
}
.c-section-feature__lead img {
    display: block;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}
.c-section-feature__body {
    margin-top: 20.8vw;
}
@media screen and (min-width: 751px) {
    .c-section-feature__body {
        margin-top: 89.44px;
    }
}

/* ---------------------------------------------
*   c-section-present
--------------------------------------------- */
.c-section-present {
    position: relative;
    padding-top: 20.8vw;
    background-color: #F1ECC4;
    margin-top: -1px;
}
@media screen and (min-width: 751px) {
    .c-section-present {
        padding-top: 89.44px;
    }
}
.c-section-present__container {
    position: relative;
    margin: 0 auto;
    z-index: 2;
}
.c-section-present__ttl {
    display: block;
    width: 86.6666666667vw;
    margin-inline: auto;
}
@media screen and (min-width: 751px) {
    .c-section-present__ttl {
        width: 372.6666666667px;
    }
}
.c-section-present__body {
    margin-top: 13.3333333333vw;
}
@media screen and (min-width: 751px) {
    .c-section-present__body {
        margin-top: 57.3333333333px;
    }
}
.c-section-present__obj {
    position: absolute;
}
.c-section-present__obj--1 {
    top: 20px;
    left: 0;
    width: 21.3333333333vw;
}
@media screen and (min-width: 751px) {
    .c-section-present__obj--1 {
        width: 91.7333333333px;
    }
}
.c-section-present__obj--2 {
    top: 218.1333333333vw;
    left: 0;
    width: 22.1333333333vw;
}
@media screen and (min-width: 751px) {
    .c-section-present__obj--2 {
        top: 937.9733333333px;
        width: 95.1733333333px;
    }
}
.c-section-present__obj--3 {
    bottom: 91.2vw;
    left: 0;
    width: 24.2666666667vw;
    z-index: 1;
}
@media screen and (min-width: 751px) {
    .c-section-present__obj--3 {
        bottom: 392.16px;
        width: 104.3466666667px;
    }
}
.c-section-present__obj--4 {
    top: 84.5333333333vw;
    right: 0;
    width: 21.0666666667vw;
}
@media screen and (min-width: 751px) {
    .c-section-present__obj--4 {
        top: 363.4933333333px;
        width: 90.5866666667px;
    }
}
.c-section-present__obj--5 {
    top: 180.2666666667vw;
    right: 0;
    width: 27.4666666667vw;
}
@media screen and (min-width: 751px) {
    .c-section-present__obj--5 {
        top: 775.1466666667px;
        width: 118.1066666667px;
    }
}
.c-section-present__obj--6 {
    top: 270.4vw;
    right: 0;
    width: 26.9333333333vw;
}
@media screen and (min-width: 751px) {
    .c-section-present__obj--6 {
        width: 115.8133333333px;
        top: 1162.72px;
    }
}
.c-section-present__obj--7 {
    top: 349.6vw;
    right: 2.9333333333vw;
    width: 37.3333333333vw;
    z-index: 1;
}
@media screen and (min-width: 751px) {
    .c-section-present__obj--7 {
        top: 1503.28px;
        right: 12.6133333333px;
        width: 160.5333333333px;
    }
}
.c-section-present__obj--8 {
    top: 424.2666666667vw;
    right: 0;
    width: 28vw;
    z-index: 1;
}
@media screen and (min-width: 751px) {
    .c-section-present__obj--8 {
        top: 1824.3466666667px;
        width: 120.4px;
    }
}
.c-section-present__btm-bg {
    position: absolute;
    display: block;
    width: 100%;
    bottom: -26.6666666667vw;
}
@media screen and (min-width: 751px) {
    .c-section-present__btm-bg {
        bottom: -114.6666666667px;
    }
}
.windows.chrome .c-section-present__btm-bg, .windows.firefox .c-section-present__btm-bg, .windows.edge .c-section-present__btm-bg {
    bottom: -29.3333333333vw;
}
@media screen and (min-width: 751px) {
    .windows.chrome .c-section-present__btm-bg, .windows.firefox .c-section-present__btm-bg, .windows.edge .c-section-present__btm-bg {
        bottom: -126.1333333333px;
    }
}

/* ---------------------------------------------
*   c-section-campaign
--------------------------------------------- */
.c-section-campaign {
    position: relative;
    padding-top: 17.8666666667vw;
    padding-bottom: 12.2666666667vw;
    background-color: #F1ECC4;
}
@media screen and (min-width: 751px) {
    .c-section-campaign {
        padding-top: 74.5333333333px;
        padding-bottom: 52.7466666667px;
    }
}
.c-section-campaign__head {
    text-align: center;
}
.c-section-campaign__body {
    position: relative;
    margin-top: 5.8666666667vw;
    margin-inline: auto;
    background-color: #89D542;
    padding-block: 1.3333333333vw;
    border-radius: 10px;
    width: 89.3333333333vw;
    z-index: 1;
}
@media screen and (min-width: 751px) {
    .c-section-campaign__body {
        margin-top: 25.2266666667px;
        width: 384.1333333333px;
        padding-block: 5.7333333333px;
    }
}
.c-section-campaign__obj {
    position: absolute;
    z-index: 2;
}
.c-section-campaign__obj--1 {
    top: 39.2vw;
    left: -33.8666666667vw;
    width: 66.1333333333vw;
}
@media screen and (min-width: 751px) {
    .c-section-campaign__obj--1 {
        top: 168.56px;
        left: -145.6266666667px;
        width: 284.3733333333px;
    }
}
.c-section-campaign__obj--2 {
    top: 120.2666666667vw;
    right: -36vw;
    width: 66.6666666667vw;
}
@media screen and (min-width: 751px) {
    .c-section-campaign__obj--2 {
        top: 517.1466666667px;
        right: -154.8px;
        width: 286.6666666667px;
    }
}
.c-section-campaign__obj--3 {
    top: 237.3333333333vw;
    left: -31.4666666667vw;
    width: 59.2vw;
}
@media screen and (min-width: 751px) {
    .c-section-campaign__obj--3 {
        top: 1020.5333333333px;
        left: -135.3066666667px;
        width: 254.56px;
    }
}

/* ---------------------------------------------
*   c-section-monthly
--------------------------------------------- */
.c-section-monthly {
    margin-top: 17.3333333333vw;
    position: relative;
    padding: 6.4vw 0 10.6666666667vw;
}
@media screen and (min-width: 751px) {
    .c-section-monthly {
        margin-top: 74.5333333333px;
        padding: 27.52px 0 45.8666666667px;
    }
}
.c-section-monthly__container {
    margin-inline: auto;
    width: 89.3333333333vw;
    border-radius: 3.2vw;
    background-color: #fff;
    padding-top: 10.6666666667vw;
    padding-bottom: 6.9333333333vw;
}
@media screen and (min-width: 751px) {
    .c-section-monthly__container {
        width: 384.1333333333px;
        border-radius: 13.76px;
        padding-top: 45.8666666667px;
        padding-bottom: 29.8133333333px;
    }
}
.c-section-monthly__label {
    position: absolute;
    top: 0.5333333333vw;
    left: 49%;
    transform: translateX(-50%);
}
@media screen and (min-width: 751px) {
    .c-section-monthly__label {
        top: 2.2933333333px;
    }
}
.c-section-monthly__balloon {
    padding: 2.9333333333vw 7.4666666667vw 3.7333333333vw;
    border: 1px solid #000;
    line-height: 1;
    border-radius: 6vw;
    background-color: #fff;
}
@media screen and (min-width: 751px) {
    .c-section-monthly__balloon {
        padding: 12.6133333333px 32.1066666667px 16.0533333333px;
        border-radius: 25.8px;
        line-height: 1;
    }
}
.c-section-monthly__balloon::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    display: block;
    width: 4.2666666667vw;
    height: 5.0666666667vw;
    background: url(../img/bg_balloon_bottom_2.png) 50% 0 no-repeat;
    background-size: 100% auto;
    transform: translate(-50%, 85%);
}
@media screen and (min-width: 751px) {
    .c-section-monthly__balloon::after {
        width: 18.3466666667px;
        height: 21.7866666667px;
    }
}
.c-section-monthly__balloon-txt {
    color: #000;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 3.7333333333vw;
    font-weight: bold;
    letter-spacing: 0;
    white-space: nowrap;
}
@media screen and (min-width: 751px) {
    .c-section-monthly__balloon-txt {
        font-size: 14.9066666667px;
    }
}
.c-section-monthly__float-img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
}
.c-section-monthly__float-img-item {
    position: absolute;
}
.c-section-monthly__float-img-item--1 {
    top: 38.1333333333vw;
    right: 0;
    width: 28.5333333333vw;
}
@media screen and (min-width: 751px) {
    .c-section-monthly__float-img-item--1 {
        top: 163.9733333333px;
        width: 122.6933333333px;
    }
}
.c-section-monthly__float-img-item--2 {
    top: 68.5333333333vw;
    left: 0;
    width: 28.8vw;
}
@media screen and (min-width: 751px) {
    .c-section-monthly__float-img-item--2 {
        top: 294.6933333333px;
        width: 123.84px;
    }
}
.c-section-monthly__float-img-item--3 {
    top: 188vw;
    left: 0;
    width: 28.8vw;
}
@media screen and (min-width: 751px) {
    .c-section-monthly__float-img-item--3 {
        top: 808.4px;
        width: 123.84px;
    }
}
.c-section-monthly__float-img-item--4 {
    top: 286.4vw;
    right: 0;
    width: 28.8vw;
}
@media screen and (min-width: 751px) {
    .c-section-monthly__float-img-item--4 {
        top: 1231.52px;
        width: 123.84px;
    }
}
.c-section-monthly__float-img-item img {
    display: block;
    width: 100%;
}
.c-section-monthly__img {
    position: relative;
    width: 80.5333333333vw;
    margin-inline: auto;
    margin: 0 auto;
}
@media screen and (min-width: 751px) {
    .c-section-monthly__img {
        width: 346.2933333333px;
    }
}
.c-section-monthly__img img {
    display: block;
    width: 100%;
}

/* ---------------------------------------------
*   c-section-campaign2
--------------------------------------------- */
.c-section-campaign2 {
    position: relative;
    padding-top: 14.4vw;
    color: #9FD34D;
}
@media screen and (min-width: 751px) {
    .c-section-campaign2 {
        padding-top: 61.92px;
    }
}
.c-section-campaign2__head {
    text-align: center;
}
.c-section-campaign2__ttl {
    width: 73.6%;
    margin-inline: auto;
}
.c-section-campaign2__ttl img {
    width: 100%;
}
.c-section-campaign2__contents {
    margin-top: 7.4666666667vw;
    margin-inline: auto;
    width: 86.6666666667vw;
    padding: 8.8vw 2.6666666667vw;
    border-radius: 2.6666666667vw;
    background-color: #fff;
}
@media screen and (min-width: 751px) {
    .c-section-campaign2__contents {
        margin-top: 32.1066666667px;
        width: 372.6666666667px;
        padding: 37.84px 11.4666666667px;
        border-radius: 11.4666666667px;
    }
}
.c-section-campaign2__date {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    white-space: nowrap;
}
.c-section-campaign2__date-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 11.4666666667vw;
    height: 11.4666666667vw;
    color: #9FD34D;
    font-size: 3.0533333333vw;
    font-weight: 500;
    line-height: 1.08;
    letter-spacing: 0.05em;
    margin-top: 1.6vw;
    margin-right: 1.6vw;
    border-radius: 50%;
    border: 0.3733333333vw solid #9FD34D;
}
@media screen and (min-width: 751px) {
    .c-section-campaign2__date-icon {
        width: 49.3066666667px;
        height: 49.3066666667px;
        margin-top: 6px;
        margin-right: 6.88px;
        font-size: 13.1293333333px;
        border-width: 1.9493333333px;
    }
}
.c-section-campaign2__date-txt {
    color: #9FD34D;
    font-family: "Work Sans", sans-serif;
    font-size: 11.2vw;
    font-weight: 400;
    letter-spacing: -0.01em;
    line-height: 1.24;
}
@media screen and (min-width: 751px) {
    .c-section-campaign2__date-txt {
        font-size: 48.16px;
    }
}
.c-section-campaign2__date-txt-s {
    display: inline-block;
    font-family: "Work Sans", sans-serif;
    margin-left: 1.0666666667vw;
    font-size: 3.7333333333vw;
    font-weight: 500;
    letter-spacing: 0;
}
@media screen and (min-width: 751px) {
    .c-section-campaign2__date-txt-s {
        margin-left: 4.5866666667px;
        font-size: 16.0533333333px;
    }
}
.c-section-campaign2__date-txt-sym {
    display: inline-block;
    font-size: 10.6666666667vw;
    margin-left: 0.8vw;
    margin-right: 1.8666666667vw;
    transform: translateY(-1.0666666667vw);
}
@media screen and (min-width: 751px) {
    .c-section-campaign2__date-txt-sym {
        font-size: 45.8666666667px;
        margin-left: 3.44px;
        margin-right: 8.0266666667px;
        transform: translateY(-4.5866666667px);
    }
}
.c-section-campaign2__txt-wrap {
    margin-top: 3.4666666667vw;
}
@media screen and (min-width: 751px) {
    .c-section-campaign2__txt-wrap {
        margin-top: 14.9066666667px;
    }
}
.c-section-campaign2__txt {
    font-size: 4vw;
    font-weight: bold;
    color: #4D4D4D;
    text-align: center;
    line-height: 1.544;
}
@media screen and (min-width: 751px) {
    .c-section-campaign2__txt {
        font-size: 17.2px;
    }
}
.c-section-campaign2__txt--s {
    font-size: 3.4666666667vw;
}
@media screen and (min-width: 751px) {
    .c-section-campaign2__txt--s {
        font-size: 14.9066666667px;
    }
}
.c-section-campaign2__box {
    margin-top: 4.6666666667vw;
    padding: 5.8666666667vw 5.3333333333vw 4.2666666667vw;
    border-radius: 2.6666666667vw;
    background-color: rgba(160, 211, 77, 0.1019607843);
}
@media screen and (min-width: 751px) {
    .c-section-campaign2__box {
        margin-top: 20.0666666667px;
        padding: 25.2266666667px 22.9333333333px 18.3466666667px;
        border-radius: 11.4666666667px;
    }
}
.c-section-campaign2__box-icon {
    display: block;
    width: 6.4vw;
    margin: 0 auto 2.6666666667vw;
}
@media screen and (min-width: 751px) {
    .c-section-campaign2__box-icon {
        width: 27.52px;
        margin-bottom: 11.4666666667px;
    }
}
.c-section-campaign2__box-icon img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}
.c-section-campaign2__box-list-item {
    display: flex;
    align-items: center;
    margin-bottom: 1.8666666667vw;
}
@media screen and (min-width: 751px) {
    .c-section-campaign2__box-list-item {
        margin-bottom: 8.0266666667px;
    }
}
.c-section-campaign2__box-list-item:last-of-type {
    margin-bottom: 0;
}
.c-section-campaign2__box-list-label {
    display: inline-block;
    margin-right: 2.6666666667vw;
    padding: 0.1333333333vw 2.1333333333vw 0.1333333333vw;
    border-radius: 1.0666666667vw;
    border: 1px solid #9FD34D;
    font-size: 3.2vw;
    font-weight: bold;
    letter-spacing: 0.03em;
}
@media screen and (min-width: 751px) {
    .c-section-campaign2__box-list-label {
        margin-right: 11.4666666667px;
        padding: 0.866667px 9.1733333333px 1px;
        font-size: 13.76px;
        border-radius: 4.5866666667px;
    }
}
.c-section-campaign2__box-list-txt {
    margin-top: 0.2666666667vw;
    color: #4D4D4D;
    font-feature-settings: "palt";
    font-size: 3.3333333333vw;
    font-weight: bold;
    letter-spacing: 0.02em;
    white-space: nowrap;
}
@media screen and (min-width: 751px) {
    .c-section-campaign2__box-list-txt {
        margin-top: 1.1466666667px;
        font-size: 14.3333333333px;
    }
}
.c-section-campaign2__btn {
    margin-top: 4vw;
    margin-inline: auto;
    width: 68.5333333333vw;
    display: flex;
    align-items: center;
    justify-content: center;
    filter: drop-shadow(2px 4px 4px rgba(0, 0, 0, 0.25));
    transform: translate3d(0, 0, 0);
    will-change: opacity;
}
@media (hover: hover) and (pointer: fine) and (hover: hover) and (pointer: fine) {
    .c-section-campaign2__btn {
        transition: opacity 300ms;
    }
    .c-section-campaign2__btn:hover {
        opacity: 0.6;
    }
}
@media screen and (min-width: 751px) {
    .c-section-campaign2__btn {
        margin-top: 17.2px;
        width: 294.6933333333px;
    }
}
.c-section-campaign2__link-outer {
    margin-top: 6.1333333333vw;
    text-align: center;
    color: #4D4D4D;
}
@media screen and (min-width: 751px) {
    .c-section-campaign2__link-outer {
        margin-top: 26.3733333333px;
    }
}
.c-section-campaign2__link {
    position: relative;
    font-size: 3.4666666667vw;
    padding-right: 4.8vw;
    padding-bottom: 1.3333333333vw;
    border-bottom: 0.4533333333vw solid #4D4D4D;
    font-weight: bold;
}
@media (hover: hover) and (pointer: fine) and (hover: hover) and (pointer: fine) {
    .c-section-campaign2__link {
        transition: opacity 300ms;
    }
    .c-section-campaign2__link:hover {
        opacity: 0.6;
    }
}
@media screen and (min-width: 751px) {
    .c-section-campaign2__link {
        padding-right: 20.64px;
        padding-bottom: 5.7333333333px;
        font-size: 14.9066666667px;
        border-width: 1.9493333333px;
    }
}
.c-section-campaign2__link:after {
    content: "";
    position: absolute;
    top: 5%;
    right: 0;
    width: 3.2vw;
    height: 3.2vw;
    -webkit-mask: url("../img/icn_blank.svg") 0 0/100% auto no-repeat;
            mask: url("../img/icn_blank.svg") 0 0/100% auto no-repeat;
    background-color: #4D4D4D;
}
@media screen and (min-width: 751px) {
    .c-section-campaign2__link:after {
        width: 13.76px;
        height: 13.76px;
    }
}
.android .c-section-campaign2__link:after {
    top: 17%;
}

/* ---------------------------------------------
*   c-section-campaign3
--------------------------------------------- */
.c-section-campaign3 {
    margin-top: 8vw;
    position: relative;
    padding-top: 9.8666666667vw;
    background-color: #F1ECC4;
}
@media screen and (min-width: 751px) {
    .c-section-campaign3 {
        margin-top: 34.4px;
        padding-top: 40.1333333333px;
    }
}
.c-section-campaign3__container {
    position: relative;
    z-index: 3;
}
.c-section-campaign3__head {
    text-align: center;
}
.c-section-campaign3__ttl {
    margin-inline: auto;
    width: 83.4666666667vw;
}
@media screen and (min-width: 751px) {
    .c-section-campaign3__ttl {
        width: 358.9066666667px;
    }
}
.c-section-campaign3__top-txt-wrap {
    margin-top: 8.2666666667vw;
}
@media screen and (min-width: 751px) {
    .c-section-campaign3__top-txt-wrap {
        margin-top: 35.5466666667px;
    }
}
.c-section-campaign3__top-txt-wrap + .c-section-campaign3__top-txt-wrap {
    margin-top: 3.4666666667vw;
}
@media screen and (min-width: 751px) {
    .c-section-campaign3__top-txt-wrap + .c-section-campaign3__top-txt-wrap {
        margin-top: 14.9066666667px;
    }
}
.c-section-campaign3__top-txt {
    font-size: 4vw;
    font-weight: 500;
    font-feature-settings: "palt";
    line-height: 1.88;
    letter-spacing: -0.05em;
    color: #3B2A1E;
}
@media screen and (min-width: 750px) {
    .c-section-campaign3__top-txt {
        font-size: 17.2px;
    }
}
.c-section-campaign3__top-txt--underline {
    position: relative;
    display: inline-block;
}
.c-section-campaign3__top-txt--underline::after {
    content: "";
    position: absolute;
    width: 102%;
    height: 1.3333333333vw;
    bottom: 4px;
    left: -2%;
    background: linear-gradient(to right, rgba(54, 171, 136, 0.3), rgba(54, 171, 136, 0.3));
}
@media screen and (min-width: 751px) {
    .c-section-campaign3__top-txt--underline::after {
        height: 5.7333333333px;
    }
}
.c-section-campaign3__top-txt--s {
    margin-right: -1.3333333333vw;
}
@media screen and (min-width: 751px) {
    .c-section-campaign3__top-txt--s {
        margin-right: -5.7333333333px;
    }
}
.c-section-campaign3__body {
    margin-top: 5.3333333333vw;
    margin-inline: auto;
    position: relative;
    width: 89.3333333333vw;
    background-color: #9BEAE2;
    background-image: url("../img/bg_campaign3-top.png"), url("../img/bg_campaign3-bottom.png");
    background-position: top center, bottom center;
    background-repeat: no-repeat, no-repeat;
    background-size: contain, contain;
    padding-block: 1.3333333333vw;
    border-radius: 10px;
    z-index: 1;
}
@media screen and (min-width: 751px) {
    .c-section-campaign3__body {
        margin-top: 22.9333333333px;
        width: 384.1333333333px;
        padding-block: 5.7333333333px;
    }
}
.c-section-campaign3__overlay {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    background-color: rgba(225, 249, 247, 0.6);
}
.c-section-campaign3__btm-bg {
    position: absolute;
    display: block;
    width: 100%;
    bottom: -26.6666666667vw;
}
@media screen and (min-width: 751px) {
    .c-section-campaign3__btm-bg {
        bottom: -114.6666666667px;
    }
}

/* ---------------------------------------------
*   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;
}

/* KVフェード */
.js-fade-intro {
    opacity: 0;
}
.js-fade-intro.is-active {
    opacity: 1;
    transition: opacity 1s;
}

/* KVフェードアップ */
.js-fadeup-intro {
    opacity: 0;
    transform: translateY(30px);
}
.js-fadeup-intro.is-active {
    opacity: 1;
    transition: opacity 0.75s, transform 0.75s;
    transform: translateY(0);
}

/* KVフェードダウン */
.js-fadedown-intro {
    opacity: 0;
    transform: translateY(-30px);
}
.js-fadedown-intro.is-active {
    opacity: 1;
    transition: opacity 0.75s, transform 0.75s;
    transform: translateY(0);
}

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

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

/* フェードアップ */
.js-fadeup {
    opacity: 0;
    transform: translateY(30px);
}
.js-fadeup.is-active {
    opacity: 1;
    transition: opacity 0.75s, transform 0.75s;
    transform: translateY(0);
}

/* フェードアップ:feature */
.js-fadeup-feature {
    opacity: 0;
    transform: translateY(30px);
}
.js-fadeup-feature.is-active {
    opacity: 1;
    transition: opacity 0.75s, transform 0.75s;
    transform: translateY(0);
}

/* 左にスライド */
.js-slidein-to-left {
    opacity: 0;
    transform: translateX(50px);
}
.js-slidein-to-left.is-active {
    transform: translateX(0);
    opacity: 1;
    transition: transform 0.8s, opacity 1s;
}

/* 右にスライド */
.js-slidein-to-right {
    opacity: 0;
    transform: translateX(-50px);
}
.js-slidein-to-right.is-active {
    transform: translateX(0);
    opacity: 1;
    transition: transform 0.8s, opacity 1s;
}

/* 特徴 回転アニメ */
.js-fade-rotate {
    opacity: 0;
    transform: rotateY(-180deg);
    backface-visibility: hidden;
}
.js-fade-rotate.is-active {
    opacity: 1;
    transition: transform 1s;
    transform: rotateY(0);
}

/* テキスト　フェードインアップ */
.js-txts-rising-item {
    overflow: hidden;
    will-change: transform、, opacity;
    transform: translateY(30px);
    opacity: 0;
}
.js-txts-rising.is-active .js-txts-rising-item {
    transform: translateY(0);
    transition: transform 0.75s, opacity 0.75s;
    opacity: 1;
}
.js-txts-rising.is-active .js-txts-rising-item:nth-child(1) {
    transition-delay: 0s;
}
.js-txts-rising.is-active .js-txts-rising-item:nth-child(2) {
    transition-delay: 100ms;
}
.js-txts-rising.is-active .js-txts-rising-item:nth-child(3) {
    transition-delay: 200ms;
}
.js-txts-rising.is-active .js-txts-rising-item:nth-child(4) {
    transition-delay: 300ms;
}
.js-txts-rising.is-active .js-txts-rising-item:nth-child(5) {
    transition-delay: 400ms;
}
.js-txts-rising.is-active .js-txts-rising-item:nth-child(6) {
    transition-delay: 500ms;
}

/* 文字を光らせる */
.js-flash {
    position: absolute;
    top: -2%;
    left: -60%;
    width: 60%;
    padding: 60% 0 0;
    background-image: radial-gradient(circle, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 75%);
    transform: skewX(30deg);
    transition: all 1.1s linear;
}
.js-flash.is-active {
    animation-name: flash;
    animation-duration: 1.1s;
    animation-iteration-count: 1;
    animation-timing-function: linear;
    left: 100%; /* アニメーションの終了位置 */
}

@keyframes flash {
    from {
        left: -60%; /* アニメーションの開始位置 */
    }
    to {
        left: 100%; /* 終了位置 */
    }
}
/* カーテンアニメ */
.js-scroll-curtain {
    transition: -webkit-clip-path 0.6s;
    transition: clip-path 0.6s;
    transition: clip-path 0.6s, -webkit-clip-path 0.6s;
}
.js-scroll-curtain[data-dir=LeftToRight] {
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
}
.js-scroll-curtain[data-dir=RightToLeft] {
    -webkit-clip-path: inset(0 0 0 100%);
            clip-path: inset(0 0 0 100%);
}
.js-scroll-curtain[data-dir=TopToBottom] {
    -webkit-clip-path: inset(0 0 100% 0);
            clip-path: inset(0 0 100% 0);
}
.js-scroll-curtain[data-dir=BottomToTop] {
    -webkit-clip-path: inset(100% 0 0 0);
            clip-path: inset(100% 0 0 0);
}
.js-scroll-curtain[data-dir=CenterToSide] {
    -webkit-clip-path: inset(0 50% 0 50%);
            clip-path: inset(0 50% 0 50%);
}
.js-scroll-curtain.is-active {
    -webkit-clip-path: inset(0);
            clip-path: inset(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: 1.3333333333vw !important;
    }
    .mgt-sp--10 {
        margin-top: 2.6666666667vw !important;
    }
    .mgt-sp--15 {
        margin-top: 4vw !important;
    }
    .mgt-sp--20 {
        margin-top: 5.3333333333vw !important;
    }
    .mgt-sp--25 {
        margin-top: 6.6666666667vw !important;
    }
    .mgt-sp--30 {
        margin-top: 8vw !important;
    }
    .mgt-sp--35 {
        margin-top: 9.3333333333vw !important;
    }
    .mgt-sp--40 {
        margin-top: 10.6666666667vw !important;
    }
    .mgt-sp--45 {
        margin-top: 12vw !important;
    }
    .mgt-sp--50 {
        margin-top: 13.3333333333vw !important;
    }
    .mgt-sp--55 {
        margin-top: 14.6666666667vw !important;
    }
    .mgt-sp--60 {
        margin-top: 16vw !important;
    }
    .mgt-sp--65 {
        margin-top: 17.3333333333vw !important;
    }
    .mgt-sp--70 {
        margin-top: 18.6666666667vw !important;
    }
    .mgt-sp--75 {
        margin-top: 20vw !important;
    }
    .mgt-sp--80 {
        margin-top: 21.3333333333vw !important;
    }
    .mgt-sp--85 {
        margin-top: 22.6666666667vw !important;
    }
    .mgt-sp--90 {
        margin-top: 24vw !important;
    }
    .mgt-sp--95 {
        margin-top: 25.3333333333vw !important;
    }
    .mgt-sp--100 {
        margin-top: 26.6666666667vw !important;
    }
    .mgt-sp--105 {
        margin-top: 28vw !important;
    }
    .mgt-sp--110 {
        margin-top: 29.3333333333vw !important;
    }
    .mgt-sp--115 {
        margin-top: 30.6666666667vw !important;
    }
    .mgt-sp--120 {
        margin-top: 32vw !important;
    }
    .mgt-sp--125 {
        margin-top: 33.3333333333vw !important;
    }
    .mgt-sp--130 {
        margin-top: 34.6666666667vw !important;
    }
    .mgt-sp--135 {
        margin-top: 36vw !important;
    }
    .mgt-sp--140 {
        margin-top: 37.3333333333vw !important;
    }
    .mgt-sp--145 {
        margin-top: 38.6666666667vw !important;
    }
    .mgt-sp--150 {
        margin-top: 40vw !important;
    }
    .mgt-sp--155 {
        margin-top: 41.3333333333vw !important;
    }
    .mgt-sp--160 {
        margin-top: 42.6666666667vw !important;
    }
    .mgt-sp--165 {
        margin-top: 44vw !important;
    }
    .mgt-sp--170 {
        margin-top: 45.3333333333vw !important;
    }
    .mgt-sp--175 {
        margin-top: 46.6666666667vw !important;
    }
    .mgt-sp--180 {
        margin-top: 48vw !important;
    }
    .mgt-sp--185 {
        margin-top: 49.3333333333vw !important;
    }
    .mgt-sp--190 {
        margin-top: 50.6666666667vw !important;
    }
    .mgt-sp--195 {
        margin-top: 52vw !important;
    }
    .mgt-sp--200 {
        margin-top: 53.3333333333vw !important;
    }
    .mgt-sp--205 {
        margin-top: 54.6666666667vw !important;
    }
    .mgt-sp--210 {
        margin-top: 56vw !important;
    }
    .mgt-sp--215 {
        margin-top: 57.3333333333vw !important;
    }
    .mgt-sp--220 {
        margin-top: 58.6666666667vw !important;
    }
    .mgt-sp--225 {
        margin-top: 60vw !important;
    }
    .mgt-sp--230 {
        margin-top: 61.3333333333vw !important;
    }
    .mgt-sp--235 {
        margin-top: 62.6666666667vw !important;
    }
    .mgt-sp--240 {
        margin-top: 64vw !important;
    }
    .mgt-sp--245 {
        margin-top: 65.3333333333vw !important;
    }
    .mgt-sp--250 {
        margin-top: 66.6666666667vw !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: 1.3333333333vw !important;
    }
    .mgb-sp--10 {
        margin-bottom: 2.6666666667vw !important;
    }
    .mgb-sp--15 {
        margin-bottom: 4vw !important;
    }
    .mgb-sp--20 {
        margin-bottom: 5.3333333333vw !important;
    }
    .mgb-sp--25 {
        margin-bottom: 6.6666666667vw !important;
    }
    .mgb-sp--30 {
        margin-bottom: 8vw !important;
    }
    .mgb-sp--35 {
        margin-bottom: 9.3333333333vw !important;
    }
    .mgb-sp--40 {
        margin-bottom: 10.6666666667vw !important;
    }
    .mgb-sp--45 {
        margin-bottom: 12vw !important;
    }
    .mgb-sp--50 {
        margin-bottom: 13.3333333333vw !important;
    }
    .mgb-sp--55 {
        margin-bottom: 14.6666666667vw !important;
    }
    .mgb-sp--60 {
        margin-bottom: 16vw !important;
    }
    .mgb-sp--65 {
        margin-bottom: 17.3333333333vw !important;
    }
    .mgb-sp--70 {
        margin-bottom: 18.6666666667vw !important;
    }
    .mgb-sp--75 {
        margin-bottom: 20vw !important;
    }
    .mgb-sp--80 {
        margin-bottom: 21.3333333333vw !important;
    }
    .mgb-sp--85 {
        margin-bottom: 22.6666666667vw !important;
    }
    .mgb-sp--90 {
        margin-bottom: 24vw !important;
    }
    .mgb-sp--95 {
        margin-bottom: 25.3333333333vw !important;
    }
    .mgb-sp--100 {
        margin-bottom: 26.6666666667vw !important;
    }
    .mgb-sp--105 {
        margin-bottom: 28vw !important;
    }
    .mgb-sp--110 {
        margin-bottom: 29.3333333333vw !important;
    }
    .mgb-sp--115 {
        margin-bottom: 30.6666666667vw !important;
    }
    .mgb-sp--120 {
        margin-bottom: 32vw !important;
    }
    .mgb-sp--125 {
        margin-bottom: 33.3333333333vw !important;
    }
    .mgb-sp--130 {
        margin-bottom: 34.6666666667vw !important;
    }
    .mgb-sp--135 {
        margin-bottom: 36vw !important;
    }
    .mgb-sp--140 {
        margin-bottom: 37.3333333333vw !important;
    }
    .mgb-sp--145 {
        margin-bottom: 38.6666666667vw !important;
    }
    .mgb-sp--150 {
        margin-bottom: 40vw !important;
    }
    .mgb-sp--155 {
        margin-bottom: 41.3333333333vw !important;
    }
    .mgb-sp--160 {
        margin-bottom: 42.6666666667vw !important;
    }
    .mgb-sp--165 {
        margin-bottom: 44vw !important;
    }
    .mgb-sp--170 {
        margin-bottom: 45.3333333333vw !important;
    }
    .mgb-sp--175 {
        margin-bottom: 46.6666666667vw !important;
    }
    .mgb-sp--180 {
        margin-bottom: 48vw !important;
    }
    .mgb-sp--185 {
        margin-bottom: 49.3333333333vw !important;
    }
    .mgb-sp--190 {
        margin-bottom: 50.6666666667vw !important;
    }
    .mgb-sp--195 {
        margin-bottom: 52vw !important;
    }
    .mgb-sp--200 {
        margin-bottom: 53.3333333333vw !important;
    }
    .mgb-sp--205 {
        margin-bottom: 54.6666666667vw !important;
    }
    .mgb-sp--210 {
        margin-bottom: 56vw !important;
    }
    .mgb-sp--215 {
        margin-bottom: 57.3333333333vw !important;
    }
    .mgb-sp--220 {
        margin-bottom: 58.6666666667vw !important;
    }
    .mgb-sp--225 {
        margin-bottom: 60vw !important;
    }
    .mgb-sp--230 {
        margin-bottom: 61.3333333333vw !important;
    }
    .mgb-sp--235 {
        margin-bottom: 62.6666666667vw !important;
    }
    .mgb-sp--240 {
        margin-bottom: 64vw !important;
    }
    .mgb-sp--245 {
        margin-bottom: 65.3333333333vw !important;
    }
    .mgb-sp--250 {
        margin-bottom: 66.6666666667vw !important;
    }
}