@charset "UTF-8";
* {
    box-sizing: border-box;
    font-family: 游ゴシック体, "Yu Gothic", "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック, sans-serif;
}
img {
    max-width: 100%;
}
/*------------ モーダルビデオjs ------------*/
@keyframes modal-video{from{opacity:0}to{opacity:1}}@keyframes modal-video-inner{from{transform:translate(0, 100px)}to{transform:translate(0, 0)}}.modal-video{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,0.5);z-index:1000000;cursor:pointer;opacity:1;animation-timing-function:ease-out;animation-duration:.3s;animation-name:modal-video;-webkit-transition:opacity .3s ease-out;-moz-transition:opacity .3s ease-out;-ms-transition:opacity .3s ease-out;-o-transition:opacity .3s ease-out;transition:opacity .3s ease-out}.modal-video-close{opacity:0}.modal-video-close .modal-video-movie-wrap{-webkit-transform:translate(0, 100px);-moz-transform:translate(0, 100px);-ms-transform:translate(0, 100px);-o-transform:translate(0, 100px);transform:translate(0, 100px)}.modal-video-body{max-width:960px;width:100%;height:100%;margin:0 auto;padding:0 10px;display:flex;justify-content:center;box-sizing:border-box}.modal-video-inner{display:flex;justify-content:center;align-items:center;width:100%;height:100%}@media (orientation: landscape){.modal-video-inner{padding:10px 60px;box-sizing:border-box}}.modal-video-movie-wrap{width:100%;height:0;position:relative;padding-bottom:56.25%;background-color:#333;animation-timing-function:ease-out;animation-duration:.3s;animation-name:modal-video-inner;-webkit-transform:translate(0, 0);-moz-transform:translate(0, 0);-ms-transform:translate(0, 0);-o-transform:translate(0, 0);transform:translate(0, 0);-webkit-transition:-webkit-transform .3s ease-out;-moz-transition:-moz-transform .3s ease-out;-ms-transition:-ms-transform .3s ease-out;-o-transition:-o-transform .3s ease-out;transition:transform .3s ease-out}.modal-video-movie-wrap iframe{position:absolute;top:0;left:0;width:100%;height:100%}.modal-video-close-btn{position:absolute;z-index:2;top:-45px;right:0;display:inline-block;width:35px;height:35px;overflow:hidden;border:none;background:transparent}@media (orientation: landscape){.modal-video-close-btn{top:0;right:-45px}}.modal-video-close-btn:before{transform:rotate(45deg)}.modal-video-close-btn:after{transform:rotate(-45deg)}.modal-video-close-btn:before,.modal-video-close-btn:after{content:'';position:absolute;height:2px;width:100%;top:50%;left:0;margin-top:-1px;background:#fff;border-radius:5px;margin-top:-6px}

.wrapper {
    overflow: inherit;
}
.support-index {
    position: relative;
    z-index: 2;
}

/*------------ ページタイトル ------------*/
.support-indexDynamic__ttl {
    font-family: "Renner*", a-otf-gothic-bbb-pr6n, sans-serif;
    font-size: calc(60 / 390 * 100vw);
    justify-content: left;
    padding: 0 calc(20 / 390 * 100vw);
    margin-bottom: calc(5 / 390 * 100vw);
}
@media (min-width: 768px) {
    .support-indexDynamic__ttl {
        font-size: calc(120 / 1366 * 100vw);
        padding: 0 calc(130 / 1366 * 100vw);
        margin-bottom: calc(10 / 1366 * 100vw);
    }
}
.support-indexDynamic__ttl > span {
    padding:  calc(3 / 390 * 100vw);
    font-family: "Renner*", a-otf-gothic-bbb-pr6n, sans-serif;
    font-weight: 400;
}
@media (min-width: 768px) {
    .support-indexDynamic__ttl > span {
        padding: 0 calc(6 / 1366 * 100vw);
    }
}


/*------------ FV ------------*/
.support-indexDynamic__fv {
    margin-bottom: calc(150 / 390 * 100vw);
    overflow: hidden;
    position: relative;
    height: calc(540 / 390 * 100vw);
}
@media (min-width: 768px) {
    .support-indexDynamic__fv {
        margin-bottom: calc(180 / 1366 * 100vw);
        height: calc(540 / 1366 * 100vw);
    }
}
.support-indexDynamic__fv-bg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
}
.support-indexDynamic__fv-logo {
    width: calc(150 / 390 * 100vw);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    display: none;
}
@media (min-width: 768px) {
    .support-indexDynamic__fv-logo {
        width: calc(270 / 1366 * 100vw);
    }
}


