@charset "UTF-8";
/* ---------------------------------------------
*   l-contents
--------------------------------------------- */
.l-contents {
    padding-top: 98px;
}

/* ---------------------------------------------
*   l-footer
--------------------------------------------- */
@media screen and (min-width: 661px) {
    .l-footer__logo-link {
        transition: opacity 300ms;
    }
    .l-footer__logo-link:hover {
        opacity: 0.8;
    }
}
/*  l-footer-pagetop
--------------------------------------------- */
.l-footer-pagetop {
    position: fixed;
    bottom: 90px;
    right: 138px;
    margin-left: auto;
    width: 50px;
    z-index: 99;
}
@media screen and (max-width: 660px) {
    .l-footer-pagetop {
        position: sticky;
        bottom: 2.6666666667vw;
        right: 5.3333333333vw;
        width: 10.6666666667vw;
    }
}
.l-footer-pagetop__link {
    position: absolute;
    bottom: 1rem;
    right: 1rem;
    display: block;
    width: 50px;
    height: 0;
    padding-top: 50px;
    background-color: #007bbb;
    overflow: hidden;
    transition: opacity 300ms;
}
.l-footer-pagetop__link:hover {
    opacity: 0.8;
}
.l-footer-pagetop__link::after {
    position: absolute;
    top: 44%;
    left: 32%;
    display: block;
    content: "";
    width: 18px;
    height: 18px;
    box-sizing: border-box;
    border-left: 2px solid #fff;
    border-top: 2px solid #fff;
    transform: rotate(45deg);
}
@media screen and (min-width: 661px) {
    .l-footer-pagetop {
        transition: opacity 300ms;
    }
    .l-footer-pagetop:hover {
        opacity: 0.8;
    }
}

/*  l-footer-nav
--------------------------------------------- */
@media screen and (min-width: 661px) {
    .l-footer-nav__link {
        transition: opacity 300ms;
    }
    .l-footer-nav__link:hover {
        opacity: 0.8;
    }
}

/* ---------------------------------------------
*   shop
--------------------------------------------- */
.mfp-close {
    width: 50px !important;
    height: 50px !important;
}
@media screen and (max-width: 660px) {
    .mfp-close {
        width: 9.3333333333vw !important;
        height: 9.3333333333vw !important;
    }
}

.mfp-close--shop-modal {
    top: 30px !important;
    right: 30px !important;
    width: 50px !important;
    height: 50px !important;
    opacity: 1 !important;
    padding: 0 !important;
}
@media screen and (max-width: 660px) {
    .mfp-close--shop-modal {
        top: 6.6666666667vw !important;
        right: 6.6666666667vw !important;
        width: 9.3333333333vw !important;
        height: 9.3333333333vw !important;
    }
}

.mfp-close--kouka-modal {
    top: 30px !important;
    right: 30px !important;
    width: 50px !important;
    height: 50px !important;
    opacity: 1 !important;
    padding: 0 !important;
}
@media screen and (max-width: 660px) {
    .mfp-close--kouka-modal {
        top: 3.3333333333vw !important;
        right: 3.3333333333vw !important;
        width: 9.3333333333vw !important;
        height: 9.3333333333vw !important;
    }
}

.mfp-close:active img {
    top: 0 !important;
}

.mfp-close img {
    top: initial !important;
    opacity: 1;
    padding: 0 !important;
    cursor: pointer;
    transform: translate3d(0, 0, 0);
}
@media screen and (min-width: 661px) {
    .mfp-close img {
        transition: opacity 300ms;
        transform: translate3d(0, 0, 0);
    }
    .mfp-close img:hover {
        opacity: 0.8;
    }
}

.mfp-bg {
    background-color: #000 !important;
    opacity: 0.2 !important;
}

.mfp-bg.mfp-his {
    background-color: #B2721D !important;
    opacity: 0.6 !important;
}

.tabi-root--shop-modal {
    position: relative;
    margin: 0 auto;
    max-width: 950px;
}

@media screen and (max-width: 640px) {
    .tabi-root--shop-modal {
        max-width: 100%;
    }
}
.tabi-root--tabi-modal {
    position: relative;
    margin: 0 auto;
    max-width: 960px;
}

@media screen and (max-width: 640px) {
    .tabi-root--tabi-modal {
        max-width: 100%;
    }
}
.tabi-root--kouka-modal1 {
    position: relative;
    margin: 0 auto;
    max-width: 520px;
}

@media screen and (max-width: 640px) {
    .tabi-root--kouka-modal1 {
        max-width: 89.3333333333%;
    }
}
.tabi-root--kouka-modal2 {
    position: relative;
    margin: 0 auto;
    max-width: 960px;
}

@media screen and (max-width: 640px) {
    .tabi-root--kouka-modal2 {
        max-width: 89.3333333333%;
    }
}
.tabi-root--kouka-modal3 {
    position: relative;
    margin: 0 auto;
    max-width: 960px;
}

@media screen and (max-width: 640px) {
    .tabi-root--kouka-modal3 {
        max-width: 89.3333333333%;
    }
}
.cmn-shop-modal-wrapper {
    padding: 55px 0;
    text-align: center;
    background-color: rgb(255, 255, 255);
    filter: drop-shadow(0 0 20px rgba(0, 0, 0, 0.35));
}
.tabi-root--tabi-modal .cmn-shop-modal-wrapper {
    padding: 55px 0 40px;
    border-radius: 12px;
}

@media screen and (max-width: 640px) {
    .cmn-shop-modal-wrapper {
        padding: 18.75vw 0 7.8125vw;
        filter: drop-shadow(0 0 2.6666666667vw rgba(0, 0, 0, 0.35));
    }
    .tabi-root--tabi-modal .cmn-shop-modal-wrapper {
        border-radius: 0;
        filter: drop-shadow(0 0 0 rgba(0, 0, 0, 0)) !important;
    }
}
@media screen and (max-width: 640px) {
    .cmn-shop-modal-wrapper--shop {
        padding-top: 21.3333333333vw;
        filter: drop-shadow(0 0 0 rgba(0, 0, 0, 0)) !important;
    }
}
.cmn-kouka-modal-wrapper {
    position: relative;
    padding: 114px 0 40px;
    text-align: center;
    background-color: #FFEBB6;
    border-radius: 10px;
    filter: drop-shadow(0 0 20px rgba(0, 0, 0, 0.4));
}

@media screen and (max-width: 640px) {
    .cmn-kouka-modal-wrapper {
        padding: 18.75vw 0 7.8125vw;
        border-radius: 1.3333333333vw;
        filter: drop-shadow(0 0 2.6666666667vw rgba(0, 0, 0, 0));
    }
}
.cmn-kouka-modal-wrapper__label {
    position: absolute;
    top: 30px;
    left: 0;
    padding: 10px 50px;
    border-radius: 0 5px 5px 0;
    background-color: #ED8A00;
    color: #fff;
    font-weight: 600;
    font-size: 26px;
    line-height: 1.1;
    font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "meiryo", sans-serif;
}
.cmn-kouka-modal-wrapper__label--green {
    background-color: #7CBF1B;
}
.windows .cmn-kouka-modal-wrapper__label {
    padding: 10px 50px 8px;
}

@media screen and (max-width: 640px) {
    .cmn-kouka-modal-wrapper__label {
        top: 3.3333333333vw;
        padding: 1.6vw 8vw;
        border-radius: 0 0.6666666667vw 0.6666666667vw 0;
        font-size: 4vw;
    }
    .windows .cmn-kouka-modal-wrapper__label {
        padding: 1.6vw 8vw 1.3333333333vw;
    }
}
.cmn-shop-modal__ttl {
    color: #000;
    font-weight: bold;
    font-size: 2rem;
    line-height: 1;
    letter-spacing: 0.05em;
}

@media screen and (max-width: 640px) {
    .cmn-shop-modal__ttl {
        font-size: 6.6666666667vw;
        line-height: 1;
    }
}
@media screen and (max-width: 640px) {
    .cmn-shop-modal__ttl--tabi {
        font-size: 8.2666666667vw;
        line-height: 1;
    }
}
.cmn-shop-modal__pic-list {
    margin: 50px auto 0;
    display: flex;
    justify-content: center;
}

@media screen and (max-width: 640px) {
    .cmn-shop-modal__pic-list {
        display: block;
        margin-top: 0;
        padding-top: 10px;
    }
}
.cmn-shop-modal__pic-list li {
    margin-right: 25px;
    width: 258px;
    transition: opacity 0.8s;
}

@media print, screen and (min-width: 641px) {
    .cmn-shop-modal__pic-list li:last-child {
        margin-right: 0;
    }

    .cmn-shop-modal__pic-list li:hover {
        opacity: 0.8;
    }
}
@media screen and (max-width: 640px) {
    .cmn-shop-modal__pic-list li {
        margin-top: 9.375vw;
        margin-left: auto;
        margin-right: auto;
        width: 81.6%;
    }

    .cmn-shop-modal__pic-list li:first-of-type {
        margin-top: 7.8125vw;
    }
}
.cmn-shop-modal__notice {
    margin-top: 40px;
    color: #000;
    font-size: 16px;
    line-height: 1;
    font-weight: bold;
    font-family: "Hiragino Mincho ProN", "Noto Sans CJK JP", "Yu Gothic", "Roboto", "meiryo", serif;
}

.cmn-shop-modal__notice span {
    margin-top: 55px;
    color: #000;
    font-size: 16px;
    line-height: 1;
    font-weight: bold;
}

@media screen and (max-width: 640px) {
    .cmn-shop-modal__notice {
        margin-top: 10.15625vw;
        font-size: 2.8125vw;
        line-height: 1;
    }
}
.mfp-ready .tabi-root {
    display: block !important;
}

/* ---------------------------------------------
*   c-box-1
--------------------------------------------- */
.c-box-1 {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 1;
}
@media screen and (max-width: 660px) {
    .c-box-1 {
        justify-content: flex-start;
    }
}
.c-box-1:before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    z-index: -1;
    content: "";
}
.c-box-1--orange:before {
    width: 472px;
    height: 312px;
    background: url(../img/top/bg_orange.png) 0 0 no-repeat;
    background-size: 100% auto;
}
@media screen and (max-width: 660px) {
    .c-box-1--orange:before {
        width: 85.6vw;
        height: 82.9333333333vw;
        background: url(../img/top/sp/bg_orange-sp.png) 0 0 no-repeat;
        background-size: 100% auto;
    }
}
.c-box-1--green:before {
    width: 312px;
    height: 312px;
    background: url(../img/top/bg_green.png) 0 0 no-repeat;
    background-size: 100% auto;
}
@media screen and (max-width: 660px) {
    .c-box-1--green:before {
        width: 85.6vw;
        height: 46.9333333333vw;
        background: url(../img/top/sp/bg_green-sp.png) 0 0 no-repeat;
        background-size: 100% auto;
    }
}
.c-box-1--purple:before {
    width: 312px;
    height: 312px;
    background: url(../img/top/bg_purple.png) 0 0 no-repeat;
    background-size: 100% auto;
}
@media screen and (max-width: 660px) {
    .c-box-1--purple:before {
        width: 85.6vw;
        height: 46.9333333333vw;
        background: url(../img/top/sp/bg_purple-sp.png) 0 0 no-repeat;
        background-size: 100% auto;
    }
}
.c-box-1--pink:before {
    width: 312px;
    height: 312px;
    background: url(../img/top/bg_pink.png) 0 0 no-repeat;
    background-size: 100% auto;
}
@media screen and (max-width: 660px) {
    .c-box-1--pink:before {
        width: 85.6vw;
        height: 46.9333333333vw;
        background: url(../img/top/sp/bg_pink-sp.png) 0 0 no-repeat;
        background-size: 100% auto;
    }
}
.c-box-1__ttl {
    display: block;
    font-weight: 600;
    font-size: 30px;
    letter-spacing: 0.05em;
    line-height: 1;
    text-align: center;
}
@media screen and (max-width: 660px) {
    .c-box-1__ttl {
        margin-top: 2vw;
        font-size: 6.6666666667vw;
        line-height: 1.3;
    }
}
.c-box-1__ttl--green {
    margin-top: 24px;
    padding-left: 10px;
    font-size: 35px;
    letter-spacing: 0.5em;
}
@media screen and (max-width: 660px) {
    .c-box-1__ttl--green {
        margin-top: 0;
        padding-left: 2.6666666667vw;
        font-size: 9.3333333333vw;
    }
}
.windows .c-box-1__ttl--green {
    letter-spacing: 0.25em;
}

