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

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

Contents:
    layout
    component
    utility
========================================================== */
/* ==========================================================
*
*   layout
*
========================================================== */
/* ---------------------------------------------
*   breadcrumb
--------------------------------------------- */
@media screen and (min-width: 751px) {
    .breadcrumb__text--link {
        text-decoration: underline;
    }
    .breadcrumb__text--link:hover {
        text-decoration: none;
    }
}

/* ---------------------------------------------
*   contents
--------------------------------------------- */
/* ---------------------------------------------
*   footer
--------------------------------------------- */
.footer {
    width: 100%;
}

/*  footer-container
--------------------------------------------- */
.footer-container {
    width: 100%;
    background-color: #19003c;
}

/*  footer-head
--------------------------------------------- */
.footer-head {
    margin: 0 auto;
    padding-top: 45px;
    padding-bottom: 46px;
    width: 870px;
    text-align: center;
}

@media screen and (max-width: 750px) {
    .footer-head {
        padding-top: 5.33333vw;
        padding-bottom: 8.66667vw;
        width: 84vw;
    }
}

.footer-head__ttl {
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
    line-height: 1.47;
}

@media screen and (max-width: 750px) {
    .footer-head__ttl {
        font-size: 2.66667vw;
        line-height: 1.5;
    }
}

.footer-content {
    margin-top: 31px;
}

@media screen and (max-width: 750px) {
    .footer-content {
        margin-top: 5.6vw;
    }
}

.footer-txt {
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
    line-height: 1.83;
}

@media screen and (max-width: 750px) {
    .footer-txt {
        font-size: 2.4vw;
        line-height: 1.75;
    }
}

.footer-txt a {
    display: inline-block;
    margin-bottom: 0;
    padding-bottom: 1px;
    letter-spacing: 0.01em;
    font-weight: 600;
    font-size: 15px;
    line-height: 1.8;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    zoom: 1;
}

.footer-txt a:hover {
    text-decoration: underline;
}

@media screen and (max-width: 750px) {
    .footer-txt a {
        display: inline;
        letter-spacing: 0.01em;
        font-size: 2.66667vw;
        line-height: 1.75;
    }
}

/*  footer-body
--------------------------------------------- */
.footer-body {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    width: 100%;
    height: 100px;
    background-color: #000000;

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

@media screen and (max-width: 750px) {
    .footer-body {
        height: 13.33333vw;
    }
}

/*  footer-nav
--------------------------------------------- */
.footer-nav {
    width: 100%;
}

.footer-nav__ttl {
    margin-top: 21px;
    font-weight: 500;
    font-size: 12px;
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
    line-height: 1.83;
}

@media screen and (max-width: 750px) {
    .footer-nav__ttl {
        margin-top: 4vw;
        font-size: 2.66667vw;
        line-height: 1.5;
    }
}

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

    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    justify-content: center;
}

.footer-nav__list-item {
    position: relative;
    margin-right: 10px;
    letter-spacing: -0.05em;
    font-weight: 500;
    font-size: 12px;
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
    line-height: 1.85;
}

@media screen and (max-width: 750px) {
    .footer-nav__list-item {
        margin-right: 2.66667vw;
        font-size: 2.66667vw;
        line-height: 1.5;
    }
}

.footer-nav__list-item--sns {
    margin-right: 30px;
    width: 30px;
}

.footer-nav__list-item--sns:after {
    content: '';
}

@media screen and (max-width: 750px) {
    .footer-nav__list-item--sns {
        margin-right: 4.4vw;
        width: 4.53333vw;
    }
}

.footer-nav__list-item--sns:last-child {
    margin-right: 0;
}

.footer-nav__link {
    -webkit-transition: opacity 300ms;
    transition: opacity 300ms;
}

.footer-nav__link:hover {
    opacity: 0.8;
}

/*  footer-copyright
--------------------------------------------- */
.footer-copyright {
    position: absolute;
    top: 36px;
    right: 64px;
}

