@charset "utf-8";

/*------------------------------------------------------------
LP
------------------------------------------------------------*/

/*パンくずリスト*/
.bread-crumbs .bread-crumbs-inner{
	display: none;
}
main{
	width: 100%;
	/*max-width: 1400px;*/
	max-width: 2000px;
	/*font-family: "linotype-sabon","Times New Roman", Times,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;*/
	font-family: "linotype-sabon","Times New Roman", Times, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", serif;
	margin: 0 auto;
	color: #444444;
	font-size: 14px;
	overflow: hidden;
	background-color: #ffffff;
}
main h2{
		font-size: 27px;
		/*font-style: italic;*/
		font-family: "linotype-sabon","Times New Roman", Times, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", serif;
		display: block;
		color: #333333;
		text-align: center;
		margin: 0 auto;
		padding: 100px 0 50px;
	}
main a{
	display: block;
}
main a:link{
	color: #444444;
}



/*! pc & tb 
------------------------------------------*/
@media screen and (min-width: 641px) {
	
.spView{
	display: none;
}
/*.tbView{
	display: none;
}*/


.sec_wrap{
	width: 90%;
	max-width: 1240px;
	max-width: 1400px;
	margin: 0 auto;
	padding: 150px 0 0;
}
.sec_ttl{
	font-size: 24px;
	text-align: center;
	padding-bottom: 30px;
	font-family: "linotype-sabon","Times New Roman", Times, serif;
	font-weight: 400;
	font-style: normal;
	line-height: 1;
}
.sec_ttl_jp{
	padding-bottom: 50px;
	font-size: 14px;
	text-align: center;
	font-optical-sizing: auto;
	/* font-family: "yu-gothic-pr6n", sans-serif;
	font-family: "noto-sans-cjk-jp", sans-serif; */
	font-family: "Noto Serif JP", serif;
	font-weight: 400;
	font-style: normal;
	color: #444444;
}
.sub_ttl{
	font-size: 18px;
	text-align: center;
	padding-bottom: 40px;
	font-family: "Noto Serif JP", serif;
	font-style: normal;
	font-weight: 600;
	font-style: normal;
	line-height: 1;
}

.sec_txt{
	font-size: 14px;
	width: 600px;
	margin: 0 auto;
	line-height: 2.0;
  	font-optical-sizing: auto;
	/* font-family: "yu-gothic-pr6n", sans-serif;
	font-family: "noto-sans-cjk-jp", sans-serif; */
	font-family: "Noto Serif JP", serif;
	font-weight: 400;
	font-style: normal;
	color: #444444;
}
.txt_center{
	text-align: center;
}

/*top
---------------------*/
.top_wrap{
	width: 100%;
	max-width: 1400px;
	padding: 0;
	margin: 0 auto;
	position: relative;
}
.top_wrap .top_logo{
	width: calc(200/1240*100%);
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: calc(70/1240*100%);
	z-index: 99;
}

.top_wrap .top_img{
	width: 100%;
}
.top_wrap .top_img img{
	width: 100%;
}



/*main
---------------------*/
.main_wrap{
	padding: 120px 0 0;
}
.main_ttl{
	margin: 0 auto;
	padding: 0 0 90px;
	text-align: center;
}
.main_ttl img{
	margin: 0 auto;
	width: 270px;
}
.main_box{
	width: 90%;
	max-width: 900px;
	display: flex;
	flex-direction:row-reverse;
	flex-wrap: nowrap;/*改行許可*/
	justify-content: center;/*中央配置*/
	justify-content: space-between;
	align-items: flex-start;/*上揃え*/
	align-items: baseline;
	align-items: flex-end;/*下揃え*/
	margin: 0 auto;
	padding: 0;
}
.main_img{
	width: calc(520/900*100%);
}

.main_txt{
	font-size: 14px;
	width: calc(380/900*100% - 50px);
	line-height: 2.7;
	letter-spacing: -0.4px;;
  	font-optical-sizing: auto;
	font-family: "Noto Serif JP", serif;
	font-weight: 300;
	font-style: normal;
	text-align: left;
	color: #333333;
}
.main_icon{
	width: 30px;
	padding: 0;
	margin: 0;
}
.main_copy{
	font-size: 32px;
	color: #777777;
	line-height: 1.5;
	font-family: "linotype-sabon","Times New Roman", Times, serif;
	font-weight: bold;
	letter-spacing: 1px;
	padding-bottom: 50px;
}

@media screen and (max-width: 900px){
	.main_box{
	width: 80%;
	display: block;
	margin: 0 auto;
	padding: 0;
	}
	.main_img{
	width: 80%;
	margin: 0 auto;
	/* margin-left: auto;
	margin-right: 0; */
	}
	.main_txt{
	width: 100%;
	padding: 0;
	margin: 30px 0 0;
	}
	.main_copy{
		padding-bottom: 40px;
	}
}



/*カテゴリー
---------------------*/
.cate_box_wrap{
	width: 90%;
	max-width: 1240px;
	display: flex;
	flex-wrap: wrap;/*改行許可*/
	justify-content: center;/*中央配置*/
	justify-content: space-between;
	align-items: flex-start;/*上揃え*/
	margin: 0 auto;
	padding: 30px 0 0;
	text-align: center;
}
.cate_box{
	width: calc(290/1000*100%);
	padding: 0 0 0;
}
.cate_box img{
	width: 100%;
}
.cate_img{
	position: relative;
}
.cate_ttl{
	width: 90%;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: calc(30/340*100%);
	font-size: 17px;
	font-family: "linotype-sabon","Times New Roman", Times, serif;
	/* font-weight: 600; */
	font-style: normal;
	line-height: 1;
}
.cate_size_jp{
	width: 100%;
	/* background-color: #f4f5f5; */
	font-size: 14px;
	font-family: "Noto Serif JP", serif;
	color: #333333;
	font-weight: 600;
	font-style: normal;
	line-height: 1;
	padding: 10px 0 15px;
	margin: 20px 0 0;
}
	.br_view{
		display: none;
	}
@media screen and (max-width: 900px){
	.cate_box_wrap{
		width: 94%;
	}
	.cate_box{
	width: 31%;
	}
	.cate_ttl{
		font-size: 15px;
	}
	.cate_size_jp{
		line-height: 0.75;
		margin: 10px 0 0;
		font-size: 13px;
	}
	.br_view{
		display: block;
	}
}



/*item
---------------------*/
.sec_size_jp{
	width: 240px;
	font-size: 14px;
	text-align: center;
	font-optical-sizing: auto;
	font-family: "Noto Serif JP", serif;
	font-weight: 600;
	font-style: normal;
	color: #444444;
	background-color: #f4f5f5;
	margin: 0 auto 50px;
	padding: 5px;
}

.items_wrap{
	width: 100%;
	max-width: 1400px;
	display: flex;
	flex-wrap: nowrap;/*改行許可*/
	justify-content: center;/*中央配置*/
	justify-content: space-between;
	align-items: flex-start;/*上揃え*/
	align-items: baseline;
	margin: 60px auto 50px;
	padding: 0;
	text-align: center;
}
.item_box{
	width: calc(247/1000*100%);
}

/* For Men
======================*/
.men_wrap{
	background-color: #e0e0e0;
	width: 100%;
	margin: 100px auto 0;
	padding: 100px 0;
}
.men_img{
	width:90%;
	max-width: 900px;
	margin: 0 auto;
	padding-bottom: 50px;
}
.men_wrap .items_wrap{
	width: 90%;
}

/* Long-lasting Beauty
======================*/
.longlasting_wrap{
	padding: 100px 0 0;
}
.longlasting_img_wrap{
	width: 100%;
	max-width: 900px;
	display: flex;
	flex-wrap: nowrap;/*改行許可*/
	justify-content: center;/*中央配置*/
	justify-content: space-between;
	align-items: flex-start;/*上揃え*/
	align-items: baseline;
	margin: 0 auto;
	padding: 0 0 50px;
	text-align: center;
}
.longlasting_img_box{
	width: calc(450/900*100%);
}


/* The Story of SLEEPERS
======================*/
.sec_wrap.story_wrap{
	width: 100%;
	max-width: 1400px;

}
.story_logo{
	width: 200px;
	margin: 0 auto;
	padding-bottom: 50px;
}

/* 3つの理念 */
.story_philosophy_wrap{
	width: 90%;
	max-width: 1000px;
	display: flex;
	flex-wrap: nowrap;/*改行許可*/
	justify-content: center;/*中央配置*/
	justify-content: space-between;
	align-items: flex-start;/*上揃え*/
	align-items: baseline;
	margin: 0 auto;
	padding: 0 0 50px;
	text-align: center;
}
.philo_box{
	width: calc(305/1000*100%);
}
.philo_icon{
	width: 36px;
	margin: 0 auto;
	padding-bottom: 20px;
}
.philo_ttl{
	font-size: 17px;
	font-family: "linotype-sabon","Times New Roman", Times, serif;
	font-weight: 400;
	line-height: 1;
	padding-bottom: 15px;
}
.philo_ttl_jp{
	font-size: 14px;
	font-family: "Noto Serif JP", serif;
	font-weight: 600;
	line-height: 1;
	padding-bottom: 30px;
}
.philo_txt{
	font-size: 13px;
	font-family: "Noto Serif JP", serif;
	font-weight: 400;
	line-height: 2.2;
	text-align: left;
}


/* story */
.story_about_wrap{

}
.st_about_box{
	width: 90%;
	max-width: 1400px;
	display: flex;
	flex-wrap: nowrap;/*改行許可*/
	justify-content: center;/*中央配置*/
	justify-content: space-between;
	align-items: center;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}
.st_about_img{
	width: calc(500/1000*100%);
}
.st_about_txt{
	width: calc(440/1000*100%);
	text-align: left;
	font-size: 14px;
	font-family: "Noto Serif JP", serif;
	font-weight: 400;
	line-height: 2.2;
}
.st_about_ttl{
	font-size: 16px;
	text-align: center;
	line-height: 1;
	padding-bottom: 30px;
	font-weight: 600;
}
.st_about_box.row_reverse{
	flex-direction:row-reverse;
}
.txt_space{
	padding: 20px 0 0;
}


@media screen and (max-width: 850px){
	.st_about_box{
		width: 100%;
	}
	.st_about_txt{
		width: calc(500/1000*100%);
		padding:0 calc(30/1000*100%);
		line-height: 2;
	}
	.st_about_ttl{
		padding-bottom: 20px;
	}
}


@media screen and (max-width: 740px){
	.st_about_box{
		width: 65%;
		display: block;
		margin: 0 auto;
	}
	.st_about_img{
		width: 100%;
		padding-bottom: 40px;
	}
	.st_about_txt{
		width: 100%;
		padding:0 ;
		line-height: 2;
		padding-bottom: 40px;
	}
	.st_about_ttl{
		padding-bottom: 20px;
	}
}





/* View More ボタン
======================*/
.sec_btn_wrap{
	padding-top: 20px;
}
.sec_btn_wrap a{
	width: 150px;
	height: 30px;
	display: block;
	margin: 0 auto;
	/* font-family: "Noto Serif JP", serif; */
	font-family: "linotype-sabon","Times New Roman", Times, serif;
	font-optical-sizing: auto;
	font-weight: 300;
	font-style: normal;
	letter-spacing: -1.0px;
}
.sec_btn{
	background-color: #a7a7a7;
	border-radius: 50px;
	font-size: 13px;
	line-height: 30px;
	color: #ffffff;
	text-align: center;
	letter-spacing: 0;
}



/* Footer ボタン
======================*/
.footer_btn_wrap{
	margin: 0 auto;
	padding: 60px 0 60px;
}

.footer_btn_wrap a{
	width: 320px;
	height: 30px;
	display: block;
	margin: 0 auto;
	font-family: "linotype-sabon","Times New Roman", Times, serif;
	/* font-family: "Noto Serif JP", serif; */
	font-optical-sizing: auto;
	font-weight: 300;
	font-style: normal;
}
.footer_btn_wrap .sec_btn{
	letter-spacing: 1px;
}

.btn_jp{
	font-family: "Noto Serif JP", serif;
	font-weight: 600;
	letter-spacing: 0px;
}

}/*! //pc & tb */






