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

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

Contents:
    module
    page
    utility
========================================================== */
/* ==========================================================
*
*   module
*
========================================================== */
/* ---------------------------------------------
*   hover opacity
--------------------------------------------- */
.hover-opacity {
    -webkit-transition: opacity 300ms;
    transition: opacity 300ms;
}

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

@media screen and (max-width: 750px) {
    .hover-opacity {
        outline: none;
        opacity: 1;
    }
}

/* ---------------------------------------------
*   contents-fade
--------------------------------------------- */
.contents-fade {
    opacity: 0;
}

/* ---------------------------------------------
*   contents-fade--show
--------------------------------------------- */
.contents-fade--show {
    opacity: 1;
    -webkit-transition-delay: .5s;
    transition-delay: .5s;
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
    -webkit-transition-property: opacity;
    transition-property: opacity;
}

/* ---------------------------------------------
*   main
--------------------------------------------- */
.main {
    margin-top: 50px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1500px;
}

@media screen and (max-width: 750px) {
    .main {
        margin-top: 60px;
        max-width: inherit;
    }
}

/* ---------------------------------------------
*   keyvisual
--------------------------------------------- */
.keyvisual {
    position: relative;
}

.keyvisual:before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    display: block;
    width: 0;
    height: 0;
    border-width: 722px 722px 0 0;
    border-style: solid;
    border-color: rgba(219, 178, 0, 0.8) transparent transparent transparent;
    content: "";
}

@media screen and (max-width: 1500px) {
    .keyvisual:before {
        border-width: 48.13333vw 48.13333vw 0 0;
    }
}

@media screen and (max-width: 750px) {
    .keyvisual:before {
        border-width: 78.02341vw 79.58388vw 0 0;
    }
}

