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

Description:
    サイトで共通使用する汎用モジュール及びページ固有のスタイルを記述する
    汎用モジュールは、アルファベット降順(A->Z)に記述する
    ページ固有のスタイルは、ディレクトリ名のアルファベット降順(A->Z)、
    ファイル名のアルファベット降順(A->Z)にそれぞれ記述する

Contents:
    module
    page
    utility
========================================================== */
/* ==========================================================
*
*   module
*
========================================================== */
/* ---------------------------------------------
*   keyvisual
--------------------------------------------- */
.keyvisual {
    position: relative;
    overflow: hidden;
    height: 456px;
    background: url(../img/kv.jpg) 0 0 no-repeat;
    background-size: cover;
}

@media screen and (max-width: 750px) {
    .keyvisual {
        width: 100%;
        height: 60.93333vw;
        background-image: url(../img/sp/kv.jpg);
    }
}

.keyvisual__ttl {
    position: absolute;
    top: 49.8%;
    right: 50.1%;
    -webkit-transform: translate(92%, -50%);
    transform: translate(92%, -50%);
}

@media screen and (max-width: 750px) {
    .keyvisual__ttl {
        top: 53%;
        right: 4.67%;
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%);
    }
}

.keyvisual__ttl-txt {
    display: inline-block;
}

@media screen and (max-width: 750px) {
    .keyvisual__ttl-txt {
        width: 48.13333vw;
    }
}

/* ---------------------------------------------
*   intro
--------------------------------------------- */
.intro {
    position: relative;
    z-index: 1;
    margin-top: -65px;
}

@media screen and (max-width: 750px) {
    .intro {
        margin-top: 0;
    }
}

.intro__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    width: 1000px;
}

@media screen and (max-width: 750px) {
    .intro__container {
        width: auto;
    }
}

@media screen and (max-width: 750px) {
    .intro__container {
        display: block;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        background-color: #0a3c8c;
    }
}

.intro__txt-wrapper {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 43px 41px 45px 55px;
    width: 500px;
    background-color: #0a3c8c;
}

@media screen and (max-width: 750px) {
    .intro__txt-wrapper {
        padding: 5.6% 2.8%;
        width: 100%;
    }
}

.intro__txt {
    margin-bottom: 24px;
    color: #fff;
    font-weight: bold;
    font-size: 0.9375rem;
    line-height: 1.6;
}

@media screen and (max-width: 750px) {
    .intro__txt {
        margin-bottom: 1em;
        font-size: 3.73333vw;
    }
}

.intro__txt:last-of-type {
    margin-bottom: 0;
}

.intro__img {
    width: 500px;
}

@media screen and (max-width: 750px) {
    .intro__img {
        position: static;
        width: 100%;
        border-radius: 0.8vw;
        text-align: center;
    }
}

.intro__img img {
    width: 100%;
}

/* ---------------------------------------------
*   lead
--------------------------------------------- */
.lead {
    margin: 49px 0 55px;
}

@media screen and (max-width: 750px) {
    .lead {
        margin: 8% 0;
    }
}

.lead__txt {
    color: #0a3c8c;
    text-align: center;
    font-weight: bold;
    font-size: 1.5rem;
    line-height: 2;
}

@media screen and (max-width: 750px) {
    .lead__txt {
        font-size: 4.8vw;

        -webkit-font-feature-settings: "palt" 1;
        font-feature-settings: "palt" 1;
    }
}

.lead__marker {
    padding: 0 .5em .25em;
    background: url(../img/marker.png) 0 120% no-repeat;
    background-size: 99.5% 15px;
}

@media screen and (max-width: 750px) {
    .lead__marker {
        padding: 0;
        background: none;
    }
}

.windows .lead__marker {
    background-position: 0 90%;
}

.windows.ie .lead__marker {
    background-position: 0 75%;
}

@media screen and (max-width: 750px) {
    .lead__marker-sp {
        padding: 0 .5em .15em;
        background: url(../img/marker.png) 0 120% no-repeat;
        background-size: 99.5% 2.66667vw;
    }
}

/* ---------------------------------------------
*   mod-section
--------------------------------------------- */
.mod-section {
    margin-right: auto;
    margin-left: auto;
    width: 1000px;
}

@media screen and (max-width: 750px) {
    .mod-section {
        width: auto;
    }
}

.mod-section__visual {
    overflow: hidden;
    border-radius: 6px;
}

@media screen and (max-width: 750px) {
    .mod-section__visual {
        border-radius: 0;
    }
}

.mod-section__container {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: -50px;
    padding-right: 30px;
    padding-left: 30px;
}

@media screen and (max-width: 750px) {
    .mod-section__container {
        display: block;
        margin-top: 0;
        padding: 10% 2.8%;
        background-color: #0a3c8c;
    }
}

.mod-section__contents {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: 20px;
    padding: 47px 34px 70px;
    width: 470px;
    background-color: #0a3c8c;
}

