@charset "UTF-8";
/* ==========================================================
Name:
    module.css

Description:
    サイトで共通使用する汎用モジュール及びページ固有のスタイルを記述する
    汎用モジュールは、アルファベット降順(A->Z)に記述する
    ページ固有のスタイルは、ディレクトリ名のアルファベット降順(A->Z)、
    ファイル名のアルファベット降順(A->Z)にそれぞれ記述する

Contents:
    margin
    hide
    module
    page
    ========================================================== */
/* ==========================================================
*
*   module
*
========================================================== */
/*  footer-pagetop
--------------------------------------------- */
.footer-pagetop {
    position: fixed;
    right: 21px;
    bottom: 13px;
    z-index: 999;
    width: 60px;
    height: 60px;
    border-radius: 5px;
    background-color: #77bfe5;
}

.footer-pagetop:hover {
    opacity: 0.8 !important;
}

@media screen and (min-width: 641px) {
    .footer-pagetop {
        -webkit-transition: opacity 300ms;
        transition: opacity 300ms;
    }
    .footer-pagetop:hover {
        opacity: 0.8!important;
    }
}

@media screen and (max-width: 640px) {
    .footer-pagetop {
        right: 18px;
        bottom: 35px;
        width: 30px;
        height: 30px;
        border-radius: 3px;
    }
    .android4-2 .footer-pagetop {
        border-radius: 3px;
    }
}

