/* ---------------------------------------------
*   l-contents
--------------------------------------------- */
.l-contents {
    position: relative;
    padding-top: 75px;
    overflow: hidden;
}
@media screen and (max-width: 750px) {
    .l-contents {
        padding-top: 13.3333333333vw;
    }
}

/* ---------------------------------------------
*   l-footer
--------------------------------------------- */
.l-footer {
    background-color: #595757;
    position: relative;
    font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "meiryo", sans-serif;
    font-weight: 300;
}
.l-footer__container {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    height: 125px;
}
@media screen and (max-width: 750px) {
    .l-footer__container {
        display: block;
        height: auto;
        padding: 5.3333333333vw 0 4.8vw;
    }
}

/*  l-footer-nav
--------------------------------------------- */
.l-footer-nav {
    max-width: 950px;
    text-align: center;
    font-size: 0;
}
.l-footer-nav__item {
    position: relative;
    display: inline-block;
    padding-left: 15px;
    color: #fff;
    font-size: 12px;
    line-height: 1.75;
}
@media screen and (max-width: 750px) {
    .l-footer-nav__item {
        display: block;
        padding-left: 0;
        font-size: 2.1333333333vw;
        line-height: 2;
        font-feature-settings: "palt" 1;
    }
}
.l-footer-nav__item:last-child {
    padding-right: 5px;
}
@media screen and (max-width: 750px) {
    .l-footer-nav__item:last-child {
        padding-right: 0;
    }
}
.l-footer-nav__item:after {
    position: absolute;
    top: 0;
    left: 5px;
    content: "|";
}
@media screen and (max-width: 750px) {
    .l-footer-nav__item:after {
        display: none;
    }
}
.l-footer-nav__item:last-child:before {
    position: absolute;
    top: 0;
    right: -5px;
    content: "|";
}
@media screen and (max-width: 750px) {
    .l-footer-nav__item:last-child:before {
        display: none;
    }
}
.l-footer-nav__link:hover {
    opacity: 0.8;
}

/*  l-footer-copyright
--------------------------------------------- */
.l-footer-copyright {
    height: 75px;
    background-color: #fff;
}
@media screen and (max-width: 750px) {
    .l-footer-copyright {
        height: 43.2vw;
    }
}
.l-footer-copyright__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1280px;
    min-width: 1080px;
    height: 100%;
    padding-right: 160px;
    padding-left: 160px;
    margin: 0 auto;
}
@media screen and (max-width: 750px) {
    .l-footer-copyright__inner {
        flex-direction: column-reverse;
        justify-content: center;
        min-width: 0;
        width: 100%;
        padding: 0;
    }
}
.l-footer-copyright__txt {
    text-align: center;
    font-size: 12px;
    line-height: 1.9;
    color: #595757;
    letter-spacing: -0.05em;
    transform: translateX(-100px);
}
@media screen and (max-width: 750px) {
    .l-footer-copyright__txt {
        line-height: 1.72;
        margin-top: 8vw;
        font-size: 2.9333333333vw;
        transform: none;
    }
}
.l-footer-copyright__logo {
    width: 230px;
    transform: translateX(133px);
}
@media screen and (max-width: 750px) {
    .l-footer-copyright__logo {
        width: 61.3333333333vw;
        transform: none;
    }
}
.l-footer-copyright__logo:hover {
    opacity: 0.8;
}

/*  l-footer-pagetop
--------------------------------------------- */
.l-footer-pagetop {
    position: sticky;
    z-index: 1;
    bottom: 26.6666666667vw;
    display: none;
}
.l-footer-pagetop__btn {
    position: absolute;
    z-index: 20;
    right: 3.3333333333vw;
    bottom: 0;
    display: block;
    width: 9.4666666667vw;
}

/* ---------------------------------------------
*   l-header
--------------------------------------------- */
.l-header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 999;
    background-color: #fff;
    height: 75px;
}
@media screen and (max-width: 750px) {
    .l-header {
        height: 13.3333333333vw;
    }
}
.l-header__container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    height: 100%;
    max-width: 1280px;
    min-width: 1080px;
    margin: 0 auto;
    padding-left: 128px;
    padding-right: 118px;
}
@media screen and (max-width: 750px) {
    .l-header__container {
        min-width: 0;
        width: 100%;
        padding-right: 1.4666666667vw;
        padding-left: 3.0666666667vw;
    }
}
.l-header__logo {
    width: 277px;
}
@media screen and (max-width: 750px) {
    .l-header__logo {
        width: 40vw;
    }
}
.l-header__logo-2 {
    display: block;
    width: 222px;
}
@media screen and (max-width: 750px) {
    .l-header__logo-2 {
        width: 35.4666666667vw;
    }
}
@media screen and (min-width: 751px) {
    .l-header__logo-2 {
        transition: opacity 300ms;
        will-change: opacity;
    }
    .l-header__logo-2:hover {
        opacity: 0.8;
    }
}

/* ---------------------------------------------
*   l-wrapper
--------------------------------------------- */
/* ---------------------------------------------
*   c-block-please
--------------------------------------------- */
.c-block-please {
    background-color: #FFFBBF;
    border-bottom: 7px solid #00A798;
    border-top: 7px solid #00A798;
    padding: 99px 0 104px;
}
@media screen and (max-width: 750px) {
    .c-block-please {
        border-width: 0.9333333333vw;
        padding: 13.6vw 3.4666666667vw 12vw;
    }
}
.c-block-please__box {
    position: relative;
    z-index: 1;
    max-width: 1024px;
    margin: 0 auto;
    padding: 51px 0 44px;
    border: 6px solid #00A798;
    border-radius: 15px;
    background-color: #d9f1f2;
}
@media screen and (max-width: 750px) {
    .c-block-please__box {
        padding: 5.7333333333vw 0 4.9333333333vw;
        border-width: 0.8vw;
        border-radius: 2vw;
    }
}
.c-block-please__txt {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    line-height: 2.1;
    letter-spacing: -0.05em;
}
@media screen and (max-width: 750px) {
    .c-block-please__txt {
        font-size: 3.2vw;
        line-height: 1.7;
    }
}

/*  c-block-please-wrapper
--------------------------------------------- */
.c-block-please-wrapper {
    position: relative;
    overflow: hidden;
}
.c-block-please-wrapper::before, .c-block-please-wrapper::after {
    position: absolute;
    top: 0;
    background-size: contain;
    content: "";
}
.c-block-please-wrapper::before {
    background-image: url(../img/bg_please_left_ashirai.png);
    width: 103.5px;
    left: 0;
    height: 540px;
}
@media screen and (max-width: 750px) {
    .c-block-please-wrapper::before {
        top: 1.0666666667vw;
        width: 8vw;
        height: 122.8vw;
        background-image: url(../img/sp/bg_please_left_ashirai.png);
    }
}
.c-block-please-wrapper::after {
    background-image: url(../img/bg_please_right_ashirai.png);
    width: 101.5px;
    right: 0;
    height: 540px;
}
@media screen and (max-width: 750px) {
    .c-block-please-wrapper::after {
        top: 1.2vw;
        width: 7.3333333333vw;
        height: 110.2666666667vw;
        background-image: url(../img/sp/bg_please_right_ashirai.png);
    }
}

