/* CSS Document */
@charset "utf-8";


/* layout
========================================== */
html, body { height: 100%; }
body {
	background: #fff;
	color: #000;
	font-size: 14px;
	line-height: 1.5;
}
a { color: #000;  outline: none; text-decoration: underline; 	-webkit-transition: all .3s ease; transition: all .3s ease;}
a:hover{ color: #00A2FF; opacity: 0.5; }
img { max-width: 100%; }
.sp{ display: none !important; }
.pc{ display: block !important; }

.main:hover{ color: #fff; }
#wrap { position: relative; }
.section{ width: 100%; position: relative; }
.inner{ width: 850px; margin: 0 auto; }
.lead{
	text-align: center;
	font-size: 16px;
	line-height: 170%;
	margin:0 auto 30px;
}
.area{
	width: 100%;
	background: #fff;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	margin:0 auto;
}
.txt{ line-height: 160%;}
.txtLink{ display:inline-block; text-decoration: none; color: #00A2FF;}

h1{ text-align: center; position: relative; top: 100px; opacity: 0; }
h2{ font-size: 44px; font-weight: bold; line-height: 100%;}
h3{
	color: #000;
	font-size: 26px;
	font-weight: bold;
	border-bottom: 2px solid #ccc;
	padding-bottom: 20px;
	margin: 0 0 30px 0;
}
.red{ color:#f00; }

/* inview */
.inview{
	-webkit-transition: all .8s ease;
	transition: all .8s ease;
}
#keyVisual .inview,
#goodsDetail .inview{ top: 60px; opacity:0; }

#keyVisual .inview.view,
#goodsDetail .inview.view{ top: 0; opacity:1;}

#highLight .titleBlock.inview{ position: relative; top: 40px; opacity:0; }
#highLight .titleBlock.inview.view{ top:0; opacity: 1; }

#highLight .lead.inview{  top: 60px; opacity:0; }
#highLight .lead.inview.view{  top: 0; opacity: 1; }

#goodsDetail .area.inview{ top: 60px; }
#goodsDetail .area.inview.view{ top: 0;}

#highLight .photo .ph01.inview.view { -webkit-animation: fade 1.5s ease .4s 1 forwards; animation: fade 1.5s ease .4s 1 forwards; }
#highLight .photo .ph02.inview.view { -webkit-animation: fade 1.5s ease .7s 1 forwards; animation: fade 1.5s ease .7s 1 forwards; }
#highLight .photo .ph03.inview.view { -webkit-animation: fade 2s ease .8s 1 forwards; animation: fade 2s ease .8s 1 forwards; }
#highLight .photo .ph04.inview.view { -webkit-animation: fade 2.2s ease 1s 1 forwards; animation: fade 2.2s ease 1s 1 forwards; }
#highLight .photo .ph05.inview.view { -webkit-animation: fade 2.4s ease 1.2s 1 forwards; animation: fade 2.4s ease 1.2s 1 forwards; }
#highLight .photo .ph06.inview.view { -webkit-animation: fade 2.4s ease 1.2s 1 forwards; animation: fade 2.4s ease 1.2s 1 forwards; }

@-webkit-keyframes fade { 100% { opacity: 0.6; } }
@keyframes fade { 100% { opacity: 0.6; } }


/* loading
------------------------------ */
#load{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1000;
	background: #fff;
}
#loading{ width: 100%; position: fixed; left: 0; top: 0;}

#loading .bar{
	display: block;
	width: 100%;
	height: 1px;
	background: #e5e5e5;
	position: absolute;
	top: 50vh;
}

#loading .bar span{
	display: block;
	width: 0;
	height: 1px;
	background: #000;
	position: absolute;
	top: 0;
}

/* keyVisual
========================================== */

#heroImg {
	width: 100%;
	height: 100%;
	height: 100vh;
	background: url(/feature/kobukuro_kobukuroad3/images/bg_top.jpg) no-repeat center 108px;
	background-size: 1000px auto;
	-webkit-background-size: 1000px auto;
	/*background-attachment: fixed;*/
	position: fixed;
	left: 0;
	top: 0;
	z-index: 0;
	-moz-transform: scale(1.12);
	-ms-transform: scale(1.12);
	-o-transform: scale(1.12);
	-webkit-transform: scale(1.12);
	transform: scale(1.12);
}
.loaded #heroImg {
	-webkit-transition: all 2s ease;
	transition: all 2s ease;
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
}
.logoTitle{
	display: block;
	width: 850px;
	position: relative;
	margin: 0 auto;
}
.catch{
	display: inline-block;
	background: #153b92;
	color: #fff;
	text-align: center;
	font-weight: bold;
	font-size: 20px;
	line-height: 100%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 8px 16px 5px;
}
.movie{
	background: #000;
	margin: 0 auto 60px;
	position: relative;
}
.moiveInner{
 width: 760px;
	height: 480px;
 margin: 0 auto;
	position: relative;
}
#keyVisual .heroImg{ height: 100%; height: 100vh; position: relative;}
.scroll {
	width: 2px;
	height: 70px;
	position: absolute;
	bottom: 0;
	left: 50%;
	z-index: 10;
}
.scroll:after {
	content: " ";
	width: 100%;
	position: absolute;
	height: 100%;
	display: block;
	content: "";
	top: 0px;
	background: #13c7ff;
	-webkit-animation: scroll 1.2s linear 0s infinite;
	animation: scroll 1.2s linear 0s infinite;
}
@-webkit-keyframes scroll {
	0%{ height: 0; top: 0; bottom: auto; }
	46% { height: 100%; top: 0; bottom: auto; }
	50% { height: 100%; bottom: 0; top: auto; }
	54% { height: 100%; bottom: 0; top: auto; }
	100% { height: 0; bottom: 0; top: auto;}
}
@keyframes scroll {
	0%{ height:0%; top:0px; bottom:auto; }
	46% { height: 100%; top: 0; bottom: auto; }
	50% { height: 100%; bottom: 0; top: auto;}
	54% { height: 100%; bottom: 0; top: auto;}
	100% { height: 0; bottom: 0; top: auto; }
}
#keyVisual .lead{
	text-align: left;
	background: #000;
	color: #fff;
	font-weight: bold;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	margin: 0 auto 30px;
	position: relative;
}

