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

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

Contents:
    module
    page
    utility
========================================================== */
/* ==========================================================
*
*   module
*
========================================================== */
/* ---------------------------------------------
*   fit-js
--------------------------------------------- */
.fit-js {
    width: 100%;
    height: 100%;
    font-family: 'object-fit: cover';

    -o-object-fit: cover;
    object-fit: cover;
}

/* ---------------------------------------------
*   page-lower
--------------------------------------------- */
.page-lower__link {
    position: relative;
    display: block;
    height: 402px;
    background-image: url(../img/img_kohaku.jpg);
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
}

@media screen and (max-width: 1371px) {
    .page-lower__link {
        height: 29.34307vw;
    }
}

@media screen and (max-width: 750px) {
    .page-lower__link {
        height: 40vw;
        background-size: auto 100%;
    }
}

.page-lower__head {
    padding-top: 70px;
    color: #4A4A4A;
    text-align: center;
}

@media screen and (max-width: 1371px) {
    .page-lower__head {
        padding-top: 5.10949vw;
    }
}

@media screen and (max-width: 750px) {
    .page-lower__head {
        padding-top: 2.66667vw;
    }
}

.page-lower__head-large {
    display: block;
    font-size: 3.21429rem;
}

@media screen and (max-width: 1371px) {
    .page-lower__head-large {
        font-size: 3.28467vw;
    }
}

@media screen and (max-width: 750px) {
    .page-lower__head-large {
        font-size: 3.57143rem;
    }
}

.page-lower__head-small {
    font-size: 1.14286rem;
}

@media screen and (max-width: 1371px) {
    .page-lower__head-small {
        font-size: 1.16788vw;
    }
}

@media screen and (max-width: 750px) {
    .page-lower__head-small {
        font-size: 1.5rem;
    }
}

