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

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

Contents:
    module
    page
    utility
    ========================================================== */
/* ==========================================================
*
*   module
*
========================================================== */
/* ---------------------------------------------
*   js-contents-fade
--------------------------------------------- */
.js-contents-fade {
    opacity: 0;
}

.js-contents-fade--show {
    opacity: 1;
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
    -webkit-transition-property: opacity;
    transition-property: opacity;
}

/* ---------------------------------------------
*   hover opacity
--------------------------------------------- */
.hover-opacity {
    -webkit-transition: opacity 300ms;
    transition: opacity 300ms;
}

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

/* ---------------------------------------------
*   heading-line
--------------------------------------------- */
.heading-line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    padding-top: 13px;
    padding-bottom: 22px;
    background-color: #fff;

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

@media screen and (max-width: 1500px) {
    .heading-line {
        padding-top: 0.9vw;
        padding-bottom: 1.5vw;
    }
}

@media screen and (max-width: 738px) {
    .heading-line {
        padding-top: 4.55433vw;
        padding-bottom: 5.20494vw;
    }
}

/* ---------------------------------------------
*   title-line
--------------------------------------------- */
.title-line {
    position: relative;
    margin-right: 35px;
}

@media screen and (max-width: 1500px) {
    .title-line {
        margin-right: 2.33333vw;
    }
}

@media screen and (max-width: 738px) {
    .title-line {
        margin-right: 2.47235vw;
    }
}

/*  title-line-inner
--------------------------------------------- */
.title-line-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;

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

@media screen and (max-width: 738px) {
    .title-line-inner {
        display: block;
    }
}

@media screen and (max-width: 738px) {
    .title-line-inner {
        margin-bottom: 1.95185vw;
    }
}

/* ---------------------------------------------
*   title-text
--------------------------------------------- */
.title-text {
    position: relative;
    display: block;
    overflow: hidden;
    margin-right: 21px;
    padding-top: 31px;
    width: 494px;
    height: 0;
    background-image: url(../img/caption_ercsoft.png);
    background-position: 50% 0;
    background-size: auto 100%;
    background-repeat: no-repeat;
}

@media screen and (max-width: 1500px) {
    .title-text {
        margin-right: 1.4vw;
        padding-top: 2.06667vw;
        width: 32.93333vw;
    }
}

@media screen and (max-width: 738px) {
    .title-text {
        margin-right: 0;
        margin-bottom: 1.30124vw;
        padding-top: 3.70852vw;
        width: 59.01106vw;
    }
}

/* ---------------------------------------------
*   page-title
--------------------------------------------- */
.page-title {
    position: relative;
    display: block;
    overflow: hidden;
    padding-top: 46px;
    width: 360px;
    height: 0;
    background-image: url(../img/title_ercsoft.png);
    background-position: 50% 0;
    background-size: auto 100%;
    background-repeat: no-repeat;
}

@media screen and (max-width: 1500px) {
    .page-title {
        padding-top: 3.1vw;
        width: 24.03333vw;
    }
}

@media screen and (max-width: 738px) {
    .page-title {
        margin-left: auto;
        padding-top: 5.98569vw;
        width: 46.90956vw;
    }
}

/* ---------------------------------------------
*   title-image
--------------------------------------------- */
.title-image {
    width: 216px;
}

@media screen and (max-width: 1500px) {
    .title-image {
        width: 14.4vw;
    }
}

@media screen and (max-width: 738px) {
    .title-image {
        width: 32.5309vw;
    }
}

/* ---------------------------------------------
*   title-link
--------------------------------------------- */
.title-link {
    display: block;
    margin-top: 15px;
    margin-left: auto;
    padding: 14px 0;
    width: 217px;
    background-color: #004d9d;
    color: #fff;
    text-align: center;
    letter-spacing: .05em;
    font-size: 16px;
}

@media screen and (max-width: 1500px) {
    .title-link {
        margin-top: 1vw;
        padding: 0.93333vw 0;
        width: 14.5vw;
        font-size: 1.05vw;
    }
}

@media screen and (max-width: 738px) {
    .title-link {
        margin-top: 0;
        padding: 1.62655vw 0;
        width: 35.78399vw;
        font-size: 3.05791vw;
    }
}

