@charset "UTF-8";
@import url(//fonts.googleapis.com/css?family=Roboto+Slab:400,100,300,700);

*{
	margin: 0;
	padding: 0;
	position: relative;
}

html{
font-size: 62.5%;
/*\*/
_font-size: 62.5%;
/**/

height: 100%;

}

a{color: #030000; text-decoration: none;}
a:hover, a:focus{text-decoration: none;}

a:hover,
a:focus{
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}

img {
	margin: 0;
	padding: 0;
	border: 0;
}

ul, ol {
list-style: none;
}

strong{
	font-weight: bold;
}

.clearfix:after {
content: "";
display: block;
clear: both;
height: 0;
visibility: hidden;
}
.clearfix { display: inline-block; }
/* exlude MacIE5 \*/
* html .clearfix { height: 1% }
.clearfix {display:block;}
/* end MacIE5 */

body{
	margin: 0;
	padding: 0;
	font-size: 1.0rem;
	font-family: 'Roboto',"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体","Helvetica Neue",'ヒラギノ角ゴ Pro W6','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック', sans-serif;
	line-height: 1.6;
	color: #030000;
	position: relative;
}

body::before {
  background-size: cover;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-bottom: 0;
  content: "";
  z-index: -1
}

/* video */
.embed{
	width: 100%;
	display: block;
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}
.embed iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.embed video{
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	background-size: contain;
}
video::-internal-media-controls-download-button {
    display:none;
}
video::-webkit-media-controls-enclosure {
	overflow:hidden;
}
video::-webkit-media-controls-panel {
	width: calc(100% + 30px);
}

.mt12{
	margin-top: 12px !important;
}

/* Layout */
section{
	display: block;
	font-size: 1.4rem;
}
section:after{
	content: "";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.wrapper{
	width: 1200px;
	display: block;
	margin: 0 auto 0 auto;
}
.wrapper:after{
	content: "";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
#contents{
	width: 100%;
	display: none;
	background-color: #ffffff;
	overflow: hidden;
	z-index: 100;
}
#contents h2{
	display: block;
	color: #ffffff;
	font-size: 5.4rem;
	font-weight: bold;
	font-style: italic;
}
#contents h2 span{
	font-size: 3rem;
	font-style: normal;
	line-height: 1.2;
}

.txtBox{
	display: block;
	margin: 32px 0 0 0;
	color: #ffffff;
}

.contentsBoxTitL,
.contentsBoxTitR{
	display: block;
}
.contentsBoxTitL:after,
.contentsBoxTitR:after{
	content: "";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}


/* Fixed Button */
.fixedBtn{
	width: 240px;
	height: 62px;
	display: block;
	position: fixed;
	bottom: 12px;
	right: 0;
	z-index: 99999;
}
.fixedBtn a{
	width: 240px;
	height: 62px;
	display: block;
	background: url(../img/bg_detail.png) no-repeat top right;
	color: #ffffff;
	font-size: 1.6rem;
	line-height: 60px;
	text-align: center;
	font-weight: 500;
}
.fixedBtn a:hover{
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}
.fixedBtn a span{
	display: inline-block;
	padding: 0 0 0 29px;
	background: url(../img/ico_detail.png) no-repeat center left;
}
.fixedBtnImg{
	width: 240px;
	height: 240px;
	display: block;
	position: fixed;
	bottom: 20px;
	left: 20px;
	z-index: 450;
}
.fixedBtnImg a{
	width: 240px;
	height: 240px;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}


/* footer */
#footer{
	width: 100%;
	display: block;
	padding: 42px 0 42px;
	background: url(../img/bg_footer.png) repeat top left;
	background-size: 50px 50px;
	background-color: #333333;
	text-align: center;
	z-index: 8004;
}
#copyright{
	font-size: 1.2rem;
	color: #ffffff;
}
.relatedList{
	display: inline-block;
	margin: 0 auto 32px auto;
	padding-right: 30px;
	background-color: #ffffff;
	border-radius: 5px;
}
.relatedList:after{
	content: "";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.relatedList li{
	display: inline-block;
	float: left;
	margin: 0 0 0 16px;
	padding: 12px 0 12px 0;
	font-size: 1.2rem;
}
.relatedList li a{
	padding: 0 0 0 16px;
	border-left: 1px solid #030000;
	text-decoration: underline;
}
.relatedList li a:hover{
	text-decoration: none;
}
.relatedList li:first-child{
	margin: 0 0 0 0;
}
.relatedList li:nth-child(2){
	margin: 0 0 0 0;
}
.relatedList li:nth-child(2) a{
	padding: 0 0 0 27px;
	background: url(../img/ico_arrow.png) no-repeat center left;
	background-size: 7px auto;
	border-left: none;
}
.relatedList li.tit{
	padding: 12px 30px 12px 30px;
	background-color: #e60012;
	color: #ffffff;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}


/* * * * * * * * * * * * * * * * * * * * * * * * */
/* * * * * * * * * * * * * * * * * * * * * * * * */
/* SP  * * * * * * * * * * * * * * * * * * * * * */
/* * * * * * * * * * * * * * * * * * * * * * * * */
/* * * * * * * * * * * * * * * * * * * * * * * * */



@media screen and (max-width: 768px) {

	a:hover,
	a:focus{
		filter: alpha(opacity=10);
		-moz-opacity: 1;
		opacity: 1;
	}

	body{
	}

	/* Layout */
	section{
		display: block;
		font-size: 1.2rem;
	}
	.wrapper{
		width: auto;
		display: block;
		margin: 0 20px 0 20px;
	}
	#contents{
		width: 100%;
		display: none;
		background-color: #ffffff;
		overflow: hidden;
		z-index: 100;
	}
	#contents h2{
		display: block;
		color: #ffffff;
		font-size: 3.2rem;
		font-weight: bold;
		font-style: italic;
		text-align: center !important;
	}
	#contents h2 span{
		font-size: 1.8rem;
		font-style: normal;
		line-height: 1.2;
	}

	.txtBox{
		margin: 20px 0 0 0;
	}

	.contentsBoxTitL,
	.contentsBoxTitR{
		display: block;
	}

	/* Fixed Button */
	.fixedBtn{
		width: 240px;
		height: 62px;
		display: block;
		position: fixed;
		bottom: 12px;
		right: 0;
		z-index: 99999;
	}
	.fixedBtn a{
		width: 240px;
		height: 62px;
		display: block;
		background: url(../img/bg_detail.png) no-repeat top right;
		color: #ffffff;
		font-size: 1.6rem;
		line-height: 60px;
		text-align: center;
		font-weight: 500;
	}
	.fixedBtn a:hover{
		filter: alpha(opacity=80);
		-moz-opacity: 0.8;
		opacity: 0.8;
	}
	.fixedBtn a span{
		display: inline-block;
		padding: 0 0 0 29px;
		background: url(../img/ico_detail.png) no-repeat center left;
	}
	.fixedBtnImg{
		width: 240px;
		height: 240px;
		display: block;
		position: fixed;
		bottom: 20px;
		left: 20px;
		z-index: 450;
	}
	.fixedBtnImg a{
		width: 240px;
		height: 240px;
		display: block;
		position: absolute;
		top: 0;
		left: 0;
	}


	/* footer */
	#footer{
		padding: 32px 0 32px;
	}
	#copyright{
		font-size: 1.0rem;
	}
	.relatedList{
		display: block;
		margin: 0 auto 24px auto;
		padding: 0;
	}
	.relatedList li{
		display: block;
		float: none;
		margin: 0 0 0 0;
		font-size: 1.2rem;
	}
	.relatedList li a{
		padding: 0 0 0 0;
		border-left: none;
		text-decoration: underline;
	}
	.relatedList li a:hover{
		text-decoration: underline;
	}
	.relatedList li:nth-child(2){
		padding: 17px 0 0 0;
		background: url(../img/ico_arrowU.png) no-repeat top center;
		background-size: 7px auto;
		border-left: none;
	}
	.relatedList li:nth-child(2) a{
		padding: 0 0 0 0;
		background: none;
		border-left: none;
	}
	.relatedList li.tit{
		padding: 12px 0 12px 0;
		border-top-left-radius: 5px;
		border-top-right-radius: 5px;
		border-bottom-left-radius: 0;

	}


}