/*------------ CONCEPT ------------*/
.aboutConcept {
    margin-bottom: calc(40 / 390 * 100vw);
}
@media (min-width: 768px) {
    .aboutConcept {
        margin-bottom: calc(0 / 1366 * 100vw);
    }
}
.aboutConcept__inner {
    padding: 0 calc(20 / 390 * 100vw);
}
@media (min-width: 768px) {
    .aboutConcept__inner {
        max-width: calc(1100 / 1366 * 100vw);
        padding: 0 calc(100 / 1366 * 100vw);
        margin: 0 auto;
    }
}
.aboutConcept__secTitle {
    font-size: calc(10 / 390 * 100vw);
    color: #707070;
    font-family: "Renner*", a-otf-gothic-bbb-pr6n, sans-serif;
    line-height: 1;
    margin-bottom: calc(25 / 390 * 100vw);
}
@media (min-width: 768px) {
    .aboutConcept__secTitle {
        font-size: calc(16 / 1366 * 100vw);
        margin-bottom: calc(40 / 1366 * 100vw);
    }
}
.aboutConcept__mainTitle {
    font-size: calc(16 / 390 * 100vw);
    margin-bottom: calc(34 / 390 * 100vw);
    line-height: 3.5;
}
@media (min-width: 768px) {
    .aboutConcept__mainTitle {
        font-size: calc(24 / 1366 * 100vw);
        margin-bottom: calc(50 / 1366 * 100vw);
        letter-spacing: 3px;
        line-height: 3.9;
    }
}
.aboutConcept__mainTitle-en {
    font-size: calc(30 / 390 * 100vw);
    font-family: "Renner*", a-otf-gothic-bbb-pr6n, sans-serif;
    display: block;
    line-height: 1;
    letter-spacing: 4px;
    font-weight: 400;
}
.aboutConcept__mainTitle-en span {
    padding: 0;
    font-family: "Renner*", a-otf-gothic-bbb-pr6n, sans-serif;
}
@media (max-width: 350px) {
    .aboutConcept__mainTitle-en {
        font-size: calc(26 / 390 * 100vw);
    }
}

@media (min-width: 768px) {
    .aboutConcept__mainTitle-en {
        font-size: calc(60 / 1366 * 100vw);
        letter-spacing: 7px;
    }
}
.aboutConcept__mainTitle-jp {
    justify-content: start;
}
.aboutConcept__mainTitle-jp span {
    padding: 0;
    font-family: a-otf-gothic-bbb-pr6n, sans-serif;
}
.aboutConcept__txt p {
    line-height: 2.3;
    font-size: calc(14 / 390 * 100vw);
    letter-spacing: 1.7px;
    font-family: a-otf-gothic-bbb-pr6n, sans-serif;
}
@media (min-width: 768px) {
    .aboutConcept__txt p {
        font-size: calc(20 / 1366 * 100vw);
        line-height: 2.4;
    }
}
.aboutConcept__txt p:not(:last-child) {
    margin-bottom: calc(40 / 390 * 100vw);
}
@media (min-width: 768px) {
    .aboutConcept__txt p:not(:last-child) {
        margin-bottom: calc(55 / 1366 * 100vw);
        letter-spacing: 2.3px;
    }
}



/*------------ MOVIE（大きくなってくる部分） ------------*/
.aboutMovie {
    position: relative;
    height: calc(var(--vh) * 2);
}
@media (min-width: 768px) {
    .aboutMovie {
        height: calc(var(--vh) * 3);
    }
}

