@charset "UTF-8";

body {
	background-size: cover;
}

#breadChumbs {
	margin: 0;
}

#wrap {
	background-color: transparent;
}

#contents {
	width: 100%;
	min-height: 1000px;
}

#tubular-container {
	top: 90px!important;
}

#tubular-shield {
	z-index:1!important;
}

#jvMv {
	position: relative;
}

#jvMvSp {
	display: none;
}

#under {
	height: 46px;
	width: 46px;
	position: absolute;
	bottom: 6%;
	left: 50%;
	z-index: 1000000000;
	margin-left: 23px;
}

#contents .jv01 {
	background: rgba(0,0,0,0.85);
	display: table;
	height: 665px;
	margin: 0;
	text-align: center;
	width: 100%;
}

#contents .jv01 p {
	color: #FFF;
	display: table-cell;
	font-size: 35px;
	font-size: 3.5rem;
	font-weight: normal;
	line-height: 2;
	letter-spacing: 0.05em;
	vertical-align: middle;
}

#contents .jv02 {
	background: rgba(255,255,255,0.9);
	margin-bottom: 0;
	text-align: center;
	width: 100%;
}

#contents .jv02 h2 {
	color: #222;
	font-size: 36px;
	font-size: 3.6rem;
	font-weight: normal;
	letter-spacing: 0.07em;
	padding: 100px 0;
}

#contents .jv02 h2:after {
	background-color: #222;
	display: block;
	content: '';
	height: 2px;
	margin: 20px auto 0;
	width: 240px;
}

#contents .jv02 ul li {
	float: left;
	width: 50%;
}

#contents .jv02 ul li a {
	color: #FFF;
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
}

#contents .jv02 ul li a p img {
	-webkit-transform: scale(1.01);
	transform: scale(1.01);
}

#contents .jv02 ul li a p {
	line-height: 0;
	-webkit-transition: 2.5s ease-in-out;
	transition: 2.5s ease-in-out;
}

#contents .jv02 ul li a:hover p {
	-webkit-transform: scale(1.08);
	transform: scale(1.08);
}

#contents .jv02 ul li a p img {
	height: auto;
	width: 100%;
}

#contents .jv02 ul li a h3 {
	background: url(../images/bg_fade.png) left top repeat-x;
	content: '';
	display: block;
	font-size: 20px;
	font-size: 2rem;
	font-weight: normal;
	line-height: 1;
	letter-spacing: 0.05em;
	padding: 25px 0 35px;
	opacity: 0.7;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	transition: 0.3s;
}

#contents .jv02 ul li a:hover h3 {
	opacity: 1;
	font-size: 24px;
	font-size: 2.4rem;
}

#contents .jv02 ul li a:after {
	background: url(../images/icon_play.png) center center no-repeat;
	background-size: 50px 50px;
	content: "";
	display: block;
	line-height: 60px;
	margin: 0 auto;
	text-align: center;
	height: 75px;
	width: 75px;
	opacity: 0.3;
	position: absolute;
	top: 43%;
	left: 50%;
	margin-left: -32px;
	transition: 0.3s;
}

#contents .jv02 ul li a:hover:after {
	background-size: 75px 75px;
	font-size: 80px;
	opacity: 0.8;
}

#contents .jv03 {
	background: rgba(0,0,0,0.75);
	margin-bottom: 0;
	padding-bottom: 100px;
	text-align: center;
	width: 100%;
}

#contents .jv03 h2 {
	color: #FFF;
	font-size: 36px;
	font-size: 3.6rem;
	font-weight: normal;
	letter-spacing: 0.07em;
	padding: 100px 0 70px;
}

#contents .jv03 h2:after {
	background-color: #FFF;
	display: block;
	content: '';
	height: 2px;
	margin: 20px auto 0;
	width: 200px;
}

#contents .jv03 ul {
	margin: 0 auto;
	max-width: 1440px;
}

#contents .jv03 ul li {
	float: left;
	text-align: center;
	width: 20%;
}

#contents .jv03 ul li a {
	color: #FFF;
	text-decoration: none;
	transition: 0.3s;
}

#contents .jv03 ul li a p {
	line-height: 0;
	margin-bottom: 10px;
}

#contents .jv03 ul li a p img {
	height: auto;
	width: 90%;
}

/*デバイスの横幅が750px以下の場合*/
@media only screen and (max-width: 1300px) {

#contents .jv03 ul li a p img {
	height: auto;
	width: 80%;
}
}

#contents .jv03 ul li a h3 {
	background: url(../images/icon_newwin.png) right top no-repeat;
	display: inline-block;
	font-size: 20px;
	font-size: 2rem;
	font-weight: normal;
	line-height: 1.4;
	padding: 0 20px 0 10px;
	opacity: 0.8;
}

#contents .jv03 ul li.opa a {
	opacity: 0.2;
}