.page-lower__label {
    position: absolute;
    bottom: 55px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    padding: 35px 0 30px;
    width: 100%;
    background-color: rgba(23, 5, 5, 0.7);
    text-align: center;
    -webkit-transition: opacity 300ms;
    transition: opacity 300ms;

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

.page-lower__label:hover {
    opacity: 0.8;
}

@media screen and (max-width: 1371px) {
    .page-lower__label {
        bottom: 4.0146vw;
        padding: 2.55474vw 0 2.18978vw;
    }
}

@media screen and (max-width: 750px) {
    .page-lower__label {
        bottom: 4vw;
        padding: 2vw 0;
    }
}

.page-lower__label--head {
    top: 0;
    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;
    padding: 15px 0;
    height: 70px;
    background-color: #170505;

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

@media screen and (max-width: 1371px) {
    .page-lower__label--head {
        padding: 1.09489vw 0;
        height: 5.10949vw;
    }
}

@media screen and (max-width: 750px) {
    .page-lower__label--head {
        padding: 2vw 0;
        height: 9.33333vw;
    }
}

.page-lower__label-head-text {
    color: #fff;
    letter-spacing: 0.2em;
    font-size: 2.14286rem;
    font-family: 'Lusitana', serif;
}

@media screen and (max-width: 1371px) {
    .page-lower__label-head-text {
        font-size: 2.18978vw;
    }
}

@media screen and (max-width: 750px) {
    .page-lower__label-head-text {
        font-size: 2.42857rem;
    }
}

.page-lower__label-text {
    color: #fff;
    letter-spacing: 0.2em;
    font-size: 2.14286rem;
    font-family: 'Lusitana', serif;
}

@media screen and (max-width: 1371px) {
    .page-lower__label-text {
        font-size: 2.18978vw;
    }
}

@media screen and (max-width: 750px) {
    .page-lower__label-text {
        font-size: 2.42857rem;
    }
}

.page-lower__label-site {
    position: relative;
    margin-left: 30px;
    padding: 5px 25px 5px 10px;
    border: solid 1px #fff;
    color: #fff;
    letter-spacing: 0.15em;
    font-size: 0.85714rem;
    font-family: 'Lusitana', serif;
}

@media screen and (max-width: 1371px) {
    .page-lower__label-site {
        margin-left: 2.18978vw;
        padding: 0.36496vw 1.45985vw 0.36496vw 0.72993vw;
        font-size: 0.87591vw;
    }
}

@media screen and (max-width: 750px) {
    .page-lower__label-site {
        margin-left: 4vw;
        padding: 1.06667vw 5.33333vw 1.06667vw 2vw;
        font-size: 1.14286rem;
    }
}

.page-lower__label-site:after {
    position: absolute;
    top: 48%;
    right: 10px;
    display: block;
    content: "\003e";
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media screen and (max-width: 1371px) {
    .page-lower__label-site:after {
        right: 0.72993vw;
        border-width: 0.43796vw 0 0.43796vw 0.87591vw;
    }
}

@media screen and (max-width: 750px) {
    .page-lower__label-site:after {
        right: 2.66667vw;
        border-width: 1.06667vw 0 1.06667vw 2.13333vw;
    }
}

.page-lower__logo {
    background-color: #806F62;
    text-align: center;
}

.page-lower__logo-img {
    padding: 35px 25px;
}

@media screen and (max-width: 1371px) {
    .page-lower__logo-img {
        padding: 2.55474vw 0 1.82482vw;
    }
}

@media screen and (max-width: 750px) {
    .page-lower__logo-img {
        margin-right: auto;
        margin-left: auto;
        padding: 2.66667vw 0;
        width: 17.06667vw;
    }
}

.page-lower__logo-img a {
    -webkit-transition: opacity 300ms;
    transition: opacity 300ms;
}

.page-lower__logo-img a:hover {
    opacity: 0.8;
}

/* ==========================================================
*
*   page
*
========================================================== */
/* ---------------------------------------------
*   background-layer
--------------------------------------------- */
.background-layer {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 1;
    width: 100%;
}

.background-layer video {
    position: relative;
    z-index: -1;
}

/* ---------------------------------------------
*   page-head
--------------------------------------------- */
.page-head__text {
    margin-left: 15px;
    color: #fff;
    letter-spacing: 0.3em;
    font-size: 1.85714rem;
    font-family: 'Lusitana', serif;
}

.page-head__text-small {
    display: block;
    margin-top: 10px;
    margin-left: 15px;
    color: #fff;
    letter-spacing: 0.5em;
    font-size: 1.85714rem;
}

/* ---------------------------------------------
*   page-scroll
--------------------------------------------- */
.page-scroll {
    position: absolute;
    bottom: 100px;
    left: 50%;
    padding-bottom: 45px;
    color: #fff;
    letter-spacing: 0.2em;
    font-size: 0.92857rem;
    font-family: 'Lusitana', serif;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

@media screen and (max-width: 750px) {
    .page-scroll {
        bottom: 8vw;
        font-size: 1.42857rem;
    }
}

@media screen and (max-width: 750px) and (orientation: landscape) {
    .page-scroll {
        bottom: 5.33333vw;
        font-size: 0.85714rem;
    }
}

.page-scroll:after {
    position: absolute;
    top: 40px;
    left: 44%;
    display: block;
    overflow: hidden;
    width: 15px;
    height: 18px;
    background-image: url(../img/arrow.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    content: "";
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-animation: bounce 2s infinite;
    animation: bounce 2s infinite;
}

@media screen and (max-width: 750px) {
    .page-scroll:after {
        width: 4vw;
        height: 4.8vw;
    }
}

@-webkit-keyframes bounce {
    0%,
    100%,
    20%,
    50%,
    80% {
        -webkit-transform: translateY(0);
    }
    40% {
        -webkit-transform: translateY(-15px);
    }
    60% {
        -webkit-transform: translateY(-5px);
    }
}

@keyframes bounce {
    0%,
    100%,
    20%,
    50%,
    80% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
    60% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }
}

/* ---------------------------------------------
*   index-wrap
--------------------------------------------- */
.index-wrap {
    position: relative;
    z-index: 5;
    margin-top: 100vh;
    background-color: #fff;
}

/* ---------------------------------------------
*   index-section
--------------------------------------------- */
.index-section {
    padding: 100px 0 65px;
    text-align: center;
}

@media screen and (max-width: 1371px) {
    .index-section {
        padding: 7.29927vw 0 4.74453vw;
    }
}

@media screen and (max-width: 750px) {
    .index-section {
        padding: 9.33333vw 0 13.33333vw;
    }
}

.index-section__head-large {
    letter-spacing: 0.17em;
    font-size: 1.85714rem;
}

@media screen and (max-width: 1371px) {
    .index-section__head-large {
        font-size: 1.89781vw;
    }
}

@media screen and (max-width: 750px) {
    .index-section__head-large {
        font-size: 2.14286rem;
    }
}

.index-section__head-small {
    display: block;
    margin-top: 15px;
    font-size: 1.35714rem;
}

@media screen and (max-width: 1371px) {
    .index-section__head-small {
        margin-top: 1.09489vw;
        font-size: 1.38686vw;
    }
}

@media screen and (max-width: 750px) {
    .index-section__head-small {
        margin-top: 2vw;
        font-size: 1.71429rem;
    }
}

.index-section__lead {
    margin-top: 20px;
    text-align: center;
    font-size: 1rem;
    font-family: "Hiragino Mincho ProN", "Yu Mincho", serif;
    line-height: 2;
}

@media screen and (max-width: 1371px) {
    .index-section__lead {
        margin-top: 1.45985vw;
        font-size: 1.0219vw;
    }
}

@media screen and (max-width: 750px) {
    .index-section__lead {
        margin-top: 5.33333vw;
        font-size: 1.71429rem;
    }
}

/*  index-inner
--------------------------------------------- */
.index-inner {
    margin-top: 60px;
}

@media screen and (max-width: 1371px) {
    .index-inner {
        margin-top: 4.37956vw;
    }
}

@media screen and (max-width: 750px) {
    .index-inner {
        margin-top: 13.33333vw;
    }
}

.index-inner__head-text {
    position: relative;
    display: inline-block;
    letter-spacing: 0.2em;
    font-size: 1.85714rem;
    line-height: 1.2;
}

@media screen and (max-width: 1371px) {
    .index-inner__head-text {
        font-size: 1.89781vw;
    }
}

@media screen and (max-width: 750px) {
    .index-inner__head-text {
        font-size: 2.14286rem;
    }
}

.index-inner__head-text:before, .index-inner__head-text:after {
    position: absolute;
    top: 50%;
    display: block;
    width: 40px;
    height: 1px;
    background-color: #000;
    content: "";
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media screen and (max-width: 1371px) {
    .index-inner__head-text:before, .index-inner__head-text:after {
        width: 2.91971vw;
    }
}

@media screen and (max-width: 750px) {
    .index-inner__head-text:before, .index-inner__head-text:after {
        width: 9.33333vw;
    }
}

.index-inner__head-text:before {
    left: -65px;
}

@media screen and (max-width: 1371px) {
    .index-inner__head-text:before {
        left: -4.74453vw;
    }
}

@media screen and (max-width: 750px) {
    .index-inner__head-text:before {
        left: -13.33333vw;
    }
}

.index-inner__head-text:after {
    right: -65px;
}

@media screen and (max-width: 1371px) {
    .index-inner__head-text:after {
        right: -4.74453vw;
    }
}

@media screen and (max-width: 750px) {
    .index-inner__head-text:after {
        right: -13.33333vw;
    }
}

.index-inner__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    margin-top: 95px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1200px;

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

@media screen and (max-width: 1371px) {
    .index-inner__content {
        margin-top: 6.93431vw;
    }
}

@media screen and (max-width: 750px) {
    .index-inner__content {
        display: block;
        margin-top: 16vw;
        max-width: inherit;
    }
}

.index-inner--2 {
    margin-top: 135px;
}

@media screen and (max-width: 1371px) {
    .index-inner--2 {
        margin-top: 9.85401vw;
    }
}

@media screen and (max-width: 750px) {
    .index-inner--2 {
        margin-top: 37.33333vw;
    }
}

.index-inner--2 .index-inner__head--2:before {
    display: block;
    margin-right: auto;
    margin-bottom: 50px;
    margin-left: auto;
    width: 36px;
    height: 32px;
    background-image: url(../img/icon_dev.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    content: "";
}

@media screen and (max-width: 750px) {
    .index-inner--2 .index-inner__head--2:before {
        margin-bottom: 9.33333vw;
        width: 6.4vw;
        height: 5.86667vw;
    }
}

/*  concept-block
--------------------------------------------- */
.concept-block {
    position: relative;
    width: 33.33%;
    background-position: center center;
    background-size: auto 100%;
    background-repeat: no-repeat;
}

@media screen and (max-width: 750px) {
    .concept-block {
        margin-top: 42.66667vw;
        width: auto;
    }
}

@media screen and (max-width: 750px) {
    .concept-block:first-of-type {
        margin-top: 0;
    }
}

.concept-block:before {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
    display: block;
    background-size: 100% auto;
    background-repeat: no-repeat;
    content: "";
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.concept-block__head {
    letter-spacing: 0.18em;
    font-style: italic;
    font-size: 2.28571rem;
    font-family: 'Lusitana', serif;
}

@media screen and (max-width: 1371px) {
    .concept-block__head {
        font-size: 2.33577vw;
    }
}

@media screen and (max-width: 750px) {
    .concept-block__head {
        font-size: 3.28571rem;
    }
}

.concept-block__text {
    margin-top: 50px;
    font-size: 1rem;
    line-height: 2.4;
}

@media screen and (max-width: 1371px) {
    .concept-block__text {
        margin-top: 3.64964vw;
        font-size: 1.0219vw;
    }
}

@media screen and (max-width: 750px) {
    .concept-block__text {
        margin-top: 11.33333vw;
        font-size: 1.71429rem;
    }
}

.concept-block__text--lh {
    line-height: 1.8;
}

.concept-block--surprise:before {
    width: 245px;
    height: 214px;
    background-image: url(../img/img_surprise.png);
}

@media screen and (max-width: 1371px) {
    .concept-block--surprise:before {
        width: 17.88321vw;
        height: 15.62044vw;
    }
}

@media screen and (max-width: 750px) {
    .concept-block--surprise:before {
        top: 62%;
        width: 65.33333vw;
        height: 57.06667vw;
    }
}

.concept-block--focus:before {
    width: 224px;
    height: 232px;
    background-image: url(../img/img_focus.png);
}

@media screen and (max-width: 1371px) {
    .concept-block--focus:before {
        width: 16.35036vw;
        height: 16.93431vw;
    }
}

@media screen and (max-width: 750px) {
    .concept-block--focus:before {
        width: 59.73333vw;
        height: 61.86667vw;
    }
}

.concept-block--details:before {
    width: 225px;
    height: 227px;
    background-image: url(../img/img_details.png);
}

@media screen and (max-width: 1371px) {
    .concept-block--details:before {
        width: 16.42336vw;
        height: 16.56934vw;
    }
}

@media screen and (max-width: 750px) {
    .concept-block--details:before {
        top: 70%;
        width: 60vw;
        height: 60.53333vw;
    }
}

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