/*! tb 1
------------------------------------------*/
@media screen and (max-width: 767px){
	
}



/*! tb 2
------------------------------------------*/
@media screen and (max-width: 950px) {
	

/*.pcView{
	display: none;
}
.tbView{
	display: block;
}

.top-bar{
	z-index: 999;
}*/


}/*tab2*/




/*! sp 
------------------------------------------*/
@media screen and (max-width: 640px) {
.pcView{
	display: none;
}
/*.tbView{
	display: none;
}*/

.top-bar{
	z-index: 999;
}
main{
	/*margin-bottom: 20vw;*/
	font-size: 3.5vw;
}
main .contents{
	margin: 0 0 0;
}




.sec_wrap{
	width: 100%;
	margin: 0 auto;
	padding: 25vw 0 0;
}
.sec_ttl{
	/* font-size: 4.3vw; */
	font-size: 4.8vw;
	text-align: center;
	padding-bottom: 6vw;
	font-family: "linotype-sabon","Times New Roman", Times, serif;
	font-weight: 400;
	font-style: normal;
	line-height: 1;
}
.sec_ttl_jp{
	font-size: 3.6vw;
	text-align: center;
	padding-bottom: 9vw;
	text-align: center;
	font-optical-sizing: auto;
	font-family: "Noto Serif JP", serif;
	font-weight: 400;
	font-style: normal;
	color: #444444;
}
.sub_ttl{
	font-size: 4vw;
	text-align: center;
	padding-bottom: 7vw;
	font-family: "linotype-sabon","Times New Roman", Times, serif;
	font-weight: 600;
	font-style: normal;
	line-height: 1;
}
.sec_txt{
	width: 80%;
	font-size: 3.6vw;
	margin: 0 auto;
	line-height: 2;
	font-family: "Noto Serif JP", serif;
	font-optical-sizing: auto;
	font-style: normal;
	text-align: justify;
}
.txt_center{
	text-align: center;
}


/*sp トップの画像
---------------*/
.top_wrap {
  /* background-image: url("../img/main_img_sp.jpg"); */
  background-attachment: fixed;
  background-position: center 14vw;/*14はヘッダー分 */
  background-size: cover;
  background-repeat: no-repeat;
  /* background-color: #777777;
  height: 100vh; */
  position: relative;
}
.top_wrap .top_logo{
	width: 30vw;
	position: absolute;
	top: 7vw;
	left: 5vw;
	z-index: 99;
}
.top_main_img{
	/* position: fixed; */
	/* left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%); */
	top: 0;
	left: 0;
	width: 100vw; /* ビューポート幅全体 */
	height: 100vh; /* ビューポート高さ全体 */
	object-fit: cover; /* 縦横比を保ちつつ全体を覆う */
	z-index: -1; /* 他のコンテンツの下に配置する場合 */
}


/*sp main
---------------------*/
.main_wrap{
	padding: 0 0 0;
}

.main_ttl{
	margin: 0 auto;
	padding: 15vw 0 15vw;
	text-align: center;
}
.main_ttl img{
	margin: 0 auto;
	padding: 0;
	width: 37%;
	text-align: center;
}

.main_box{
	width: 100vw;
	margin: 0 auto;
}
.main_img{
	width: 70vw;
	margin: 0 auto;
	padding-bottom: 7vw;
}
.main_txt{
	width: 84vw;
	margin: 0 auto;
	font-size: 3.6vw;
	line-height: 2.2;
	letter-spacing: -0.3vw;
  	font-optical-sizing: auto;
	/* font-family: "yu-gothic-pr6n", sans-serif;
	font-family: "noto-sans-cjk-jp", sans-serif; */
	font-family: "Noto Serif JP", serif;
	font-weight: 300;
	font-style: normal;
	text-align: left;
	color: #444444;
}

.main_icon{
	width: 6.5vw;
	padding: 0;
	margin: 0 0 1vw;
}
.main_copy{
	font-size: 5.7vw;
	color: #777777;
	line-height: 1.4;
	font-family: "linotype-sabon","Times New Roman", Times, serif;
	font-weight: bold;
	letter-spacing: 1px;
	padding-bottom: 7vw;
}



/*sp カテゴリー
---------------------*/
.cate_box_wrap{
	width: 92vw;
	display: flex;
	flex-wrap: wrap;/*改行許可*/
	justify-content: center;/*中央配置*/
	justify-content: space-between;
	align-items: flex-start;/*上揃え*/
	margin: 0 auto;
	padding: 2vw 0 0;
	text-align: center;
}

.cate_box{
	width: 29vw;
	padding: 0 0 0;
}

.cate_box img{
	width: 100%;
}


.cate_img{
	position: relative;
}
.cate_ttl{
	width: 90%;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: calc(50/430*100%);
	font-size: 3.2vw;
	font-family: "linotype-sabon","Times New Roman", Times, serif;
	/* font-weight: 600; */
	font-style: normal;
	line-height: 1.4;
}
.cate_size_jp{
	width: 100%;
	/* background-color: #f4f5f5; */
	font-size: 3.1vw;
	font-family: "Noto Serif JP", serif;
	color: #333333;
	font-weight: 500;
	font-style: normal;
	line-height: 1.3;
	padding: 3vw 2vw 4vw;
	margin: 2vw 0 0;
}
.cate_box_wrap .sub_ttl{
	letter-spacing: -1.5vw;
}


/*sp item
---------------------*/
.sec_size_jp{
	width: 56vw;
	font-size: 3.4vw;
	text-align: center;
	font-optical-sizing: auto;
	font-family: "Noto Serif JP", serif;
	font-weight: 600;
	font-style: normal;
	color: #444444;
	background-color: #f4f5f5;
	margin: 0 auto 10vw;
	padding: 1vw;
}

.items_wrap{
	width: 70vw;
	display: flex;
	flex-wrap: wrap;/*改行許可*/
	justify-content: center;/*中央配置*/
	justify-content: space-between;
	align-items: flex-start;/*上揃え*/
	align-items: baseline;
	margin: 8vw auto 5vw;
	padding: 0;
	text-align: center;
}
.item_box{
	width: 34.5vw;
	margin-bottom: 1vw;
}


.item_wrap img{
	width: 100%;
}


/* sp For Men
======================*/
.men_wrap{
	background-color: #e0e0e0;
	width: 100%;
	margin: 15vw auto 0;
	padding: 15vw 0;
}
.men_img{
	width:100%;
	margin: 0 auto;
	padding-bottom: 10vw;
}
.men_wrap .sub_ttl{
	line-height: 2;
}



/* sp Long-lasting Beauty
======================*/
.longlasting_wrap{
	padding: 15vw 0 0;
}
.longlasting_img_wrap{
	width: 100%;
	display: flex;
	flex-wrap: nowrap;/*改行許可*/
	justify-content: center;/*中央配置*/
	justify-content: space-between;
	align-items: flex-start;/*上揃え*/
	align-items: baseline;
	margin: 0 auto;
	padding: 0 0 10vw;
	text-align: center;
}
.longlasting_img_box{
	width: calc(450/900*100%);
}


/* sp The Story of SLEEPERS
======================*/
.sec_wrap.story_wrap{
	width: 100%;
}
.story_logo{
	width: 35vw;
	margin: 0 auto;
	padding: 4vw 0 12vw;
}

/* 3つの理念 */
.story_philosophy_wrap{
	width: 90%;
	margin: 0 auto;
	padding-bottom: 3vw;
}
.philo_box{
	display: flex;
	flex-wrap: nowrap;/*改行許可*/
	justify-content: center;/*中央配置*/
	justify-content: space-between;
	align-items: flex-start;/*上揃え*/
	align-items: baseline;
	align-items: center;
	margin: 0 auto 5vw;
	padding: 0 0 5vw;
	text-align: center;
	border-bottom: 1px solid #d3cccc;
}
div.philo_box:last-child{
	border-bottom: none;
}

.philo_left{
	width: 35%;
}
.philo_txt{
	width: 60%;
	font-size: 3.4vw;
	font-family: "Noto Serif JP", serif;
	font-weight: 400;
	line-height: 2;
	text-align: left;
}
.philo_icon{
	width: 8vw;
	margin: 0 auto;
	padding-bottom: 3vw;
}
.philo_ttl{
	font-size: 4vw;
	font-family: "linotype-sabon","Times New Roman", Times, serif;
	font-weight: 400;
	line-height: 1;
	padding-bottom: 15px;
}
.philo_ttl_jp{
	font-size: 3.6vw;
	font-family: "Noto Serif JP", serif;
	font-weight: 600;
	line-height: 1;
	padding-bottom: 30px;
}
/* .philo_box.row_reverse{
	flex-direction:row-reverse;
} */


/* story */
.story_about_wrap{

}
.st_about_box{
	width: 100%;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}
.st_about_img{
	width: 65%;
	padding: 0 0 10vw;
	margin: 0 auto;
}
.st_about_txt{
	width: 84%;
	margin: 0 auto;
	text-align: left;
	font-size: 3.6vw;
	font-family: "Noto Serif JP", serif;
	font-weight: 400;
	padding:0 ;
	line-height: 2;
	padding-bottom: 10vw;
}
.st_about_ttl{
	font-size: 4vw;
	text-align: center;
	line-height: 1;
	padding-bottom: 6vw;
	font-weight: 600;
}

.txt_space{
	padding: 3vw 0 0;
}





/* sp View More ボタン
======================*/
.sec_btn_wrap{
	padding-top: 3vw;
}
.sec_btn_wrap a{
	width: 30vw;
	height: 5.625vw;
	display: block;
	margin: 0 auto;
	font-family: "noto-sans-cjk-jp", sans-serif;
	font-family: "Noto Serif JP", serif;
	font-optical-sizing: auto;
	font-weight: 300;
	font-style: normal;
	letter-spacing: -0.5vw;
}
.sec_btn{
	background-color: #a7a7a7;
	border-radius: 7.8125vw;
	font-size: 2.8125vw;
	line-height: 5.625vw;
	color: #ffffff;
	text-align: center;
	letter-spacing: 0;
}


/* sp Footer ボタン
======================*/
.footer_btn_wrap{
	margin: 0 auto;
	padding: 2vw 0 10vw;
}

.footer_btn_wrap a{
	background-color: #a7a7a7;
	border-radius: 7.8125vw;
	/* font-size: 14px; */
	line-height: 5.625vw;
	color: #ffffff;
	text-align: center;
	letter-spacing: 0.35vw;
	font-size: 3.2vw;
	width: calc(500/780*100vw);
	/* height: calc(50/780*100vw); */
	display: block;
	margin: 0 auto 5vw;
}
.footer_btn_wrap a .sec_btn{
	letter-spacing: 0.25vw;
}
.btn_jp{
	font-family: "Noto Serif JP", serif;
	font-weight: 600;
	letter-spacing: 0;
}






}/*! //sp */