#contents .jv04 {
	background: rgba(255,255,255,0.9);
	margin-bottom: 0;
	padding-bottom: 100px;
	text-align: center;
	width: 100%;
}

#contents .jv04 h2 {
	color: #222;
	font-size: 36px;
	font-size: 3.6rem;
	font-weight: normal;
	letter-spacing: 0.07em;
	padding: 100px 0 70px;
}

#contents .jv04 h2:after {
	background-color: #222;
	display: block;
	content: '';
	height: 2px;
	margin: 20px auto 0;
	width: 240px;
}

#contents .jv04 ul {
	margin: 0 auto;
	max-width: 1440px;
}

#contents .jv04 ul li {
	float: left;
	text-align: center;
	width: 25%;
}

#contents .jv04 ul li a {
	color: #222;
	text-decoration: none;
	transition: 0.3s;
}

#contents .jv04 ul li a h3 {
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: normal;
	line-height: 1.4;
	padding-top: 25px;
}

#contents .jv04 ul li a p {
	transition: 0.3s;
	position: relative;
}

#contents .jv04 ul li a:hover p {
	opacity: 0.7;
}

#contents .jv04 ul li a p span {
	display: inline-block;
	position: relative;
	width: 324px;
}

#contents .jv04 ul li a p span:before,
#contents .jv04 ul li a p span:after {
	background-color: red;
	display: block;
	z-index: 1;
	position: absolute;
	content: "";
	bottom: 15px;
	left: 5px;
	width: 50%;
	top: 60%;
	max-width: 324px;
	background: #777;
	-moz-box-shadow: 0 10px 5px #999;
	-webkit-box-shadow: 0 10px 5px #999;
	box-shadow: 0 10px 5px #999;
	transform: rotate(-3deg);
 opacity:;
}

#contents .jv04 ul li a p span:after {
	transform: rotate(3deg);
	right: 5px;
	left: auto;
}

#contents .jv04 ul li a p img {
	position: relative;
	z-index: 2;
}

/*デバイスの横幅が750px以下の場合*/
@media only screen and (max-width: 1300px) {


#contents .jv04 ul li {
	margin-bottom:50px;
	width: 25%;
}

#contents .jv04 ul li a p img {
	height:auto;
	width:90%;
}

#contents .jv04 ul li a p span  {
	width: 100%;
}

#contents .jv04 ul li a p span:before,
#contents .jv04 ul li a p span:after {
	display:none;
}

#contents .jv04 ul li a h3 {
	padding-top: 10px;
}

}



#contents .jv05 {
	background: rgba(0,0,0,0.75);
	margin-bottom: 0;
	padding-bottom: 100px;
	text-align: center;
	width: 100%;
}

#contents .jv05 h2 {
	color: #FFF;
	font-size: 36px;
	font-size: 3.6rem;
	font-weight: normal;
	letter-spacing: 0.07em;
	padding: 100px 0 70px;
}

#contents .jv05 h2:after {
	background-color: #FFF;
	display: block;
	content: '';
	height: 2px;
	margin: 20px auto 0;
	width: 240px;
}

#contents .jv05 ul {
	margin: 0 auto;
	max-width: 960px;
}

#contents .jv05 ul li {
	border-left: 1px solid #4D4E4F;
	float: left;
	margin-bottom: 40px;
	text-align: left;
	width: 33.3%;
}

#contents .jv05 ul li.lastClm3 {
	border-right: 1px solid #4D4E4F;
}

#contents .jv05 ul li a {
	color: #FFF;
	padding: 15px 25px;
	text-decoration: none;
}

#contents .jv05 ul li a h3 {
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: normal;
	line-height: 1.4;
	letter-spacing: 0.07em;
	margin-bottom: 15px;
	opacity: 0.9;
	transition: 0.2s;
}

#contents .jv05 ul li a:hover h3 {
	text-decoration: underline;
	opacity: 1;
}

#contents .jv05 ul li a p {
	color: #BEBEBE;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: normal;
	line-height: 1.4;
}

















/*デバイスの横幅が750px以下の場合*/
@media only screen and (max-width: 750px) {

body {
	background-color: #000;
}

body::before {
	background: url('../images/bg_mv_sp.png') no-repeat center top #000;
	background-size: 100% auto;
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding-bottom: 108px;
	content: "";
	z-index: -1;
}
 @media only screen and (orientation : landscape) { /*横向きの際に適用*/
body::before {
 background:url('../images/bg_mv_sp_land.png') no-repeat center top #000;
 background-size: contain;
}
}

#wrap {
	background-color: transparent!important;
}

.mm-opened #wrap {
	background-color: #000!important;
}

#contents .jv01,
#contents .jv02,
#contents .jv03,
#contents .jv04,
#contents .jv05,
#breadChumbs {
	position: relative;
	z-index: 3;
}

#breadChumbs {
	display: none;
}

#jvMv {
	z-index: 0;
}

#under {
	display: none;
}