.c-box-1__ttl--purple {
    margin-top: -10px;
    font-size: 34px;
}
@media screen and (max-width: 660px) {
    .c-box-1__ttl--purple {
        margin-top: -2.6666666667vw;
        font-size: 9.0666666667vw;
    }
}
.c-box-1__ttl--pink {
    margin-top: -20px;
    font-size: 34px;
}
@media screen and (max-width: 660px) {
    .c-box-1__ttl--pink {
        margin-top: -5.3333333333vw;
        font-size: 9.0666666667vw;
    }
}
@media screen and (max-width: 660px) {
    .c-box-1__ttl--sp-tansan {
        font-size: 8.8vw;
        margin-top: 0px;
    }
}
.c-box-1__ttl .small {
    font-weight: 600;
    font-size: 18px;
    line-height: 1.2;
    letter-spacing: 0;
}
@media screen and (max-width: 660px) {
    .c-box-1__ttl .small {
        font-size: 4.6666666667vw;
    }
}
.c-box-1__ttl-small {
    display: block;
    margin-top: 8px;
    font-weight: 300;
    font-size: 18px;
    line-height: 1.2;
    letter-spacing: -0.05em;
    font-feature-settings: "palt" 1;
}
@media screen and (max-width: 660px) {
    .c-box-1__ttl-small {
        margin-top: 0;
        font-size: 4.6666666667vw;
    }
}
.c-box-1__ttl-small2 {
    display: block;
    margin-top: 10px;
    margin-bottom: 4px;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.2;
    letter-spacing: 0;
}
@media screen and (max-width: 660px) {
    .c-box-1__ttl-small2 {
        margin-top: 1.2vw;
        margin-bottom: 1.0666666667vw;
        font-size: 4.6666666667vw;
    }
}
.c-box-1__ttl-small3 {
    display: block;
    margin-top: 10px;
    font-weight: bold;
    font-size: 12px;
    line-height: 1.54;
    letter-spacing: 0;
}
@media screen and (max-width: 660px) {
    .c-box-1__ttl-small3 {
        margin-top: 2.6666666667vw;
        font-size: 3.3333333333vw;
    }
}
.c-box-1__body {
    display: flex;
    justify-content: center;
    margin-top: 32px;
}
@media screen and (max-width: 660px) {
    .c-box-1__body {
        flex-wrap: wrap;
        margin-top: 3vw;
    }
}
.c-box-1__content {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    height: 85px;
    text-align: center;
    z-index: 1;
}
@media screen and (max-width: 660px) {
    .c-box-1__content {
        justify-content: center;
        width: 50%;
        height: 18vw;
        padding: 0;
    }
}
@media screen and (min-width: 661px) {
    .c-box-1__content + .c-box-1__content {
        margin-left: 24px;
        left: -4px;
    }
    .windows .c-box-1__content + .c-box-1__content {
        margin-left: 20px;
        left: -8px;
    }
}
@media screen and (max-width: 660px) {
    .c-box-1__content:nth-of-type(3n) {
        margin-top: 3vw;
    }
}
.c-box-1__contents-icon {
    position: relative;
    width: 30px;
    margin-left: 65px;
    margin-right: 65px;
}
@media screen and (max-width: 660px) {
    .c-box-1__contents-icon {
        width: 8.6666666667vw;
        margin-right: auto;
        margin-left: auto;
        margin-top: 11vw;
        margin-bottom: 8vw;
    }
}
.windows .c-box-1__contents-icon {
    margin-left: 55px;
    margin-right: 48px;
}
@media screen and (max-width: 660px) {
    .windows .c-box-1__contents-icon {
        margin-right: auto;
        margin-left: auto;
        margin-top: 11vw;
        margin-bottom: 8vw;
    }
}

.c-box-1__contents-icon--powder {
    top: 10px;
    left: -10px;
}
@media screen and (max-width: 660px) {
    .c-box-1__contents-icon--powder {
        top: 0;
        left: 0;
    }
}
.c-box-1__contents-icon--tansan {
    top: 5px;
    left: -5px;
    margin-left: 105px;
    margin-right: 105px;
}
@media screen and (max-width: 660px) {
    .c-box-1__contents-icon--tansan {
        top: 0;
        left: 0;
        margin-right: auto;
        margin-left: auto;
        margin-top: 9.3333333333vw;
        margin-bottom: 12vw;
    }
}
.windows .c-box-1__contents-icon--tansan {
    margin-left: 105px;
    margin-right: 105px;
}
@media screen and (max-width: 660px) {
    .windows .c-box-1__contents-icon--tansan {
        top: 0;
        left: 0;
        margin-right: auto;
        margin-left: auto;
        margin-top: 9.3333333333vw;
        margin-bottom: 12vw;
    }
}

.c-box-1__txt {
    display: block;
    font-weight: 600;
    font-size: 16px;
    line-height: 1;
    letter-spacing: -0.02em;
}
@media screen and (max-width: 660px) {
    .c-box-1__txt {
        font-size: 3.7333333333vw;
        line-height: 1.2;
    }
}
.c-box-1__note {
    display: block;
    font-weight: 300;
    font-size: 12px;
    line-height: 1.2;
    letter-spacing: -0.05em;
    font-feature-settings: "palt" 1;
    white-space: nowrap;
}
@media screen and (max-width: 660px) {
    .c-box-1__note {
        margin-top: 0.6666666667vw;
        font-size: 2vw;
        line-height: 1.35;
    }
}
.c-box-1__note .small {
    font-size: 10px;
}
@media screen and (max-width: 660px) {
    .c-box-1__note .small {
        margin-top: 0.6666666667vw;
        font-size: 2vw;
        line-height: 1.35;
    }
}
.c-box-1__btn {
    position: relative;
    z-index: 1;
}
@media screen and (max-width: 660px) {
    .c-box-1__btn {
        margin-top: 2vw;
    }
}
.c-box-1__btn--mgt20 {
    margin-top: 20px;
}
@media screen and (max-width: 660px) {
    .c-box-1__btn--mgt20 {
        margin-top: 1.3333333333vw;
    }
}
.c-box-1__fig {
    position: absolute;
}
.c-box-1__fig--1 {
    bottom: -100px;
    left: 35px;
    width: 148px;
}
@media screen and (max-width: 660px) {
    .c-box-1__fig--1 {
        left: -5.733333vw;
        bottom: -10vw;
        width: 31.6vw;
    }
}
.c-box-1__fig--2 {
    bottom: -95px;
    right: -80px;
    width: 154px;
}
@media screen and (max-width: 660px) {
    .c-box-1__fig--2 {
        right: -18vw;
        bottom: -10vw;
        width: 28vw;
    }
}
.c-box-1__fig--3 {
    bottom: -100px;
    left: -148px;
    width: 218px;
}
@media screen and (max-width: 660px) {
    .c-box-1__fig--3 {
        bottom: -13vw;
        left: -21vw;
        width: 33vw;
    }
}
.c-box-1__fig--4 {
    bottom: -108px;
    right: -108px;
    width: 182px;
}
@media screen and (max-width: 660px) {
    .c-box-1__fig--4 {
        right: -20vw;
        bottom: -16vw;
        width: 31.7333333333vw;
    }
}

/* ---------------------------------------------
*   c-btn-1
--------------------------------------------- */
.c-btn-1 {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 21px 0;
    width: 540px;
    border: 6px solid #C39D2A;
    border-radius: 12px;
    text-align: center;
    cursor: pointer;
    box-shadow: 0 0 8px 2px rgba(195, 157, 42, 0.5);
    background-color: white;
}
@media screen and (max-width: 660px) {
    .c-btn-1 {
        width: 86.6666666667vw;
        padding: 3.2vw 0;
        border: 0.8vw solid #C39D2A;
        border-radius: 2.6666666667vw;
        box-shadow: 0 0 1.6vw 0.4vw rgba(195, 157, 42, 0.5);
    }
}
.c-btn-1--blue {
    border-color: #1BA1DB;
    box-shadow: 0 0 8px 2px rgba(27, 161, 219, 0.5);
}
@media screen and (max-width: 660px) {
    .c-btn-1--blue {
        box-shadow: 0 0 1.6vw 0.4vw rgba(27, 161, 219, 0.5);
    }
}
@media screen and (max-width: 660px) {
    .c-btn-1 + .c-btn-1 {
        margin-top: 5.3333333333vw;
    }
}
.c-btn-1__outer {
    display: flex;
    justify-content: space-between;
    margin-top: 140px;
}
@media screen and (max-width: 660px) {
    .c-btn-1__outer {
        flex-wrap: wrap;
        margin-top: 14.6666666667vw;
    }
}
.c-btn-1__outer--center {
    justify-content: center;
    margin-top: 80px;
}
@media screen and (max-width: 660px) {
    .c-btn-1__outer--center {
        margin-top: 16vw;
    }
}
.c-btn-1__icon-left {
    width: 50px;
    margin-right: 20px;
}
@media screen and (max-width: 660px) {
    .c-btn-1__icon-left {
        width: 8vw;
        margin-right: 2.6666666667vw;
    }
}
.c-btn-1__icon-left img {
    width: 100%;
}
@media screen and (max-width: 660px) {
    .c-btn-1__icon-left img {
        display: block;
    }
}
.c-btn-1__icon-left--arrow {
    position: absolute;
    top: 50%;
    left: 142px;
    transform: translateY(-50%);
    width: 26px;
}
@media screen and (max-width: 660px) {
    .c-btn-1__icon-left--arrow {
        left: 25.3333333333vw;
        width: 3.3333333333vw;
    }
}
.c-btn-1__txt {
    margin-right: 20px;
    font-weight: bold;
    font-size: 26px;
    letter-spacing: 0.05em;
    line-height: 1.75;
    font-feature-settings: "palt" 1;
}
@media screen and (max-width: 660px) {
    .c-btn-1__txt {
        font-size: 3.7333333333vw;
        margin-right: 2.6666666667vw;
    }
}
.c-btn-1__txt--mgr0 {
    margin-right: 0 !important;
}
.c-btn-1__icon-right {
    width: 25px;
}
@media screen and (max-width: 660px) {
    .c-btn-1__icon-right {
        width: 3.3333333333vw;
    }
}
.c-btn-1__icon-right--blank {
    width: 28px;
}
@media screen and (max-width: 660px) {
    .c-btn-1__icon-right--blank {
        width: 4vw;
    }
}
.c-btn-1__icon-right img {
    width: 100%;
}
@media screen and (max-width: 660px) {
    .c-btn-1__icon-right img {
        display: block;
    }
}
@media screen and (min-width: 661px) {
    .c-btn-1 {
        transition: opacity 300ms;
    }
    .c-btn-1:hover {
        opacity: 0.8;
    }
}

/* ---------------------------------------------
*   c-btn-kv
--------------------------------------------- */
.c-btn-kv {
    display: none;
    position: absolute;
    right: 5.3333333333vw;
    width: 13.3333333333vw;
    z-index: 1;
}
@media screen and (max-width: 660px) {
    .c-btn-kv {
        display: block;
    }
}
.c-btn-kv--menu {
    top: 5.3333333333vw;
}
.c-btn-kv--shop {
    top: 21.3333333333vw;
}
.c-btn-kv img {
    width: 100%;
}