@media screen and (max-width: 750px) {
    .mod-section__contents {
        margin-right: 0;
        padding: 0;
        width: auto;
    }
}

.mod-section__contents--ver {
    margin-right: 0;
    padding: 0;
    width: 100%;
    background-color: inherit;
}

.mod-section__ttl {
    margin-bottom: 33px;
    font-size: 1.25rem;
    line-height: 30px;
}

@media screen and (max-width: 750px) {
    .mod-section__ttl {
        margin-bottom: 10%;
        font-size: 4vw;
        line-height: 1.5;
    }
}

.mod-section__ttl--ver {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 0;
    padding: 47px 33px 0;
    width: 470px;
    background-color: #0a3c8c;
}

@media screen and (max-width: 750px) {
    .mod-section__ttl--ver {
        margin-bottom: 10%;
        padding: 0;
        width: auto;
    }
}

.mod-section__ttl-txt {
    display: inline-block;
    margin-top: 6px;
    padding: 0 .2em;
    background-color: #fff;
    color: #0a3c8c;
    font-weight: bold;
}

@media screen and (max-width: 750px) {
    .mod-section__ttl-txt {
        margin-top: 0.53333vw;
        padding: .1em .5em;

        -webkit-font-feature-settings: "palt" 1;
        font-feature-settings: "palt" 1;
    }
}

.mod-section__ttl-txt:first-of-type {
    margin-top: 0;
}

.android .mod-section__ttl-txt {
    padding: .2em .5em 0;
}

.ie .mod-section__ttl-txt {
    padding: 9px .5em 0;
}

.edge .mod-section__ttl-txt {
    padding: 3px .5em 0;
}

.mod-section__txt-wrapper {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 35px 33px 32px;
    background-color: #0a3c8c;
}

@media screen and (max-width: 750px) {
    .mod-section__txt-wrapper {
        padding: 0;
    }
}

.mod-section__txt {
    margin-bottom: 25px;
    color: #fff;
    font-weight: bold;
    font-size: 0.9375rem;
    line-height: 1.6;
}

@media screen and (max-width: 750px) {
    .mod-section__txt {
        margin-bottom: 1em;
        font-size: 3.73333vw;
    }
}

.mod-section__txt:last-of-type {
    margin-bottom: 0;
}

.mod-section__txt a {
    text-decoration: underline;
}

.mod-section__txt a:hover {
    text-decoration: none;
}

.ios .mod-section__txt a:hover,
.android .mod-section__txt a:hover {
    text-decoration: underline;
}

.mod-section__imgs {
    padding-top: 115px;
    width: 450px;
}

@media screen and (max-width: 750px) {
    .mod-section__imgs {
        padding-top: 10%;
        width: 100%;
    }
}

.mod-section__img {
    display: block;
    border-radius: 6px;
}

@media screen and (max-width: 750px) {
    .mod-section__img {
        overflow: hidden;
        border-radius: 2vw;
        text-align: center;
    }
}

.mod-section__img + .mod-section__img {
    margin-top: 65px;
}

@media screen and (max-width: 750px) {
    .mod-section__img + .mod-section__img {
        margin-top: 10%;
    }
}

.mod-section__insta {
    display: block;
    margin-bottom: 65px;
}

@media screen and (max-width: 750px) {
    .mod-section__insta {
        margin-bottom: 10%;
    }
}

.mod-section__insta iframe {
    margin-right: auto !important;
    margin-left: auto !important;
}

@media screen and (min-width: 751px) {
    .mod-section__insta iframe {
        min-width: 270px !important;
        width: 270px !important;
    }
}

@media screen and (max-width: 750px) {
    .mod-section__insta iframe {
        min-width: 300px !important;
    }
}

/* ---------------------------------------------
*   cm-area
--------------------------------------------- */
.cm-area {
    margin: 79px 0 73px;
}

@media screen and (max-width: 750px) {
    .cm-area {
        margin-top: 0;
        margin-bottom: 10%;
    }
}

.cm-area__container {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: auto;
    margin-left: auto;
    padding: 30px;
    width: 1000px;
    background: url(../img/img_cm.jpg) 0 0 no-repeat;
    background-size: 100%;
}

@media screen and (max-width: 750px) {
    .cm-area__container {
        width: auto;
    }
}

@media screen and (max-width: 750px) {
    .cm-area__container {
        padding: 0;
        background: none;
    }
}

.cm-area__contents {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 41px 52px 40px 40px;
    width: 470px;
    background-color: #0a3c8c;
}

@media screen and (max-width: 750px) {
    .cm-area__contents {
        padding: 7% 2.8%;
        width: 100%;
    }
}

.cm-area__txt {
    margin-bottom: 30px;
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 1.125rem;
    line-height: 1.67;
}

@media screen and (max-width: 750px) {
    .cm-area__txt {
        margin-bottom: 6vw;
        font-size: 4vw;
    }
}

