@charset "UTF-8";

.br-sp {
	display: none;
}

.cf:after {
	content: "";
	display: block;
	clear: both;
}

/* --------------------------------
 * contents
 * -------------------------------- */

.contents {
	position: relative;
	max-width: 1240px;
	min-width: 740px;
	padding: 0 70px;
	margin: 0 auto;
}

.contents_lead {
	padding: 30px 0;
	font-size: 1.8rem;
	font-weight: 100;
	letter-spacing: 0.3rem;
	color: #666;
}

.contents_lead_inner {
	display: inline-block;
	padding-bottom: 10px;
	border-bottom: solid 0.5px #666;
	font-weight: thin;
	font-family: 'Droid Serif', serif;
}

.contents_lead_2nd {
	padding: 50px 0 40px;
	font-size: 1.8rem;
	font-weight: 100;
	letter-spacing: 0.3rem;
	color: #666;
}

.contents_lead_2nd_inner {
	display: inline-block;
	padding-bottom: 10px;
	border-bottom: solid 0.5px #666;
	font-weight: thin;
	font-family: 'Droid Serif', serif;
}

/* --------------------------------
 * title
 * -------------------------------- */

.title_block {
	width: 1240px;
	height: 573px;
	position: relative;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	letter-spacing: 0.1rem;
}

.title_block::before {
	content: '';
	display: block;
	width: 100%;
	height: 70px;
	position: absolute;
	top: 0px;
	background-color: #000;
}

.title_block::after {
	content: '';
	display: block;
	width: 100%;
	height: 70px;
	position: absolute;
	bottom: 0px;
	background-color: #000;
}

.title_block_en {
	font-weight: bold;
	font-size: 2.5rem;
}

.title_block_jp {
	display: block;
	font-weight: normal;
	margin-top: 10px;
	font-size: 1.5rem;
	letter-spacing: 0;
}

.title_description {
	clear: both;
	margin-top: 50px;
	padding: 80px;
	font-size: 1.8rem;
	letter-spacing: 0.2rem;
	line-height: 2;
	border: solid 0.5px;
	background-color: #fff;
}

/* --------------------------------
 * movie
 * -------------------------------- */

.movwrap {
	width: 50%;
	background-color: black;
	float: left;
}

.movfig {
	width: 100%;
	color: #fff;
	position: relative;
	overflow: hidden;
	text-align: center;
}

.movfig * {
	-webkit-transition: all 0.6s ease;
	transition: all 0.6s ease;
}
.movfig img {
	opacity: 1;
	width: 100%;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}

.movfig .figcap {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.movfig .movcap {
	margin: 0;
	position: absolute;
	width: 100%;
	left: 0;
	opacity: 0;
}

.movfig .movcap {
	font-size: 2.5rem;
	display: inline-block;
	font-weight: normal;
	letter-spacing: 0.2rem;
	bottom: 45%;
	-webkit-transform: translate3d(0%, -200%, 0);
	transform: translate3d(0%, -200%, 0);
}

.movfig a {
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	position: absolute;
}

.movfig:hover img,
.movfig.hover img {
	opacity: 0.3;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}

.movfig:hover .figcap .movcap,
.movfig.hover .figcap .movcap {
	-webkit-transform: translate3d(0%, 0%, 0);
	transform: translate3d(0%, 0%, 0);
}

.movfig:hover .figcap .movcap,
.movfig.hover .figcap .movcap {
	opacity: 0.9;
}

.mov_description {
	clear: both;
	padding: 80px;
	font-size: 1.8rem;
	letter-spacing: 0.2rem;
	line-height: 2;
	border: solid 0.5px;
	background-color: #fff;
}

.mov_description small {
	font-size: 1.2rem;
	letter-spacing: 0.1rem;
}

/* --------------------------------
 * value
 * -------------------------------- */

.value_wrap {
	clear: both;
	background-image: url(../img/photoimg/03.jpg);
	background-size: cover;
	padding: 20px 0;
}

.value_inner_lead {
	font-size: 2rem;
	letter-spacing: 0.3rem;
	font-weight: bold;
	padding: 60px 80px 30px;
	background-color: white;
	margin: 0 20px;
}

.value_inner_lead:first-child {
	padding-top: 80px;
}

.value_inner_sentence {
	padding: 0 80px 0;
	font-size: 1.6rem;
	letter-spacing: 0.3rem;
	line-height: 2;
	background-color: white;
	margin: 0px 20px;
}

.value_inner_sentence:last-child {
	padding-bottom: 80px;
}

/* --------------------------------
 * pricelist
 * -------------------------------- */

.pricebox {
	width: 31.8%;
	float: left;
	border: solid 0.5px;
	padding: 30px;
	margin-right: 2.3%;
}

.pricebox:last-child {
	margin-right: 0px;
}

.price_entry {
	font-weight: normal;
	font-size: 2.3rem;
}

.price_entry_jap {
	display: block;
	margin-top: 60px;
	font-size: 1.6rem;
}

.price_detail_wrap {
	list-style: none;
	margin: 50px 0;
	line-height: 2;
	font-size: 1.4rem;
}

.price_price {
	font-size: 2rem;
	margin: 20px 0 10px;
}

/* --------------------------------
 * option
 * -------------------------------- */

.option_wrap {
	padding: 30px 0px;
	border: solid 0.5px;
	margin-top: 25px;
}

.option_wrap:after {
	content: "";
	display: block;
	clear: both;
}

.option_entry {
	font-size: 2.3rem;
	font-weight: normal;
	margin: 0 30px;
}

.option1 {
	width: 50%;
	float: left;
}

.option2 {
	width: 50%;
	float: left;
}

.option_wrap dl {
	width: 100%;
	font-size: 1.4rem;
	padding: 30px;
}

.option2 dl {
	padding-left: 0px;
}

.option_wrap dl:after {
	content: "";
	display: block;
	clear: both;
}

.option_wrap dt {
	width: 60%;
	line-height: 1.7;
	float: left;
	clear : left;
}

.option_wrap dd {
	width: 40%;
	line-height: 1.7;
	float: right;
}

.mari {
	text-decoration: underline;
	color: #ff75bc;
}

.contents .attention {
	font-size: 1.2rem;
	margin-top: 20px;
	line-height: 1.5;
}

.contents .attention a {
	text-decoration: underline 1px;
}

.contents a:link {
	color: #333;
}

.contents a:visited {
	color: #333;
}

.contents a:active {
	color: #333;
}

.contents a:hover {
	opacity: 0.7;
}