/*@media screen and (max-width: 1200px) and (min-width: 768px) and (orientation: portrait) {
}
*/






/*トップのアニメーション start
=========================*/
.topAnmTrigger {
	opacity: 0;
}
.topAnmActive {
	opacity: 1;
}
.pcView .topAnmActive{
	animation: top_anm_zoom 5s ease-out 1 forwards;
}
.spView .topAnmActive{
	animation: top_anm_move 5s ease-out 1 forwards;
}

/*その場で縮小表示*/
@keyframes top_anm_zoom {
0%   {transform: scale(1.0) rotate(0) ; opacity: 0;}
100% {transform: scale(1.1) rotate(0) ; opacity: 1;}
}

/*スマホ設定：横移動しながら少しずつ拡大*/
@keyframes top_anm_move {
0%   {transform: translateX(-30%) scale(1.0); opacity: 0; }
30%  {opacity: 1;}
100% {transform: translateX(0%) scale(1.1); opacity: 1;}
}

/*スマホ設定*/
.spView .top_main_img{
	width: 240vw; /* 画面幅いっぱい　かつ はみ出す分も入れる*/
	height: 75vh;
}
.spView .top_main_img img{
	object-fit: cover;/* 要素いっぱいに画像を表示（はみ出た部分は削除） */
	width: 135vh;      /* 高さ75vhの時の画像の比率に合わせた横幅を算出。親要素の幅いっぱい */
	height: 75vh;  /* 親要素の高さいっぱい */
}