/* ---------------------------------------------
*   c-card-1
--------------------------------------------- */
.c-card-1 {
    padding: 35px 38px 42px;
    background-color: #fff;
    border-radius: 12px;
    overflow: hidden;
    /*float解除*/
}
@media screen and (max-width: 660px) {
    .c-card-1 {
        padding: 3.3333333333vw 4vw 5.3333333333vw;
        border-radius: 1.6vw;
    }
}
@media screen and (max-width: 660px) {
    .c-card-1 + .c-card-1 {
        margin-top: 6.6666666667vw;
    }
}
.c-card-1--1 {
    width: 480px;
}
@media screen and (max-width: 660px) {
    .c-card-1--1 {
        width: 100%;
        padding: 3.3333333333vw 4vw 4vw;
    }
}
.c-card-1--2 {
    width: 680px;
}
@media screen and (max-width: 660px) {
    .c-card-1--2 {
        width: 100%;
        padding: 3.3333333333vw 4vw 6.6666666667vw;
    }
}
.c-card-1__outer {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 70px;
}
@media screen and (max-width: 660px) {
    .c-card-1__outer {
        margin-top: 20vw;
    }
}
.c-card-1__space {
    float: right;
    width: 1px;
}
.c-card-1__space--1 {
    height: 142px;
}
@media screen and (max-width: 660px) {
    .c-card-1__space--1 {
        height: 22vw;
    }
}
.c-card-1__space--2 {
    height: 195px;
}
@media screen and (max-width: 660px) {
    .c-card-1__space--2 {
        height: 62vw;
    }
    .android .c-card-1__space--2 {
        height: 62vw;
    }
}
.c-card-1__img {
    float: right;
    margin: 0 0 0 20px;
    clear: both;
}
@media screen and (max-width: 660px) {
    .c-card-1__img {
        margin: 0;
    }
}
.c-card-1__img--1 {
    width: 190px;
}
@media screen and (max-width: 660px) {
    .c-card-1__img--1 {
        width: 40vw;
    }
}
.c-card-1__img--2 {
    width: 340px;
}
@media screen and (max-width: 660px) {
    .c-card-1__img--2 {
        width: 100%;
    }
}
.c-card-1__ttl {
    color: #C39D2A;
    font-weight: 600;
    font-size: 30px;
    line-height: 1.33;
    letter-spacing: 0.05em;
}
@media screen and (max-width: 660px) {
    .c-card-1__ttl {
        font-size: 5.3333333333vw;
        letter-spacing: 0;
    }
}
.c-card-1__txt {
    margin-top: 10px;
    font-weight: 300;
    font-size: 16px;
    line-height: 2.25;
    letter-spacing: 0.04em;
    text-align: justify;
    font-feature-settings: "palt" 1;
}
@media screen and (max-width: 660px) {
    .c-card-1__txt {
        margin-top: 1.3333333333vw;
        font-size: 3.3333333333vw;
        line-height: 1.67;
        letter-spacing: 0;
    }
}
@media screen and (max-width: 660px) {
    .iphone .c-card-1__txt {
        letter-spacing: -0.03em;
    }
}

.windows .c-card-1__txt {
    letter-spacing: -0.06em;
}
@media screen and (max-width: 660px) {
    .windows .c-card-1__txt {
        font-size: 3vw;
    }
}

@media screen and (max-width: 660px) {
    .android .c-card-1__txt {
        letter-spacing: -0.03em;
        font-size: 3.2vw;
    }
}

.c-card-1__txt-small {
    font-weight: 300;
    font-size: 12px;
    line-height: 3;
    letter-spacing: 0.05em;
}
@media screen and (max-width: 660px) {
    .c-card-1__txt-small {
        font-size: 2.1333333333vw;
    }
}
@media screen and (max-width: 660px) {
    .safari .c-card-1__txt-small {
        letter-spacing: -0.02em;
    }
}

@media screen and (max-width: 660px) {
    .windows .c-card-1__txt-small {
        letter-spacing: -0.02em;
    }
}

@media screen and (max-width: 660px) {
    .android .c-card-1__txt-small {
        letter-spacing: -0.02em;
    }
}

/* ---------------------------------------------
*   c-card-2
--------------------------------------------- */
.c-card-2 {
    width: 100%;
    overflow: hidden;
    /*float解除*/
}
.c-card-2--bottom {
    position: relative;
    overflow: visible;
}
.c-card-2__space {
    float: right;
    width: 1px;
}
@media screen and (max-width: 660px) {
    .c-card-2__space--1 {
        height: 10vw;
    }
}
.c-card-2__img {
    clear: both;
}
.c-card-2__img--1 {
    width: 34.6666666667vw;
    float: right;
}
.c-card-2__img--2 {
    width: 41.8666666667vw;
    margin: 0 4.6666666667vw 0 0;
    float: left;
}
.c-card-2__img--3 {
    position: absolute;
    right: 0;
    bottom: -14vw;
    width: 41vw;
    margin: 0;
}
.c-card-2__txt {
    font-weight: 300;
    font-size: 3.6vw;
    line-height: 2.1;
    letter-spacing: 0.05em;
    font-feature-settings: "palt" 1;
}
.windows .c-card-2__txt {
    letter-spacing: -0.02em;
    font-size: 3.4vw;
}

.android .c-card-2__txt {
    letter-spacing: 0.05em;
    font-size: 3.4vw;
}

.c-card-2__txt--wide {
    line-height: 1.9;
    letter-spacing: 0.09em;
    text-align: justify;
}
.windows .c-card-2__txt--wide {
    letter-spacing: -0.02em;
    line-height: 2.1;
}

.android .c-card-2__txt--wide {
    letter-spacing: 0.05em;
    line-height: 2.1;
}

