@charset "UTF-8";

/* FirstView
------------------------------------------*/
.fstView {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    z-index: 0;
    overflow-wrap: break-word;
    box-sizing: border-box;
}
.fstView.fstView-Mask::before{
    content: "";
    display: block;
    width:100%;
    height:100%;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left:0;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.3);
    background-image: url("../images/pattern.png");
    background-image: url("../video/video_mask.png");
    background-position: center center;
    background-repeat: repeat;
}
.fstView img {
    margin: 0 auto;
    height: auto;
    max-width: 100%;
}
.video-wrap{
    width: 100%;
    height: 100vh;
    position: relative;
}
.video-wrap video.video-area{
    width: auto;
    height: auto;
    min-height: 100vh;
    min-width: 100vw;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.fstView-presenStage {
    color: #fff;
    width: 100%;
    height: 100%;
    padding: 4%;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: 2;
    box-sizing: border-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.fstView-presenStage-content {
    width: 100%;
    color: #fff;
    text-align: right;
}
.fstView .ttl-brand, .fstView h1, .fstView h2, .fstView h3, .fstView h4{
    font-family: Volvo Sans Regular, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", Noto Sans JP, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic Pro, "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
    text-shadow: 0px 0px 5px #000;
    font-feature-settings: "palt";
}
.fstView h1{
    font-size: 18px;font-size: 1.8rem;
    font-weight: 400;
    margin-bottom: 0.2em;
}
.fstView h1 span{
    font-size: 21px;font-size: 2.1rem;
}
.fstView h2{
    font-size: 46px;font-size: 4.6rem;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1.2;
    margin-bottom: 1em;
}
.fstView h2 span{
    font-size: 50px;font-size: 5rem;
}
.fstView h3{
    font-size: 34px;font-size: 3.4rem;
}
.fstView p {
    font-size: 13px;font-size: 1.3rem;
    font-weight: 300;
    margin: 10px 0 0;
}
.fstView p a{
    color: #ffffff;
}
.fstView .btn-keyvisual {
    font-size: 16px;font-size: 1.6rem;
    font-feature-settings: "palt";
    font-weight: 500;
    display: inline-block;
    transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1) 1s, opacity 1s ease 1s, -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
    transform: translate3d(0px, 0px, 0px);
}
.fstView .btn-keyvisual a {
    color: #fff;
    display: block;
    padding: 1.5em 4em;
    text-decoration: none;
    background-color: rgba(0,0,0,0.0);
    border: 3px solid rgba(255,255,255,0.8);
    overflow: hidden;
    position: relative;
    transition: color 0.2s ease 0s, border 0.4s;
}
.fstView .btn-keyvisual span {
    display: block;
    position: relative;
    z-index: 2;
}
.fstView .btn-keyvisual a:hover {
    color: #000;
    border: 3px solid #fff;
    transition: transform 0.4s cubic-bezier(0.48, 0.18, 0, 0.98) 0s, -webkit-transform 0.4s cubic-bezier(0.48, 0.18, 0, 0.98) 0s;
}
.fstView .btn-keyvisual span::before{
    font-family: "FontAwesome";
    content: "\f105" ;
    margin: 0 12px 0 0;
}
.fstView .btn-keyvisual a::after {
    background: #fff;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    transform: translate3d(-100%, 0px, 0px);
    transition: transform 0.4s cubic-bezier(0.48, 0.18, 0, 0.98) 0s, -webkit-transform 0.4s cubic-bezier(0.48, 0.18, 0, 0.98) 0s;
    width: 100%;
    z-index: 1;
}
.fstView .btn-keyvisual a:hover::after {
    transform: translate3d(0px, 0px, 0px);
}
.start-scroll {
    display: inline-block;
    position: absolute;
    left: 50%;
    bottom: 25px;
    margin-left: -18px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 10;
}



/* FlexBoxクラス
------------------------------------------*/
.FlexBox {
    padding: 2%;
    box-sizing: border-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}
.FB-ConceptArea {
    width: 100%;
    height: 80vh;
    background: #151515;
    flex-direction: column;
    align-items: center; /*垂直方向*/
    justify-content: flex-start; /*水平方向*/
    text-align: left;
    position: relative;
}
.FB-ConceptArea.concept-1{
    background-image: url("../images/concept1.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    justify-content: flex-start;
}
.FB-ConceptArea.concept-2{
    background-image: url("../images/concept2.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    justify-content: flex-end;
}
.FB-ConceptArea.concept-3{
    background-image: url("../images/concept3.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    justify-content: flex-end;
}

.FB-ConceptArea:before {
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    /*background-image: url("../images/pattern.png");*/
    background-position: center center;
    background-repeat: repeat;
    /*background-color: rgba(0, 0, 0, 0.5);*/
}
.FB-ConceptText {
    z-index: 200;
    width:100%;
    max-width: 1280px;
    color: #fff;
}

.FB-ConceptArea h1{
    font-family: Volvo Broad Small, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", Noto Sans JP, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic Pro, "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
    font-size: 60px;font-size: 6.0rem;
    color: #fff;
}
.FB-ConceptArea.concept-1 h1,
.FB-ConceptArea.concept-1 p{
    text-align: left;
    color: #191919;
}
.FB-ConceptArea.concept-2 h1,
.FB-ConceptArea.concept-2 p{
    text-align: left;
}
.FB-ConceptArea.concept-3 h1,
.FB-ConceptArea.concept-3 p{
    text-align: left;
}

.FB-ConceptArea h2{
    font-size: 40px;font-size: 4.0rem;
    color: #fff;
}
.FB-ConceptArea .concept span{
    font-size: 18px;font-size: 1.8rem;
    padding: 10px 20px;
    color:#ffffff;
    border: 1px solid #fff;
}

.FB-ClmBox {
    padding: 0;
    width: 100%;
    height: auto;
    flex-direction: row;
    align-items: center; /*垂直方向*/
    justify-content: center; /*水平方向*/
}
.FB-ClmBox.FB-RowRe {
    flex-direction:row-reverse;
}
.FB-ClmBox .clm-2 {
    width: 50%;
    padding: 0 2%;
    margin-bottom: 1em;
    box-sizing: border-box;
}

.FB-Model {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.FB-Model li{
    width: 33.3333333333%;
    width : calc(100% / 3);
    padding: 0 1%;
    height: auto;
    margin-bottom: 30px;
    box-sizing: border-box;
}
.FB-Model li img{
    width: 100%;
}

.FB-ClmBox .FlexItem {
    padding: 0 2%;
    margin: 0 0 2% 0;
    box-sizing: border-box;
}
.FB-ClmBox .FlexItem.FB-clm50 {
    flex: 1 1 50%;
}
.FB-ClmBox .FlexItem.FB-alignTOP {
    align-self: flex-start;
}


.FB-RowBox{
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
}


/* sliderPro
------------------------------------------*/
.slidebox img{
    width: 100%;
    height: auto;
}



/* 個別クラス
------------------------------------------*/
.caution{
    font-size: 11px;font-size: 1.1rem;
    line-height: 1.5;
    color: #666666;
}

.dl_summary {
    text-align: left;
    margin-bottom: 60px;
}
.dl_summary dt{
    display: block;
    float: left;
    width: 200px;
    clear: both;
    font-weight: bold;
}
.dl_summary dd{
    display: block;
    padding-left: 200px;
    margin-bottom: 15px;
}

.descBox{
    text-align: left;
    margin: 2% 0 4%;
    padding: 4%;
    border: 1px solid #d5d5d5;
    background: #ffffff;
    /*max-height: 250px;
    overflow-y: scroll;*/
}
.descBox ul{
    margin: 0 1em 0 2em;
}
.descBox ul li{
    font-size: 14px;font-size: 1.4rem;
    line-height: 1.6;
    list-style:square;
    margin-bottom: 1em;
}

.dtlTbl{width:100%;margin-bottom: 2em;}
.dtlTbl tr{
    border-bottom: 1px solid #ddd;
}
.dtlTbl tr th,
.dtlTbl tr td {
    padding: 5px;
}
.dtlTbl tr th{text-align:left;font-weight: normal;}
.dtlTbl tr td{text-align:right;}


.MapiInfoTable {
    margin: 0 0 30px;
    text-align: left;
    border-collapse: collapse;
}
.MapiInfoTable {
    border-right: 1px solid #ccc;
    border-top: 1px solid #ccc;
    width: 100%;
}
.MapiInfoTable th {
    text-align: left;
    width: 130px;
    background: #f7f7f7 none repeat scroll 0 0;
    font-weight: normal;
}
.MapiInfoTable th, .MapiInfoTable td {
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    padding: 9px;
}

address.telNum{
    text-align: center;
    font-size: 36px;font-size: 3.6rem;
    line-height: 0.65;
    margin-bottom: 3%;
}
address.telNum span{
    font-size: 16px;font-size: 1.6rem;
}

.w-img-display{
    width:70rem;
    margin: 20px auto;
}
.w-img-display.aboutsky{
    width:30rem;
}

.youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}
.youtube iframe{
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
    float: none;
}
.ggmap {
    position: relative;
    padding-bottom: 56.25%;
    margin: 10px 0;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
} 
.ggmap iframe,
.ggmap object,
.ggmap embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}







