@charset "UTF-8";

/* movie */

/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@
@	[ 共通設定 ]
@
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/

.hgroup {
	margin-bottom: 50px;
	text-align: center;
}
.heading_top {
	font-size: 2.0rem;
	color: #53A506;
	line-height: 1.4em;
}
.heading_top.-small {
	font-size: 2.0rem;
}
.subtitle {
	margin-bottom: 10px;
	padding-top: 30px;
	background: url(../../_images/_common/bg_heading02.png) top center no-repeat;
	color: #CCE800;
}

i.price {
	font-weight: bold;
	font-size: 120%;
	color: #D90000;
}
.right .supple {
	color: #D90000;
}

.cover .cover,
.cover.-cover{
	border: none;
	background-color: #eee;
}

.video {
	position: relative;
	height: 0;
	padding: 0 0 56.25%;
	overflow: hidden;
}
.video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.aspect-fix-wrap,
.aspect-fix-wrap-even {
	position: relative;
	width: 100%;
}
.aspect-fix-wrap::before {
	content:"";
	display: block;
	padding-top: 56.25%; /* 高さを幅の100%に固定 */
}
.aspect-fix-wrap-even::before {
	content:"";
	display: block;
	padding-top: 100%; /* 高さを幅の100%に固定 */
}

.aspect-fix {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

.bg-cover {
	background-size: cover;
	background-position: center center;
}

.exp-cover {
	position: relative;
}

.exp-cover .icon {
	position: absolute;
	top: 20px;
	right: 20px;
}

.exp-cover .icon img {
	height: 80px;
}



@media screen and ( max-width: 767px ) {
/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@
@	[ モバイル用設定 ]
@
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/

/*==================================================
	$sp_
==================================================*/

.heading_top {
	font-size: 1.9rem;
}

.left_right .left_cont,
.left_right .right_cont {
	float: none;
	width: 100%;
}

.exp-cover .icon img {
	height: 40px;
}

.video {
	position: relative;
	height: 0;
	padding: 0 0 56.25%;
	overflow: hidden;
}

.video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/
}

/*==================================================

	[ utility ] $clearfix

==================================================*/

.clearfix:after {
	content:" ";
	display:block;
	clear:both;
}