#keyVisual .lead a.txtLink {
font-weight:normal;
}

#keyVisual .lead span{
	display: block;
	font-size: 36px;
	line-height: 140%;
	color: #32d8ff;
	margin-bottom: 30px;
}

#keyVisual .area{ background: #000; color: #fff;padding: 60px; margin: 0 auto 60px; position:relative; top: 60px;}
#keyVisual .area .thumbnail{ float:right; line-height:0;margin-right: 30px; position: relative;}
.thumbnail .dummy{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
#keyVisual .area .textArea{ width: 70%; float: left; }

.txtTitle{
	font-size: 18px;
	font-weight: bold;
	line-height: 100%;
	margin-bottom: 15px;
}

.txtSub{ line-height: 160%; margin-bottom:10px; }
.dvd{ width: 151px;  height:138px; margin-left:auto; }
.fa-angle-right:before{ display: inline-block; font-size: 16px; vertical-align: -1px; margin-left: 4px;}

/* highLight
========================================== */

#highLight{ overflow: hidden; }
#highLight .area{
	height: 100%;
	height: 100vh;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	height: 100%;
	height: 100vh;
	box-sizing: border-box;
	position:relative;
	z-index:10;
}

#highLight [id^="highLight"]::before{
	content:'';
	display:block;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.75);
	position: absolute;
	top:0;
	left:0;
	z-index:1;
}
#highLight .inner{
	color: #fff;
	opacity: 1;
	position: relative;
	z-index:10;
}
#highLight .lead{ position: relative; }
#highLight1 .lead,
#highLight3 .lead{ width: 100%; font-size: 20px; }
#highLight2 .titleBlock,
#highLight3 .titleBlock{ text-align: center; }
#highLight2 .logo,
#highLight3 .logo{ float: none; margin: 0 auto 40px; }
#highLight .subTitle { margin-bottom: 70px;}
#highLight .titleBlock{ text-align: center; }


