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


/* layout
========================================== */
html, body { height: 100%; }
body {
	-webkit-text-size-adjust: none;
	font-family: -apple-system, "Roboto-Regular", "Work Sans","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", sans-serif;
	background: #fff;
	color: #000;
	font-size: 14px;
	line-height: 1.5;
}
a { color: #000;  outline: none; text-decoration: underline;}
a:hover{ color: #00A2FF; opacity: 0.5; }
img { max-width: 100%; }

.sp{ display: block !important; }
.pc{ display: none !important; }


#wrap {	position: relative;}
.section{
	width: 100%;
	position: relative;
}
.inner{
	width: 100%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	margin: 0 auto;
	padding: 0 4%;
}
.lead{
	line-height: 150%;
	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%; text-align: justify;}
.txtLink{ display:inline-block; text-decoration: none; color: #00A2FF;}
.txtLink i{ display:inline-block; margin-left: 5px;}

h1{
	text-align: center;
	margin: 0;
	opacity: 0;
	top: 60px;
}
h2{
	font-size: 1.3rem;
	font-weight: bold;
	line-height: 120%;
}

h3{
	color: #000;
	font-size: 24px;
	text-align: center;
	margin: 0 0 40px;
	position: relative;
}

h3::after{
	content: '';
	display: block;
	width: 1.5em;
	height: 3px;
	background: #000;
	margin-left: -0.75em;
	position: absolute;
	bottom: -12px;
	left: 50%;
}
.thumbnail{ width: 60%; }


.heroImg{
	height: 400px;
	height: 70vh;
	position: relative;
	margin-bottom: 30px;
}
/* inview */
.inview{
	-webkit-transition: all .8s ease;
	transition: all .8s ease;
}
#goodsDetail .inview{ top: 60px; opacity:0; }
#goodsDetail .inview.view{ top: 0; opacity:1;}

#highLight .lead,
#highLight .titleBlock{position: relative;}

#highLight .lead.inview,
#highLight .titleBlock.inview{  top: 40px; opacity:0; }

#highLight .lead.inview.view,
#highLight .titleBlock.inview.view{ top:0; opacity:1; }

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

#highLight .photo .ph01.inview.view { -webkit-animation: fade 1s ease .6s 1 forwards; animation: fade 1s ease .6s 1 forwards; }
#highLight .photo .ph02.inview.view { -webkit-animation: fade 1s ease 1s 1 forwards; animation: fade 1s ease 1s 1 forwards; }
#highLight .photo .ph03.inview.view { -webkit-animation: fade 1s ease 1.4s 1 forwards; animation: fade 1s ease 1.4s 1 forwards; }
#highLight .photo .ph04.inview.view { -webkit-animation: fade 1s ease 1.8s 1 forwards; animation: fade 1s ease 1.8s 1 forwards; }
#highLight .photo .ph05.inview.view { -webkit-animation: fade 1s ease 2.2s 1 forwards; animation: fade 1s ease 2.2s 1 forwards; }

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

/* 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: 46vh;
}

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

/* keyVisual
========================================== */
#bg {
	width: 100%;
	height: 100%;
	height: 100vh;
	position: fixed;
	left: 0;
	top: 30px;
	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 #bg {
	-webkit-transition: all 2s ease;
	transition: all 2s ease;
	-moz-transform: scale(0.85);
	-ms-transform: scale(0.85);
	-o-transform: scale(0.85);
	-webkit-transform: scale(0.85);
	transform: scale(0.85);
}
#bg .goods{ display: none; }
.bgSwitch #bg .goods{ display: block;  }
.bgSwitch #bg .hero{ display: none;  }

.scroll {
	display: none !important;
	width: 1px;
	height: 70px;
	position: absolute;
	bottom: 0;
	left: 50%;
	z-index: 10;
}
.scroll:after {
	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; }
}
.logoTitle{
	display: block;
	width: 90%;
	position: relative;
	top: 14px;
	bottom:60px;
	left: 50%;
	margin-left: -45%;
}
.catch{
	display: inline-block;
	background: #153b92;
	color: #fff;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	line-height: 150%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 2px 6px 1px;
}

.movie {
	width: 100%;
	height: 0;
	text-align: center;
	padding-bottom: 56.25%;
	margin: 0 auto 30px;
	overflow: hidden;
	position: relative;
}
.movie div{ left: 0; }
.movie .h5_player { top: 0; left: 0; }
#keyVisual{ padding: 0 0 30px; }
#keyVisual .lead{
	background: #000;
	color: #fff;
	padding: 0;
	margin-bottom: 30px;
}

