@charset "utf-8";
/* CSS Document */

/* --------------------------------------------------------------------------------
 index-sp
-------------------------------------------------------------------------------- */

/*	フォント
--------------------------- */
#index p{
	color: #fff;
	line-height: 2;
	font-size: 3.7vw;
}
#index .font-hiragino-m{
font-family:"ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
transform: rotate(0.03deg);
}




/*	メイン画像
-------------------------- */
#index #main-img-sp{
	width: 100%;
	margin: 0 auto;
	padding-top: 15vw;
}
#index .main-ttl-bg-sp{
	background: url("../images/index-device/main-bg-sp.png");
}
#index .main-ttl{
	padding: 10vw 0 5vw 0;
}
#index .main-ttl h3{
	margin: 0 0 7vw 0 ;
	color: #fff;
	font-size: 7.4vw;
	padding: 0 5vw;
}
#index .main-ttl p{
	font-size: 3.7vw;
	padding: 0 5vw;
	}



/*	動画
-------------------------- */
#index .movie {
	width: 90vw;
	aspect-ratio: 16 / 9;
	margin: 6vw auto 10vw auto;
}
#index .movie iframe {
  width: 100%;
  height: 100%;
}


/*	function
-------------------------- */
#index #function{
	margin: 20vw auto 27vw auto;
	padding: 0 5vw;
	padding-top: 80px;
    margin-top: -80px;
}
#index #unction .function-txt{
	width: 100%;
	margin-left: 0;
}
#index #function .function-txt h3{
	width: 65vw;
}
#index #function .function-txt h4{
	font-size: 7.4vw;
	color: #fff;
	margin: 10vw 0 5.7vw 0;
}
#index #function .function-txt h5{
	font-size: 4.8vw;
	color: #fff;
	letter-spacing: -0.05em;
	margin: 5vw 0 0 0;
}
#index #function .function-img{
	width: 100%;
}



/*	technology
-------------------------- */
#index #technology-outer{
	padding: 0 5vw;
	margin-bottom: 100px;
	padding-top: 80px;
    margin-top: -80px;
}
#index .technology-01{
	width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
#index .technology-02{
	width: 100%;
	margin: 0 auto;

}
#index .technology-03{
	width: 100%;
	margin: 18vw auto 0 auto;
	display: flex;
	flex-direction: column-reverse;
}
#index .technology-01 .technology-txt,
#index .technology-02 .technology-txt{
	width: 100%;
}
#index .technology-03 .technology-txt{
	width: 100%;
	margin-left: 0;
}
#index .technology-01 .technology-txt h3{
	width: 86vw;
	margin: 0;
}
#index .technology-01 .technology-txt h4{
	font-size: 7.4vw;
	color: #fff;
	margin: 10vw 0 5vw 0;
}
#index .technology-01 .technology-txt h5,
#index .technology-02 .technology-txt h5,
#index .technology-03 .technology-txt h5{
	font-size:4.8vw;
	color: #fff;
	letter-spacing: -0.05em;
	margin: 0;
}
#index .technology-01 .technology-img,
#index .technology-03 .technology-img{
	width: 90vw;
}
#index .technology-02 .technology-img{
	width: 90vw;
	margin-top: 14.3vw;
}



/*	fashion
-------------------------- */
#index #fashion-outer{
	padding: 0 5vw;
	margin: 10vw auto 27vw auto;
	padding-top: 80px;
    margin-top: -80px;
}
#index .fashion{

}
#index .fashion .fashion-txt{
	width: 100%;
}
#index .fashion .fashion-txt h3{
	width: 58vw;
	margin: 0;
}
#index .fashion .fashion-txt h4{
	font-size: 7.4vw;
	color: #fff;
	margin: 10vw 0 5vw 0;
}
#index .fashion .fashion-txt h5{
	font-size: 4.8vw;
	color: #fff;
	letter-spacing: -0.05em;
	margin: 5vw 0 0 0; 
}
#index .fashion .fashion-img{
	width: 90vw;
}
#index .fashion .fashion-img .mb-10{
	margin-bottom: 10px;
}




/*	GALLERY
-------------------------- */
#index #gallery{
	width: 100%;
	margin: 30px auto 20vw auto;
	padding-top: 80px;
    margin-top: -80px;
}
#index #gallery h3{
	width: 84vw;
	margin: 0 auto 8vw auto;
}

/*	スライダー	 */
#index #gallery .slider {
  margin: 0 auto;
  width: 90%;
}
#index #gallery .slider-img {
  margin: 0;
}
#index #gallery .slider-img img {
  width: 90vw;
	margin: 0 auto;
}
/*ドットのサイズと色変更*/
.slick-dots li button:before {
	font-size: 6vw !important;
	color: #fff !important ;
	opacity: 0.5 !important;
}
.slick-dots li.slick-active button:before {
	opacity:1 !important;
	color:#fff !important ;
}







/*	バナー
-------------------------- */
#index .bnr-box{
	width: 100%;
	margin: 30px auto 13vw auto;
}
#index .bnr-box p{
	font-size: 3.7vw;
	text-align: center;
	font-weight: 700;
	color:#fff;
}
#index .bnr-box .bnr{
	max-width: 90vw;
	margin: 0 auto 5.2vw auto;
}