/* photo */
#highLight .photo{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
}
#highLight .photo li{ opacity:0.7; position: absolute; }
#highLight .photo li img{
	width: 100%;
	height: 100%;
	display: block;
	background: no-repeat center top;
	background-size: contain;
	-webkit-background-size: contain;
}
#highLight1 .photo .ph01 img{ background-image: url(/feature/kobukuro_kobukuroad3/images/ph_highlight_1.jpg); }
#highLight1 .photo .ph02 img{ background-image: url(/feature/kobukuro_kobukuroad3/images/ph_highlight_2.jpg); }
#highLight1 .photo .ph03 img{ background-image: url(/feature/kobukuro_kobukuroad3/images/ph_highlight_3.jpg); }
#highLight1 .photo .ph04 img{ background-image: url(/feature/kobukuro_kobukuroad3/images/ph_highlight_4.jpg); }
#highLight1 .photo .ph05 img{ background-image: url(/feature/kobukuro_kobukuroad3/images/ph_highlight_5.jpg); }

#highLight1 .photo .ph01{
	width: 303px;
	height: 202px;
	top: 10%;
	right: 10%;
}
#highLight1 .photo .ph02{
	width: 451px;
	height: 301px;
	top: 20%;
	left: 5%;
}
#highLight1 .photo .ph03{
	width: 500px;
	height: 333px;
	bottom: 5%;
	right: 5%;
}
#highLight1 .photo .ph04{
	width: 256px;
	height: 171px;
	top: 70%;
	left: 20%;
}
#highLight1 .photo .ph05{
	width: 237px;
	height: 261px;
	top: 60%;
	left: 0%;
}

#highLight .photo li.inview{ opacity: 0 ; }

#highLight2 .photo .ph01 img{ background-image: url(/feature/kobukuro_kobukuroad3/images/ph_highlight2_1.jpg); }
#highLight2 .photo .ph02 img{ background-image: url(/feature/kobukuro_kobukuroad3/images/ph_highlight2_2.jpg); }
#highLight2 .photo .ph03 img{ background-image: url(/feature/kobukuro_kobukuroad3/images/ph_highlight2_3.jpg); }
#highLight2 .photo .ph04 img{ background-image: url(/feature/kobukuro_kobukuroad3/images/ph_highlight2_4.jpg); }
#highLight2 .photo .ph05 img{ background-image: url(/feature/kobukuro_kobukuroad3/images/ph_highlight2_5.jpg); }

#highLight2 .photo .ph01{
	width: 214px;
	height: 143px;
	top: 10%;
	right: 0%;
}
#highLight2 .photo .ph02{
	width: 413px;
	height: 276px;
	top: 15%;
	left: 5%;
}
#highLight2 .photo .ph03{
	width: 438px;
	height: 292px;
	bottom: 30%;
	right: 10%;
}
#highLight2 .photo .ph04{
	width: 349px;
	height: 232px;
	bottom: 8%;
	left: 12%;
}
#highLight2 .photo .ph05{
	width: 260px;
	height: 170px;
	bottom: 6%;
	right: 13%;
}

#highLight3 .photo .ph01 img{ background-image: url(/feature/kobukuro_kobukuroad3/images/ph_highlight3_1.jpg); }
#highLight3 .photo .ph02 img{ background-image: url(/feature/kobukuro_kobukuroad3/images/ph_highlight3_2.jpg); }
#highLight3 .photo .ph03 img{ background-image: url(/feature/kobukuro_kobukuroad3/images/ph_highlight3_3.jpg); }
#highLight3 .photo .ph04 img{ background-image: url(/feature/kobukuro_kobukuroad3/images/ph_highlight3_4.jpg); }
#highLight3 .photo .ph05 img{ background-image: url(/feature/kobukuro_kobukuroad3/images/ph_highlight3_5.jpg); }
#highLight3 .photo .ph06 img{ background-image: url(/feature/kobukuro_kobukuroad3/images/ph_highlight3_6.jpg); }

#highLight3 .photo .ph01{
	width: 223px;
	height: 287px;
	top: 5%;
	right: 0%;
}
#highLight3 .photo .ph02{
	width: 165px;
	height: 110px;
	top: 30%;
	right: 20%;
}
#highLight3 .photo .ph03{
	width: 502px;
	height: 335px;
	bottom: -5%;
	right: 2%;
}
#highLight3 .photo .ph04{
	width: 312px;
	height: 207px;
	top: 15%;
	left: 5%;
}
#highLight3 .photo .ph05{
	width: 143px;
	height: 216px;
	top: 50%;
	left: 12%;
}
#highLight3 .photo .ph06{
	width: 78px;
	height: 236px;
	bottom: 0%;
	left: 0%;
}


