@charset "UTF-8";
/* ==========================================================
Name:
    module.css

Description:
    サイトで共通使用する汎用モジュールのスタイルを記述する
    アルファベット降順(A->Z)に記述する

Contents:
    layout
    component
    utility
========================================================== */
/* ==========================================================
*
*   layout
*
========================================================== */
/* ---------------------------------------------
*   contents
--------------------------------------------- */
/* ---------------------------------------------
*   footer
--------------------------------------------- */
/*  footer-cover
--------------------------------------------- */
.footer-cover {
    padding-bottom: 60px;
    background: url(../img/img_footer-bcg.png) 0 0 no-repeat;
    background-size: 100% auto;
    background-size: cover;
}

@media screen and (max-width: 980px) and (min-width: 768px) {
    .footer-cover {
        padding-bottom: 4.39239vw;
    }
}

@media screen and (max-width: 767px) {
    .footer-cover {
        padding-bottom: 16.41026vw;
        background: url(../img/img_footer_sp.png) 0 0 no-repeat;
        background-size: 100% auto;
        background-size: cover;
    }
}

@media screen and (min-width: 768px) {
    .footer-cover__link {
        -webkit-transition: opacity 300ms;
        transition: opacity 300ms;
    }
    .footer-cover__link:hover {
        opacity: 0.8;
    }
}

/*  footer-pagetop
--------------------------------------------- */
@media screen and (min-width: 768px) {
    .footer-pagetop__link {
        -webkit-transition: opacity 300ms;
        transition: opacity 300ms;
    }
    .footer-pagetop__link:hover {
        opacity: 0.8;
    }
}

/*  footer-container
--------------------------------------------- */
/*  footer-nav
--------------------------------------------- */
.footer-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    background-color: #fff;

    -webkit-box-pack: center;
    justify-content: center;
}

.footer-nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;

    -webkit-box-pack: center;
    justify-content: center;
}

@media screen and (max-width: 767px) {
    .footer-nav__list {
        display: block;
    }
}

.footer-nav__list-item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    margin-top: 0;
    margin-right: 63px;
    margin-bottom: 0;
    margin-left: 63px;
    padding: 38px 0;

    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
}

@media screen and (max-width: 980px) and (min-width: 768px) {
    .footer-nav__list-item {
        margin-top: 0;
        margin-right: 4.61201vw;
        margin-bottom: 0;
        margin-left: 4.61201vw;
        padding-top: 2.78184vw;
        padding-right: 0;
        padding-bottom: 2.78184vw;
        padding-left: 0;
    }
}

@media screen and (max-width: 767px) {
    .footer-nav__list-item {
        margin: 0 0;
        width: 76.92308vw;
    }
}

.footer-nav__list-item::after {
    position: absolute;
    top: 50%;
    right: -75px;
    display: block;
    width: 2px;
    height: 30px;
    background: url(../img/ico_footer-line.svg) 50% 50% no-repeat;
    background-size: 100% auto;
    content: "";
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media screen and (max-width: 980px) and (min-width: 768px) {
    .footer-nav__list-item::after {
        right: -5.49048vw;
    }
}

.footer-nav__list-item::after::last-of-type {
    display: none;
}

@media screen and (max-width: 767px) {
    .footer-nav__list-item::after {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .footer-nav__list-item {
        margin-right: 0;
        padding: 45px 0;
        border-bottom: 2px solid #E3E3E3;
        text-align: center;
    }
    .footer-nav__list-item:last-of-type {
        border-bottom: none;
    }
}

.footer-nav__list-item--first::before {
    position: absolute;
    top: 50%;
    left: -75px;
    display: block;
    width: 2px;
    height: 30px;
    background: url(../img/ico_footer-line.svg) 50% 50% no-repeat;
    background-size: 100% auto;
    content: "";
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.footer-nav__link {
    position: relative;
    font-size: 16px;
}

@media screen and (max-width: 980px) and (min-width: 768px) {
    .footer-nav__link {
        font-size: 14px;
    }
}

@media screen and (max-width: 767px) {
    .footer-nav__link {
        font-size: 4.10256vw;
    }
}

@media screen and (min-width: 768px) {
    .footer-nav__link {
        -webkit-transition: opacity 300ms;
        transition: opacity 300ms;
    }
    .footer-nav__link:hover {
        opacity: 0.8;
    }
}

.footer-nav__link--blanck::after {
    position: absolute;
    top: 50%;
    right: -23px;
    display: block;
    width: 12px;
    height: 0.75rem;
    background: url(../img/ico_checkbox2.svg) 50% 50% no-repeat;
    background-size: 100% auto;
    content: "";
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

/*  footer-logo
--------------------------------------------- */
.footer-logo {
    margin: 0 auto;
    margin-bottom: 20px;
    padding-top: 65px;
    width: 172px;
}

@media screen and (max-width: 767px) {
    .footer-logo {
        margin-bottom: 0;
        padding-top: 12.82051vw;
    }
}

@media screen and (min-width: 768px) {
    .footer-logo__link {
        -webkit-transition: opacity 300ms;
        transition: opacity 300ms;
    }
    .footer-logo__link:hover {
        opacity: 0.8;
    }
}

/*  footer-copyright
--------------------------------------------- */
.footer-copyright {
    text-align: center;
}

@media screen and (max-width: 767px) {
    .footer-copyright {
        padding-right: 4.10256vw;
        padding-left: 4.10256vw;
    }
}

.footer-copyright__txt {
    color: #fff;
    font-size: 13px;
}

/*  footer-cover
--------------------------------------------- */
/* ---------------------------------------------
*   header
--------------------------------------------- */
.header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 99;
    width: 100%;
    background-color: #fff;
}

/*  header-container
--------------------------------------------- */
.header-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    width: 100%;
    height: 90px;

    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
}

@media screen and (max-width: 767px) {
    .header-container {
        height: 60px;
    }
}

/*  header-logo
--------------------------------------------- */
.header-logo__link {
    display: block;
    margin: 0 auto;
    width: 200px;
    font-size: 1px;
}

@media screen and (min-width: 768px) {
    .header-logo__link {
        -webkit-transition: opacity 300ms;
        transition: opacity 300ms;
    }
    .header-logo__link:hover {
        opacity: 0.8;
    }
}

@media screen and (max-width: 767px) {
    .header-logo__link {
        width: 150px;
    }
}

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

/*  header-sp-trigger
--------------------------------------------- */
/* ---------------------------------------------
*   wrapper
--------------------------------------------- */
.wrapper {
    position: relative;
    z-index: 0;
}

.wrapper::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: url(../img/img_bcg-common.png) center top repeat-y;
    background-color: rgba(112, 112, 112, 0.2);
    content: "";
    opacity: .2;
}

/* ==========================================================
*
*   component
*
========================================================== */
/* ---------------------------------------------
*   c-block-intro
--------------------------------------------- */
.c-block-intro {
    position: relative;
    margin-top: -170px;
}

@media screen and (max-width: 767px) {
    .c-block-intro {
        position: relative;
        margin-top: -70.51282vw;
    }
}

.c-block-intro__container {
    margin: 0 auto;
}

.c-block-intro__inner {
    width: 100%;
}

@media screen and (max-width: 980px) and (min-width: 768px) {
    .c-block-intro__inner {
        margin: 0 auto;
        width: 71.74231vw;
    }
}

@media screen and (max-width: 980px) and (min-width: 768px) {
    .c-block-intro__btn {
        margin-top: 3.66032vw;
    }
}

.c-block-intro__body {
    margin-top: 91px;
    padding-top: 95px;
    padding-bottom: 5px;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.6);
}