.imgFrame{
	overflow: hidden;
}
.imgFrame img{
	overflow: hidden;
}

/*トップのアニメーション end
=========================*/




/*画像の縮小・拡大・回転アニメーション start
=========================*/
.itemAnmTrigger {
	opacity: 1;
}
.itemAnmActive {
	opacity: 1;
}

.itemAnmActive{
	animation: item_anm_zoom 1.5s ease-out 1;
}
/*その場で縮小表示*/
@keyframes item_anm_zoom {
0%   {transform: scale(1.15) rotate(0) translate3d(0,0,0); opacity: 1;}
30%   {transform: scale(1.15) rotate(0) translate3d(0,0,0); opacity: 1;}
100% {transform: scale(1) rotate(0) translate3d(0,0,0); opacity: 1;}
}

.imgFrame{
	overflow: hidden;
}
.imgFrame img{
	overflow: hidden;
}

/*画像の縮小・拡大・回転アニメーション end
=========================*/





/*   ふわっと表示：時差で下から上へ start
=========================*/
/* ----- effects ----- */
  .effFIU1, .effFIU2, .effFIU3, .effFIU4, .effFIU5, .effFIU6 { opacity:0; }
  .effFIU1.effanm { animation:effFIU1 1.5s both; }
  .effFIU2.effanm { animation:effFIU2 1.5s both; animation-delay: 0.4s; }
  .effFIU3.effanm { animation:effFIU3 1.5s both; animation-delay: 0.8s;}
  .effFIU4.effanm { animation:effFIU4 1.5s both; animation-delay: 1.2s;}
  .effFIU5.effanm { animation:effFIU5 1.5s both; animation-delay: 1.6s;}
  .effFIU6.effanm { animation:effFIU6 1.5s both; animation-delay: 2.0s;}