/* ---------------------------------------------
*   c-block-pay
--------------------------------------------- */
.c-block-pay__txt {
    text-align: center;
}
.c-block-pay__cassette {
    display: flex;
    justify-content: center;
    gap: 0 30px;
    margin-top: 42px;
    padding-right: 6px;
}
@media screen and (max-width: 750px) {
    .c-block-pay__cassette {
        margin-top: 7.2vw;
        padding-right: 0;
        gap: 0 4vw;
    }
}
.c-block-pay__img {
    width: 177.5px;
    flex-shrink: 0;
    padding-top: 10px;
}
@media screen and (max-width: 750px) {
    .c-block-pay__img {
        width: 22vw;
        padding-top: 1.3333333333vw;
    }
}
.c-block-pay__point-wrap {
    width: 438px;
}
@media screen and (max-width: 750px) {
    .c-block-pay__point-wrap {
        width: 54.9333333333vw;
    }
}
.c-block-pay__point {
    position: relative;
    border-radius: 6px;
    z-index: 0;
    padding: 26px 25px 23px;
}
@media screen and (max-width: 750px) {
    .c-block-pay__point {
        padding: 3.3333333333vw 3.3333333333vw 2.9333333333vw;
        border-radius: 0.8vw;
    }
}
.c-block-pay__point:nth-of-type(2) {
    margin-top: 40px;
    padding-top: 32px;
    padding-bottom: 17px;
}
@media screen and (max-width: 750px) {
    .c-block-pay__point:nth-of-type(2) {
        margin-top: 5.3333333333vw;
        padding-top: 4.4vw;
        padding-bottom: 2.4vw;
    }
}
.c-block-pay__point::before, .c-block-pay__point::after {
    content: "";
    position: absolute;
    border: 3px solid #00A798;
    border-radius: 6px;
    width: 100%;
    height: 100%;
}
@media screen and (max-width: 750px) {
    .c-block-pay__point::before, .c-block-pay__point::after {
        border-width: 0.4vw;
        border-radius: 0.8vw;
    }
}
.c-block-pay__point::before {
    z-index: -2;
    left: 8px;
    top: 8px;
    background-color: #FFFBBF;
}
@media screen and (max-width: 750px) {
    .c-block-pay__point::before {
        top: 1.0666666667vw;
        left: 1.0666666667vw;
    }
}
.c-block-pay__point::after {
    z-index: -1;
    left: 0;
    top: 0;
    background-color: #fff;
}
.c-block-pay__point-inner {
    width: 100%;
    height: 100%;
}
.c-block-pay__point-label {
    position: absolute;
    width: 154.5px;
    transform: translateX(50%);
    right: 50%;
    top: -14px;
    z-index: 2;
}
@media screen and (max-width: 750px) {
    .c-block-pay__point-label {
        top: -2vw;
        width: 20.5333333333vw;
        font-size: 0;
    }
}
.c-block-pay__point-txt {
    position: relative;
    z-index: 3;
    text-align: center;
}
.c-block-pay__marker {
    margin-top: 5px;
}
@media screen and (max-width: 750px) {
    .c-block-pay__marker {
        line-height: 1;
        margin-top: 0.8vw;
    }
}
.c-block-pay__btn {
    display: block;
    width: 600px;
    margin: 52px auto 0;
}
@media screen and (max-width: 750px) {
    .c-block-pay__btn {
        width: 80vw;
        margin-top: 7.2vw;
    }
}
@media screen and (min-width: 751px) {
    .c-block-pay__btn {
        transition: opacity 300ms;
    }
    .c-block-pay__btn:hover {
        opacity: 0.8;
    }
}
.c-block-pay__anno {
    margin-top: 25px;
    font-feature-settings: "palt";
    font-size: 16px;
    font-weight: 500;
    line-height: calc(30/16);
    letter-spacing: 0.02em;
    color: #00A498;
    text-align: center;
}
@media screen and (max-width: 750px) {
    .c-block-pay__anno {
        font-size: 2.68vw;
        letter-spacing: 0;
        margin-top: 4.1vw;
    }
}