@media screen and (max-width: 980px) and (min-width: 768px) {
    .c-block-intro__body {
        margin-top: 6.66179vw;
        padding-top: 6.95461vw;
        padding-bottom: 8.78477vw;
    }
}

@media screen and (max-width: 767px) {
    .c-block-intro__body {
        margin-top: 30.76923vw;
        padding-top: 23.07692vw;
        padding-bottom: 15.38462vw;
        text-align: center;
    }
}

.c-block-intro__body-inner {
    margin: 0 auto;
    width: 980px;
}

@media screen and (max-width: 980px) and (min-width: 768px) {
    .c-block-intro__body-inner {
        width: 71.74231vw;
    }
}

@media screen and (max-width: 767px) {
    .c-block-intro__body-inner {
        width: 100%;
    }
}

.c-block-intro__desc-top {
    margin-bottom: 37px;
}

@media screen and (max-width: 980px) and (min-width: 768px) {
    .c-block-intro__desc-top {
        margin-bottom: 2.70864vw;
    }
}

.c-block-intro__desc-bottom {
    margin-bottom: 120px;
}

@media screen and (max-width: 980px) and (min-width: 768px) {
    .c-block-intro__desc-bottom {
        margin-bottom: 8.78477vw;
    }
}

@media screen and (max-width: 767px) {
    .c-block-intro__desc-bottom {
        margin-top: 12.82051vw;
        margin-bottom: 0vw;
    }
}

.c-block-intro__desc-txt {
    text-align: center;
    letter-spacing: 2px;
    font-weight: bold;
    font-size: 25px;
    line-height: 2;
}

@media screen and (max-width: 980px) and (min-width: 768px) {
    .c-block-intro__desc-txt {
        font-size: 1.83016vw;
    }
}

@media screen and (max-width: 767px) {
    .c-block-intro__desc-txt {
        font-size: 5.12821vw;
    }
}