/*for SP*/
@media screen and (max-width: 640px) {
	 .effFIU2.effanm { animation:effFIU2 1.5s both; animation-delay: 0.3s; }
  .effFIU3.effanm { animation:effFIU3 1.5s both; animation-delay: 0.6s;}
  .effFIU4.effanm { animation:effFIU4 1.5s both; animation-delay: 0.8s;}
  .effFIU5.effanm { animation:effFIU5 1.5s both; animation-delay: 1.1s;}
  .effFIU6.effanm { animation:effFIU6 1.5s both; animation-delay: 1.4s;}
}

/*下から上へフェードイン*/
  @-webkit-keyframes effFIU1 {0%{opacity:0;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}100%{opacity:1;-webkit-transform:none;transform:none}}
  @keyframes effFIU1 {0%{opacity:0;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}100%{opacity:1;-webkit-transform:none;transform:none}}

  @-webkit-keyframes effFIU2 {0%{opacity:0;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}100%{opacity:1;-webkit-transform:none;transform:none}}
  @keyframes effFIU2 {0%{opacity:0;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}100%{opacity:1;-webkit-transform:none;transform:none}}

  @-webkit-keyframes effFIU3 {0%{opacity:0;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}100%{opacity:1;-webkit-transform:none;transform:none}}
  @keyframes effFIU3 {0%{opacity:0;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}100%{opacity:1;-webkit-transform:none;transform:none}}


  @-webkit-keyframes effFIU4 {0%{opacity:0;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}100%{opacity:1;-webkit-transform:none;transform:none}}
  @keyframes effFIU4 {0%{opacity:0;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}100%{opacity:1;-webkit-transform:none;transform:none}}

  @-webkit-keyframes effFIU5 {0%{opacity:0;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}100%{opacity:1;-webkit-transform:none;transform:none}}
  @keyframes effFIU5 {0%{opacity:0;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}100%{opacity:1;-webkit-transform:none;transform:none}}

  @-webkit-keyframes effFIU6 {0%{opacity:0;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}100%{opacity:1;-webkit-transform:none;transform:none}}
  @keyframes effFIU6 {0%{opacity:0;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}100%{opacity:1;-webkit-transform:none;transform:none}}