/* ---------------------------------------------
*   c-block-campaign
--------------------------------------------- */
.c-block-campaign__content {
    background-color: #fff;
    border-radius: 10px;
    padding: 44px 137px 60px;
    text-align: center;
}
@media screen and (max-width: 750px) {
    .c-block-campaign__content {
        padding: 6.1333333333vw 4vw 6.9333333333vw;
        border-radius: 2.1333333333vw;
    }
}
.c-block-campaign__content--card {
    padding: 57px 120px 71px;
}
@media screen and (max-width: 750px) {
    .c-block-campaign__content--card {
        padding: 7.0666666667vw 4vw 8.6666666667vw;
    }
}
.c-block-campaign__content-lead {
    font-size: 30px;
    line-height: 1.2666666667;
    font-weight: 700;
    display: inline-block;
}
@media screen and (max-width: 750px) {
    .c-block-campaign__content-lead {
        font-size: 4vw;
    }
}
.c-block-campaign__content-lead--min {
    margin-top: 34px;
}
@media screen and (min-width: 751px) {
    .c-block-campaign__content-lead--min {
        font-size: 28px;
        line-height: 1.3571428571;
    }
}
@media screen and (max-width: 750px) {
    .c-block-campaign__content-lead--min {
        margin-top: 2.9333333333vw;
    }
}
.c-block-campaign__content-lead-img {
    font-size: 0;
    display: inline-block;
    width: 382px;
    margin-right: 13px;
    position: relative;
    top: 12px;
}
@media screen and (max-width: 750px) {
    .c-block-campaign__content-lead-img {
        width: 50.9333333333vw;
        margin-right: 1.7333333333vw;
        top: 1.6vw;
    }
}
.c-block-campaign__lead-point-img {
    width: 579.5px;
    margin: 0 auto;
    margin-top: 21px;
}
@media screen and (max-width: 750px) {
    .c-block-campaign__lead-point-img {
        width: 76vw;
        margin-top: 1.0666666667vw;
    }
}
.c-block-campaign__box {
    position: relative;
    background-color: #FFFBBF;
    border-radius: 10px;
    margin-top: 64px;
    padding: 42px 0 20px;
}
@media screen and (max-width: 750px) {
    .c-block-campaign__box {
        border-radius: 1.3333333333vw;
        margin-top: 7.6vw;
        padding: 4.8vw 0 4vw;
    }
}
.c-block-campaign__box-ex {
    width: 194.5px;
    position: absolute;
    top: -24px;
    transform: translateX(50%);
    right: 50%;
}
@media screen and (max-width: 750px) {
    .c-block-campaign__box-ex {
        width: 25.3333333333vw;
        top: -3.0666666667vw;
    }
}
.c-block-campaign__box-lead {
    font-size: 0;
}
@media screen and (max-width: 750px) {
    .c-block-campaign__box-lead {
        margin-top: 1.4666666667vw;
    }
}
.c-block-campaign__box-lead .c-txt {
    line-height: 1.4166666667;
    display: inline-block;
    position: relative;
    letter-spacing: 0.05em;
}
.c-block-campaign__box-lead .c-txt::before {
    width: 100%;
    height: 2px;
    background-color: #00A798;
    content: "";
    position: absolute;
    bottom: 3px;
    left: 0;
}
@media screen and (max-width: 750px) {
    .c-block-campaign__box-lead .c-txt::before {
        height: 0.2666666667vw;
        bottom: 0.4vw;
    }
}
.c-block-campaign__box-lead .c-txt--l {
    line-height: 1.8888888889;
    display: inline-block;
}
.c-block-campaign__box-lead .c-txt--l::before {
    display: none;
}
.c-block-campaign__box-point {
    width: 600px;
    margin-left: 65px;
    margin-top: 21px;
}
@media screen and (max-width: 750px) {
    .c-block-campaign__box-point {
        width: 60.2666666667vw;
        margin: 0 auto;
        margin-top: 2.1333333333vw;
    }
}
.c-block-campaign__box-anno {
    margin-top: 17px;
}
@media screen and (max-width: 750px) {
    .c-block-campaign__box-anno {
        margin-top: 2vw;
    }
}
.c-block-campaign__box-anno .c-txt-anno {
    font-weight: 500;
}
.c-block-campaign__content-ttl {
    width: 141px;
    margin: 0 auto;
}
@media screen and (max-width: 750px) {
    .c-block-campaign__content-ttl {
        width: 18vw;
    }
}
.c-block-campaign__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 26px 60px;
    margin-top: 50px;
}
@media screen and (max-width: 750px) {
    .c-block-campaign__list {
        gap: 4.6666666667vw 3.3333333333vw;
        margin-top: 6.6666666667vw;
    }
}
.c-block-campaign__item {
    width: 224px;
}
@media screen and (max-width: 750px) {
    .c-block-campaign__item {
        width: 34.6666666667vw;
    }
}
.c-block-campaign__item--short {
    width: 211px;
}
@media screen and (max-width: 750px) {
    .c-block-campaign__item--short {
        width: 34.6666666667vw;
    }
}
@media screen and (min-width: 751px) {
    .c-block-campaign__item--gold {
        translate: 23px;
    }
}
.c-block-campaign__item--long {
    width: 264px;
}
@media screen and (max-width: 750px) {
    .c-block-campaign__item--long {
        width: 46.4vw;
    }
}
.c-block-campaign__cassette-img {
    width: 211px;
    margin: 0 auto;
}
@media screen and (max-width: 750px) {
    .c-block-campaign__cassette-img {
        width: 28.4vw;
    }
}
.c-block-campaign__cassette-txt {
    margin-top: 6px;
}
@media screen and (max-width: 750px) {
    .c-block-campaign__cassette-txt {
        margin-top: 1.0666666667vw;
    }
    .c-block-campaign__cassette-txt .c-txt {
        font-size: 2.4vw;
        line-height: 1.4444444444;
    }
    .c-block-campaign__cassette-txt .c-txt--s {
        display: inline-block;
        margin-top: 0.2666666667vw;
    }
}
.c-block-campaign__except {
    width: 755px;
    margin: 44px auto 0;
    text-align: left;
}
@media screen and (max-width: 750px) {
    .c-block-campaign__except {
        width: auto;
        margin-top: 3.3333333333vw;
        padding: 0 3.3333333333vw 0 4.2666666667vw;
    }
}
.c-block-campaign__except .c-txt {
    line-height: 1.6666666667;
}
@media screen and (max-width: 750px) {
    .c-block-campaign__except .c-txt {
        letter-spacing: -0.05em;
    }
}
.c-block-campaign__except-item {
    padding-left: 4px;
}
@media screen and (max-width: 750px) {
    .c-block-campaign__except-item {
        padding-left: 0;
    }
}
.c-block-campaign__except-item .c-txt {
    display: flex;
    font-feature-settings: "palt" 1;
    letter-spacing: 0.02em;
}
@media screen and (max-width: 750px) {
    .c-block-campaign__except-item .c-txt {
        line-height: 1.6666666667;
        letter-spacing: 0.09em;
    }
}
.c-block-campaign__membership {
    margin-top: 61px;
}
@media screen and (max-width: 750px) {
    .c-block-campaign__membership {
        margin-top: 7.7333333333vw;
    }
}
.c-block-campaign__membership-lead {
    margin-top: 16px;
}
@media screen and (max-width: 750px) {
    .c-block-campaign__membership-lead {
        margin-top: 2.4vw;
        width: 76.9333333333vw;
        position: relative;
        left: -0.4666666667vw;
    }
}
.c-block-campaign__membership-lead .c-txt {
    line-height: 1.6666666667;
    letter-spacing: 0.05em;
}
@media screen and (max-width: 750px) {
    .c-block-campaign__membership-lead .c-txt {
        letter-spacing: -0.06em;
    }
}
.c-block-campaign__membership-img {
    display: block;
    width: 750px;
    margin: 16px auto 0;
}
@media screen and (max-width: 750px) {
    .c-block-campaign__membership-img {
        width: 74.6666666667vw;
        margin: 2.6666666667vw auto 0;
    }
}
.c-block-campaign__register {
    margin-top: 71px;
}
@media screen and (max-width: 750px) {
    .c-block-campaign__register {
        margin-top: 10vw;
    }
}
.c-block-campaign__register-cassette {
    display: flex;
    justify-content: center;
    margin-top: 26px;
}
@media screen and (max-width: 750px) {
    .c-block-campaign__register-cassette {
        margin-top: 2vw;
    }
}
.c-block-campaign__register-icon {
    width: 113px;
    margin-right: 10px;
    flex-shrink: 0;
}
@media screen and (max-width: 750px) {
    .c-block-campaign__register-icon {
        width: 14.8vw;
        margin-right: 1.3333333333vw;
    }
}
.c-block-campaign__register-sentence {
    padding-top: 14px;
}
@media screen and (max-width: 750px) {
    .c-block-campaign__register-sentence {
        padding-top: 1.0666666667vw;
    }
}
.c-block-campaign__register-txt {
    font-size: 28px;
    line-height: 1.54;
    font-weight: 900;
    color: #00A798;
    display: inline-block;
    text-align: left;
}
@media screen and (max-width: 750px) {
    .c-block-campaign__register-txt {
        font-size: 3.4666666667vw;
        line-height: 2.1153846154;
        letter-spacing: -0.02em;
    }
}
.c-block-campaign__register-txt--red {
    color: #e50038;
    font-size: 34px;
    line-height: 1.3823529412;
}
@media screen and (max-width: 750px) {
    .c-block-campaign__register-txt--red {
        font-size: 4.4vw;
        line-height: 1.3939393939;
        position: relative;
        top: -1.0666666667vw;
    }
}
.c-block-campaign__register-txt .dot {
    position: relative;
}
.c-block-campaign__register-txt .dot::before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #00A798;
    position: absolute;
    top: -2px;
    right: 50%;
    transform: translateX(50%);
}
@media screen and (max-width: 750px) {
    .c-block-campaign__register-txt .dot::before {
        width: 0.8vw;
        height: 0.8vw;
        top: -0.2666666667vw;
    }
}
/* ---------------------------------------------
*   c-block-method
--------------------------------------------- */
.c-block-method {
    margin-top: 75px;
}
@media screen and (max-width: 750px) {
    .c-block-method {
        margin-top: 8vw;
    }
}
.c-block-method__img {
    margin-top: 30px;
    position: relative;
    border: 3px solid #00A498;
    background-color: #FCFAC5;
    align-items: center;
    box-shadow: 0px 7px 0px 0px #FFF100;
    border-radius: 12px;
    cursor: pointer;
}
@media screen and (max-width: 750px) {
    .c-block-method__img {
        border-radius: 2.27vw;
        margin-top: 2.4vw;
        box-shadow: 0px 6px 0px 0px #FFF100;
        border: 2px solid #00A498;
    }
}
.is-acc-open .c-block-method__img {
    box-shadow: none;
    border-radius: 12px 12px 0 0;
}
@media screen and (max-width: 750px) {
    .is-acc-open .c-block-method__img {
        border-radius: 2.27vw 2.27vw 0 0;
    }
}
.c-block-method__txt {
    font-size: 30px;
    line-height: 1.4375;
    color: #00A498;
    font-weight: 700;
    translate: 7px;
    display: block;
    padding: 28px 300px;
}
@media screen and (max-width: 750px) {
    .c-block-method__txt {
        font-size: 3.73vw;
        line-height: 1;
        translate: 0;
        padding: 4.67vw 20vw;
    }
}
.c-block-method__ico {
    position: absolute;
    inset: 50% 0 auto auto;
    transform: translateY(50%);
    top: 38%;
    right: 5%;
    /* width: 40px;
    height: 40px; */
}
@media screen and (max-width: 750px) {
    .c-block-method__ico {
        top: 38%;
        right: 10%;
    }
}
.c-block-method__ico::before, .c-block-method__ico::after {
    content: "";
    position: absolute;
    inset: 50% auto auto 50%;
    background-color: #00A498;
    border-radius: 2.5px;
}
.c-block-method__ico::before {
    width: 5px;
    height: 25px;
    transform: rotate(90deg);
}
@media screen and (max-width: 750px) {
    .c-block-method__ico::before {
        width: 0.67vw;
        height: 3.2vw;
        transform: rotate(90deg);
    }
}
.c-block-method__ico::after {
    width: 5px;
    height: 25px;
}
@media screen and (max-width: 750px) {
    .c-block-method__ico::after {
        width: 0.67vw;
        height: 3.2vw;
    }
}
.is-acc-open .c-block-method__ico::after {
    height: 0;
}
@media (hover: hover) {
    .c-block-method__img {
        transition: opacity .3s;
    }
    .c-block-method__img:hover {
        opacity: .8;
    }
}
.c-block-method .js-acc-target {
    display: none;
}
.c-block-method__body {
    box-sizing: border-box;
    margin: 0 3px;
    padding: 53px 53px 40px;
    border-radius: 0 0 10px 10px;
    background-color: #fff;
}
@media screen and (max-width: 750px) {
    .c-block-method__body {
        padding: 6vw 6vw 1.33vw;
        border-radius: 0 0 2.27vw 2.27vw;
    }
}
.c-block-method__ttl {
    font-size: 24px;
    line-height: 1.75;
    color: #00A498;
    font-weight: 700;
    text-align: center;
    margin-bottom: 40px;
}
@media screen and (max-width: 750px) {
    .c-block-method__ttl {
        font-size: 3.47vw;
        line-height: 1.23;
    }
}
.c-block-method__num {
    display: inline-block;
    width: 45px;
    height: 45px;
    margin-right: 15px;
}
@media screen and (max-width: 750px) {
    .c-block-method__num {
        display: block;
        margin-inline: auto;
        width: 6vw;
        height: 7vw;
    }
}
.c-block-method__line {
    background: url(../img/bg_dotrow.png) no-repeat;
    background-size: contain;
}
@media screen and (max-width: 750px) {
    .c-block-method__line {
        background: url(../img/sp/bg_dotrow.png) no-repeat;
        background-size: contain;
    }
}
/* ---------------------------------------------
*   c-block-cautions
--------------------------------------------- */
.c-block-cautions {
    margin-top: 70px;
}
@media screen and (max-width: 750px) {
    .c-block-cautions {
        width: 81.6vw;
        margin: 7.2vw auto 0;
    }
}
.c-block-cautions__ttl {
    text-align: center;
    color: #fff;
    font-size: 23px;
    font-weight: 700;
    line-height: 1.5217391304;
    font-feature-settings: "palt" 1;
    letter-spacing: 0.025em;
    margin-bottom: 27px;
}
@media screen and (max-width: 750px) {
    .c-block-cautions__ttl {
        font-size: 3.2vw;
        line-height: 1.625;
        letter-spacing: 0.18em;
        margin-bottom: 2.6666666667vw;
    }
}
.c-block-cautions__lead {
    color: #fff000;
    font-size: 22.4px;
    font-weight: 700;
    line-height: 2;
    font-feature-settings: "palt" 1;
}
@media screen and (max-width: 750px) {
    .c-block-cautions__lead {
        font-size: 3.36vw;
        line-height: 2.2222222222;
    }
}