.aboutMovie__clip,
.aboutMovie__sticky {
    top: 0;
    height: calc(var(--vh) * 1);
    width: 100%;
    z-index: 2;
}

.aboutMovie__sticky {
    position: sticky;
    overflow: hidden;
    /* perspective: 200vw; */
}

.aboutMovie__img {
    position: absolute;
    opacity: 1;
    transition: opacity .6s;
}
.aboutMovie__img-poster {
    width: 100%;
    height: 100%;
}
.aboutMovie__img.fadeOut {
    opacity: 0;
}
/* 1枚目 */
.aboutMovie__img01 {
    width: calc(100 / 390 * 100vw);
    height: calc(160 / 390 * 100vw);
}
@media (min-width: 768px) {
    .aboutMovie__img01 {
        width: calc(200 / 1366 * 100vw);
        height: calc(320 / 1366 * 100vw);
    }
}
.aboutMovie__img01 .aboutMovie__img-poster {
    background-image:url(../img/about/img_movieThumb01-sp.jpg);
    background-size: contain;
    background-position: 0 0;
    background-repeat: no-repeat;
}


/* 2枚目 */
.aboutMovie__img02 {
    width: calc(100 / 390 * 100vw);
    height: calc(172 / 390 * 100vw);
}
@media (min-width: 768px) {
    .aboutMovie__img02 {
        width: calc(200 / 1366 * 100vw);
        height: calc(345 / 1366 * 100vw);
    }
}
.aboutMovie__img02 .aboutMovie__img-poster {
    background-image:url(../img/about/img_movieThumb02-sp.jpg);
    background-size: contain;
    background-position: 0 0;
    background-repeat: no-repeat;
}

/* 3枚目 */
.aboutMovie__img03 {
    width: calc(130 / 390 * 100vw);
    height: calc(160 / 390 * 100vw);
}
@media (min-width: 768px) {
    .aboutMovie__img03 {
        width: calc(260 / 1366 * 100vw);
        height: calc(320 / 1366 * 100vw);
    }
}
.aboutMovie__img03 .aboutMovie__img-poster {
    background-image:url(../img/about/img_movieThumb03-sp.jpg);
    background-size: contain;
    background-position: 0 0;
    background-repeat: no-repeat;
}

/* 4枚目 */
.aboutMovie__img04 {
    width: calc(100 / 390 * 100vw);
    height: calc(160 / 390 * 100vw);
}
@media (min-width: 768px) {
    .aboutMovie__img04 {
        width: calc(200 / 1366 * 100vw);
        height: calc(320 / 1366 * 100vw);
    }
}
.aboutMovie__img04 .aboutMovie__img-poster {
    background-image:url(../img/about/img_movieThumb04-sp.jpg);
    background-size: contain;
    background-position: 0 0;
    background-repeat: no-repeat;
}

.aboutMovie__clip {
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
}
/* .aboutMovie__clip-poster {
    background-size: cover;
    background-position: 0 0;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
} */

.aboutMovie__mv {
    width: 100%;
    height: 100%;
}