/*   ふわっと表示 end
=========================*/


/*   ふわっと表示 start
=========================*/
/* ----- effects ----- */
  .effFI, .effFIU, .effFID, .effFIR, .effFIL { opacity:0; }
  .effFI.effanm { -webkit-animation:effFI 2.5s both; animation:effFI 2.5s both; }
  .effFIU.effanm { -webkit-animation:effFIU 1.5s both; animation:effFIU 1.5s both; }
  .effFID.effanm { -webkit-animation:effFID 1.5s both; animation:effFID 1.5s both; }
  .effFIR.effanm { -webkit-animation:effFIR 1.5s both; animation:effFIR 1.5s both; }
  .effFIL.effanm { -webkit-animation:effFIL 1.5s both; animation:effFIL 1.5s both; }

/*その場でフェードイン*/
  @-webkit-keyframes effFI {0%{opacity:0}100%{opacity:1}}
  @keyframes effFI {0%{opacity:0}100%{opacity:1}}

/*下から上へフェードイン*/
  @-webkit-keyframes effFIU {0%{opacity:0;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}100%{opacity:1;-webkit-transform:none;transform:none}}
  @keyframes effFIU {0%{opacity:0;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}100%{opacity:1;-webkit-transform:none;transform:none}}

/*上から下へフェードイン*/
  @-webkit-keyframes effFID {0%{opacity:0;-webkit-transform:translate3d(0,-50px,0);transform:translate3d(0,-50px,0)}100%{opacity:1;-webkit-transform:none;transform:none}}
  @keyframes effFID {0%{opacity:0;-webkit-transform:translate3d(0,-50px,0);transform:translate3d(0,-50px,0)}100%{opacity:1;-webkit-transform:none;transform:none}}

/*右から左へフェードイン*/
  @-webkit-keyframes effFIR {0%{opacity:0;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}100%{opacity:1;-webkit-transform:none;transform:none}}
  @keyframes effFIR {0%{opacity:0;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}100%{opacity:1;-webkit-transform:none;transform:none}}

/*右から左へフェードイン*/
  @-webkit-keyframes effFIL {0%{opacity:0;-webkit-transform:translate3d(-50px,0,0);transform:translate3d(-50px,0,0)}100%{opacity:1;-webkit-transform:none;transform:none}}
  @keyframes effFIL {0%{opacity:0;-webkit-transform:translate3d(-50px,0,0);transform:translate3d(-50px,0,0)}100%{opacity:1;-webkit-transform:none;transform:none}}
/*   ふわっと表示 end
=========================*/



