/* reset
--------------------------------------------------- */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, 

textarea, p, blockquote, th, td, figure {
margin: 0;
padding: 0;
}
h1, h2, h3, h4, h5, p {
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", 


"MS PGothic", sans-serif;
font-size: 13px;
}
ul {
list-style: none;
}



/* clearfix
------------------------ */
.clearfix:after {
content:".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.clearfix {  display: inline-block; }
/**/
*html .clearfix { height: 1%; }
.clearfix { display: block; }


.sml{
  font-size: 12px;
  line-height: 1.3;
}
.indent {
    font-size: 12px;
    line-height: 1.3;
    text-indent: -1em;
    padding: 0 0 0 1em;
    font-weight: normal;
}


/* Custom
--------------------------------------------------- */

body {
    background: #ff5fa2;
    height: auto;
}
body::before {
    content: '';
    display: block;
    position: fixed;
    width: 100%;
    height: 100vh;
    background: url(/static/bullettrain/fanclub-pc/feature/yume8slot/images/bg_logo_Q7nCRB3v.png);
    background-size: 150px;
    animation: bgscroll 20s linear infinite;
    z-index:0;
}
@keyframes bgscroll {
 0% {background-position: 0 0%;}
 100% {background-position: -150px 0%;}
}
#footer {
        z-index: 1;
        position: relative;
}
#header,
#navBtn {
        display: none;
    }
.detail #container {
    max-width: 1000px;
}

#container01 {
}
#container {
    padding: 60px 0 20px;
}

#wrap{
    background: transparent;
overflow: hidden;
}

#main {
    margin: 0px auto 60px;
    height: auto;
    background: none;
    text-align: center;
    line-height: 0;
    width: 80%;
    max-width: 600px;
}


#main img{
    width:100%;
}

.red {
    color: #ff0000;
}

.parts p{
    position: fixed;
    pointer-events: none;
}
.parts p img{
    width: 100%;
}
.parts.star p{
    width: 20px;
}
.parts.star p:nth-child(1){
    left: 5%;
	animation: floating-y 1s ease-in-out 1s infinite alternate-reverse;
}
.parts.star p:nth-child(2){
    left: 22%;
    top: -1%;
	animation: floating-y 1s ease-in-out 0.2s infinite alternate-reverse;
}
.parts.star p:nth-child(3){
    left: 8%;
    bottom: 10%;
	animation: floating-y 1s ease-in-out 0.8s infinite alternate-reverse;
}
.parts.star p:nth-child(4){
    right: 10%;
    top: 2%;
	animation: floating-y 1s ease-in-out 0.5s infinite alternate-reverse;
}
.parts.star p:nth-child(5){
    right: 10%;
    bottom: 14%;
	animation: floating-y 1s ease-in-out 0.7s infinite alternate-reverse;
}
.parts.star p:nth-child(6){
    left: 10%;
    bottom: 43%;
	animation: floating-y 1s ease-in-out 0.3s infinite alternate-reverse;
}
.parts.star p:nth-child(7){
right: 14%;
    bottom: 49%;
	animation: floating-y 1s ease-in-out 0.1s infinite alternate-reverse;
}
.parts.star p:nth-child(8){
    right: 20%;
    bottom: 2%;
	animation: floating-y 1s ease-in-out 0.9s infinite alternate-reverse;
}
.parts.star p:nth-child(9){
    right: 37%;
    top: 8%;
	animation: floating-y 1s ease-in-out 0.6s infinite alternate-reverse;
}

.parts.circle p{
    width: 30px;
}

.parts.circle p:nth-child(1){
    left: 2%;
    top: 2%;
	animation: floating-y 1s ease-in-out 0.6s infinite alternate-reverse;
}
.parts.circle p:nth-child(2){
    left: 12%;
    top: 43%;
	animation: floating-y 1s ease-in-out 0.2s infinite alternate-reverse;
}
.parts.circle p:nth-child(3){
    right: 12%;
    top: 23%;
	animation: floating-y 1s ease-in-out 0.8s infinite alternate-reverse;
}
.parts.circle p:nth-child(4){
    right: -1%;
    bottom: 23%;
	animation: floating-y 1s ease-in-out 0.1s infinite alternate-reverse;
}
.parts.circle p:nth-child(5){
    left: 38%;
    top: 5%;
	animation: floating-y 1s ease-in-out 0.4s infinite alternate-reverse;
}
.parts.circle p:nth-child(6){

}


@keyframes floating-y {
  0% {
    transform: translateY(-10%);
  }
  100% {
    transform: translateY(10%);
  }
}