.aboutMovie__mv-bg {
    width: 100%;
    height: 100%;
    position: relative;
}
.aboutMovie__mv-bg .aboutMovie__clip-poster {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.aboutMovie__mv-bg .aboutMovie__clip-poster video {
    object-fit: cover;
    position: absolute;
    height: 50%;
    width: 100%;
    top: 0;
    left: 0;
}
@media (min-width: 768px) {
    .aboutMovie__mv-bg .aboutMovie__clip-poster video {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateY(-50%) translateX(-50%);
        -webkit-transform: translateY(-50%) translateX(-50%);
        
    }
}

/* 動画再生アイコン */
.aboutMovie__play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    width: calc(90 / 390 * 100vw);
    height: calc(90 / 390 * 100vw);
    opacity: 0;
    transition: .3s;
}
@media (min-width: 768px) {
    .aboutMovie__play {
        width: calc(160 / 1366 * 100vw);
        height: calc(160 / 1366 * 100vw);
    }
}
.aboutMovie__play-inner {
    position: relative;
    width: 100%;
    height: 100%;
}
.aboutMovie__play-inner:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: calc(5 / 390 * 100vw) 0 calc(5 / 390 * 100vw) calc(9 / 390 * 100vw);
    border-color: transparent transparent transparent #ffffff;
}
@media (min-width: 768px) {
    .aboutMovie__play-inner:before {
        border-width: calc(10 / 1366 * 100vw) 0 calc(10 / 1366 * 100vw) calc(18 / 1366 * 100vw);
    }
}
.aboutMovie__play-circle {
    background: url(../img/about/ico_moviePlay-circle.svg) no-repeat;
    background-size: contain;
    width: 100%;
    height: 100%;
    animation: rotateAnimation 30s linear infinite; /* 5秒で1周する */
    display: inline-block; /* 回転の中心を要素の中心にするための設定 */
}
@keyframes rotateAnimation {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

/* 動画再生アイコンが押せるようになるタイミング */
/* .aboutMovie__clip.movieOn {
    pointer-events: auto;
    cursor: pointer;
} */
/* .aboutMovie__clip.movieOn .aboutMovie__play {
    opacity: 1;
    width: calc(100 / 390 * 100vw);
    height: calc(100 / 390 * 100vw);
}
@media (min-width: 768px) {
    .aboutMovie__clip.movieOn .aboutMovie__play {
        width: calc(150 / 1366 * 100vw);
        height: calc(150 / 1366 * 100vw);
    }
} */

/* .aboutMovie__txt {
    padding: 0 calc(20 / 390 * 100vw);
    text-align: right;
    margin-top: calc(16 / 390 * 100vw);
    margin-bottom: calc(150 / 390 * 100vw);
}
@media (min-width: 768px) {
    .aboutMovie__txt {
        max-width: calc(1100 / 1366 * 100vw);
        padding: 0;
        margin: calc(0 / 1366 * 100vw) auto 0;
        margin-bottom: calc(205 / 1366 * 100vw);
        line-height: 1;
        position: absolute;
        width: 100%;
        left: 0;
        right: 0;
        margin: auto;
    }
}
.aboutMovie__txt img {
    width: calc(161 / 390 * 100vw);
}
@media (min-width: 768px) {
    .aboutMovie__txt img {
        width: calc(268 / 1366 * 100vw);
    }
} */



/*------------ SALONIAが大切にしていること ------------*/
.aboutImportant {
    background: #333333;
    border-radius: calc(10 / 390 * 100vw) calc(10 / 390 * 100vw) 0 0;
    padding: calc(80 / 390 * 100vw) calc(20 / 390 * 100vw) calc(51 / 390 * 100vw);
    color: #fff;
}
@media (min-width: 768px) {
    .aboutImportant {
        border-radius: calc(10 / 1366 * 100vw) calc(10 / 1366 * 100vw) 0 0;
        padding: calc(150 / 1366 * 100vw) calc(130 / 1366 * 100vw) calc(100 / 1366 * 100vw);
    }
}
.aboutImportant__ttl {
    margin-bottom: calc(108 / 390 * 100vw);
}
@media (min-width: 768px) {
    .aboutImportant__ttl {
        margin-bottom: calc(150 / 1366 * 100vw);
    }
}
.aboutImportant__ttl img {
    width: calc(237 / 390 * 100vw);
}
@media (min-width: 768px) {
    .aboutImportant__ttl img {
        width: calc(411 / 1366 * 100vw);
    }
}
.aboutImportant__box {
    display: flex;
    padding: 0 calc(20 / 390 * 100vw) calc(92 / 390 * 100vw);
    margin: 0 calc(-20 / 390 * 100vw) calc(90 / 390 * 100vw);
}
@media (min-width: 768px) {
    .aboutImportant__box {
        padding-bottom: calc(100 / 1366 * 100vw);
    }
}
.aboutImportant__box:not(:last-child) {
    border-bottom: 1px solid #fff;
    margin-bottom: calc(90 / 390 * 100vw);
}
@media (min-width: 768px) {
    .aboutImportant__box:not(:last-child) {
        margin-bottom: calc(142 / 1366 * 100vw);
    }
}
.aboutImportant__box:last-child {
    margin-bottom: 0;
}
.aboutImportant__box-num {
    -ms-flex-preferred-size: 11%;
    flex-basis: 11%;
    max-width: 11%;
    padding-top: calc(5 / 390 * 100vw);
}
@media (min-width: 768px) {
    .aboutImportant__box-num {
        -ms-flex-preferred-size: 9%;
        flex-basis: 9%;
        max-width: 9%;
        padding-top: calc(2 / 1366 * 100vw);
    }
}
.aboutImportant__box-num.aboutImportant__fade {
    opacity: 0;
    transition: .6s;
}
.aboutImportant__box-num.aboutImportant__fade.fadeIn {
    opacity: 1;
}
.aboutImportant__box-num img {
    width: calc(17 / 390 * 100vw);
}
@media (min-width: 768px) {
    .aboutImportant__box-num img {
        width: calc(30 / 1366 * 100vw);
    }
}
.aboutImportant__box-content {
    -ms-flex-preferred-size: 89%;
    flex-basis: 89%;
    max-width: 89%;
}
@media (min-width: 768px) {
    .aboutImportant__box-content {
        -ms-flex-preferred-size: 91%;
        flex-basis: 91%;
        max-width: 91%;
    }
}
.aboutImportant__box-ttl {
    font-size: calc(24 / 390 * 100vw);
    margin-bottom: calc(75 / 390 * 100vw);
    font-family: a-otf-gothic-bbb-pr6n, sans-serif;
    letter-spacing: 3px;
    line-height: 1.5;
}
@media (max-width: 350px) {
    .aboutImportant__box-ttl {
        font-size: calc(22 / 390 * 100vw);
    }
}
@media (min-width: 768px) {
    .aboutImportant__box-ttl {
        font-size: calc(42 / 1366 * 100vw);
        margin-bottom: calc(65 / 1366 * 100vw);
        letter-spacing: 5.5px;
    }
}
.aboutImportant__box-ttl-txt {
    justify-content: start;
}
.aboutImportant__box-ttl-txt span {
    padding: 0;
    font-family: a-otf-gothic-bbb-pr6n, sans-serif;
}
/* .aboutImportant__box-ttl.aboutImportant__fade {
    opacity: 0;
    transition: .4s;
}
.aboutImportant__box-ttl.aboutImportant__fade.fadeIn {
    opacity: 1;
} */
.aboutImportant__box-flex:not(:last-child) {
    margin-bottom: calc(70 / 390 * 100vw);
}
@media (min-width: 768px) {
    .aboutImportant__box-flex:not(:last-child) {
        margin-bottom: calc(60 / 1366 * 100vw);
    }
}
@media (min-width: 768px) {
    .aboutImportant__box-flex {
        display: flex;
    }
}
.aboutImportant__box-flexImg {
    margin-bottom: calc(35 / 390 * 100vw);
   
}
@media (min-width: 768px) {
    .aboutImportant__box-flexImg {
        margin-bottom: 0;
        min-width: calc(400 / 1366 * 100vw);
        max-width: calc(400 / 1366 * 100vw);
        margin-right: calc(60 / 1366 * 100vw);
    }
}
.aboutImportant__box-flexImg.aboutImportant__fade {
    transform: translateX(0px) translateY(20px);
    opacity: 0;
    transition: .6s;
}
@media (min-width: 768px) {
    .aboutImportant__box-flexImg.aboutImportant__fade {
        transform: translateX(-20px) translateY(0px);
    }
}
.aboutImportant__box-flexImg.aboutImportant__fade.fadeIn {
    transform: translate(0);
    opacity: 1;
}
@media (min-width: 768px) {
    .aboutImportant__box-flexInfo {
        padding-right: calc(103 / 1366 * 100vw);
    }
}
.aboutImportant__box-flexInfo.aboutImportant__fade {
    transform: translateX(0px) translateY(20px);
    opacity: 0;
    transition: .6s;
}
.aboutImportant__box-flexInfo.aboutImportant__fade.fadeIn {
    transform: translate(0);
    opacity: 1;
}
.aboutImportant__box-flexInfo--ttl {
    font-size: calc(20 / 390 * 100vw);
    margin-bottom: calc(30 / 390 * 100vw);
    letter-spacing: 2.5px;
    line-height: 1.5;
    font-family: a-otf-gothic-bbb-pr6n, sans-serif;
}
@media (min-width: 768px) {
    .aboutImportant__box-flexInfo--ttl {
        font-size: calc(24 / 1366 * 100vw);
        margin-bottom: calc(29 / 1366 * 100vw);
        letter-spacing: 3px;
        line-height: 1.55;
    }
}
.aboutImportant__box-flexInfo--txt {
    font-size: calc(14 / 390 * 100vw);
    line-height: 1.99;
    letter-spacing: 0.1px;
    font-family: a-otf-gothic-bbb-pr6n, sans-serif;
}
@media (min-width: 768px) {
    .aboutImportant__box-flexInfo--txt {
        font-size: calc(14 / 1366 * 100vw);
    }
}


/*------------ これからのSALONIA（小さくなっていく部分） ------------*/
.aboutFromnow {
    position: relative;
    height: calc(var(--vh) * 4);
}
@media (min-width: 768px) {
    .aboutFromnow {
        height: calc(var(--vh) * 5);
    }
}

.aboutFromnow__clip,
.aboutFromnow__sticky {
    top: 0;
    height: calc(var(--vh) * 1);
    width: 100%;
    z-index: 2;
    overflow: hidden;
}

.aboutFromnow__sticky {
    position: sticky;
    overflow: hidden;
}

.aboutFromnow__img {
    position: absolute;
}
.aboutFromnow__img-poster {
    width: 100%;
    height: 100%;
}
/* メイン */
.aboutFromnow__clip {
    top: 0;
    left: 0;
    position: absolute;
    width: calc(390 / 390 * 100vw);
    height: calc(844 / 390 * 100vw);
    will-change: filter;
}
@media (min-width: 768px) {
    .aboutFromnow__clip {
        width: calc(1366 / 1366 * 100vw);
        height: calc(var(--vh) * 1);
        top: 50%;
        left: 50%;
        transform: translateY(-50%) translateX(-50%);
        -webkit-transform: translateY(-50%) translateX(-50%);
    }
}
.aboutFromnow__clip .aboutFromnow__clip-poster {
    background-image:url(../img/about/img_fromnowMain-sp.jpg);
    background-size: cover;
    background-position: 0 0;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}
@media (min-width: 768px) {
    .aboutFromnow__clip .aboutFromnow__clip-poster {
        background-image:url(../img/about/img_fromnowMain-pc.jpg);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }
}

/* 1枚目 */
.aboutFromnow__img01 {
    width: calc(100 / 390 * 100vw);
    height: calc(160 / 390 * 100vw);
}
@media (min-width: 768px) {
    .aboutFromnow__img01 {
        width: calc(200 / 1366 * 100vw);
        height: calc(320 / 1366 * 100vw);
    }
}
.aboutFromnow__img01 .aboutFromnow__img-poster {
    background-image:url(../img/about/img_fromnowthumb01-sp.jpg);
    background-size: contain;
    background-position: 0 0;
    background-repeat: no-repeat;
}


/* 2枚目 */
.aboutFromnow__img02 {
    width: calc(100 / 390 * 100vw);
    height: calc(172 / 390 * 100vw);
}
@media (min-width: 768px) {
    .aboutFromnow__img02 {
        width: calc(200 / 1366 * 100vw);
        height: calc(345 / 1366 * 100vw);
    }
}
.aboutFromnow__img02 .aboutFromnow__img-poster {
    background-image:url(../img/about/img_fromnowthumb02-sp.jpg);
    background-size: contain;
    background-position: 0 0;
    background-repeat: no-repeat;
}

/* 3枚目 */
.aboutFromnow__img03 {
    width: calc(130 / 390 * 100vw);
    height: calc(160 / 390 * 100vw);
}
@media (min-width: 768px) {
    .aboutFromnow__img03 {
        width: calc(260 / 1366 * 100vw);
        height: calc(320 / 1366 * 100vw);
    }
}
.aboutFromnow__img03 .aboutFromnow__img-poster {
    background-image:url(../img/about/img_fromnowthumb03-sp.jpg);
    background-size: contain;
    background-position: 0 0;
    background-repeat: no-repeat;
}

/* 4枚目 */
.aboutFromnow__img04 {
    width: calc(100 / 390 * 100vw);
    height: calc(160 / 390 * 100vw);
}
@media (min-width: 768px) {
    .aboutFromnow__img04 {
        width: calc(200 / 1366 * 100vw);
        height: calc(320 / 1366 * 100vw);
    }
}
.aboutFromnow__img04 .aboutFromnow__img-poster {
    background-image:url(../img/about/img_fromnowthumb04-sp.jpg);
    background-size: contain;
    background-position: 0 0;
    background-repeat: no-repeat;
}

.aboutFromnow__clip-inner {
    position: absolute;
    top: 23%;
    width: calc(350 / 390 * 100vw);
    right: 0;
    left: 0;
    margin: auto;
    opacity: 1;
    transition: .6s;
}
@media (min-width: 768px) {
    .aboutFromnow__clip-inner {
        top: 23%;
        width: calc(782 / 1366 * 100vw);
    }
}
.aboutFromnow__clip-ttl {
    margin-bottom: calc(50 / 390 * 100vw);
    text-align: center;
}
@media (min-width: 768px) {
    .aboutFromnow__clip-ttl {
        margin-bottom: calc(90 / 1366 * 100vw);
    }
}
.aboutFromnow__clip-ttl.aboutImportant__fade {
    opacity: 0;
    transition: .6s;
}
.aboutFromnow__clip-ttl.aboutImportant__fade.fadeIn {
    opacity: 1;
}
.aboutFromnow__clip-ttl img {
    width: calc(160 / 390 * 100vw);
    margin: auto;
}
@media (min-width: 768px) {
    .aboutFromnow__clip-ttl img {
        width: calc(277 / 1366 * 100vw);
    }
}
.aboutFromnow__clip-txt {
    text-align: center;
    color: #fff;
    font-size: calc(14 / 390 * 100vw);
    line-height: 2;
    font-family: a-otf-gothic-bbb-pr6n, sans-serif;
}
@media (min-width: 768px) {
    .aboutFromnow__clip-txt {
        font-size: calc(20 / 1366 * 100vw);
        line-height: 2;
    }
}

.aboutFromnow__clip.txtOff .aboutFromnow__clip-inner {
    opacity: 0;
}



/*------------ 最後のロゴ ------------*/
.aboutLastlogo {
    text-align: center;
    margin-bottom: calc(195 / 390 * 100vw);
    opacity: 0;
    transition: 1.5s;
}
@media (min-width: 768px) {
    .aboutLastlogo {
        margin-bottom: calc(300 / 1366 * 100vw);
    }
}
.aboutLastlogo img {
    width: calc(280 / 390 * 100vw);
}
@media (min-width: 768px) {
    .aboutLastlogo img {
        width: calc(420 / 1366 * 100vw);
    }
}
.aboutLastlogo.fadeIn {
    opacity: 1;
}

/*------------ ムービー部分 ------------*/
.modal-video {
    background: #333333;
}
.modal-video:before {
    content: "";
    display: inline-block;
    position: fixed;
    background: url(../img/about/ico_movieClose.svg) no-repeat;
    background-size: contain;
    width: calc(33.5 / 390 * 100vw);
    height: calc(48 / 390 * 100vw);
    top: calc(30 / 390 * 100vw);
    right: calc(20 / 390 * 100vw);
}
@media (min-width: 768px) {
    .modal-video:before {
        width: calc(33.5 / 1366 * 100vw);
        height: calc(48 / 1366 * 100vw);
        top: calc(30 / 1366 * 100vw);
        right: calc(20 / 1366 * 100vw);
    }
}
.modal-video-close-btn {
    display: none;
}