/* ---------------------------------------------
*   c-cassette-1
--------------------------------------------- */
.c-cassette-1 {
    width: 100%;
    margin: 70px auto 0;
    background-color: #fff;
    border-radius: 10px;
}
@media screen and (max-width: 660px) {
    .c-cassette-1 {
        margin-top: 10.4vw;
        border-radius: 1.3333333333vw;
    }
}
.c-cassette-1 + .c-cassette-1 {
    margin-top: 60px;
}
@media screen and (max-width: 660px) {
    .c-cassette-1 + .c-cassette-1 {
        margin-top: 8vw;
    }
}
.c-cassette-1__inner {
    padding: 22px 20px 40px;
}
@media screen and (max-width: 660px) {
    .c-cassette-1__inner {
        padding: 5.3333333333vw;
    }
}
.c-cassette-1__contents {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 78px;
    padding-right: 60px;
}
@media screen and (max-width: 660px) {
    .c-cassette-1__contents {
        flex-direction: column;
        margin-top: 12.5333333333vw;
        padding-right: 0;
    }
}
.c-cassette-1__contents--tansan {
    margin-top: 110px;
    padding-right: 0;
}
@media screen and (max-width: 660px) {
    .c-cassette-1__contents--tansan {
        margin-top: 16vw;
    }
}
@media screen and (max-width: 660px) {
    .c-cassette-1__contents-icon {
        width: 8vw;
        height: 8vw;
    }
}
.c-cassette-1__contents-icon img {
    width: 100%;
}
.c-cassette-1__txt {
    position: relative;
    display: block;
    margin-top: 82px;
    color: rgb(80, 80, 80);
    font-weight: 600;
    font-size: 25px;
    letter-spacing: 0.55em;
    line-height: 1.75;
    text-align: center;
    z-index: 1;
}
@media screen and (max-width: 660px) {
    .c-cassette-1__txt {
        margin-top: 10vw;
        font-size: 6vw;
        letter-spacing: 0.5em;
    }
}
.c-cassette-1__txt:before {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate3d(-55%, -35%, 0);
    width: 110px;
    height: 14px;
    content: "";
    z-index: -1;
}
@media screen and (max-width: 660px) {
    .c-cassette-1__txt:before {
        width: 28vw;
        height: 3.4666666667vw;
    }
}
.c-cassette-1__txt--orange:before {
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgb(255, 146, 0) 0%, rgba(255, 146, 0, 0.5) 50%, rgb(255, 146, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.c-cassette-1__txt--purple {
    margin-top: 96px;
}
@media screen and (max-width: 660px) {
    .c-cassette-1__txt--purple {
        margin-top: 15vw;
    }
}
.c-cassette-1__txt--purple:before {
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(113, 113, 158, 0.5), rgba(207, 183, 212, 0.5) 50%, rgba(113, 113, 158, 0.5) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.c-cassette-1__note {
    display: block;
    margin-top: 10px;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.75;
    text-align: center;
    font-feature-settings: "palt" 1;
}
@media screen and (max-width: 660px) {
    .c-cassette-1__note {
        margin-top: 1vw;
        font-size: 3.3333333333vw;
        letter-spacing: -0.02em;
    }
}
.android .c-cassette-1__note {
    letter-spacing: -0.07em;
}
@media screen and (max-width: 660px) {
    .android .c-cassette-1__note {
        font-size: 3.0666666667vw;
        letter-spacing: -0.07em;
    }
}

.windows .c-cassette-1__note {
    letter-spacing: -0.05em;
}
@media screen and (max-width: 660px) {
    .windows .c-cassette-1__note {
        font-size: 2.9333333333vw;
        letter-spacing: -0.07em;
    }
}

/* ---------------------------------------------
*   c-qa-cassette
--------------------------------------------- */
.c-qa-cassette__head {
    display: flex;
}
.c-qa-cassette__body {
    display: flex;
    border-top: 6px solid rgba(195, 157, 42, 0.7);
}
@media screen and (max-width: 660px) {
    .c-qa-cassette__body {
        border-top: 0.8vw solid rgba(195, 157, 42, 0.7);
    }
}
.c-qa-cassette__left {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    margin-right: 4px;
    font-weight: bold;
    font-size: 24px;
    letter-spacing: 0.05em;
    line-height: 1;
}
@media screen and (max-width: 660px) {
    .c-qa-cassette__left {
        width: 11%;
        margin-right: 0.6%;
        font-size: 3.7333333333vw;
    }
}
.c-qa-cassette__head .c-qa-cassette__left {
    padding: 26px 0 24px;
    color: #fff;
    background-color: #C39D2A;
}
@media screen and (max-width: 660px) {
    .c-qa-cassette__head .c-qa-cassette__left {
        padding: 4.2vw 0 4.2vw;
    }
}

.c-qa-cassette__body .c-qa-cassette__left {
    padding: 22px 0 24px;
    color: #000;
    background-color: #EDE2BF;
}
@media screen and (max-width: 660px) {
    .c-qa-cassette__body .c-qa-cassette__left {
        padding: 4.2vw 0 4.2vw;
    }
}

.c-qa-cassette__right {
    width: calc(100% - 84px);
    font-feature-settings: "palt" 1;
}
@media screen and (max-width: 660px) {
    .c-qa-cassette__right {
        width: 88.4%;
    }
}
.c-qa-cassette__head .c-qa-cassette__right {
    padding: 23px 40px 22px;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    line-height: 1.75;
    background-color: #C39D2A;
    letter-spacing: 0.05em;
}
@media screen and (max-width: 660px) {
    .c-qa-cassette__head .c-qa-cassette__right {
        padding: 3.2vw 2.6666666667vw 3.2vw;
        font-size: 3.4666666667vw;
    }
}

.c-qa-cassette__body .c-qa-cassette__right {
    padding: 26px 40px 25px;
    color: #000;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.843;
    background-color: #EDE2BF;
}
@media screen and (max-width: 660px) {
    .c-qa-cassette__body .c-qa-cassette__right {
        padding: 3.2vw 2.6666666667vw 3.2vw;
        font-size: 2.9333333333vw;
        line-height: 1.65;
    }
}

.c-qa-cassette__txt a {
    color: #A0771D;
}
@media screen and (min-width: 661px) {
    .c-qa-cassette__txt a {
        text-decoration: underline;
    }
    .c-qa-cassette__txt a:hover {
        text-decoration: none;
    }
}
@media screen and (max-width: 660px) {
    .c-qa-cassette__txt a {
        text-decoration: underline;
    }
}

/* ---------------------------------------------
*   c-cassette
--------------------------------------------- */
.c-cassette {
    margin-bottom: 30px;
}
@media screen and (max-width: 660px) {
    .c-cassette {
        margin-bottom: 8vw;
    }
}
.c-cassette__head {
    margin-bottom: 15px;
}
@media screen and (max-width: 660px) {
    .c-cassette__head {
        margin-bottom: 4vw;
    }
}
.c-cassette__body {
    padding: 0 10px;
}
@media screen and (max-width: 660px) {
    .c-cassette__body {
        padding: 0;
    }
}

/* ---------------------------------------------
*   c-kouka-block
--------------------------------------------- */
.c-kouka-block {
    width: 400px;
    text-align: left;
}
@media screen and (max-width: 660px) {
    .c-kouka-block {
        width: 73.3333333333vw;
    }
}
.c-kouka-block + .c-kouka-block {
    margin-left: 40px;
}
@media screen and (max-width: 660px) {
    .c-kouka-block + .c-kouka-block {
        margin-top: 6vw;
        margin-left: auto;
        margin-right: auto;
    }
}
.c-kouka-block__outer {
    display: flex;
    justify-content: center;
    margin-top: 5px;
}
@media screen and (max-width: 660px) {
    .c-kouka-block__outer {
        flex-direction: column;
        align-items: center;
        margin-top: 0;
    }
}
.c-kouka-block__ttl {
    display: block;
    font-weight: 300;
    font-size: 40px;
    line-height: 1.25;
    letter-spacing: 0.05em;
    text-align: center;
}
@media screen and (max-width: 660px) {
    .c-kouka-block__ttl {
        font-size: 6.9333333333vw;
        line-height: 1.23;
    }
}
.c-kouka-block__ttl--kouki {
    margin-top: 20px;
}
.c-kouka-block__ttl-small {
    display: block;
    font-weight: 300;
    font-size: 24px;
    line-height: 1.4;
    text-align: center;
}
@media screen and (max-width: 660px) {
    .c-kouka-block__ttl-small {
        font-size: 3.4666666667vw;
        line-height: 1.3;
    }
}
.c-kouka-block__ttl2 {
    display: inline-block;
    font-weight: 600;
    font-size: 24px;
    line-height: 1.3;
    letter-spacing: 0.05em;
    text-align: left;
    background: linear-gradient(transparent 60%, rgba(237, 138, 0, 0.6) 60%);
}
@media screen and (max-width: 660px) {
    .c-kouka-block__ttl2 {
        font-size: 4vw;
        line-height: 1.23;
    }
}
.c-kouka-block__txt {
    margin-top: 20px;
    font-weight: 300;
    font-size: 18px;
    line-height: 2;
    letter-spacing: 0.1em;
    text-align: justify;
    font-feature-settings: "palt" 1;
}
@media screen and (max-width: 660px) {
    .c-kouka-block__txt {
        margin-top: 2vw;
        font-size: 3.3333333333vw;
        line-height: 1.68;
    }
}
.c-kouka-block__txt--kouki {
    margin-top: 40px;
}
@media screen and (max-width: 660px) {
    .c-kouka-block__txt--kouki {
        margin-top: 2vw;
    }
}
.windows .c-kouka-block__txt {
    letter-spacing: 0.01em;
}

.android .c-kouka-block__txt {
    letter-spacing: 0.01em;
}

.c-kouka-block__txt-small {
    font-size: 14px;
    line-height: 2.5;
}
@media screen and (max-width: 660px) {
    .c-kouka-block__txt-small {
        font-size: 2.4vw;
    }
}
.c-kouka-block__note {
    margin-top: 25px;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.625;
    letter-spacing: 0.05em;
    text-align: justify;
    font-feature-settings: "palt" 1;
}
@media screen and (max-width: 660px) {
    .c-kouka-block__note {
        margin-top: 2vw;
        font-size: 3.0666666667vw;
        line-height: 1.68;
        letter-spacing: -0.05em;
    }
}
.windows .c-kouka-block__note {
    letter-spacing: 0;
}

.android .c-kouka-block__note {
    letter-spacing: 0;
}

.c-kouka-block__name {
    display: block;
    margin-top: 10px;
    font-weight: 300;
    font-size: 40px;
    line-height: 1.25;
    letter-spacing: 0.05em;
    font-feature-settings: "palt" 1;
    text-align: left;
}
@media screen and (max-width: 660px) {
    .c-kouka-block__name {
        font-size: 6vw;
        line-height: 1.48;
    }
}
.windows .c-kouka-block__name {
    letter-spacing: 0;
}

.android .c-kouka-block__name {
    letter-spacing: 0;
}

.c-kouka-block__lead {
    font-weight: 300;
    font-size: 18px;
    line-height: 2;
    letter-spacing: 0.05em;
    text-align: left;
    font-feature-settings: "palt" 1;
}
@media screen and (max-width: 660px) {
    .c-kouka-block__lead {
        font-size: 3.3333333333vw;
        line-height: 1.67;
    }
}
.windows .c-kouka-block__lead {
    letter-spacing: 0;
}

.android .c-kouka-block__lead {
    letter-spacing: -0.05em;
    font-size: 3.2vw;
}

.c-kouka-block__lead-small {
    font-size: 14px;
    line-height: 2.5;
}
@media screen and (max-width: 660px) {
    .c-kouka-block__lead-small {
        font-size: 2.4vw;
    }
}

/* ---------------------------------------------
*   c-form
--------------------------------------------- */
.c-form__row {
    display: flex;
    margin-bottom: 20px;
}
.c-form__label {
    font-weight: bold;
    width: 30%;
}
.c-form__item {
    width: 70%;
}

/*  c-input-txt
--------------------------------------------- */
.c-input-txt {
    width: 100%;
    border: 1px solid #000;
    padding: 1rem;
}
.c-input-txt[disabled] {
    background-color: rgba(0, 0, 0, 0.3);
}

/*  c-input-pw
--------------------------------------------- */
.c-input-pw {
    width: 100%;
    border: 1px solid #000;
    padding: 1rem;
}

/*  c-input-file
--------------------------------------------- */
.c-input-file {
    width: 100%;
}

/*  c-txtarea
--------------------------------------------- */
.c-txtarea {
    width: 100%;
    border: 1px solid #000;
    padding: 1rem;
}

/*  c-checkbox
--------------------------------------------- */
.c-checkbox {
    position: relative;
    display: inline-block;
    cursor: pointer;
    line-height: 1;
}
.c-checkbox__input {
    position: absolute;
    pointer-events: none;
    opacity: 0;
}
.c-checkbox__txt {
    position: relative;
    display: inline-block;
    padding-left: 24px;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
}
.c-checkbox__txt::before, .c-checkbox__txt::after {
    content: "";
    position: absolute;
    box-sizing: border-box;
    display: inline-block;
}
.c-checkbox__txt::before {
    top: 0;
    left: 0;
    width: 16px;
    height: 16px;
    border: 2px solid #223a70;
}
.c-checkbox__txt::after {
    top: 2px;
    left: 6px;
    width: 5px;
    height: 10px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotateZ(45deg);
    opacity: 0;
}
.c-checkbox__input:checked + .c-checkbox__txt::before {
    background-color: #223a70;
}
.c-checkbox__input:checked + .c-checkbox__txt::after {
    opacity: 1;
}

/*  c-radio
--------------------------------------------- */
.c-radio {
    position: relative;
    display: inline-block;
    cursor: pointer;
    line-height: 1;
}
.c-radio__input {
    position: absolute;
    pointer-events: none;
    opacity: 0;
}
.c-radio__txt {
    position: relative;
    display: inline-block;
    padding-left: 24px;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
}
.c-radio__txt::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    box-sizing: border-box;
    display: inline-block;
    width: 16px;
    height: 16px;
    border: 2px solid #223a70;
    border-radius: 50%;
}
.c-radio__input:checked + .c-radio__txt::before {
    border-width: 5px;
}

/*  .c-select-id6345
--------------------------------------------- */
.c-select-id6345 {
    position: relative;
    width: 200px;
    background-color: #eee;
}
.c-select-id6345::after {
    position: absolute;
    top: 50%;
    right: 0.5em;
    transform: translateY(-50%);
    content: "";
    display: inline-block;
    border-style: solid;
    border-width: 10px 6px 0 6px;
    border-color: #000 transparent transparent transparent;
    pointer-events: none;
}
.c-select-id6345__select {
    width: 100%;
    height: 40px;
    box-sizing: border-box;
    padding-right: 2em;
    padding-left: 1em;
    border: 1px solid #000;
    color: #000;
}
.c-select-id6345__select::-ms-value {
    /* IE11における選択時の色反転を解消 */
    background: none;
    color: #000;
}

/* ---------------------------------------------
*   c-img
--------------------------------------------- */
/* ---------------------------------------------
*   c-kv
--------------------------------------------- */
.c-kv {
    position: relative;
    width: 100%;
}

/* ---------------------------------------------
*   c-link-1
--------------------------------------------- */
.c-link-1 {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 10px 20px;
    background-color: #fff;
    border-radius: 2px;
}
@media screen and (max-width: 660px) {
    .c-link-1 {
        padding: 2.4vw 4vw;
        border-radius: 0.2666666667vw;
    }
}
.windows .c-link-1 {
    padding-top: 8px;
    padding-bottom: 12px;
}
@media screen and (max-width: 660px) {
    .windows .c-link-1 {
        padding-top: 2.1333333333vw;
        padding-bottom: 2.6666666667vw;
    }
}

@media screen and (min-width: 661px) {
    .c-link-1 {
        transition: opacity 300ms;
    }
    .c-link-1:hover {
        opacity: 0.8;
    }
}
.c-link-1--small {
    width: 100%;
    height: 100%;
    padding: 5px 10px;
}
@media screen and (max-width: 660px) {
    .c-link-1--small {
        padding: 1.7333333333vw;
        border-radius: 0.4vw;
    }
}
.windows .c-link-1--small {
    padding-top: 5px;
    padding-bottom: 6px;
}
@media screen and (max-width: 660px) {
    .windows .c-link-1--small {
        padding-top: 1.3333333333vw;
        padding-bottom: 1.6vw;
    }
}

.c-link-1__txt {
    position: relative;
    display: block;
    padding-right: 25px;
    color: #888;
    font-weight: 600;
    font-size: 18px;
    line-height: 1;
    letter-spacing: 0.05em;
    background: url(../img/common/icon_blank.svg) right center no-repeat;
    background-size: 16px auto;
}
@media screen and (max-width: 660px) {
    .c-link-1__txt {
        padding-right: 6.6666666667vw;
        font-size: 3.4666666667vw;
        background-size: 3.2vw auto;
    }
}
.c-link-1--small .c-link-1__txt {
    padding-right: 12px;
    font-size: 12px;
    background: url(../img/common/icon_blank.svg) right center no-repeat;
    background-size: 10px auto;
    letter-spacing: 0.3em;
}
@media screen and (max-width: 660px) {
    .c-link-1--small .c-link-1__txt {
        padding-right: 3.2vw;
        font-size: 3.4666666667vw;
        background-size: 3.2vw auto;
    }
}

/* ---------------------------------------------
*   c-list-1
--------------------------------------------- */
.c-list-1 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.c-list-1--mgt25 {
    margin-top: 25px;
}
.c-list-1--pd60 {
    padding: 0 60px 60px;
}
@media screen and (max-width: 660px) {
    .c-list-1--pd60 {
        padding: 0 6vw 5.3333333333vw;
    }
}
.c-list-1__outer {
    width: 100%;
    padding: 60px;
    margin-top: 55px;
    border-radius: 12px;
    background-color: #fff;
}
@media screen and (max-width: 660px) {
    .c-list-1__outer {
        padding: 5.3333333333vw 6vw;
        margin-top: 6.6666666667vw;
        border-radius: 1.6vw;
    }
}
@media screen and (max-width: 660px) {
    .windows .c-list-1__outer {
        padding: 5.3333333333vw 3vw;
    }
}

.c-list-1__outer--pd0 {
    padding: 0 !important;
    margin-top: 38px;
}
.c-list-1__name {
    display: block;
    width: 100%;
    border-radius: 10px 10px 0 0;
    color: #fff;
    font-weight: 600;
    font-size: 30px;
    line-height: 1.75;
    letter-spacing: 0.13em;
    text-align: center;
    background-color: #9E9F9F;
    font-feature-settings: "palt" 1;
}
@media screen and (max-width: 660px) {
    .c-list-1__name {
        border-radius: 1.6vw 1.6vw 0 0;
        font-size: 6vw;
    }
}
.c-list-1__item {
    display: flex;
    justify-content: space-between;
    width: 510px;
}
@media screen and (max-width: 660px) {
    .c-list-1__item {
        width: 100%;
    }
}
@media screen and (min-width: 661px) {
    .c-list-1__item:nth-of-type(n + 3) {
        margin-top: 40px;
    }
}
@media screen and (max-width: 660px) {
    .c-list-1__item:nth-of-type(2n) {
        flex-direction: row-reverse;
    }
}
@media screen and (max-width: 660px) {
    .c-list-1__item + .c-list-1__item {
        margin-top: 6vw;
    }
}
@media screen and (max-width: 660px) {
    .c-list-1__item--wide:nth-of-type(2n) {
        flex-direction: row-reverse;
    }
}
.c-list-1__item-head {
    width: 200px;
}
@media screen and (max-width: 660px) {
    .c-list-1__item-head {
        width: 33.3333333333vw;
    }
}
.c-list-1__item-body {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    width: 280px;
    padding-bottom: 12px;
}
@media screen and (max-width: 660px) {
    .c-list-1__item-body {
        width: 37.3333333333vw;
        padding-bottom: 1.3333333333vw;
    }
}
.c-list-1__item-body--nanohana {
    background: url(../img/top/bg_nanohana.svg) center bottom no-repeat;
    background-size: 100% auto;
}
@media screen and (max-width: 660px) {
    .c-list-1__item-body--nanohana {
        background: url(../img/top/sp/bg_nanohana.svg) center bottom no-repeat;
        background-size: 100% auto;
    }
}
.c-list-1__item-body--lemon {
    background: url(../img/top/bg_lemon.svg) center bottom no-repeat;
    background-size: 100% auto;
}
@media screen and (max-width: 660px) {
    .c-list-1__item-body--lemon {
        background: url(../img/top/sp/bg_lemon.svg) center bottom no-repeat;
        background-size: 100% auto;
    }
}
.c-list-1__item-body--wakatake {
    background: url(../img/top/bg_wakatake.svg) center bottom no-repeat;
    background-size: 100% auto;
}
@media screen and (max-width: 660px) {
    .c-list-1__item-body--wakatake {
        background: url(../img/top/sp/bg_wakatake.svg) center bottom no-repeat;
        background-size: 100% auto;
    }
}
.c-list-1__item-body--wakakusa {
    background: url(../img/top/bg_wakakusa.svg) center bottom no-repeat;
    background-size: 100% auto;
}
@media screen and (max-width: 660px) {
    .c-list-1__item-body--wakakusa {
        background: url(../img/top/sp/bg_wakakusa.svg) center bottom no-repeat;
        background-size: 100% auto;
    }
}
.c-list-1__item-body--usuneko {
    background: url(../img/top/bg_usuneko.svg) center bottom no-repeat;
    background-size: 100% auto;
}
@media screen and (max-width: 660px) {
    .c-list-1__item-body--usuneko {
        background: url(../img/top/sp/bg_usuneko.svg) center bottom no-repeat;
        background-size: 100% auto;
    }
}
.c-list-1__item-body--nyuuhaku {
    background: url(../img/top/bg_nyuuhaku.svg) center bottom no-repeat;
    background-size: 100% auto;
}
@media screen and (max-width: 660px) {
    .c-list-1__item-body--nyuuhaku {
        background: url(../img/top/sp/bg_nyuuhaku.svg) center bottom no-repeat;
        background-size: 100% auto;
    }
}
.c-list-1__item-body--byakuhaku {
    background: url(../img/top/bg_byakuroku.svg) center bottom no-repeat;
    background-size: 100% auto;
}
@media screen and (max-width: 660px) {
    .c-list-1__item-body--byakuhaku {
        background: url(../img/top/sp/bg_byakuroku.svg) center bottom no-repeat;
        background-size: 100% auto;
    }
}
.c-list-1__item-body--usuasagi {
    background: url(../img/top/bg_usuasagi.svg) center bottom no-repeat;
    background-size: 100% auto;
}
@media screen and (max-width: 660px) {
    .c-list-1__item-body--usuasagi {
        background: url(../img/top/sp/bg_usuasagi.svg) center bottom no-repeat;
        background-size: 100% auto;
    }
}
.c-list-1__ttl {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding-bottom: 4px;
    border-bottom: 2px solid #888;
}
@media screen and (max-width: 660px) {
    .c-list-1__ttl {
        align-items: center;
        padding-bottom: 1.8666666667vw;
        border-bottom: 0.4vw solid #888;
    }
}
.c-list-1__ttl-left--noboribetsu {
    width: 90px;
}
@media screen and (max-width: 660px) {
    .c-list-1__ttl-left--noboribetsu {
        width: 16vw;
    }
}
.c-list-1__ttl-left--kusatsu {
    width: 90px;
}
@media screen and (max-width: 660px) {
    .c-list-1__ttl-left--kusatsu {
        width: 16.5333333333vw;
    }
}
.c-list-1__ttl-left--hakone {
    width: 90px;
}
@media screen and (max-width: 660px) {
    .c-list-1__ttl-left--hakone {
        width: 16.5333333333vw;
    }
}
.c-list-1__ttl-left--beppu {
    width: 90px;
}
@media screen and (max-width: 660px) {
    .c-list-1__ttl-left--beppu {
        width: 16.5333333333vw;
    }
}
.c-list-1__ttl-left--towada {
    width: 238px;
}
@media screen and (max-width: 660px) {
    .c-list-1__ttl-left--towada {
        width: 22.4vw;
    }
}
.c-list-1__ttl-left--kiso {
    width: 186px;
}
@media screen and (max-width: 660px) {
    .c-list-1__ttl-left--kiso {
        width: 27.3333333333vw;
    }
}
.c-list-1__ttl-left--nagayu {
    width: 190px;
}
@media screen and (max-width: 660px) {
    .c-list-1__ttl-left--nagayu {
        width: 27.3333333333vw;
    }
}
@media screen and (max-width: 660px) {
    .c-list-1__ttl-left--yuzawa {
        width: 16.5333333333vw;
    }
}
@media screen and (max-width: 660px) {
    .c-list-1__ttl-left--okuhida {
        width: 21.8666666667vw;
    }
}
@media screen and (max-width: 660px) {
    .c-list-1__ttl-left--kirishima {
        width: 16vw;
    }
}
.c-list-1__ttl-right {
    display: inline-block;
    font-weight: 300;
    font-size: 18px;
    font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "meiryo", sans-serif;
    letter-spacing: 0.05em;
}
@media screen and (max-width: 660px) {
    .c-list-1__ttl-right {
        font-size: 3.2vw;
    }
}
.c-list-1__txt {
    display: block;
    margin-top: 15px;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.75;
    letter-spacing: 0.05em;
    font-feature-settings: "palt" 1;
    text-align: justify;
}
@media screen and (max-width: 660px) {
    .c-list-1__txt {
        padding: 0 0.5333333333vw;
        margin-top: 1.8666666667vw;
        font-size: 3.3333333333vw;
        letter-spacing: 0.1em;
    }
}
.c-section-1__inner--zeitaku .c-list-1__txt {
    font-size: 18px;
}
@media screen and (max-width: 660px) {
    .c-section-1__inner--zeitaku .c-list-1__txt {
        font-size: 3.3333333333vw;
    }
}

@media screen and (max-width: 660px) {
    .safari .c-list-1__txt {
        letter-spacing: 0.05em;
    }
}

.windows .c-list-1__txt {
    letter-spacing: -0.05em;
}

.android .c-list-1__txt {
    letter-spacing: -0.05em;
}

.c-list-1__note {
    display: block;
    margin-top: 40px;
    font-weight: 300;
    font-size: 14px;
    line-height: 1.4;
    text-align: center;
    font-feature-settings: "palt" 1;
}
@media screen and (max-width: 660px) {
    .c-list-1__note {
        margin-top: 7vw;
        font-size: 2.4vw;
        letter-spacing: -0.05em;
    }
}
@media screen and (max-width: 660px) {
    .c-list-1__note--sp-nobori {
        margin-top: 6.5vw;
    }
}
.c-section-1__inner--zeitaku .c-list-1__note {
    margin-top: 35px;
    font-size: 16px;
}
@media screen and (max-width: 660px) {
    .c-section-1__inner--zeitaku .c-list-1__note {
        margin-top: 12vw;
        font-size: 2.4vw;
        line-height: 1.4;
        letter-spacing: -0.05em;
    }
}

@media screen and (max-width: 660px) {
    .safari .c-list-1__note {
        letter-spacing: -0.1em;
    }
}

@media screen and (max-width: 660px) {
    .android .c-list-1__note {
        font-size: 2.1333333333vw;
        letter-spacing: -0.08em;
    }
}

@media screen and (max-width: 660px) {
    .windows .c-list-1__note {
        font-size: 2vw;
        letter-spacing: -0.05em;
    }
}

@media screen and (max-width: 660px) {
    .c-list-1__note--sp-towada {
        margin-top: 5.6vw;
    }
}
@media screen and (max-width: 660px) {
    .windows .c-list-1__note--sp-towada {
        letter-spacing: -0.3em;
    }
}

@media screen and (max-width: 660px) {
    .c-list-1__note-small {
        font-weight: 300;
        font-size: 2.1333333333vw;
        line-height: 1.7;
        letter-spacing: 0.03em;
    }
}
@media screen and (max-width: 660px) {
    .windows .c-list-1__note-small {
        font-size: 2vw;
        letter-spacing: -0.01em;
    }
}

.c-list-1__lead {
    display: block;
    margin-top: 25px;
    margin-bottom: 0;
    font-weight: bold;
    font-size: 24px;
    line-height: 1.42;
    letter-spacing: 0.05em;
    font-feature-settings: "palt" 1;
    text-align: center;
}
@media screen and (max-width: 660px) {
    .c-list-1__lead {
        margin-top: 2.6666666667vw;
        font-size: 3.7333333333vw;
    }
}
.c-list-1__memo {
    display: block;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.6;
    text-align: center;
    font-feature-settings: "palt" 1;
    letter-spacing: 0.05em;
}
@media screen and (max-width: 660px) {
    .c-list-1__memo {
        font-size: 2.2666666667vw;
        line-height: 1.76;
    }
}

/* ---------------------------------------------
*   c-list-2
--------------------------------------------- */
.c-list-2 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 27px;
    padding: 0 60px;
}
@media screen and (max-width: 660px) {
    .c-list-2 {
        margin-top: 5.3333333333vw;
        padding: 0 5.3333333333vw;
    }
}
@media screen and (max-width: 660px) {
    .windows .c-list-2 {
        padding: 0 3vw;
    }
}

.c-list-2__outer {
    width: 100%;
    padding: 0 0 40px;
    margin-top: 80px;
    border-radius: 12px;
    background-color: #fff;
}
@media screen and (max-width: 660px) {
    .c-list-2__outer {
        padding-bottom: 7.3333333333vw;
        margin-top: 6.6666666667vw;
    }
}
.c-list-2__ttl {
    display: block;
    width: 100%;
    border-radius: 10px 10px 0 0;
    color: #fff;
    font-weight: 600;
    font-size: 30px;
    line-height: 1.75;
    letter-spacing: 0.13em;
    font-feature-settings: "palt" 1;
    text-align: center;
    background-color: #B01F24;
}
@media screen and (max-width: 660px) {
    .c-list-2__ttl {
        border-radius: 1.6vw 1.6vw 0 0;
        font-size: 6vw;
    }
}
.c-list-2__item {
    width: 320px;
}
@media screen and (max-width: 660px) {
    .c-list-2__item {
        display: flex;
        justify-content: space-between;
        width: 100%;
    }
}
.c-list-2__item:nth-of-type(2n) {
    flex-direction: row-reverse;
}
@media screen and (max-width: 660px) {
    .c-list-2__item + .c-list-2__item {
        margin-top: 6.6666666667vw;
    }
}
.c-list-2__item-head {
    width: 100%;
}
@media screen and (max-width: 660px) {
    .c-list-2__item-head {
        position: relative;
        width: 37.3333333333vw;
        padding-bottom: 1.0666666667vw;
    }
    .c-list-2__item-head:before {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 44vw;
        height: 21.3333333333vw;
        z-index: 0;
        content: "";
    }
}
@media screen and (max-width: 660px) {
    .c-list-2__item-head--lightgreen:before {
        background: url(../img/top/sp/bg_lightgreen.png) center bottom no-repeat;
        background-size: 100% auto;
    }
}
@media screen and (max-width: 660px) {
    .c-list-2__item-head--lightorange:before {
        background: url(../img/top/sp/bg_lightorange.png) center bottom no-repeat;
        background-size: 100% auto;
    }
}
@media screen and (max-width: 660px) {
    .c-list-2__item-head--lightpurple:before {
        background: url(../img/top/sp/bg_lightpurple.png) center bottom no-repeat;
        background-size: 100% auto;
    }
}
.c-list-2__item-body {
    display: flex;
    flex-direction: column;
    justify-content: end;
    width: 100%;
    padding-bottom: 10px;
}
@media screen and (max-width: 660px) {
    .c-list-2__item-body {
        justify-content: flex-start;
        width: 34.6666666667vw;
        padding-top: 1.3333333333vw;
        padding-bottom: 0;
    }
}
.c-list-2__item-body--lightgreen {
    background: url(../img/top/bg_lightgreen.png) center bottom -28px no-repeat;
    background-size: 100% auto;
}
@media screen and (max-width: 660px) {
    .c-list-2__item-body--lightgreen {
        background: transparent;
    }
}
.c-list-2__item-body--lightorange {
    background: url(../img/top/bg_lightorange.png) center bottom -28px no-repeat;
    background-size: 100% auto;
}
@media screen and (max-width: 660px) {
    .c-list-2__item-body--lightorange {
        background: transparent;
    }
}
.c-list-2__item-body--lightpurple {
    background: url(../img/top/bg_lightpurple.png) center bottom -28px no-repeat;
    background-size: 100% auto;
}
@media screen and (max-width: 660px) {
    .c-list-2__item-body--lightpurple {
        background: transparent;
    }
}
.c-list-2__name {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-top: 25px;
    padding-bottom: 6px;
    border-bottom: 2px solid #888;
}
@media screen and (max-width: 660px) {
    .c-list-2__name {
        margin-top: 0;
        padding-bottom: 0;
        border-bottom: 0.4vw solid #888;
    }
    .c-list-2__name--sp-column {
        flex-direction: column;
        align-items: flex-start;
        border-bottom: 0;
    }
}
@media screen and (max-width: 660px) {
    .c-list-2__name-left {
        margin-bottom: 1.666667vw;
    }
}
.c-list-2__name-left--towada {
    width: 238px;
}
@media screen and (max-width: 660px) {
    .c-list-2__name-left--towada {
        width: 34.4vw;
    }
}
.c-list-2__name-left--kiso {
    width: 186px;
}
@media screen and (max-width: 660px) {
    .c-list-2__name-left--kiso {
        width: 27.3333333333vw;
    }
}
.c-list-2__name-left--nagayu {
    width: 190px;
}
@media screen and (max-width: 660px) {
    .c-list-2__name-left--nagayu {
        width: 27.3333333333vw;
    }
}
.c-list-2__name-right {
    display: inline-block;
    font-weight: 300;
    font-size: 18px;
    font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "meiryo", sans-serif;
    letter-spacing: 0.05em;
}
@media screen and (max-width: 660px) {
    .c-list-2__name-right {
        font-size: 3.2vw;
        line-height: 2;
    }
}
@media screen and (max-width: 660px) {
    .c-list-2__name-right--sp-column {
        display: block;
        width: 100%;
        padding-top: 0.6666666667vw;
        border-top: 0.4vw solid #888;
        line-height: 1.6;
    }
}
.c-list-2__lead {
    display: block;
    margin-top: 15px;
    font-weight: 300;
    font-size: 18px;
    line-height: 1.75;
    letter-spacing: 0.05em;
    font-feature-settings: "palt" 1;
    text-align: justify;
}
@media screen and (max-width: 660px) {
    .c-list-2__lead {
        margin-top: 1.3vw;
        font-size: 3.3333333333vw;
        line-height: 1.68;
    }
}
.c-list-2__memo {
    display: block;
    margin-top: 50px;
    padding-left: 14px;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.38;
    text-align: left;
    font-feature-settings: "palt" 1;
    letter-spacing: 0.05em;
}
@media screen and (max-width: 660px) {
    .c-list-2__memo {
        position: relative;
        margin-top: 13.4vw;
        padding-left: 0.6666666667vw;
        font-size: 2.6666666667vw;
        z-index: 1;
        letter-spacing: -0.05em;
    }
}
@media screen and (max-width: 660px) {
    .android .c-list-2__memo {
        letter-spacing: -0.09em;
    }
}

@media screen and (max-width: 660px) {
    .windows .c-list-2__memo {
        font-size: 2vw;
        letter-spacing: -0.09em;
    }
}

.c-list-2__txt {
    display: block;
    margin-top: 22px;
    margin-bottom: 0;
    font-weight: bold;
    font-size: 24px;
    line-height: 1.42;
    letter-spacing: 0.05em;
    font-feature-settings: "palt" 1;
    text-align: center;
}
@media screen and (max-width: 660px) {
    .c-list-2__txt {
        margin-top: 2vw;
        font-size: 3.7333333333vw;
    }
}
.windows .c-list-2__txt {
    letter-spacing: -0.05em;
}

.android .c-list-2__txt {
    letter-spacing: -0.05em;
}

.c-list-2__note {
    display: block;
    margin-top: 3px;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.38;
    text-align: left;
    text-align: center;
}
@media screen and (max-width: 660px) {
    .c-list-2__note {
        margin-top: 0.4vw;
        font-size: 2.4vw;
    }
}

/* ---------------------------------------------
*   c-list-3
--------------------------------------------- */
.c-list-3 {
    display: flex;
    flex-wrap: wrap;
    margin: 47px auto 0;
}
@media screen and (max-width: 660px) {
    .c-list-3 {
        margin-top: 8.6666666667vw;
    }
}
.c-list-3__item {
    width: 350px;
}
@media screen and (max-width: 660px) {
    .c-list-3__item {
        width: 40vw;
    }
}
.c-list-3__item + .c-list-3__item {
    margin-left: 72px;
}
@media screen and (max-width: 660px) {
    .c-list-3__item + .c-list-3__item {
        margin-left: 6.6666666667vw;
    }
    .windows .c-list-3__item + .c-list-3__item {
        margin-left: 1.5vw;
    }
}
@media screen and (min-width: 661px) {
    .c-list-3__item:nth-of-type(3n + 1) {
        margin-left: 0;
    }
}
@media screen and (min-width: 661px) {
    .c-list-3__item:nth-of-type(n + 4) {
        margin-top: 52px;
    }
}
@media screen and (max-width: 660px) {
    .c-list-3__item:nth-of-type(2n + 1) {
        margin-left: 0 !important;
    }
}
@media screen and (max-width: 660px) {
    .c-list-3__item:nth-of-type(n + 3) {
        margin-top: 6.6666666667vw;
    }
}
.c-list-3__link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 40px;
    margin-top: 20px;
    background-color: #CCAC4A;
    box-shadow: 0 0 10px 3px rgba(195, 157, 42, 0.35);
    box-sizing: border-box;
}
@media screen and (min-width: 661px) {
    .c-list-3__link {
        transition: opacity 300ms;
    }
    .c-list-3__link:hover {
        opacity: 0.8;
    }
}
@media screen and (max-width: 660px) {
    .c-list-3__link {
        height: 8vw;
        margin-top: 2.6666666667vw;
        box-shadow: 0 0 1.6vw 0.6666666667vw rgba(195, 157, 42, 0.35);
    }
}
.c-list-3__img {
    width: 128px;
}
@media screen and (max-width: 660px) {
    .c-list-3__img {
        width: 18.6666666667vw;
    }
}
.c-list-3__img img {
    display: block;
    width: 100%;
}
.c-list-3__caption {
    display: block;
    margin-top: 15px;
    font-weight: 300;
    font-size: 15px;
    line-height: 1.2;
    letter-spacing: 0.05em;
    white-space: nowrap;
    font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "meiryo", sans-serif;
}
@media screen and (max-width: 660px) {
    .c-list-3__caption {
        margin-top: 2.6666666667vw;
        font-size: 2.8vw;
        white-space: initial;
    }
}

