@charset "utf-8";


/* reset
-----------------------------------------------*/

/* new clearfix */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
}

a {
	outline: none;
	text-decoration: underline;
	color: #b10d0d;
	}
a:hover {
	text-decoration: none;
	}
	
ol,ul{
	list-style: none;		
	}
	
img {
	border-style:none;
	}
input, textarea {
    margin: 0;
    padding: 0;
	}


/* decided
-----------------------------------------------*/

.clear{
	clear: both;	
	}
.txtHide {
	display: none;
}

.txtS {
	font-size: 0.85em;
	line-height: 1.2em;
}
.txtSS {
	font-size: 0.75em;
	line-height: 1.2em;
}

.txtL {
	font-size:1.2em;
	line-height:1.6em;
}

.txtLL {
	font-size:1.4em;
	line-height:1.7em;
}

.txtB {
	font-weight: bold;
}
.txtOut {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
	/* 画像のwidth,height,置換画像URL要指定 */
}

.floatL {
	float: left;
}

.floatR {
	float: right;
}

.btmM1 {
	margin-bottom: 1em;
}

.btmM2 {
	margin-bottom: 2em;
}

.btmM3 {
	margin-bottom: 3em;
}

.btmM4 {
	margin-bottom: 4em;
}

.btmM5 {
	margin-bottom: 5em;
}

.topM1 {
	margin-top: 1em;
}

.topM2 {
	margin-top: 2em;
}

.topM3 {
	margin-top: 3em;
}

.leftM1 {
	margin-left: 1em;
}

.rightM1 {
	margin-right: 1em;
}

.alignL {
	text-align: left;
}

.alignC {
	text-align: center;
}

.alignR {
	text-align: right;
}

.startAligned {
	text-indent: -1em;
	padding-left: 1em;
}

.colorR{
	color: #f83838;	
	}
.colorO{
	color: #f49e64;	
	}

.center {
	margin: 0 auto;
}

.responsiveImg {
	width: 100%;
	height: auto;
}
.responsiveImgH {
	width: auto;
	height: 100%;
}

.radius {
	border-radius: 4px;
    -webkit-border-radius: 4px;    /* Safari,Google Chrome用 */
    -moz-border-radius: 4px;       /* Firefox用 */
}

.boxShadow {
	box-shadow:rgba(0, 0, 0, 0.5) 0px 7px 11px 11px;
	-webkit-box-shadow:rgba(0, 0, 0, 0.5) 0px 7px 11px 11px;    /* Safari,Google Chrome用 */
	-moz-box-shadow:rgba(0, 0, 0, 0.5) 0px 7px 11px 11px;       /* Firefox用 */
}

.txtletter {
	letter-spacing: -0.05em;
}

.block {
	display: block;
}

.w880 {
	width: 880px;
}

.w440 {
	width: 440px;
}
.w220 {
	width:220px;
	}

.pcNon{
	display: none;	
	}
	
.lineH20{
	line-height: 2em;	
	}	

@media screen and (max-width: 800px) {
	.floatSpNon {
		float: none;
	}
	.spNon {
		display: none;
	}
	.pcNon{
		display: Block;	
		}
}

.indent{
padding-left: 1em;
text-indent: -1em;
}

/* layout
-----------------------------------------------*/

body {
	margin:0 auto;
	padding:0;
	text-align:center;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height:1.6em;
	letter-spacing:0.07em;
	font-size: 87.5%;/*75*/
	color: #c4c4c4;
}


.videoChange{
	cursor: pointer;
	margin: 20px 0 20px 0;/*45px 0 20px 0*/
	position: relative;
	padding-bottom: 56.25%;
	/*padding-top: 30px;*/
	height: 0;
	overflow: hidden;
	}
	@media screen and (max-width: 800px) {
	.videoChange{
		margin: 45px 0 20px 0;
		}
	}

		
.videoChange iframe,  
.videoChange object,  
.videoChange embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.videoChange .img{
	position: absolute;
	top: 0;
	let: 0;
	width: 100%;
	height: auto;
	z-index: 10;
	cursor: pointer;
	}
.videoChange .img img{
	width: 100%;
	height: auto;
	}


/* head
-----------------------------------------------*/

/* footer
-----------------------------------------------*/




