@charset "utf-8";


.row img {
	width: 100% !important; height :auto;
	background-size: cover;
}
.row .ph.p1 {
	background-image: url(../imgheader/mv_w1.jpg);
}
.row .ph.p2 {
	background-image: url(../imgheader/mv_w2.jpg);
}
.row .ph.p3 {
	background-image: url(../imgheader/mv_w3.jpg);
}
.row img.sph {display: none;}


.slider{
	position: relative;
}
.slider a.sp_dw {
	display: none;
	position: absolute;
	width: 52px;	height: 108px;
	bottom: 50px; left: 50%; 
	transform: translateX(-52px);
	/*padding: 10px;*/
	z-index: 10;
}
.slider a.sp_dw img{width: 100%; height: auto;}

#slide_wrapp.loading {
	background-image: url(../imgheader/sai.png), url(../imgheader/loading.gif);
	background-repeat: no-repeat;
	background-position: 50% 38%, 50% 46%;
	background-attachment:fixed;
}
#slide_wrapp {
	position: relative;
	overflow: hidden;
}
/*#slide_wrapp::after {
	content: url(../imgheader/sp_dw.png);
	display: block;
	position: absolute;
	width: 52px;	height: 108px;
	bottom: 50px; left: 50%; 
	transform: translateX(-52px);
}*/
#slide_wrapp .slide_item {
  opacity: 0;
  transform: scale(1);
  transition: opacity 2s linear, transform 7.5s linear;
  position: relative;
	width: 100% !important; 
}
#slide_wrapp .slide_item:not(:first-child) {
  position: absolute;
  top: 0;
  left: 0;
}
#slide_wrapp .slide_item.show_ {
  opacity: 1; z-index: 10;
}
#slide_wrapp .slide_item.zoom_ {
  /*transform: scale(1.1);*/
	transform: scale(1);
}
#slide_wrapp .slide_item img {
  /*display: block;*/
}
/* new */
.gMuli30	{
	font-family: 'Muli', sans-serif;
	font-size: 30px; font-weight: 200;
	line-height: 1.5; text-align: center;
	letter-spacing: 2px;
	margin-bottom: 35px;
}
.marginT50{
	margin-top: 50px;
}

.gMuli52 {margin-bottom: 30px;}


.flextop{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	border: 1px solid #cacbcb;
	padding: 10px; margin-top: 50px;
}
.flextop .read{
	padding-right: 20px;
	text-align: right;
	width: calc(100% - 810px);
}
.flextop .ph810{
	max-width: 810px;
}
.flextop .ph810 img {
	width: 100% !important; height :auto;
}
.flextop .read a{
	cursor: pointer;
	text-decoration: none;
	display: block;
}
.flextop .read a:hover {
	/*background-color: rgba(0,0,0,0.1);*/
	color: #e4007f;
}

.flextop .read .tx1{
	font-size: 18px;
	line-height: 1.7;
	margin-top: 50px;
	font-weight: 200;
	color: #2c2627;
}
.flextop .read a:hover .tx1{color: #e4007f;}

.flextop .read .tx1.gFontMuli{margin-top: 0px;}


.arrow, .arrow h2  {display: inline-block;}
.arrow .line{
	border-top: 1px solid #281e1c;	
	position: relative;
	margin-top: 5px;
	width: 90px; margin-left: auto;
}
.arrow .line::before {
	content: '';
	display: block;
	position: absolute; 
	width: 26px;	height: 26px;
	border-right: 1px solid #281e1c;
	transform: rotate(45deg);
	top: -14px; right: 4px;
}
.flextop .read a:hover .arrow .line{
border-top: 1px solid #e4007f;}
.flextop .read a:hover .arrow .line::before {
border-right: 1px solid #e4007f;}



@media screen and (max-width: 1220px){
	.flextop .read{width: 32%;}
	.flextop .ph810{width: 68%;}
}

@media screen and (max-width: 950px){
	.flextop{display: block;}
	.flextop .ph810 {
		width: 100%; margin: 20px auto 0;
	}
	.flextop .read{
		width: 100%; padding-right: 0; text-align: left;
	}
	.flextop .read .font32{text-align: center;}
	.flextop .read .tx1 .sp {display: none;}
	
	.arrow, .arrow h2  {display: block;}
	.arrow{
	display: flex;
	justify-content: space-between;
	align-items: center;
	}
	.flextop .read .tx1 {margin-top: 30px;}
}
@media screen and (max-width: 768px){
	/*.pagePagination {display: none;}*/
	#head::before{ border-bottom: none;}
	#head.active::before{border-bottom: 1px solid #281e1c;}
}
@media screen and (max-width: 640px){
	/*.slider a.sp_dw {display: block;}*/
	.row img.sph {display: block;}
	.row img.ph {display: none;}
	.row .sph.p1 {
	background-image: url(../imgheader/mv_sp1.jpg);
	}
	.row .sph.p2 {
	background-image: url(../imgheader/mv_sp2.jpg);
	}
	.row .sph.p3 {
	background-image: url(../imgheader/mv_sp3.jpg);
	}
	.flextop .read .tx1{font-size: 18px;}
	.flextop{margin-top: 25px;}
	.arrow .line{width: 70px;}
}
@media screen and (max-width: 550px){
	.slider a.sp_dw {
	width: 40px;	height: 83px;
	bottom: 40px; transform: translateX(-40px);
	}
}
@media screen and (max-width: 480px){
	.slider a.sp_dw {
	width: 30px;	height: 63px;
	bottom: 30px; transform: translateX(-30px);
	}
}
@media screen and (max-width: 450px){
	.slider a.sp_dw {
	width: 24px;	height: 50px;
	bottom: 24px; transform: translateX(-24px);
	}
}