@charset "utf-8";

/*見出しの文字サイズ・・・スマホはPCの約4/5にする*/

/* for Common & Smartphone*/

.visual{
	width:100%;
	margin-bottom:50px;
}

.profile{
	width:100%;
	margin-bottom:50px;
}

/*slide
#########################################*/
.mv{
	margin:0 0 10px 0;
	border:1px solid #e6e6e6;
	width:100%;
	height:100vw;
}
.mv img{
	height:100vw !important;
	object-fit: contain;
	font-family: 'object-fit: contain;';
}

/*slick*/
.mv .slick-slide{}
.slick-slide img{
	/*width: 100%;*/
	margin:0 auto;
	}

.mvNav{
	margin:0 0 30px 0;
	text-align:center;
	}
.mvNav .slick-track{
	margin:0 auto;
	}
.mvNav .slick-slide{
	padding:0;
	margin:0 0.4vw;
	outline:none;
	border:1px solid #e6e6e6;
	height:22vw !important;
	width:22vw !important;
	}
.mvNav .slick-slide img{
	width:100%;
	height:100%;
	object-fit: contain;
	font-family: 'object-fit: contain;';
	}

.mvNav .slick-current img{
 	opacity: 0.7;
	-khtml-opacity: .70;
	-moz-opacity: .70;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
	}

/*サイズボタン*/
.btnSize{
	width:300px;
	margin:0 auto 20px;
}
.btnSize a{
	display:block;
	background:#fff;
	border:1px solid #e6e6e6;
	text-decoration:none !important;
	width:100%;
	color:#000 !important;
	font-size:138%;
	text-align:center;
	line-height:60px;
	position:relative;
	font-family: "Noto Serif JP" , "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
.btnSize a::after{
	content: '';
	width: 7px;
	height: 7px;
	border: 0px;
	border-top: solid 1px #000;
	border-right: solid 1px #000;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top:-4px;
}
.btnSize a small{
	font-size:80%;
}


/*戻るボタン*/
.btnBack{
	width:300px;
	margin:0 auto;
}
.btnBack a{
	display:block;
	background:#e6e6e6;
	text-decoration:none !important;
	width:100%;
	color:#666 !important;
	font-size:108%;
	font-weight:bold;
	text-align:center;
	line-height:50px;
	position:relative;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.btnBack a::after{
	content: '';
	width: 7px;
	height: 7px;
	border: 0px;
	border-top: solid 1px #000;
	border-right: solid 1px #000;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top:-4px;
}





/*profile
#########################################*/
.profileNameJp{
	text-align:left;
	font-family: "Noto Serif JP" , "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	font-size:230%;
	margin-bottom:5px;
}
.profileNameEn{
	color:#999999;
	text-align:left;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:108%;
	margin-bottom:50px;
}
.profileList01{
	text-align:left;
	border-bottom:1px solid #dfdfdf;
	margin:0 auto 50px;
	}
.profileList01 dt,
.profileList01 dd{
	font-size:108%;
	font-family: "Noto Serif JP" , "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	line-height:2;
	padding:8px 10px;
	}
.profileList01 dt{
	border-top:1px solid #dfdfdf;
	color:#666;
	padding-bottom:0;
	font-weight:bold;
	}
.profileList01 dd{
	padding-top:0;
	}

.profileTtl01{
	font-size:108%;
	text-align:left;
	font-weight:bold;
	margin-bottom:5px;
	color:#666;
	font-size:108%;
	line-height:1.8;
	font-family: "Noto Serif JP" , "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	}

.profileTxt01{
	font-size:108%;
	text-align:left;
	margin-bottom:20px;
	margin-left:1em;
	font-size:108%;
	line-height:1.8;
	font-family: "Noto Serif JP" , "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	}






/* for Smartphone 横とか*/
@media screen and (min-width: 480px) {
}

/* for Smartphone*/
/*横向きの際に適用*/
@media screen and (orientation : landscape) { 
}

/* for PC*/
@media print, screen and (min-width:768px) {




.visual{
	float:left;
	width:48%;
}

.profile{
	float:right;
	width:48%;
}

/*slide
#########################################*/
.mv{
	margin:0 0 20px 0;
	width:100%;
	height:48vw;
	max-height:480px;
	overflow:hidden;
}
.mv img{
	height:48vw !important;
}
@media print, screen and (min-width:1000px) {
.mv img{
	height:480px !important;
}
}
/*slick*/
.mv .slick-slide{}
.mv .slick-slide img{}

.mvNav{
	margin:0 0 30px 0;
	}
.mvNav .slick-slide{
	/*width:14%*/
	/*padding:0 5px;*/
	cursor:pointer;
	}

.mvNav .slick-slide{
	margin:0 0.5vw;
	height:10.5vw !important;
	width:10.5vw !important;
	}
@media print, screen and (min-width:1000px) {
.mvNav .slick-slide{
	margin:0 6px;
	height:108px !important;
	width:108px !important;
	}
}



/*profile
#########################################*/
.profileList01{
	width:100%;
	max-width:480px;
	overflow:hidden;
	background:#fff;/*dtの背景色*/
	}
.profileList01 dt,
.profileList01 dd{
	line-height:2;
	padding:10px 0;
	}
.profileList01 dt{
	width:25%;
	float:left;
	border-top:1px solid #dfdfdf;
	}
.profileList01 dd{
	width:75%;
	float:left;
	border-top:1px solid #dfdfdf;
	background:#fff;
}
.profileList01 dd:after{
	clear:both; /*1段ずつfloat解除する設定(いらない？)*/
	}






}