/*   ふわっと表示：時差で下から上へ start
=========================*/
/* ----- effects ----- */
  /* .effFIU1, .effFIU2, .effFIU3, .effFIU4 { opacity:0; }
  .effFIU1.effanm { animation:effFIU1 1.5s both; }
  .effFIU2.effanm { animation:effFIU2 1.5s both; animation-delay: 0.2s; }
  .effFIU3.effanm { animation:effFIU3 1.5s both; animation-delay: 0.6s;}
  .effFIU4.effanm { animation:effFIU4 1.5s both; animation-delay: 1.0s;} */


/*下から上へフェードイン*/
  /* @-webkit-keyframes effFIU1 {0%{opacity:0;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}100%{opacity:1;-webkit-transform:none;transform:none}}
  @keyframes effFIU1 {0%{opacity:0;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}100%{opacity:1;-webkit-transform:none;transform:none}}

  @-webkit-keyframes effFIU2 {0%{opacity:0;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}100%{opacity:1;-webkit-transform:none;transform:none}}
  @keyframes effFIU2 {0%{opacity:0;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}100%{opacity:1;-webkit-transform:none;transform:none}}

  @-webkit-keyframes effFIU3 {0%{opacity:0;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}100%{opacity:1;-webkit-transform:none;transform:none}}
  @keyframes effFIU3 {0%{opacity:0;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}100%{opacity:1;-webkit-transform:none;transform:none}}


  @-webkit-keyframes effFIU4 {0%{opacity:0;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}100%{opacity:1;-webkit-transform:none;transform:none}}
  @keyframes effFIU4 {0%{opacity:0;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}100%{opacity:1;-webkit-transform:none;transform:none}}
 */

/*   ふわっと表示：時差で下から上へ end
=========================*/




/*   ふわっと表示：時差で表示 start
=========================*/
/* ----- effects ----- */
  .effFI1, .effFI2, .effFI3, .effFI4 { opacity:0; }
  .effFI1.effanm { animation:effFI1 1.0s both; }
  .effFI2.effanm { animation:effFI2 1.0s both; animation-delay: 0.3s; }
  .effFI3.effanm { animation:effFI3 1.0s both; animation-delay: 0.5s;}
  .effFI4.effanm { animation:effFI4 1.0s both; animation-delay: 0.7s;}

  @keyframes effFI1 {0%{opacity:0}100%{opacity:1}}
  @keyframes effFI2 {0%{opacity:0}100%{opacity:1}}
  @keyframes effFI3 {0%{opacity:0}100%{opacity:1}}
  @keyframes effFI4 {0%{opacity:0}100%{opacity:1}}

/*   ふわっと表示：時差で表示 end
=========================*/


/*   ふわっと表示：回転しながら start
=========================*/
/* ----- effects ----- */
  .effRotate1, .effRotate2, .effRotate3, .effRotate4 { opacity:0; }
  .effRotate1.effanm { animation:effRotate1 1.0s both; }
  .effRotate2.effanm { animation:effRotate2 1.0s both; animation-delay: 0.3s; }
  .effRotate3.effanm { animation:effRotate3 1.0s both; animation-delay: 0.5s;}
  .effRotate4.effanm { animation:effRotate4 1.0s both; animation-delay: 0.7s;}

  @keyframes effRotate1 {0%{opacity:0; transform: rotate(60deg);}100%{opacity:1; transform: rotate(0deg);}}
  @keyframes effRotate2 {0%{opacity:0; transform: rotate(60deg);}100%{opacity:1; transform: rotate(0deg);}}
  @keyframes effRotate3 {0%{opacity:0; transform: rotate(60deg);}100%{opacity:1; transform: rotate(0deg);}}
  @keyframes effRotate4 {0%{opacity:0; transform: rotate(60deg);}100%{opacity:1; transform: rotate(0deg);}}

/*   ふわっと表示：回転しながら end
=========================*/





/* 指定の位置になったら、4つの画像が0.5秒の時差で順番に表示される。
=========================*/

/* 【パターン1】下から上にふわっと動かす */
.slideshow_wrap .image-item, .story_philosophy_wrap .image-item{
  /* width: 100%;
  aspect-ratio: 3 / 2; */
  opacity: 0;
  transform: translateY(20px); /* 下から上にふわっと動かす */
  transition: opacity 1s ease, transform 1s ease;
  /* 順番に0.X秒ずつ遅らせる（JavaScript側で設定した--iを使用） */
  transition-delay: calc(var(--i) * 0.3s);
}

.image-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* border-radius: 8px; */
}
/* スクロールして指定位置に来たときに付与されるクラス */
.slideshow_wrap.is-active .image-item {
  opacity: 1;
  transform: translateY(0);
}
.story_philosophy_wrap.is-active .image-item {
  opacity: 1;
  transform: translateY(0);
}




/* 【パターン2】背景色を左から右に表示 */
/* 各要素のスタイル */
.cate_box_wrap .image-item {
  position: relative; /* 疑似要素の基準点 */
  /* width: 100%;
  aspect-ratio: 3 / 2; */
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden; /* はみ出る背景色を隠す */
}