.c-block-intro__desc-txt-mid {
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(50%, transparent), color-stop(50%, #FCF493), color-stop(90%, #FCF493), color-stop(90%, transparent));
    background: linear-gradient(to bottom, transparent 0%, transparent 50%, #FCF493 50%, #FCF493 90%, transparent 90%);
    font-weight: bold;
    font-size: 35px;
}

@media screen and (max-width: 980px) and (min-width: 768px) {
    .c-block-intro__desc-txt-mid {
        font-size: 2.56223vw;
    }
}

@media screen and (max-width: 767px) {
    .c-block-intro__desc-txt-mid {
        font-size: 8.97436vw;
    }
}

.c-block-intro__desc-txt-large {
    color: #E27451;
    font-weight: bold;
    font-size: 40px;
}

@media screen and (max-width: 980px) and (min-width: 768px) {
    .c-block-intro__desc-txt-large {
        font-size: 2.92826vw;
    }
}

@media screen and (max-width: 767px) {
    .c-block-intro__desc-txt-large {
        font-size: 9.23077vw;
    }
}

@media screen and (max-width: 767px) {
    .c-block-intro__container {
        width: 100%;
    }
}

.c-block-intro__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;

    -webkit-box-pack: center;
    justify-content: center;
}

@media screen and (max-width: 980px) and (min-width: 768px) {
    .c-block-intro__inner {
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .c-block-intro__inner {
        display: block;
    }
}

.c-block-intro__item {
    margin-right: 75px;
    width: 250px;
}

@media screen and (max-width: 980px) and (min-width: 768px) {
    .c-block-intro__item {
        margin-right: 10.98097vw;
        width: 21.96193vw;
    }
}

@media screen and (max-width: 767px) {
    .c-block-intro__item {
        margin-right: 0;
        margin-bottom: 15.38462vw;
        width: 100%;
    }
}

.c-block-intro__item:last-of-type {
    margin-right: 0;
}

.c-block-intro__imgs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;

    -webkit-box-pack: center;
    justify-content: center;
}

@media screen and (max-width: 767px) {
    .c-block-intro__imgs {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.c-block-intro__img {
    display: block;
    opacity: 0;
}

.is-fadein .c-block-intro__img {
    -webkit-animation: fadeIn ease-in-out 1.2s forwards;
    animation: fadeIn ease-in-out 1.2s forwards;
}

.c-block-intro__img--1 {
    margin-right: 42px;
    width: 192px;
}

.c-block-intro__img--2 {
    margin-right: 36px;
    width: 190px;
    -webkit-animation-delay: 0.3s !important;
    animation-delay: 0.3s !important;
}

.c-block-intro__img--3 {
    width: 196px;
    -webkit-animation-delay: 0.6s !important;
    animation-delay: 0.6s !important;
}

.c-block-intro__btn {
    margin-top: 20px;
}

@media screen and (max-width: 980px) and (min-width: 768px) {
    .c-block-intro__btn {
        margin-top: 1.46413vw;
    }
}

/* ---------------------------------------------
*   c-block-meds
--------------------------------------------- */
.c-block-meds {
    position: relative;
}

.c-block-meds::before {
    position: absolute;
    top: -4%;
    left: 50%;
    z-index: 20;
    display: block;
    width: 6px;
    height: 38px;
    background: url(../img/img_dot4.png) 50% 50% no-repeat;
    background-size: 100% auto;
    content: "";
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

@media screen and (max-width: 980px) and (min-width: 768px) {
    .c-block-meds::before {
        top: -3%;
    }
}

@media screen and (max-width: 767px) {
    .c-block-meds::before {
        top: -3%;
    }
}

.c-block-meds--1::before {
    position: absolute;
    top: -4%;
    left: 50%;
    z-index: 20;
    display: block;
    width: 5px;
    height: 42px;
    background: url(../img/img_dot5.png) 50% 50% no-repeat;
    background-size: 100% auto;
    content: "";
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

@media screen and (max-width: 980px) and (min-width: 768px) {
    .c-block-meds--1::before {
        top: -3%;
    }
}

@media screen and (max-width: 767px) {
    .c-block-meds--1::before {
        top: -3%;
    }
}

.c-block-meds--2::before {
    position: absolute;
    top: -4%;
    left: 50%;
    z-index: 20;
    display: block;
    width: 5px;
    height: 42px;
    background: url(../img/img_dot6.png) 50% 50% no-repeat;
    background-size: 100% auto;
    content: "";
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

@media screen and (max-width: 980px) and (min-width: 768px) {
    .c-block-meds--2::before {
        top: -3%;
    }
}

@media screen and (max-width: 767px) {
    .c-block-meds--2::before {
        top: -3%;
    }
}

.c-block-meds--3::before {
    position: absolute;
    top: -4%;
    left: 50%;
    z-index: 20;
    display: block;
    width: 5px;
    height: 42px;
    background: url(../img/img_dot7.png) 50% 50% no-repeat;
    background-size: 100% auto;
    content: "";
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

@media screen and (max-width: 980px) and (min-width: 768px) {
    .c-block-meds--3::before {
        top: -3%;
    }
}

@media screen and (max-width: 767px) {
    .c-block-meds--3::before {
        top: -3%;
    }
}

.c-block-meds__head {
    margin-top: 103px;
}

@media screen and (max-width: 980px) and (min-width: 768px) {
    .c-block-meds__head {
        margin-top: 7.54026vw;
    }
}

.c-block-meds__body {
    margin-top: 50px;
}

@media screen and (max-width: 980px) and (min-width: 768px) {
    .c-block-meds__body {
        margin-top: 3.66032vw;
    }
}

.c-block-meds__img {
    margin: 0 auto;
    margin-bottom: 5px;
    width: 275px;
}

@media screen and (max-width: 980px) and (min-width: 768px) {
    .c-block-meds__img {
        margin-bottom: 0.36603vw;
        width: 20.13177vw;
    }
}

@media screen and (max-width: 767px) {
    .c-block-meds__img {
        margin-bottom: 0;
    }
}

.c-block-meds__ttl {
    text-align: center;
}

.c-block-meds__ttl-head {
    display: block;
    letter-spacing: 3px;
    font-weight: bold;
    font-size: 25px;
}

@media screen and (max-width: 767px) {
    .c-block-meds__ttl-head {
        line-height: 1;
    }
}

.c-block-meds__ttl-body {
    display: block;
    margin-top: -10px;
    letter-spacing: 6px;
    font-weight: bold;
    font-size: 65px;
}

@media screen and (max-width: 767px) {
    .c-block-meds__ttl-body {
        letter-spacing: 3px;
        font-size: 16.66667vw;
    }
}

.c-block-meds__ttl-body--1 {
    color: #94684B;
}

.c-block-meds__ttl-body--2 {
    color: #E88989;
}

.c-block-meds__ttl-body--3 {
    color: #8B9FA6;
}

.c-block-meds__ttl-foot {
    display: block;
    margin-top: -10px;
    margin-bottom: 17px;
    font-weight: bold;
    font-size: 16px;
}

@media screen and (max-width: 980px) and (min-width: 768px) {
    .c-block-meds__ttl-foot {
        margin-top: -0.73206vw;
        margin-bottom: 1.24451vw;
    }
}

@media screen and (max-width: 767px) {
    .c-block-meds__ttl-foot {
        margin-bottom: 8.71795vw;
        letter-spacing: 2px;
    }
}

.ipad .c-block-meds__ttl-foot {
    margin-top: -1.28205vw;
}

.c-block-meds__type {
    margin-bottom: 5px;
    text-align: center;
    font-size: 13px;
}

@media screen and (max-width: 980px) and (min-width: 768px) {
    .c-block-meds__type {
        margin-bottom: 0.36603vw;
    }
}

@media screen and (max-width: 767px) {
    .c-block-meds__type {
        margin-bottom: 1.28205vw;
    }
}

.c-block-meds__category {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    margin: 0 auto;
    width: 86px;
    border: 1px solid #000;
    background-color: #fff;
    font-size: 13px;

    -webkit-box-pack: center;
    justify-content: center;
}

.c-block-meds__box1 {
    margin: 0 auto;
    width: 660px;
}

@media screen and (max-width: 767px) {
    .c-block-meds__box1 {
        padding-right: 5.12821vw;
        padding-left: 5.12821vw;
        width: 100%;
    }
}

.c-block-meds__box1-txt {
    font-size: 20px;
    line-height: 1.7;
}

.android .c-block-meds__box1-txt {
    font-size: 18px;
}

.c-block-meds__box1-txt-hl {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(25%, transparent), color-stop(0%, #FCF493));
    background: linear-gradient(transparent 25%, #FCF493 0%);
    font-weight: bold;
    font-size: 22px;
}

/* ---------------------------------------------
*   c-box
--------------------------------------------- */
.c-box {
    padding-top: 120px;
}

@media screen and (max-width: 980px) and (min-width: 768px) {
    .c-box {
        padding-top: 8.78477vw;
    }
}

@media screen and (max-width: 767px) {
    .c-box {
        padding-top: 30.76923vw;
    }
}

.c-box__container {
    position: relative;
}

@media screen and (max-width: 767px) {
    .c-box__container {
        padding-right: 5.12821vw;
        padding-left: 5.12821vw;
    }
}

.c-box__ttl {
    padding-left: 25px;
    padding-left: 1em;
    color: #fff;
    text-align: center;
    text-indent: -0.5em;
    letter-spacing: 2px;
    font-weight: bold;
    font-size: 20px;
}

@media screen and (max-width: 980px) and (min-width: 768px) {
    .c-box__ttl {
        font-size: 1.46413vw;
    }
}

.c-box__ttl::before {
    position: absolute;
    top: 50%;
    left: 8%;
    display: block;
    width: 21px;
    height: 20px;
    background: url(../img/ico_checkbox3.svg) 50% 50% no-repeat;
    background-size: 100% auto;
    content: "";
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

@media screen and (max-width: 980px) and (min-width: 768px) {
    .c-box__ttl::before {
        width: 1.53734vw;
        height: 5.12821vw;
    }
}

@media screen and (max-width: 767px) {
    .c-box__ttl::before {
        position: static;
        display: inline-block;
        margin-right: 2.5641vw;
        width: 5.38462vw;
        height: 5.12821vw;
        vertical-align: middle;
        -webkit-transform: none;
        transform: none;
    }
}

.c-box__txt {
    position: relative;
    letter-spacing: 1px;
    font-weight: bold;
    font-size: 30px;
    line-height: 1.8;
}

@media screen and (max-width: 980px) and (min-width: 768px) {
    .c-box__txt {
        font-size: 2.19619vw;
    }
}

@media screen and (max-width: 767px) {
    .c-box__txt {
        font-size: 7.69231vw;
    }
}

.c-box__txt::before {
    position: absolute;
    top: 50%;
    left: -9%;
    display: block;
    width: 21px;
    height: 20px;
    background: url(../img/ico_checkbox.svg) 50% 50% no-repeat;
    background-size: 100% auto;
    content: "";
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media screen and (max-width: 980px) and (min-width: 768px) {
    .c-box__txt::before {
        left: -8%;
        width: 1.46413vw;
        height: 1.46413vw;
    }
}

@media screen and (max-width: 767px) {
    .c-box__txt::before {
        left: -11%;
        width: 5.38462vw;
        height: 5.12821vw;
    }
}

@media screen and (max-width: 980px) and (min-width: 768px) {
    .c-box__txt--2::before {
        top: 50%;
    }
}

@media screen and (max-width: 767px) {
    .c-box__txt--2::before {
        top: 25%;
    }
}

.c-box__head {
    position: absolute;
    left: 50%;
    margin: 0 auto;
    padding: 5px 0;
    width: 416px;
    border-radius: 10px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

@media screen and (max-width: 980px) and (min-width: 768px) {
    .c-box__head {
        padding-right: 3.84615vw;
        padding-left: 3.84615vw;
        width: 40.26354vw;
    }
}

.c-box__head--1 {
    background-color: #94684B;
}

.c-box__head--2 {
    background-color: #E88989;
}

.c-box__head--3 {
    background-color: #8B9FA6;
}

@media screen and (max-width: 767px) {
    .c-box__head {
        left: 50%;
        padding: 1.02564vw 0;
        width: 73%;
    }
}

.c-box__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    margin: 0 auto;
    width: 660px;
    border-radius: 10px;
    background-color: #fff;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);

    -webkit-box-pack: center;
    justify-content: center;
}

@media screen and (max-width: 980px) and (min-width: 768px) {
    .c-box__body {
        width: 48.31625vw;
    }
}

@media screen and (max-width: 767px) {
    .c-box__body {
        display: block;
        width: 100%;
    }
}

.c-box__body--1 {
    padding-top: 54px;
    padding-bottom: 30px;
    padding-left: 88px;
}

@media screen and (max-width: 980px) and (min-width: 768px) {
    .c-box__body--1 {
        padding-top: 3.66032vw;
        padding-right: 1.46413vw;
        padding-bottom: 2.19619vw;
        padding-left: 2.92826vw;
    }
}

@media screen and (max-width: 767px) {
    .c-box__body--1 {
        padding-top: 17.94872vw;
        padding-right: 0;
        padding-bottom: 11.28205vw;
        padding-left: 0;
    }
}

.c-box__body--2 {
    padding-top: 54px;
    padding-bottom: 29px;
    padding-left: 88px;
}

@media screen and (max-width: 980px) and (min-width: 768px) {
    .c-box__body--2 {
        padding-top: 3.66032vw;
        padding-right: 1.46413vw;
        padding-bottom: 2.12299vw;
        padding-left: 2.92826vw;
    }
}

@media screen and (max-width: 767px) {
    .c-box__body--2 {
        padding-top: 17.94872vw;
        padding-right: 0;
        padding-bottom: 11.28205vw;
        padding-left: 0;
    }
}

.c-box__body--3 {
    padding-top: 54px;
    padding-bottom: 29px;
    padding-left: 88px;
}

@media screen and (max-width: 980px) and (min-width: 768px) {
    .c-box__body--3 {
        padding-top: 3.66032vw;
        padding-right: 1.46413vw;
        padding-bottom: 2.12299vw;
        padding-left: 2.92826vw;
    }
}

@media screen and (max-width: 767px) {
    .c-box__body--3 {
        padding-top: 17.94872vw;
        padding-right: 0;
        padding-bottom: 16.92308vw;
        padding-left: 0;
    }
}

@media screen and (max-width: 767px) {
    .c-box__list {
        padding-left: 12.82051vw;
    }
}

.c-box__img {
    display: block;
}

@media screen and (max-width: 767px) {
    .c-box__img {
        margin: 0 auto;
        text-align: center;
    }
}

.c-box__img--1 {
    padding-top: 70px;
    width: 186px;
}

@media screen and (max-width: 980px) and (min-width: 768px) {
    .c-box__img--1 {
        padding-top: 5.12445vw;
        width: 13.6164vw;
    }
}

@media screen and (max-width: 767px) {
    .c-box__img--1 {
        padding-top: 11.28205vw;
        width: 55%;
    }
}

.c-box__img--2 {
    padding-top: 50px;
    width: 181px;
}

@media screen and (max-width: 980px) and (min-width: 768px) {
    .c-box__img--2 {
        padding-top: 3.66032vw;
        width: 13.25037vw;
    }
}

@media screen and (max-width: 767px) {
    .c-box__img--2 {
        padding-top: 5.64103vw;
        width: 55%;
    }
}

.c-box__img--3 {
    padding-top: 100px;
    width: 196px;
}

@media screen and (max-width: 980px) and (min-width: 768px) {
    .c-box__img--3 {
        padding-top: 7.32064vw;
        width: 14.34846vw;
    }
}

@media screen and (max-width: 767px) {
    .c-box__img--3 {
        padding-top: 8.71795vw;
        width: 55%;
    }
}

/* ---------------------------------------------
*   c-btn
--------------------------------------------- */
.c-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    padding: 17px 46px;
    width: 100%;
    line-height: 1;

    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
}

@media screen and (max-width: 767px) {
    .c-btn {
        padding: 4.35897vw 11.79487vw;
    }
}

.c-btn--rakuten {
    padding: 34px 0;
}

.c-btn--amazon {
    padding: 21px 0;
}

.c-btn__txt-sub {
    display: block;
    font-weight: bold;
    font-size: 14px;
}

.c-btn__txt-rakuten {
    display: block;
    margin-right: 10px;
    width: 152px;
}

@media screen and (max-width: 767px) {
    .c-btn__txt-rakuten {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.c-btn__txt-rakuten img {
    width: 100%;
}

.c-btn__txt-amazon {
    display: block;
    width: 155px;
}

.c-btn__txt-amazon img {
    width: 100%;
}

/* ---------------------------------------------
*   c-btn-list
--------------------------------------------- */
.c-btn-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    margin: 0 auto;
    margin-top: 60px;
    width: 630px;

    -webkit-box-pack: center;
    justify-content: center;
}

@media screen and (max-width: 980px) and (min-width: 768px) {
    .c-btn-list {
        margin-top: 4.39239vw;
    }
}

@media screen and (max-width: 767px) {
    .c-btn-list {
        display: block;
        padding-right: 5.12821vw;
        padding-left: 5.12821vw;
        width: 100%;
    }
}

.c-btn-list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    margin-right: 30px;
    width: 300px;
    height: 100px;
    border: 5px solid #EBB5AE;
    border-radius: 8px 8px 8px 8px;
    background-color: #fff;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    -webkit-transition: opacity 300ms;
    transition: opacity 300ms;

    -webkit-box-pack: center;
    justify-content: center;
}

.c-btn-list__item:last-of-type {
    margin-right: 0;
}

@media screen and (max-width: 767px) {
    .c-btn-list__item:last-of-type {
        margin-right: auto;
    }
}

.c-btn-list__item:hover {
    opacity: 0.8;
}

@media screen and (max-width: 767px) {
    .c-btn-list__item {
        margin-right: auto;
        margin-bottom: 5.12821vw;
        margin-left: auto;
    }
}

/* ---------------------------------------------
*   c-btn-small
--------------------------------------------- */
.c-btn-small {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    width: 100%;
    height: 45px;
    border: 3px solid #EBB5AE;
    border-radius: 8px;
    background-color: #fff;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);

    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}

@media screen and (min-width: 768px) {
    .c-btn-small {
        -webkit-transition: opacity 300ms;
        transition: opacity 300ms;
    }
    .c-btn-small:hover {
        opacity: 0.8;
    }
}

.c-btn-small__txt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;

    -webkit-box-pack: center;
    justify-content: center;
}

.c-btn-small__txt img {
    width: 100%;
}

.c-btn-small__txt--rakuten {
    width: 94px;
}

@media screen and (max-width: 980px) and (min-width: 768px) {
    .c-btn-small__txt--rakuten {
        width: 6.88141vw;
    }
}

.c-btn-small__txt--amazon {
    width: 101px;
}

@media screen and (max-width: 980px) and (min-width: 768px) {
    .c-btn-small__txt {
        width: 7.39385vw;
    }
}

/* ---------------------------------------------
*   c-card
--------------------------------------------- */
.c-card {
    margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
    .c-card {
        margin-bottom: 15.38462vw;
    }
}

.c-card__head {
    margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
    .c-card__head {
        margin-bottom: 7.69231vw;
    }
}

.c-card__body {
    padding: 0 10px;
}

@media screen and (max-width: 767px) {
    .c-card__body {
        padding: 0;
    }
}

/* ---------------------------------------------
*   c-cassette-meds
--------------------------------------------- */
.c-cassette-meds {
    width: 250px;
}

@media screen and (max-width: 980px) and (min-width: 768px) {
    .c-cassette-meds {
        width: 21.96193vw;
    }
}

@media screen and (max-width: 767px) {
    .c-cassette-meds {
        width: 100%;
    }
}

.c-cassette-meds__img {
    margin: 0 auto;
    width: 187px;
}

@media screen and (min-width: 768px) {
    .c-cassette-meds__img {
        -webkit-transition: opacity 300ms;
        transition: opacity 300ms;
    }
    .c-cassette-meds__img:hover {
        opacity: 0.8;
    }
}

@media screen and (max-width: 980px) and (min-width: 768px) {
    .c-cassette-meds__img {
        width: 13.6896vw;
    }
}

.c-cassette-meds__name {
    text-align: center;
}

.c-cassette-meds__kanji {
    display: block;
    letter-spacing: 3.5px;
    font-weight: bold;
    font-size: 35px;
}

@media screen and (max-width: 980px) and (min-width: 768px) {
    .c-cassette-meds__kanji {
        font-size: 2.56223vw;
    }
}

.c-cassette-meds__yomi {
    display: block;
    margin-top: -5px;
    text-align: center;
    letter-spacing: 2px;
    font-weight: bold;
    font-size: 12px;
}

/* ---------------------------------------------
*   c-cassette-intro
--------------------------------------------- */
.c-cassette-intro__type {
    position: relative;
    margin-top: 29px;
    text-align: center;
    font-size: 13px;
}

@media screen and (max-width: 980px) and (min-width: 768px) {
    .c-cassette-intro__type {
        margin-top: 4.39239vw;
        font-size: 0.95168vw;
    }
}

.c-cassette-intro__type::before {
    position: absolute;
    top: -43%;
    left: 50%;
    display: block;
    width: 35px;
    height: 5px;
    background: url(../img/img_dot-top.png) 50% 50% no-repeat;
    background-size: 100% auto;
    content: "";
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

@media screen and (max-width: 767px) {
    .c-cassette-intro__type::before {
        left: 50%;
    }
}

.c-cassette-intro__category {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: block;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    margin: 0 auto;
    margin-top: 7px;
    width: 86px;
    border: 1px solid #000;
    background-color: #fff;
    text-align: center;
    font-size: 13px;

    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
}

@media screen and (max-width: 980px) and (min-width: 768px) {
    .c-cassette-intro__category {
        margin-top: 0.51245vw;
        font-size: 0.95168vw;
    }
}

/* ---------------------------------------------
*   c-chapter-meds
--------------------------------------------- */
.c-chapter-meds {
    position: relative;
    margin: 0 auto;
    margin-top: 78px;
    width: 660px;
}

@media screen and (max-width: 767px) {
    .c-chapter-meds {
        margin-top: 25.64103vw;
        padding-right: 5.12821vw;
        padding-left: 5.12821vw;
    }
}

.c-chapter-meds--1::before {
    position: absolute;
    top: -20%;
    left: 50%;
    display: block;
    width: 35px;
    height: 5px;
    background: url(../img/img_dot1.png) 50% 50% no-repeat;
    background-size: 100% auto;
    content: "";
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

@media screen and (max-width: 767px) {
    .c-chapter-meds--1::before {
        top: -15%;
    }
}

.c-chapter-meds--2::before {
    position: absolute;
    top: -20%;
    left: 50%;
    display: block;
    width: 35px;
    height: 5px;
    background: url(../img/img_dot2.png) 0 0 no-repeat;
    background-size: 100% auto;
    content: "";
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

@media screen and (max-width: 767px) {
    .c-chapter-meds--2::before {
        top: -15%;
    }
}

.c-chapter-meds--3::before {
    position: absolute;
    top: -20%;
    left: 50%;
    display: block;
    width: 35px;
    height: 5px;
    background: url(../img/img_dot3.png) 0 0 no-repeat;
    background-size: 100% auto;
    content: "";
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

@media screen and (max-width: 767px) {
    .c-chapter-meds--3::before {
        top: -15%;
    }
}

@media screen and (max-width: 767px) {
    .c-chapter-meds {
        width: 100%;
    }
}

.c-chapter-meds__ttl {
    text-align: center;
    font-weight: bold;
    font-size: 20px;
}

.c-chapter-meds__ttl--1 {
    color: #94684B;
}

.c-chapter-meds__ttl--2 {
    color: #E88989;
}

.c-chapter-meds__ttl--3 {
    color: #8B9FA6;
}

.c-chapter-meds__txt {
    margin-top: 15px;
    margin-bottom: 10px;
    font-size: 16px;
}

.c-chapter-meds__note {
    font-size: 13px;
    line-height: 1.8;
}

@media screen and (max-width: 767px) {
    .c-chapter-meds__note {
        letter-spacing: -0.5px;
    }
}

.android .c-chapter-meds__note {
    font-size: 12px;
}

/* ---------------------------------------------
*   c-kv
--------------------------------------------- */
.c-kv {
    position: relative;
    overflow: hidden;
    padding-top: 129px;
    height: 855px;
    background: url(../img/img_kv-main.png) center top no-repeat;
    background-size: 2347px auto;
}

@media screen and (max-width: 767px) {
    .c-kv {
        padding-top: 60px;
        height: 280.51282vw;
        background-image: url(../img/img_kv-main-sp.png);
        background-size: 363.58974vw auto;
    }
}

.c-kv::after {
    position: absolute;
    top: 44%;
    left: 50%;
    z-index: 5;
    display: block;
    width: 323px;
    height: 268px;
    background: url(../img/img_bcg-white.png) 50% 50% no-repeat;
    background-size: cover;
    content: '';
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

@media screen and (max-width: 767px) {
    .c-kv::after {
        top: 36%;
        width: 323px;
        height: 68.71795vw;
        background-image: url(../img/img_bcg-white.png);
        background-size: cover;
    }
}

.c-kv__item {
    position: relative;
    z-index: 6;
    margin-right: 62px;
    opacity: 0;
}

.is-loaded .c-kv__item {
    -webkit-animation: fadeIn ease-in-out 1.2s forwards;
    animation: fadeIn ease-in-out 1.2s forwards;
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@media screen and (max-width: 980px) and (min-width: 768px) {
    .c-kv__item {
        margin-right: 4.5388vw;
    }
}

@media screen and (max-width: 767px) {
    .c-kv__item {
        position: absolute;
    }
}

.c-kv__item:last-of-type {
    margin-right: 0;
}

.c-kv__item--1 {
    width: 153px;
}

@media screen and (max-width: 767px) {
    .c-kv__item--sp1 {
        top: 36.71795vw;
        left: 5.23077%;
        width: 31.02564vw;
    }
}

.c-kv__item--2 {
    width: 173px;
    -webkit-animation-delay: 0.3s !important;
    animation-delay: 0.3s !important;
}

.c-kv__item--sp2 {
    -webkit-animation-delay: 0.3s !important;
    animation-delay: 0.3s !important;
}

@media screen and (max-width: 767px) {
    .c-kv__item--sp2 {
        top: 17.71795vw;
        left: 32.48718%;
        width: 34.87179vw;
    }
}

.c-kv__item--3 {
    width: 179px;
    -webkit-animation-delay: 0.6s !important;
    animation-delay: 0.6s !important;
}

.c-kv__item--sp3 {
    -webkit-animation-delay: 0.6s !important;
    animation-delay: 0.6s !important;
}

@media screen and (max-width: 767px) {
    .c-kv__item--sp3 {
        top: 51.87179vw;
        left: 58.30769%;
        width: 36.15385vw;
    }
}

.c-kv__item--4 {
    width: 141px;
    -webkit-animation-delay: 0.9s !important;
    animation-delay: 0.9s !important;
}

.c-kv__item--sp4 {
    -webkit-animation-delay: 0.9s !important;
    animation-delay: 0.9s !important;
}

@media screen and (max-width: 767px) {
    .c-kv__item--sp4 {
        top: 127.82051vw;
        left: 9.05128%;
        width: 28.46154vw;
    }
}

.c-kv__item--5 {
    width: 199px;
    -webkit-animation-delay: 1.2s !important;
    animation-delay: 1.2s !important;
}

.c-kv__item--sp5 {
    -webkit-animation-delay: 1.2s !important;
    animation-delay: 1.2s !important;
}

@media screen and (max-width: 767px) {
    .c-kv__item--sp5 {
        top: 158.69231vw;
        left: 27.10256%;
        width: 40.51282vw;
    }
}

.c-kv__item--6 {
    width: 154px;
    -webkit-animation-delay: 1.5s !important;
    animation-delay: 1.5s !important;
}

.c-kv__item--sp6 {
    -webkit-animation-delay: 1.5s !important;
    animation-delay: 1.5s !important;
}

@media screen and (max-width: 767px) {
    .c-kv__item--sp6 {
        top: 127.17949vw;
        right: 5.30769%;
        width: 31.02564vw;
    }
}

.c-kv__container {
    margin: 0 auto;
    width: 980px;
}

@media screen and (max-width: 980px) and (min-width: 768px) {
    .c-kv__container {
        width: 86.3836vw;
    }
}

@media screen and (max-width: 767px) {
    .c-kv__container {
        padding-right: 10.25641vw;
        padding-left: 10.25641vw;
        width: 100%;
    }
}

.c-kv__ttl {
    position: relative;
    z-index: 11;
    margin-top: -20px;
    text-align: center;
    letter-spacing: 5px;
    font-weight: bold;
    font-size: 35px;
}

@media screen and (max-width: 980px) and (min-width: 768px) {
    .c-kv__ttl {
        margin-top: -1.46413vw;
        font-size: 3.29429vw;
    }
}

@media screen and (max-width: 767px) {
    .c-kv__ttl {
        position: absolute;
        top: 87.17949vw;
        left: 5.30769%;
        margin-top: 0;
        letter-spacing: 3px;
        font-size: 5.64103vw;
    }
}

@media screen and (min-width: 768px) {
    .c-kv__imgs {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;

        -webkit-box-pack: center;
        justify-content: center;
    }
}

.c-kv__imgs--top {
    padding-left: 55px;
}

@media screen and (max-width: 980px) and (min-width: 768px) {
    .c-kv__imgs--top {
        padding-left: 4.02635vw;
    }
}

@media screen and (max-width: 767px) {
    .c-kv__imgs--top {
        padding-left: 0;
    }
}

.c-kv__imgs--bottom {
    padding-left: 50px;
}

@media screen and (max-width: 980px) and (min-width: 768px) {
    .c-kv__imgs--bottom {
        padding-left: 3.66032vw;
    }
}

@media screen and (max-width: 767px) {
    .c-kv__imgs--bottom {
        padding-left: 0;
    }
}

.c-kv__ttl-large {
    font-weight: bold;
    font-size: 45px;
}

@media screen and (max-width: 980px) and (min-width: 768px) {
    .c-kv__ttl-large {
        font-size: 4.02635vw;
    }
}

@media screen and (max-width: 767px) {
    .c-kv__ttl-large {
        font-size: 8.20513vw;
    }
}

/* ---------------------------------------------
*   c-list-btn-small
--------------------------------------------- */
.c-list-btn-small {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

@media screen and (max-width: 767px) {
    .c-list-btn-small {
        -ms-flex-pack: center;
        margin: 0 auto;

        -webkit-box-pack: center;
        justify-content: center;
    }
}

.c-list-btn-small__item {
    margin-right: 10px;
    width: 120px;
}

@media screen and (max-width: 980px) and (min-width: 768px) {
    .c-list-btn-small__item {
        width: 10.98097vw;
    }
}

.c-list-btn-small__item:last-of-type {
    margin-right: 0;
}

/* ---------------------------------------------
*   c-section
--------------------------------------------- */
.c-section {
    overflow: hidden;
    padding-bottom: 120px;
}

@media screen and (max-width: 980px) and (min-width: 768px) {
    .c-section {
        padding-bottom: 8.78477vw;
    }
}

@media screen and (max-width: 767px) {
    .c-section {
        padding-bottom: 15.38462vw;
    }
}

.c-section--1 {
    background-color: rgba(255, 241, 230, 0.45);
}

.c-section--2 {
    background-color: rgba(255, 157, 157, 0.13);
}

.c-section--3 {
    background-color: rgba(235, 250, 255, 0.45);
}

/* ---------------------------------------------
*   c-ttl
--------------------------------------------- */
.c-ttl {
    font-weight: bold;
    font-size: 2rem;
}

@media screen and (max-width: 767px) {
    .c-ttl {
        font-size: 3.125rem;
    }
}

/* ---------------------------------------------
*   c-txt
--------------------------------------------- */
.c-txt {
    font-size: 0.875rem;
}

@media screen and (max-width: 767px) {
    .c-txt {
        font-size: 0.9375rem;
    }
}

.c-txt__strong {
    text-decoration: underline;
    font-weight: bold;
}

.c-txt__italic {
    font-style: italic;
}

/* ==========================================================
*
*   javascript style hooks
*
========================================================== */
/* ---------------------------------------------
*   js-fadein
--------------------------------------------- */
.js-fadein {
    opacity: 0;
}

.js-fadein.is-fadein {
    opacity: 1;
    -webkit-transition: opacity .8s;
    transition: opacity .8s;
}

/* ---------------------------------------------
*   js-fadeup
--------------------------------------------- */
.js-fadeup {
    opacity: 0;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
}

.js-fadeup.is-fadeup {
    opacity: 1;
    -webkit-transition: opacity .8s ease-out, -webkit-transform .8s;
    transition: opacity .8s ease-out, -webkit-transform .8s;
    transition: opacity .8s ease-out, transform .8s;
    transition: opacity .8s ease-out, transform .8s, -webkit-transform .8s;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

/* ==========================================================
*
*   utility
*
========================================================== */
/* ---------------------------------------------
*   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: 768px), screen and (min-width: 768px) {
    .pc-hide {
        display: none !important;
    }
}

@media print and (max-width: 767px), screen and (max-width: 767px) {
    .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: 767px) {
    .mgt-sp--0 {
        margin-top: 0 !important;
    }
    .mgt-sp--5 {
        margin-top: 1.28205vw !important;
    }
    .mgt-sp--10 {
        margin-top: 2.5641vw !important;
    }
    .mgt-sp--15 {
        margin-top: 3.84615vw !important;
    }
    .mgt-sp--20 {
        margin-top: 5.12821vw !important;
    }
    .mgt-sp--25 {
        margin-top: 6.41026vw !important;
    }
    .mgt-sp--30 {
        margin-top: 7.69231vw !important;
    }
    .mgt-sp--35 {
        margin-top: 8.97436vw !important;
    }
    .mgt-sp--40 {
        margin-top: 10.25641vw !important;
    }
    .mgt-sp--45 {
        margin-top: 11.53846vw !important;
    }
    .mgt-sp--50 {
        margin-top: 12.82051vw !important;
    }
    .mgt-sp--55 {
        margin-top: 14.10256vw !important;
    }
    .mgt-sp--60 {
        margin-top: 15.38462vw !important;
    }
    .mgt-sp--65 {
        margin-top: 16.66667vw !important;
    }
    .mgt-sp--70 {
        margin-top: 17.94872vw !important;
    }
    .mgt-sp--75 {
        margin-top: 19.23077vw !important;
    }
    .mgt-sp--80 {
        margin-top: 20.51282vw !important;
    }
    .mgt-sp--85 {
        margin-top: 21.79487vw !important;
    }
    .mgt-sp--90 {
        margin-top: 23.07692vw !important;
    }
    .mgt-sp--95 {
        margin-top: 24.35897vw !important;
    }
    .mgt-sp--100 {
        margin-top: 25.64103vw !important;
    }
    .mgt-sp--105 {
        margin-top: 26.92308vw !important;
    }
    .mgt-sp--110 {
        margin-top: 28.20513vw !important;
    }
    .mgt-sp--115 {
        margin-top: 29.48718vw !important;
    }
    .mgt-sp--120 {
        margin-top: 30.76923vw !important;
    }
    .mgt-sp--125 {
        margin-top: 32.05128vw !important;
    }
    .mgt-sp--130 {
        margin-top: 33.33333vw !important;
    }
    .mgt-sp--135 {
        margin-top: 34.61538vw !important;
    }
    .mgt-sp--140 {
        margin-top: 35.89744vw !important;
    }
    .mgt-sp--145 {
        margin-top: 37.17949vw !important;
    }
    .mgt-sp--150 {
        margin-top: 38.46154vw !important;
    }
    .mgt-sp--155 {
        margin-top: 39.74359vw !important;
    }
    .mgt-sp--160 {
        margin-top: 41.02564vw !important;
    }
    .mgt-sp--165 {
        margin-top: 42.30769vw !important;
    }
    .mgt-sp--170 {
        margin-top: 43.58974vw !important;
    }
    .mgt-sp--175 {
        margin-top: 44.87179vw !important;
    }
    .mgt-sp--180 {
        margin-top: 46.15385vw !important;
    }
    .mgt-sp--185 {
        margin-top: 47.4359vw !important;
    }
    .mgt-sp--190 {
        margin-top: 48.71795vw !important;
    }
    .mgt-sp--195 {
        margin-top: 50vw !important;
    }
    .mgt-sp--200 {
        margin-top: 51.28205vw !important;
    }
    .mgt-sp--205 {
        margin-top: 52.5641vw !important;
    }
    .mgt-sp--210 {
        margin-top: 53.84615vw !important;
    }
    .mgt-sp--215 {
        margin-top: 55.12821vw !important;
    }
    .mgt-sp--220 {
        margin-top: 56.41026vw !important;
    }
    .mgt-sp--225 {
        margin-top: 57.69231vw !important;
    }
    .mgt-sp--230 {
        margin-top: 58.97436vw !important;
    }
    .mgt-sp--235 {
        margin-top: 60.25641vw !important;
    }
    .mgt-sp--240 {
        margin-top: 61.53846vw !important;
    }
    .mgt-sp--245 {
        margin-top: 62.82051vw !important;
    }
    .mgt-sp--250 {
        margin-top: 64.10256vw !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: 767px) {
    .mgb-sp--0 {
        margin-bottom: 0 !important;
    }
    .mgb-sp--5 {
        margin-bottom: 1.28205vw !important;
    }
    .mgb-sp--10 {
        margin-bottom: 2.5641vw !important;
    }
    .mgb-sp--15 {
        margin-bottom: 3.84615vw !important;
    }
    .mgb-sp--20 {
        margin-bottom: 5.12821vw !important;
    }
    .mgb-sp--25 {
        margin-bottom: 6.41026vw !important;
    }
    .mgb-sp--30 {
        margin-bottom: 7.69231vw !important;
    }
    .mgb-sp--35 {
        margin-bottom: 8.97436vw !important;
    }
    .mgb-sp--40 {
        margin-bottom: 10.25641vw !important;
    }
    .mgb-sp--45 {
        margin-bottom: 11.53846vw !important;
    }
    .mgb-sp--50 {
        margin-bottom: 12.82051vw !important;
    }
    .mgb-sp--55 {
        margin-bottom: 14.10256vw !important;
    }
    .mgb-sp--60 {
        margin-bottom: 15.38462vw !important;
    }
    .mgb-sp--65 {
        margin-bottom: 16.66667vw !important;
    }
    .mgb-sp--70 {
        margin-bottom: 17.94872vw !important;
    }
    .mgb-sp--75 {
        margin-bottom: 19.23077vw !important;
    }
    .mgb-sp--80 {
        margin-bottom: 20.51282vw !important;
    }
    .mgb-sp--85 {
        margin-bottom: 21.79487vw !important;
    }
    .mgb-sp--90 {
        margin-bottom: 23.07692vw !important;
    }
    .mgb-sp--95 {
        margin-bottom: 24.35897vw !important;
    }
    .mgb-sp--100 {
        margin-bottom: 25.64103vw !important;
    }
    .mgb-sp--105 {
        margin-bottom: 26.92308vw !important;
    }
    .mgb-sp--110 {
        margin-bottom: 28.20513vw !important;
    }
    .mgb-sp--115 {
        margin-bottom: 29.48718vw !important;
    }
    .mgb-sp--120 {
        margin-bottom: 30.76923vw !important;
    }
    .mgb-sp--125 {
        margin-bottom: 32.05128vw !important;
    }
    .mgb-sp--130 {
        margin-bottom: 33.33333vw !important;
    }
    .mgb-sp--135 {
        margin-bottom: 34.61538vw !important;
    }
    .mgb-sp--140 {
        margin-bottom: 35.89744vw !important;
    }
    .mgb-sp--145 {
        margin-bottom: 37.17949vw !important;
    }
    .mgb-sp--150 {
        margin-bottom: 38.46154vw !important;
    }
    .mgb-sp--155 {
        margin-bottom: 39.74359vw !important;
    }
    .mgb-sp--160 {
        margin-bottom: 41.02564vw !important;
    }
    .mgb-sp--165 {
        margin-bottom: 42.30769vw !important;
    }
    .mgb-sp--170 {
        margin-bottom: 43.58974vw !important;
    }
    .mgb-sp--175 {
        margin-bottom: 44.87179vw !important;
    }
    .mgb-sp--180 {
        margin-bottom: 46.15385vw !important;
    }
    .mgb-sp--185 {
        margin-bottom: 47.4359vw !important;
    }
    .mgb-sp--190 {
        margin-bottom: 48.71795vw !important;
    }
    .mgb-sp--195 {
        margin-bottom: 50vw !important;
    }
    .mgb-sp--200 {
        margin-bottom: 51.28205vw !important;
    }
    .mgb-sp--205 {
        margin-bottom: 52.5641vw !important;
    }
    .mgb-sp--210 {
        margin-bottom: 53.84615vw !important;
    }
    .mgb-sp--215 {
        margin-bottom: 55.12821vw !important;
    }
    .mgb-sp--220 {
        margin-bottom: 56.41026vw !important;
    }
    .mgb-sp--225 {
        margin-bottom: 57.69231vw !important;
    }
    .mgb-sp--230 {
        margin-bottom: 58.97436vw !important;
    }
    .mgb-sp--235 {
        margin-bottom: 60.25641vw !important;
    }
    .mgb-sp--240 {
        margin-bottom: 61.53846vw !important;
    }
    .mgb-sp--245 {
        margin-bottom: 62.82051vw !important;
    }
    .mgb-sp--250 {
        margin-bottom: 64.10256vw !important;
    }
}