/* highLight1 */
#highLight1{
	background: url(/feature/kobukuro_kobukuroad3/images/bg_highlight1_bg.jpg) no-repeat center top;
	background-size: cover;
	-webkit-background-size: cover;
	background-attachment: fixed;
}
#highLight1 .lead{  }

/* highLight2 */
#highLight2 .lead{
	width: 760px;
	text-align: left;
	font-size: 14px;
	margin: 0 auto;
}

.txtArea dl{
	display: block;
    width: 200px;
    height: 160px;
    float: left;
    margin-right: 55px;
}

.txtArea dl:last-child{
	display: block;
	width: 250px;
	margin-right: 0px;
}

.txtArea dl:last-child dd:last-child{
	font-size:12px;
}

.txtArea dt{ display: block; float: left; clear: left; margin-right: 20px; }
.logo{ width: 207px; height:69px; margin: 0 auto 30px; }
.subTitle span{
	display: block;
	font-size: 26px;
	line-height: 100%;
	margin-bottom: 20px;
}
.subArea{ overflow: hidden; }


#highLight2 .txt{ font-size:20px; margin-bottom: 50px; }
#highLight2 .subTitle span{ display:inline-block; margin-bottom: 0;}

#highLight2{
	background: url(/feature/kobukuro_kobukuroad3/images/bg_highlight2_bg.jpg) no-repeat center top;
	background-size: cover;
	-webkit-background-size: cover;
	background-attachment: fixed;
}

/* highLight3 */
#highLight3{
	background: url(/feature/kobukuro_kobukuroad3/images/bg_highlight3_bg.jpg) no-repeat center top;
	background-size: cover;
	-webkit-background-size: cover;
	background-attachment: fixed;
}
#highLight .lead .txt:not(:last-child){ margin-bottom: 30px; }


/* goodsDetail
========================================== */

#goodsDetail{
	background: url(/feature/kobukuro_kobukuroad3/images/logo_bg.png) no-repeat center top;
	padding: 120px 0;
	background-size: cover;
	background-attachment: fixed;
	position: relative;
}

#goodsDetail::before{
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.08);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
#goodsDetail .inner{ position:relative; z-index:10;}
#goodsDetail .subTxt{
	display: inline-block;
	font-size: 12px;
	font-weight: normal;
	line-height: 170%;
}
#goodsDetail2 .subTxt{
	font-size: 12px;
	font-weight: normal;
	line-height: 180%;
	margin-bottom: 20px;
}
.indent{
	display: inline-block;
	line-height: 140%;
	word-break: break-all;
}

#goodsDetail .area{ overflow:hidden; box-siging:border-box; -webkit-box-siging:border-box;padding: 60px; margin: 0 auto 60px; position: relative;}
#goodsDetail1 .list{ overflow: hidden; }
#goodsDetail1 .txtLink{ margin-top:5px; }
#goodsDetail1 .thumbnail{
	width: 150px;
	float: left;
	margin-right: 40px;
}
#goodsDetail dt{
	width: 8em;
	float: left;
	clear: left;
	font-weight: bold;
	padding-top: 10px;
}
#goodsDetail1 .list p{
	font-weight: bold;
	margin-bottom: 10px;
}
#goodsDetail1 .subTxt p{
	font-weight:normal;
	font-size: 12px;
	text-indent: -1em;
	margin-bottom: 10px;
	padding-left: -1em;
}
#goodsDetail dt:first-child{ padding-top: 0px; }
#goodsDetail dd{
	font-size: 16px;
	border-bottom: 1px solid #ccc;
	padding: 10px 0 10px 8em;
}
#goodsDetail dd:first-of-type{
	font-size: 16px;
	font-weight: bold;
	padding-top: 0;
}

#goodsDetail dd:last-child{ margin-bottom:20px; }
#goodsDetail dd em{
	display: block;
	font-weight: bold;
	font-size: 16px;
	line-height: 160%;
	margin-bottom: 10px;
}
#goodsDetail3 dd:nth-of-type(5) em,
#goodsDetail3 dd:last-of-type em{ margin-bottom:0; }

#goodsDetail .attentionBox{ border: 1px solid #ccc; padding: 30px ; margin-top: 20px; }
#goodsDetail .attentionBox p{
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 23px;
}

#goodsDetail3 .attentionBox .subTxt { text-indent: 0.01em; line-height: 180%; }

