@charset "utf-8";

#content_Wrap {
  background: #000;
}

/*			見出しの横に罫線▼pc
---------------------------------*/
.s1 {
	max-width: 1200px;
	margin: 50px auto 30px;
	color: #d9c676;
	font-size: 32px;
    letter-spacing: 2px;
	display: flex;
	align-items: center;
}
.movie_ttl.s1 {
    max-width: 1000px;
    margin-top: 0;
}
.s1:before, .s1:after {
	content: "";
	flex-grow: 1;
	height: 1px;
	background: #d9c676;
	display: block;
}
.s1:before {
	margin-right: .8em;
}
.s1:after {
	margin-left: .8em;
} 
.s1 small {
  font-size: 90%;
  margin: 0 10px;
}
.s1 span {
font-size: 80%;
}
/*			見出しの横に罫線▲
---------------------------------*/

/*modelroom*/
.main {
    position: relative;
}
.main .ttl_wrap {
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
}
.main .ttl_wrap h2 {
font-size: 3vw;
    text-align: center;
    letter-spacing: 4px;
    margin-bottom: 20px;
}
.main .ttl_wrap .txt {
    text-align: center;
    font-size: 20px;
}

.movieBg {
    width: 100%;
    padding: 100px 0;
    margin: 0 auto 100px;
    position: relative;
}
.movieBg:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: url(../img/completion/videobg.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    opacity: 0.2;
}
.movieBox {
    width: 1000px;
    max-width: 90%;
    margin: 0px auto;
    aspect-ratio: 16 / 9;
    object-fit: contain;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
video {
    width: 100%;
    height: 100%;
}


.slide {
width: 1200px;
max-width: 90%;
margin: 0 auto 80px;
}
.slick-track:before, .slick-track:after {
display: none !important;
}
.slick-slide {
  height: auto;
}

.choice-btn {
width: 100%;
max-width: 100%;
margin-top: 10px;
}
.choice-btn .slick-track {
display: flex;
justify-content: center;
}
.choice-btn li { margin: 0 0.5%;}
.choice-btn li:first-child { margin-left: 0;}
.choice-btn li:last-child { margin-right: 0;}
.choice-btn li img {
opacity: 0.4;
transition: .3s;
}
.choice-btn li.slick-current img {
opacity: 1;
transition: .3s;
}
.slick-prev,
.slick-next {
position: absolute;/*絶対配置にする*/
z-index: 3;
top: 42%;
cursor: pointer;/*マウスカーソルを指マークに*/
outline: none;/*クリックをしたら出てくる枠線を消す*/
border-top: 2px solid #ccc;/*矢印の色*/
border-right: 2px solid #ccc;/*矢印の色*/
height: 25px;
width: 25px;
}

.slick-prev {/*戻る矢印の位置と形状*/
left:2.5%;
transform: rotate(-135deg);
}

.slick-next {/*次へ矢印の位置と形状*/
right:2.5%;
transform: rotate(45deg);
}

.choice-btn .slick-track {
width: 100% !important;
max-width: 100% !important;
}

.gallery li {
position: relative;
}
.gallery li span {
position: absolute;
left: 20px;
bottom: 10px;
font-size: 22px;
color: #fff;
letter-spacing: 2px;
text-shadow: 0px 0px 10px #000;
}




.limited_item {
  width: 1200px;
  max-width: 90%;
  margin: 0 auto 80px;
  position: relative;
}
.limited_item article {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  width: 600px;
  max-width: 80%;
  margin: 0 auto;
  background: rgb(124,95,31);
background: linear-gradient(110deg, rgba(124,95,31,1) 0%, rgba(226,185,68,1) 50%, rgba(124,95,31,1) 100%);
  padding: 30px 20px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.4);
}
.limited_item article .big {
  font-size: 25px;
  border-bottom: 1px solid #fff;
  padding-bottom: 15px;
}
.limited_item article .normal {
  padding-top: 20px;
  line-height: 1.8;
}
.limited_item article a {
  display: block;
  background: #fff;
  text-align: center;
  width: 300px;
  max-width: 80%;
  margin: 20px auto 0;
  padding: 10px 0;
  font-size: 15px;
  border-radius: 40px;
  color: #722727;
  position: relative;
  transition: 0.3s;
}
.limited_item article a:before {
  content: "＞";
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%) scaleX(0.5);
}
.limited_item article a:hover {
  opacity: 0.7;
}


/*-----------------------------
tab〜
-----------------------------*/
@media only screen and (max-width: 1024px) {}

/*-----------------------------
tabのみ
-----------------------------*/
/*@media only screen and (max-width: 1024px) and (min-width: 768px) {
  .teiki { width: 60%;}
}*/

/*-----------------------------
sp
-----------------------------*/
@media only screen and (max-width: 769px) {
    .main .ttl_wrap {
        width: 100%;
    }
    .main .ttl_wrap h2 {
        font-size: 32px;
    }
    .main .ttl_wrap .txt {
        font-size: 20px;
      line-height: 1.8;
    }
  
  .limited_item {
    padding: 30px 0;
    background: url(../img/modelroom/limited.jpg) no-repeat;
    background-size: cover;
  }
  .limited_item article {
    max-width: 90%;
    padding: 20px;
    position: relative;
    transform: none;
    top: inherit;
  }
  .limited_item article .big {
    font-size: 16px;
  }
  .limited_item article .normal {
    font-size: 13px;
    line-height: 1.5;
  }
  .limited_item article a {
    font-size: 14px;
  }
  .limited_item .limited_img {
    display: none;
  }

.slick-prev, .slick-next {
width: 15px;
height: 15px;
}
    .gallery li span {
    font-size: 14px;
    left: 10px;
    letter-spacing: 2px;
    }
	.choice-btn .slick-track {
      justify-content: flex-start;
      flex-wrap: wrap;
	}
    .choice-btn li {
    width: 23% !important;
	margin: 0 1% 5px;
    }
  .choice-btn li:nth-child(4n) {
    margin-right: 0;
  }
.s1 {
	max-width: 1200px;
	margin: 50px auto 10px;
	color: #d9c676;
	font-size: 23px;
    letter-spacing: 2px;
	display: block;
  text-align: center;
  line-height: 1.6;
}
.s1:before, .s1:after {
  display: none;
}



}