#keyVisual .lead span{
	display: block;
	font-size: 20px;
	line-height: 140%;
	color: #32d8ff;
	margin-bottom: 20px;
}
#keyVisual .area{
	background: #000;
	color:#fff;
	padding: 20px 5% 30px;
	margin: 0 auto;
	position: relative;
	top: 100px;
	opacity: 0;
}
#keyVisual .area .thumbnail{ width: 60%; line-height:0;margin: 0 auto;  position: relative;}
.thumbnail .dummy{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
#goodsDetail2 .thumbnail img{
	display: block;
	margin:0 auto;
}

#keyVisual .area .textArea{ overflow: hidden; }

.textArea .txtLink{
	text-align: right;
	margin-bottom:20px;
}

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

.txtSub{
	text-align: justify;
	margin-bottom: 5px;
}
.textArea .thumbnail{ text-align: center; }

.red{
	color:#f00;
}

.fa-angle-right:before{
	font-size:16px;
}

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

#highLight{ overflow: hidden; }
#highLight .area{
	height: 100%;
	box-sizing: border-box;
	padding: 60px 0;
	position:relative;
}
#highLight .titleBlock{ text-align: center;margin-bottom: 40px; }
#highLight .titleBlock .subTitle{ margin-bottom: 30px; }
#highLight [id^="highLight"]::before{
	content:'';
	display:block;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.8);
	position: absolute;
	top:0;
	left:0;
	z-index:1;
}
#highLight .inner{
	height: 100%;
	color: #fff;
	opacity: 1;
	position: relative;
	z-index:10;
}
#highLight1 .lead,
#highLight3 .lead{ width: 100%; }

#highLight1 .logo,
#highLight2 .logo,
#highLight3 .logo{
	float: none;
	margin: 0 auto 30px;
}


/* photo */
#highLight .photo{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
}
#highLight .photo li{ opacity:0.5; 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_3.jpg); }
#highLight1 .photo .ph03 img{ background-image: url(/feature/kobukuro_kobukuroad3/images/ph_highlight_2.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: 156px;
	height: 202px;
	top: 10%;
	right: 3%;
}
#highLight1 .photo .ph02{
	width: 163px;
	height: 301px;
	top: 26%;
	left: -5%;
}
#highLight1 .photo .ph03{
	width: 240px;
	height: 333px;
	bottom: -7%;
	right: -8%;
}
#highLight1 .photo .ph04{
	width: 90px;
	height: 171px;
	top: 85%;
	left: 15%;
}
#highLight1 .photo .ph05{
	width: 107px;
	height: 261px;
	top: 62%;
	left: 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 .ph02 {
	width: 166px;
	height: 112px;
	top: 0%;
	left: 2%;
}
#highLight2 .photo .ph02{
	width: 166px;
	height: 276px;
	top: 20%;
	left: 2%;
}
#highLight2 .photo .ph03{
	width: 198px;
	height: 292px;
	bottom: 0%;
	right: 2%;
}
#highLight2 .photo .ph04{
	width: 139px;
	height: 232px;
	bottom: -16%;
	left: 12%;
}
#highLight2 .photo .ph05{
	width: 110px;
	height: 170px;
	bottom: -10%;
	right: 12%;
}

#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: 112px;
	height: 287px;
	top: 10%;
	right: 0%;
}
#highLight3 .photo .ph02{
	width: 85px;
	height: 110px;
	top: 40%;
	right: 10%;
}
#highLight3 .photo .ph03{
	width: 192px;
	height: 335px;
	bottom: -30%;
	right: 8%;
}
#highLight3 .photo .ph04{
	width: 162px;
	height: 207px;
	top: 20%;
	left: 5%;
}
#highLight3 .photo .ph05{
	width: 63px;
	height: 216px;
	top: 43%;
	left: 15%;
}
#highLight3 .photo .ph06{
	width: 48px;
	height: 238px;
	bottom: -20%;
	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;
	width: 100%;
	height:100%;
}

/* highLight2 */

#highLight2 .txtArea:not(:last-child){ margin-bottom: 30px; }
#highLight2 .attentionBox{ margin: 0 auto;}
.txtArea dl{
	display: block;
	width: 50%;
	float: left;
	font-size: 12px;
	line-height: 200%;
}
.txtArea dl:last-child{	margin-right: 0;}
.txtArea dt{
	display: block;
	float: left;
	clear: left;
	margin-right: 10px;
}
.logo{
	width: 35%;
	height: 40px;
	margin-right: 15px;
}
.subTitle span{
	display: block;
	font-size: 16px;
	line-height: 100%;
	margin-bottom: 7px;
}
.subArea{ overflow: hidden; }