/* 擬似要素で「左から右に伸びる背景色」を作る */
.cate_box_wrap .image-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f4f5f5; /* ★ここに任意の背景色を指定 */
  
  /* 初期状態：左側に縮めておく（幅0%） */
  transform: scaleX(0);
  transform-origin: left center; /* 左端を固定して伸ばす */
  
  /* アニメーションの速度と、JavaScriptから引き継ぐ0.5秒ずつの時差 */
  transition: transform 2s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: calc(var(--i) * 0.5s);
  z-index: 1;
}

/* 中のテキストスタイル */
.text-content {
  position: relative;
  z-index: 2; /* 背景色（z-index: 1）より上に表示 */
  color: #333333; /* 文字色 */
  /* font-size: 1.2rem;
  font-weight: bold; */
  
  /* 背景色が伸びるまで文字を隠しておきたい場合（フェードイン） */
  /* opacity: 0;
  transition: opacity 0.4s ease; */
   /* 背景より少し遅れて表示 */
  /* transition-delay: calc((var(--i) * 0.5s) + 0.2s); */
}

/* --- スクロールして指定位置に来たときのアニメーション --- */

/* 背景色を幅100%（元のサイズ）に伸ばす */
.cate_box_wrap.is-active .image-item::before {
  transform: scaleX(1);
}

/* 文字を表示する */
.cate_box_wrap.is-active .text-content {
  opacity: 1;
}

/* スクロールして指定位置に来たときに付与されるクラス */
.cate_box_wrap.is-active .image-item {
  opacity: 1;
  /* transform: translateY(0); */
}
















/* 画像切り替えスライダー
=========================*/
.slideshow_wrap{
	width: 100%;
	max-width: 1400px;
	display: flex;
	flex-wrap: wrap;/*改行許可*/
	justify-content: center;/*中央配置*/
	justify-content: space-between;
	align-items: flex-start;/*上揃え*/
	margin: 0 auto 60px;
	padding: 0 0;
	text-align: center;
}
@media screen and (max-width: 640px) {
	.slideshow_wrap{
		margin: 0 auto 12vw;
	}
}

/* 2枚の画像切り替え
=========================*/
/* 親要素：2枚を重ねるための設定 */
.slideshow_two {
  position: relative;
  width: calc(330/1000*100%);
  aspect-ratio: 330/540;
}
@media screen and (max-width: 640px) {
	.slideshow_two{
		margin: 0 auto;
		aspect-ratio: 330/700;
	}
}

/* 画像の共通設定 */
.slideshow_two img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; /* 比率を保って表示 */
}

/* 2枚目の画像にアニメーションを適用 */
.img1-2 {
  animation: fade-switch-two 3s infinite; /* 1.5秒表示×2枚 = 計3秒周期 */
}

/* 0.5秒ずつズレを作って「順番待ち」をさせる。スタートを0.5秒早めて隣とタイミングをズラす*/
.slideshow_two.anm_delay-second .img1-1 { animation-delay: -0.5s; }
.slideshow_two.anm_delay-second .img1-2 { animation-delay: 1s; }


/* アニメーションの定義 */
@keyframes fade-switch-two {
  0%, 45% { opacity: 0; }  /* 最初の約1.5秒は消える */
  50%, 95% { opacity: 1; } /* 次の約1.5秒は表示 */
  100% { opacity: 0; }     /* ループ用 */
}


/* 3枚の画像切り替え
=========================*/
.slideshow_three, .slideshow_three_delay {
  position: relative;
  width: calc(330/1000*100%);
  aspect-ratio: 330/540;
  overflow: hidden;
}
@media screen and (max-width: 640px) {
	.slideshow_three, .slideshow_three_delay{
		/* width: 74%; */
		margin: 0 auto;
		aspect-ratio: 330/700;
	}
}

.slideshow_three img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0; /* 初期は隠す */
  animation: fade-switch-three 4.5s infinite linear; /* 1.5秒表示×3枚 = 計4.5秒周期 */
}



/* 1.5秒ずつズレを作って「順番待ち」をさせる */
.slideshow_three .img1-1 { animation-delay: 0s; }
.slideshow_three .img1-2 { animation-delay: 1.5s; }
.slideshow_three .img1-3 { animation-delay: 3s; }

/* 1.5秒ずつズレを作って「順番待ち」をさせる。スタートを0.5秒早めて隣とタイミングをズラす*/
.slideshow_three.anm_delay-second .img1-1 { animation-delay: -0.5s; }
.slideshow_three.anm_delay-second .img1-2 { animation-delay: 1.0s; }
.slideshow_three.anm_delay-second .img1-3 { animation-delay: 2.5s; }

/* 1.5秒ずつズレを作って「順番待ち」をさせる。スタートを1秒早めて隣とタイミングをズラす*/
.slideshow_three.anm_delay-last .img1-1 { animation-delay: -1s; }
.slideshow_three.anm_delay-last .img1-2 { animation-delay: 0.5s; }
.slideshow_three.anm_delay-last .img1-3 { animation-delay: 2s; }



@keyframes fade-switch-three {
  /* 0%〜33.3%（6秒のうちの2秒間）だけ表示させる */
  0% { opacity: 1; }/* 開始直後にパッと表示 */
  33.3% { opacity: 1; } /* 2秒時点まで表示を維持 */
  34.3% { opacity: 0; } /* その後パッと消える */
  100% { opacity: 0; } /* 残りの時間は消えたまま待機 */
}