/* ---------------------------------------------
*   c-block-facility
--------------------------------------------- */
.c-block-facility {
    background-color: #fff;
    border: 5px solid #00A798;
    border-radius: 10px;
    margin-top: 47px;
    padding: 95px 168px 100px;
}
@media screen and (max-width: 750px) {
    .c-block-facility {
        border-width: 0.5333333333vw;
        border-radius: 2.6666666667vw;
        margin-top: 6vw;
        padding: 9.3333333333vw 0;
    }
}
.c-block-facility__content + .c-block-facility__content {
    margin-top: 100px;
}
@media screen and (max-width: 750px) {
    .c-block-facility__content + .c-block-facility__content {
        margin-top: 13.3333333333vw;
    }
}
.c-block-facility__content--outlet {
    margin-top: 87px;
}
@media screen and (max-width: 750px) {
    .c-block-facility__content--outlet {
        margin-top: 13.3333333333vw;
    }
}
.c-block-facility__content--outlet .c-block-facility__content-ttl {
    width: 306px;
}
@media screen and (max-width: 750px) {
    .c-block-facility__content--outlet .c-block-facility__content-ttl {
        width: 40.8vw;
    }
}
.c-block-facility__content--urban {
    margin-top: 88px;
}
@media screen and (max-width: 750px) {
    .c-block-facility__content--urban {
        margin-top: 7.2vw;
    }
}
.c-block-facility__content--urban .c-block-facility__content-ttl {
    width: 580px;
}
@media screen and (max-width: 750px) {
    .c-block-facility__content--urban .c-block-facility__content-ttl {
        width: 59.8666666667vw;
    }
}
.c-block-facility__content--other {
    margin-top: 86px;
}
@media screen and (max-width: 750px) {
    .c-block-facility__content--other {
        margin-top: 7.4666666667vw;
    }
}
.c-block-facility__content--other .c-block-facility__content-ttl {
    width: 85px;
}
@media screen and (max-width: 750px) {
    .c-block-facility__content--other .c-block-facility__content-ttl {
        width: 11.3333333333vw;
    }
}
.c-block-facility__content--other .c-block-facility__anno {
    margin-top: 21px;
}
@media screen and (max-width: 750px) {
    .c-block-facility__content--other .c-block-facility__anno {
        margin-top: 2.1333333333vw;
        left: 0;
    }
}
.c-block-facility__content-ttl {
    width: 308px;
    margin: 0 auto;
}
@media screen and (max-width: 750px) {
    .c-block-facility__content-ttl {
        width: 41.0666666667vw;
    }
}
.c-block-facility__content-txt {
    margin-top: 22px;
    text-align: center;
}
@media screen and (max-width: 750px) {
    .c-block-facility__content-txt {
        margin-top: 3.7333333333vw;
    }
}
.c-block-facility__content-txt .c-txt {
    font-weight: 700;
}
@media screen and (max-width: 750px) {
    .c-block-facility__content-txt .c-txt {
        font-size: 2.8vw;
    }
}
.c-block-facility__list {
    position: relative;
    left: 4px;
    display: grid;
    grid-template-columns: 386px 1fr;
    justify-content: space-between;
    margin-top: 47px;
}
@media screen and (min-width: 751px) {
    .c-block-facility__list {
        grid-row-gap: 10px;
    }
}
@media screen and (max-width: 750px) {
    .c-block-facility__list {
        display: block;
        margin-top: 5.0666666667vw;
        padding-left: 9.6vw;
    }
}
@media screen and (max-width: 750px) {
    .c-block-facility__item {
        padding-left: 3.3333333333vw;
        text-indent: -3.3333333333vw;
    }
    .c-block-facility__item .c-txt {
        font-size: 3.4666666667vw;
        line-height: 2.1923076923;
    }
}
.c-block-facility__item--full {
    grid-column: 1/3;
    grid-row: 1/2;
}
.c-block-facility__item .c-txt-anno {
    font-weight: 700;
    line-height: 1.5384615385;
    display: inline-block;
    position: relative;
    top: -10px;
    left: 11px;
}
@media screen and (max-width: 750px) {
    .c-block-facility__item .c-txt-anno {
        font-size: 2.6666666667vw;
        line-height: 1.5;
        top: -2.2666666667vw;
        left: 2.9333333333vw;
    }
}
.c-block-facility__anno {
    margin-top: 33px;
    text-align: center;
}
@media screen and (max-width: 750px) {
    .c-block-facility__anno {
        margin-top: 4.5333333333vw;
    }
}
.c-block-facility__anno .c-txt-anno {
    font-weight: 500;
}
@media screen and (max-width: 750px) {
    .c-block-facility__anno .c-txt-anno {
        font-size: 2.4vw;
        line-height: 1.6666666667;
    }
}
.c-block-facility__anno .c-txt-anno--1 {
    margin-inline: calc(50% - 50vw);
}
@media screen and (max-width: 750px) {
    .c-block-facility__anno .c-txt-anno--1 {
        margin-inline: 0;
    }
}

/* ---------------------------------------------
*   c-block-dawnload
--------------------------------------------- */
.c-block-dawnload__logo {
    width: 539px;
    margin: 0 auto 35px;
}
@media screen and (max-width: 750px) {
    .c-block-dawnload__logo {
        width: 71.8vw;
        margin-bottom: 8.133333vw;
    }
}
.c-block-dawnload__box {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    gap: 0 40px;
    position: relative;
    right: 8px;
}
@media screen and (max-width: 750px) {
    .c-block-dawnload__box {
        display: block;
        right: 0;
    }
}
.c-block-dawnload__cassette {
    display: flex;
    align-items: flex-end;
    gap: 0 18px;
}
@media screen and (max-width: 750px) {
    .c-block-dawnload__cassette {
        gap: 0 6.9333333333vw;
        justify-content: center;
    }
}
.c-block-dawnload__btn {
    width: 214px;
}
@media screen and (max-width: 750px) {
    .c-block-dawnload__btn {
        width: 35.7333333333vw;
    }
}
.c-block-dawnload__btn--apple {
    width: 177px;
}
@media screen and (max-width: 750px) {
    .c-block-dawnload__btn--apple {
        width: 29.6vw;
    }
}
.c-block-dawnload__btn-txt {
    text-align: center;
    font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "meiryo", sans-serif;
    font-weight: bold;
}
@media screen and (max-width: 750px) {
    .c-block-dawnload__btn-txt .c-txt {
        font-size: 2.8vw;
    }
}
.c-block-dawnload__btn-link {
    display: block;
}
@media screen and (min-width: 751px) {
    .c-block-dawnload__btn-link {
        transition: opacity 300ms;
    }
    .c-block-dawnload__btn-link:hover {
        opacity: 0.8;
    }
}
.c-block-dawnload__qr {
    width: 113px;
}
.c-block-dawnload__list {
    padding-left: 238px;
    margin-top: 42px;
}
@media screen and (max-width: 750px) {
    .c-block-dawnload__list {
        padding-left: 2.4vw;
        margin-top: 6.9333333333vw;
    }
}
.c-block-dawnload__item {
    padding-left: 1px;
    text-indent: -1em;
    font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "meiryo", sans-serif;
    font-size: 16px;
    line-height: 1.8125;
}
@media screen and (max-width: 750px) {
    .c-block-dawnload__item {
        font-size: 2.4vw;
        line-height: 1.8888888889;
        font-feature-settings: "palt" 1;
    }
}
.c-block-dawnload__link {
    border-bottom: 1px solid #222222;
    padding-bottom: 0.1em;
}
@media screen and (min-width: 751px) {
    .c-block-dawnload__link:hover {
        border-bottom: 0;
    }
}