#highLight2 .txt{ margin-bottom: 0;}

#highLight2 .subTitle span{
	display:inline-block;
}

.right{
	text-align:right;
	font-size:10px;
	clear: both;
	padding-top:5px;
}

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

/* highLight3 */
#highLight3{
	background: url(/feature/kobukuro_kobukuroad3/images/bg_highlight3_bg.jpg) no-repeat center top;
	background-size: cover;
	-webkit-background-size: cover;
}

#highLight3 .subTitle{
	margin-bottom:80px;
}
#highLight .lead .txt:not(:last-child){
	margin-bottom: 20px;
}


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

#goodsDetail{
	padding: 40px 0;
	position: relative;
}
#goodsDetail::before{
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.1);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
#goodsDetail .inner{ position:relative; z-index:20; }
#goodsDetail .subTxt{
	font-size: 12px;
	font-weight: normal;
}
#goodsDetail .area{ overflow:hidden; padding: 20px 5%; margin: 0 auto 30px;}
#goodsDetail dt{
	width: 100%;
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 10px;
	padding-bottom: 5px;
	font-size: 14px;
}
#goodsDetail dd{ margin-bottom: 30px;}
#goodsDetail dd:first-of-type{
	font-size: 18px;
	font-weight: bold;
	line-height: 140%;
}
#goodsDetail dd em{
	display: block;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 15px;
}
.indent{
display:block;
text-indent: -1em;
padding-left: 1em;

}


/* attentionBox */
.attentionBox{
	margin-top: 20px;
}
.attentionBox p{
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}
.attentionList li{
	text-indent: -0.7em;
	line-height: 160%;
	padding-left: 1em;
	margin-bottom: 10px;
}
.fa.fa-check{
	color:#ffc000;
	margin-right: 5px;
}
#goodsDetail .thumbnail{
	text-align: center;
	margin: 0 auto 20px;
}

/* goodsDetail1 */
#goodsDetail1 .list{ overflow:hidden; }

#goodsDetail1 .list p{
	font-weight: bold;
	margin-bottom: 15px;
}
#goodsDetail1 .subTxt p{
	font-weight: normal;
	font-size: 12px;
	margin-bottom: 5px;
	padding-left: 1em;
	text-indent: -1em;
}

/* goodsDetail2 */
#goodsDetail2 .subTxt{
	font-size: 13px;
	line-height: 180%;
	font-weight: normal;
	text-align: justify;
	margin-bottom: 20px;
}
#goodsDetail2 .txt{
	font-size: 14px;
	margin-bottom,:20px;
	text-align: left;
}
#goodsDetail2 .txtLead{ font-size: 18px; font-weight: bold; line-height: 165%; }

#goodsDetail2 .thumbnail{ margin-bottom: 20px; }


/* goodsDetail3 */
.area .attentionBox .subTxt {
	text-indent: 0.01em;
	line-height: 180%;
}
#goodsDetail3 dd:nth-of-type(5) em,
#goodsDetail3 dd:last-of-type em{ margin-bottom:0; }


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


/* footer
========================================== */
#footer{
	font-size: 10px;
	color: #aaa;
	background-color: #000;
	box-sizing: border-box;
	padding: 20px 4%;
	position: relative;
}
#footer #supportNav{ display: none;}





/* ソーシャルボタン
========================================== */
.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;
}

/* メインビジュアル
========================================== */

/* 予告ムービー、KOBUKUROADとは
========================================== */
/* KOBUKUROADとは */

.btn{
}

.btn:hover{
}

/* みどころ
========================================== */

/* 商品詳細
========================================== */

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

#stream {
margin:0 auto 30px;
text-align:center;
padding:20px 5% 30px;
background:#fffee5;
}

#stream.limited {
margin: 30px auto 30px;
}


#stream .streamTit{
    font-size: 18px;
    /*line-height: 120%;*/
    margin:0 auto 20px;
    padding:0 0 10px 0px;
    font-weight:bold;
    color:#000000;
    position:relative;
	text-align:center;
	letter-spacing:-0.4em;
}

#stream .streamTit span {
text-align: center;
    display:inline-block;
    letter-spacing:normal;
    vertical-align:middle;
    letter-spacing:-0.04em;
}