@media screen and (max-width: 750px) {
    .footer-copyright {
        top: 50%;
        right: 7.3vw;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

.footer-copyright__text {
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
    line-height: 2.5;
}

@media screen and (max-width: 750px) {
    .footer-copyright__text {
        font-size: 2vw;
        line-height: 1.67;
    }
}

/* ---------------------------------------------
*   global-nav
--------------------------------------------- */
/* ---------------------------------------------
*   header
--------------------------------------------- */
@media screen and (max-width: 750px) {
    .header {
        width: 100%;
    }
}

.header__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    margin: 0 auto;
    padding-top: 55px;
    padding-bottom: 50px;
    width: 900px;

    -webkit-box-pack: justify;
    justify-content: space-between;
}

@media screen and (max-width: 750px) {
    .header__inner {
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: center;
        padding-top: 0;
        padding-bottom: 0;
        width: 100%;
        height: auto;

        -webkit-box-pack: center;
        justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
    }
}

@media screen and (max-width: 750px) {
    .header__inner-head {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        -ms-flex-align: center;
        width: 100%;
        height: 20vw;

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

@media screen and (max-width: 750px) {
    .header__inner-body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        border-top: 1px solid #000;
        border-bottom: 1px solid #000;
    }
}

.header__logo {
    padding-top: 6px;
    width: 290px;
}

@media screen and (max-width: 750px) {
    .header__logo {
        padding-top: 0;
        width: 56vw;
    }
}

.header__logo-link {
    -webkit-transition: opacity 300ms;
    transition: opacity 300ms;
}

.header__logo-link:hover {
    opacity: 0.8;
}

.header__link {
    font-weight: 600;
    font-size: 16px;
    line-height: 1.75;
}

@media screen and (max-width: 750px) {
    .header__link {
        display: block;
        width: 50vw;
        height: 10.66667vw;
        text-align: center;
        font-size: 3.33333vw;
        line-height: 10.66667vw;
    }
}

@media screen and (min-width: 751px) {
    .header__link:hover span {
        margin-bottom: -1px;
        padding-bottom: 1px;
        border-bottom: 2px solid #000;
    }
}

@media screen and (min-width: 751px) and (max-width: 750px) {
    .header__link:hover span {
        padding-bottom: 0;
    }
}

@media screen and (max-width: 750px) {
    .header__link:hover {
        background-color: #cdcdcd;
    }
}

.header__link:nth-of-type(n+2) {
    margin-left: 30px;
}

@media screen and (max-width: 750px) {
    .header__link:nth-of-type(n+2) {
        margin-left: 0;
        border-left: 1px solid #000;
    }
}

/* ---------------------------------------------
*   contents
--------------------------------------------- */
/* ==========================================================
*
*   component
*
========================================================== */
/* ---------------------------------------------
*   c-box
--------------------------------------------- */
.c-box {
    padding-top: 40px;
    padding-bottom: 55px;
    background-color: #fff;
}

@media screen and (max-width: 750px) {
    .c-box {
        padding-top: 10vw;
        padding-bottom: 11.46667vw;
    }
}

.c-box:first-child {
    padding-top: 45px;
    background-color: #e4e4e4;
}

@media screen and (max-width: 750px) {
    .c-box:first-child {
        position: relative;
        padding-top: 10vw;
        padding-bottom: 15.33333vw;
    }
}

@media screen and (max-width: 750px) {
    .c-box:last-of-type {
        padding-bottom: 8vw;
    }
}

.c-box--yellow {
    padding-top: 45px;
    background-color: #ffbc00;
}

.c-box--gray {
    padding-top: 45px;
    background-color: #e4e4e4;
}

@media screen and (max-width: 750px) {
    .c-box--yellow {
        padding-top: 9.6vw;
        padding-bottom: 6.66667vw;
    }
}

.c-box__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    margin: 0 auto;
    width: 900px;

    -webkit-box-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media screen and (max-width: 750px) {
    .c-box__inner {
        width: 89.33333vw;
    }
}

.c-box__block {
    z-index: 0;
    display: block;
    width: 420px;
    text-align: center;
}

@media screen and (max-width: 750px) {
    .c-box__block {
        width: 42.66667vw;
    }
}

.c-box__block--single {
    width: 100%;
}

.c-box__block:hover .c-box__block-fade--behinde {
    opacity: 1;
}

.c-box__block:hover .c-box__block-fade--behinde-single {
    opacity: 1;
}

.c-box__block:active {
    opacity: .7;
}

.c-box__block:nth-of-type(n + 3) {
    margin-top: 30px;
}

@media screen and (max-width: 750px) {
    .c-box__block:nth-of-type(n + 3) {
        margin-top: 4vw;
    }
}

.c-box__block-inner {
    z-index: 0;
    display: block;
    width: 420px;
    text-align: center;
}

@media screen and (max-width: 750px) {
    .c-box__block-inner {
        width: 42.66667vw;
    }
}

.c-box__block-inner--single {
    width: 100%;
}

.c-box__block-inner:nth-of-type(2) {
    margin-top: 12px;
}

@media screen and (max-width: 750px) {
    .c-box__block-inner:nth-of-type(2) {
        margin-top: 1.06667vw;
    }
}

.c-box__block-inner:hover .c-box__block-fade--behinde-wide {
    opacity: 1;
}

.c-box__block-inner:active {
    opacity: .7;
}

.c-box__block-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.c-box__block-fade {
    position: relative;
    display: block;
    width: 140px;
    height: 140px;
    -webkit-transition: opacity .2s, -webkit-transform .2s;
    -webkit-transition: opacity 0.5s;
    transition: opacity .2s, -webkit-transform .2s;
    transition: transform .2s, opacity .2s;
    transition: transform .2s, opacity .2s, -webkit-transform .2s;
    transition: opacity 0.5s;
}

@media screen and (max-width: 750px) {
    .c-box__block-fade {
        width: 14.13333vw;
        height: 14.13333vw;
    }
}

.c-box__block-fade img {
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.c-box__block-fade--1 {
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
}

.c-box__block-fade--2 {
    -webkit-transition-delay: .4s;
    transition-delay: .4s;
}

.c-box__block-fade--3 {
    -webkit-transition-delay: .6s;
    transition-delay: .6s;
}

.c-box__block-fade--4 {
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
}

.c-box__block-fade--5 {
    -webkit-transition-delay: .4s;
    transition-delay: .4s;
}

.c-box__block-fade--6 {
    -webkit-transition-delay: .6s;
    transition-delay: .6s;
}

.c-box__block-fade--7 {
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
}

.c-box__block-fade--8 {
    -webkit-transition-delay: .4s;
    transition-delay: .4s;
}

.c-box__block-fade--9 {
    -webkit-transition-delay: .6s;
    transition-delay: .6s;
}

.c-box__block-fade--wide {
    width: 420px;
    height: 204px;
}

@media screen and (max-width: 750px) {
    .c-box__block-fade--wide {
        width: 42.66667vw;
        height: 20.66667vw;
    }
}

.c-box__block-fade--wide:nth-child(n+2) {
    margin-top: 12px;
}

@media screen and (max-width: 750px) {
    .c-box__block-fade--wide:nth-child(n+2) {
        margin-top: 1.33333vw;
    }
}

.c-box__block-fade--wide-single {
    width: 420px;
    height: 420px;
}

@media screen and (max-width: 750px) {
    .c-box__block-fade--wide-single {
        width: 42.66667vw;
        height: 42.66667vw;
    }
}

.c-box__block-fade--wide-single:nth-child(n+2) {
    margin-top: 12px;
}

@media screen and (max-width: 750px) {
    .c-box__block-fade--wide-single:nth-child(n+2) {
        margin-top: 1.33333vw;
    }
}

.c-box__block-fade--single {
    width: 900px;
    height: 360px;
}

@media screen and (max-width: 750px) {
    .c-box__block-fade--single {
        width: 89.33333vw;
        height: 36vw;
    }
}

.c-box__block-fade--single-h {
    margin: 18px auto 0;
    width: 500px;
    height: auto;
}

@media screen and (max-width: 750px) {
    .c-box__block-fade--single-h {
        margin-top: 4.66667vw;
        width: 88vw;
        height: 49.5vw;
    }
}

.c-box__block-fade--behinde {
    position: absolute;
    top: 0;
    left: 0;
    width: 140px;
    height: 140px;
    opacity: 0;
    -webkit-transition: opacity .5s;
    transition: opacity .5s;
}

@media screen and (max-width: 750px) {
    .c-box__block-fade--behinde {
        width: 14.13333vw;
        height: 14.13333vw;
        opacity: 1;
    }
}

.ipad .c-box__block-fade--behinde {
    opacity: 1;
}

.androidtablet .c-box__block-fade--behinde {
    opacity: 1;
}

.c-box__block-fade--behinde-wide {
    position: absolute;
    top: 0;
    left: 0;
    width: 420px;
    height: 204px;
    opacity: 0;
    -webkit-transition: opacity .5s;
    transition: opacity .5s;
}

.ipad .c-box__block-fade--behinde-wide {
    opacity: 1;
}

.androidtablet .c-box__block-fade--behinde-wide {
    opacity: 1;
}

@media screen and (max-width: 750px) {
    .c-box__block-fade--behinde-wide {
        width: 42.66667vw;
        height: 20.66667vw;
        opacity: 1;
    }
}

.c-box__block-fade--behinde-wide-single {
    position: absolute;
    top: 0;
    left: 0;
    width: 420px;
    height: 420px;
    opacity: 0;
    -webkit-transition: opacity .5s;
    transition: opacity .5s;
}

.ipad .c-box__block-fade--behinde-wide-single {
    opacity: 1;
}

.androidtablet .c-box__block-fade--behinde-wide-single {
    opacity: 1;
}

@media screen and (max-width: 750px) {
    .c-box__block-fade--behinde-wide-single {
        width: 42.66667vw;
        height: 42.66667vw;
        opacity: 1;
    }
}

.c-box__block-fade--behinde-single {
    position: absolute;
    top: 0;
    left: 0;
    width: 900px;
    height: 360px;
    opacity: 0;
    -webkit-transition: opacity .5s;
    transition: opacity .5s;
}

.ipad .c-box__block-fade--behinde-single {
    opacity: 1;
}

.androidtablet .c-box__block-fade--behinde-single {
    opacity: 1;
}

@media screen and (max-width: 750px) {
    .c-box__block-fade--behinde-single {
        width: 89.33333vw;
        height: 36vw;
        opacity: 1;
    }
}

.c-box__block-fade--behinde-single-h {
    position: absolute;
    top: 0;
    left: 0;
    width: 900px;
    height: 545px;
    opacity: 0;
    -webkit-transition: opacity .5s;
    transition: opacity .5s;
}

.ipad .c-box__block-fade--behinde-single-h {
    opacity: 1;
}

.androidtablet .c-box__block-fade--behinde-single-h {
    opacity: 1;
}

@media screen and (max-width: 750px) {
    .c-box__block-fade--behinde-single-h {
        width: 89.33333vw;
        height: 53.33333vw;
        opacity: 1;
    }
}

.c-box__head {
    letter-spacing: -0.05em;
    font-weight: bold;
    font-size: 32px;
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
    line-height: 1.3;
}

@media screen and (max-width: 750px) {
    .c-box__head {
        font-size: 5.6vw;
        line-height: 1.375;
    }
}

.c-box__lead {
    margin-top: 30px;
    margin-bottom: 50px;
    font-weight: 600;
    font-size: 21px;
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
    line-height: 1.57;
}

@media screen and (max-width: 750px) {
    .c-box__lead {
        margin: 5.33333vw auto 6.66667vw;
        width: 90vw;
        text-align: left;
        letter-spacing: 0.02em;
        font-size: 3.33333vw;
        line-height: 1.6;
    }
}

@media screen and (max-width: 750px) {
    .c-box__lead--sp-center {
        text-align: center;
    }
}

.c-box__ttl {
    margin-top: 15px;
    letter-spacing: -0.03em;
    font-weight: bold;
    font-size: 40px;
    font-family: 'Helvetica Neue', 'pragmatica', 'Noto Sans JP', sans-serif;
    line-height: 1.25;
}

@media screen and (max-width: 750px) {
    .c-box__ttl {
        margin-top: 2vw;
        font-size: 4.4vw;
        line-height: 1.3;
    }
}

.c-box__note {
    margin-top: 23px;
    font-weight: 600;
    font-size: 26px;
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
    line-height: 1.4;
}

@media screen and (max-width: 750px) {
    .c-box__note {
        margin-top: 4.66667vw;
        font-size: 3.33333vw;
        line-height: 1.6;
    }
}

.c-box__link-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    margin-top: 22px;

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

@media screen and (max-width: 750px) {
    .c-box__link-box {
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: center;
        margin-top: 1.86667vw;

        -webkit-box-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
    }
}

.c-box__link-box--2c {
    margin-top: 5px;
}

@media screen and (max-width: 750px) {
    .c-box__link-box--2c {
        margin-top: 2.66667vw;
    }
}

.c-box__link-box--wide {
    -ms-flex-align: center;

    -webkit-box-align: center;
    align-items: center;
}

@media screen and (max-width: 750px) {
    .c-box__link-box--wide {
        -ms-flex-direction: row;
        flex-direction: row;

        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
    }
}

.c-box__link-box--wide .c-box__link:nth-of-type(n+2) {
    margin-left: 40px;
}

@media screen and (max-width: 750px) {
    .c-box__link-box--wide .c-box__link:nth-of-type(n+2) {
        margin-top: 0;
        margin-left: 5.33333vw;
    }
}

.c-box__link-box--column {
    -ms-flex-direction: column;
    flex-direction: column;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
}

.c-box__link-item:nth-of-type(n+2) {
    margin-left: 15px;
}

@media screen and (max-width: 750px) {
    .c-box__link-item:nth-of-type(n+2) {
        margin-left: 3.33333vw;
    }
}

.c-box__link {
    z-index: 1;
    color: #191E82;
    letter-spacing: -0.05em;
    font-weight: bold;
    font-size: 22px;
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
    line-height: 2.33;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.c-box__link:hover span {
    margin-bottom: -1px;
    padding-bottom: 1px;
    border-bottom: 2px solid #191E82;
}

.windows .c-box__link:hover span {
    margin-bottom: 0;
    padding-bottom: 0;
}

@media screen and (max-width: 750px) {
    .c-box__link {
        font-size: 3.33333vw;
        line-height: 1.2;
    }
}

.c-box__link span {
    position: relative;
}

@media all and (-ms-high-contrast: none) {
    .c-box__link span {
        padding-top: 6px;
    }
}

.c-box__link span:after {
    position: absolute;
    top: 50%;
    right: -15px;
    width: 10px;
    height: 10px;
    background: url(/assets/img/common/icon_arrow.png) 0 0 no-repeat;
    background-size: cover;
    content: '';
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media screen and (max-width: 750px) {
    .c-box__link span:after {
        right: -2vw;
        width: 1.33333vw;
        height: 1.33333vw;
    }
}

@media screen and (max-width: 750px) {
    .c-box__link:nth-of-type(n+2) {
        margin-top: 0.8vw;
    }
}

.c-box__link--narrow {
    line-height: 1.1;
}

@media screen and (max-width: 750px) {
    .c-box__link--small {
        letter-spacing: 0;
        font-size: 2.66667vw;
        line-height: 1.5;
    }
}

.c-box__link--2c:nth-of-type(n+2) {
    margin-left: 30px;
    line-height: 1;
}

@media screen and (max-width: 750px) {
    .c-box__link--2c:nth-of-type(n+2) {
        margin-top: 0vw;
        margin-left: 3.33333vw;
    }
}

@media screen and (max-width: 750px) {
    .c-box__link--wide:nth-of-type(n+2) {
        margin-top: 0.66667vw;
    }
}

/* ---------------------------------------------
*   c-btn
--------------------------------------------- */
.c-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    width: 100%;
    height: 120px;
    background-color: #191e82;
    -webkit-transition: background-color .5s;
    transition: background-color .5s;

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

@media screen and (max-width: 750px) {
    .c-btn {
        height: 16vw;
    }
}

@media screen and (min-width: 751px) {
    .c-btn:hover {
        background-color: #00004e;
    }
}

.c-btn__txt {
    color: #fff;
    font-weight: bold;
    font-weight: bold;
    font-size: 22px;
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
    line-height: 2.33;
}

@media screen and (max-width: 750px) {
    .c-btn__txt {
        font-size: 3.33333vw;
        line-height: 1;
    }
}

.c-btn-banner {
    position: relative;
    background-color: #bca475;
}

.c-btn-banner__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    height: 138px;

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

@media screen and (max-width: 750px) {
    .c-btn-banner__inner {
        height: 15.6vw;
    }
}

.c-btn-banner__img {
    width: 630px;
}

@media screen and (max-width: 750px) {
    .c-btn-banner__img {
        margin-left: 8vw;
        width: 84vw;
    }
}

.c-btn-banner__close {
    position: absolute;
    top: 30px;
    left: 30px;
    width: 22px;
    height: 22px;
    background: url(/assets/img/btn_close.png) 0 0 no-repeat;
    background-size: 100% auto;
    cursor: pointer;
}

@media screen and (max-width: 750px) {
    .c-btn-banner__close {
        top: 2.66667vw;
        left: 2.66667vw;
        width: 2.93333vw;
        height: 2.93333vw;
    }
}

/* ---------------------------------------------
*   c-card
--------------------------------------------- */
.c-card {
    margin: 60px auto 85px;
    width: 900px;
}

@media screen and (max-width: 750px) {
    .c-card {
        margin-top: 7.33333vw;
        margin-bottom: 5.33333vw;
        width: 89.33333vw;
    }
}

.c-card--narrow {
    margin: 75px auto 0;
    width: 780px;
}

@media screen and (max-width: 750px) {
    .c-card--narrow {
        margin-top: 6.66667vw;
        width: 91.46667vw;
    }
}

.c-card__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;

    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

@media screen and (max-width: 750px) {
    .c-card__list {
        -ms-flex-wrap: inherit;
        flex-wrap: inherit;
    }
}

.c-card__list-item {
    width: 420px;
    text-align: center;
}

@media screen and (max-width: 750px) {
    .c-card__list-item {
        margin-top: 6.66667vw;
        width: 89.33333vw;
    }
    .c-card__list-item:first-child {
        margin-top: 0;
    }
}

.c-card__list-item:nth-of-type(n+3) {
    margin-top: 45px;
}

@media screen and (max-width: 750px) {
    .c-card__list-item:nth-of-type(n+3) {
        margin-top: 6.66667vw;
    }
}

.c-card__list-item--three-line {
    width: 220px;
}

@media screen and (max-width: 750px) {
    .c-card__list-item--three-line {
        margin-top: 0;
        width: 29.33333vw;
    }
}

.c-card__list-item--three-line:first-of-type .c-card__img-threeline {
    width: 182px;
}

@media screen and (max-width: 750px) {
    .c-card__list-item--three-line:first-of-type .c-card__img-threeline {
        width: 24.27vw;
    }
}

.c-card__list-item--three-line:nth-of-type(n+3) {
    margin-top: 0;
}

.c-card__list-item--three-line:nth-of-type(n+4) {
    margin-top: 40px;
}

@media screen and (max-width: 750px) {
    .c-card__list-item--three-line:nth-of-type(n+4) {
        margin-top: 6.66667vw;
    }
}

.c-card__img-threeline {
    margin: 0 auto;
    width: 182px;
}

@media screen and (max-width: 750px) {
    .c-card__img-threeline {
        width: 24.27vw;
    }
}

.c-card__img-threeline:nth-of-type(n+3) {
    margin-top: 0;
}

.c-card__ttl {
    margin-top: 24px;
    letter-spacing: 0.01em;
    font-weight: bold;
    font-size: 26px;
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
    line-height: 1.6;
}

@media screen and (max-width: 750px) {
    .c-card__ttl {
        margin-top: 3.33333vw;
        font-size: 4vw;
        line-height: 2;
    }
}

.c-card__ttl--three-line {
    margin-top: 24px;
    letter-spacing: -.03em;
    font-weight: 600;
    font-size: 26px;
    line-height: 1;
}

@media screen and (max-width: 750px) {
    .c-card__ttl--three-line {
        margin-top: 2.66667vw;
        font-size: 3.33333vw;
        line-height: 1.9;
    }
}

.c-card__note {
    margin-top: 15px;
    font-weight: 600;
    font-size: 16px;
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
    line-height: 1.8;
}

@media screen and (max-width: 750px) {
    .c-card__note {
        margin-top: 0.93333vw;
        margin-right: auto;
        margin-left: auto;
        width: 88%;
        text-align: left;
        font-size: 3.33333vw;
        line-height: 1.6;
    }
}

.c-card__note--three-line {
    margin-top: 20px;
    font-size: 21px;
    line-height: 1.48;
}

@media screen and (max-width: 750px) {
    .c-card__note--three-line {
        margin-top: 0;
        width: 100%;
        text-align: center;
        font-size: 2.66667vw;
        line-height: 1.7;
    }
}

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

.swiper-button-next, .swiper-button-prev {
    top: 30.93333vw !important;
    width: 2.13333vw !important;
    height: 3.73333vw !important;
    background-size: 2.13333vw 3.73333vw !important;
}

.swiper-pagination {
    position: absolute;
    bottom: 5.33333vw !important;
    left: 50% !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-pack: justify !important;
    width: 21.33333vw !important;
    -webkit-transform: translate3d(0, 0, 0) translateX(-50%) !important;
    transform: translate3d(0, 0, 0) translateX(-50%) !important;

    -webkit-box-pack: justify !important;
    justify-content: space-between !important;
}

.swiper-pagination-bullet {
    width: 1.33333vw !important;
    height: 1.33333vw !important;
}

.swiper-pagination-bullet-active {
    background: #292929 !important;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    left: 2vw !important;
    background-image: url(/assets/img/icon_arrow-left.svg) !important;
}

.swiper-button-prev:hover, .swiper-container-rtl .swiper-button-next:hover {
    background-image: url(/assets/img/icon_h-arrow-left.svg) !important;
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    right: 2vw !important;
    background-image: url(/assets/img/icon_arrow-right.svg) !important;
}

.swiper-button-next:hover, .swiper-container-rtl .swiper-button-prev:hover {
    background-image: url(/assets/img/icon_h-arrow-right.svg) !important;
}

/* ---------------------------------------------
*   c-cassette
--------------------------------------------- */
.c-cassette__inner {
    margin: 0 auto;
    padding: 58px 0 75px;
    width: 900px;
    text-align: center;
}

@media screen and (max-width: 750px) {
    .c-cassette__inner {
        padding: 9.73333vw 0 8vw;
        width: 89.33333vw;
    }
}

.c-cassette__ttl {
    letter-spacing: 0.01em;
    font-weight: bold;
    font-size: 30px;
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
    line-height: 1.33;
}

@media screen and (max-width: 750px) {
    .c-cassette__ttl {
        margin-top: 0.26667vw;
        letter-spacing: -0.04em;
        font-size: 5.6vw;
        line-height: 1.2;
    }
}

.c-cassette__note {
    margin-top: 35px;
    font-weight: 600;
    font-size: 21px;
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
    line-height: 1.57;
}

@media screen and (max-width: 750px) {
    .c-cassette__note {
        margin-top: 6vw;
        text-align: left;
        letter-spacing: -0.03em;
        font-size: 3.46667vw;
        line-height: 1.54;
    }
}

.c-cassette__box {
    margin-top: 82px;
    width: 100%;
}

@media screen and (max-width: 750px) {
    .c-cassette__box {
        margin-top: 12.66667vw;
    }
}

.c-cassette__box:first-of-type {
    margin-top: 52px;
}

@media screen and (max-width: 750px) {
    .c-cassette__box:first-of-type {
        margin-top: 6.66667vw;
    }
}

.c-cassette__figure {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;

    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.c-cassette__img {
    margin-right: 15px;
    width: 290px;
    height: 194px;
}

@media screen and (max-width: 750px) {
    .c-cassette__img {
        margin-right: 1.33333vw;
        width: 44vw;
        height: 29.33333vw;
    }
}

.c-cassette__img:nth-of-type(3n) {
    margin-right: 0;
}

@media screen and (max-width: 750px) {
    .c-cassette__img:nth-of-type(3n) {
        margin-right: 1.33333vw;
    }
}

@media screen and (max-width: 750px) {
    .c-cassette__img:nth-of-type(2n) {
        margin-right: 0;
    }
}

@media screen and (max-width: 750px) {
    .c-cassette__img:nth-of-type(n+3) {
        margin-top: 1.33333vw;
    }
}

.c-cassette__img:nth-of-type(n+4) {
    margin-top: 15px;
}

@media screen and (max-width: 750px) {
    .c-cassette__img:nth-of-type(n+4) {
        margin-top: 1.33333vw;
    }
}

.c-cassette__box-lead {
    margin: 25px auto 0;
    width: 650px;
    text-align: left;
    letter-spacing: -0.03em;
    font-weight: 600;
    font-size: 16px;
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
    line-height: 1.8;
}

@media screen and (max-width: 750px) {
    .c-cassette__box-lead {
        margin-top: 4vw;
        width: 89.33333vw;
        letter-spacing: 0.04em;
        font-size: 3.06667vw;
        line-height: 1.43;
    }
}

.c-cassette__box-lead--step {
    text-align: center;
    font-size: 22px;
}

@media screen and (max-width: 750px) {
    .c-cassette__box-lead--step {
        margin-top: 5.33333vw;
        font-size: 2.8vw;
    }
}

.c-cassette__box-lead--btm {
    margin-top: 38px;
    line-height: 1.6;
}

@media screen and (max-width: 750px) {
    .c-cassette__box-lead--btm {
        margin-top: 5.6vw;
        letter-spacing: -0.03em;
        font-size: 3.46667vw;
        line-height: 1.5;
    }
}

.c-cassette__box-ttl {
    margin-top: 10px;
    font-weight: bold;
    font-size: 26px;
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
    line-height: 1.17;
}

@media screen and (max-width: 750px) {
    .c-cassette__box-ttl {
        margin-top: 5px;
        font-size: 4vw;
        line-height: 1.5;
    }
}

/* ---------------------------------------------
*   c-chapter
--------------------------------------------- */
.c-chapter-mv {
    margin: 5px auto 0;
    padding-bottom: 107px;
}

@media screen and (max-width: 750px) {
    .c-chapter-mv {
        margin: 0 auto;
        padding-bottom: 15.33333vw;
    }
}

.c-chapter-mv__inner {
    position: relative;
    width: 100%;
    text-align: center;
}

.c-chapter-mv__ttl {
    display: none;
}

@media screen and (max-width: 750px) {
    .c-chapter-mv__ttl {
        display: block;
        padding-top: 80px;
        padding-bottom: 30px;
        letter-spacing: -0.05em;
        font-weight: bold;
        font-size: 5.6vw;
        font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
        line-height: 1.2;
    }
}

.c-chapter-mv__lead {
    margin-top: 42px;
    margin-bottom: 30px;
    font-weight: 600;
    font-size: 26px;
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
    line-height: 1.57;
}

@media screen and (max-width: 750px) {
    .c-chapter-mv__lead {
        margin-top: 3.33333vw;
        margin-bottom: 4vw;
        letter-spacing: -0.05em;
        font-size: 4.26667vw;
        line-height: 1.4;
    }
}

.c-chapter-mv__video {
    position: relative;
    margin: 0 auto;
    width: 1024px;
}

@media screen and (max-width: 750px) {
    .c-chapter-mv__video {
        margin-top: 4vw;
        width: 100vw;
        height: 66.66667vw;
    }
}

.c-chapter-mv__video video {
    width: 100%;
}

.c-chapter-mv__link-box {
    position: absolute;
    bottom: -70px;
    left: 49.2%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);

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

@media screen and (max-width: 750px) {
    .c-chapter-mv__link-box {
        bottom: -10.13333vw;
    }
}

.c-chapter-mv__link {
    position: relative;
    display: block;
    margin-right: 65px;
    color: #191E82;
    letter-spacing: .05em;
    font-weight: bold;
    font-size: 22px;
    line-height: 2.33;
}

.c-chapter-mv__link:hover span {
    margin-bottom: -1px;
    padding-bottom: 1px;
    border-bottom: 2px solid #191E82;
}

@media screen and (max-width: 750px) {
    .c-chapter-mv__link {
        margin-right: 8.66667vw;
        letter-spacing: -0.07em;
        font-size: 3.73333vw;
        line-height: 1.2;
    }
}

.c-chapter-mv__link:after {
    position: absolute;
    top: 50%;
    right: -15px;
    width: 10px;
    height: 10px;
    background: url(/assets/img/common/icon_arrow.png) 0 0 no-repeat;
    background-size: cover;
    content: '';
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media screen and (max-width: 750px) {
    .c-chapter-mv__link:after {
        right: -2.66667vw;
        width: 1.6vw;
        height: 1.6vw;
    }
}

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

.ie .c-chapter-mv__link span {
    padding-top: 6px;
}

@media screen and (max-width: 750px) {
    .ie .c-chapter-mv__link span {
        padding-top: 1.06667vw;
    }
}

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

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

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

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

/* ---------------------------------------------
*   c-from
--------------------------------------------- */
/* ---------------------------------------------
*   c-img
--------------------------------------------- */
/* ---------------------------------------------
*   c-link
--------------------------------------------- */
@media screen and (min-width: 751px) {
    .c-link {
        text-decoration: underline;
    }
    .c-link:hover {
        text-decoration: none;
    }
}

/* ---------------------------------------------
*   c-list
--------------------------------------------- */
/* ---------------------------------------------
*   c-section
--------------------------------------------- */
.c-section {
    margin: 50px auto 0;
    width: 1124px;
    text-align: center;
}

@media screen and (max-width: 750px) {
    .c-section {
        margin-top: 10vw;
        width: 89.33333vw;
    }
}

.c-section__ttl {
    font-weight: bold;
    font-size: 35px;
    line-height: 1.14;
}

@media screen and (max-width: 750px) {
    .c-section__ttl {
        font-size: 4.4vw;
        line-height: 1.2;
    }
}

.c-section__note {
    margin-top: 27px;
    letter-spacing: -0.065em;
    font-size: 20px;
    line-height: 1.5;
}

@media screen and (max-width: 750px) {
    .c-section__note {
        margin-top: 2vw;
        font-size: 3.06667vw;
        line-height: 1.34;
    }
}

/* ---------------------------------------------
*   c-table-1
--------------------------------------------- */
.c-table-1 {
    border-top: 1px solid #000;
    border-right: 1px solid #000;
}

.c-table-1 th, .c-table-1 td {
    padding: 1em;
    border-bottom: 1px solid #000;
    border-left: 1px solid #000;
}

.c-table-1 thead th {
    color: red;
}

.c-table-1 tbody th {
    font-weight: bold;
}

/* ---------------------------------------------
*   c-table-2
--------------------------------------------- */
.c-table-2 {
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

.c-table-2 th, .c-table-2 td {
    padding: 1em;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
}

.c-table-2 thead th {
    color: red;
}

.c-table-2 tbody th {
    font-weight: bold;
}

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

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

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

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

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

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

/* ==========================================================
*
*   javascript style hooks
*
========================================================== */
/* ==========================================================
*
*   utility
*
========================================================== */
@media screen and (min-width: 751px) {
    .pc-hide {
        display: none !important;
    }
}

@media 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.66667vw !important;
    }
    .mgt-sp--10 {
        margin-top: 1.33333vw !important;
    }
    .mgt-sp--15 {
        margin-top: 2vw !important;
    }
    .mgt-sp--20 {
        margin-top: 2.66667vw !important;
    }
    .mgt-sp--25 {
        margin-top: 3.33333vw !important;
    }
    .mgt-sp--30 {
        margin-top: 4vw !important;
    }
    .mgt-sp--35 {
        margin-top: 4.66667vw !important;
    }
    .mgt-sp--40 {
        margin-top: 5.33333vw !important;
    }
    .mgt-sp--45 {
        margin-top: 6vw !important;
    }
    .mgt-sp--50 {
        margin-top: 6.66667vw !important;
    }
    .mgt-sp--55 {
        margin-top: 7.33333vw !important;
    }
    .mgt-sp--60 {
        margin-top: 8vw !important;
    }
    .mgt-sp--65 {
        margin-top: 8.66667vw !important;
    }
    .mgt-sp--70 {
        margin-top: 9.33333vw !important;
    }
    .mgt-sp--75 {
        margin-top: 10vw !important;
    }
    .mgt-sp--80 {
        margin-top: 10.66667vw !important;
    }
    .mgt-sp--85 {
        margin-top: 11.33333vw !important;
    }
    .mgt-sp--90 {
        margin-top: 12vw !important;
    }
    .mgt-sp--95 {
        margin-top: 12.66667vw !important;
    }
    .mgt-sp--100 {
        margin-top: 13.33333vw !important;
    }
    .mgt-sp--105 {
        margin-top: 14vw !important;
    }
    .mgt-sp--110 {
        margin-top: 14.66667vw !important;
    }
    .mgt-sp--115 {
        margin-top: 15.33333vw !important;
    }
    .mgt-sp--120 {
        margin-top: 16vw !important;
    }
    .mgt-sp--125 {
        margin-top: 16.66667vw !important;
    }
    .mgt-sp--130 {
        margin-top: 17.33333vw !important;
    }
    .mgt-sp--135 {
        margin-top: 18vw !important;
    }
    .mgt-sp--140 {
        margin-top: 18.66667vw !important;
    }
    .mgt-sp--145 {
        margin-top: 19.33333vw !important;
    }
    .mgt-sp--150 {
        margin-top: 20vw !important;
    }
    .mgt-sp--155 {
        margin-top: 20.66667vw !important;
    }
    .mgt-sp--160 {
        margin-top: 21.33333vw !important;
    }
    .mgt-sp--165 {
        margin-top: 22vw !important;
    }
    .mgt-sp--170 {
        margin-top: 22.66667vw !important;
    }
    .mgt-sp--175 {
        margin-top: 23.33333vw !important;
    }
    .mgt-sp--180 {
        margin-top: 24vw !important;
    }
    .mgt-sp--185 {
        margin-top: 24.66667vw !important;
    }
    .mgt-sp--190 {
        margin-top: 25.33333vw !important;
    }
    .mgt-sp--195 {
        margin-top: 26vw !important;
    }
    .mgt-sp--200 {
        margin-top: 26.66667vw !important;
    }
    .mgt-sp--205 {
        margin-top: 27.33333vw !important;
    }
    .mgt-sp--210 {
        margin-top: 28vw !important;
    }
    .mgt-sp--215 {
        margin-top: 28.66667vw !important;
    }
    .mgt-sp--220 {
        margin-top: 29.33333vw !important;
    }
    .mgt-sp--225 {
        margin-top: 30vw !important;
    }
    .mgt-sp--230 {
        margin-top: 30.66667vw !important;
    }
    .mgt-sp--235 {
        margin-top: 31.33333vw !important;
    }
    .mgt-sp--240 {
        margin-top: 32vw !important;
    }
    .mgt-sp--245 {
        margin-top: 32.66667vw !important;
    }
    .mgt-sp--250 {
        margin-top: 33.33333vw !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.66667vw !important;
    }
    .mgb-sp--10 {
        margin-bottom: 1.33333vw !important;
    }
    .mgb-sp--15 {
        margin-bottom: 2vw !important;
    }
    .mgb-sp--20 {
        margin-bottom: 2.66667vw !important;
    }
    .mgb-sp--25 {
        margin-bottom: 3.33333vw !important;
    }
    .mgb-sp--30 {
        margin-bottom: 4vw !important;
    }
    .mgb-sp--35 {
        margin-bottom: 4.66667vw !important;
    }
    .mgb-sp--40 {
        margin-bottom: 5.33333vw !important;
    }
    .mgb-sp--45 {
        margin-bottom: 6vw !important;
    }
    .mgb-sp--50 {
        margin-bottom: 6.66667vw !important;
    }
    .mgb-sp--55 {
        margin-bottom: 7.33333vw !important;
    }
    .mgb-sp--60 {
        margin-bottom: 8vw !important;
    }
    .mgb-sp--65 {
        margin-bottom: 8.66667vw !important;
    }
    .mgb-sp--70 {
        margin-bottom: 9.33333vw !important;
    }
    .mgb-sp--75 {
        margin-bottom: 10vw !important;
    }
    .mgb-sp--80 {
        margin-bottom: 10.66667vw !important;
    }
    .mgb-sp--85 {
        margin-bottom: 11.33333vw !important;
    }
    .mgb-sp--90 {
        margin-bottom: 12vw !important;
    }
    .mgb-sp--95 {
        margin-bottom: 12.66667vw !important;
    }
    .mgb-sp--100 {
        margin-bottom: 13.33333vw !important;
    }
    .mgb-sp--105 {
        margin-bottom: 14vw !important;
    }
    .mgb-sp--110 {
        margin-bottom: 14.66667vw !important;
    }
    .mgb-sp--115 {
        margin-bottom: 15.33333vw !important;
    }
    .mgb-sp--120 {
        margin-bottom: 16vw !important;
    }
    .mgb-sp--125 {
        margin-bottom: 16.66667vw !important;
    }
    .mgb-sp--130 {
        margin-bottom: 17.33333vw !important;
    }
    .mgb-sp--135 {
        margin-bottom: 18vw !important;
    }
    .mgb-sp--140 {
        margin-bottom: 18.66667vw !important;
    }
    .mgb-sp--145 {
        margin-bottom: 19.33333vw !important;
    }
    .mgb-sp--150 {
        margin-bottom: 20vw !important;
    }
    .mgb-sp--155 {
        margin-bottom: 20.66667vw !important;
    }
    .mgb-sp--160 {
        margin-bottom: 21.33333vw !important;
    }
    .mgb-sp--165 {
        margin-bottom: 22vw !important;
    }
    .mgb-sp--170 {
        margin-bottom: 22.66667vw !important;
    }
    .mgb-sp--175 {
        margin-bottom: 23.33333vw !important;
    }
    .mgb-sp--180 {
        margin-bottom: 24vw !important;
    }
    .mgb-sp--185 {
        margin-bottom: 24.66667vw !important;
    }
    .mgb-sp--190 {
        margin-bottom: 25.33333vw !important;
    }
    .mgb-sp--195 {
        margin-bottom: 26vw !important;
    }
    .mgb-sp--200 {
        margin-bottom: 26.66667vw !important;
    }
    .mgb-sp--205 {
        margin-bottom: 27.33333vw !important;
    }
    .mgb-sp--210 {
        margin-bottom: 28vw !important;
    }
    .mgb-sp--215 {
        margin-bottom: 28.66667vw !important;
    }
    .mgb-sp--220 {
        margin-bottom: 29.33333vw !important;
    }
    .mgb-sp--225 {
        margin-bottom: 30vw !important;
    }
    .mgb-sp--230 {
        margin-bottom: 30.66667vw !important;
    }
    .mgb-sp--235 {
        margin-bottom: 31.33333vw !important;
    }
    .mgb-sp--240 {
        margin-bottom: 32vw !important;
    }
    .mgb-sp--245 {
        margin-bottom: 32.66667vw !important;
    }
    .mgb-sp--250 {
        margin-bottom: 33.33333vw !important;
    }
}