/* ---------------------------------------------
*   c-box-download
--------------------------------------------- */
.c-box-download {
    position: relative;
    z-index: 0;
    width: 1024px;
    padding: 45px 0 34px;
    margin: 40px auto 0;
}
@media screen and (max-width: 750px) {
    .c-box-download {
        width: 87.6vw;
        margin-top: 5vw;
        padding: 5.3333333333vw 0;
    }
}
.c-box-download::before, .c-box-download::after {
    content: "";
    position: absolute;
    border: 3px solid #00A798;
    border-radius: 16px;
    width: 100%;
    height: 100%;
}
@media screen and (max-width: 750px) {
    .c-box-download::before, .c-box-download::after {
        border-width: 0.4vw;
        border-radius: 0.8vw;
    }
}
.c-box-download::before {
    z-index: -2;
    left: 8px;
    top: 8px;
    background-color: #FFFBBF;
}
@media screen and (max-width: 750px) {
    .c-box-download::before {
        top: 1.0666666667vw;
        left: 1.0666666667vw;
    }
}
.c-box-download::after {
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background-color: #fff;
}
.c-box-download__head {
    margin-bottom: 13px;
}
@media screen and (max-width: 750px) {
    .c-box-download__head {
        margin-bottom: 3.3333333333vw;
    }
}
.c-box-download__ttl {
    width: 390px;
    margin: 0 auto;
}
@media screen and (max-width: 750px) {
    .c-box-download__ttl {
        width: 52.733333vw;
    }
}
.c-box-download__body {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}
.c-box-download__body--small {
    width: 680px;
    margin-bottom: 65px;
}
@media screen and (max-width: 750px) {
    .c-box-download__body--small {
        width: 58.67vw;
        margin-bottom: 6.67vw;
    }
}
.c-box-download__logo {
    width: 79px;
    height: 79px;
    margin-right: 28px;
}
@media screen and (max-width: 750px) {
    .c-box-download__logo {
        width: 16.13vw;
        height: 16.13vw;
        margin-right: 6.67vw;
    }
}
.c-box-download__btn-item--android {
    width: 214px;
    margin-left: 14px;
}
@media screen and (max-width: 750px) {
    .c-box-download__btn-item--android {
        width: 35.7333333333vw;
        margin-left: 6.6666666667vw;
    }
}
.c-box-download__btn-item--android2 {
    width: 240px;
    margin-left: 14px;
}
@media screen and (max-width: 750px) {
    .c-box-download__btn-item--android2 {
        width: 35.87vw;
        margin-left: 0;
    }
}
.c-box-download__btn-item--iphone {
    width: 177.5px;
}
@media screen and (max-width: 750px) {
    .c-box-download__btn-item--iphone {
        width: 29.6vw;
    }
}
.c-box-download__btn-item--iphone2 {
    width: 194px;
}
@media screen and (max-width: 750px) {
    .c-box-download__btn-item--iphone2 {
        width: 35.87vw;
    }
}
.c-box-download__btn-label {
    font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "meiryo", sans-serif;
    font-size: 17px;
    font-weight: bold;
    text-align: center;
}
@media screen and (max-width: 750px) {
    .c-box-download__btn-label {
        font-size: 2.8vw;
    }
}
.c-box-download__qr {
    width: 140px;
    margin-left: 24px;
}
@media screen and (max-width: 750px) {
    .c-box-download__qr {
        display: none;
    }
}
.c-box-download__device {
    display: flex;
}
@media screen and (max-width: 750px) {
    .c-box-download__device {
        flex-flow: column;
        row-gap: 1.6vw;
        align-items: center;
    }
}
.c-box-download__qr--2 {
    width: 110px;
    height: 110px;
    margin-left: 15px;
}
@media screen and (max-width: 750px) {
    .c-box-download__qr--2 {
        display: none;
    }
}
/* ---------------------------------------------
*   c-btn
--------------------------------------------- */
@media screen and (min-width: 751px) {
    .c-btn {
        transition: opacity 300ms;
    }
    .c-btn:hover {
        opacity: 0.8;
    }
}

/* ---------------------------------------------
*   c-card
--------------------------------------------- */
.c-card {
    margin-bottom: 30px;
}
@media screen and (max-width: 750px) {
    .c-card {
        margin-bottom: 8vw;
    }
}
.c-card__head {
    margin-bottom: 15px;
}
@media screen and (max-width: 750px) {
    .c-card__head {
        margin-bottom: 4vw;
    }
}
.c-card__body {
    padding: 0 10px;
}
@media screen and (max-width: 750px) {
    .c-card__body {
        padding: 0;
    }
}

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

/* ---------------------------------------------
*   c-figure
--------------------------------------------- */
/* ---------------------------------------------
*   c-kv
--------------------------------------------- */
.c-kv {
    background-color: #00A798;
    padding-top: 43px;
    padding-bottom: 64px;
    overflow: hidden;
    background-image: url(../img/bg_1_1.png), url(../img/bg_1_2.png);
    background-position: -36px -31px, right -39px top -32px;
    background-repeat: no-repeat;
    background-size: 325px auto;
}
@media screen and (max-width: 750px) {
    .c-kv {
        padding-top: 9.3333333333vw;
        padding-bottom: 10.6666666667vw;
        background-image: url(../img/sp/bg_1_1.png), url(../img/sp/bg_1_2.png);
        background-position: -0.5333333333vw -0.5333333333vw, right -0.5333333333vw top -0.5333333333vw;
        background-repeat: no-repeat;
        background-size: 21.8666666667vw auto;
    }
}
.c-kv__inner {
    width: 1024px;
    margin: 0 auto;
}
@media screen and (max-width: 750px) {
    .c-kv__inner {
        width: 100%;
    }
}
.c-kv__ttl {
    position: relative;
    left: -37px;
    width: 616px;
    margin: 0 auto;
}
@media screen and (max-width: 750px) {
    .c-kv__ttl {
        position: relative;
        left: auto;
        width: 86.8vw;
    }
}
.c-kv__main {
    position: relative;
    width: 790px;
    margin: 24px auto 0;
}
@media screen and (max-width: 750px) {
    .c-kv__main {
        width: 88.1333333333vw;
        margin-top: 4.6666666667vw;
    }
}
.c-kv__main-lead {
    position: absolute;
    top: -103px;
    right: -101px;
    width: 993px;
    margin: 0 auto;
}
@media screen and (max-width: 750px) {
    .c-kv__main-lead {
        top: -17.3333333333vw;
        right: -6vw;
        width: 97.6vw;
    }
}
.c-kv__note {
    width: 780px;
    padding-left: 1em;
    text-indent: -1em;
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    line-height: 1.875;
    font-feature-settings: "palt" 1;
    margin: 15px auto 0;
}
@media screen and (max-width: 750px) {
    .c-kv__note {
        width: 86.6666666667vw;
        font-size: 2.6666666667vw;
        line-height: 1.7;
        margin-top: 3.3333333333vw;
    }
}
.c-kv__btn-wrap {
    width: 600px;
    margin: 32px auto 0;
    transform: translateX(3px);
}
@media screen and (max-width: 750px) {
    .c-kv__btn-wrap {
        width: 80vw;
        margin-top: 3.7333333333vw;
    }
}

/* ---------------------------------------------
*   c-label
--------------------------------------------- */
.c-label {
    width: 609.5px;
    margin: 0 auto;
}
@media screen and (max-width: 750px) {
    .c-label {
        width: 73.4666666667vw;
    }
}