/* text style
-------------------------------- */
.catch{
    margin:0 15px 10px;
    font-size:15px;
    line-height:1.2em;
    font-weight:bold;
    text-align:center;
}
.lead{
    text-align: center;
    line-height: 2;
    font-size: 19px;
    font-weight: bold;
    margin: 0 auto 30px;
}

#wrap h2.tit {
    box-sizing: border-box;
    font-weight: bold;
    letter-spacing: 0.1em;
    position: relative;
    text-align: center;
    font-size: 25px;
    margin: 0 auto 80px;
}
#wrap h2.tit span{
}

#wrap h2.tit::before {
    content: '';
    display: block;
    background: url(/static/bullettrain/fanclub-pc/feature/yume8slot/images/ph_tit_Q7nCRB3v.png);
    height: 25px;
    width: 250px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    transform: translate(-50%, 0);
    left: 50%;
    bottom: -25px;
}

.block {
    margin: 0 0 50px;
    padding: 5vw;
    background-color: #fff;
    font-size: 16px;
    line-height: 1.6;
    border: 3px solid #000000;
    box-shadow: 5px 5px 0 #000000;
    position: relative;
    box-sizing: border-box;
    border-radius: 20px;
}


.block_txt {
    font-size: 15px;
    line-height: 1.9;
    font-weight: 400;
    letter-spacing: 0.05em;
}


.ph{
    margin:10px;
    height:auto;
    background:none;
    text-align:center;
}
.ph img{
    width:100%;
}


/* menu
----------------------------- */
ul.menu {
    overflow:hidden;
    margin:0 15px 5px;
    text-align:center;
}
ul.menu li {
    float:left;
    width:48.2%;
    margin:0 10px 0 0;
}
ul.menu li:last-child {
    margin:0;
}



/* 景品リスト
----------------------------- */
ul.list {
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
}
ul.list li {
    display: block;
    width: 48%;
    text-align: center;
    position: relative;
    box-sizing: border-box;
}
ul.list li:nth-child(2){
}
ul.list li .icon{
    width: 80px;
    height: 80px;
    position: absolute;
    background: #f45b9b;
    color: #ffff;
    border-radius: 999px;
    line-height: 80px;
    font-size: 20px;
    font-weight: bold;
    left: -15px;
    top: -15px;
}
ul.list li .ph{
    text-align: center;
    padding: 0;
    margin: 0;
}
ul.list li .item{
    font-size: 20px;
}

.medal{
    text-align: center;
    margin: 0 0 20px;
}
.medal span{
	color: #FFF;
    padding: 10px 40px;
    display: inline-block;
    border-radius: 100px;
    font-size: 16px;
}
.medal1 span{
    background: #b59a5b;
}
.medal2 span{
    background: #b8b8b8;
}
.medal3 span{
    background: #A56950;
}
.medal4 span{
    background: #547cbc;;
}
.medal5 span{
    background: #F773AD;
}
.prizeCap{
    font-size: 11px;
    margin: 0 0 10px;
}
ul.list li dl.itemBox dd .prizeTxt {
font-weight:normal;
    font-size:12px;
    line-height:1.3em;
text-indent: -1em;
    padding: 0 0 0 1em;
}
table.present {
    width: 100%;
}

table.present th {
  width: 35%;
  text-align: center;
  vertical-align: top;
  padding: 0 4% 0 0;
}

table.present td {
    width: 65%;
    vertical-align: top;
}


/* モバイルくじ詳細
----------------------------- */
.blockInfo {
    margin:0 0px 20px;
}
.box h3 {
    font-size: 16px;
    font-weight: bold;
    color: #111;
    text-align: center;
    margin: 0 0 12px;
    border-bottom: 1px dotted #111;
    padding: 2px 0 10px;
    letter-spacing: 2px;
    line-height: 1.4;
}


.box {
    overflow: hidden;
    padding: 10px 10px 15px;
    background-color: rgba(181,154,91,0.3);
    margin: 0 auto 20px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
}
.box .txt {
    float:left;
    font-size:13px;
    line-height:1.4em;
    color:#000;
    margin:0 10px 0 0;
}
.box .txt2 {
    float:left;
    font-size:13px;
    line-height:1.4em;
    color:#000;
    margin:0 10px 5px 0;
    text-indent: -1.2em;
    padding: 0 0 0 1.5em;
}
.box .txt3 {
    /*float:left;*/
    font-size:13px;
    line-height:1.4em;
    color:#000;
    margin:0 0 5px 0;
    text-indent: -1em;
    padding: 0 0 0 1em;
}

.box .thumb img {
    float:right;
    width:30%;
}