#stream .streamTit span.prize {
    color: #ffffff;
    display: inline-block;
    font-size: 14px;
    text-align: center;
    vertical-align:middle;
/*    width: 63px;
    vertical-align:-1px;
    position:absolute;
    left:-9px;
	background: #32d8ff;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    padding: 12px 6px 9px;
    line-height: 1.2em;*/
    width: 18%;
}


@media (max-width: 320px) {

#stream .streamTit{
    font-size: 15px;
}

#stream .streamTit span {
text-align: center;
    display:inline-block;
    letter-spacing:normal;
    vertical-align:middle;
    letter-spacing:-0.04em;
}

#stream .streamTit span.prize {
    width: 18%;
}

#entryForm h3 {
    text-align: center;
    font-size:20px;
}

}


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


#stream .entry {
background:#fff;
box-sizing: border-box;
    font-weight: bold;
    padding: 10px;
    text-align: center;
}

#stream .entryBtn {

}

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

#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 {

}

#stream .entryfin {
	color:#f00;
}
#stream .entryfin.form {
margin:15px auto 0;
}


/* フォーム */



#entryForm h3 {
text-align:center;
font-size:22px;
}

#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 40px 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:20px 5%;
  margin: 0 auto 60px;
   position: relative;
}

#entryForm dt{
/*	float: left;
	clear: left;
	width: 18em;*/
	font-weight: bold;
	padding-top: 10px;
}
#entryForm dt:first-child{ padding-top: 0px; }
#entryForm dd{
	border-bottom: 1px solid #ccc;
	padding: 10px 0 10px;
}
#entryForm dd:first-of-type{
	font-weight: bold;
}

#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 {
   -webkit-appearance: none;
   r-radius: 0;
   -webkit-border-radius:0;
background: #153b92 ;
    color: #ffffff;
    display: inline-block;
    font-size: 20px;
    font-weight: normal;
    line-height: 100%;
    margin: 0 auto 20px;
    padding: 20px 0px 17px;
    text-align: center;
    text-decoration: none;
	min-width:200px;
	width:100%;
	border:none;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
}

#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;
width:100%;
box-sizing:border-box;
-webkit-box-sizing:border-box;
padding:20px 0 16px;
background:#fff;
}

#entryForm #stream.entry .entryTopic {

}


#entryForm #stream.entry .entryTopic .entryThumb {
margin:0 auto 15px;
line-height:0;
}


#entryForm #stream.entry .entryTopic .lead{
padding:5px 0 0;
}


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

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

#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 8px;
padding:0 0 8px;
border-bottom:1px dotted #cccccc;
}

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


#container.entryStatus #entryForm #stream.entry {
margin:0 auto 30px;
padding:0;
}

#container.entryStatus #entryForm #stream.entry p.status {
font-weight:bold;
margin:0 auto 15px;
width:100%;
box-sizing:border-box;
-webkit-box-sizing:border-box;
padding:15px;
font-size:14px;
}

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

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

#entryForm .attentionBox {
margin:0 auto 20px;
}

.movieBox {
float:none;
text-align:center;
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	width: 100%;
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 {
    text-align: left;
}

#entryForm dd ul.titleList li{
	 display: inline-block;
    font-size:14px;
	text-align: left;
width:100%;
margin:0 auto 4%;
box-sizing:border-box;
-webkit-box-sizing:border-box;
}

#entryForm dd ul.titleList li label{
position:relative;
margin:0 auto;
}

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

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

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


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

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


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


.orderBox {
margin:-16vh auto 60px;
text-align:center;
padding:20px 5% 30px;
background:#fff;
position:relative;
z-index:75;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.orderBox .orderTit{
    font-size: 18px;
    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: 10px!important;
background:none!important;
color:#000!important;
text-align:left;
}


.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: 10px;
margin:0 auto 15px;
line-height:1.6em;
}


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

.orderBox .orderBtn {
}

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


.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 30px;
padding:25px 5% 0;
}


#registration {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
#registration h3 + p{ margin-bottom: 20px; }
#registration .txtArea{ display: block; margin-bottom: 30px; }
#registration .txtLink{ text-align: right; }
.txtLink i{ display:inline-block; margin-left: 5px; }




.orderBox .lead.leadFin {
margin-top:15px;
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:20px 5% 30px;
background:#fff;
position:relative;
z-index:75;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.contentsBox .contentsTit{
    font-size: 18px;
    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: 10px!important;
background:none!important;
color:#000!important;
text-align:left;
}