#goodsDetail2 .thumbnail{
	width:170px;
	float: right;
	clear:right;
	overflow:hidden;
	padding-left: 35px;
}
.attentionList li{ text-indent: -0.7em; line-height: 180%; padding-left: 1em; margin-bottom:20px;
}.fa.fa-check{ color:#ffc000; margin-right: 5px; }


#goodsDetail2 .box{
	overflow:hidden;
	margin-bottom: 40px;
}

#goodsDetail2 .txt{ font-size: 13px; line-height: 170%; }
#goodsDetail2 .txtLead{ font-size: 18px; font-weight: bold; line-height: 160%; margin-bottom: 10px; }

#goodsDetail2 .thumbnail{
	float:right;
}




#footer{ position:relative; background-color: #000; }
#footer a{ text-decoration: none; font-size: 12px; }

/* ソーシャルボタン
========================================== */
.social {
	position: absolute;
	top: 0;
	right: 0;
}
.social .fb-like,
.social .twitter {
	width: 110px;
	float: right;
}

.social .fb-like,
.social .twitter {
	width: 110px;
	float: right;
}
iframe.twitter-share-button {
width: 120px!important;
}

iframe[src*="www.facebook.com/plugins/like.php"]{
width:120px !important;
}


/* 生配信番組企画
========================================== */

#stream {
margin:0 auto 60px;
text-align:center;
padding:30px;
background:#fffee5;
position:relative;
z-index:50;
}


#stream .streamTit{
    font-size: 30px;
    border-bottom: 1px solid #000000;
    line-height: 120%;
    margin:0 auto 20px;
    padding:0 0  10px;
    font-weight:bold;
    color:#000000;
    position:relative;
}

#stream .streamTit .prize {
    color: #ffffff;
    width: 105px;
    position:absolute;
    left:-50px;
    top:-41px;
}

#stream .lead{
background:none;
color:#000;
text-align:center;
}

#stream .entryBtn {
min-width:200px;
}

#stream .entryBtn a {
background: #153b92 ;
    color: #ffffff;
    display: inline-block;
    font-size: 20px;
    font-weight: normal;
    line-height: 100%;
    margin: 0 auto 40px;
    padding: 20px 120px 17px;
    text-align: center;
    text-decoration: none;
}

#stream .entryBtn a:hover {
    box-shadow: 0 2px 7px rgba(0, 0, 0, 0.7);
    opacity: 1;
    filter:alpha(opacity=100);
	-moz-opacity: 1.0;
}

#stream .entry {
    font-size: 18px;
    padding:20px 0;
    background:#fff;
    margin: 0 auto 20px;
    font-weight:bold;
}

#stream .entryfin {
	color:#f00;
    font-size: 16px;
}

#stream .entryfin.form {
margin:20px auto 0;
}

/* フォーム */

#keyVisual .heroImg.entry {
/*height:70vh;*/
}

#entryForm h3 {
text-align:center;
}

#entryForm .inview{ top: 60px; opacity:0; }
#entryForm .inview.view{ top: 0; opacity:1;}

#entryForm .area.inview{ top: 60px; }
#entryForm .area.inview.view{ top: 0;}

#entryForm{
	padding: 0 0 120px 0;
	position: relative;
}

#entryForm .inner{ position:relative; z-index:10;}
#entryForm .subTxt{
	display: inline-block;
	font-size: 12px;
	font-weight: normal;
	line-height: 170%;
}

.indent{
	display: inline-block;
	line-height: 140%;
	word-break: break-all;
}

#entryForm .area{ overflow:hidden; box-siging:border-box; -webkit-box-siging:border-box;padding: 60px; margin: 0 auto 60px; position: relative;}

#entryForm dt{
	width: 19em;
	float: left;
	clear: left;
	font-weight: bold;
	padding-top: 10px;
}
#entryForm dt:first-child{ padding-top: 0px;float:none; }


#entryForm dd{
	font-size: 16px;
	border-bottom: 1px solid #ccc;
	padding: 10px 0 10px 17em;
}
#entryForm dd:first-of-type{
	font-size: 16px;
	font-weight: bold;
	padding-top: 0;
}

#entryForm dd:last-child{ margin-bottom:20px; }
#entryForm dd em{
	display: block;
	font-weight: bold;
	font-size: 16px;
	line-height: 160%;
	margin-bottom: 10px;
}