/* ---------------------------------------------
*   c-qa-list
--------------------------------------------- */
.c-qa-list {
    margin-top: 88px;
}
@media screen and (max-width: 660px) {
    .c-qa-list {
        margin-top: 6.6666666667vw;
    }
}
.c-qa-list__item + .c-qa-list__item {
    margin-top: 40px;
}
@media screen and (max-width: 660px) {
    .c-qa-list__item + .c-qa-list__item {
        margin-top: 4vw;
    }
}

/* ---------------------------------------------
*   c-his-list
--------------------------------------------- */
.c-his-list {
    display: flex;
    justify-content: space-between;
    width: 860px;
    margin: 25px auto 0;
}
@media screen and (max-width: 660px) {
    .c-his-list {
        flex-direction: column;
        width: 86.66%;
        margin-top: 2.6666666667vw;
    }
}
.c-his-list__item:nth-of-type(1) {
    width: 400px;
}
@media screen and (max-width: 660px) {
    .c-his-list__item:nth-of-type(1) {
        width: 100%;
    }
}
.c-his-list__item:nth-of-type(2) {
    width: 440px;
    margin-top: 15px;
}
@media screen and (max-width: 660px) {
    .c-his-list__item:nth-of-type(2) {
        width: 100%;
        margin-top: 2.6666666667vw;
    }
}