#contents .jv01 {
	height: auto;
	padding: 50px 0 70px;
}
 @media only screen and (orientation : landscape) { /*横向きの際に適用*/

#contents .jv01 {
	height: auto;
	padding: 20px 0 20px;
}
}

#contents .jv01 p {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: normal;
	line-height: 2;
}

#contents .jv02 {
	padding-bottom: 10px;
}

#contents .jv02 h2 {
	font-size: 25px;
	font-size: 2.5rem;
	padding: 60px 0 50px;
}

#contents .jv02 h2:after {
	width: 50px;
}

#contents .jv02 ul {
	margin: 0 10px;
	width: auto;
}

#contents .jv02 ul li {
	float: none;
	margin-bottom: 15px;
	width: 100%;
}

#contents .jv02 ul li a {
	color: #000;
	display: block;
	position: relative;
	overflow: hidden;
	text-decoration: none;
	width: 100%;
}

#contents .jv02 ul li a h3 {
	background: none;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 600;
	padding: 15px 10px 15px;
	opacity: 1;
	position: static;
}

#contents .jv02 ul li a:hover h3 {
	opacity: 1;
	font-size: 14px;
	font-size: 1.4rem;
}

#contents .jv02 ul li a:after {
	background-size: 50px 50px;
	content: "";
	display: block;
	line-height: 25px;
	margin: 0 auto;
	text-align: center;
	height: 50px;
	width: 50px;
	opacity: 0.5;
	top: 35%;
	left: 50%;
	margin-left: -25px;
}

#contents .jv02 ul li a:hover:after {
	background-size: 50px 50px;
	opacity: 1;
}

#contents .jv02 ul li a:hover p {
	-webkit-transform: scale(1.01);
	transform: scale(1.01);
}

#contents .jv03 {
	background: rgba(0,0,0,0.75);
	margin-bottom: 0;
	padding-bottom: 50px;
	text-align: center;
	width: 100%;
}

#contents .jv03 h2 {
	font-size: 25px;
	font-size: 2.5rem;
	padding: 60px 0 50px;
}

#contents .jv03 h2:after {
	width: 50px;
}

#contents .jv03 ul li {
	float: none;
	margin-bottom: 40px;
	width: auto;
}

#contents .jv03 ul li a h3 {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 600;
	padding: 0 20px 0 20px;
	text-align: center;
	opacity: 1;
}

#contents .jv03 ul li a h3 br {
	display: none;
}

#contents .jv03 ul li.opa a {
	opacity: 1;
}

#contents .jv03 ul li a p {
	margin-bottom: 5px;
}

#contents .jv03 ul li.last a p {
	margin-bottom: 15px;
}

#contents .jv03 ul li a p img {
	width: 65%;
}

#contents .jv04 {
	padding-bottom: 10px;
}

#contents .jv04 h2 {
	font-size: 25px;
	font-size: 2.5rem;
	padding: 60px 0 50px;
}

#contents .jv04 h2:after {
	width: 50px;
}

#contents .jv04 ul li {
	float: none;
	margin: 0 auto 40px;
	width: 100%;
}

#contents .jv04 ul li a h3 {
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: 600;
	line-height: 1.4;
	padding-top: 5px;
}

#contents .jv04 ul li a p {
	transition: 0.3s;
	position: relative;
	text-align: center;
}

#contents .jv04 ul li a:hover p {
	opacity: 0.7;
}

#contents .jv04 ul li a p span {
	margin: 0 auto;
	width: 70%;
}

#contents .jv04 ul li a p span:after {
	transform: rotate(3deg);
	right: 5px;
	left: auto;
}

#contents .jv04 ul li a p img {
	height: auto;
	width: 100%;
}

#contents .jv05 {
	padding-bottom: 10px;
}

#contents .jv05 h2 {
	font-size: 25px;
	font-size: 2.5rem;
	padding: 60px 0 20px;
}

#contents .jv05 h2:after {
	width: 50px;
}

#contents .jv05 ul {
	margin: 0 10px;
}

#contents .jv05 ul li {
	border-bottom: 1px dotted #333;
	border-left: none;
	float: none;
	margin-bottom: 0;
	width: auto;
}

#contents .jv05 ul li.lastClm3 {
	border-right: none;
}

#contents .jv05 ul li.last {
	border-right: none;
	border-bottom: none;
}

#contents .jv05 ul li a {
	color: #FFF;
	padding: 15px 10px;
	text-decoration: none;
}

#contents .jv05 ul li a h3 {
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: normal;
	margin-bottom: 5px;
	opacity: 1;
}

#contents .jv05 ul li a:hover h3 {
	text-decoration: none;
	opacity: 1;
}

#contents .jv05 ul li a p {
	color: #BEBEBE;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: normal;
	line-height: 1.4;
}

#footer {
	background: rgba(0,0,0,0.75);
	border-top: none;
	width: 100%;
}

#footer small {
	color: #999;
}
}