.box .attentionBox {
	border:none;
}
.box .attentionBox h3 {
    font-size:16px;
    font-weight:bold;
    color:#111;
    text-align:center;
    margin:5px 0 10px 0;
    border-bottom: 1px dotted #F773AD;
    padding: 0 0 10px;
}

.notice{
    text-align:center;
    font-size:12px;
    margin:10px 0 20px 0;
    color: #eb6129;
}

/* くじ引き画像 */
.lot {
    text-align: center;
    margin: 20px 0px 10px;
    border-bottom: 1px dotted #F00;
    padding: 0 0 20px;
}
.lot img {width:90%;}


h3 [class^="icon-"]{
    margin:0 5px 0 0;
    position:relative;
    top:1px;
	color: #F773AD!important;
}
[class^="icon-"], [class*=" icon-"] {
    font-family: 'WebHostingHub-Glyphs';
    background: none;
    width: auto;
    height: auto;
    font-style: normal;
    color: #fff;
}
/* button style
------------------------- */

/*
.kujiBtn {
    padding: 0 10px;
}
*/
section > p.kujiBtn{
  margin:0 20px 40px;
}
.box + p.kujiBtn{
    padding: 20px 0;
}
p.kujiBtn a {
display: block;
    margin: 0 auto;
    background: #ff3288;
    color: #fff;
    font-weight: bold;
    text-align: center;
    border-radius: 999px;
    box-sizing: border-box;
    text-decoration: none;
    font-size: 18px;
    padding: 20px;
    width: 90%;
    max-width: 350px;
    border: 2px solid #000;
    box-shadow: 3px 3px #000000;
    -webkit-box-shadow: 3px 3px #000000;
}
p.kujiBtn a span{
    display: inherit;
    font-size: 11px;
    font-weight: normal;
    letter-spacing: 1px;
}

p.kujiBtn a:hover {
    opacity: 0.7;
}

p.btn {
    padding: 0px 0px 5px;
    text-align: center;
}

p.btn a {
    display:inline-block;
    margin: 10px auto;
    width: 70%;
    height: 26px;
    background: none repeat scroll 0% 0% #faa7ff;
    color: #FFF !important;
    font-weight: bold;
    text-align: center;
    line-height: 26px;
    border-radius: 5px;
    border: 2px solid #faa7ff ;
}
p.kujiBtn.entry a{
    margin: 20px auto 0;
}
p.btn a:hover {
    display:inline-block;
    margin: 10px auto;
    width: 70%;
    height: 26px;
    background: none repeat scroll 0% 0% #fff;
    color: #faa7ff !important;
    font-weight: bold;
    text-align: center;
    line-height: 26px;
    border-radius: 5px;
    border: 2px solid #faa7ff ;
}

