﻿@charset "UTF-8";
/*---------------------------------------------------
topConts
---------------------------------------------------*/
.fs-l-main{
    background: #000;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
}
 #contsArea .topConts {
    position: relative;
    padding: 60px 0 80px;
    background: #000000;
    width: 100%;
}
.contsBlk{
    width: 90%;
    margin: 0 auto;
    max-width: 1000px;
}
.cntTtl {
    margin: 0 auto 40px;
}

@media screen and (min-width: 1281px) {
     #contsArea .topConts {
    padding: 100px 0 120px;
}
}



/* ==================================================
BRAND
================================================== */


.brandArea .contsList li:not(:last-of-type){
    margin: 0 auto 20px;
}

.brandArea .contsList li figure{
    position: relative;
}
.brandArea .contsList li figure figcaption{
    position: absolute;
    top: 55%;
    left: 0;
    right: 0;
    margin: 0 auto;
    -webkit-transform: translate(0,-50%);
    transform: translate(0,-50%);
}

.brandArea .contsList .cs::before {
    content: "COMING SOON";
    display: inline-block;
    font-family: 'adobe-caslon-pro', serif;
    font-weight: 400;
    letter-spacing: 0.1em;
    font-size: 2.0em;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    z-index: 10;
}


@media screen and (min-width: 641px) {

}



/* ==================================================
ABOUT
================================================== */


.aboutBlk{
    text-align: left;
}

.aboutBlk .txtBlk{
    margin: 0 auto 40px;
}
.aboutBlk h2{
    margin: 0 auto 20px;
}
.aboutBlk .imgBlk{
    margin: 0 auto 40px;
}

.aboutBlk .txtBlk:last-child{
    margin: 0 auto;
}

.aboutBlk img{
    width: auto;
    max-width: 100%;
    margin: 0 auto;
    display: block;
}
@media screen and (min-width: 641px) {


}


/* ==================================================
HISTORY
================================================== */

.btnLine.bkBtn a {
    color: #fff;
}
.btnLine.bkBtn{
    border: 1px solid #fff;
    margin-bottom: 30px;
}
.btnLine p{
    padding-right: 10px;
}
.movieBtn{
    position: relative;
}
.movieBtn svg{
    width: 23px;
    fill: #fff;
    margin-left: 0;
    vertical-align: middle;
    position: absolute;
}


.mainBtn p, .bkBtn p, .whBtn p{
    font-size: 1.6rem;
}



.historyBlk{
    position: relative;
    max-width: 1000px;
}
.historyBlk::before{
    content: "";
    border-right: 1px solid #333333;
    position: absolute;
    left: 50%;
    top: 0;
    height: 100%;
    -webkit-transform: translate(-50%,0);
    transform: translate(-50%,0);
}


.historyBlk .blkSet {
    width: 100%;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.historyBlk .blkSet:not(:last-of-type) {
    margin: 0 auto 60px;
}

.historyBlk .columnBlk {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.historyBlk .columnBlk:not(:last-of-type) {
    margin: 0 auto 60px;
}
.historyBlk .imgBlk {
    width: 50%;
    margin: 0 auto;
    padding: 0 5% 0 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.historyBlk .movieBlk{
    position: relative;
    padding-bottom: 25.3125%; /*アスペクト比 16:9の場合の縦幅*/
    height: 0;
    overflow: hidden;
    width: 45%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.historyBlk .movieBlk iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.historyBlk .txtBlk {
    margin: 0;
    width: 50%;
    text-align: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}

.historyBlk .txtBlk h2,.historyBlk .txtBlk p{
    padding: 0 0 0 10%;
}

.historyBlk .txtBlk h2{
    position: relative;

}
.historyBlk .txtBlk h2::before{
    content: "";
    width: 8px;
    height: 8px;
    background: #aaaaaa;
    border-radius: 16px;
    position: absolute;
    left: -4px;
    top: 0;
}
/*
.historyBlk .txtBlk p{
    line-height: 1.2;
}
*/

.historyBlk .txtBlk a{
    text-decoration: underline;
    color: #fff:
}
.historyBlk .txtBlk p:not(:last-of-type){
    margin: 0 auto 20px;
}

.historyBlk .rColumn {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.historyBlk .rColumn .imgBlk{padding-left: 5%;}
.historyBlk .rColumn .txtBlk h2,.historyBlk .rColumn .txtBlk p{padding: 0 10% 0 0;}
.historyBlk .rColumn .txtBlk h2::before{
    left: auto;
    right: -4px;

}


.youtubeBlk{
    width:100%;
    max-width: 1000px;
    top: 0;
    margin: 30px auto 0;
}

.youtubeBlk .movieBlk{
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
}

.youtubeBlk iframe{
    position:absolute;
    top:0;
    right:0;
    width:100%;
    height:100%;
}


@media screen and (min-width: 641px) {

    .historyBlk .blkSet:not(:last-of-type) {
        margin: 0 auto 80px;
    }

    .historyBlk .txtBlk p{
        line-height: 1.8;
    }

    .historyBlk .txtBlk p:not(:last-of-type){
        margin: 0 auto 40px;
    }

    .historyBlk .txtBlk h2::before{
        width: 10px;
        height: 10px;
        border-radius: 20px;
        left: -5px;
        top: 0;
    }
    .historyBlk .rColumn .txtBlk h2::before{
        right: -5px;
    }

    .youtubeBlk{
        margin: 80px auto 0;
        padding-bottom: 50px;
    }
}