.footer-pagetop:before, .footer-pagetop:after {
    position: absolute;
    left: 34%;
    display: block;
    width: 17px;
    height: 17px;
    border-top: 2px solid #0026a1;
    border-right: 2px solid #0026a1;
    content: "";
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

@media screen and (max-width: 640px) {
    .footer-pagetop:before, .footer-pagetop:after {
        width: 8px;
        height: 8px;
        border-top-width: 1px;
        border-right-width: 1px;
    }
}

.footer-pagetop:before {
    top: 34%;
}

.footer-pagetop:after {
    top: 54%;
}

.footer-pagetop__link {
    position: relative;
    z-index: 1;
    display: block;
    overflow: hidden;
    padding-top: 100%;
    width: 100%;
    height: 0;
}

@media screen and (max-width: 640px) {
    .footer-pagetop__link {
        padding-top: 100%;
    }
}


/* ==========================================================
*
*   page
*
========================================================== */

/*  keyvisual
--------------------------------------------- */
/*  kv
--------------------------------------------- */
.kv {
    padding-bottom: 132px;
    font-family: 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', sans-serif;
}

@media screen and (max-width: 640px) {
    .kv {
        padding-bottom: 19.38%;
    }
}

.kv__img {
    width: 703px;
    margin: 0 auto;
    padding-top: 80px;
    padding-bottom: 150px;
}

@media screen and (max-width: 640px) {
    .kv__img {
        width: 68.59375%;
        padding-top: 9.0625%;
        padding-bottom: 17.34375%;
    }
}

.kv__ttl {
    width: 462px;
    margin: 0 auto;
    margin-bottom: 42px;
}
@media screen and (max-width: 640px) {
    .kv__ttl {
        width: 83.4375%;
    }
}

.kv__txt-area {
    text-align: center;
    font-size: 18px;
    color: #fff;
}
@media screen and (max-width: 640px) {
    .kv__txt-area {
        font-size: 4.38vw;
    }
}

.kv__note {
    margin-bottom: 28px;
    line-height: 2.11;
    letter-spacing: 0.1em;
}
.kv__note:nth-of-type(3) {
    margin-bottom: 0;
}
@media screen and (max-width: 640px) {
    .kv__note {
        margin-bottom: 5.94%;
        line-height: 1.85;
        letter-spacing: 0.05em;
    }
}

/*  section-1
--------------------------------------------- */
.section-1 {
    font-family: 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', sans-serif;
    color: #fff;
}
@media screen and (max-width: 640px) {
    .section-1 {
    }
}

.section-1__container {
}

.section-1__ttl {
    width: 679px;
    margin: 0 auto;
    margin-bottom: 50px;
}
@media screen and (max-width: 640px) {
    .section-1__ttl {
        width: 76.88%;
        margin-bottom: 7.81%;
    }
}

.section-1__content {
}

.section-1__head {
    width: 308px;
    margin: 0 auto;
    margin-bottom: 14px;
}
@media screen and (max-width: 640px) {
    .section-1__head {
        width: 63.75%;
    }
}

.section-1__body--1 {
    display: flex;
    justify-content: space-between;
    width: 680px;
    margin: 0 auto;
}
@media screen and (max-width: 640px) {
    .section-1__body--1 {
        display: block;
        width: 100%;
    }
}

.section-1__body--2 {
}

@media screen and (max-width: 640px) {
    .section-1__item {
        margin: 0 auto;
    }
}

.section-1__item--1 {
    width: 411px;
}
@media screen and (max-width: 640px) {
    .section-1__item--1 {
        width: 75.16%;
    }
}

.section-1__item--2 {
    width: 236px;
}
@media screen and (max-width: 640px) {
    .section-1__item--2 {
        width: 65.47%;
    }
}

.section-1__desc-1 {
    margin-top: 28px;
    margin-bottom: 30px;
}

@media screen and (max-width: 640px) {
    .section-1__desc-1 {
        margin-top: 4.69%;
    }
}

@media screen and (max-width: 640px) {
    .section-1__desc-1--deep {
        width: 115.99%;
        margin-left: calc(50% - 37vw);
    }
}

.section-1__desc-2 {
    margin-bottom: 27px;
}

.section-1__desc-3 {
    margin-top: 28px;
}

.section-1__txt {
    font-size: 15px;
    line-height: 1.56;
    letter-spacing: 0.1em;
}
@media screen and (max-width: 640px) {
    .section-1__txt {
        font-size: 4.19vw;
        line-height: 1.35;
        letter-spacing: 0;
    }
}

@media screen and (max-width: 640px) {
    .section-1__txt--deep {
        letter-spacing: 0.08em;
    }
}

.section-1__img--wcollagen {
    width: 512px;
    margin: 0 auto;
    transform: translateX(8px);
}
@media screen and (max-width: 640px) {
    .section-1__img--wcollagen {
        width: 80%;
        margin-bottom: 2.34%;
        transform: translateX(1.25vw);
    }
}

.section-1__txt--big {
    font-size: 18px;
    text-align: center;
}
@media screen and (max-width: 640px) {
    .section-1__txt--big {
        font-size: 4.06vw;
    }
}

.section-1__img--moisture {
    width: 220px;
    margin: 0 auto;
}
@media screen and (max-width: 640px) {
    .section-1__img--moisture {
        width: 34.38%;
    }
}

.section-1__note {
    margin-top: 28px;
    font-size: 10px;
    text-align: center;
}
@media screen and (max-width: 640px) {
    .section-1__note {
        margin-top: 4.38%;
        font-size: 2.5vw;
        line-height: 1.56;
    }
}

/*  section-2
--------------------------------------------- */
.section-2 {
    padding-top: 130px;
    padding-bottom: 175px;
    font-family: 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', sans-serif;
    color: #fff;
}
@media screen and (max-width: 640px) {
    .section-2 {
        padding-bottom: 26.56%;
    }
}

.section-2__container {
}

.section-2__ttl {
    width: 227px;
    margin: 0 auto;
    margin-bottom: 43px;
}
@media screen and (max-width: 640px) {
    .section-2__ttl {
        width: 44.22%;
        margin-bottom: 6.72%;
    }
}

.section-2__txt-area {
    margin-bottom: 58px;
}
@media screen and (max-width: 640px) {
    .section-2__txt-area {
        margin-bottom: 12.5%;
    }
}

.section-2__txt {
    text-align: center;
    font-size: 18px;
}
@media screen and (max-width: 640px) {
    .section-2__txt {
        font-size: 4.38vw;
        letter-spacing: 0.15em;
    }
}

.section-2__head {
    width: 508px;
    margin: 0 auto;
}
@media screen and (max-width: 640px) {
    .section-2__head {
        width: 79.38%;
        margin-bottom: 7.5%;
    }
}

.section-2__body {
}

.section-2__top {
}
@media screen and (max-width: 640px) {
    .section-2__top {
        display: block;
    }
}

.section-2__content {
    position: relative;
}
@media screen and (max-width: 640px) {
    .section-2__content {
    }
}

.section-2__inner {
    position: absolute;
    content: "";
    top: 13px;
    right: calc(50% + 136px);
}
@media screen and (max-width: 640px) {
    .section-2__inner {
        position: static;
    }
}


.section-2__ballon-1 {
    position: relative;
    width: 240px;
}
@media screen and (max-width: 640px) {
    .section-2__ballon-1 {
        width: 55%;
        margin: 0 auto;
    }
}

.section-2__ballon-1::before, .section-2__ballon-1::after {
    position: absolute;
    top: calc(50% - 10px);
    z-index: 1;
    content: "";
}
.section-2__ballon-1::before {
    right: -23px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0 10px 23px;
    border-color: transparent transparent transparent #fff;
}
@media screen and (max-width: 640px) {
    .section-2__ballon-1::before {
        top: 100%;
        right: calc(50% - 1.875vw);
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 3.75vw 1.56vw 0 1.56vw;
        border-color: #fff transparent transparent transparent;
    }
}

.section-2__ballon-1::after {
    right: -23px;
    width: 0;
    height: 0;
    margin-right: 2px;
    border-style: solid;
    border-width: 10px 0 10px 23px;
    border-color: transparent transparent transparent #0021a1;
}
@media screen and (max-width: 640px) {
    .section-2__ballon-1::after {
        top: 100%;
        right: calc(50% - 1.875vw);
        width: 0;
        height: 0;
        margin-right: 0;
        margin-top: -2px;
        border-style: solid;
        border-width: 3.75vw 1.56vw 0 1.56vw;
        border-color: #0021a1 transparent transparent transparent;
    }
}


.section-2__ballon-txt--big {
    font-size: 18px;
    padding: 16px;
    text-align: center;
    border: 1px solid #fff;
}
@media screen and (max-width: 640px) {
    .section-2__ballon-txt--big {
        font-size: 4.06vw;
        padding: 5.68% 0;
    }
}

.section-2__ballon-txt {
    font-size: 16px;
}
@media screen and (max-width: 640px) {
    .section-2__ballon-txt {
        font-size: 4.05vw;
    }
}

.section-2__img--1 {
    width: 208px;
    margin: 0 auto;
    margin-top: 48px;
    margin-bottom: 32px;
}
@media screen and (max-width: 640px) {
    .section-2__img--1 {
        width: 58.59%;
        margin-top: 7.81%;
        margin-bottom: 6.25%;
    }
}

.section-2__img--2 {
    width: 291px;
}
@media screen and (max-width: 640px) {
    .section-2__img--2 {
        width: 78.28%;
        margin: 0 auto;
        margin-bottom: 7.03%;
    }
}


.section-2__ballon-2 {
    position: relative;
    width: 534px;
    margin: 0 auto;
    margin-bottom: 55px;
}
@media screen and (max-width: 640px) {
    .section-2__ballon-2 {
        width: 83.13%;
        margin: 0 auto;
        margin-bottom: 10.94%;
    }
}

.section-2__ballon-2::before, .section-2__ballon-2::after {
    position: absolute;
    top: -22px;
    z-index: 1;
    content: "";
}
@media screen and (max-width: 640px) {
    .section-2__ballon-2::before, .section-2__ballon-2::after {
        top: -4.7vw;
        right: 50%;
    }
}

.section-2__ballon-2::before {
    right: 50%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 22px 10px;
    border-color: transparent transparent #fff transparent;
}
@media screen and (max-width: 640px) {
    .section-2__ballon-2::before {
        left: calc(50% - 1.88vw);
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 1.88vw 4.7vw 1.88vw;
        border-color: transparent transparent #fff transparent;
    }
}

.section-2__ballon-2::after {
    right: 50%;
    width: 0;
    height: 0;
    margin-top: 2px;
    border-style: solid;
    border-width: 0 10px 22px 10px;
    border-color: transparent transparent #0021a1 transparent;
}
@media screen and (max-width: 640px) {
    .section-2__ballon-2::after {
        left: calc(50% - 1.88vw);
        width: 0;
        height: 0;
        margin-top: 2px;
        margin-left: 0;
        border-style: solid;
        border-width: 0 1.88vw 4.7vw 1.88vw;
        border-color: transparent transparent #0021a1 transparent;
    }
}

.section-2__ballon-txt--2 {
    padding: 20px 18px;
    text-align: center;
    border: 1px solid #fff;
}
@media screen and (max-width: 640px) {
    .section-2__ballon-txt--2 {
        padding: 6.02% 0% 6.02%;
    }
}

.section-2__ballon-3 {
    position: relative;
    width: 210px;
    margin-top: 25px;
}
@media screen and (max-width: 640px) {
    .section-2__ballon-3 {
        width: 100%;
        margin: 0 auto;
        margin-top: 0;
    }
}

.section-2__ballon-3::before, .section-2__ballon-3::after {
    position: absolute;
    top: calc(50% - 10px);
    z-index: 1;
    content: "";
}
@media screen and (max-width: 640px) {
    .section-2__ballon-3::before, .section-2__ballon-3::after {
        top: -4.7vw;
        right: 50%;
    }
}

.section-2__ballon-3::before {
    left: -23px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 23px 10px 0;
    border-color: transparent #fff transparent transparent;
}
@media screen and (max-width: 640px) {
    .section-2__ballon-3::before {
        left: calc(50% - 1.88vw);
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 1.88vw 4.7vw 1.88vw;
        border-color: transparent transparent #fff transparent;
    }
}

.section-2__ballon-3::after {
    left: -23px;
    width: 0;
    height: 0;
    margin-left: 2px;
    border-style: solid;
    border-width: 10px 23px 10px 0;
    border-color: transparent #0021a1 transparent transparent;
}
@media screen and (max-width: 640px) {
    .section-2__ballon-3::after {
        left: calc(50% - 1.88vw);
        width: 0;
        height: 0;
        margin-top: 2px;
        margin-left: 0;
        border-style: solid;
        border-width: 0 1.88vw 4.7vw 1.88vw;
        border-color: transparent transparent #0021a1 transparent;
    }
}

.section-2__ballon-txt--3 {
    padding: 20px;
    text-align: center;
    border: 1px solid #fff;
}

.section-2__bottom {
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
    width: 542px;
    margin: 0 auto;
    margin-bottom: 66px;
}
@media screen and (max-width: 640px) {
    .section-2__bottom {
        display: block;
        width: 83.13%;
    }
}

.section-2__bnr-link:hover {
    opacity: 0.8!important;
}

@media screen and (min-width: 641px) {
    .section-2__bnr-link {
        -webkit-transition: opacity 300ms;
        transition: opacity 300ms;
    }
    .section-2__bnr-link:hover {
        opacity: 0.8!important;
    }
}

.section-2__bnr {
    width: 530px;
    margin: 0 auto;
}
@media screen and (max-width: 640px) {
    .section-2__bnr {
        width: 82.81%;
    }
}

/*  section-3
--------------------------------------------- */
.section-3 {
    font-family: 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', sans-serif;
    color: #fff;
    padding-bottom: 108px;
}
@media screen and (max-width: 640px) {
    .section-3 {
        padding-bottom: 1%;
    }
}

.section-3__container {
}

.section-3__ttl {
    width: 227px;
    margin: 0 auto;
    margin-bottom: 75px;
}
@media screen and (max-width: 640px) {
    .section-3__ttl {
        width: 44.22%;
    }
}

.section-3__content {
    display: flex;
    justify-content: center;
}
@media screen and (max-width: 640px) {
    .section-3__content {
        display: block;
    }
}

.section-3__item {
    width: calc(955px / 3);
}
@media screen and (max-width: 640px) {
    .section-3__item {
        width: 73.44%;
        margin: 0 auto;
        margin-bottom: 24.69%;
    }
}

.section-3__item:nth-of-type(n+2) {
    margin-left: 73px;
}
@media screen and (max-width: 640px) {
    .section-3__item:nth-of-type(n+2) {
        margin: 0 auto;
        margin-bottom: 24.69%;
    }
}


.section-3__name {
    margin-bottom: 37px;
}
@media screen and (max-width: 640px) {
    .section-3__name {
        margin-bottom: 6.41%;
    }
}

.section-3__name-txt {
    text-align: center;
    font-size: 18px;
}
@media screen and (max-width: 640px) {
    .section-3__name-txt {
        font-size: 4.69vw;
        line-height: 1.46;
        letter-spacing: 0.05em;
    }
}

.section-3__name-txt--big {
    font-size: 19px;
}
@media screen and (max-width: 640px) {
    .section-3__name-txt--big {
        font-size: 5vw;
        line-height: 1.375;
        line-height: 1.46;
        letter-spacing: -0.08em;
    }
}
.section-3__name-txt--big-in {
    font-size: 19px;
}
@media screen and (max-width: 640px) {
    .section-3__name-txt--big-in {
        font-size: 4.8vw;
        line-height: 1.375;
        line-height: 1.46;
        letter-spacing: -0.08em;
    }
}

.section-3__img {
    width: 254px;
    margin: 0 auto;
    margin-bottom: 52px;
}
@media screen and (max-width: 640px) {
    .section-3__img {
        margin-bottom: 9.25%;
    }
}

.section-3__img--1 {
    width: 255px;
    margin-bottom: 60px;
}
@media screen and (max-width: 640px) {
    .section-3__img--1 {
        margin-bottom: 9.25%;
    }
}

.section-3__txt-area {
    text-align: center;
    border-top: 1px solid #fff;
}

.section-3__txt-area--1 {
    padding: 22px 0;
}
@media screen and (max-width: 640px) {
    .section-3__txt-area--1 {
        padding: 4.69% 0;
    }
}

.section-3__txt-area--2 {
    padding: 14px 0;
}

.section-3__txt-area--3 {
    padding: 18px 0;
}

.section-3__txt {
    font-size: 16px;
}
@media screen and (max-width: 640px) {
    .section-3__txt {
        font-size: 4.06vw;
    }
}

/* ---------------------------------------------
*   js-hook
--------------------------------------------- */
.bubble-background {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

/* 泡の見た目 */
.bubble {
  position: absolute;
  z-index: -1;
  bottom: -50px;
  background: url(../img/bubble/img_bubble_1.png) 0 0 no-repeat;
  background-size: 100% auto;
  border-radius: 50%;
  pointer-events: none;
  opacity: 0;
  -webkit-animation: bubble 8s linear infinite;
  animation: bubble 8s linear infinite;
}

/* 泡が上に浮かび上がっていくアニメーション */
@-webkit-keyframes bubble {
    0% {
        top: 100%;
        opacity: 0;
    }
    4% {
        opacity: 0;
    }
    5% {
        opacity: 0.6;
    }
    99% {
        opacity: 0.6;
    }
    100% {
        top: 0;
        opacity: 0;
    }
}
@keyframes bubble {
    0% {
        top: 100%;
        opacity: 0;
    }
    4% {
        opacity: 0;
    }
    5% {
        opacity: 0.6;
    }
    99% {
        opacity: 0.6;
    }
    100% {
        top: 0;
        opacity: 0;
    }
}

/* ==========================================================
*
*   margin
*
========================================================== */
/* ---------------------------------------------
*   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: 640px) {
    .mgt-sp--0 {
        margin-top: 0 !important;
    }
    .mgt-sp--5 {
        margin-top: 0.78125vw !important;
    }
    .mgt-sp--10 {
        margin-top: 1.5625vw !important;
    }
    .mgt-sp--15 {
        margin-top: 2.34375vw !important;
    }
    .mgt-sp--20 {
        margin-top: 3.125vw !important;
    }
    .mgt-sp--25 {
        margin-top: 3.90625vw !important;
    }
    .mgt-sp--30 {
        margin-top: 4.6875vw !important;
    }
    .mgt-sp--35 {
        margin-top: 5.46875vw !important;
    }
    .mgt-sp--40 {
        margin-top: 6.25vw !important;
    }
    .mgt-sp--45 {
        margin-top: 7.03125vw !important;
    }
    .mgt-sp--50 {
        margin-top: 7.8125vw !important;
    }
    .mgt-sp--55 {
        margin-top: 8.59375vw !important;
    }
    .mgt-sp--60 {
        margin-top: 9.375vw !important;
    }
    .mgt-sp--65 {
        margin-top: 10.15625vw !important;
    }
    .mgt-sp--70 {
        margin-top: 10.9375vw !important;
    }
    .mgt-sp--75 {
        margin-top: 11.71875vw !important;
    }
    .mgt-sp--80 {
        margin-top: 12.5vw !important;
    }
    .mgt-sp--85 {
        margin-top: 13.28125vw !important;
    }
    .mgt-sp--90 {
        margin-top: 14.0625vw !important;
    }
    .mgt-sp--95 {
        margin-top: 14.84375vw !important;
    }
    .mgt-sp--100 {
        margin-top: 15.625vw !important;
    }
    .mgt-sp--105 {
        margin-top: 16.40625vw !important;
    }
    .mgt-sp--110 {
        margin-top: 17.1875vw !important;
    }
    .mgt-sp--115 {
        margin-top: 17.96875vw !important;
    }
    .mgt-sp--120 {
        margin-top: 18.75vw !important;
    }
    .mgt-sp--125 {
        margin-top: 19.53125vw !important;
    }
    .mgt-sp--130 {
        margin-top: 20.3125vw !important;
    }
    .mgt-sp--135 {
        margin-top: 21.09375vw !important;
    }
    .mgt-sp--140 {
        margin-top: 21.875vw !important;
    }
    .mgt-sp--145 {
        margin-top: 22.65625vw !important;
    }
    .mgt-sp--150 {
        margin-top: 23.4375vw !important;
    }
    .mgt-sp--155 {
        margin-top: 24.21875vw !important;
    }
    .mgt-sp--160 {
        margin-top: 25vw !important;
    }
    .mgt-sp--165 {
        margin-top: 25.78125vw !important;
    }
    .mgt-sp--170 {
        margin-top: 26.5625vw !important;
    }
    .mgt-sp--175 {
        margin-top: 27.34375vw !important;
    }
    .mgt-sp--180 {
        margin-top: 28.125vw !important;
    }
    .mgt-sp--185 {
        margin-top: 28.90625vw !important;
    }
    .mgt-sp--190 {
        margin-top: 29.6875vw !important;
    }
    .mgt-sp--195 {
        margin-top: 30.46875vw !important;
    }
    .mgt-sp--200 {
        margin-top: 31.25vw !important;
    }
    .mgt-sp--205 {
        margin-top: 32.03125vw !important;
    }
    .mgt-sp--210 {
        margin-top: 32.8125vw !important;
    }
    .mgt-sp--215 {
        margin-top: 33.59375vw !important;
    }
    .mgt-sp--220 {
        margin-top: 34.375vw !important;
    }
    .mgt-sp--225 {
        margin-top: 35.15625vw !important;
    }
    .mgt-sp--230 {
        margin-top: 35.9375vw !important;
    }
    .mgt-sp--235 {
        margin-top: 36.71875vw !important;
    }
    .mgt-sp--240 {
        margin-top: 37.5vw !important;
    }
    .mgt-sp--245 {
        margin-top: 38.28125vw !important;
    }
    .mgt-sp--250 {
        margin-top: 39.0625vw !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: 640px) {
    .mgb-sp--0 {
        margin-bottom: 0 !important;
    }
    .mgb-sp--5 {
        margin-bottom: 0.78125vw !important;
    }
    .mgb-sp--10 {
        margin-bottom: 1.5625vw !important;
    }
    .mgb-sp--15 {
        margin-bottom: 2.34375vw !important;
    }
    .mgb-sp--20 {
        margin-bottom: 3.125vw !important;
    }
    .mgb-sp--25 {
        margin-bottom: 3.90625vw !important;
    }
    .mgb-sp--30 {
        margin-bottom: 4.6875vw !important;
    }
    .mgb-sp--35 {
        margin-bottom: 5.46875vw !important;
    }
    .mgb-sp--40 {
        margin-bottom: 6.25vw !important;
    }
    .mgb-sp--45 {
        margin-bottom: 7.03125vw !important;
    }
    .mgb-sp--50 {
        margin-bottom: 7.8125vw !important;
    }
    .mgb-sp--55 {
        margin-bottom: 8.59375vw !important;
    }
    .mgb-sp--60 {
        margin-bottom: 9.375vw !important;
    }
    .mgb-sp--65 {
        margin-bottom: 10.15625vw !important;
    }
    .mgb-sp--70 {
        margin-bottom: 10.9375vw !important;
    }
    .mgb-sp--75 {
        margin-bottom: 11.71875vw !important;
    }
    .mgb-sp--80 {
        margin-bottom: 12.5vw !important;
    }
    .mgb-sp--85 {
        margin-bottom: 13.28125vw !important;
    }
    .mgb-sp--90 {
        margin-bottom: 14.0625vw !important;
    }
    .mgb-sp--95 {
        margin-bottom: 14.84375vw !important;
    }
    .mgb-sp--100 {
        margin-bottom: 15.625vw !important;
    }
    .mgb-sp--105 {
        margin-bottom: 16.40625vw !important;
    }
    .mgb-sp--110 {
        margin-bottom: 17.1875vw !important;
    }
    .mgb-sp--115 {
        margin-bottom: 17.96875vw !important;
    }
    .mgb-sp--120 {
        margin-bottom: 18.75vw !important;
    }
    .mgb-sp--125 {
        margin-bottom: 19.53125vw !important;
    }
    .mgb-sp--130 {
        margin-bottom: 20.3125vw !important;
    }
    .mgb-sp--135 {
        margin-bottom: 21.09375vw !important;
    }
    .mgb-sp--140 {
        margin-bottom: 21.875vw !important;
    }
    .mgb-sp--145 {
        margin-bottom: 22.65625vw !important;
    }
    .mgb-sp--150 {
        margin-bottom: 23.4375vw !important;
    }
    .mgb-sp--155 {
        margin-bottom: 24.21875vw !important;
    }
    .mgb-sp--160 {
        margin-bottom: 25vw !important;
    }
    .mgb-sp--165 {
        margin-bottom: 25.78125vw !important;
    }
    .mgb-sp--170 {
        margin-bottom: 26.5625vw !important;
    }
    .mgb-sp--175 {
        margin-bottom: 27.34375vw !important;
    }
    .mgb-sp--180 {
        margin-bottom: 28.125vw !important;
    }
    .mgb-sp--185 {
        margin-bottom: 28.90625vw !important;
    }
    .mgb-sp--190 {
        margin-bottom: 29.6875vw !important;
    }
    .mgb-sp--195 {
        margin-bottom: 30.46875vw !important;
    }
    .mgb-sp--200 {
        margin-bottom: 31.25vw !important;
    }
    .mgb-sp--205 {
        margin-bottom: 32.03125vw !important;
    }
    .mgb-sp--210 {
        margin-bottom: 32.8125vw !important;
    }
    .mgb-sp--215 {
        margin-bottom: 33.59375vw !important;
    }
    .mgb-sp--220 {
        margin-bottom: 34.375vw !important;
    }
    .mgb-sp--225 {
        margin-bottom: 35.15625vw !important;
    }
    .mgb-sp--230 {
        margin-bottom: 35.9375vw !important;
    }
    .mgb-sp--235 {
        margin-bottom: 36.71875vw !important;
    }
    .mgb-sp--240 {
        margin-bottom: 37.5vw !important;
    }
    .mgb-sp--245 {
        margin-bottom: 38.28125vw !important;
    }
    .mgb-sp--250 {
        margin-bottom: 39.0625vw !important;
    }
}

/* ==========================================================
*
*   hide
*
========================================================== */
@media screen and (min-width: 641px) {
    .pc-hide {
        display: none !important;
    }
}

@media screen and (max-width: 640px) {
    .sp-hide {
        display: none !important;
    }
}