/* ---------------------------------------------
*   c-his-list1
--------------------------------------------- */
.c-his-list1__item {
    font-weight: 300;
    font-size: 16px;
    line-height: 2;
    letter-spacing: 0.05em;
    padding-left: 4.7em;
    text-indent: -4.7em;
    font-feature-settings: "palt" 1;
    text-align: left;
}
@media screen and (max-width: 660px) {
    .c-his-list1__item {
        font-size: 3.6vw;
        letter-spacing: 0;
        padding-left: 4.4em;
        text-indent: -4.4em;
    }
}
.windows .c-his-list1__item {
    letter-spacing: -0.05em;
    padding-left: 3.8em;
    text-indent: -3.8em;
}

.android .c-his-list1__item {
    letter-spacing: -0.05em;
    padding-left: 3.8em;
    text-indent: -3.8em;
}
@media screen and (max-width: 660px) {
    .android .c-his-list1__item {
        font-size: 3.4666666667vw;
        letter-spacing: -0.08em;
    }
}

.c-his-list1__uline {
    text-decoration: underline;
}

/* ---------------------------------------------
*   c-his-list2
--------------------------------------------- */
.c-his-list2__item {
    font-weight: 300;
    font-size: 14px;
    line-height: 2.1;
    letter-spacing: 0.05em;
    text-align: left;
    font-feature-settings: "palt" 1;
}
@media screen and (max-width: 660px) {
    .c-his-list2__item {
        font-size: 2.9333333333vw;
        letter-spacing: 0;
        line-height: 2;
    }
}
.windows .c-his-list2__item {
    letter-spacing: -0.04em;
}

.android .c-his-list2__item {
    letter-spacing: -0.05em;
}
@media screen and (max-width: 660px) {
    .android .c-his-list2__item {
        font-size: 2.8vw;
        letter-spacing: -0.08em;
    }
}

/* ---------------------------------------------
*   c-list
--------------------------------------------- */
.c-list {
    margin-bottom: 1em;
}
.c-list__item {
    padding-left: 1em;
    text-indent: -1em;
}
.c-list__item::before {
    content: "・";
}
.c-list__item + .c-list__item {
    margin-top: 0.5em;
}