#entryForm textarea ,
#entryForm input {
width:100%;
box-sizing:border-box;
-webkit-box-sizing:border-box;
padding:5px;
}

#entryForm label {
margin:0 20px 0 0;
}

#entryForm label input {
width:auto;
}

#entryForm p.entryFromBtn {
text-align:center;
}

#entryForm p.entryFromBtn input {
background: #153b92 ;
    color: #ffffff;
    display: inline-block;
    font-size: 20px;
    font-weight: normal;
    line-height: 100%;
    margin: 0 auto 20px;
    padding: 20px 120px 17px;
    text-align: center;
    text-decoration: none;
	width:auto;
	min-width:200px;
	margin:0 auto;
	border:none;
}

#entryForm p.entryFromBtn input:hover {
    box-shadow: 0 2px 7px rgba(0, 0, 0, 0.7);
    opacity: 1;
    filter:alpha(opacity=100);
	-moz-opacity: 1.0;
}

#entryForm #stream.entry {

}

#entryForm #stream.entry .lead{
text-align:left;
margin:0 auto 10px;
font-size:14px;
}

#entryForm #stream.entry .lead a{
display:inline-block;
color:#32d8ff;
margin:0 0 0 5px;
}

#entryForm #stream.entry .lead a:hover{
text-decoration:none;
}



#entryForm #stream.entry p.limit {
font-weight:bold;
margin:0 auto 15px;
/*border:solid 1px #ccc;*/
width:100%;
box-sizing:border-box;
-webkit-box-sizing:border-box;
padding:20px 0 16px;
background:#fff;
font-size:18px;

}

#entryForm #stream.entry .entryTopic {

}


#entryForm #stream.entry .entryTopic .entryThumb {
float:left;
width:49%;
margin:0 0 15px 0;
line-height:0;
}


#entryForm #stream.entry .entryTopic .lead{
padding:5px 0 0;
text-align:center;
}


#entryForm #stream.entry ul.planDetail {
margin:20px auto 0;
border:solid 1px #ccc;
padding:15px;
background:#fff;
}


#entryForm #stream.entry ul.planDetail li {
font-size:14px;
margin:0 auto 15px;
padding:0 0 10px;
border-bottom:solid 1px #ccc;
}

#entryForm #stream.entry ul.planDetail li:last-child {
border:none;
margin:0 auto 0;
padding:0 0 0px;
}

#entryForm #stream.entry ul.planDetail li p.tit{
font-weight:bold;
margin:0 auto 10px;
clear: left;
    float: left;
    width:16em;
    border-right:1px solid #cccccc;
}


#entryForm #stream.entry ul.planDetail li span {
padding: 10px 0 10px 16em;
}


#container.entryStatus #keyVisual .heroImg {
height:95vh;
}

#container.entryStatus h1 {
    opacity: 1;
    filter:alpha(opacity=100);
	-moz-opacity: 1;
    top: 50px;
}

#container.entryStatus #entryForm #stream.entry p.status {
font-weight:bold;
margin:0 auto 15px;
/*border:solid 1px #ccc;
background:#fff;*/
width:100%;
box-sizing:border-box;
-webkit-box-sizing:border-box;
padding:20px 0 5px;
font-size:18px;

}


#entryForm .attentionBox{ border: 1px solid #ccc; padding: 30px 30px 20px ; margin: 20px auto 40px; }
#entryForm .attentionBox p{
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 23px;
}


.attentionList {

}

#entryForm .attentionList li {
margin:0 auto 10px;
}



.movieBox {
float:right;
margin:0 auto 10px;
text-align:center;
	position: relative;
	padding-bottom: 218px;
	height: 0;
	overflow: hidden;
	width: 49%;
margin:0 auto 15px;
 text-align: center;
}

.movieBox div{
left: 0;
}
.movieBox .h5_player {
	top: 0;
	left: 0;
}


/* 第2弾 投票フォームページ */
#entryForm dd.titleArea{
padding:10px 0 10px 0;
}

#entryForm dd ul.titleList {

    letter-spacing: -0.4em;
    font-size:0;
    text-align: left;
}

#entryForm dd ul.titleList li{
	 vertical-align:top;
	 letter-spacing: normal;
	 display: inline-block;
    font-size:14px;
	text-align: left;
width:49%;
margin:0 1% 2% 0;
box-sizing:border-box;
-webkit-box-sizing:border-box;
}

