@charset "utf-8";

/*
 *
 *	second style
 *
 */

body {color: #524e4d;}

.wrapper {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 40px;
}
i {font-style: italic;}

/*======================================
	gHeader
======================================*/
.gHeader {background: rgba(0,0,0,.25);}



/*======================================
	pageH
======================================*/
.pageH {
	padding: 75px 40px 28%;
	color: #fff;
}
.pageH h1 {
	margin-bottom: 20px;
	text-align: center;
}
.pageH h1 span {
	display: inline-block;
	margin-right: 1em;
	padding: 1em 1em 1em 0;
	border-right: #fff solid 2px;
	letter-spacing: .025em;
	font-size: .8em;
}
.pageH h2 {
	margin-bottom: 30px;
	text-align: center;
}
.pageH p {
	max-width: 800px;
	margin: 0 auto;
	line-height: 1.81818;
	letter-spacing: .1em;
}



/*======================================
	secBox
======================================*/
.secBox h1 {margin-bottom: 25px;}
.secBox p {
	max-width: 800px;
	line-height: 2;
	letter-spacing: .05em;
	color: #6c6c6c;
}


/****** step ******/
.secBox .step {
	display: flex;
}
.secBox .step li {
	width: 20%;
	overflow: hidden;
}
.secBox .step figure img {width: 100%;}
.secBox .step .txt {
	position: relative;
	margin-top: 1em;
	padding: .5em;
}
.secBox .step .txt:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 1px;
	bottom: -100%;
	background: #000;
}
.secBox .step li:last-child .txt:after {display: none;}
.secBox .step .txt .num {
	display: block;
	margin-bottom: 1em;
	text-align: center;
}
.secBox .step .txt .num img {width: 12px;}
.secBox .step .txt p {
	line-height: 1.5;
	font-size: .7272em;
}


/****** movie ******/
.movie {position: relative;}
.movie .slides li img {width: 100%;}
.movie .btn {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -30px 0 0 -30px;
	z-index: 2;
}


/****** model ******/
.model {padding-top: 50px;}
.model .watchList li {
	float: left;
	width: 50%;
	margin-bottom: 25px;
	text-align: center;
}
.model .watchList li:nth-child(odd) {clear: both;}
.model .watchList li a {
	display: block;
	text-align: center;
	color: #524e4d;
}
.model .watchList li figure {
	width: 60%;
	margin: 0 auto 1em;
	text-align: center;
}
.model .watchList li a span {
	position: relative;
	display: inline-block;
	padding: .5em 20px .5em 15px;
	background: #524e4d;
	letter-spacing: .05em;
	color: #fff;
}
.model .watchList li a span:after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	right: 8px;
	width: 8px;
	height: 8px;
	margin-top: -4px;
	border: #fff solid;
	border-width: 1px 1px 0 0;
	transform: rotate(45deg);
}

.model .watchList li .limited {
	width: 70%;
	max-width: 295px;
	margin: 1em auto 0;
	line-height: 1.3;
	padding: .25em;
	border: #000 solid 2px;
	text-align: center;
	font-size: .7272em;
}

.model .link a {
	display: block;
	padding: .8em .5em .7em;
	background: #524e4d;
	text-align: center;
	font-size: 1.286em;
	color: #fff;
}

.model .memo {
	max-width: 100%;
	line-height: 1.5;
	margin: 30px 0;
	text-align: center;
}



/*============================================================================

	responsive

============================================================================*/
@media screen and (min-width:640px) {
	/*======================================
		pageH
	======================================*/
	.pageH {padding-top: 160px;}
	.pageH h1 {margin-bottom: 50px;}
	.pageH h2 {margin-bottom: 60px;}
	.pageH h1 img,
	.pageH h2 img {width: auto;}
	.pageH p {line-height: 2;}



	/*======================================
		secBox
	======================================*/
	.secBox h1 {margin-bottom: 50px;}
	.secBox h1 img {width: auto;}


	/****** movie ******/
	.movie .btn {margin: -60px 0 0 -60px;}
	.movie .btn img {width: 120px;}


	/****** step ******/
	.secBox .step .txt {
		display: flex;
		align-items: center;
		justify-content: center;
		margin-top: 2em;
		padding: 1em 0;
	}
	.secBox .step .txt .num {margin: 0 25px 0 0;}
	.secBox .step .txt .num img {width: 25px;}


	/****** model ******/
	.model {padding: 70px 0 150px;}
	.model .watchList li {width: 25%;}
	.model .watchList.item2 li {width: 50%;}
	.model .watchList li:nth-child(odd) {clear: none;}
	.model .watchList li:nth-child(4n+1) {clear: both;}
	.model .watchList li figure {width: 45%;}
	.model .watchList li span {
		padding: 0;
		background: none;
		color: #524e4d
	}
	.model .watchList li span:after {display: none;}
	.model .watchList li a span {
		padding: 0;
		background: none;
		color: #524e4d;
	}
	.model .watchList li a span:after {
		display: none;
	}
	
	.model .link {
		margin: 35px auto 0;
		text-align: center;
	}
	.model .link a {
		position: relative;
		display: inline-block;
		width: 160px;
		padding: .6em .5em .5em;
		border: #524e4d solid 1px;
		background: none;
		font-size: .727em;
		color: #524e4d;
	}
	.model .link a:before {
		content: '';
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		right: 100%;
		bottom: 0;
		background: #524e4d;
		z-index: -1;
	}
	.model .link a:hover {color: #fff;}
	.model .link a:hover:before {right: 0;}

	.model .memo {margin: 50px 0 0;}

}