/* ---------------------------------------------
*   keyvisual
--------------------------------------------- */
.keyvisual {
    position: relative;
    z-index: 1;
    margin-bottom: 52px;
    padding-right: 40px;
    padding-left: 40px;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(20%, #fff), color-stop(40%, #d5e0e8), to(#b6cad8));
    background: linear-gradient(to bottom, #fff 0%, #fff 20%, #d5e0e8 40%, #b6cad8 100%);
}

@media screen and (max-width: 1500px) {
    .keyvisual {
        margin-bottom: 3.5vw;
        padding-right: 2.66667vw;
        padding-left: 2.66667vw;
    }
}

@media screen and (max-width: 738px) {
    .keyvisual {
        margin-bottom: 8.78334vw;
        padding-right: 3.90371vw;
        padding-left: 3.90371vw;
    }
}

.keyvisual img {
    display: block;
    margin-right: auto;
    margin-left: auto;
    width: 1420px;
}

@media screen and (max-width: 1500px) {
    .keyvisual img {
        width: 94.66667vw;
    }
}

/*  keyvisual-caption
--------------------------------------------- */
.keyvisual-caption {
    position: absolute;
}

.keyvisual-caption--burn {
    top: -60px;
    left: 50%;
    display: block;
    margin-left: -220px;
    width: 485px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

@media screen and (max-width: 1500px) {
    .keyvisual-caption--burn {
        top: -6vw;
        margin-left: -22vw;
        width: 32.36667vw;
    }
}

.keyvisual-caption--dawn {
    top: 117px;
    left: 50%;
    display: block;
    margin-left: 230px;
    width: 481px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

@media screen and (max-width: 1500px) {
    .keyvisual-caption--dawn {
        top: 11.7vw;
        margin-left: 23vw;
        width: 32.06667vw;
    }
}

/* ---------------------------------------------
*   movie-area
--------------------------------------------- */
.movie-area {
    position: relative;
    z-index: 0;
    margin-bottom: 129px;
}

.movie-area:after {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
    display: block;
    margin-top: 50px;
    width: 1141px;
    height: 1141px;
    background-image: url(../img/bg_ripple.png);
    background-position: 50% 0;
    background-size: 100% auto;
    background-repeat: no-repeat;
    content: "";
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

@media screen and (max-width: 1500px) {
    .movie-area:after {
        margin-top: 3.33333vw;
        width: 76.1vw;
        height: 76.06667vw;
    }
}

@media screen and (max-width: 738px) {
    .movie-area:after {
        margin-top: 6.50618vw;
        width: 100vw;
        height: 106.89655vw;
        background-image: url(../img/sp/bg_ripple.png);
    }
}

@media screen and (max-width: 1500px) {
    .movie-area {
        margin-bottom: 8.6vw;
    }
}

.movie-area__title {
    margin-bottom: 5px;
    color: #004d9d;
    text-align: center;
    font-size: 77px;
    font-family: 'DIN Condensed Bold';
    line-height: 1;
}

@media screen and (max-width: 1500px) {
    .movie-area__title {
        margin-bottom: 0.33333vw;
        font-size: 5.16667vw;
    }
}

@media screen and (max-width: 738px) {
    .movie-area__title {
        margin-bottom: 0.32531vw;
        font-size: 9.75927vw;
    }
}

/* ---------------------------------------------
*   movie-list
--------------------------------------------- */
.movie-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    margin-right: auto;
    margin-left: auto;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;

}

/*サムネイルのサイズ*/
.movie-list__item {
    position: relative;
    padding-top: 326px;
    width: 580px;
    background-size: cover;
    background-repeat: no-repeat;
}

@media screen and (max-width: 1500px) {
    .movie-list__item {
        padding-top: 21.76667vw;
        width: 38.7vw;
    }
}

@media screen and (max-width: 738px) {
    .movie-list__item {
        padding-top: 35.97918vw;
        width: 65.12687vw;
    }
}

.movie-list__item--1 {
    background-image: url(../img/img_movie1.png);
    margin: 10px;
}

.movie-list__item--2 {
    background-image: url(../img/thumbnail_2.png);
    margin: 10px;
}

.movie-list__item-frame-movie {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}



/* ---------------------------------------------
*   movie-play
--------------------------------------------- */
.movie-play {
    position: relative;
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: 10px;
    margin-left: auto;
    width: 60px;
    height: 60px;
    border: 2px solid #fff;
    border-radius: 50%;
    color: #fff;
    vertical-align: top;
    cursor: pointer;
    -webkit-transition: all 0.35s ease-in;
    transition: all 0.35s ease-in;
    -webkit-animation: ScaleDownSP 1s ease-out infinite;
    animation: ScaleDownSP 1s ease-out infinite;
}


.movie-play {
    margin-left: 1.00645vw;
    width: 3.62903vw;
    height: 3.62903vw;
}


@media screen and (max-width: 738px) {
    .movie-play {
        width: 9.76562vw;
        height: 9.76562vw;
    }
}

@media screen and (max-width: 460px) {
    .movie-play {
        width: 50px;
        height: 50px;
    }
}

.movie-play:hover {
    -webkit-animation: ScaleDownStop 1s ease-out 1 forwards;
    animation: ScaleDownStop 1s ease-out 1 forwards;
}

.movie-play__icon {
    position: absolute;
    top: 50%;
    left: 53%;
    font-size: 26px !important;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

@media screen and (max-width: 1500px) {
    .movie-play__icon {
        font-size: 1.6vw !important;
    }
}

@media screen and (max-width: 738px) {
    .movie-play__icon {
        font-size: 4.1vw !important;
    }
}

.movie-play--none:hover {
    cursor: auto;
    -webkit-animation: ScaleDownSP 1s ease-out infinite;
    animation: ScaleDownSP 1s ease-out infinite;
}

@-webkit-keyframes ScaleDown {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    15% {
        -webkit-transform: scale(0.98);
        transform: scale(0.98);
    }
    30% {
        -webkit-transform: scale(1.02);
        transform: scale(1.02);
    }
    60% {
        -webkit-transform: scale(0.99);
        transform: scale(0.99);
    }
    85% {
        -webkit-transform: scale(1.01);
        transform: scale(1.01);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes ScaleDown {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    15% {
        -webkit-transform: scale(0.98);
        transform: scale(0.98);
    }
    30% {
        -webkit-transform: scale(1.02);
        transform: scale(1.02);
    }
    60% {
        -webkit-transform: scale(0.99);
        transform: scale(0.99);
    }
    85% {
        -webkit-transform: scale(1.01);
        transform: scale(1.01);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes ScaleDownSP {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    15% {
        -webkit-transform: scale(0.98);
        transform: scale(0.98);
    }
    85% {
        -webkit-transform: scale(1.02);
        transform: scale(1.02);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes ScaleDownSP {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    15% {
        -webkit-transform: scale(0.98);
        transform: scale(0.98);
    }
    85% {
        -webkit-transform: scale(1.02);
        transform: scale(1.02);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes ScaleDownStop {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    100% {
        -webkit-transform: scale(1.08);
        transform: scale(1.08);
    }
}

@keyframes ScaleDownStop {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    100% {
        -webkit-transform: scale(1.08);
        transform: scale(1.08);
    }
}

@-webkit-keyframes ScaleDown {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    15% {
        -webkit-transform: scale(0.98);
        transform: scale(0.98);
    }
    30% {
        -webkit-transform: scale(1.02);
        transform: scale(1.02);
    }
    60% {
        -webkit-transform: scale(0.99);
        transform: scale(0.99);
    }
    85% {
        -webkit-transform: scale(1.01);
        transform: scale(1.01);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes ScaleDown {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    15% {
        -webkit-transform: scale(0.98);
        transform: scale(0.98);
    }
    30% {
        -webkit-transform: scale(1.02);
        transform: scale(1.02);
    }
    60% {
        -webkit-transform: scale(0.99);
        transform: scale(0.99);
    }
    85% {
        -webkit-transform: scale(1.01);
        transform: scale(1.01);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes ScaleDownSP {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    15% {
        -webkit-transform: scale(0.98);
        transform: scale(0.98);
    }
    85% {
        -webkit-transform: scale(1.02);
        transform: scale(1.02);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes ScaleDownSP {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    15% {
        -webkit-transform: scale(0.98);
        transform: scale(0.98);
    }
    85% {
        -webkit-transform: scale(1.02);
        transform: scale(1.02);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes ScaleDownStop {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    100% {
        -webkit-transform: scale(1.08);
        transform: scale(1.08);
    }
}

@keyframes ScaleDownStop {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    100% {
        -webkit-transform: scale(1.08);
        transform: scale(1.08);
    }
}

/* ---------------------------------------------
*   js-modal-youtube
--------------------------------------------- */
.js-modal-youtube {
    display: block;
    outline: none;
}

/* ---------------------------------------------
*   section
--------------------------------------------- */
.section {
    position: relative;
    margin: 0 auto;
    padding-right: 127px;
    padding-bottom: 50px;
    padding-left: 127px;
    max-width: 1240px;
}

@media screen and (max-width: 1500px) {
    .section {
        padding-right: 8.5vw;
        padding-bottom: 3.33333vw;
        padding-left: 8.5vw;
    }
}

@media screen and (max-width: 738px) {
    .section {
        padding-right: 3.90371vw;
        padding-bottom: 4.4242vw;
        padding-left: 3.90371vw;
    }
}

.section__title {
    position: absolute;
    top: 50%;
    left: 254px;
    color: #004d9d;
    text-indent: .3em;
    font-style: italic;
    font-size: 44px;
    font-family: 'Noto Sans Japanese Bold';
    line-height: 1.3;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media screen and (max-width: 1500px) {
    .section__title {
        left: 16.33333vw;
        font-size: 2.93333vw;
    }
}

@media screen and (max-width: 738px) {
    .section__title {
        left: 15.61483vw;
        font-size: 5.85556vw;
    }
}

/*  section-upper
--------------------------------------------- */
.section-upper {
    position: relative;
    height: 197px;
    background: url(../img/bg_title.png) 0 0 no-repeat;
    background-size: 100% 100%;
}

@media screen and (max-width: 1500px) {
    .section-upper {
        height: 13.13333vw;
    }
}

@media screen and (max-width: 738px) {
    .section-upper {
        height: 25.63435vw;
        background: url(../img/sp/bg_title.png) 0 0 no-repeat;
        background-size: 100% auto;
    }
}

/*  section-lower
--------------------------------------------- */
.section-lower {
    padding: 10px 50px 50px;
    border-radius: 0 0 22px 22px;
    background: -webkit-gradient(linear, left top, left bottom, from(#e6eaef), color-stop(50%, #dce2e9), to(#d0dae3));
    background: linear-gradient(to bottom, #e6eaef 0%, #dce2e9 50%, #d0dae3 100%);
}

@media screen and (max-width: 1500px) {
    .section-lower {
        padding: 0.66667vw 3.33333vw 3.33333vw;
        border-radius: 0 0 1.5vw 1.5vw;
    }
}

@media screen and (max-width: 738px) {
    .section-lower {
        padding: 1.30124vw;
        border-radius: 0 0 1.30124vw 1.30124vw;
    }
}

/*  section-lower-inner
--------------------------------------------- */
.section-lower-inner {
    padding: 62px 50px 57px 50px;
    border-radius: 10px;
    background-color: #fff;
}

@media screen and (max-width: 1500px) {
    .section-lower-inner {
        padding-top: 4.16667vw;
        padding-right: 3.33333vw;
        padding-bottom: 3.83333vw;
        padding-left: 3.33333vw;
        border-radius: 0.66667vw;
    }
}

@media screen and (max-width: 738px) {
    .section-lower-inner {
        padding-top: 3.25309vw;
        padding-right: 2.60247vw;
        padding-bottom: 3.12297vw;
        padding-left: 2.60247vw;
        border-radius: 1.30124vw;
    }
}

.section-lower-inner--lineup {
    padding-top: 100px;
    padding-bottom: 95px;
}

@media screen and (max-width: 1500px) {
    .section-lower-inner--lineup {
        padding-top: 6.66667vw;
        padding-bottom: 6.33333vw;
    }
}

@media screen and (max-width: 738px) {
    .section-lower-inner--lineup {
        padding-top: 3.25309vw;
        padding-bottom: 3.12297vw;
    }
}

/* ---------------------------------------------
*   section-contents
--------------------------------------------- */
.section-contents {
    margin-bottom: 35px;
    padding-bottom: 65px;
    border-bottom: 3px dotted #abb1b7;
}

@media screen and (max-width: 1500px) {
    .section-contents {
        margin-bottom: 2.33333vw;
        padding-bottom: 4.33333vw;
        border-bottom-width: 0.2vw;
    }
}

@media screen and (max-width: 738px) {
    .section-contents {
        margin-bottom: 3.90371vw;
        padding-bottom: 9.10865vw;
    }
}

.section-contents:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

/* ---------------------------------------------
*   section-campaign
--------------------------------------------- */
.section-campaign {
    margin-bottom: 35px;
    padding-bottom: 65px;
    border-bottom: 3px dotted #abb1b7;
}

@media screen and (max-width: 1500px) {
    .section-campaign {
        margin-bottom: 2.33333vw;
        padding-bottom: 2.83333vw;
        border-bottom-width: 0.2vw;
    }
}

@media screen and (max-width: 738px) {
    .section-campaign {
        margin-bottom: 4.55433vw;
        padding-bottom: 4.55433vw;
        border-bottom-width: 0.65062vw;
    }
}

.section-campaign:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.section-campaign--1 .section-campaign__line-detail-image {
    width: 235px;
}

@media screen and (max-width: 1500px) {
    .section-campaign--1 .section-campaign__line-detail-image {
        width: 15.66667vw;
    }
}

@media screen and (max-width: 738px) {
    .section-campaign--1 .section-campaign__line-detail-image {
        margin-right: auto;
        margin-left: auto;
        width: 40.46845vw;
    }
}

.section-campaign--2 .section-campaign__line-detail-image {
    width: 139px;
}

@media screen and (max-width: 1500px) {
    .section-campaign--2 .section-campaign__line-detail-image {
        width: 9.26667vw;
    }
}

@media screen and (max-width: 738px) {
    .section-campaign--2 .section-campaign__line-detail-image {
        margin-top: 0;
        margin-right: auto;
        margin-left: auto;
        width: 26.02472vw;
    }
}

.section-campaign__main {
    border-right: 7px solid #c9ced3;
    border-left: 7px solid #c9ced3;
}

@media screen and (max-width: 1500px) {
    .section-campaign__main {
        border-right-width: 0.5vw;
        border-left-width: 0.5vw;
    }
}

@media screen and (max-width: 738px) {
    .section-campaign__main {
        border-right-width: 0.8458vw;
        border-left-width: 0.8458vw;
    }
}

.section-campaign__caption {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 10px;
    width: 191px;
    height: 38px;
}

@media screen and (max-width: 1500px) {
    .section-campaign__caption {
        margin-bottom: 0.66667vw;
        width: 12.73333vw;
        height: 2.56667vw;
    }
}

@media screen and (max-width: 738px) {
    .section-campaign__caption {
        margin-bottom: 1.30124vw;
        width: 32.79115vw;
        height: 6.57124vw;
    }
}

.section-campaign__caption img {
    display: block;
}

.section-campaign__line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media screen and (max-width: 738px) {
    .section-campaign__line {
        display: block;
    }
}

.section-campaign__line-data {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 195px;
    border-right: 4px solid #c9ced3;

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

@media screen and (max-width: 1500px) {
    .section-campaign__line-data {
        width: 13vw;
        border-right-width: 0.26667vw;
        line-height: 1;
    }
}

@media screen and (max-width: 738px) {
    .section-campaign__line-data {
        position: relative;
        -ms-flex-direction: inherit;
        flex-direction: inherit;
        -ms-flex-align: center;
        margin-bottom: 1.95185vw;
        padding-right: 4.22902vw;
        padding-bottom: 1.95185vw;
        padding-left: 4.22902vw;
        width: 100%;
        border-right: none;
        line-height: 1;

        -webkit-box-orient: inherit;
        -webkit-box-direction: inherit;
        -webkit-box-align: center;
        align-items: center;
    }
    .section-campaign__line-data:after {
        position: absolute;
        right: 0;
        bottom: 0;
        left: 4.22902vw;
        display: block;
        width: calc(100% - 4.22902vw - 4.22902vw);
        height: 0.39037vw;
        background-color: #c9ced3;
        content: "";
    }
}

.section-campaign__line-data-num {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    font-size: 36px;
    font-family: 'DIN Condensed Bold';
    line-height: 1;
    margin-top: -35px;
}

@media screen and (max-width: 1500px) {
    .section-campaign__line-data-num {
        font-size: 2.4vw;
    }
}

@media screen and (max-width: 738px) {
    .section-campaign__line-data-num {
        margin-left: 0;
        padding-top: 4.95185vw;
        font-size: 7.28692vw;
    }
}

.section-campaign__line-data-num--mt {
    margin-top: -40px;
}

@media screen and (max-width: 1500px) {
    .section-campaign__line-data-num--mt {
        margin-top: -2.66667vw;
    }
}

.section-campaign__line-data-num--mtn {
    margin-top: 0;
}

.section-campaign__line-data-num-jp {
    font-size: 24px;
    font-family: 'Noto Sans Japanese Bold';
}

@media screen and (max-width: 1500px) {
    .section-campaign__line-data-num-jp {
        font-size: 1.6vw;
    }
}

@media screen and (max-width: 738px) {
    .section-campaign__line-data-num-jp {
        font-size: 4.61939vw;
    }
}

.section-campaign__line-data-num-jp--position {
    position: relative;
    left: -5px;
}

@media screen and (max-width: 1500px) {
    .section-campaign__line-data-num-jp--position {
        left: -0.33333vw;
    }
}

@media screen and (max-width: 738px) {
    .section-campaign__line-data-num-jp--position {
        left: -1.30124vw;
    }
}

.section-campaign__line-data-icon {
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 3px;
    width: 127px;
    color: #fff;
    text-align: center;
    letter-spacing: .05em;
    font-size: 24px;
    font-family: 'Noto Sans Japanese Bold';
}

@media screen and (max-width: 1500px) {
    .section-campaign__line-data-icon {
        padding-bottom: 0.2vw;
        width: 8.46667vw;
        font-size: 1.6vw;
    }
}

@media screen and (max-width: 738px) {
    .section-campaign__line-data-icon {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        -ms-flex-align: center;
        margin-right: 0;
        padding-bottom: 0.39037vw;
        width: 19.84385vw;
        height: 6.18087vw;
        font-size: 3.77358vw;

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

.section-campaign__line-data-icon--gray {
    background-color: #9E9E9E;
}

.section-campaign__line-data-icon--red {
    background-color: #e20012;
}

.section-campaign__line-data-icon--blue {
    background-color: #004d9d;
}

.section-campaign__line-detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    padding: 0 27px 0 22px;
    width: calc(100% - 195px);
    padding-bottom: 13px;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

@media screen and (max-width: 1500px) {
    .section-campaign__line-detail {
        padding-right: 1.8vw;
        padding-left: 1.5vw;
        padding-bottom: 0.86667vw;
        width: calc(100% - 13vw);
    }
}

@media screen and (max-width: 738px) {
    .section-campaign__line-detail {
        display: block;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding-right: 4.02902vw;
        padding-left: 4.02902vw;
        padding-bottom: 6.50195vw;
        width: 100%;
    }
}

.section-campaign__line-detail-contents-caption {
    margin-bottom: 8px;
    color: #404040;
    letter-spacing: .05em;
    font-size: 27px;
    line-height: 1.4;
}

@media screen and (max-width: 1500px) {
    .section-campaign__line-detail-contents-caption {
        margin-bottom: 0.53333vw;
        font-size: 1.8vw;
    }
}

@media screen and (max-width: 738px) {
    .section-campaign__line-detail-contents-caption {
        margin-bottom: 1.30124vw;
        font-size: 3.90371vw;
    }
}

.section-campaign__line-detail-contents-title {
    color: #004d9d;
    font-size: 36px;
    font-family: 'Noto Sans Japanese Bold';
    line-height: 1.3;
}

@media screen and (max-width: 1500px) {
    .section-campaign__line-detail-contents-title {
        font-size: 2.3vw;
    }
}

@media screen and (max-width: 738px) {
    .section-campaign__line-detail-contents-title {
        font-size: 4.7447vw;
    }
}

.section-campaign__contents {
    margin-top: 29px;
}

@media screen and (max-width: 1500px) {
    .section-campaign__contents {
        margin-top: 1.93333vw;
    }
}

@media screen and (max-width: 738px) {
    .section-campaign__contents {
        margin-top: 3.90371vw;
    }
}

.section-campaign__contents-title {
    font-size: 36px;
    font-weight: bold;
    background: url(../img/bg_subtitle.png) 0 0 no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    padding-left: 30px;
    color: #004d9d;
    line-height: 1.8;
}

@media screen and (max-width: 1500px) {
    .section-campaign__contents-title {
        font-size: 2.4vw;
        padding-left: 2vw;
    }
}

@media screen and (max-width: 738px) {
    .section-campaign__contents-title {
        font-size: 4.68140vw;
        padding-left: 3.64109vw;
        background: url(../img/sp/bg_subtitle.png) 0 0 no-repeat;
        -webkit-background-size: 100% 100%;
        background-size: 100% 100%;
    }
}

.section-campaign__contents-body--how {
    margin-top: 20px;
    padding-left: 27px;
    padding-right: 20px;
}

@media screen and (max-width: 1500px) {
    .section-campaign__contents-body--how {
        margin-top: 1.33333vw;
        padding-left: 1.86667vw;
        padding-right: 1.46667vw;
    }
}

@media screen and (max-width: 738px) {
    .section-campaign__contents-body--how {
        margin-top: 2.60078vw;
        padding-left: 0;
        padding-right: 0;
    }
}

.section-campaign__contents-prize {
    margin-bottom: 45px;
    padding-right: 27px;
    padding-left: 27px;
}

@media screen and (max-width: 1500px) {
    .section-campaign__contents-prize {
        margin-bottom: 3vw;
        padding-right: 1.8vw;
        padding-left: 1.8vw;
    }
}

@media screen and (max-width: 738px) {
    .section-campaign__contents-prize {
        margin-bottom: 6.50195vw;
        padding-right: 4.22902vw;
        padding-left: 4.22902vw;
    }
}

.section-campaign__contents-prize-upper {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: space-between;
    background: url(../img/bg_grad.png) bottom no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    padding-left: 20px;
    margin-bottom: 25px;
}

@media screen and (max-width: 1500px) {
    .section-campaign__contents-prize-upper {
        padding-left: 1.33333vw;
        margin-bottom: 1.66667vw;
    }
}

@media screen and (max-width: 738px) {
    .section-campaign__contents-prize-upper {
        padding-left: 0;
        margin-top: 2.60079vw;
        margin-bottom: 3.25098vw;
        display: block;
    }
}

.section-campaign__contents-prize-upper img {
    width: 50%;
    margin-top: -24px;
}

@media screen and (max-width: 1500px) {
    .section-campaign__contents-prize-upper img {
        margin-top: -1.6vw;
    }
}

@media screen and (max-width: 738px) {
    .section-campaign__contents-prize-upper img {
        width: 83.79%;
        margin-top: 0;
        margin-left: 16.35371vw;
        display: block;
    }
}

.section-campaign__contents-prize-lower {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-left: 22px;
    padding-right: 22px;
}

@media screen and (max-width: 1500px) {
    .section-campaign__contents-prize-lower {
        padding-left: 1.46667vw;
        padding-right: 1.46667vw;
    }
}

@media screen and (max-width: 738px) {
    .section-campaign__contents-prize-lower {
        display: block;
        padding-left: 0;
        padding-right: 0;
    }
}

.section-campaign__contents-prize-left,
.section-campaign__contents-prize-right {
    width: 47.86%;
}

@media screen and (max-width: 738px) {
    .section-campaign__contents-prize-left,
    .section-campaign__contents-prize-right {
        width: 100%;
    }
}

@media screen and (max-width: 738px) {
    .section-campaign__contents-prize-left {
        margin-bottom: 5.20156vw;
    }
}

@media screen and (max-width: 738px) {
    .section-campaign__contents-prize-right {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: space-between;
    }
}

.section-campaign__contents-prize-detail {
    position: relative;
}

@media screen and (max-width: 738px) {
    .section-campaign__contents-prize-right .section-campaign__contents-prize-detail {
        width: 47.26%;
    }
}

.section-campaign__contents-prize-name {
    font-size: 31px;
    position: relative;
    line-height: 1;
    margin-bottom: 20px;
}

@media screen and (max-width: 1500px) {
    .section-campaign__contents-prize-name {
        font-size: 1.96667vw;
        margin-bottom: 2.33333vw;
    }
}

@media screen and (max-width: 738px) {
    .section-campaign__contents-prize-name {
        font-size: 4.55137vw;
    }

    .section-campaign__contents-prize-right .section-campaign__contents-prize-name {
        font-size: 3.70611vw;
    }
}

.section-campaign__contents-prize-name:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 4px;
    background-color: #c9ced3;
    bottom: 10%;
}

@media screen and (max-width: 738px) {
    .section-campaign__contents-prize-name:after {
        height: 0.52016vw;
    }
}

.windows .section-campaign__contents-prize-name:after {
    bottom: 3%;
}

.section-campaign__contents-prize-name--red {
    font-size: 77px;
    color: #e20012;
}

@media screen and (max-width: 1500px) {
    .section-campaign__contents-prize-name--red {
        font-size: 5.13333vw;
    }
}

@media screen and (max-width: 738px) {
    .section-campaign__contents-prize-name--red {
        font-size: 11.57347vw;
    }
}

.section-campaign__contents-prize-name--blue {
    font-size: 24px;
    color: #003184;
}

@media screen and (max-width: 1500px) {
    .section-campaign__contents-prize-name--blue {
        font-size: 1.6vw;
    }
}

@media screen and (max-width: 738px) {
    .section-campaign__contents-prize-name--blue {
        font-size: 3.58908vw;
    }
}

.section-campaign__contents-prize-name--black {
    position: absolute;
    top: 20%;
    left: 17%;
}

@media screen and (max-width: 738px) {
    .section-campaign__contents-prize-right .section-campaign__contents-prize-name--black {
        top: 5%;
        left: 30%;
    }
}

.section-campaign__contents-prize-img {
    width: 89.44%;
}

@media screen and (max-width: 738px) {
    .section-campaign__contents-prize-img {
        width: 100%;
    }
}

.section-campaign__contents-prize-img--1 {
    margin-top: 38px;
}

@media screen and (max-width: 1500px) {
    .section-campaign__contents-prize-img--1 {
        margin-top: 1.23333vw;
    }
}

@media screen and (max-width: 738px) {
    .section-campaign__contents-prize-img--1 {
        margin-top: 0;
    }
}

.section-campaign__contents-prize-img--2,
.section-campaign__contents-prize-img--3 {
    margin-top: -17px;
    display: block;
}

@media screen and (max-width: 1500px) {
    .section-campaign__contents-prize-img--2,
    .section-campaign__contents-prize-img--3 {
        margin-top: -1.13333vw;
    }
}

@media screen and (max-width: 738px) {
    .section-campaign__contents-prize-img--2 {
        position: relative;
        z-index: 1;
        width: 31.72%;
        margin-left: 10.66320vw;
        margin-bottom: 1.30039vw;
    }

    .section-campaign__contents-prize-img--3 {
        position: relative;
        z-index: 1;
        width: 77.24%;
        margin-left: 5.33160vw;
        margin-bottom: 1.30039vw;
    }
}

.section-campaign__contents-prize-num {
    position: absolute;
    width: 21.12%;
    right: 0;
    top: 80px;
}

@media screen and (max-width: 1500px) {
    .section-campaign__contents-prize-num {
        top: 5.33333vw;
    }
}

@media screen and (max-width: 738px) {
    .section-campaign__contents-prize-num {
        top: 14.55527vw;
    }

    .section-campaign__contents-prize-right .section-campaign__contents-prize-num {
        width: 44.7%;
        z-index: 0;
    }
}

.windows .section-campaign__contents-prize-num {
    top: 85px
}

@media screen and (max-width: 1500px) {
    .windows .section-campaign__contents-prize-num {
        top: 5.66667vw;
    }
}

@media screen and (max-width: 738px) {
    .windows .section-campaign__contents-prize-num {
        top: 12.66667vw;
    }
}

.section-campaign__contents-prize-list {
    font-size: 13px;
    text-align: right;
    margin-top: -10px;
}

@media screen and (max-width: 1500px) {
    .section-campaign__contents-prize-list {
        font-size: 0.86667vw;
        margin-top: -0.66667vw;
    }
}

@media screen and (max-width: 738px) {
    .section-campaign__contents-prize-list {
        font-size: 2.27568vw;
        margin-top: -0.66667vw;
    }
}

.section-campaign__contents-prize-list--1 {
    margin-top: 45px;
}

@media screen and (max-width: 1500px) {
    .section-campaign__contents-prize-list--1 {
        margin-top: 3vw;
    }
}

@media screen and (max-width: 738px) {
    .section-campaign__contents-prize-list--1 {
        margin-top: 0.65020vw;
    }
}

.section-campaign__contents-prize-list-item {
    color: #3f3f3f;
}

.section-campaign__contents-prize-list-item--red {
    color: #e20012;
}

@media screen and (max-width: 738px) {
    .section-campaign__contents-prize-list-item--red {
        font-size: 1.87568vw;
    }
}

.section-campaign__contents-how {
    padding-right: 27px;
    padding-left: 27px;
    margin-bottom: 50px;
}

@media screen and (max-width: 1500px) {
    .section-campaign__contents-how {
        padding-right: 1.8vw;
        padding-left: 1.8vw;
        margin-bottom: 3.33333vw;
    }
}

@media screen and (max-width: 738px) {
    .section-campaign__contents-how {
        padding-right: 4.22902vw;
        padding-left: 4.22902vw;
        margin-bottom: 3.33333vw;
    }
}

.section-campaign__contents-how-lead {
    font-size: 20px;
    margin-bottom: 10px;
    color: #404040;
}

@media screen and (max-width: 1500px) {
    .section-campaign__contents-how-lead {
        font-size: 1.33333vw;
        margin-bottom: 0.66667vw;
    }
}

@media screen and (max-width: 738px) {
    .section-campaign__contents-how-lead {
        font-size: 2.9909vw;
        margin-bottom: 3.25098vw;
    }
}

.section-campaign__contents-how-step {
    margin-top: 20px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    margin-bottom: 17px;
}

@media screen and (max-width: 1500px) {
    .section-campaign__contents-how-step {
        margin-top: 1.83333vw;
        margin-bottom: 1.13333vw;
    }
}

@media screen and (max-width: 738px) {
    .section-campaign__contents-how-step {
        display: block;
        margin-top: 2.9909vw;
        margin-bottom: 0;
    }
}

.section-campaign__contents-how-step-inner {
    width: 47.5%;
    position: relative;
}

@media screen and (max-width: 738px) {
    .section-campaign__contents-how-step-inner {
        width: 100%;
    }
}

.section-campaign__contents-how-step-head {
    font-size: 50px;
    color: #004d9d;
    position: relative;
    line-height: 1;
}

@media screen and (max-width: 1500px) {
    .section-campaign__contents-how-step-head {
        font-size: 3.33333vw;
    }
}

@media screen and (max-width: 738px) {
    .section-campaign__contents-how-step-head {
        font-size: 7.15215vw;
        text-align: center;
    }
}

.section-campaign__contents-how-step-head:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 4px;
    background-color: #c9ced3;
    bottom: 2%;
}

@media screen and (max-width: 738px) {
    .section-campaign__contents-how-step-head:after {
        height: 0.52016vw;
    }
}

.windows .section-campaign__contents-how-step-head:after {
    bottom: -3%;
}

.section-campaign__contents-how-step-txt {
    font-size: 18px;
    margin-top: 7px;
    margin-bottom: 20px;
    color: #404040;
}

@media screen and (max-width: 1500px) {
    .section-campaign__contents-how-step-txt {
        font-size: 1.20333vw;
        margin-top: 0.46667vw;
        margin-bottom: 1.33333vw;
    }
}

@media screen and (max-width: 738px) {
    .section-campaign__contents-how-step-txt {
        font-size: 2.9909vw;
        margin-top: 1.00039vw;
        margin-bottom: 1.30039vw;
        text-align: center;
    }
}

.section-campaign__contents-how-step-ex {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    text-align: center;
}

@media screen and (max-width: 738px) {
    .section-campaign__contents-how-step-ex {
        margin-bottom: 4.55137vw;
        justify-content: space-between;
    }
}

.section-campaign__contents-how-step-img {
    width: 206px;
    margin-right: 18px;
}

@media screen and (max-width: 1500px) {
    .section-campaign__contents-how-step-img {
        width: 13.73333vw;
        margin-right: 1.2vw;
    }
}

@media screen and (max-width: 738px) {
    .section-campaign__contents-how-step-img {
        width: 35.11053vw;
        margin-right: 0;
    }
}

.section-campaign__contents-how-step-img p {
    font-size: 25px;
}

@media screen and (max-width: 1500px) {
    .section-campaign__contents-how-step-img p {
        font-size: 1.66667vw;
    }
}

@media screen and (max-width: 738px) {
    .section-campaign__contents-how-step-img p {
        font-size: 3.90117vw;
        margin-top: 1.30039vw;
    }
}

.section-campaign__contents-how-step-pic {
    width: 139px;
    position: absolute;
    top: -30px;
    right: 0;
}

@media screen and (max-width: 1500px) {
    .section-campaign__contents-how-step-pic {
        width: 9.26667vw;
        top: -2vw;
        display: block;
        margin: 0 auto;
    }
}

@media screen and (max-width: 738px) {
    .section-campaign__contents-how-step-pic {
        width: 26.39792vw;
        position: static;
        margin-bottom: 1.95059vw;
    }
}

@media screen and (max-width: 738px) {
    .section-campaign__contents-how-step-list {
        text-align: center;
    }
}

.section-campaign__contents-how-step-list-item {
    color: #004d9d;
    position: relative;
    font-size: 26px;
    margin-bottom: 1em;
}

@media screen and (max-width: 1500px) {
    .section-campaign__contents-how-step-list-item {
        font-size: 1.73333vw;
    }
}

@media screen and (max-width: 738px) {
    .section-campaign__contents-how-step-list-item {
        font-size: 4.29129vw;
    }
}

.section-campaign__contents-how-step-list-item:after {
    content: "+";
    display: block;
    position: absolute;
    line-height: 1;
    left: 28%;
    color: #a0a0a0;
    font-size: 28px;
}

@media screen and (max-width: 1500px) {
    .section-campaign__contents-how-step-list-item:after {
        font-size: 1.86667vw;
    }
}

@media screen and (max-width: 738px) {
    .section-campaign__contents-how-step-list-item:after {
        font-size: 4.29129vw;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}

.section-campaign__contents-how-step-list-item:last-child:after {
    content: none;
}

.section-campaign__contents-how-txt {
    font-size: 20px;
    color: #404040;
}

@media screen and (max-width: 1500px) {
    .section-campaign__contents-how-txt {
        font-size: 1.33333vw;
    }
}

@media screen and (max-width: 738px) {
    .section-campaign__contents-how-txt {
        font-size: 2.50078vw;
    }
}

.section-campaign__contents-how-txt--red {
    color: #e20012;
}

.section-campaign__contents-terms {
    padding-right: 27px;
    padding-left: 27px;
}

@media screen and (max-width: 1500px) {
    .section-campaign__contents-terms {
        padding-right: 1.8vw;
        padding-left: 1.8vw;
    }
}

@media screen and (max-width: 738px) {
    .section-campaign__contents-terms {
        padding-right: 4.22902vw;
        padding-left: 4.22902vw;
    }
}

.section-campaign__contents-detail {
    overflow-y: scroll;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 17px 0 31px;
    padding: 20px 25px;
    height: 299px;
    border: 5px solid #c9ced3;
    border-radius: 5px;
}

@media screen and (max-width: 1500px) {
    .section-campaign__contents-detail {
        margin-right: 0;
        margin-left: 0;
        margin-bottom: 2.1vw;
        padding: 1.33333vw 1.66667vw;
        height: 19.93333vw;
        border-width: 0.33333vw;
        border-radius: 0.33333vw;
    }
}

@media screen and (max-width: 738px) {
    .section-campaign__contents-detail {
        margin-right: 0;
        margin-bottom: 5.07482vw;
        margin-left: 0;
        padding: 4.55433vw 3.3784vw;
        height: 69.48601vw;
        border-width: 0.45543vw;
        border-radius: 0.97593vw;
    }
}

.section-campaign__contents-detail-title {
    margin-bottom: 13px;
    color: #004d9d;
    font-size: 20px;
    font-family: 'Noto Sans Japanese Bold';
}

@media screen and (max-width: 1500px) {
    .section-campaign__contents-detail-title {
        margin-bottom: 0.86667vw;
        font-size: 1.33333vw;
    }
}

@media screen and (max-width: 738px) {
    .section-campaign__contents-detail-title {
        margin-bottom: 4.55433vw;
        font-size: 2.89284vw;
    }
}

.section-campaign__contents-detail-text {
    color: #777;
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 1em;
}

@media screen and (max-width: 1500px) {
    .section-campaign__contents-detail-text {
        font-size: 1vw;
    }
}

@media screen and (max-width: 738px) {
    .section-campaign__contents-detail-text {
        font-size: 2.7326vw;
    }
}

.section-campaign__contents-detail-text-link {
    color: #004d9d;
    text-decoration: underline;
    word-wrap: break-word;
}

@media screen and (min-width: 739px) {
    .section-campaign__contents-detail-text-link:hover {
        text-decoration: none;
    }
}

.section-campaign__contents-link {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: auto;
    margin-left: auto;
    padding: 13px 0;
    width: 284px;
    border-radius: 7px;
    background-color: #004d9d;
    color: #fff;
    text-align: center;
    font-size: 22px;
}

@media screen and (max-width: 1500px) {
    .section-campaign__contents-link {
        padding: 0.9vw 0;
        width: 18.93333vw;
        border-radius: 0.5vw;
        font-size: 1.5vw;
    }
}

@media screen and (max-width: 738px) {
    .section-campaign__contents-link {
        padding: 1.75667vw 0;
        width: 44.43722vw;
        border-radius: 0.97593vw;
        font-size: 3.51334vw;
    }
}

/* ---------------------------------------------
*   graph-area
--------------------------------------------- */
.graph-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    margin-bottom: 45px;

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

@media screen and (max-width: 1500px) {
    .graph-area {
        margin-bottom: 3vw;
    }
}

@media screen and (max-width: 738px) {
    .graph-area {
        display: block;
    }
}

.graph-area__image {
    width: 516px;
}

@media screen and (max-width: 1500px) {
    .graph-area__image {
        width: 34.43333vw;
    }
}

@media screen and (max-width: 738px) {
    .graph-area__image {
        margin-top: -14.63891vw;
        margin-right: auto;
        margin-bottom: 9.75927vw;
        margin-left: auto;
        width: 61.28822vw;
    }
}

.graph-area__contents-data {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 7px;
    padding-left: 70px;
    width: 492px;
    height: 480px;
    background-image: url(../img/icon_border_blue.png);
    background-position: 0 0;
    background-size: 100% auto;
    background-repeat: no-repeat;

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

@media screen and (max-width: 1500px) {
    .graph-area__contents-data {
        margin-bottom: 0.5vw;
        padding-left: 4.66667vw;
        width: 32.8vw;
        height: 32vw;
    }
}

@media screen and (max-width: 738px) {
    .graph-area__contents-data {
        margin-bottom: 1.30124vw;
        padding-left: 0;
        width: 100%;
        height: 74.36565vw;
        background-image: url(../img/sp/icon_border_blue.png);
        background-size: 100% 100%;
    }
}

.graph-area__contents-data-caption {
    margin-bottom: 10px;
    color: #404040;
    font-size: 20px;
    font-family: 'Noto Sans Japanese Bold';
}

@media screen and (max-width: 1500px) {
    .graph-area__contents-data-caption {
        margin-bottom: 0.66667vw;
        font-size: 1.33333vw;
    }
}

@media screen and (max-width: 738px) {
    .graph-area__contents-data-caption {
        margin-bottom: 1.30124vw;
        text-align: center;
        font-size: 3.25309vw;
    }
}

.graph-area__contents-data-title {
    margin-bottom: 20px;
    color: #004d9d;
    font-size: 36px;
    font-family: 'Noto Sans Japanese Bold';
    line-height: 1.3;
}

@media screen and (max-width: 1500px) {
    .graph-area__contents-data-title {
        margin-bottom: 1.33333vw;
        font-size: 2.4vw;
    }
}

@media screen and (max-width: 738px) {
    .graph-area__contents-data-title {
        margin-bottom: 3.25309vw;
        text-align: center;
        font-size: 5.85556vw;
    }
}

.graph-area__contents-data-detail {
    position: relative;
    line-height: 1;
}

@media screen and (max-width: 738px) {
    .graph-area__contents-data-detail {
        text-align: center;
    }
}

.graph-area__contents-data-detail:after {
    position: absolute;
    bottom: 30px;
    left: 7px;
    display: block;
    width: 230px;
    height: 9px;
    background-color: #e20012;
    content: "";
}

@media screen and (max-width: 1500px) {
    .graph-area__contents-data-detail:after {
        bottom: 2vw;
        left: 0.46667vw;
        width: 15.66667vw;
        height: 0.6vw;
    }
}

@media screen and (max-width: 738px) {
    .graph-area__contents-data-detail:after {
        bottom: 6.50618vw;
        left: 50%;
        width: 45.12362vw;
        height: 1.62655vw;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}

.graph-area__contents-data-detail-num {
    color: #004d9d;
    font-size: 186px;
    font-family: 'DIN Condensed Bold';
}

@media screen and (max-width: 1500px) {
    .graph-area__contents-data-detail-num {
        font-size: 12.4vw;
    }
}

@media screen and (max-width: 738px) {
    .graph-area__contents-data-detail-num {
        font-size: 32.40078vw;
    }
}

.graph-area__contents-data-detail-icon {
    color: #004d9d;
    font-size: 108px;
    font-family: 'DIN Condensed Bold';
}

@media screen and (max-width: 1500px) {
    .graph-area__contents-data-detail-icon {
        font-size: 7.2vw;
    }
}

@media screen and (max-width: 738px) {
    .graph-area__contents-data-detail-icon {
        font-size: 18.86792vw;
    }
}

.graph-area__contents-note {
    color: #404040;
    font-size: 15px;
}

@media screen and (max-width: 1500px) {
    .graph-area__contents-note {
        font-size: 1vw;
    }
}

@media screen and (max-width: 738px) {
    .graph-area__contents-note {
        font-size: 2.60247vw;
    }
}

/* -- windows -- */
.windows .graph-area__contents-data-detail:after {
    bottom: 8px;
}

@media screen and (max-width: 1500px) {
    .windows .graph-area__contents-data-detail:after {
        bottom: 0.53333vw;
    }
}

/* ---------------------------------------------
*   blue-title
--------------------------------------------- */
.blue-title {
    position: relative;
    padding-left: 40px;
    color: #004d9d;
    font-size: 36px;
    font-family: 'Noto Sans Japanese Bold';
}

@media screen and (max-width: 1500px) {
    .blue-title {
        padding-left: 2.66667vw;
        font-size: 2.3vw;
    }
}

@media screen and (max-width: 738px) {
    .blue-title {
        padding-left: 4.22902vw;
        font-size: 5.85556vw;
    }
}

.blue-title:after {
    position: absolute;
    top: 20px;
    left: 0;
    width: 0;
    height: 0;
    border-width: 9px 0 9px 16px;
    border-style: solid;
    border-color: transparent transparent transparent #e20012;
    content: "";
    pointer-events: none;
}

@media screen and (max-width: 1500px) {
    .blue-title:after {
        top: 1.33333vw;
        border-width: 0.63333vw 0 0.63333vw 1.1vw;
    }
}

@media screen and (max-width: 738px) {
    .blue-title:after {
        top: 3.12297vw;
        border-width: 1.43136vw 0 1.43136vw 2.66753vw;
    }
}

.blue-title--inner {
    padding-left: 30px;
}

@media screen and (max-width: 1500px) {
    .blue-title--inner {
        padding-left: 2vw;
    }
}

@media screen and (max-width: 738px) {
    .blue-title--inner {
        padding-left: 3.51105vw;
        font-size: 4.68140vw;
    }
}

.blue-title--inner:after {
    position: absolute;
    top: 20px;
    left: 0;
    width: 0;
    height: 0;
    border-width: 9px 0 9px 16px;
    border-style: solid;
    border-color: transparent transparent transparent #e20012;
    content: "";
    pointer-events: none;
}

@media screen and (max-width: 1500px) {
    .blue-title--inner:after {
        top: 1.33333vw;
        border-width: 0.63333vw 0 0.63333vw 1.1vw;
    }
}

@media screen and (max-width: 738px) {
    .blue-title--inner:after {
        top: 2.22297vw;
        border-width: 1.23136vw 0 1.23136vw 2.26753vw;
    }
}

.blue-title--ls {
    letter-spacing: 0.05em
}

/*  blue-title-line
--------------------------------------------- */
.blue-title-line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    -ms-flex-align: center;
    margin-bottom: 30px;

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

@media screen and (max-width: 1500px) {
    .blue-title-line {
        margin-bottom: 2vw;
    }
}

@media screen and (max-width: 738px) {
    .blue-title-line {
        display: block;
    }
}

.blue-title-line--baseline {
    -ms-flex-align: baseline;

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

@media screen and (max-width: 738px) {
    .blue-title-line--baseline {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 13.90371vw;
    }
}

/*  blue-list
--------------------------------------------- */
.blue-list {
    display: inline-block;
    margin-right: auto;
    margin-left: auto;
    padding: 8px 34px;
    background-color: #004d9d;
    color: #fff;
    font-size: 19px;
}

@media screen and (max-width: 1500px) {
    .blue-list {
        padding: 0.8vw 2.3vw;
        font-size: 1.26667vw;
    }
}

@media screen and (max-width: 738px) {
    .blue-list {
        padding: 1.95185vw 4.55433vw;
        font-size: 3.05791vw;
    }
}

/*  blue-list-outer
--------------------------------------------- */
.blue-list-outer {
    text-align: center;
}

/* ---------------------------------------------
*   logo-image
--------------------------------------------- */
.logo-image {
    position: relative;
    display: block;
    overflow: hidden;
    padding-top: 78px;
    width: 358px;
    height: 0;
    background-image: url(../img/logo_ercsoft.png);
    background-position: 50% 0;
    background-size: auto 100%;
    background-repeat: no-repeat;
}

@media screen and (max-width: 1500px) {
    .logo-image {
        padding-top: 5.2vw;
        width: 23.9vw;
    }
}

@media screen and (max-width: 738px) {
    .logo-image {
        margin-right: 3.25309vw;
        margin-left: auto;
        padding-top: 10.14964vw;
        width: 46.64932vw;
    }
}

/* ---------------------------------------------
*   swiper-slide
--------------------------------------------- */
.swiper-slide {
    margin-bottom: 35px;
}

@media screen and (max-width: 1500px) {
    .swiper-slide {
        margin-bottom: 2.33333vw;
    }
}

@media screen and (max-width: 738px) {
    .swiper-slide {
        margin-right: auto;
        margin-bottom: 4.33333vw;
        margin-left: auto;
    }
}

.swiper-slide__content-head {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    -ms-flex-align: end;
    margin-bottom: 37px;

    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    align-items: flex-end;
}

@media screen and (max-width: 1500px) {
    .swiper-slide__content-head {
        margin-bottom: 2.5vw;
    }
}

.swiper-slide__content-head-title {
    color: #231815;
    font-size: 30px;
    font-family: 'Noto Sans Japanese Bold';
}

@media screen and (max-width: 1500px) {
    .swiper-slide__content-head-title {
        font-size: 2vw;
    }
}

@media screen and (max-width: 738px) {
    .swiper-slide__content-head-title {
        font-size: 3.90371vw;
    }
}

.swiper-slide__content-head-name {
    color: #231815;
    font-size: 25px;
}

@media screen and (max-width: 1500px) {
    .swiper-slide__content-head-name {
        font-size: 1.66667vw;
    }
}

@media screen and (max-width: 738px) {
    .swiper-slide__content-head-name {
        font-size: 3.90371vw;
    }
}

.swiper-slide__content-head-right {
    width: 177px;
}

@media screen and (max-width: 1500px) {
    .swiper-slide__content-head-right {
        width: 11.83333vw;
    }
}

@media screen and (max-width: 738px) {
    .swiper-slide__content-head-right {
        position: absolute;
        right: 0;
        bottom: 0;
        width: 19.2583vw;
    }
}

.swiper-slide__content-head-right img {
    display: block;
}

.swiper-slide__content-body-text {
    color: #404040;
    text-align: justify;
    font-size: 19px;
    line-height: 1.8;
}

@media screen and (max-width: 1500px) {
    .swiper-slide__content-body-text {
        font-size: 1.3vw;
    }
}

@media screen and (max-width: 738px) {
    .swiper-slide__content-body-text {
        font-size: 3.25309vw;
    }
}

/* ---------------------------------------------
*   hash-insta
--------------------------------------------- */
.hash-insta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-align: center;

    -webkit-box-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
}

@media screen and (max-width: 738px) {
    .hash-insta {
        display: block;
        position: relative;
        top: 9.66183vw;
    }
}

.hash-insta__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    margin-right: 20px;
    -webkit-box-align: center;
    align-items: center;
}

@media screen and (max-width: 1500px) {
    .hash-insta__list {
        margin-right: 1.33333vw;
    }
}

@media screen and (max-width: 738px) {
    .hash-insta__list {
        margin-right: 0;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap;
        justify-content: flex-end;
        position: absolute;
        right: 0;
        width: 42.91287vw;
    }
}

.hash-insta__list-item {
    margin-right: 15px;
}

@media screen and (max-width: 1500px) {
    .hash-insta__list-item {
        margin-right: 1vw;
    }
}

@media screen and (max-width: 738px) {
    .hash-insta__list-item {
        margin-right: 0;
    }
}

@media screen and (max-width: 738px) {
    .hash-insta__list-item:first-child {
        width: 33.15995vw;
    }
}

.hash-insta__list-item:last-child {
    margin-right: 0;
}

@media screen and (max-width: 738px) {
    .hash-insta__list-item:last-child {
        margin-left: 0.5em;
    }
}

.hash-insta__list-item-text {
    color: #404040;
    font-size: 19px;
}

@media screen and (max-width: 1500px) {
    .hash-insta__list-item-text {
        font-size: 1.3vw;
    }
}

@media screen and (max-width: 738px) {
    .hash-insta__list-item-text {
        text-align: right;
        font-size: 3.25309vw;
        line-height: 1.8;
    }
}

.hash-insta__list-item-text:hover {
    text-decoration: underline;
}

.hash-insta__icon {
    width: 49px;
}

@media screen and (max-width: 1500px) {
    .hash-insta__icon {
        width: 3.26667vw;
    }
}

@media screen and (max-width: 738px) {
    .hash-insta__icon {
        margin-bottom: 0.65062vw;
        margin-left: auto;
        width: 7.67729vw;
    }
}

/* ---------------------------------------------
*   insta-area
--------------------------------------------- */
.insta-post {
    padding-right: 27px;
    padding-left: 27px;
}

@media screen and (max-width: 1500px) {
    .insta-post {
        padding-right: 1.8vw;
        padding-left: 1.8vw;
    }
}

@media screen and (max-width: 738px) {
    .insta-post {
        padding-right: 4.22902vw;
        padding-left: 4.22902vw;
    }
}

@media screen and (max-width: 738px) {
    .insta-area {
        overflow: hidden;
        margin: 0 auto;
        width: 100%;
    }
}

.insta-area__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: flex-start;
}

@media screen and (max-width: 738px) {
    .insta-area__list {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        justify-content: space-between;
    }
}

.insta-area__list-item {
    width: 300px;
    margin-right: 30px;
}

@media screen and (max-width: 1500px) {
    .insta-area__list-item {
        width: 31%;
        margin-right: 2.2vw;
    }
}

@media screen and (max-width: 738px) {
    .insta-area__list-item {
        width: 100%;
        margin-right: 0;
    }
}

.insta-area__list-item:nth-child(3n) {
    margin-right: 0;
}

.insta-area__list-item:nth-child(n + 4) {
    margin-top: 40px;
}

@media screen and (max-width: 1500px) {
    .insta-area__list-item:nth-child(n + 4) {
        margin-top: 2.66667vw;
    }
}

@media screen and (max-width: 738px) {
    .insta-area__list-item:nth-child(n + 4) {
        margin-top: 0;
    }
}

.insta-area__list-item-link {
    display: block;
    -webkit-transition: opacity 300ms;
    transition: opacity 300ms;
}

.insta-area__list-item-link:hover {
    opacity: 0.8;
}

.insta-area__list-item-image {
    position: relative;
    overflow: hidden;
    margin-bottom: 5px;
    width: 300px;
    height: 300px;
}

@media screen and (max-width: 1500px) {
    .insta-area__list-item-image {
        margin-bottom: 0.33333vw;
        width: 20.2vw;
        height: 20.2vw;
    }
}

@media screen and (max-width: 738px) {
    .insta-area__list-item-image {
        margin-right: auto;
        margin-left: auto;
        width: 74.17046vw;
        height: 74.17046vw;
    }
}

.insta-area__list-item-image img {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 100%;
    height: auto;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

@media screen and (max-width: 1500px) {
    .insta-area__list-item-image {
        margin-bottom: 0.33333vw;
    }
}

.insta-area__list-item-title {
    color: #004d9d;
    font-size: 25px;
}

@media screen and (max-width: 1500px) {
    .insta-area__list-item-title {
        font-size: 1.66667vw;
    }
}

@media screen and (max-width: 738px) {
    .insta-area__list-item-title {
        display: none;
    }
}

/*  insta-area-wrapper
--------------------------------------------- */
@media screen and (max-width: 738px) {
    .insta-area-wrapper {
        position: relative;
    }
}

@media screen and (max-width: 738px) {
    .insta-button-prev {
        position: absolute;
        top: 50%;
        left: -1.95185vw;
        z-index: 1;
        margin-top: 0;
        width: 0;
        height: 0;
        outline: none;
        border-width: 5.20494vw 6.50618vw 5.20494vw 0;
        border-style: solid;
        border-color: transparent #004d9d transparent transparent;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

@media screen and (max-width: 738px) {
    .insta-button-next {
        position: absolute;
        top: 50%;
        right: -1.95185vw;
        z-index: 1;
        margin-top: 0;
        width: 0;
        height: 0;
        outline: none;
        border-width: 5.20494vw 0 5.20494vw 6.50618vw;
        border-style: solid;
        border-color: transparent transparent transparent #004d9d;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

/* ---------------------------------------------
*   lineup-contents
--------------------------------------------- */
.lineup-contents__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.lineup-contents__list-item {
    width: 50%;
}

@media screen and (max-width: 738px) {
    .lineup-contents__list-item {
        margin-right: 5.53025vw;
    }
}

@media screen and (max-width: 738px) {
    .lineup-contents__list-item:nth-of-type(2n) {
        margin-right: 0;
    }
}

.lineup-contents__list-item-image {
    margin-right: auto;
    margin-bottom: 35px;
    margin-left: auto;
    width: 324px;
}

@media screen and (max-width: 1500px) {
    .lineup-contents__list-item-image {
        margin-bottom: 2.33333vw;
        width: 21.6vw;
    }
}

@media screen and (max-width: 738px) {
    .lineup-contents__list-item-image {
        margin-bottom: 4.55433vw;
        margin-left: 1.30124vw;
        width: 35.58881vw;
    }
}

.lineup-contents__list-item-frame {
    margin-left: 139px;
}

@media screen and (max-width: 1500px) {
    .lineup-contents__list-item-frame {
        margin-left: 9.3vw;
    }
}

@media screen and (max-width: 738px) {
    .lineup-contents__list-item-frame {
        margin-left: 0.97593vw;
    }
}

.lineup-contents__list-title {
    position: relative;
    display: block;
    overflow: hidden;
    margin-bottom: 8px;
    padding-top: 35px;
    width: 274px;
    height: 0;
    background-image: url(../img/title_ercsoft.png);
    background-position: 50% 0;
    background-size: auto 100%;
    background-repeat: no-repeat;
}

@media screen and (max-width: 1500px) {
    .lineup-contents__list-title {
        margin-bottom: 0.53333vw;
        padding-top: 2.33333vw;
        width: 18.3vw;
    }
}

@media screen and (max-width: 738px) {
    .lineup-contents__list-title {
        margin-bottom: 0.65062vw;
        padding-top: 4.81457vw;
        width: 37.54066vw;
    }
}

.lineup-contents__list-caption {
    margin-bottom: 15px;
    font-size: 17px;
}

@media screen and (max-width: 1500px) {
    .lineup-contents__list-caption {
        margin-bottom: 1vw;
        font-size: 1.16667vw;
    }
}

@media screen and (max-width: 738px) {
    .lineup-contents__list-caption {
        margin-bottom: 1.30124vw;
        font-size: 2.86272vw;
    }
}

.lineup-contents__list-link {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 12px 0;
    width: 216px;
    background-color: #004d9d;
    color: #fff;
    text-align: center;
    font-size: 15px;
}

@media screen and (max-width: 1500px) {
    .lineup-contents__list-link {
        padding-top: 0.8vw;
        padding-bottom: 0.8vw;
        width: 14.4vw;
        font-size: 1.03333vw;
    }
}

@media screen and (max-width: 738px) {
    .lineup-contents__list-link {
        padding-top: 1.30124vw;
        padding-bottom: 1.30124vw;
        width: 37.41054vw;
        font-size: 2.60247vw;
    }
}

/*  <hr> tag as anchor target
--------------------------------------------- */
hr[id^="anchor"] {
    display: block;
    margin: 0;
    margin-top: -50px;
    padding: 0;
    padding-top: 50px;
    width: auto;
    height: 0;
    border: 0;
}

@media screen and (max-width: 738px) {
    hr[id^="anchor"] {
        margin-top: -60px;
        padding-top: 60px;
    }
}

/* ---------------------------------------------
*   js Overwrite
--------------------------------------------- */
/* ---------------------------------------------
*   yu2fvl
--------------------------------------------- */
.yu2fvl {
    top: 0;
    z-index: 9999;
}

.yu2fvl-iframe {
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
}

.yu2fvl-overlay {
    z-index: 9998;
    background: #000;
}

.yu2fvl-close {
    position: absolute;
    top: -47px;
    right: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    outline: 0;
    border: 0;
    background: none;
    color: #fff;
    text-align: right;
    font-size: 40px;
    cursor: pointer;
}

@media screen and (max-width: 500px) {
    .yu2fvl {
        top: 3px;
        top: 0 !important;
        right: 0 !important;
        bottom: 0 !important;
        left: 0 !important;
        z-index: 9999;
        margin: auto !important;
        min-width: 300px !important;
        min-height: 202.5px !important;
    }
}

/* ==========================================================
*
*   page
*
========================================================== */
/* ---------------------------------------------
*   Index Page
--------------------------------------------- */
/* ==========================================================
*
*   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: 738px) {
    .mgt-sp--0 {
        margin-top: 0 !important;
    }
    .mgt-sp--5 {
        margin-top: 0.32531vw !important;
    }
    .mgt-sp--10 {
        margin-top: 0.65062vw !important;
    }
    .mgt-sp--15 {
        margin-top: 0.97593vw !important;
    }
    .mgt-sp--20 {
        margin-top: 1.30124vw !important;
    }
    .mgt-sp--25 {
        margin-top: 1.62655vw !important;
    }
    .mgt-sp--30 {
        margin-top: 1.95185vw !important;
    }
    .mgt-sp--35 {
        margin-top: 2.27716vw !important;
    }
    .mgt-sp--40 {
        margin-top: 2.60247vw !important;
    }
    .mgt-sp--45 {
        margin-top: 2.92778vw !important;
    }
    .mgt-sp--50 {
        margin-top: 3.25309vw !important;
    }
    .mgt-sp--55 {
        margin-top: 3.5784vw !important;
    }
    .mgt-sp--60 {
        margin-top: 3.90371vw !important;
    }
    .mgt-sp--65 {
        margin-top: 4.22902vw !important;
    }
    .mgt-sp--70 {
        margin-top: 4.55433vw !important;
    }
    .mgt-sp--75 {
        margin-top: 4.87964vw !important;
    }
    .mgt-sp--80 {
        margin-top: 5.20494vw !important;
    }
    .mgt-sp--85 {
        margin-top: 5.53025vw !important;
    }
    .mgt-sp--90 {
        margin-top: 5.85556vw !important;
    }
    .mgt-sp--95 {
        margin-top: 6.18087vw !important;
    }
    .mgt-sp--100 {
        margin-top: 6.50618vw !important;
    }
    .mgt-sp--105 {
        margin-top: 6.83149vw !important;
    }
    .mgt-sp--110 {
        margin-top: 7.1568vw !important;
    }
    .mgt-sp--115 {
        margin-top: 7.48211vw !important;
    }
    .mgt-sp--120 {
        margin-top: 7.80742vw !important;
    }
    .mgt-sp--125 {
        margin-top: 8.13273vw !important;
    }
    .mgt-sp--130 {
        margin-top: 8.45804vw !important;
    }
    .mgt-sp--135 {
        margin-top: 8.78334vw !important;
    }
    .mgt-sp--140 {
        margin-top: 9.10865vw !important;
    }
    .mgt-sp--145 {
        margin-top: 9.43396vw !important;
    }
    .mgt-sp--150 {
        margin-top: 9.75927vw !important;
    }
    .mgt-sp--155 {
        margin-top: 10.08458vw !important;
    }
    .mgt-sp--160 {
        margin-top: 10.40989vw !important;
    }
    .mgt-sp--165 {
        margin-top: 10.7352vw !important;
    }
    .mgt-sp--170 {
        margin-top: 11.06051vw !important;
    }
    .mgt-sp--175 {
        margin-top: 11.38582vw !important;
    }
    .mgt-sp--180 {
        margin-top: 11.71113vw !important;
    }
    .mgt-sp--185 {
        margin-top: 12.03643vw !important;
    }
    .mgt-sp--190 {
        margin-top: 12.36174vw !important;
    }
    .mgt-sp--195 {
        margin-top: 12.68705vw !important;
    }
    .mgt-sp--200 {
        margin-top: 13.01236vw !important;
    }
    .mgt-sp--205 {
        margin-top: 13.33767vw !important;
    }
    .mgt-sp--210 {
        margin-top: 13.66298vw !important;
    }
    .mgt-sp--215 {
        margin-top: 13.98829vw !important;
    }
    .mgt-sp--220 {
        margin-top: 14.3136vw !important;
    }
    .mgt-sp--225 {
        margin-top: 14.63891vw !important;
    }
    .mgt-sp--230 {
        margin-top: 14.96422vw !important;
    }
    .mgt-sp--235 {
        margin-top: 15.28953vw !important;
    }
    .mgt-sp--240 {
        margin-top: 15.61483vw !important;
    }
    .mgt-sp--245 {
        margin-top: 15.94014vw !important;
    }
    .mgt-sp--250 {
        margin-top: 16.26545vw !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: 738px) {
    .mgb-sp--0 {
        margin-bottom: 0 !important;
    }
    .mgb-sp--5 {
        margin-bottom: 0.32531vw !important;
    }
    .mgb-sp--10 {
        margin-bottom: 0.65062vw !important;
    }
    .mgb-sp--15 {
        margin-bottom: 0.97593vw !important;
    }
    .mgb-sp--20 {
        margin-bottom: 1.30124vw !important;
    }
    .mgb-sp--25 {
        margin-bottom: 1.62655vw !important;
    }
    .mgb-sp--30 {
        margin-bottom: 1.95185vw !important;
    }
    .mgb-sp--35 {
        margin-bottom: 2.27716vw !important;
    }
    .mgb-sp--40 {
        margin-bottom: 2.60247vw !important;
    }
    .mgb-sp--45 {
        margin-bottom: 2.92778vw !important;
    }
    .mgb-sp--50 {
        margin-bottom: 3.25309vw !important;
    }
    .mgb-sp--55 {
        margin-bottom: 3.5784vw !important;
    }
    .mgb-sp--60 {
        margin-bottom: 3.90371vw !important;
    }
    .mgb-sp--65 {
        margin-bottom: 4.22902vw !important;
    }
    .mgb-sp--70 {
        margin-bottom: 4.55433vw !important;
    }
    .mgb-sp--75 {
        margin-bottom: 4.87964vw !important;
    }
    .mgb-sp--80 {
        margin-bottom: 5.20494vw !important;
    }
    .mgb-sp--85 {
        margin-bottom: 5.53025vw !important;
    }
    .mgb-sp--90 {
        margin-bottom: 5.85556vw !important;
    }
    .mgb-sp--95 {
        margin-bottom: 6.18087vw !important;
    }
    .mgb-sp--100 {
        margin-bottom: 6.50618vw !important;
    }
    .mgb-sp--105 {
        margin-bottom: 6.83149vw !important;
    }
    .mgb-sp--110 {
        margin-bottom: 7.1568vw !important;
    }
    .mgb-sp--115 {
        margin-bottom: 7.48211vw !important;
    }
    .mgb-sp--120 {
        margin-bottom: 7.80742vw !important;
    }
    .mgb-sp--125 {
        margin-bottom: 8.13273vw !important;
    }
    .mgb-sp--130 {
        margin-bottom: 8.45804vw !important;
    }
    .mgb-sp--135 {
        margin-bottom: 8.78334vw !important;
    }
    .mgb-sp--140 {
        margin-bottom: 9.10865vw !important;
    }
    .mgb-sp--145 {
        margin-bottom: 9.43396vw !important;
    }
    .mgb-sp--150 {
        margin-bottom: 9.75927vw !important;
    }
    .mgb-sp--155 {
        margin-bottom: 10.08458vw !important;
    }
    .mgb-sp--160 {
        margin-bottom: 10.40989vw !important;
    }
    .mgb-sp--165 {
        margin-bottom: 10.7352vw !important;
    }
    .mgb-sp--170 {
        margin-bottom: 11.06051vw !important;
    }
    .mgb-sp--175 {
        margin-bottom: 11.38582vw !important;
    }
    .mgb-sp--180 {
        margin-bottom: 11.71113vw !important;
    }
    .mgb-sp--185 {
        margin-bottom: 12.03643vw !important;
    }
    .mgb-sp--190 {
        margin-bottom: 12.36174vw !important;
    }
    .mgb-sp--195 {
        margin-bottom: 12.68705vw !important;
    }
    .mgb-sp--200 {
        margin-bottom: 13.01236vw !important;
    }
    .mgb-sp--205 {
        margin-bottom: 13.33767vw !important;
    }
    .mgb-sp--210 {
        margin-bottom: 13.66298vw !important;
    }
    .mgb-sp--215 {
        margin-bottom: 13.98829vw !important;
    }
    .mgb-sp--220 {
        margin-bottom: 14.3136vw !important;
    }
    .mgb-sp--225 {
        margin-bottom: 14.63891vw !important;
    }
    .mgb-sp--230 {
        margin-bottom: 14.96422vw !important;
    }
    .mgb-sp--235 {
        margin-bottom: 15.28953vw !important;
    }
    .mgb-sp--240 {
        margin-bottom: 15.61483vw !important;
    }
    .mgb-sp--245 {
        margin-bottom: 15.94014vw !important;
    }
    .mgb-sp--250 {
        margin-bottom: 16.26545vw !important;
    }
}

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

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