@charset "UTF-8";
@font-face {
    font-family: 'SourceHanSansJP';
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    src: url("../font/SourceHanSansJP/SourceHanSansJP-Regular.otf") format("opentype");
}


/*　共通設定
----------------------------------------------- */
body {
    font-family: 'SourceHanSansJP', 'ヒラギノ角ゴシック','Hiragino Sans','メイリオ', Meiryo, "ＭＳ Ｐゴシック", Arial, Verdana, sans-serif;
    color: #000;
    font-size: 18px;
    line-height: 2.1;
    overflow-x: hidden;
}

main{
    overflow: hidden;
}

@media screen and (max-width: 600px) {
    body {
        font-size: 15px;
    }
}

.body-wrapper {
    overflow-x: hidden;
}

figure {
    line-height: 0;
}

.container {
    width: 100%;
    max-width: 1230px;
    margin: 0 auto;
    padding: 0 15px;
}

.inner {
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
    padding: 0 15px;
}

p{
    font-size: 1.4rem;
}

@media screen and (max-width: 768px) {
    .common-footer {
        padding-bottom: 24vw !important;
    }
}

/*　レイアウト系
----------------------------------------------- */

.d-block {
    display: block;
}

.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.flex-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

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

.justify-content-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.justify-content-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.align-items-start {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.align-items-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.align-items-end {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.flex-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.flex-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.font-weight-bold {
    font-weight: bold;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.position-relative {
    position: relative;
}

.flex-1 {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.line-2 {
    line-height: 2.2;
}


@media screen and (max-width: 768px) {
	.fixedbtn {
		right: 10px;
		bottom:10px;
		width: 95px;
	}

}

/* SPのみ表示用 */

.sp {
    display: block;
}

.pc,
.sp-hide {
    display: none;
}

@media screen and (min-width: 600px) {
    .sp-show {
        display: none;
    }
    .sp-hide {
        display: block;
    }
}

@media screen and (min-width: 769px) {
    /* PCのみ表示用 */
    .sp {
        display: none;
    }
    .pc {
        display: block;
    }
}

/* -----------------
common
-------------------- */
html,body {height: 100%;}
body,h1,h2,h3,h4,h5,h6,p,address,ul,ol,li,dl,dt,dd,table,th,td,img,figure,picture,form {
    font-style: normal;
    font-weight: normal;
    color: #000;
    line-height: 100%;text-align: left;margin: 0;padding: 0;border: none;list-style-type: none;
}

.dsWrap *,
.dsWrap *::after,
.dsWrap *::before {
    box-sizing: border-box;
}

.dsWrap picture {
    display: block;
}

.dsWrap .wrap {
    margin: 0 auto;
    width: 100%;
    max-width: 980px;
}

.dsWrap img {
    vertical-align: bottom;
}

@media screen and (max-width: 768px) {
    body {
        -webkit-text-size-adjust: 100%;
    }

    .dsWrap img {
        width: 100%;
    }
}

/* -----------------
fv_wrap
-------------------- */
/*.fv_wrap {
    background: #9e9edb;
}*/

.fv_wrap .wrap {
    width: 100% !important;
    max-width: none !important;
}

.fv_wrap .wrap img {
    width: 100%;
}

/*.fv_wrap .wrap {
    position: relative;
    padding-bottom: 74px;
    width: 100%;
    max-width: 1600px;
}*/

.fv_wrap .txt_box {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    width: 100%;
    max-width: 980px;
    height: 80px;
    background: #5b00cc;
}

.fv_wrap .txt_box .img {
    width: 429px;
}

.fv_wrap .btn {
    position: absolute;
    bottom: -54px;
    left: 50%;
    z-index: 1;
    width: 482px;
    transform: translateX(-50%);
}

.fv_wrap .btn a {
    display: block;
    filter: drop-shadow(0 0 3px rgba(0,0,0,.4));
}

@media screen and (max-width: 768px) {
    /*.fv_wrap .wrap {
        padding-bottom: 12.8vw;
    }*/

    .fv_wrap .txt_box {
        max-width: 100%;
        height: 17.733333333vw;
    }

    .fv_wrap .txt_box .img {
        width: 51.2%;
    }

    .fv_wrap .btn {
        bottom: -7.733vw;
        width: 81.733333333%;
    }
}

/* -----------------
fix_btn
-------------------- */
.dsWrap .fix_btn {
    position: fixed;
    right: 0;
    bottom: 20px;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity .4s ease , color .4s ease , background .4s ease;
    }

.dsWrap .fix_btn.fix {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.dsWrap .fix_btn a {
    display: block;
}

@media screen and (max-width: 768px) {
	.dsWrap .fix_btn {
		bottom: 0;
		width: 100%;
	}

    .dsWrap .fix_btn img {
        width: 100%;
    }
}


/* -----------------
movie_wrap
-------------------- */
.movie_wrap {
    padding: 167px 0 133px;
    /*background: url(../img/bg_movie_pc.png) right center / cover no-repeat;*/
    background: #d5d5ed;
}

 .movie_wrap .ttl {
    margin: 0 auto;
    width: 133px;
}

.movie_wrap .box {
    margin: 73px auto 0;
    width: calc(100% - 30px);
    max-width: 980px;
}

.movie_wrap .box .box_inner {
    position: relative;
    padding-top: 56.25%;
}

.movie_wrap .box .movie {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 768px) {
    .movie_wrap {
        padding: 18.533vw 0 14.8vw;
        background-image: url(../img/bg_movie_sp.png);
    }

    .movie_wrap .ttl {
        width: 14.8%;
    }

    .movie_wrap .box {
        margin-top: 7.733vw;
        width: 70.533333333%;
        max-width: 100%;
    }
}

/* -----------------
recommend_point_wrap
-------------------- */
.recommend_point_wrap {
    padding-top: 105px;
    background: #fff;
}

.recommend_point_wrap .ttl {
    margin: 0 auto;
    width: 277px;
}

.recommend_point_wrap .list {
    margin-top: 41px;
}

.recommend_point_wrap .list > li {
    margin: 0 auto;
    width: 100%;
    max-width: 636px;
}

.recommend_point_wrap .list > li:nth-child(1) {
    max-width: 100%;
}

.recommend_point_wrap .list > li:nth-child(1) .img01 {
    margin-top: 7px;
    max-width: 674px;
}

.recommend_point_wrap .list > li:nth-child(1) .img02 {
    margin-top: 35px;
    max-width: 559px;
}

.recommend_point_wrap .list > li:nth-child(1) .img02 + .txt {
    font-size: 15px;
    line-height: calc(30 / 15);
    margin-top: 27px;
}

.recommend_point_wrap .list > li:nth-child(2) {
    margin-top: 86px;
}

.recommend_point_wrap .list > li:nth-child(2) .img {
    margin-top: 17px;
}

.recommend_point_wrap .list > li:nth-child(3) {
    margin-top: 86px;
}

.recommend_point_wrap .list > li:nth-child(3) .img {
    margin-top: 24px;
}

.recommend_point_wrap .list > li:nth-child(4) {
    margin-top: 91px;
}

.recommend_point_wrap .list > li:nth-child(4) .name_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 37px;
}

.recommend_point_wrap .list > li:nth-child(4) .name_list::after {
    content:"";
    width: 204px;
}

.recommend_point_wrap .list > li:nth-child(4) .name_list li {
    width: 204px;
}

.recommend_point_wrap .list > li:nth-child(4) .name_list li:nth-child(n+4) {
    margin-top: 6px;
}

.recommend_point_wrap .list > li:nth-child(5) {
    margin-top: 88px;
}

.recommend_point_wrap .list > li:nth-child(5) .img {
    margin-top: 13px;
    width: 98.427672955%;
}

.recommend_point_wrap .list > li:nth-child(6) {
    margin-top: 76px;
    max-width: 682px;
}

.recommend_point_wrap .list > li:nth-child(6) .row .txt {
    padding: 23px 0 0 23px;
    width: calc(100% - 284px);
}

.recommend_point_wrap .list > li:nth-child(6) .row .txt_sml {
    font-size: 15px;
    line-height: calc(30 / 15);
    display: block;
    margin-top: 9px;
}

.recommend_point_wrap .list > li:nth-child(6) .row .img {
    width: 284px;
}

.recommend_point_wrap .list .sttl {
    position: relative;
    z-index: 1;
    margin: 0 auto;
    max-width: 636px;
}

.recommend_point_wrap .list .txt {
    font-family: 'ヒラギノ角ゴシック','Hiragino Sans','メイリオ', Meiryo, "ＭＳ Ｐゴシック", Arial, Verdana, sans-serif;
    font-weight: 300;
    font-size: 20px;
    line-height: calc(35 / 20);
}

.recommend_point_wrap .list li > .txt {
    margin: 25px auto 0;
    max-width: 636px;
}
.recommend_point_wrap .list li.point02 > .txt {
    letter-spacing: 0.028em;
}

.recommend_point_wrap .list li > .img {
    margin: 0 auto;
}

.recommend_point_wrap .list .row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.recommend_point_wrap .comment_img {
    margin: 37px auto 0;
    width: calc(100% - 30px);
    max-width: 1115px;
}

.recommend_point_wrap .point_img_wrap {
    background: #8f7d6a;
}

.recommend_point_wrap .point_img_wrap .point_img {
    margin: 113px auto 0;
    max-width: 1600px;
}

@media screen and (max-width: 768px) {
    .recommend_point_wrap {
        padding-top: 13.467vw;
    }

    .recommend_point_wrap .ttl {
        width: 36.9335%;
    }

    .recommend_point_wrap .list {
        margin-top: 8.4vw;
    }

    .recommend_point_wrap .list > li {
        max-width: 84.8%;
    }

    .recommend_point_wrap .list > li:nth-child(1) .img01 {
        margin-top: 3.733vw;
        max-width: 89.867vw;
    }

    .recommend_point_wrap .list > li:nth-child(1) .img02 {
        margin-top: 4.667vw;
        max-width: 74.533vw;
    }

    .recommend_point_wrap .list > li:nth-child(1) .img02 + .txt {
        font-size: 2.666666666vw;
        line-height: calc(43 / 20);
        margin-top: 5.866666666vw;
    }

    .recommend_point_wrap .list > li:nth-child(2) {
        margin-top: 11.867vw;
    }

    .recommend_point_wrap .list > li:nth-child(2) .img {
        margin-top: 4vw;
    }

    .recommend_point_wrap .list > li:nth-child(3) {
        margin-top: 11.733vw;
    }

    .recommend_point_wrap .list > li:nth-child(3) .img {
        margin-top: 3.467vw;
    }

    .recommend_point_wrap .list > li:nth-child(4) {
        margin-top: 12vw;
    }

    .recommend_point_wrap .list > li:nth-child(4) .name_list {
        margin: 1.467vw auto 0;
        width: 95.283018867%;
    }

    .recommend_point_wrap .list > li:nth-child(4) .name_list::after {
        display: none;
    }

    .recommend_point_wrap .list > li:nth-child(4) .name_list li {
        width: 48.844884488%;
    }

    .recommend_point_wrap .list > li:nth-child(4) .name_list li:nth-child(n+3) {
        margin-top: 1.2vw;
    }

    .recommend_point_wrap .list > li:nth-child(5) {
        margin-top: 12.667vw;
    }

    .recommend_point_wrap .list > li:nth-child(5) .img {
        margin-top: 2.133vw;
    }

    .recommend_point_wrap .list > li:nth-child(6) {
        margin-top: 10.133vw;
        max-width: 92.4%;
    }

    .recommend_point_wrap .list > li:nth-child(6) .row .txt {
        padding: 3.067vw 0 0 4.04040404%;
        width: calc(100% - 40.981240981%);
    }

    .recommend_point_wrap .list > li:nth-child(6) .row .txt_sml {
        font-size: 2.667vw;
        line-height: calc(43 / 20);
        text-align: right;
        margin-top: 1.2vw;
    }

    .recommend_point_wrap .list > li:nth-child(6) .row .img {
        position: relative;
        top: -1.067vw;
        width: 40.981240981%;
    }

    .recommend_point_wrap .list .sttl {
        max-width: 84.8vw;
    }

    .recommend_point_wrap .list .txt {
        font-size: 4vw;
        line-height: calc(46 / 30);
    }

    .recommend_point_wrap .list li > .txt {
        margin-top: 2.933vw;
        max-width: 84.8vw;
    }

    .recommend_point_wrap .comment_img {
        margin-top: 1.333vw;
        width: 100%;
        max-width: 100%;
    }

    .recommend_point_wrap .point_img_wrap .point_img {
        margin-top: 8.267vw;
        max-width: 100%;
    }
}

/* -----------------
ingenuity_wrap
-------------------- */
.ingenuity_wrap {
    padding-bottom: 133px;
}

.ingenuity_wrap .ttl {
    display: flex;
    align-items: center;
    height: 218px;
    background: #9e9edb;
}

.ingenuity_wrap .ttl .img {
    margin: 0 auto;
    width: 610px;
}

.ingenuity_wrap .ingenuity_img {
    margin: 75px auto 0;
    width: calc(100% - 30px);
    max-width: 980px;
}

.ingenuity_wrap dl {
    margin: 95px auto 0;
    width: calc(100% - 30px);
    max-width: 980px;
}

.ingenuity_wrap dl dt {
    margin: 0 auto;
    max-width: 420px;
}

.ingenuity_wrap dl dd {
    margin-top: 53px;
}

.ingenuity_wrap dl dd .txt {
    font-family: 'ヒラギノ角ゴシック','Hiragino Sans','メイリオ', Meiryo, "ＭＳ Ｐゴシック", Arial, Verdana, sans-serif;
    font-weight: 300;
    font-size: 20px;
    line-height: calc(35 / 20);
}

@media screen and (max-width: 768px) {
    .ingenuity_wrap {
        padding-bottom: 10.267vw;
    }

    .ingenuity_wrap .ttl {
        height: 23.867vw;
    }

    .ingenuity_wrap .ttl .img {
        width: 67.733%;
    }

    .ingenuity_wrap .ingenuity_img {
        margin-top: 6.133vw;
        width: 100%;
        max-width: 100%;
    }

    .ingenuity_wrap dl {
        margin-top: 8.667vw;
        width: 84.4%;
        max-width: 100%;
    }

    .ingenuity_wrap dl dt {
        max-width: 66.3507109%;
    }

    .ingenuity_wrap dl dd {
        margin-top: 6vw;
    }

    .ingenuity_wrap dl dd .txt {
        font-size: 4vw;
        line-height: calc(46 / 30);
    }
}

/* -----------------
dreamswitch_wrap
-------------------- */
.dreamswitch_wrap {
    background: #9e9edb;
}

.dreamswitch_wrap .wrap {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    width: calc(100% - 30px);
    max-width: 1108px;
}

.dreamswitch_wrap .img {
    width: calc(100% - 58.393501805%);
}

.dreamswitch_wrap .txt_box {
    padding-left: 4.783393501%;
    width: 58.393501805%;
}

.dreamswitch_wrap .txt_box .price {
    margin: 0 auto;
    width: 38.552188552%;
}

@media screen and (max-width: 768px) {
    .dreamswitch_wrap {
        padding: 4.667vw 0 10.4vw;
    }

    .dreamswitch_wrap .wrap {
        display: block;
        width: 100%;
        max-width: 100%;
    }

    .dreamswitch_wrap .img {
        margin: 0 auto;
        width: 88%;
    }

    .dreamswitch_wrap .txt_box {
        margin: 0 auto;
        padding-left: 0;
        width: 79.2%;
    }

    .dreamswitch_wrap .txt_box .price {
        margin-top: 2.267vw;
        width: 48.316498316%;
    }
}

/* -----------------
reservation_wrap
-------------------- */
.reservation_wrap {
    margin-top: 133px;
}

.reservation_wrap .ttl {
    margin: 0 auto;
    width: 227px;
}


@media screen and (max-width: 768px) {
    .reservation_wrap {
        margin-top: 11.733vw;
    }

    .reservation_wrap .ttl {
        width: 30.266666666%;
    }
}

/* -----------------
buy_link
-------------------- */

.buylink {
    width: 100%;
    margin: 0;
}

.buylink .buylink__ttl {
    display: none!important;
}

.buylink .buylink__list {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    margin: 84px auto 0;
    width: calc(100% - 30px);
    max-width: 979px;
    border: none;
    border-radius: 0;
    background-color: transparent;
}

.buylink .buylink__list li {
    width: 47.599591419%;
}

.buylink .buylink__list li:nth-child(n+3) {
    margin-top: 29px;
}

.buylink .buylink__list a {
    font-size: 35px;
    line-height: 1.2;
    color: #fff;
    display: flex!important;
    justify-content: center;
    align-items: center;
    padding: 0;
    height: 119px;
    border: none;
    border-radius: 15px;
    background: #9e9edb;
    text-align: center;
}

.buylink .buylink__list a span::after {
    display: none;
}


@media screen and (max-width: 768px) {
    .buylink .buylink__list {
        display: block;
        margin-top: 6.667vw;
        width: 84.8%;
        max-width: 100%;
    }

    .buylink .buylink__list li {
        width: 100%;
    }

    .buylink .buylink__list li:nth-child(n+2) {
        margin-top: 4.267vw;
    }

    .buylink .buylink__list a {
        font-size: 4vw;
        height: 13.6vw;
        border-radius: 2vw;
    }
}


/* -----------------
henkin_bn
-------------------- */
/*.henkin_bn {
    width: calc(100% - 30px);
    max-width: 980px;
    margin: 140px auto 0;
}

@media screen and (max-width: 768px) {
    .henkin_bn {
        width: 84.8%;
        max-width: 100%;
        margin: 13.467vw auto 0;
    }
}*/


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

.new_on_sale_wrap .ttl {
    margin: 0 auto;
    width: 270px;
}

.new_on_sale_wrap .list {
    margin: 54px auto 0;
    width: calc(100% - 30px);
    max-width: 980px;
}

.new_on_sale_wrap .list li.list_item {
    margin: 0 auto;
    width: 48.469387755%;
}

.new_on_sale_wrap .list>li.list_item:nth-child(n+3) {
    margin-top: 30px;
}

.new_on_sale_wrap .list a {
    display: block;
}

@media screen and (max-width: 768px) {
    .new_on_sale_wrap {
        margin-top: 13.467vw;
    }

    .new_on_sale_wrap .ttl {
        width: 36%;
    }

    .new_on_sale_wrap .list {
        margin-top: 6.133vw;
        width: 63.333333333%;
        max-width: 100%;
    }

    .new_on_sale_wrap .list li.list_item {
        width: 100%;
    }

    .new_on_sale_wrap .list li.list_item:nth-child(n+2) {
        margin-top: 8.4vw;
    }
}


/* -----------------
on_sale_wrap
-------------------- */
.on_sale_wrap {
    margin-top: 80px;
    padding-bottom: 133px;
}

.on_sale_wrap .ttl {
    margin: 0 auto;
    width: 269px;
}

.on_sale_wrap .list {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    margin: 70px auto 0;
    width: calc(100% - 30px);
    max-width: 980px;
}

.on_sale_wrap .list li.list_item {
    width: 48.469387755%;
}

.on_sale_wrap .list li.list_item:nth-child(n+3) {
    margin-top: 30px;
}

.on_sale_wrap .list a {
    display: block;
}

@media screen and (max-width: 768px) {
    .on_sale_wrap {
        margin-top: 16.8vw;
        padding-bottom: 22.267vw;
    }

    .on_sale_wrap .ttl {
        width: 35.866666666%;
    }

    .on_sale_wrap .list {
        display: block;
        margin-top: 8vw;
        width: 63.333333333%;
        max-width: 100%;
    }

    .on_sale_wrap .list li.list_item {
        width: 100%;
    }

    .on_sale_wrap .list li.list_item:nth-child(n+2) {
        margin-top: 8.4vw;
    }
}

/* -----------------
sale_modal
-------------------- */
.modal_btn {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 72%;
    height: 66px;
    margin: 24px auto 32px;
    background:#fafa22;
    font-size: 24px;
    font-size: clamp(14px,3.6vw,24px);
    font-weight: 600;
    color: black;
    cursor: pointer;
    --border-color: #cc0;
    border-bottom: 6px solid var(--border-color);
    border-right: 2.6px solid var(--border-color);
    border-radius: 8px;
    transition: all 0.22s;
}
.modal_btn:hover {
    opacity: 0.68;
    border-bottom-width: 3px;
    border-right-width: 1.2px;
}

.modal_wrap {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100vw;
    height: 100vh;
    background: #00000088;
    z-index: 9994;
    opacity: 0;
    pointer-events: none;
}
.modal_wrap.active {
    opacity: 1;
    pointer-events: all;
    transition: opacity 0.22s ease;
}
.modal_wrap .modal_inner {
    position: relative;
    max-width: 980px;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    background: #fff;
    padding: 32px;
    padding-top: 62px;
    box-sizing: border-box;
    overflow-y: auto;
    min-height: 10vh;
    max-height: 96vh;
    border-radius: 12px;
}
.modal_wrap .modal_inner .cancel_btn {
    --size: 36px;
    position: absolute;
    top: 16px;
    right: 16px;
    width: var(--size);
    height: var(--size);
    cursor: pointer;
    z-index: 9995;
}
.cancel_btn::before,.cancel_btn::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 92%;
    height: 2px;
    background: #000;
    pointer-events: none;
}
.cancel_btn::before {
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
.cancel_btn::after {
    transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}

.modal_wrap .buylink .buylink__list {
    margin: auto;
    width: 100%;
}

@media screen and (max-width: 768px) {
    .modal_btn {
        width: 96%;
        max-width: 360px;
        height: 58px;
    }
    .modal_wrap .modal_inner {
        padding: 28px;
        padding-top: 58px;
    }
    .modal_wrap .modal_inner .cancel_btn {
        --size: clamp(26px,6vw,36px)
    }
}

/*
 load_modal
-----------------------------------*/
/*.load_modal{
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
}
.load_modal::before,
.load_modal::after{
	content: '';
	position: absolute;
	top: -50px;
	/*left: calc(50% + 600px - 50px);*/
	right: 0;
	width: 50px;
	height: 2px;
	background: #fff;
	pointer-events: none;
}
.load_modal::before{
	transform: rotate(45deg);
}
.load_modal::after{
	transform: rotate(-45deg);
}
.mfp-close-btn-in .mfp-close {
	display: none;
}
.load_modal_wrap {
	max-width: 1200px;
	max-height: 495px;
	margin: 0 auto;
}

.load_modal_wrap img {
    width: 100%;
}

@media screen and (max-width: 767px) {
	.load_modal{
		width: auto;
	}
	.load_modal::before,
	.load_modal::after{
		content: '';
		position: absolute;
		top: -7.9vw;
		left: auto;
		right: 0;
		width: 7.9vw;
		height: 2px;
		background: #fff;
	}
	.load_modal_wrap {
		position: relative;
		width: 100%;
		height: 100%;
	}
}

.mfp-auto-cursor .mfp-content{
	padding: 88px 0;
}*/