.keyvisual:after {
    position: absolute;
    top: 0;
    left: 120px;
    z-index: 5;
    display: block;
    width: 784px;
    height: 505px;
    background-image: url(../img/pc/bg_stroke.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    content: "";
}

@media screen and (max-width: 1500px) {
    .keyvisual:after {
        left: 8vw;
        width: 52.26667vw;
        height: 33.66667vw;
    }
}

@media screen and (max-width: 750px) {
    .keyvisual:after {
        right: 0;
        left: auto;
        width: 84.52536vw;
        height: 63.329vw;
        background-image: url(../img/sp/bg_stroke.png);
    }
}

/* ---------------------------------------------
*   keyvisual-upper
--------------------------------------------- */
.keyvisual-upper {
    position: relative;
    padding: 135px 0 20px 0;
    background: -webkit-gradient(linear, left top, right top, from(#e6e6e6), color-stop(50%, #e6e6e6), to(white));
    background: linear-gradient(90deg, #e6e6e6 0%, #e6e6e6 50%, white 100%);
}

@media screen and (max-width: 1500px) {
    .keyvisual-upper {
        padding: 9vw 0 1.33333vw 0;
    }
}

@media screen and (max-width: 750px) {
    .keyvisual-upper {
        padding: 48.89467vw 0 0 0;
        background: -webkit-gradient(linear, left top, right top, from(#e6e6e6), color-stop(100%, #e6e6e6), to(white));
        background: linear-gradient(90deg, #e6e6e6 0%, #e6e6e6 100%, white 100%);
    }
}

@media screen and (max-width: 750px) {
    .keyvisual-upper.pc-hide {
        z-index: 0;
        margin-top: 6.50195vw;
        padding: 0 0 0 0;
        background: none;
    }
}

.keyvisual-upper__inner {
    margin-right: 150px;
    margin-left: auto;
    width: 590px;
    text-align: center;
}

@media screen and (max-width: 1500px) {
    .keyvisual-upper__inner {
        margin-right: 10vw;
        margin-left: auto;
        width: 39.33333vw;
    }
}

@media screen and (max-width: 750px) {
    .keyvisual-upper__inner {
        margin-right: 0;
        padding: 0 5.20156vw;
        width: auto;
    }
}

.keyvisual-upper__lead {
    overflow: hidden;
    margin: 0 auto;
    padding-top: 106px;
    width: 469px;
    height: 0;
    background-image: url(../img/pc/text_title.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
}

@media screen and (max-width: 1500px) {
    .keyvisual-upper__lead {
        padding-top: 7.06667vw;
        width: 31.26667vw;
    }
}

@media screen and (max-width: 750px) {
    .keyvisual-upper__lead {
        padding-top: 17.36021vw;
        width: 76.658vw;
        background-image: url(../img/sp/text_title.png);
    }
}

.keyvisual-upper__head {
    overflow: hidden;
    margin-top: 50px;
    padding-top: 55px;
    width: 590px;
    height: 0;
    background-image: url(../img/pc/text_strokelab.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
}

@media screen and (max-width: 1500px) {
    .keyvisual-upper__head {
        margin-top: 3.33333vw;
        padding-top: 3.66667vw;
        width: 39.33333vw;
        font-size: 3vw;
    }
}

@media screen and (max-width: 750px) {
    .keyvisual-upper__head {
        margin-top: 4.55137vw;
        padding-top: 9.3%;
        width: auto;
    }
}

.keyvisual-upper__btn {
    margin-top: 40px;
    margin-right: auto;
    margin-left: auto;
    width: 200px;
    border: solid 1px #595757;
    border-radius: 20px;
}

@media screen and (max-width: 1500px) {
    .keyvisual-upper__btn {
        margin-top: 2.66667vw;
        width: 13.33333vw;
    }
}

@media screen and (max-width: 750px) {
    .keyvisual-upper__btn {
        margin-top: 6.50195vw;
        width: 46.81404vw;
        border-radius: 5.20156vw;
    }
}

.keyvisual-upper__btn-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    padding: 8px 0;

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

@media screen and (max-width: 1500px) {
    .keyvisual-upper__btn-link {
        padding: 0.53333vw 0;
    }
}

@media screen and (max-width: 750px) {
    .keyvisual-upper__btn-link {
        padding: 2.60078vw 0;
    }
}

.keyvisual-upper__btn-link span {
    display: inline-block;
    padding-right: 20px;
    background-image: url(../img/pc/arrow_circle.png);
    background-position: right center;
    background-size: 14.5px 14.5px;
    background-repeat: no-repeat;
    font-size: 1rem;
}

@media screen and (max-width: 1500px) {
    .keyvisual-upper__btn-link span {
        padding-right: 1.33333vw;
        background-size: 0.96667vw 0.96667vw;
        font-size: 0.93333vw;
    }
}

@media screen and (max-width: 750px) {
    .keyvisual-upper__btn-link span {
        padding-right: 5.20156vw;
        background-size: 3.77113vw 3.77113vw;
        font-size: 3.25098vw;
    }
}

/* ---------------------------------------------
*   keyvisual-lower
--------------------------------------------- */
.keyvisual-lower {
    background-color: #fff;
}

@media screen and (max-width: 750px) {
    .keyvisual-lower {
        padding: 20.80624vw 0 19.50585vw;
        background-image: url(../img/sp/bg_frame_yellow.png);
        background-position: bottom right;
        background-size: 78.47854vw 18.53056vw;
        background-repeat: no-repeat;
    }
}

.keyvisual-lower__img {
    padding: 100px 50px 60px 50px;
    width: 1244px;
}

@media screen and (max-width: 1500px) {
    .keyvisual-lower__img {
        padding: 6.66667vw 3.33333vw 4vw 3.33333vw;
        width: 82.93333vw;
    }
}

@media screen and (max-width: 750px) {
    .keyvisual-lower__img {
        position: relative;
        z-index: 3;
        padding: 0;
        width: auto;
    }
}

/* ---------------------------------------------
*   index-section
--------------------------------------------- */
.index-section {
    position: relative;
    overflow: hidden;
}

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

.index-section:first-of-type {
    margin-top: 45px;
    border-top: none;
}

@media screen and (max-width: 1500px) {
    .index-section:first-of-type {
        margin-top: 3vw;
    }
}

@media screen and (max-width: 750px) {
    .index-section:first-of-type {
        margin-top: 5.20156vw;
    }
}

.index-section:first-of-type:after {
    position: absolute;
    right: 0;
    bottom: 0;
    display: block;
    width: 1370px;
    height: 516px;
    background-image: url(../img/pc/bg_frame_yellow.png);
    background-size: auto 100%;
    background-repeat: no-repeat;
    content: "";
}

@media screen and (max-width: 1500px) {
    .index-section:first-of-type:after {
        width: 91.33333vw;
        height: 34.4vw;
    }
}

@media screen and (max-width: 750px) {
    .index-section:first-of-type:after {
        margin-top: 5.20156vw;
        background-image: url(../img/sp/bg_frame_yellow.png);
        background-position: bottom right;
        background-size: 78.47854vw 18.53056vw;
        background-repeat: no-repeat;
    }
}

@media screen and (max-width: 750px) {
    .index-section:first-of-type:before {
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        width: 0;
        height: 0;
        border-width: 23.40702vw 23.01691vw 0 0;
        border-style: solid;
        border-color: rgba(219, 178, 0, 0.8) transparent transparent transparent;
        content: "";
    }
}

.index-section:nth-of-type(2):before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 0;
    height: 0;
    border-width: 186px 186px 0 0;
    border-style: solid;
    border-color: rgba(219, 178, 0, 0.8) transparent transparent transparent;
    content: "";
}

@media screen and (max-width: 1500px) {
    .index-section:nth-of-type(2):before {
        border-width: 12.4vw 12.4vw 0 0;
    }
}

@media screen and (max-width: 750px) {
    .index-section:nth-of-type(2):before {
        border-width: 23.40702vw 23.01691vw 0 0;
    }
}

.index-section:nth-of-type(3):before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 0;
    height: 0;
    border-width: 186px 186px 0 0;
    border-style: solid;
    border-color: rgba(219, 178, 0, 0.8) transparent transparent transparent;
    content: "";
}

@media screen and (max-width: 1500px) {
    .index-section:nth-of-type(3):before {
        border-width: 12.4vw 12.4vw 0 0;
    }
}

@media screen and (max-width: 750px) {
    .index-section:nth-of-type(3):before {
        border-width: 23.40702vw 23.01691vw 0 0;
    }
}

.index-section:nth-of-type(3):after {
    position: absolute;
    right: 0;
    bottom: 0;
    display: block;
    width: 685.5px;
    height: 234px;
    background-image: url(../img/pc/bg_frame_white.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    content: "";
}

@media screen and (max-width: 1500px) {
    .index-section:nth-of-type(3):after {
        width: 45.7vw;
        height: 15.6vw;
    }
}

@media screen and (max-width: 750px) {
    .index-section:nth-of-type(3):after {
        width: 78.54356vw;
        height: 18.53056vw;
        background-image: url(../img/sp/bg_frame_white.png);
    }
}

.index-section:nth-of-type(4):before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 0;
    height: 0;
    border-width: 186px 186px 0 0;
    border-style: solid;
    border-color: rgba(219, 178, 0, 0.8) transparent transparent transparent;
    content: "";
}

@media screen and (max-width: 1500px) {
    .index-section:nth-of-type(4):before {
        border-width: 12.4vw 12.4vw 0 0;
    }
}

@media screen and (max-width: 750px) {
    .index-section:nth-of-type(4):before {
        border-width: 23.40702vw 23.01691vw 0 0;
    }
}

.index-section:nth-of-type(4):after {
    position: absolute;
    right: -3px;
    bottom: 0;
    display: block;
    width: 1370px;
    height: 516px;
    background-image: url(../img/pc/bg_frame_yellow.png);
    background-size: auto 100%;
    background-repeat: no-repeat;
    content: "";
}

@media screen and (max-width: 1500px) {
    .index-section:nth-of-type(4):after {
        right: 0;
        width: 91.33333vw;
        height: 34.4vw;
    }
}

@media screen and (max-width: 750px) {
    .index-section:nth-of-type(4):after {
        background-image: url(../img/sp/bg_frame_yellow.png);
        background-position: bottom right;
        background-size: 78.47854vw 18.53056vw;
        background-repeat: no-repeat;
    }
}

@media screen and (max-width: 1500px) {
    body.ie .index-section:nth-of-type(4):after {
        width: 90.3vw;
    }
}

.index-section__container {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: auto;
    margin-left: auto;
    padding: 50px 40px 60px 50px;
    max-width: 1240px;
    border-top: solid 3px #ececec;
    background-color: #fff;
}

@media screen and (max-width: 1500px) {
    .index-section__container {
        padding: 3.33333vw 2.66667vw 4vw 3.33333vw;
        max-width: 82.66667vw;
    }
}

@media screen and (max-width: 750px) {
    .index-section__container {
        padding: 4.55137vw 5.20156vw 9.10273vw 5.20156vw;
        max-width: inherit;
    }
}

.index-section:first-of-type .index-section__container {
    border-top: none;
}

.index-section:nth-of-type(3) .index-section__container {
    padding: 50px 40px 150px 50px;
}

@media screen and (max-width: 1500px) {
    .index-section:nth-of-type(3) .index-section__container {
        padding: 3.33333vw 2.66667vw 10vw 3.33333vw;
    }
}

@media screen and (max-width: 750px) {
    .index-section:nth-of-type(3) .index-section__container {
        padding: 4.55137vw 5.20156vw 20.15605vw 5.20156vw;
    }
}

.index-section:nth-of-type(4) .index-section__container {
    padding: 50px 40px 150px 50px;
}

@media screen and (max-width: 1500px) {
    .index-section:nth-of-type(4) .index-section__container {
        padding: 3.33333vw 2.66667vw 10vw 3.33333vw;
    }
}

@media screen and (max-width: 750px) {
    .index-section:nth-of-type(4) .index-section__container {
        padding: 5.85176vw 5.20156vw 20.80624vw 5.20156vw;
    }
}

.index-section__container--2 {
    padding: 50px 40px 0 50px;
}

@media screen and (max-width: 1500px) {
    .index-section__container--2 {
        padding: 3.33333vw 2.66667vw 0 3.33333vw;
    }
}

@media screen and (max-width: 750px) {
    .index-section__container--2 {
        padding: 4.55137vw 5.20156vw 0 5.20156vw;
    }
}

.index-section__inner {
    position: relative;
    z-index: 99;
}

.index-section__upper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-pack: justify;

    -webkit-box-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
}

@media screen and (max-width: 750px) {
    .index-section__upper {
        display: block;
    }
}

.index-section__head {
    overflow: hidden;
    height: 0;
    background-size: 100% auto;
    background-repeat: no-repeat;
}

.index-section__head--movie {
    padding-top: 17.5px;
    width: 115.5px;
    background-image: url(../img/pc/text_movie.png);
}

@media screen and (max-width: 1500px) {
    .index-section__head--movie {
        padding-top: 1.16667vw;
        width: 7.7vw;
    }
}

@media screen and (max-width: 750px) {
    .index-section__head--movie {
        margin-left: auto;
        padding-top: 2.27568vw;
        width: 15.01951vw;
    }
}

.index-section__head--technology {
    margin-top: 20px;
    padding-top: 17px;
    width: 258.5px;
    background-image: url(../img/pc/text_technology.png);
}

@media screen and (max-width: 1500px) {
    .index-section__head--technology {
        margin-top: 1.33333vw;
        padding-top: 1.13333vw;
        width: 17.23333vw;
    }
}

@media screen and (max-width: 750px) {
    .index-section__head--technology {
        margin-left: auto;
        padding-top: 2.21066vw;
        width: 33.61508vw;
    }
}

.index-section__head--impression {
    margin-top: 25px;
    padding-top: 17px;
    width: 323.5px;
    background-image: url(../img/pc/text_proimpression.png);
}

@media screen and (max-width: 1500px) {
    .index-section__head--impression {
        margin-top: 1.66667vw;
        padding-top: 1.13333vw;
        width: 21.56667vw;
    }
}

@media screen and (max-width: 750px) {
    .index-section__head--impression {
        margin-top: 0;
        margin-left: auto;
        padding-top: 2.21066vw;
        width: 42.06762vw;
    }
}

.index-section__head--lineup {
    margin-top: 25px;
    padding-top: 17px;
    width: 149.5px;
    background-image: url(../img/pc/text_line-up.png);
}

@media screen and (max-width: 1500px) {
    .index-section__head--lineup {
        margin-top: 1.66667vw;
        padding-top: 1.13333vw;
        width: 9.96667vw;
    }
}

@media screen and (max-width: 750px) {
    .index-section__head--lineup {
        margin-top: 0;
        margin-left: auto;
        padding-top: 2.21066vw;
        width: 19.44083vw;
    }
}

.index-section__lead {
    position: relative;
    padding-left: 30px;
    font-weight: bold;
    font-size: 3.21429rem;
}

@media screen and (max-width: 1500px) {
    .index-section__lead {
        padding-left: 2vw;
        font-size: 3vw;
    }
}

@media screen and (max-width: 750px) {
    .index-section__lead {
        margin-top: 9.10273vw;
        padding-left: 5.20156vw;
        font-size: 5.85176vw;
    }
}

@media screen and (max-width: 340px) {
    .index-section__lead {
        font-size: 5.20156vw;
    }
}

.index-section__lead:before {
    position: absolute;
    top: 20px;
    left: 0;
    display: block;
    width: 0;
    height: 0;
    border-width: 12px 0 12px 18px;
    border-style: solid;
    border-color: transparent transparent transparent #fec524;
    content: "";
}

@media screen and (max-width: 1500px) {
    .index-section__lead:before {
        top: 1.33333vw;
        border-width: 0.8vw 0 0.8vw 1.2vw;
    }
}

@media screen and (max-width: 750px) {
    .index-section__lead:before {
        top: 3.25098vw;
        border-width: 1.56047vw 0 1.56047vw 2.3407vw;
    }
}

/* ---------------------------------------------
*   thumnail
--------------------------------------------- */
.thumnail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    margin-top: 30px;
    margin-right: auto;
    margin-left: auto;
    width: 574px;
    height: 322.5px;
    background: url(../img/pc/img_thumnail01.jpg) center center no-repeat;
    background-size: 100% auto;

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

@media screen and (max-width: 1500px) {
    .thumnail {
        margin-top: 2vw;
        width: 38.26667vw;
        height: 21.5vw;
    }
}

@media screen and (max-width: 750px) {
    .thumnail {
        margin-top: 7.80234vw;
        width: auto;
        height: 44.21326vw;
        background: url(../img/sp/img_thumnail01.jpg) center center no-repeat;
        background-size: 100% auto;
    }
}

.thumnail div {
    width: 100%;
}

.thumnail--impression {
    background: url(../img/pc/img_thumnail02.jpg) center center no-repeat;
    background-size: 100% auto;
}

@media screen and (max-width: 750px) {
    .thumnail--impression {
        background: url(../img/sp/img_thumnail02.jpg) center center no-repeat;
        background-size: 100% auto;
    }
}

.thumnail__text {
    position: relative;
    margin-top: 30px;
    margin-right: auto;
    margin-left: auto;
    max-width: 574px;
    font-weight: bold;
    font-size: 2.28571rem;
}

@media screen and (max-width: 1500px) {
    .thumnail__text {
        margin-top: 2vw;
        max-width: 38.26667vw;
        font-size: 2.13333vw;
    }
}

@media screen and (max-width: 750px) {
    .thumnail__text {
        margin-top: 4.55137vw;
        max-width: inherit;
        font-size: 4.42133vw;
    }
}

.thumnail__text:after {
    position: absolute;
    top: 55px;
    left: 265px;
    display: block;
    width: 57.5px;
    height: 42px;
    background-image: url(../img/pc/arrow_yellow2.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    content: "";
}

@media screen and (max-width: 1500px) {
    .thumnail__text:after {
        top: 3.66667vw;
        left: 17.66667vw;
        width: 3.83333vw;
        height: 2.8vw;
    }
}

@media screen and (max-width: 750px) {
    .thumnail__text:after {
        top: 7.80234vw;
        left: 50%;
        width: 7.66667vw;
        height: 10.92328vw;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}

/*  mod-movie
--------------------------------------------- */
.mod-movie {
    color: #fff;
    text-align: center;
}

.thumnail .js-modal-youtube {
    display: block;
    margin: 0 auto;
    width: 60px;
    outline: none;
}

@media screen and (max-width: 1500px) {
    .thumnail .js-modal-youtube {
        width: 4vw;
    }
}

@media screen and (max-width: 750px) {
    .thumnail .js-modal-youtube {
        width: 12.22367vw;
    }
}

/*  movie-play
--------------------------------------------- */
.movie-play {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: auto;
    margin-left: auto;
    max-width: 63px;
    max-height: 63px;
    width: 63px;
    height: 63px;
    border-radius: 50%;
    background-color: #fec524;
    color: #000;
    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;
}

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

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

.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: 55%;
    font-size: 31px !important;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

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

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

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;

    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fa-play:before {
    color: #846d0e;
    content: "\f04b";
}

@-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);
    }
}

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

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

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

.yu2fvl-close {
    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;
    }
}

@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;
    }
}

/* ---------------------------------------------
*   point
--------------------------------------------- */
.point {
    position: relative;
    margin-top: 0;
    padding-top: 85px;
}

@media screen and (max-width: 1500px) {
    .point {
        padding-top: 5.66667vw;
    }
}

@media screen and (max-width: 750px) {
    .point {
        padding-top: 11.70351vw;
    }
}

.point:before {
    position: absolute;
    top: 0;
    left: 49.6%;
    display: block;
    width: 1240px;
    height: 3px;
    background-color: #ececec;
    content: "";
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

@media screen and (max-width: 1500px) {
    .point:before {
        width: 82.66667vw;
    }
}

@media screen and (max-width: 750px) {
    .point:before {
        left: 50%;
        width: 89.72692vw;
    }
}

.point:after {
    position: absolute;
    right: -170px;
    bottom: 0;
    display: block;
    width: 685.5px;
    height: 234px;
    background-image: url(../img/pc/bg_frame_white.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    content: "";
}

@media screen and (max-width: 1500px) {
    .point:after {
        right: -11.33333vw;
        width: 45.7vw;
        height: 15.6vw;
    }
}

@media screen and (max-width: 750px) {
    .point:after {
        right: -10.40312vw;
        width: 78.54356vw;
        height: 18.53056vw;
        background-image: url(../img/sp/bg_frame_white.png);
    }
}

.point:first-of-type:before {
    content: none;
}

.point:last-of-type:after {
    position: absolute;
    right: -170px;
    bottom: 0;
    display: block;
    width: 1370px;
    height: 516px;
    background-image: url(../img/pc/bg_frame_yellow.png);
    background-size: auto 100%;
    background-repeat: no-repeat;
    content: "";
}

@media screen and (max-width: 1500px) {
    .point:last-of-type:after {
        right: -11.33333vw;
        width: 91.33333vw;
        height: 34.4vw;
    }
}

@media screen and (max-width: 750px) {
    .point:last-of-type:after {
        right: -10.40312vw;
        background-image: url(../img/sp/bg_frame_yellow.png);
        background-position: bottom right;
        background-size: 78.47854vw 18.53056vw;
        background-repeat: no-repeat;
    }
}

.point__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    padding-bottom: 135px;

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

@media screen and (max-width: 1500px) {
    .point__container {
        padding-bottom: 9vw;
    }
}

@media screen and (max-width: 750px) {
    .point__container {
        display: block;
        padding-bottom: 20.80624vw;
    }
}

.point__head {
    width: 120px;
    text-align: center;
}

@media screen and (max-width: 1500px) {
    .point__head {
        width: 8vw;
    }
}

@media screen and (max-width: 750px) {
    .point__head {
        position: absolute;
        top: 13.0039vw;
        width: 14.30429vw;
    }
}

.point__head--1 {
    margin-top: -35px;
}

@media screen and (max-width: 1500px) {
    .point__head--1 {
        margin-top: -2.33333vw;
    }
}

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

.point__head--2 {
    margin-top: -40px;
}

@media screen and (max-width: 1500px) {
    .point__head--2 {
        margin-top: -2.66667vw;
    }
}

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

.point__head--3 {
    margin-top: -22px;
}

@media screen and (max-width: 1500px) {
    .point__head--3 {
        margin-top: -1.46667vw;
    }
}

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

.point__head-text {
    display: block;
    overflow: hidden;
    height: 0;
    background-size: 100% auto;
    background-repeat: no-repeat;
}

.point__head-text--1 {
    padding-top: 135.5px;
    width: 110px;
    background-image: url(../img/pc/text_point01.png);
}

@media screen and (max-width: 1500px) {
    .point__head-text--1 {
        padding-top: 9.03333vw;
        width: 7.33333vw;
    }
}

@media screen and (max-width: 750px) {
    .point__head-text--1 {
        padding-top: 123%;
        width: 100%;
    }
}

.point__head-text--2 {
    padding-top: 125px;
    width: 114.5px;
    background-image: url(../img/pc/text_point02.png);
}

@media screen and (max-width: 1500px) {
    .point__head-text--2 {
        padding-top: 8.33333vw;
        width: 7.63333vw;
    }
}

@media screen and (max-width: 750px) {
    .point__head-text--2 {
        padding-top: 109%;
        width: 100%;
    }
}

.point__head-text--3 {
    padding-top: 128.5px;
    width: 118.5px;
    background-image: url(../img/pc/text_point03.png);
}

@media screen and (max-width: 1500px) {
    .point__head-text--3 {
        padding-top: 8.56667vw;
        width: 7.9vw;
    }
}

@media screen and (max-width: 750px) {
    .point__head-text--3 {
        padding-top: 108%;
        width: 100%;
    }
}

.point__content {
    margin-left: 60px;
    width: 865px;
}

@media screen and (max-width: 1500px) {
    .point__content {
        margin-left: 4vw;
        width: 57.66667vw;
    }
}

@media screen and (max-width: 750px) {
    .point__content {
        margin-left: 0;
        width: auto;
    }
}

.point__lead {
    font-weight: bold;
    font-size: 2.28571rem;
}

@media screen and (max-width: 1500px) {
    .point__lead {
        font-size: 2.13333vw;
    }
}

@media screen and (max-width: 750px) {
    .point__lead {
        padding-left: 20.15605vw;
        font-size: 5.20156vw;
    }
}

.point__text {
    margin-top: 30px;
    color: #808080;
    font-size: 1.25rem;
    line-height: 1.8;
}

@media screen and (max-width: 1500px) {
    .point__text {
        margin-top: 2vw;
        font-size: 1.16667vw;
    }
}

@media screen and (max-width: 750px) {
    .point__text {
        margin-top: 4.55137vw;
        font-size: 3.90117vw;
    }
}

.point__img {
    margin-top: 45px;
}

@media screen and (max-width: 1500px) {
    .point__img {
        margin-top: 3vw;
    }
}

@media screen and (max-width: 750px) {
    .point__img {
        position: relative;
        margin-top: 4.55137vw;
        margin-right: -5.20156vw;
        margin-left: -5.20156vw;
    }
}

.point__img--2 {
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
    width: 839px;
}

@media screen and (max-width: 1500px) {
    .point__img--2 {
        margin-top: 1.33333vw;
        width: 55.93333vw;
    }
}

@media screen and (max-width: 750px) {
    .point__img--2 {
        margin-top: 8.45254vw;
        width: auto;
    }
}

.point__img-text {
    margin-top: 40px;
    color: #4c4c4c;
    font-size: 0.92857rem;
}

@media screen and (max-width: 1500px) {
    .point__img-text {
        margin-top: 2.66667vw;
        font-size: 0.86667vw;
    }
}

@media screen and (max-width: 750px) {
    .point__img-text {
        margin-top: 2.60078vw;
        font-size: 2.60078vw;
    }
}

.point__detail {
    position: relative;
    margin-top: 30px;
    margin-right: auto;
    margin-left: auto;
    width: 850px;
}

@media screen and (max-width: 1500px) {
    .point__detail {
        margin-top: 2vw;
        width: 56.66667vw;
    }
}

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

.point__detail-text {
    color: #808080;
    font-size: 1.25rem;
}

@media screen and (max-width: 1500px) {
    .point__detail-text {
        font-size: 1.16667vw;
    }
}

@media screen and (max-width: 750px) {
    .point__detail-text {
        margin-top: 5.85176vw;
        width: auto;
        font-size: 3.90117vw;
    }
}

.point__list {
    position: absolute;
    top: 0;
    right: 0;
}

@media screen and (max-width: 750px) {
    .point__list {
        position: static;
        margin-top: 3.90117vw;
    }
}

.point__list-item {
    display: table;
    margin-top: 5px;
}

@media screen and (max-width: 1500px) {
    .point__list-item {
        margin-top: 0.33333vw;
    }
}

.point__list-item:first-child {
    margin-top: 0;
}

@media screen and (max-width: 750px) {
    .point__list-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        -ms-flex-align: center;
        margin-top: 1.95059vw;
        font-size: 3.90117vw;

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

.point__list-item span {
    display: table-cell;
    width: 100px;
    color: #4c4c4c;
    text-align: right;
    font-weight: bold;
    font-size: 1.25rem;
}

@media screen and (max-width: 1500px) {
    .point__list-item span {
        width: 6.66667vw;
        font-size: 1.16667vw;
    }
}

@media screen and (max-width: 750px) {
    .point__list-item span {
        width: 22.10663vw;
        font-size: 3.90117vw;
    }
}

.point__list-item span:first-child {
    text-align: left;
    font-weight: normal;
}

.point__note {
    margin-top: 25px;
}

@media screen and (max-width: 1500px) {
    .point__note {
        margin-top: 1.66667vw;
    }
}

@media screen and (max-width: 750px) {
    .point__note {
        margin-top: 3.90117vw;
    }
}

.point__note-item {
    color: #4c4c4c;
    font-size: 0.92857rem;
}

@media screen and (max-width: 1500px) {
    .point__note-item {
        font-size: 0.86667vw;
    }
}

@media screen and (max-width: 750px) {
    .point__note-item {
        margin-top: 1.30039vw;
        font-size: 2.60078vw;
    }
}

.point__content--3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    width: 970px;

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

@media screen and (max-width: 1500px) {
    .point__content--3 {
        width: 64.66667vw;
    }
}

@media screen and (max-width: 750px) {
    .point__content--3 {
        display: block;
        width: auto;
    }
}

.point__content-left {
    width: 425px;
}

@media screen and (max-width: 1500px) {
    .point__content-left {
        width: 28.33333vw;
    }
}

@media screen and (max-width: 750px) {
    .point__content-left {
        margin-left: auto;
        width: 59.16775vw;
    }
}

.point__content-right {
    margin-left: 50px;
    width: 425px;
}

@media screen and (max-width: 1500px) {
    .point__content-right {
        margin-left: 3.33333vw;
        width: 28.33333vw;
    }
}

@media screen and (max-width: 750px) {
    .point__content-right {
        margin-top: 1.95059vw;
        margin-left: auto;
        width: 59.16775vw;
    }
}

@media screen and (max-width: 750px) {
    .point__content-right:before {
        display: block;
        margin-bottom: 4.55137vw;
        margin-left: 24.05722vw;
        width: 7.15215vw;
        height: 5.46164vw;
        background-image: url(../img/pc/arrow_yellow2.png);
        background-size: 100% auto;
        background-repeat: no-repeat;
        content: "";
    }
}

.point__lead-small {
    position: relative;
    font-weight: bold;
    font-size: 1.85714rem;
}

@media screen and (max-width: 1500px) {
    .point__lead-small {
        font-size: 1.73333vw;
    }
}

@media screen and (max-width: 750px) {
    .point__lead-small {
        font-size: 5.20156vw;
    }
}

.point__lead-small:after {
    position: absolute;
    top: 50%;
    right: -25px;
    display: block;
    width: 42px;
    height: 57.5px;
    background-image: url(../img/pc/arrow_yellow.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    content: "";
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media screen and (max-width: 1500px) {
    .point__lead-small:after {
        right: -1.66667vw;
        width: 2.8vw;
        height: 3.83333vw;
    }
}

@media screen and (max-width: 750px) {
    .point__lead-small:after {
        content: none;
    }
}

.point__lead-small--2:after {
    content: none;
}

.point__img--3 {
    width: 412px;
}

@media screen and (max-width: 1500px) {
    .point__img--3 {
        width: 27.46667vw;
    }
}

@media screen and (max-width: 750px) {
    .point__img--3 {
        margin-top: 2.60078vw;
        margin-right: 0;
        margin-left: 0;
        width: auto;
    }
}

.point__img--4 {
    margin-left: 55px;
    width: 261.5px;
}

@media screen and (max-width: 1500px) {
    .point__img--4 {
        margin-left: 3.66667vw;
        width: 17.43333vw;
    }
}

@media screen and (max-width: 750px) {
    .point__img--4 {
        margin-top: 5.20156vw;
        margin-right: 0;
        margin-left: 0;
        padding-left: 5.20156vw;
        width: auto;
    }
}

/* ---------------------------------------------
*   lineup
--------------------------------------------- */
.lineup {
    margin-top: 140px;
}

@media screen and (max-width: 1500px) {
    .lineup {
        margin-top: 9.33333vw;
    }
}

@media screen and (max-width: 750px) {
    .lineup {
        margin-top: 24.96749vw;
    }
}

.lineup:first-of-type {
    margin-top: 80px;
}

@media screen and (max-width: 1500px) {
    .lineup:first-of-type {
        margin-top: 5.33333vw;
    }
}

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

.lineup__head {
    text-align: center;
    font-weight: bold;
    font-size: 2.28571rem;
}

@media screen and (max-width: 1500px) {
    .lineup__head {
        font-size: 2.13333vw;
    }
}

@media screen and (max-width: 750px) {
    .lineup__head {
        font-size: 5.20156vw;
    }
}

.lineup--women .slick-dots {
    display: none;
}

/* ---------------------------------------------
*   product-icon
--------------------------------------------- */
.product-icon {
    position: absolute;
    top: 50px;
    right: 50px;
    width: 90px;
}

@media screen and (max-width: 1500px) {
    .product-icon {
        top: 3.33333vw;
        right: 3.4vw;
        width: 6vw;
    }
}

@media screen and (max-width: 750px) {
        .product-icon {
            width: 12vw;
            top: 6.66667vw;
            right: 5.8vw;
        }
}


.product-icon--2 {
    top: 86px;
    right: 40px;
}

@media screen and (max-width: 1500px) {
    .product-icon--2 {
        top: 5.76667vw;
        right: 2.7vw;
    }
}

@media screen and (max-width: 750px) {
    .product-icon--2 {
        top: 11.33333vw;
        right: 3.6vw;
    }
}
/* ---------------------------------------------
*   product-btn
--------------------------------------------- */
.product-btn {
    margin-top: 30px;
    margin-right: auto;
    margin-left: auto;
    width: 220px;
    border-radius: 40px;
    background-color: #fec524;
    text-align: center;
}

@media screen and (max-width: 1500px) {
    .product-btn {
        margin-top: 2vw;
        width: 14.66667vw;
    }
}

@media screen and (max-width: 750px) {
    .product-btn {
        width: 42.26268vw;
        border-radius: 5.20156vw;
    }
}

.product-btn__link {
    display: block;
    padding: 10px 0;
    font-size: 1.28571rem;
}

@media screen and (max-width: 1500px) {
    .product-btn__link {
        padding: 0.66667vw 0;
        font-size: 1.2vw;
    }
}

@media screen and (max-width: 750px) {
    .product-btn__link {
        padding: 1.95059vw 0;
        font-size: 3.12094vw;
    }
}

/* ---------------------------------------------
*   lineup-slide
--------------------------------------------- */
.lineup-slide {
    position: relative;
    z-index: 5;
    margin-top: 40px;
    margin-right: -173px;
    margin-left: -173px;
    border-top: 3px solid #dadada;
    border-bottom: 3px solid #dadada;
    background-color: #fff;
}

@media screen and (max-width: 1500px) {
    .lineup-slide {
        margin-top: 2.66667vw;
        margin-right: -11.4vw;
        margin-left: -11.9vw;
    }
}

@media screen and (max-width: 750px) {
    .lineup-slide {
        margin-top: 3.90117vw;
        margin-right: -10.40312vw;
        margin-left: -10.40312vw;
        border-width: 1.5px;
    }
}

.lineup-slide__item {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 25px 0 40px 0;
}

@media screen and (max-width: 1500px) {
    .lineup-slide__item {
        padding: 1.66667vw 0 2.66667vw 0;
    }
}

@media screen and (max-width: 750px) {
    .lineup-slide__item {
        margin-right: 10px;
        padding: 3.25098vw 0 6.50195vw 0;
    }
}

.lineup-slide__link {
    position: relative;
    display: block;
    padding: 0 25px 25px 20px;
    border-right: 3px solid #dadada;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
}

@media screen and (max-width: 1500px) {
    .lineup-slide__link {
        padding: 0 1.66667vw 1.66667vw 1.33333vw;
    }
}

@media screen and (max-width: 750px) {
    .lineup-slide__link {
        padding: 0 2.60078vw 0;
        border-right: 1.5px solid #dadada;
    }
}

.lineup-slide__link--border {
    border-right: 3px solid #dadada;
}

@media screen and (max-width: 750px) {
    .lineup-slide__link--border {
        border-right: 1.5px solid #dadada;
    }
}

.lineup-slide__link:hover .product-btn__link {
    opacity: .8;
}

/* ---------------------------------------------
*   .slick-dots
--------------------------------------------- */
.slick-dots {
    bottom: -50px;
}

@media screen and (max-width: 1500px) {
    .slick-dots {
        bottom: -3.33333vw;
    }
}

@media screen and (max-width: 750px) {
    .slick-dots {
        bottom: -9.10273vw;
    }
}

@media screen and (max-width: 750px) {
    .lineup--upper .slick-dots {
        left: 2.5%;
    }
}

.slick-dots li {
    margin: 0 15px;
    width: 14px;
    height: 14px;
}

@media screen and (max-width: 1500px) {
    .slick-dots li {
        margin: 0 1vw;
        width: 0.93333vw;
        height: 0.93333vw;
    }
}

@media screen and (max-width: 750px) {
    .slick-dots li {
        margin: 0 5.20156vw 0 0;
        width: 2.60078vw;
        height: 2.60078vw;
    }
}

.slick-dots li button {
    display: block;
    width: 100%;
    height: 100%;
    outline: none;
    border: 0;
    border-radius: 50%;
    background: transparent;
    background-color: #808080;
    color: transparent;
    font-size: 0;
    line-height: 0;
    cursor: pointer;
}

.slick-dots li button:before {
    content: none;
}

li.slick-active {
    width: 19px;
    height: 19px;
}

@media screen and (max-width: 1500px) {
    li.slick-active {
        width: 1.26667vw;
        height: 1.26667vw;
    }
}

@media screen and (max-width: 750px) {
    li.slick-active {
        width: 3.64109vw;
        height: 3.64109vw;
    }
}

li.slick-active button {
    background-color: #fec524;
}

/* ---------------------------------------------
*   white-popup
--------------------------------------------- */
.white-popup {
    position: relative;
    display: inline-block;
    max-width: 1000px;
}
@media screen and (max-width: 750px) {
    .white-popup {
        width: 78.07417vw;
        margin: 0 auto;
    }
}

/* ---------------------------------------------
*   modal-popup
--------------------------------------------- */
.modal-popup__image {
    padding-top: 62px;
    padding-bottom: 35px;
    text-align: center;
}

@media screen and (max-width: 750px) {
    .modal-popup__image {
        padding-top: 10.13333vw;
        padding-bottom: 4.66667vw;
    }
}

.modal-popup__image img {
    height: calc(100vh - 200px);
    max-height: 583.1px;
}

@media screen and (max-width: 750px) {
    .modal-popup__image img {
        height: auto;
    }
}

.modal-popup__btn {
    display: block;
    text-align: center;
    width: 270px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 12px 0;
    background-color: #fdba38;
    border-radius: 30px;
}

.modal-popup__btn:hover {
    opacity: 0.8;
    transition: 0.3s;
}

@media screen and (max-width: 750px) {
    .modal-popup__btn {
        width: 45.28302vw;
        padding: 2.60078vw 0;
        border-radius: 12.1875vw;
    }
}

.modal-popup__btn-link {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 1px;
}

@media screen and (max-width: 750px) {
    .modal-popup__btn-link {
        font-size: 4vw;
        letter-spacing: 0;
    }
}

/* ---------------------------------------------
*   Magnific Popup CSS
--------------------------------------------- */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background-color:rgba(250,250,250,0.8);
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background-color: #fdba38;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 25px;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 40px;
  font-family: "Noto Sans Japanese", sans-serif; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 0.8;
    transition: 0.3s; }

@media screen and (max-width: 750px) {
    .mfp-close {
        width: 8.53333vw;
        height: 8.53333vw;
        line-height: 8.53333vw;
        font-size: 7.6vw;
        border-radius: 10.3125vw;
    }
}

.mfp-close-btn-in .mfp-close {
  color: #000; }

.ie .mfp-close-btn-in .mfp-close {
  width: 48px;
  height: 48px;
  line-height: 48px;
  font-size: 39px; }

.edge .mfp-close-btn-in .mfp-close {
  width: 49px;
  height: 49px;
  line-height: 49px;
  font-size: 39px; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;

  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}
/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;

  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}


/* ==========================================================
*
*   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: 750px) {
    .mgt-sp--0 {
        margin-top: 0 !important;
    }
    .mgt-sp--5 {
        margin-top: 0.6502vw !important;
    }
    .mgt-sp--10 {
        margin-top: 1.30039vw !important;
    }
    .mgt-sp--15 {
        margin-top: 1.95059vw !important;
    }
    .mgt-sp--20 {
        margin-top: 2.60078vw !important;
    }
    .mgt-sp--25 {
        margin-top: 3.25098vw !important;
    }
    .mgt-sp--30 {
        margin-top: 3.90117vw !important;
    }
    .mgt-sp--35 {
        margin-top: 4.55137vw !important;
    }
    .mgt-sp--40 {
        margin-top: 5.20156vw !important;
    }
    .mgt-sp--45 {
        margin-top: 5.85176vw !important;
    }
    .mgt-sp--50 {
        margin-top: 6.50195vw !important;
    }
    .mgt-sp--55 {
        margin-top: 7.15215vw !important;
    }
    .mgt-sp--60 {
        margin-top: 7.80234vw !important;
    }
    .mgt-sp--65 {
        margin-top: 8.45254vw !important;
    }
    .mgt-sp--70 {
        margin-top: 9.10273vw !important;
    }
    .mgt-sp--75 {
        margin-top: 9.75293vw !important;
    }
    .mgt-sp--80 {
        margin-top: 10.40312vw !important;
    }
    .mgt-sp--85 {
        margin-top: 11.05332vw !important;
    }
    .mgt-sp--90 {
        margin-top: 11.70351vw !important;
    }
    .mgt-sp--95 {
        margin-top: 12.35371vw !important;
    }
    .mgt-sp--100 {
        margin-top: 13.0039vw !important;
    }
    .mgt-sp--105 {
        margin-top: 13.6541vw !important;
    }
    .mgt-sp--110 {
        margin-top: 14.30429vw !important;
    }
    .mgt-sp--115 {
        margin-top: 14.95449vw !important;
    }
    .mgt-sp--120 {
        margin-top: 15.60468vw !important;
    }
    .mgt-sp--125 {
        margin-top: 16.25488vw !important;
    }
    .mgt-sp--130 {
        margin-top: 16.90507vw !important;
    }
    .mgt-sp--135 {
        margin-top: 17.55527vw !important;
    }
    .mgt-sp--140 {
        margin-top: 18.20546vw !important;
    }
    .mgt-sp--145 {
        margin-top: 18.85566vw !important;
    }
    .mgt-sp--150 {
        margin-top: 19.50585vw !important;
    }
    .mgt-sp--155 {
        margin-top: 20.15605vw !important;
    }
    .mgt-sp--160 {
        margin-top: 20.80624vw !important;
    }
    .mgt-sp--165 {
        margin-top: 21.45644vw !important;
    }
    .mgt-sp--170 {
        margin-top: 22.10663vw !important;
    }
    .mgt-sp--175 {
        margin-top: 22.75683vw !important;
    }
    .mgt-sp--180 {
        margin-top: 23.40702vw !important;
    }
    .mgt-sp--185 {
        margin-top: 24.05722vw !important;
    }
    .mgt-sp--190 {
        margin-top: 24.70741vw !important;
    }
    .mgt-sp--195 {
        margin-top: 25.35761vw !important;
    }
    .mgt-sp--200 {
        margin-top: 26.0078vw !important;
    }
    .mgt-sp--205 {
        margin-top: 26.658vw !important;
    }
    .mgt-sp--210 {
        margin-top: 27.30819vw !important;
    }
    .mgt-sp--215 {
        margin-top: 27.95839vw !important;
    }
    .mgt-sp--220 {
        margin-top: 28.60858vw !important;
    }
    .mgt-sp--225 {
        margin-top: 29.25878vw !important;
    }
    .mgt-sp--230 {
        margin-top: 29.90897vw !important;
    }
    .mgt-sp--235 {
        margin-top: 30.55917vw !important;
    }
    .mgt-sp--240 {
        margin-top: 31.20936vw !important;
    }
    .mgt-sp--245 {
        margin-top: 31.85956vw !important;
    }
    .mgt-sp--250 {
        margin-top: 32.50975vw !important;
    }
}

/* ---------------------------------------------
*   margin-bottom
--------------------------------------------- */
.mgb-pc--0 {
    margin-bottom: 0 !important;
}

.mgb-pc--5 {
    margin-bottom: 5px !important;
}

.mgb-pc--10 {
    margin-bottom: 10px !important;
}

.mgb-pc--15 {
    margin-bottom: 15px !important;
}

.mgb-pc--20 {
    margin-bottom: 20px !important;
}

.mgb-pc--25 {
    margin-bottom: 25px !important;
}

.mgb-pc--30 {
    margin-bottom: 30px !important;
}

.mgb-pc--35 {
    margin-bottom: 35px !important;
}

.mgb-pc--40 {
    margin-bottom: 40px !important;
}

.mgb-pc--45 {
    margin-bottom: 45px !important;
}

.mgb-pc--50 {
    margin-bottom: 50px !important;
}

.mgb-pc--55 {
    margin-bottom: 55px !important;
}

.mgb-pc--60 {
    margin-bottom: 60px !important;
}

.mgb-pc--65 {
    margin-bottom: 65px !important;
}

.mgb-pc--70 {
    margin-bottom: 70px !important;
}

.mgb-pc--75 {
    margin-bottom: 75px !important;
}

.mgb-pc--80 {
    margin-bottom: 80px !important;
}

.mgb-pc--85 {
    margin-bottom: 85px !important;
}

.mgb-pc--90 {
    margin-bottom: 90px !important;
}

.mgb-pc--95 {
    margin-bottom: 95px !important;
}

.mgb-pc--100 {
    margin-bottom: 100px !important;
}

.mgb-pc--105 {
    margin-bottom: 105px !important;
}

.mgb-pc--110 {
    margin-bottom: 110px !important;
}

.mgb-pc--115 {
    margin-bottom: 115px !important;
}

.mgb-pc--120 {
    margin-bottom: 120px !important;
}

.mgb-pc--125 {
    margin-bottom: 125px !important;
}

.mgb-pc--130 {
    margin-bottom: 130px !important;
}

.mgb-pc--135 {
    margin-bottom: 135px !important;
}

.mgb-pc--140 {
    margin-bottom: 140px !important;
}

.mgb-pc--145 {
    margin-bottom: 145px !important;
}

.mgb-pc--150 {
    margin-bottom: 150px !important;
}

.mgb-pc--155 {
    margin-bottom: 155px !important;
}

.mgb-pc--160 {
    margin-bottom: 160px !important;
}

.mgb-pc--165 {
    margin-bottom: 165px !important;
}

.mgb-pc--170 {
    margin-bottom: 170px !important;
}

.mgb-pc--175 {
    margin-bottom: 175px !important;
}

.mgb-pc--180 {
    margin-bottom: 180px !important;
}

.mgb-pc--185 {
    margin-bottom: 185px !important;
}

.mgb-pc--190 {
    margin-bottom: 190px !important;
}

.mgb-pc--195 {
    margin-bottom: 195px !important;
}

.mgb-pc--200 {
    margin-bottom: 200px !important;
}

.mgb-pc--205 {
    margin-bottom: 205px !important;
}

.mgb-pc--210 {
    margin-bottom: 210px !important;
}

.mgb-pc--215 {
    margin-bottom: 215px !important;
}

.mgb-pc--220 {
    margin-bottom: 220px !important;
}

.mgb-pc--225 {
    margin-bottom: 225px !important;
}

.mgb-pc--230 {
    margin-bottom: 230px !important;
}

.mgb-pc--235 {
    margin-bottom: 235px !important;
}

.mgb-pc--240 {
    margin-bottom: 240px !important;
}

.mgb-pc--245 {
    margin-bottom: 245px !important;
}

.mgb-pc--250 {
    margin-bottom: 250px !important;
}

@media screen and (max-width: 750px) {
    .mgb-sp--0 {
        margin-bottom: 0 !important;
    }
    .mgb-sp--5 {
        margin-bottom: 0.6502vw !important;
    }
    .mgb-sp--10 {
        margin-bottom: 1.30039vw !important;
    }
    .mgb-sp--15 {
        margin-bottom: 1.95059vw !important;
    }
    .mgb-sp--20 {
        margin-bottom: 2.60078vw !important;
    }
    .mgb-sp--25 {
        margin-bottom: 3.25098vw !important;
    }
    .mgb-sp--30 {
        margin-bottom: 3.90117vw !important;
    }
    .mgb-sp--35 {
        margin-bottom: 4.55137vw !important;
    }
    .mgb-sp--40 {
        margin-bottom: 5.20156vw !important;
    }
    .mgb-sp--45 {
        margin-bottom: 5.85176vw !important;
    }
    .mgb-sp--50 {
        margin-bottom: 6.50195vw !important;
    }
    .mgb-sp--55 {
        margin-bottom: 7.15215vw !important;
    }
    .mgb-sp--60 {
        margin-bottom: 7.80234vw !important;
    }
    .mgb-sp--65 {
        margin-bottom: 8.45254vw !important;
    }
    .mgb-sp--70 {
        margin-bottom: 9.10273vw !important;
    }
    .mgb-sp--75 {
        margin-bottom: 9.75293vw !important;
    }
    .mgb-sp--80 {
        margin-bottom: 10.40312vw !important;
    }
    .mgb-sp--85 {
        margin-bottom: 11.05332vw !important;
    }
    .mgb-sp--90 {
        margin-bottom: 11.70351vw !important;
    }
    .mgb-sp--95 {
        margin-bottom: 12.35371vw !important;
    }
    .mgb-sp--100 {
        margin-bottom: 13.0039vw !important;
    }
    .mgb-sp--105 {
        margin-bottom: 13.6541vw !important;
    }
    .mgb-sp--110 {
        margin-bottom: 14.30429vw !important;
    }
    .mgb-sp--115 {
        margin-bottom: 14.95449vw !important;
    }
    .mgb-sp--120 {
        margin-bottom: 15.60468vw !important;
    }
    .mgb-sp--125 {
        margin-bottom: 16.25488vw !important;
    }
    .mgb-sp--130 {
        margin-bottom: 16.90507vw !important;
    }
    .mgb-sp--135 {
        margin-bottom: 17.55527vw !important;
    }
    .mgb-sp--140 {
        margin-bottom: 18.20546vw !important;
    }
    .mgb-sp--145 {
        margin-bottom: 18.85566vw !important;
    }
    .mgb-sp--150 {
        margin-bottom: 19.50585vw !important;
    }
    .mgb-sp--155 {
        margin-bottom: 20.15605vw !important;
    }
    .mgb-sp--160 {
        margin-bottom: 20.80624vw !important;
    }
    .mgb-sp--165 {
        margin-bottom: 21.45644vw !important;
    }
    .mgb-sp--170 {
        margin-bottom: 22.10663vw !important;
    }
    .mgb-sp--175 {
        margin-bottom: 22.75683vw !important;
    }
    .mgb-sp--180 {
        margin-bottom: 23.40702vw !important;
    }
    .mgb-sp--185 {
        margin-bottom: 24.05722vw !important;
    }
    .mgb-sp--190 {
        margin-bottom: 24.70741vw !important;
    }
    .mgb-sp--195 {
        margin-bottom: 25.35761vw !important;
    }
    .mgb-sp--200 {
        margin-bottom: 26.0078vw !important;
    }
    .mgb-sp--205 {
        margin-bottom: 26.658vw !important;
    }
    .mgb-sp--210 {
        margin-bottom: 27.30819vw !important;
    }
    .mgb-sp--215 {
        margin-bottom: 27.95839vw !important;
    }
    .mgb-sp--220 {
        margin-bottom: 28.60858vw !important;
    }
    .mgb-sp--225 {
        margin-bottom: 29.25878vw !important;
    }
    .mgb-sp--230 {
        margin-bottom: 29.90897vw !important;
    }
    .mgb-sp--235 {
        margin-bottom: 30.55917vw !important;
    }
    .mgb-sp--240 {
        margin-bottom: 31.20936vw !important;
    }
    .mgb-sp--245 {
        margin-bottom: 31.85956vw !important;
    }
    .mgb-sp--250 {
        margin-bottom: 32.50975vw !important;
    }
}

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

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