/* ---------------------------------------------
*   c-section-1
--------------------------------------------- */
.c-section-1 {
    position: relative;
}
.c-section-1--ovf {
    overflow: hidden;
}
.c-section-1--pink {
    background-color: #EECED2;
}
.c-section-1--gradation-pink:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 180px;
    background: linear-gradient(to bottom, #fff 0%, #EECED2 100%);
    content: "";
}
@media screen and (max-width: 660px) {
    .c-section-1--gradation-pink:before {
        height: 50vw;
    }
}
.c-section-1--orange {
    background-color: #FCDFB5;
}
.c-section-1--gradation-orange:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 180px;
    background: linear-gradient(to bottom, #fff 0%, #FCDFB5 100%);
    z-index: 0;
    content: "";
}
@media screen and (max-width: 660px) {
    .c-section-1--gradation-orange:before {
        height: 100vw;
    }
}
.c-section-1--gold {
    background-color: #DFC77D;
}
.c-section-1--gradation-gold:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 180px;
    background: linear-gradient(to bottom, #fff 0%, #DFC77D 100%);
    z-index: 0;
    content: "";
}
@media screen and (max-width: 660px) {
    .c-section-1--gradation-gold:before {
        height: 100vw;
        background: linear-gradient(to bottom, #fff 25%, #DFC77D 100%);
    }
}
.c-section-1--border {
    margin-top: 83px;
    border-top: 4px solid #C39D2A;
}
@media screen and (max-width: 660px) {
    .c-section-1--border {
        margin-top: 27vw;
        border-top: 0.8vw solid #C39D2A;
    }
}
.c-section-1--border2 {
    margin-top: 83px;
    border-top: 4px solid #C39D2A;
}
@media screen and (max-width: 660px) {
    .c-section-1--border2 {
        margin-top: 20vw;
        border-top: 0.8vw solid #C39D2A;
    }
}
.c-section-1__inner {
    position: relative;
    width: 1200px;
    margin: 0 auto;
    z-index: 1;
}
@media screen and (max-width: 660px) {
    .c-section-1__inner {
        width: 100%;
        padding-left: 6.6666666667vw;
        padding-right: 6.6666666667vw;
    }
}
.c-section-1__inner--sekai {
    padding-top: 104px;
    padding-bottom: 120px;
    background: url(../img/top/bg_tabi-world.png) center top 65px no-repeat;
    background-size: 100% auto;
}
@media screen and (max-width: 660px) {
    .c-section-1__inner--sekai {
        padding-top: 16.5vw;
        padding-bottom: 16vw;
        background: url(../img/top/sp/bg_tabiworld-sp.png) center bottom 25vw no-repeat;
        background-size: 100% auto;
    }
    .iphone .c-section-1__inner--sekai {
        background: url(../img/top/sp/bg_tabiworld-sp.png) center bottom 31vw no-repeat;
        background-size: 100% auto;
    }

    .windows .c-section-1__inner--sekai {
        background: url(../img/top/sp/bg_tabiworld-sp.png) center bottom 29vw no-repeat;
        background-size: 100% auto;
    }
}
.c-section-1__inner--kouka {
    padding-top: 120px;
    padding-bottom: 120px;
}
@media screen and (max-width: 660px) {
    .c-section-1__inner--kouka {
        padding-top: 13.3333333333vw;
        padding-bottom: 16vw;
    }
}
.c-section-1__inner--kodawari {
    padding-top: 80px;
    padding-bottom: 125px;
}
@media screen and (max-width: 660px) {
    .c-section-1__inner--kodawari {
        padding-top: 66.6666666667vw;
        padding-bottom: 16vw;
    }
}
.c-section-1__inner--nigori {
    padding-top: 80px;
    padding-bottom: 125px;
}
@media screen and (max-width: 660px) {
    .c-section-1__inner--nigori {
        padding-top: 90.6666666667vw;
        padding-bottom: 16vw;
    }
}
.c-section-1__inner--zeitaku {
    padding-top: 80px;
    padding-bottom: 125px;
}
@media screen and (max-width: 660px) {
    .c-section-1__inner--zeitaku {
        padding-top: 90.6666666667vw;
        padding-bottom: 16vw;
    }
}
.c-section-1__inner--ayumi {
    padding-top: 55px;
    padding-bottom: 120px;
}
@media screen and (max-width: 660px) {
    .c-section-1__inner--ayumi {
        padding-top: 64.5vw;
        padding-bottom: 13.3333333333vw;
    }
}
.c-section-1__inner--bg {
    padding-top: 120px;
    padding-bottom: 120px;
}
@media screen and (max-width: 660px) {
    .c-section-1__inner--bg {
        padding-top: 13.3333333333vw;
        padding-bottom: 3vw;
    }
}
.c-section-1__inner--qa {
    padding-top: 80px;
    padding-bottom: 80px;
}
@media screen and (max-width: 660px) {
    .c-section-1__inner--qa {
        padding-top: 9.0666666667vw;
        padding-bottom: 3vw;
    }
}
.c-section-1__btn1 {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-top: 140px;
    margin-right: 0;
    margin-left: auto;
}
@media screen and (max-width: 660px) {
    .c-section-1__btn1 {
        margin-top: 20vw;
        margin-left: 0;
        margin-right: auto;
    }
}
.iphone .c-section-1__btn1 {
    margin-top: 27vw;
}

.c-section-1__fig-kodawari-1 {
    position: absolute;
    top: -130px;
    right: -162px;
    width: 600px;
}
@media screen and (max-width: 660px) {
    .c-section-1__fig-kodawari-1 {
        top: -24vw;
        right: 0;
        width: 100%;
    }
}
.c-section-1__fig-kodawari-2 {
    position: absolute;
    top: 165px;
    left: 43.4%;
    width: 160px;
}
@media screen and (max-width: 660px) {
    .c-section-1__fig-kodawari-2 {
        top: 68.6666666667vw;
        left: initial;
        right: 3.3333333333vw;
        width: 24.9333333333vw;
    }
}
.c-section-1__fig-kodawari-3 {
    position: absolute;
    right: -125px;
    bottom: 120px;
    width: 170px;
}
@media screen and (max-width: 660px) {
    .c-section-1__fig-kodawari-3 {
        right: 5vw;
        bottom: 5vw;
        width: 25.8666666667vw;
    }
}
.c-section-1__fig-nigori-1 {
    position: absolute;
    top: -127px;
    right: -160px;
    width: 600px;
}
@media screen and (max-width: 660px) {
    .c-section-1__fig-nigori-1 {
        top: 0;
        right: 0;
        width: 100%;
    }
}
.c-section-1__fig-nigori-2 {
    position: absolute;
    top: 180px;
    left: 40%;
    width: 257px;
}
@media screen and (max-width: 660px) {
    .c-section-1__fig-nigori-2 {
        top: initial;
        bottom: 9.3333333333vw;
        left: 1vw;
        width: 34.6666666667vw;
    }
}
.c-section-1__fig-zeitaku-1 {
    position: absolute;
    top: -127px;
    right: -160px;
    width: 600px;
}
@media screen and (max-width: 660px) {
    .c-section-1__fig-zeitaku-1 {
        top: 0;
        right: 0;
        width: 100%;
    }
}
.c-section-1__fig-zeitaku-2 {
    position: absolute;
    top: 160px;
    left: 43.5%;
    width: 210px;
}
@media screen and (max-width: 660px) {
    .c-section-1__fig-zeitaku-2 {
        top: 86vw;
        left: initial;
        right: 4vw;
        width: 25.6vw;
    }
}
.c-section-1__fig-zeitaku-3 {
    position: absolute;
    right: -45px;
    bottom: 100px;
    width: 210px;
}
@media screen and (max-width: 660px) {
    .c-section-1__fig-zeitaku-3 {
        right: 2.6666666667vw;
        bottom: 14vw;
        width: 26.1333333333vw;
    }
}
.c-section-1__fig-ayumi-1 {
    position: absolute;
    top: -160px;
    left: 0;
    width: 410px;
}
@media screen and (max-width: 660px) {
    .c-section-1__fig-ayumi-1 {
        top: -14vw;
        width: 86.6666666667vw;
        left: 50%;
        transform: translateX(-50%);
    }
}
.c-section-1__fig-ayumi-2 {
    position: absolute;
    top: -164px;
    right: 140px;
    width: 200px;
}
@media screen and (max-width: 660px) {
    .c-section-1__fig-ayumi-2 {
        display: none;
    }
}
.c-section-1__fig-ayumi-3 {
    position: absolute;
    top: 204px;
    left: 2px;
    width: 262px;
}
@media screen and (max-width: 660px) {
    .c-section-1__fig-ayumi-3 {
        display: none;
    }
}
.c-section-1__fig-ayumi-4 {
    position: absolute;
    top: 135px;
    right: 0;
    width: 375px;
}
@media screen and (max-width: 660px) {
    .c-section-1__fig-ayumi-4 {
        top: initial;
        bottom: 190vw;
        right: 5vw;
        width: 41vw;
    }
    .android .c-section-1__fig-ayumi-4 {
        bottom: 194vw;
        right: 5vw;
    }

    .windows .c-section-1__fig-ayumi-4 {
        bottom: 190vw;
        right: 5vw;
    }
}
.c-section-1__fig-qa-1 {
    position: absolute;
    top: 25px;
    left: 200px;
    width: 106px;
}
@media screen and (max-width: 660px) {
    .c-section-1__fig-qa-1 {
        top: 4.8vw;
        left: 8.2666666667vw;
        width: 10.9333333333vw;
    }
}
.c-section-1__fig-qa-2 {
    position: absolute;
    top: 50px;
    right: 106px;
    width: 192px;
}
@media screen and (max-width: 660px) {
    .c-section-1__fig-qa-2 {
        top: 10vw;
        right: 1.8666666667vw;
        width: 17.6vw;
    }
}

/* ---------------------------------------------
*   c-slider-sync
--------------------------------------------- */
.c-slider-sync .swiper {
    width: 100%;
}
.c-slider-sync .swiper-slide img {
    width: 100%;
}
.c-slider-sync__thumbs {
    display: flex;
    justify-content: center;
    margin-top: 42px;
}
@media screen and (max-width: 660px) {
    .c-slider-sync__thumbs {
        margin-top: 6.6666666667vw;
    }
}
.c-slider-sync__thumb {
    width: 172px;
}
.c-slider-sync__thumb + .c-slider-sync__thumb {
    margin-left: 28px;
}
@media screen and (max-width: 660px) {
    .c-slider-sync__thumb + .c-slider-sync__thumb {
        margin-left: 3.7333333333vw;
    }
}
@media screen and (max-width: 660px) {
    .c-slider-sync__thumb {
        width: 27.2vw;
    }
}
@media screen and (min-width: 661px) {
    .c-slider-sync__thumb {
        transition: opacity 300ms;
    }
    .c-slider-sync__thumb:hover {
        opacity: 0.8;
    }
}
.c-slider-sync__thumb-link {
    display: block;
    width: 100%;
}
.c-slider-sync__thumb-img {
    display: block;
}
.c-slider-sync__thumb-txt {
    display: block;
    margin-top: 5px;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.32;
    letter-spacing: 0.05em;
    text-align: center;
}
@media screen and (max-width: 660px) {
    .c-slider-sync__thumb-txt {
        margin-top: 2.1333333333vw;
        font-size: 3.3333333333vw;
        letter-spacing: 0;
        white-space: nowrap;
    }
}
.c-slider-sync__ttl {
    display: block;
    margin-top: 15px;
    font-weight: 600;
    font-size: 20px;
    letter-spacing: 0.05em;
    text-align: center;
}
@media screen and (max-width: 660px) {
    .c-slider-sync__ttl {
        margin-top: 2.4vw;
        font-size: 3.7333333333vw;
    }
}

/* ---------------------------------------------
*   c-table
--------------------------------------------- */
.c-table {
    border-top: 1px solid #000;
    border-right: 1px solid #000;
}
.c-table__th, .c-table__td {
    padding: 1em;
    border-bottom: 1px solid #000;
    border-left: 1px solid #000;
}
.c-table__thead .c-table__th {
    color: red;
}
.c-table__tbody .c-table__th {
    font-weight: bold;
}

/* ---------------------------------------------
*   c-tile-id8501
--------------------------------------------- */
.c-tile-id8501 {
    --col: 3;
    display: grid;
    grid-template-columns: repeat(var(--col), 1fr);
    gap: 20px;
}
@media screen and (max-width: 750px) {
    .c-tile-id8501 {
        --col: 2;
    }
}
.c-tile-id8501__item:first-of-type {
    grid-area: 1/1/3/3;
}
.c-tile-id8501__item:nth-of-type(4) {
    grid-area: 3/2/5/4;
}
@media screen and (max-width: 750px) {
    .c-tile-id8501__item:nth-of-type(4) {
        grid-area: 4/1/6/3;
    }
}
.c-tile-id8501__item img {
    display: block;
    width: 100%;
    height: auto;
}

/* ---------------------------------------------
*   c-ttl-1
--------------------------------------------- */
.c-ttl-1 {
    margin: 0 auto;
}
.c-ttl-1 img {
    width: 100%;
}
.c-ttl-1--sekai {
    width: 290px;
    margin-right: 260px;
}
@media screen and (max-width: 660px) {
    .c-ttl-1--sekai {
        width: 56.8vw;
        margin-right: auto;
        margin-left: auto;
    }
}
.c-ttl-1--kouka {
    width: 350px;
}
@media screen and (max-width: 660px) {
    .c-ttl-1--kouka {
        width: 69.8666666667vw;
    }
}
.c-ttl-1--kodawari {
    display: flex;
    align-items: flex-end;
    margin-left: 0;
}
@media screen and (max-width: 660px) {
    .c-ttl-1--kodawari {
        flex-wrap: wrap;
    }
}
.c-ttl-1--nigori {
    display: flex;
    align-items: flex-end;
    margin-left: 0;
}
@media screen and (max-width: 660px) {
    .c-ttl-1--nigori {
        flex-wrap: wrap;
    }
}
.c-ttl-1--zeitaku {
    display: flex;
    align-items: flex-end;
    margin-left: 0;
}
@media screen and (max-width: 660px) {
    .c-ttl-1--zeitaku {
        flex-wrap: wrap;
    }
}
.c-ttl-1--ichiran {
    width: 210px;
    margin-top: 120px;
}
@media screen and (max-width: 660px) {
    .c-ttl-1--ichiran {
        width: 41.6vw;
        margin-top: 13.3333333333vw;
    }
}
.c-ttl-1--ayumi {
    width: 284px;
    margin-top: 120px;
}
@media screen and (max-width: 660px) {
    .c-ttl-1--ayumi {
        width: 56vw;
        margin-top: 13.3333333333vw;
    }
}
.c-ttl-1--bg {
    width: 332px;
}
@media screen and (max-width: 660px) {
    .c-ttl-1--bg {
        width: 66vw;
    }
}
.c-ttl-1--qa {
    width: 266px;
}
@media screen and (max-width: 660px) {
    .c-ttl-1--qa {
        width: 52.2666666667vw;
    }
}
.c-ttl-1--kodawari .c-ttl-1__img {
    width: 340px;
    margin-right: 40px;
}
@media screen and (max-width: 660px) {
    .c-ttl-1--kodawari .c-ttl-1__img {
        width: 54.2666666667vw;
        margin-right: 32vw;
    }
}

.c-ttl-1--nigori .c-ttl-1__img {
    width: 280px;
    margin-right: 38px;
}
@media screen and (max-width: 660px) {
    .c-ttl-1--nigori .c-ttl-1__img {
        width: 44.6666666667vw;
        margin-right: 40vw;
    }
}

.c-ttl-1--zeitaku .c-ttl-1__img {
    width: 257px;
    margin-right: 42px;
}
@media screen and (max-width: 660px) {
    .c-ttl-1--zeitaku .c-ttl-1__img {
        width: 41.0666666667vw;
        margin-right: 42.6666666667vw;
    }
}

.c-ttl-1__framed {
    display: inline-block;
    margin-right: 20px;
    padding: 2px 19px;
    border: 1px solid #000;
    font-weight: bold;
    font-size: 16px;
    line-height: 1;
    font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "meiryo", sans-serif;
}
@media screen and (max-width: 660px) {
    .c-ttl-1__framed {
        margin-top: 3.7333333333vw;
        margin-right: 5.3333333333vw;
        padding: 0.6666666667vw 2.4vw 0.5333333333vw;
        font-size: 2.6666666667vw;
    }
}
.safari .c-ttl-1__framed {
    padding: 3px 19px 1px;
}
@media screen and (max-width: 660px) {
    .safari .c-ttl-1__framed {
        padding: 0.6666666667vw 2.4vw 0.4vw;
    }
}

.windows .c-ttl-1__framed {
    padding: 3px 19px 1px;
}
@media screen and (max-width: 660px) {
    .windows .c-ttl-1__framed {
        padding: 0.6666666667vw 2.4vw 0.4vw;
    }
}

.c-ttl-1__txt {
    display: inline-block;
    font-weight: bold;
    font-size: 20px;
    line-height: 1.1;
    letter-spacing: 0.05em;
}
@media screen and (max-width: 660px) {
    .c-ttl-1__txt {
        font-size: 3.4666666667vw;
    }
}

/* ---------------------------------------------
*   c-ttl-2
--------------------------------------------- */
.c-ttl-2 {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 10px 0;
    text-align: center;
    border-radius: 3px;
}
@media screen and (max-width: 660px) {
    .c-ttl-2 {
        padding-top: 2.1333333333vw;
        padding-bottom: 1.8666666667vw;
        border-radius: 0.8vw;
    }
}
.c-ttl-2--orange {
    padding-right: 230px;
    /* Chrome10-25,Safari5.1-6 */
    background: radial-gradient(circle at center, rgba(255, 146, 0, 0.5) 0%, rgb(255, 146, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
@media screen and (max-width: 660px) {
    .c-ttl-2--orange {
        padding-left: 2.6666666667vw;
        padding-right: 2.6666666667vw;
    }
}
.c-ttl-2--purple {
    padding-right: 200px;
    /* Chrome10-25,Safari5.1-6 */
    background: radial-gradient(circle at center, rgb(207, 183, 212) 0%, rgb(113, 113, 158) 73%, rgb(113, 113, 158) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
@media screen and (max-width: 660px) {
    .c-ttl-2--purple {
        padding-left: 2.6666666667vw;
        padding-right: 2.6666666667vw;
    }
}
.c-ttl-2__txt {
    display: block;
    color: #fff;
    font-weight: 600;
    font-size: 30px;
    line-height: 1;
}
@media screen and (max-width: 660px) {
    .c-ttl-2__txt {
        font-size: 6vw;
        text-align: left;
    }
}
.c-ttl-2__img {
    position: absolute;
    top: 50%;
    transform: translateY(-52%);
    right: 370px;
}
@media screen and (max-width: 660px) {
    .c-ttl-2__img {
        right: -10vw;
    }
}
.c-ttl-2--orange .c-ttl-2__img {
    width: 240px;
}
@media screen and (max-width: 660px) {
    .c-ttl-2--orange .c-ttl-2__img {
        width: 52vw;
        transform: translateY(-50%);
    }
}

.c-ttl-2--purple .c-ttl-2__img {
    width: 240px;
}
@media screen and (max-width: 660px) {
    .c-ttl-2--purple .c-ttl-2__img {
        width: 52vw;
        transform: translateY(-56%);
    }
}

.c-ttl-2 img {
    width: 100%;
}

/* ---------------------------------------------
*   c-txt-1
--------------------------------------------- */
.c-txt-1 {
    margin-top: 20px;
    font-weight: 600;
    font-size: 28px;
    letter-spacing: 0.05em;
    line-height: 1.75;
}
@media screen and (max-width: 660px) {
    .c-txt-1 {
        margin-top: 3.3333333333vw;
        font-size: 5.0666666667vw;
        letter-spacing: 0.05em;
    }
}
.c-txt-1--sekai {
    margin-right: 160px;
    margin-left: auto;
    text-align: right;
}
@media screen and (max-width: 660px) {
    .c-txt-1--sekai {
        margin-right: auto;
        text-align: center;
    }
}
@media screen and (max-width: 660px) {
    .windows .c-txt-1 {
        letter-spacing: 0 !important;
    }
}

/* ---------------------------------------------
*   c-txt-2
--------------------------------------------- */
.c-txt-2 {
    font-weight: 300;
    font-size: 18px;
    line-height: 2;
    letter-spacing: 0.05em;
    font-feature-settings: "palt" 1;
}
@media screen and (max-width: 660px) {
    .c-txt-2 {
        font-size: 3.5733333333vw;
    }
}
.windows .c-txt-2 {
    letter-spacing: 0;
}
@media screen and (max-width: 660px) {
    .windows .c-txt-2 {
        letter-spacing: -0.05em;
    }
}

.android .c-txt-2 {
    letter-spacing: 0;
}
@media screen and (max-width: 660px) {
    .android .c-txt-2 {
        letter-spacing: -0.05em;
    }
}

.c-txt-2--white {
    color: #fff;
}
.c-txt-2--sekai {
    margin-top: 165px;
    text-align: center;
}
@media screen and (max-width: 660px) {
    .c-txt-2--sekai {
        margin-top: 46vw;
        letter-spacing: 0;
        line-height: 1.92;
    }
}
.android .c-txt-2--sekai {
    letter-spacing: 0;
}
@media screen and (max-width: 660px) {
    .android .c-txt-2--sekai {
        letter-spacing: -0.05em;
    }
}

/* ---------------------------------------------
*   c-txt-3
--------------------------------------------- */
.c-txt-3 {
    display: block;
    margin-top: 18px;
    font-weight: bold;
    font-size: 24px;
    line-height: 2;
    letter-spacing: 0.05em;
    font-feature-settings: "palt" 1;
}
@media screen and (max-width: 660px) {
    .c-txt-3 {
        margin-top: 1.3333333333vw;
        font-size: 4.6666666667vw;
    }
}
.windows .c-txt-3 {
    letter-spacing: -0.02em;
}

.android .c-txt-3 {
    letter-spacing: -0.02em;
}

.c-txt-3--light {
    margin-top: 8px;
    font-weight: 400;
    line-height: 1.5;
}
@media screen and (max-width: 660px) {
    .c-txt-3--light {
        margin-top: 2.1333333333vw;
        font-weight: bold;
    }
}

/* ---------------------------------------------
*   c-txt-4
--------------------------------------------- */
.c-txt-4 {
    display: block;
    margin-top: 6px;
    font-weight: 300;
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 1.875;
    font-feature-settings: "palt" 1;
}
@media screen and (max-width: 660px) {
    .c-txt-4 {
        margin-top: 0;
        font-size: 2.4vw;
        line-height: 1.4;
    }
}

/* ---------------------------------------------
*   c-txt-5
--------------------------------------------- */
.c-txt-5 {
    display: block;
    margin-top: 16px;
    font-weight: bold;
    font-size: 32px;
    letter-spacing: 0.05em;
    line-height: 1.875;
}
@media screen and (max-width: 660px) {
    .c-txt-5 {
        font-size: 6.9333333333vw;
        margin-top: 2vw;
        line-height: 1.5;
    }
}
.c-txt-5__uline {
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 2px;
}
@media screen and (max-width: 660px) {
    .c-txt-5__uline {
        text-decoration-thickness: 0.2666666667vw;
        text-underline-offset: 0.2666666667vw;
    }
}

/* ---------------------------------------------
*   c-txt-6
--------------------------------------------- */
.c-txt-6 {
    display: block;
    margin-top: 16px;
    font-weight: bold;
    font-size: 20px;
    letter-spacing: 0.09em;
    font-feature-settings: "palt" 1;
    text-align: center;
    line-height: 1.75;
}
@media screen and (max-width: 660px) {
    .c-txt-6 {
        margin-top: 6.6666666667vw;
        font-size: 3.7333333333vw;
    }
}

/* ---------------------------------------------
*   c-txt-7
--------------------------------------------- */
.c-txt-7 {
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 300;
    font-size: 18px;
    line-height: 2;
    letter-spacing: 0.05em;
    font-feature-settings: "palt" 1;
}
@media screen and (max-width: 660px) {
    .c-txt-7 {
        font-size: 3.6vw;
    }
}
.windows .c-txt-7 {
    letter-spacing: -0.02em;
}

.android .c-txt-7 {
    letter-spacing: -0.08em;
}

.c-txt-7--1 {
    margin-left: 450px;
    margin-right: auto;
    text-align: left;
}
.c-txt-7--2 {
    margin-left: 325px;
    margin-right: auto;
    text-align: left;
}

/* ---------------------------------------------
*   c-txt-8
--------------------------------------------- */
.c-txt-8 {
    display: block;
    font-weight: 300;
    font-size: 12px;
    letter-spacing: 0.05em;
    line-height: 2.5;
}
@media screen and (max-width: 660px) {
    .c-txt-8 {
        font-size: 2.1333333333vw;
        line-height: 2.2;
    }
}

/* ---------------------------------------------
*   c-txt-caption1
--------------------------------------------- */
.c-txt-caption1 {
    display: block;
    margin-top: 12px;
    font-weight: 300;
    font-size: 14px;
    line-height: 1.75;
}
@media screen and (max-width: 660px) {
    .c-txt-caption1 {
        margin-top: 2.6666666667vw;
        font-size: 2.4vw;
        letter-spacing: 0;
    }
}
@media screen and (max-width: 660px) {
    .c-txt-caption1--sp-right {
        text-align: right;
    }
}

/* ---------------------------------------------
*   c-txt-super
--------------------------------------------- */
.c-txt-super {
    font-size: 12px;
    vertical-align: super;
}
@media screen and (max-width: 660px) {
    .c-txt-super {
        font-size: 1.8vw;
    }
}

/* ---------------------------------------------
*   c-txt
--------------------------------------------- */
.c-txt {
    font-size: 0.875rem;
}
@media screen and (max-width: 660px) {
    .c-txt {
        font-size: 0.9375rem;
    }
}
.c-txt__strong {
    text-decoration: underline;
    font-weight: bold;
}
.c-txt__italic {
    font-style: italic;
}

.brandSiteHeader {
    background-color: #fff;
}

.c-anchor {
    margin-top: -98px;
    padding-top: 98px;
}
@media screen and (max-width: 660px) {
    .c-anchor {
        margin-top: -50px;
        padding-top: 50px;
    }
}

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

@media print and (min-width: 661px), screen and (min-width: 661px) {
    .pc-hide {
        display: none !important;
    }
}
@media print and (max-width: 660px), screen and (max-width: 660px) {
    .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: 660px) {
    .mgt-sp--0 {
        margin-top: 0 !important;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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