/* ---------------------------------------------
*   c-link-bnr
--------------------------------------------- */
.c-link-bnr {
    position: fixed;
    z-index: 9;
    right: 66px;
    bottom: 66px;
    display: none;
    width: 228px;
}
@media screen and (max-width: 750px) {
    .c-link-bnr {
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
    }
}
@media screen and (min-width: 751px) {
    .c-link-bnr__btn {
        transition: opacity 300ms;
    }
    .c-link-bnr__btn:hover {
        opacity: 0.8;
    }
}

/* ---------------------------------------------
*   c-list-cautions
--------------------------------------------- */
@media screen and (max-width: 750px) {
    .c-list-cautions {
        margin-top: -0.5333333333vw;
    }
}
.c-list-cautions__item {
    padding-left: 1em;
    text-indent: -1em;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.75;
    font-feature-settings: "palt" 1;
}
@media screen and (max-width: 750px) {
    .c-list-cautions__item {
        font-size: 2.4vw;
        line-height: 2;
    }
}
/* ---------------------------------------------
*   c-list-method
--------------------------------------------- */
.c-list-method {
    display: flex;
    justify-content: space-between;
    position: relative;
}
@media screen and (max-width: 750px) {
    .c-list-method {
        display: block;
    }
}
.c-list-method__ttl {
    font-size: 24px;
    line-height: 1.75;
    color: #00A498;
    font-weight: 700;
    text-align: center;
    margin-top: 50px;
}
@media screen and (max-width: 750px) {
    .c-list-method__ttl {
        font-size: 3.47vw;
        line-height: 1.23;
        margin-top: 4.67vw;
    }
}
.c-list-method__img {
    width: 218px;
    margin-inline: auto;
    margin-top: 65px;
}
@media screen and (max-width: 750px) {
    .c-list-method__img {
        width: 36.4vw;
        margin-top: 5.73vw;
    }
}
.c-list-method__num {
    display: inline-block;
    width: 45px;
    height: 45px;
    margin-right: 15px;
}
@media screen and (max-width: 750px) {
    .c-list-method__num {
        display: block;
        margin-inline: auto;
        width: 6vw;
        height: 7vw;
    }
}
.c-list-method__txt {
    display: inline-block;
    font-size: 24px;
    line-height: 1.75;
    color: #000;
    font-weight: 700;
    text-align: center;
    padding-block: 70px 30px;
    width: 431px;
}
@media screen and (max-width: 750px) {
    .c-list-method__txt {
        font-size: 3.47vw;
        padding-block: 5.33vw 6.67vw;
        width: 73.13vw;
    }
}
.c-list-method__ver:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    background: url(../img/bg_dotver.png);
    background-size: contain;
    width: 6px;
    height: 98%;
}
@media screen and (max-width: 750px) {
        .c-list-method__ver {
            background: url(../img/sp/bg_dotrow.png) no-repeat;
            background-size: contain;
        }
        .c-list-method__ver:before {
            display: none;
        }
}
/* ---------------------------------------------
*   page-anchor
--------------------------------------------- */
.page-anchor {
    position: fixed;
    bottom: 100px;
    width: 159px;
    z-index: 2;
    right: 225px;
}
.page-anchor__link {
    display: block;
}
@media screen and (min-width: 751px) {
    .page-anchor__link {
        transition: opacity 300ms;
    }
    .page-anchor__link:hover {
        opacity: 0.8;
    }
}

/* ---------------------------------------------
*   c-section
--------------------------------------------- */
.c-section--yellow {
    background-color: #FFFBBF;
}
.c-section--green {
    background-color: #00A798;
}
.c-section--pay {
    padding-top: 100px;
    padding-bottom: 100px;
    background-image: url(../img/bg_2_1.png), url(../img/bg_2_2.png);
    background-position: 15px 40px, right 10px top 51px;
    background-repeat: no-repeat;
    background-size: 93px auto, 89px auto;
}
@media screen and (max-width: 750px) {
    .c-section--pay {
        padding-top: 10.2666666667vw;
        padding-bottom: 10.6666666667vw;
        background-image: url(../img/sp/bg_2_1.png), url(../img/sp/bg_2_2.png);
        background-position: 0 3.4666666667vw, right 0.4vw top 4vw;
        background-size: 5.8666666667vw auto, 7.3333333333vw auto;
    }
}
@media screen and (max-width: 750px) {
    .c-section--pay .c-section__container {
        width: 92vw;
    }
}
.c-section--campaign {
    padding-top: 91px;
    padding-bottom: 96px;
    background-image: url(../img/bg_3_1.png), url(../img/bg_3_2.png);
    background-position: 10px 29px, right 10px top 21px;
    background-repeat: no-repeat;
    background-size: 98px auto, 88px auto;
}
@media screen and (max-width: 750px) {
    .c-section--campaign {
        padding-top: 9.7333333333vw;
        padding-bottom: 10.2666666667vw;
        background-image: url(../img/sp/bg_3_1.png), url(../img/sp/bg_3_2.png);
        background-position: 0.2666666667vw 7.4666666667vw, right -0.4vw top 7.8666666667vw;
        background-size: 8.99vw auto, 8.3666666667vw auto;
    }
}
.c-section--campaign .c-ttl-img {
    width: 553px;
}
@media screen and (max-width: 750px) {
    .c-section--campaign .c-ttl-img {
        width: 72.8vw;
    }
}
.c-section--campaign .c-section__body {
    margin-top: 38px;
}
@media screen and (max-width: 750px) {
    .c-section--campaign .c-section__body {
        margin-top: 4.8vw;
    }
}
.c-section--facility {
    padding-top: 100px;
    padding-bottom: 104px;
    background-image: url(../img/bg_4_1.png), url(../img/bg_4_2.png);
    background-position: 9px 23px, right 11px top 32px;
    background-repeat: no-repeat;
    background-size: 98px auto, 89.5px auto;
}
@media screen and (max-width: 750px) {
    .c-section--facility {
        padding-top: 9.8666666667vw;
        padding-bottom: 10.9333333333vw;
        background-image: url(../img/sp/bg_4_1.png), url(../img/sp/bg_4_2.png);
        background-position: 0 5.2vw, right -0.1333333333vw top 6.4vw;
        background-size: 7.0666666667vw auto, 8.2666666667vw auto;
    }
}
.c-section--facility .c-ttl-img {
    width: 520px;
}
@media screen and (max-width: 750px) {
    .c-section--facility .c-ttl-img {
        width: 63.4666666667vw;
    }
}
.c-section--facility .c-section__body {
    margin-top: 43px;
}
@media screen and (max-width: 750px) {
    .c-section--facility .c-section__body {
        margin-top: 4vw;
    }
}
.c-section--facility .c-section__body-txt {
    text-align: center;
}
.c-section--dawnload {
    position: relative;
    background-color: #fff;
    padding-top: 100px;
    padding-bottom: 90px;
    z-index: 1;
}
@media screen and (max-width: 750px) {
    .c-section--dawnload {
        padding-top: 10.1333333333vw;
        padding-bottom: 6.6666666667vw;
    }
}
.c-section--dawnload .c-ttl-img {
    width: 412px;
}
@media screen and (max-width: 750px) {
    .c-section--dawnload .c-ttl-img {
        width: 60.2666666667vw;
    }
}
.c-section--dawnload .c-section__body {
    margin-top: 20px;
}
@media screen and (max-width: 750px) {
    .c-section--dawnload .c-section__body {
        margin-top: 3.966667vw;
    }
}
.c-section__container {
    width: 1024px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}
@media screen and (max-width: 750px) {
    .c-section__container {
        width: 88vw;
    }
}
.c-section__date {
    width: 552.5px;
    margin: 0 auto;
    margin-top: 47px;
}
@media screen and (max-width: 750px) {
    .c-section__date {
        width: 73.6vw;
        margin-top: 6.1333333333vw;
    }
}
.c-section__body {
    margin-top: 36px;
}
@media screen and (max-width: 750px) {
    .c-section__body {
        margin-top: 4vw;
    }
}

/* ---------------------------------------------
*   c-slider
--------------------------------------------- */
/* ---------------------------------------------
*   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
--------------------------------------------- */
/* ---------------------------------------------
*   c-ttl
--------------------------------------------- */
.c-ttl {
    font-size: 30px;
    line-height: 2;
    font-weight: 700;
}
@media screen and (max-width: 750px) {
    .c-ttl {
        font-size: 4vw;
    }
}