/* font Size and Color 
---------------------------------- */
.c-rd {color: #000;}
.c-pk {color: #fd54b0;}
.c-bl {color: #55c4e2;}
.c-org {color:#ffb640;}
.c-grn {color:#7DDB61;}
.c-star {color:#ff0000;}

.center {text-align: center;}

.fs26{font-size:26px;}
.fs18{font-size:18px;}

/* width 
---------------------------------- */
.wd-65{width:65%;}


/* space Size
---------------------- */
.sp-5 {padding: 0 0 5px 0;}
.sp-10 {padding: 0 0 10px 0;}
.sp-15 {padding: 0 0 15px 0;}
.sp-20 {padding: 0 0 20px 0;}
.sp-25 {padding: 0 0 25px 0;}
.sp-30 {padding: 0 0 30px 0;}
.sp-40 {padding: 0 0 40px 0;}

.contents_box {
background: #bc0001;
}

section .contents_box .lead {
color: #000;
}
section .contents_box .lead span {
font-weight: bold;
font-size: 14px;
}
section .contents_box .subLead span {
font-weight: bold;
}

.itemBg-1 {background:#b59a5b;}
.itemBg-3 {background:#A56950;}
.itemBg-2 {background:#b8b8b8;}
.itemBg-4 {background-color: #547cbc;}
.itemBg-5 {background-color: #F773AD;}


input[type=submit].btn-style-app,
input[type=button].btn-style-app,
.btn-style-app a{
 display: block;
 width: 60%;
 margin: 0 auto;
 padding:4px 0 5px;
 color: #000;
 font-size: 16px;
 font-weight:bold;
 text-align: center;
 line-height: 25px;
 border:1px solid #e9e9e9;
 text-shadow: 0px -0px 0px #000,0px 0px 0px #ffffff;
background: #f6f8f9; /* Old browsers */
background: -moz-linear-gradient(top, #f6f8f9 0%, #e5ebee 50%, #d7dee3 51%, #f5f7f9 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f6f8f9), color-stop(50%,#e5ebee), color-stop(51%,#d7dee3), color-stop(100%,#f5f7f9)); /* Chrome,Safari4+ */
 border-radius: 8px;
 -moz-border-radius: 8px;
 -webkit-border-radius: 8px;
 -moz-box-shadow:0px 1px 2px #e9e9e9,inset 0px 0px 1px #ffffff;
 -webkit-box-shadow:0px 1px 2px #e9e9e9,inset 0px 0px 1px #000000;
}
.itemTxt,
.itemTxtInfo {
	font-weight: normal;
}
.itemTxt {
	font-size: 10px;
}
.itemTxtSp {
	margin: 5px auto;
	padding: 5px;
	font-size: 13px;
	line-height: 1.3em;
	border: solid 2px #FF9597;
	border-radius: 5px;
	box-sizing: border-box;
	text-align: center;
}
.itemTxtSp span {
	font-weight: bold;
}
.txtRed {
	color: #f00;
}
.detail .tit {
    margin-bottom: 0;
    font-size: 15px;
}

.detail .thumb{
	margin:0 0 0;
}
.none{
    margin: 0 10px 0 0!important;
}

.icon-gift{
	color:#fff;
	vertical-align:-0.1em
}


.step{

}
.step li{
    margin: 0 auto 20px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    border-bottom: 1px solid #ddd;
    padding: 0 0 20px 0;
}
.step li:last-child{
    border-bottom:none;
    padding: 0;
    margin: 0 auto;
}

.attentionList li{
font-size: 15px;
    line-height: 1.5em;
    color: #000;
    margin: 0 0 15px;
    text-indent: -1em;
    padding: 0 0 0 1em;
}

.attentionList li::before{
    color: #ff5fa3;
}

.ph.slot{
    border: 5px solid #fff;
    margin: 0 auto 50px;
    width: 90;
    max-width: 600px;
    -webkit-filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.5));
    -moz-filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.5));
    -ms-filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.5));
    filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.5));
    border-radius: 10px;
    line-height: 0;
}

@media screen and ( min-width:960px) {
.detail #container {
    max-width: 1000px;
    padding: 150px 0 100px;
}
#main {
    margin: 0px auto 60px;
}

.presentInfo {
    margin: 0 auto 20px;
    width: 70%;
}
.prizeCap {
    text-align: center;
    font-size: 14px;
}
.detail .tit {
    text-align: center;
    font-size: 22px;
}

.list .indent {
    font-size: 13px;
    text-align: center;
}

}


@media screen and ( max-width:960px) {

.parts.star p {
    width: 10px;
}
.parts.star p:nth-child(7) {
    right: -1%;
}
.parts.star p:nth-child(3) {
    left: 2%;
}
.parts.star p:nth-child(5) {
    right: -1%;
}
.parts.star p:nth-child(6) {
    left: 5%;
}
.parts.star p:nth-child(8) {
    right: 0%;
}


.parts.circle p {
    width: 13px;
}
.parts.circle p:nth-child(2) {
    left: -1%;
}
.parts.circle p:nth-child(3) {
    right: -2%;
}
.parts.circle p:nth-child(5) {
    display: none;
}
#container {
    padding: 85px 0 20px;
}
#main {
    margin: 0px auto 35px;
    width: 91%;
}
.lead {
    line-height: 2;
    font-size: 15px;
    font-weight: bold;
    margin: 0 auto 20px;
    width: 90%;
    max-width: 500px;
}
p.kujiBtn a {
    padding: 12px 0 12px;
    width: 90%;
    line-height: 1.5;
}
.block {
        font-size: 13px;
        margin: 0 auto 30px;
        padding: 20px;
        border-radius: 15px;
        border: 2px solid #000000;
        box-shadow: 3px 3px 0 #000000;
        width: 90%;
}

#wrap h2.tit {
    display: block;
    font-size: 18px;
    margin-bottom: 30px;
}
#wrap h2.tit::before {
    height: 10px;
    width: 100px;
    left: 50%;
    bottom: -15px;
}
.presentInfo {
    width: 90%;
}

ul.list {
    display: block;
}
ul.list li {
        margin: 0 auto 20px;
        width: 100%;
}
ul.list li:last-child {
        margin: 0 auto;
}

.block_txt {
    font-size: 13px;
    line-height: 1.8;
}

.step li {
    margin: 0 auto 15px;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    padding: 0 0 15px 0;
}
.attentionList li {
    font-size: 12px;
    }

}