@charset "UTF-8";


/*----------------------------------------------------------------------

TOP

----------------------------------------------------------------------*/
body,
html{
	height: 100%;
	width: 100%;
	min-width: 1224px;
	color: #6a6969;
	line-height: 1.8;
}
.in{
	margin: 0 auto;
	width: 1024px;
	position: relative;
}
.in p{
	text-align: left;
}
.conIn{
	width: 960px;
	margin: 35px auto 55px auto;
}
.conIn p{
	margin-bottom: 30px;
}
#top{
	text-align: center;
	margin-top: 20px;
	margin-bottom: 55px;
}
#top.in{
	width: 1280px;
	position: relative;
}
#top.in p{
	text-align: center !important;
}
#topin{
	padding-top: 200px;
}
#gnav{
	margin:30px auto;
	background: url(../img/nav_bg.png) no-repeat center center;
	padding: 50px 0;
}
#gnav li{
	display: inline;
	line-height: 36px;
}
#gnav li img{
	vertical-align: middle !important;
}
#gnav li::after{
	display: inline-block;
	content:  url(../img/nav_ic.png);
	margin: 0 20px;
	line-height: 30px;
	vertical-align: bottom;
}
#gnav li:last-child::after{
	display: none;
}
#top #logo{
	position: absolute;
	top: 0;
}
#billing2{
	margin-bottom: 30px;

}

#billing3{
	margin-top: 20px;
	margin-bottom: 20px;

}
.twitter{
	width: 90px;
	float: left;
}
.facebook{
	width: 110px;
	float: right;
}
#logo{
	margin-bottom: 40px;
}
#img-roadshow{
	display: inline-block;
	margin-bottom: 30px !important;
}
#snsBoxWrap{
	width: 1024px;
	margin: 0 auto;
	padding: 30px 0 0 0;
	text-align: right;
	overflow: hidden;
}
#snsBox{
	display: table;
	margin: 0 auto 0 auto;
	width: 220px;
	text-align: right;
	float: right;
}
._4xn8, ._56-2 {
	display: none !important;
}

#snsBox li{
	display: table-cell;
	vertical-align: middle;
}
#snsBox li#tw iframe{
	overflow: hidden;
}
.fb_iframe_widget{
	top:-3px;
	height: 25px !important;
	overflow: hidden !important;
}


footer{
	background: #ff76b3;
	width: 100%;
	padding: 15px 0 20px 0;
	text-align: center;
}

.txtL{
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: bold;
	color: #ff76b3;
}
.txtM{
	font-size: 18px;
	font-size: 1.8rem;
	color: #ff76b3;
}
.txtP{
	color: #ff76b3;
}
.midashi{
	font-weight: bold;
	font-size: 18px;
	font-size: 1.8rem;
	letter-spacing: 0.1em;
	margin-bottom: 40px;
}

.img_01{
	margin-bottom: 40px;
}

.cmtBox{
	padding-bottom: 30px;
	border-bottom: 1px dashed #ff76b3;
	margin-bottom: 30px;
}
.cmtBox:last-child{
	border-bottom: none;
}
.cmtBox p{
	margin-bottom: 0;
}
#cast1{
	padding: 30px 0 30px 197px;
	min-height: 194px;
	box-sizing: border-box;
	background: url(../img/comment/cast_1_ph.png) no-repeat left top;
}
#original .conIn{
	padding: 0 197px 0 0;
	min-height: 212px;
	box-sizing: border-box;
	background: url(../img/original/img1.png) no-repeat right top;
}

#toTop{
	position: fixed;
	top: 200px;
	right: -40px;
	-webkit-transition: all .20s ease-out;
	-moz-transition: all .20s ease-out;
	-ms-transition: all .20s ease-out;
	transition: all .20s ease-out;
}
#toTop.view{
	-ms-transform: translate(-40px,0);
	-webkit-transform: translate(-40px,0);
	transform: translate(-40px,0);
}

#bnr_ex{
	position: absolute;
	left: 180px;
    bottom: -30px;
}