/* ---------------------------------------------
*   c-ttl-img
--------------------------------------------- */
.c-ttl-img {
    width: 546.5px;
    margin: 0 auto;
}
@media screen and (max-width: 750px) {
    .c-ttl-img {
        width: 62.6666666667vw;
    }
}

/* ---------------------------------------------
*   c-ttl-cp
--------------------------------------------- */
.c-ttl-cp {
    text-align: center;
}
.c-ttl-cp__txt {
    position: relative;
    font-size: 32px;
    line-height: 1.4375;
    color: #fff000;
    font-weight: 700;
    display: inline-block;
    translate: 7px;
}
@media screen and (max-width: 750px) {
    .c-ttl-cp__txt {
        font-size: 3.4666666667vw;
        line-height: 1.4230769231;
    }
}
.c-ttl-cp__txt::before, .c-ttl-cp__txt::after {
    content: "";
    height: 67px;
    width: 3px;
    position: absolute;
    top: 24px;
    background-color: #fff000;
}
.c-ttl-cp__txt--2::before, .c-ttl-cp__txt--2::after {
    top: 0;
    height: 50px;
}
@media screen and (max-width: 750px) {
    .c-ttl-cp__txt::before, .c-ttl-cp__txt::after {
        height: 6.8vw;
        width: 0.4vw;
        top: 2.6666666667vw;
    }
}
.c-ttl-cp__txt::before {
    left: -40px;
    transform: rotate(158deg);
}
@media screen and (max-width: 750px) {
    .c-ttl-cp__txt::before {
        left: -4vw;
    }
}
.c-ttl-cp__txt::after {
    right: -27px;
    transform: rotate(-158deg);
}
@media screen and (max-width: 750px) {
    .c-ttl-cp__txt::after {
        right: -1.6vw;
    }
}

/* ---------------------------------------------
*   c-ttl-update
--------------------------------------------- */
.c-ttl-update {
    width: 284px;
    margin: 0 auto;
}
@media screen and (max-width: 750px) {
    .c-ttl-update {
        width: 44vw;
    }
}

/* ---------------------------------------------
*   c-txt
--------------------------------------------- */
.c-txt {
    font-size: 16px;
    line-height: 1.5;
}
@media screen and (max-width: 750px) {
    .c-txt {
        font-size: 2.4vw;
        line-height: 1.5555555556;
    }
}
.c-txt--s {
    display: inline-block;
    font-size: 14px;
    line-height: 1.5714285714;
    margin-top: 0.2em;
}
@media screen and (max-width: 750px) {
    .c-txt--s {
        font-size: 2.4vw;
        line-height: 1.5555555556;
    }
}
.c-txt--l {
    font-size: 18px;
    line-height: 1.6666666667;
}
@media screen and (max-width: 750px) {
    .c-txt--l {
        font-size: 2.4vw;
        line-height: 1.8888888889;
    }
}
.c-txt--xl {
    color: #00A798;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.5416666667;
    font-feature-settings: "palt" 1;
    letter-spacing: 0.02em;
}
@media screen and (max-width: 750px) {
    .c-txt--xl {
        font-size: 2.8vw;
        letter-spacing: 0.05em;
    }
}
.c-txt--xxl {
    color: #00A798;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.6923076923;
    letter-spacing: -0.013em;
}
@media screen and (max-width: 750px) {
    .c-txt--xxl {
        font-size: 3.4666666667vw;
    }
}
.c-txt--red {
    color: #e50038;
}
.c-txt--red.c-txt--l {
    font-size: 22px;
    line-height: 1.5454545455;
    font-weight: 700;
}
@media screen and (max-width: 750px) {
    .c-txt--red.c-txt--l {
        font-size: 2.9333333333vw;
    }
}
.c-txt--marker {
    display: inline-block;
    position: relative;
    z-index: 1;
}
.c-txt--marker::before {
    position: absolute;
    width: calc(100% - 8px);
    height: 100%;
    top: 0;
    right: 50%;
    transform: translateX(50%);
    content: "";
    background-color: #fff100;
    z-index: -1;
}
.c-txt--link {
    font-weight: 700;
}
@media screen and (min-width: 751px) {
    .c-txt--link {
        white-space: nowrap;
    }
}
.c-txt--link::before {
    content: "";
    width: 15px;
    height: 15px;
    display: inline-block;
    background-color: #fff000;
    position: relative;
    top: 1px;
    margin-right: 2px;
}
@media screen and (max-width: 750px) {
    .c-txt--link::before {
        width: 2.8vw;
        height: 2.8vw;
        top: 0.1333333333vw;
        margin-right: 0.5333333333vw;
    }
}

@media screen and (min-width: 751px) {
    a.c-txt--link {
        transition: opacity 300ms;
    }
    a.c-txt--link:hover {
        opacity: 0.8;
    }
}

/* ---------------------------------------------
*   c-txt-anno
--------------------------------------------- */
.c-txt-anno {
    font-size: 16px;
    line-height: 1.875;
    font-weight: 400;
}
@media screen and (max-width: 750px) {
    .c-txt-anno {
        font-size: 2.4vw;
        line-height: 1.6111111111;
    }
}

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

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

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

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

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

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

/* ---------------------------------------------
*   js-pagetop
--------------------------------------------- */
.js-pagetop {
    display: none;
}

/* ---------------------------------------------
*   js-zoom
--------------------------------------------- */
.js-fadein {
    opacity: 0;
}
.js-fadein.is-fadein {
    animation-name: zoomInAnime;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
}