#entryForm dd ul.titleList li:nth-child(2n){
margin:0 0 2% 1% ;
}

#entryForm dd ul.titleList li label{
position:relative;
display:block;
}


#entryForm dd ul.titleList li label input{
position:absolute;
margin:auto;
left:11px;
top:13px;
z-index:50;
}

#entryForm dd ul.titleList li .titleBox {
background:#F0FCFF;
position:relative;
display:block;
padding:10px;
margin:0 auto;
}

#entryForm dd ul.titleList li .titleBox:hover {
background:#dbf8ff;
transition:all 0.3s ease 0s;
}

#entryForm dd ul.titleList li label input[type="radio"]:checked + .titleBox  {
background:#dbf8ff;
transition:all 0.3s ease 0s;
}

#entryForm dd ul.titleList li p.titleList{
padding:0 0 5px 20px;
}

#entryForm dd ul.titleList li .reason{
font-weight:normal;
font-size:14px;
margin:0 auto 5px;
height:4rem;
}


#entryForm dd ul.titleList li p.name{
font-weight:normal;
font-size:14px;
text-align:right;
padding:0 7px 0 0;
}


#registration{
	width: 850px;
	margin: 0 auto;
}

#registration .txtArea{
	width: 410px;
	float: left;
	margin-right: 40px;
}
#registration .txtArea .txtlink{ margin-top: 10px; }
#registration .phArea{ width: 280px; overflow: hidden; }
#registration .phArea img{ max-width: 100%; }
#registration h3{
	font-size: 16px;
	font-weight: bold;
	border-bottom: 1px solid #000;
	padding-bottom: 10px;
	margin: 0 0 20px 0;
}


.orderBox {
margin:-33vh auto 60px;
text-align:center;
padding:30px;
background:#fff;
position:relative;
z-index:75;
}

.orderBox .orderTit{
    font-size: 24px;
    border-bottom: 1px solid #000000;
    line-height: 120%;
    margin:0 auto 20px;
    padding:0 0  10px;
    font-weight:bold;
    color:#000000;
    position:relative;
}

.orderBox .lead {
border-bottom: none;
font-size: 16px;
padding-bottom: 0;
margin-bottom: 15px!important;
background:none!important;
color:#000!important;
text-align:center!important;
}


.orderBox .lead.fin {
color:#f00!important;
font-weight:normal!important;
}

.orderBox .lead.fin a{
color:#f00!important;
}

.orderBox .entry {
font-weight: bold;
line-height: 100%;
background: #FFEB3B;
box-sizing: border-box;
padding: 20px 0 16px;
font-size:18px;
margin:0 auto 15px;
}


.orderBox .orderAttention {
text-indent:-1.0em;
padding:0 0 0 1.0em;
text-align:left;
margin:0 auto 30px;
}

.orderBox .orderBtn {
min-width: 200px;
}

.orderBox .orderBtn a {
    background: #153b92;
    color: #ffffff;
    display: inline-block;
    font-size: 20px;
    font-weight: normal;
    line-height: 100%;
    margin: 0 auto 10px;
    padding: 20px 120px 17px;
    text-align: center;
    text-decoration: none;
}

.orderBox .orderBtn a:hover {
    box-shadow: 0 2px 7px rgba(0, 0, 0, 0.7);
    opacity: 1;
    filter:alpha(opacity=100);
	-moz-opacity: 1.0;
}




.orderBox.store {
margin:0vh auto 60px;
padding:40px 30px 30px;
}




.orderBox .lead.leadFin {
margin-bottom:5px!important;
}

.orderBox .orderAttentionFin {
text-indent:-1.0em;
padding:0 0 0 1.0em;
text-align:left;
margin:0 auto 5px;
}









.contentsBox {
margin:0vh auto 60px;
text-align:center;
padding:30px;
background:#fff;
position:relative;
z-index:75;
}

.contentsBox .contentsTit{
    font-size: 24px;
    border-bottom: 1px solid #000000;
    line-height: 120%;
    margin:0 auto 20px;
    padding:0 0  10px;
    font-weight:bold;
    color:#000000;
    position:relative;
}

.contentsBox .lead {
border-bottom: none;
font-size: 16px;
padding-bottom: 0;
margin-bottom: 15px!important;
background:none!important;
color:#000!important;
text-align:center!important;
}