.cm-area__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: auto;
    margin-left: auto;
    padding-left: 46px;
    width: 330px;
    height: 40px;
    background: #fff url(../img/icon_blank.png) right 5px top 5px no-repeat;
    background-size: 14px auto;
    -webkit-transition: opacity 300ms;
    transition: opacity 300ms;

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

.cm-area__btn:hover {
    opacity: 0.8;
}

.ios .cm-area__btn:hover,
.android .cm-area__btn:hover {
    opacity: 1;
}

@media screen and (max-width: 750px) {
    .cm-area__btn {
        -ms-flex-pack: center;
        padding-left: 0;
        width: 100%;
        height: 10.66667vw;
        background-position: right 1.33333vw top 1.33333vw;
        background-size: 3.73333vw auto;

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

.cm-area__btn-txt {
    position: relative;
    display: inline-block;
    padding-left: 33px;
    color: #0a3c8c;
    font-weight: bold;
    font-size: 1.125rem;
    line-height: 1.67;
}

@media screen and (max-width: 750px) {
    .cm-area__btn-txt {
        padding-left: 8.66667vw;
        font-size: 4.8vw;
    }
}

.ie .cm-area__btn-txt {
    padding-top: 8px;
}

.cm-area__btn-txt:before {
    position: absolute;
    top: 50%;
    left: 0;
    width: 30px;
    height: 22px;
    background: url(../img/icon_movie.png) 0 50% no-repeat;
    background-size: 100% auto;
    content: "";
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media screen and (max-width: 750px) {
    .cm-area__btn-txt:before {
        background-size: 7.73333vw auto;
    }
}

/* ---------------------------------------------
*   link-area
--------------------------------------------- */
.link-area__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    margin-right: auto;
    margin-left: auto;
    width: 640px;

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

@media screen and (max-width: 750px) {
    .link-area__container {
        display: block;
        padding-right: 6%;
        padding-left: 6%;
        width: auto;
    }
}

.link-area__img {
    width: 245px;
    text-align: center;
}

@media screen and (max-width: 750px) {
    .link-area__img {
        width: 100%;
    }
    .link-area__img img {
        width: 34.53333vw;
    }
}

.link-area__contents {
    padding-top: 40px;
    width: 385px;
}

@media screen and (max-width: 750px) {
    .link-area__contents {
        margin-top: 5.33333vw;
        padding-top: 0;
        width: 100%;
    }
}

.link-area__txt {
    margin-bottom: 25px;
    font-weight: bold;
    font-size: 1.5rem;
    line-height: 2;
}

@media screen and (max-width: 750px) {
    .link-area__txt {
        margin-bottom: 6.66667vw;
        text-align: center;
        font-size: 4.8vw;
    }
}

.link-area__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 330px;
    height: 40px;
    border: 1px solid #0a3c8c;
    background: url(../img/icon_blank.png) right 5px top 5px no-repeat;
    background-size: 14px auto;
    -webkit-transition: opacity 300ms;
    transition: opacity 300ms;

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

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

.ios .link-area__btn:hover,
.android .link-area__btn:hover {
    opacity: 1;
}

@media screen and (max-width: 750px) {
    .link-area__btn {
        width: 100%;
        height: 10.66667vw;
        border: 1px solid #0a3c8c;
        background-position: right 1.33333vw top 1.33333vw;
        background-size: 3.73333vw auto;
    }
    .android .link-area__btn {
        padding-top: 0.8vw;
    }
}

.ie .link-area__btn {
    padding-top: 8px;
}

.link-area__btn-txt {
    color: #0a3c8c;
    font-weight: bold;
    font-size: 1.125rem;
}

@media screen and (max-width: 750px) {
    .link-area__btn-txt {
        font-size: 4.8vw;
    }
}

/* ---------------------------------------------
 *   info
 --------------------------------------------- */
.info {
    padding-top: 45px;
    padding-bottom: 30px;
}

@media screen and (max-width: 750px) {
    .info {
        padding-top: 12%;
        padding-bottom: 12%;
    }
}

.info-logo {
    margin-bottom: 10px;
    text-align: center;
}

@media screen and (max-width: 750px) {
    .info-logo {
        margin-bottom: 4vw;
    }
}

.info-logo__img {
    display: inline-block;
    width: 154px;
}

@media screen and (max-width: 750px) {
    .info-logo__img {
        width: 35.73333vw;
    }
}

.info-logo__img img {
    width: 100%;
}

.info-txt {
    text-align: center;
    font-weight: bold;
    font-size: 0.75rem;
}

@media screen and (max-width: 750px) {
    .info-txt {
        font-size: 3.2vw;
    }
}

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

@media screen and (min-width: 751px) {
    .pc-hide {
        display: none !important;
    }
}

@media screen and (max-width: 750px) {
    .sp-hide {
        display: none !important;
    }
}