@keyframes zoomInAnime {
    from {
        transform: scale(0.6);
        opacity: 0;
    }
    to {
        transform: scale(1);
        opacity: 1;
    }
}
@media print and (min-width: 751px), screen and (min-width: 751px) {
    .pc-hide {
        display: none !important;
    }
}
@media print and (max-width: 750px), screen and (max-width: 750px) {
    .sp-hide {
        display: none !important;
    }
}
/* ---------------------------------------------

/* ---------------------------------------------
*   margin-top
--------------------------------------------- */
.mgt-pc--0 {
    margin-top: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 750px) {
    .mgt-sp--0 {
        margin-top: 0 !important;
    }
    .mgt-sp--5 {
        margin-top: 0.6666666667vw !important;
    }
    .mgt-sp--10 {
        margin-top: 1.3333333333vw !important;
    }
    .mgt-sp--15 {
        margin-top: 2vw !important;
    }
    .mgt-sp--20 {
        margin-top: 2.6666666667vw !important;
    }
    .mgt-sp--25 {
        margin-top: 3.3333333333vw !important;
    }
    .mgt-sp--30 {
        margin-top: 4vw !important;
    }
    .mgt-sp--35 {
        margin-top: 4.6666666667vw !important;
    }
    .mgt-sp--40 {
        margin-top: 5.3333333333vw !important;
    }
    .mgt-sp--45 {
        margin-top: 6vw !important;
    }
    .mgt-sp--50 {
        margin-top: 6.6666666667vw !important;
    }
    .mgt-sp--55 {
        margin-top: 7.3333333333vw !important;
    }
    .mgt-sp--60 {
        margin-top: 8vw !important;
    }
    .mgt-sp--65 {
        margin-top: 8.6666666667vw !important;
    }
    .mgt-sp--70 {
        margin-top: 9.3333333333vw !important;
    }
    .mgt-sp--75 {
        margin-top: 10vw !important;
    }
    .mgt-sp--80 {
        margin-top: 10.6666666667vw !important;
    }
    .mgt-sp--85 {
        margin-top: 11.3333333333vw !important;
    }
    .mgt-sp--90 {
        margin-top: 12vw !important;
    }
    .mgt-sp--95 {
        margin-top: 12.6666666667vw !important;
    }
    .mgt-sp--100 {
        margin-top: 13.3333333333vw !important;
    }
    .mgt-sp--105 {
        margin-top: 14vw !important;
    }
    .mgt-sp--110 {
        margin-top: 14.6666666667vw !important;
    }
    .mgt-sp--115 {
        margin-top: 15.3333333333vw !important;
    }
    .mgt-sp--120 {
        margin-top: 16vw !important;
    }
    .mgt-sp--125 {
        margin-top: 16.6666666667vw !important;
    }
    .mgt-sp--130 {
        margin-top: 17.3333333333vw !important;
    }
    .mgt-sp--135 {
        margin-top: 18vw !important;
    }
    .mgt-sp--140 {
        margin-top: 18.6666666667vw !important;
    }
    .mgt-sp--145 {
        margin-top: 19.3333333333vw !important;
    }
    .mgt-sp--150 {
        margin-top: 20vw !important;
    }
    .mgt-sp--155 {
        margin-top: 20.6666666667vw !important;
    }
    .mgt-sp--160 {
        margin-top: 21.3333333333vw !important;
    }
    .mgt-sp--165 {
        margin-top: 22vw !important;
    }
    .mgt-sp--170 {
        margin-top: 22.6666666667vw !important;
    }
    .mgt-sp--175 {
        margin-top: 23.3333333333vw !important;
    }
    .mgt-sp--180 {
        margin-top: 24vw !important;
    }
    .mgt-sp--185 {
        margin-top: 24.6666666667vw !important;
    }
    .mgt-sp--190 {
        margin-top: 25.3333333333vw !important;
    }
    .mgt-sp--195 {
        margin-top: 26vw !important;
    }
    .mgt-sp--200 {
        margin-top: 26.6666666667vw !important;
    }
    .mgt-sp--205 {
        margin-top: 27.3333333333vw !important;
    }
    .mgt-sp--210 {
        margin-top: 28vw !important;
    }
    .mgt-sp--215 {
        margin-top: 28.6666666667vw !important;
    }
    .mgt-sp--220 {
        margin-top: 29.3333333333vw !important;
    }
    .mgt-sp--225 {
        margin-top: 30vw !important;
    }
    .mgt-sp--230 {
        margin-top: 30.6666666667vw !important;
    }
    .mgt-sp--235 {
        margin-top: 31.3333333333vw !important;
    }
    .mgt-sp--240 {
        margin-top: 32vw !important;
    }
    .mgt-sp--245 {
        margin-top: 32.6666666667vw !important;
    }
    .mgt-sp--250 {
        margin-top: 33.3333333333vw !important;
    }
}
/* ---------------------------------------------
*   margin-bottom
--------------------------------------------- */
.mgb-pc--0 {
    margin-bottom: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 750px) {
    .mgb-sp--0 {
        margin-bottom: 0 !important;
    }
    .mgb-sp--5 {
        margin-bottom: 0.6666666667vw !important;
    }
    .mgb-sp--10 {
        margin-bottom: 1.3333333333vw !important;
    }
    .mgb-sp--15 {
        margin-bottom: 2vw !important;
    }
    .mgb-sp--20 {
        margin-bottom: 2.6666666667vw !important;
    }
    .mgb-sp--25 {
        margin-bottom: 3.3333333333vw !important;
    }
    .mgb-sp--30 {
        margin-bottom: 4vw !important;
    }
    .mgb-sp--35 {
        margin-bottom: 4.6666666667vw !important;
    }
    .mgb-sp--40 {
        margin-bottom: 5.3333333333vw !important;
    }
    .mgb-sp--45 {
        margin-bottom: 6vw !important;
    }
    .mgb-sp--50 {
        margin-bottom: 6.6666666667vw !important;
    }
    .mgb-sp--55 {
        margin-bottom: 7.3333333333vw !important;
    }
    .mgb-sp--60 {
        margin-bottom: 8vw !important;
    }
    .mgb-sp--65 {
        margin-bottom: 8.6666666667vw !important;
    }
    .mgb-sp--70 {
        margin-bottom: 9.3333333333vw !important;
    }
    .mgb-sp--75 {
        margin-bottom: 10vw !important;
    }
    .mgb-sp--80 {
        margin-bottom: 10.6666666667vw !important;
    }
    .mgb-sp--85 {
        margin-bottom: 11.3333333333vw !important;
    }
    .mgb-sp--90 {
        margin-bottom: 12vw !important;
    }
    .mgb-sp--95 {
        margin-bottom: 12.6666666667vw !important;
    }
    .mgb-sp--100 {
        margin-bottom: 13.3333333333vw !important;
    }
    .mgb-sp--105 {
        margin-bottom: 14vw !important;
    }
    .mgb-sp--110 {
        margin-bottom: 14.6666666667vw !important;
    }
    .mgb-sp--115 {
        margin-bottom: 15.3333333333vw !important;
    }
    .mgb-sp--120 {
        margin-bottom: 16vw !important;
    }
    .mgb-sp--125 {
        margin-bottom: 16.6666666667vw !important;
    }
    .mgb-sp--130 {
        margin-bottom: 17.3333333333vw !important;
    }
    .mgb-sp--135 {
        margin-bottom: 18vw !important;
    }
    .mgb-sp--140 {
        margin-bottom: 18.6666666667vw !important;
    }
    .mgb-sp--145 {
        margin-bottom: 19.3333333333vw !important;
    }
    .mgb-sp--150 {
        margin-bottom: 20vw !important;
    }
    .mgb-sp--155 {
        margin-bottom: 20.6666666667vw !important;
    }
    .mgb-sp--160 {
        margin-bottom: 21.3333333333vw !important;
    }
    .mgb-sp--165 {
        margin-bottom: 22vw !important;
    }
    .mgb-sp--170 {
        margin-bottom: 22.6666666667vw !important;
    }
    .mgb-sp--175 {
        margin-bottom: 23.3333333333vw !important;
    }
    .mgb-sp--180 {
        margin-bottom: 24vw !important;
    }
    .mgb-sp--185 {
        margin-bottom: 24.6666666667vw !important;
    }
    .mgb-sp--190 {
        margin-bottom: 25.3333333333vw !important;
    }
    .mgb-sp--195 {
        margin-bottom: 26vw !important;
    }
    .mgb-sp--200 {
        margin-bottom: 26.6666666667vw !important;
    }
    .mgb-sp--205 {
        margin-bottom: 27.3333333333vw !important;
    }
    .mgb-sp--210 {
        margin-bottom: 28vw !important;
    }
    .mgb-sp--215 {
        margin-bottom: 28.6666666667vw !important;
    }
    .mgb-sp--220 {
        margin-bottom: 29.3333333333vw !important;
    }
    .mgb-sp--225 {
        margin-bottom: 30vw !important;
    }
    .mgb-sp--230 {
        margin-bottom: 30.6666666667vw !important;
    }
    .mgb-sp--235 {
        margin-bottom: 31.3333333333vw !important;
    }
    .mgb-sp--240 {
        margin-bottom: 32vw !important;
    }
    .mgb-sp--245 {
        margin-bottom: 32.6666666667vw !important;
    }
    .mgb-sp--250 {
        margin-bottom: 33.3333333333vw !important;
    }
}

/* ---------------------------------------------
*   200504 payment4pt 追加
--------------------------------------------- */
.c-section--facility {
    padding-top: 100px;
    padding-bottom: 104px;
    background-image: url(../img/bg_4_1.png), url(../img/bg_4_2.png) !important;
    background-position: 9px 12px, right 5px top 18px;
    background-repeat: repeat-y;
    background-size: 95px auto, 89.5px auto;
}

@media screen and (max-width: 750px) {
    .c-section--facility {
        padding-top: 9.8666666667vw;
        padding-bottom: 10.9333333333vw;
        background-image: url(../img/sp/bg_4_1.png), url(../img/sp/bg_4_2.png) !important;
        background-position: 0 calc(40 / 750 * 100vw), right 0 top calc(48 / 750 * 100vw);
        background-size: calc(52 / 750 * 100vw) auto, calc(60.5 / 750 * 100vw) auto;
    }
}

@media screen and (max-width: 750px) {
    .c-section--campaign {
        padding-top: 9.7333333333vw;
        padding-bottom: 10.2666666667vw;
        background-image: url(../img/sp/bg_3_1.png), url(../img/sp/bg_3_2.png);
        background-position: 0.2666666667vw 7.4666666667vw, right -0.4vw top 7.8666666667vw;
        background-size: calc(60 / 750 * 100vw) auto, 8.3666666667vw auto;
    }
}

@media screen and (max-width: 750px) {
    .c-block-facility__content--outlet {
        margin-top: calc(85 / 750 * 100vw);
    }
}

@media screen and (max-width: 750px) {
    .c-block-facility__content--urban {
        margin-top: calc(85 / 750 * 100vw);
    }
}

@media screen and (max-width: 750px) {
    .c-block-campaign__except {
        width: auto;
        margin-top: 3.3333333333vw;
        padding: 0 calc(25 / 750 * 100vw) 0 calc(25 / 750 * 100vw);
    }
}
