@charset "utf-8";

body{font-size: .13em;line-height: 1.8em;}
.bg{transform: scale(1.8,1);}
.contents-wrap{width: calc(100% - 40px);}

h3{padding-bottom: 20px;}
h3 img{
    position: relative;
    display: block;
    height: 35px;
    width: auto !important;
    margin: auto;
}
h3::before{
    position: absolute;
    top: -23px;
    left:50%;
    content: '';
    display:block;
    background-size: contain;
	background-repeat: no-repeat;
	background-position: 50% 0;
    z-index: 10;
}

.noteWrap{
    position: relative;
    margin: 20px auto;
    background-color: rgba(24,19,2,.7);
    border-top:solid 2px #ffd800;
    border-bottom:solid 2px #ffd800;
    width: calc(100% - 80px);
    z-index: 4;
    padding: 20px;
}
.noteWrap::before{
    position: absolute;
    content: '';
    display: block;
    left: -2px;
    top:-2px;
    width: 100%;
    height: 30px;
    border-left:solid 2px #ffd800;
    border-right:solid 2px #ffd800;
    z-index: 3;
}
.noteWrap::after{
    position: absolute;
    content: '';
    display: block;
    left: -2px;
    bottom:-2px;
    width: 100%;
    height: 30px;
    border-left:solid 2px #ffd800;
    border-right:solid 2px #ffd800;
    z-index: 2;
}
.noteWrap .arrow img{
    position: relative;
    margin: 0 auto;
    padding: 0 !important;
    width: 18px;
    height: 17px;
    transition: all .3s ease-out;
}
.noteWrap .arrow img{padding: 0;}
.arrow img.dispA{transform: rotate(180deg);}

/* ヘッダー */
header #keyvisual{
	background-image: url("../img/contents/main_osaka.jpg");
	padding-top: 71.875%;
    z-index: 1;
}
header #keyvisual.tokyo{background-image: url("../img/contents/main_tokyo.jpg");}

/* ニュース */
#news .attWrap{
	position:relative;
	display:block;
	margin: 0 auto 60px auto;
	width:calc(100% - 60px);
	padding:20px;
	border:solid 1px #e5e203;
	color: #e5e203 !important;
}
#news{
    position: relative;
    opacity: .3;
    overflow: hidden;
}
#news.ani{opacity: 1;}
#news::before{
    position: absolute;
    content: '';
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 120px;
    background: -webkit-linear-gradient(top, #000000, rgba(0,0,0,0));
	background: -o-linear-gradient(top, #000000, rgba(0,0,0,0));
	background: linear-gradient(to top, rgba(0,0,0,0), #000000);
    z-index: -1;
}
#news::after{
    position: absolute;
    content: '';
    display: block;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 120px;
    background: -webkit-linear-gradient(bottom, #000000, rgba(0,0,0,0));
	background: -o-linear-gradient(bottom, #000000, rgba(0,0,0,0));
	background: linear-gradient(to bottom, rgba(0,0,0,0), #000000);
    z-index: -1;
}
#news .bg{
    background-image: url('../img/bg_point.png');
	background-size: 100% auto;
	background-repeat: repeat;
	background-position: 50% 0;
    background-color: #030a26;
}
#news .kikanTtl{
    position: relative;
    margin: 0 auto 5px auto;
    color:#e5e203;
    font-weight: 900;
    font-size: .17rem;
    text-align: center;
}
#news .kikanTxt{
    position: relative;
    margin: 0 auto 40px auto;
    font-weight: 700;
    font-size: .14rem;
    text-align: center;
}
.tokyo #news .kikanTxt{margin: 20px auto 20px auto; line-height: 1.8em;}
#news .kikanTxt span{
    position: relative;
    display: block;
    padding: 10px 0 0 0;
    font-weight: 500;
    font-size: .11rem;
    line-height: 1.5em;
    color: #ffffff;
    text-align: center;
}
.tokyo #news .kikanTxt a{
    position: relative;
    display: block;
    font-weight: 500;
    font-size: .11rem;
    line-height: 1.5em;
    color: #ffffff;
    text-align: center;
    padding: 15px 0;
    text-decoration: underline;
}
#news .twi_wiget{
	position: relative;
	width: calc(100% - 26px);
	margin: 15px auto 0 auto;
	padding: 0;
	height: 300px;
	border: solid 3px #005ebf;
	border-radius: 10px;
	background-color: #ffffff;
	overflow: scroll;
	-webkit-overflow-scrolling: touch;
	overflow-scrolling: touch;
}
.twi_wiget iframe { width: 740px !important; }

#cm .BnrSpecial{
    position: relative;
    margin: 0 auto 42px auto;
    display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
    width: calc(100% - 20px);
}
#cm .BnrSpecial li{
    position: relative;
    margin: 0 0 10px 0;
    width: calc(50% - 5px);
}

/* CM */
#cm{margin: 35px auto 10px auto;}
#cm h2::before{
    top: -40px;
    height: 85px;
    width: 48px;
    transform: translateX(calc(-50% - 58px));
    background-image: url("../img/contents/card14.png");
}
#cm .movieWrap, #story .movieWrap{
    position: relative;
    margin: 15px auto 0 auto;
    width: calc(100% - 36px);
    border: solid 3px #005ebf;
}
/* youtube */
.movie{
	position: relative;
	margin:0 auto;
	width: 100%;
	height: 0;
	padding-top: 56.25%;
}
.movie iframe{
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* 写真 */
#gallery{margin: 25px auto 10px auto;}

/* pagemenu */
#pagemenu{
    position: relative;
    margin: 50px auto;
}
#pagemenu ul{
    position: relative;
    width: calc(100% - 30px);
    margin: 0 auto;
    display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: center;
}
#pagemenu ul li{
    position: relative;
    width: auto;
    text-align: center;
}
#pagemenu ul li a img{height: 60px; width: auto;}
#pagemenu ul li p img{width: 62px; height: auto;}

/* イベント概要 */
#event{
	position: relative;
	margin: 0 auto;
    overflow: hidden;
}

/* ストーリー */
#story{
	position: relative;
	margin: -10px auto 0 auto;
    padding: 60px 0;
    opacity: 0;
}
#story.dispAnimate{opacity: 1;}
#story .bg{
    background-image: url('../img/contents/bg_story.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 100%;
    background-color: #000000;
}
#story h3::before{
    top: -45px;
    height: 82px;
    width: 72px;
    transform: translateX(calc(-50% - 92px));
    background-image: url("../img/contents/card02.png");
}
#story p{
	position: relative;
    padding: 30px 0;
    color: #000000;
    font-size: .13rem;
}
#story p span{color: #690c94; font-weight: 700;font-size: .14rem;}
#story p span.textBlue{color: #003293; font-size: .13rem;}
#story h4{
	position: relative;
	margin: 20px auto 0 auto;
	text-align: center;
	font-size: .15rem;
	font-weight: 900;
	color: #000000;
}

/* とは*/
#about{
    position: relative;
    margin: 20px auto 0 auto;
}
#about .btn{
    margin: 0;
    width: 100%;
}
.aboutWrap{
    position: relative;
    margin: 0 auto;
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}
.aboutWrap div{
    position: relative;
    margin: 0;
    width: 48% !important;
}
.aboutWrap p{
    position: relative;
	margin: 0 auto;
	display: block;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: contain;
	padding-top: 64.28%;
	width: 100%;
    height: 0;
}
.aboutWrap .btn_hunter p{background-image: url("../img/contents/btn_hunter01.png");}
.aboutWrap .btn_game p{background-image: url("../img/contents/btn_game01.png");}


/* 開催地 */
#place{
	position: relative;
	margin: 10px auto 0 auto;
    padding: 50px 0 30px 0;
    opacity: 0;
}
.tokyo #place{margin: 20px auto 0 auto;}
#place.dispAnimate{opacity: 1;}
#place .bg{
    background-image: url('../img/contents/bg_place.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 100%;
    background-color: #000000;
}
#place p{
	position: relative;
    padding: 0;
    font-size: .13rem;
}
#place a{color: #ffd800; text-decoration: underline;}

#access h3::before{
    top: -45px;
    transform: translateX(calc(-50% - 107px));
    height: 82px;
    width: 72px;
    background-image: url("../img/contents/card03.png");
}
#access .hallName{
    position: relative;
    margin:0 auto 5px auto;
    color: #ffd800;
    font-weight: 700;
    font-size: .15rem;
}
#access .address{padding-bottom: 10px;}
#access .accessBtn{
    position: relative;
    display: block;
    margin: 15px auto;
    width: 120px;
}

#day{
    position: relative;
    margin: 70px auto 0 auto;
}
.tokyo #day{margin: 100px auto 0 auto;}
#day h3::before{
    top: -45px;
    transform: translateX(calc(-50% - 82px));
    height: 82px;
    width: 72px;
    background-image: url("../img/contents/card04.png");
}
#day .schedule{font-size: .15rem; font-weight: 700;padding-bottom: 15px;}
.tokyo #day .schedule{line-height: 1.8em;}

#join{
    position: relative;
    margin: 70px auto 0 auto;
}
.tokyo #join{margin: 95px auto 0 auto;}
#join h3::before{
    top: -45px;
    transform: translateX(calc(-50% - 95px));
    height: 82px;
    width: 72px;
    background-image: url("../img/contents/card05.png");
}
.tokyo #join h3::before{transform: translateX(calc(-50% - 82px));}
#join .ttlGreen{padding: 20px 0 10px 0; text-align: center;font-size: .14rem;}
#join .timeWrap{
    position: relative;
    margin: 20px auto 0 auto;
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    border: solid 1px #0c192d;
}
#join .timeWrap .timeInner{
    position: relative;
    width: calc(50% - 1px);
    text-align: center;
}
#join .timeWrap .timeTtl{
    position: relative;
    background-color: #56b980;
    color: #000000;
    padding: 3px 0;
    margin-bottom: 2px;
    font-weight: 700;
}
#join .timeWrap .timeTxt{padding: 5px 0;}
#join .timeWrap .timeTxt.odd{background-color: #0c192d;}

/* キャラクター */
#playchara{
	position: relative;
	margin: 10px auto 0 auto;
    padding: 50px 0;
    opacity: 0;
}
#playchara.dispAnimate{opacity: 1;}
#playchara .bg{
    background-image: url('../img/contents/bg_chara.jpg');
	background-size: 100% auto;
	background-repeat: repeat-y;
    background-color: #000000;
}
#playchara::before{
    position: absolute;
    content: '';
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 120px;
    background: -webkit-linear-gradient(top, #000000, rgba(0,0,0,0));
	background: -o-linear-gradient(top, #000000, rgba(0,0,0,0));
	background: linear-gradient(to top, rgba(0,0,0,0), #000000);
    z-index: -1;
}
#playchara::after{
    position: absolute;
    content: '';
    display: block;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 120px;
    background: -webkit-linear-gradient(bottom, #000000, rgba(0,0,0,0));
	background: -o-linear-gradient(bottom, #000000, rgba(0,0,0,0));
	background: linear-gradient(to bottom, rgba(0,0,0,0), #000000);
    z-index: -1;
}
#player h3::before{
    top: -45px;
    transform: translateX(calc(-50% - 100px));
    height: 82px;
    width: 72px;
    background-image: url("../img/contents/card06.png");
}
#player img{padding-bottom: 10px;}
#player .btn_gi{
    position: relative;
    margin: 20px auto 50px auto;
    padding: 0;
    width: calc(100% - 20px);
}
.giImg01{
    position: relative;
    margin: 10px auto;
    width: calc(100% - 70px);
}
.giImg02{
    position: relative;
    margin: 10px auto 0 auto;
    width: calc(100% - 30px);
}
.gilist dt{ color: #fff600; font-weight: 700; margin-top: 15px;}
.gilist dd{ font-size: .12rem; }
.gitype{padding-top: 20px;}

.tokyo #charactor{padding-top: 20px;}
#charactor h3{padding-bottom: 10px;}
#charactor h3::before{
    top: -45px;
    transform: translateX(calc(-50% - 120px));
    height: 82px;
    width: 72px;
    background-image: url("../img/contents/card07.png");
}
.chara{
	position: relative;
	margin: 0 auto 20px auto;
	width: 100%;
}
.chara .slick-slide{margin: 0 2px !important;background-color: transparent;}
.chara .slick-slide div{
    position: relative;
    width: 282px;
    margin: 0 auto;
    height: 0;
    padding-top: 363px;
	background-size: 100% auto;
	background-repeat: no-repeat;
    background-position: 50% 50%;
}
.chara .slick-slide div.chara01{background-image: url('../img/contents/chara01.png');}
.chara .slick-slide div.chara02{background-image: url('../img/contents/chara02.png');}
.chara .slick-slide div.chara03{background-image: url('../img/contents/chara03.png');}
.chara .slick-slide div.chara04{background-image: url('../img/contents/chara04.png');}
.chara .slick-slide div.chara05{background-image: url('../img/contents/chara05.png');}
.chara .slick-slide div.chara06{background-image: url('../img/contents/chara06.png');}
.chara .slick-slide div.chara07{background-image: url('../img/contents/chara07.png');}
.chara .slick-slide div.chara08{background-image: url('../img/contents/chara08.png');}
.chara .slick-slide div.chara09{background-image: url('../img/contents/chara09.png');}

.chara .slide-arrow{
    position: absolute;
	top:0;
	display: block;
	width: 23px;
	height: 23px;
}
.chara .prev-arrow{left: 28px;}
.chara .next-arrow{right: 28px;}
.chara .slick-dots{width: calc(100% - 10px);margin: 0 auto; text-align: left;}
.chara .slick-dots li{ width: calc(25% - 4px);margin: 2px;}
.chara .slick-dotted.slick-slider{margin-bottom: 5px;}
#arrowsC{
	position: absolute;
	display: block;
	top: 30%;
	left: -20px;
	text-align: center;
	width: calc(100% + 40px);
	height: 23px;
}
#apDotsC{
	position: relative;
	bottom: -10px;
	left: 50%;
	transform: translateX(-50%);
    width: 100%;
}
#apDotsC::after{
    position: absolute;
    bottom: 10%;
    right: 27%;
    content: 'and more!';
    font-style: italic;
    font-weight: 900;
    font-size: .14rem;
}

/* プレイ形式 */
#play{
	position: relative;
	margin: 0 auto;
    padding: 50px 0;
    opacity: 0;
}
#play.dispAnimate{opacity: 1;}
#play .bg{
    background-image: url('../img/contents/bg_play.jpg');
	background-size: auto 60%;
    background-position: 20% 60%;
	background-repeat: no-repeat;
    background-color: #000000;
}
#play::before{
    position: absolute;
    content: '';
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 120px;
    background: -webkit-linear-gradient(top, #000000, rgba(0,0,0,0));
	background: -o-linear-gradient(top, #000000, rgba(0,0,0,0));
	background: linear-gradient(to top, rgba(0,0,0,0), #000000);
    z-index: -1;
}
#play::after{
    position: absolute;
    content: '';
    display: block;
    bottom: 12%;
    left: 0;
    width: 100%;
    height: 220px;
    background: -webkit-linear-gradient(bottom, #000000, rgba(0,0,0,0));
	background: -o-linear-gradient(bottom, #000000, rgba(0,0,0,0));
	background: linear-gradient(to bottom, rgba(0,0,0,0), #000000);
    z-index: -1;
}
#play h3::before{
    top: -45px;
    transform: translateX(calc(-50% - 95px));
    height: 82px;
    width: 72px;
    background-image: url("../img/contents/card08.png");
}
#play ul{
    position: relative;
    margin: 0 auto 10px auto;
    width:calc(100% - 40px);
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
}
#play ul li{
    position: relative;
    width: calc(48% - 10px);
    margin: 0 5px;
}
#play ul li:last-child{margin: -10% 5px 0 5px;}
#play .lineapp{
    position: relative;
    margin: 20px auto 0 auto;
    padding: 20px 15px;
    width: calc(100% - 70px);
    background-color: rgba(24,14,1,.87);
    box-shadow:0px 0px 6px 3px #ffd84f;
    border-radius: 5px;
}
#play .lineapp .lineImg{
    position: relative;
    width: 55%;
    margin: 0 auto 20px auto;
    transform: translateX(-2px);
}
/*#play .lineapp .line{
    position: relative;
    width: 42%;
    margin: -10px 0 0 0;
}*/
#play .lineapp span.bold{color: #cf1009;font-weight: 900;}
#play .lineapp .caution{color: #ffffff;}

/* 参加の流れ */
#howto{
	position: relative;
	margin: 0 auto;
    padding: 50px 0;
    opacity: 0;
}
#howto.dispAnimate{opacity: 1;}
#howto .bg{
    background-image: url('../img/contents/bg_howto.jpg');
	background-size: 100% auto;
	background-repeat: repeat-y;
    background-color: #000000;
}
#howto::before{
    position: absolute;
    content: '';
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 120px;
    background: -webkit-linear-gradient(top, #000000, rgba(0,0,0,0));
	background: -o-linear-gradient(top, #000000, rgba(0,0,0,0));
	background: linear-gradient(to top, rgba(0,0,0,0), #000000);
    z-index: -1;
}
#howto::after{
    position: absolute;
    content: '';
    display: block;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 120px;
    background: -webkit-linear-gradient(bottom, #000000, rgba(0,0,0,0));
	background: -o-linear-gradient(bottom, #000000, rgba(0,0,0,0));
	background: linear-gradient(to bottom, rgba(0,0,0,0), #000000);
    z-index: -1;
}
#howto h3::before{
    top: -45px;
    transform: translateX(calc(-50% - 100px));
    height: 82px;
    width: 72px;
    background-image: url("../img/contents/card09.png");
}
#howto .gameWrap{
	position: relative;
    margin: 0 auto;
    padding: 0;
    
}
#howto .swiper-container{
	position: relative;
    width: calc(100% - 60px);
    overflow: hidden;
	margin: 0 auto;
    padding: 0;
    font-size: .12rem;
}
#howto .swiper-container ul.swiper-wrapper{
    margin-left: -220%;
    transition: all 1.2s ease-out;
}
#howto .swiper-container ul.swiper-wrapper.dispIn{margin-left: 0;}
#howto h5{
    position: relative;
    margin: 10px 0;
    color: #ffd800;
    font-weight: 900;
    font-size: .15rem;
}
#howto h5 span{font-size: .18rem; display: block;}
#howto .gameWrap a img{
    position: relative;
    margin: 10px auto;
    width: 140px;
    display: block;
}
#howto .first{
    text-align: center;
    font-weight: 700;
    color: #ffd800;
    font-size: .16rem;
}
#howto .note{
    position: relative;
    margin: 0 auto;
    padding-top: 0;
    border-top: solid 1px #ffd800;
    font-size: .13rem;
    color: #ffffff;
    text-align: left;
    font-weight: 500;
    height: 0;
    opacity: 0;
    overflow: hidden;
    transition: all .3s ease-out;
}
#howto .note.dispNote{opacity: 1; height: auto;padding-top: 20px;margin: 20px auto 0 auto;}
#howto .note .noteTtl{
    position: relative;
    margin: 20px auto 5px auto;
    color: #000000;
    text-align: center;
    font-weight: 700;
    background-color: #ffd800;
    padding: 3px 0;
}

/* 謎 */
#nazo{
	position: relative;
	margin: 0 auto;
    padding: 20px 0 120px 0;
    opacity: 0;
}
#nazo.dispAnimate{opacity: 1;}
#nazo .bg{
    background-image: url('../img/contents/bg_nazo.jpg');
	background-size: 110% auto;
    background-position: 50% 100%;
	background-repeat: no-repeat;
    background-color: #30517b;
}
#nazo h3::before{
    top: -32px;
    transform: translateX(calc(-50% - 126px));
    height: 82px;
    width: 72px;
    background-image: url("../img/contents/card10.png");
}
#nazo .nazoImg{
    position: relative;
    margin: 20px auto;
    width: 100%;
    height: 0;
    padding-top: 115.16%;
    background-image: url('../img/contents/nazo.jpg');
	background-size: contain;
	background-repeat: no-repeat;
}
#nazo dl.hint{
	position: relative;
	margin: 8% auto 0 auto;
	padding: 0;
	font-size: .15rem;
	border: solid 1px #000000;
	background-color: rgba(255,255,255,.7);
    border-radius: 5px;
}
#nazo dl.hint dt{
	position: relative;
	margin: 0 auto;
	padding: 5px 0;
	font-size: .15rem;
    color: #000383;
    font-weight: 900;
    text-align: center;
}
#nazo dl.hint dt::after{
	position: absolute;
	content: '';
    top:50%;
	left: 92%;
    transform: translateY(-50%);
	width: 14px;
    height: 14px;
    background-image: url('../img/contents/arrowB.png');
	background-size: contain;
	background-repeat: no-repeat;
}
#nazo dl.hint dd{
	position: relative;
	margin: 0 auto;
    width: calc(100% - 30px);
	padding: 5px 5px 20px 5px;
	text-align: left;
	font-size: .12rem;
    color: #000000;
	display: none;
	border-top: solid 1px #9697a3;
}

.inputArea{
	position: relative;
	margin: 0 auto 10% auto;
}
.inputArea .inputTxt{
	position: relative;
	margin:  20px auto;
	padding: 0 5px;
	border: solid 1px #707070;
	background-color: #f8f8f8;
	border-radius: 5px;
	width: calc(100% - 10px);
	height: 2.3em;
	font-size: .13rem;
}
.inputArea .btn_send, .inputArea .btn_sendT{ 
	position: relative;
	display: block;
	width: 60%;
	margin: 0 auto;
	padding: 7px 0;
	text-decoration: none;
	border: none;
	border-radius: 5px;
	background-color: #000383;
	transition: all 0.16s ease-out;
	text-align: center;
	color: #ffffff;
	font-size: .13rem;
	font-weight: 700;
}
.resultImg{ 
	position: relative;
	margin: 0 auto 20px auto;
	width: 80%;
}
.resultTxt{
	position: relative;
	margin: 30px auto;
	text-align: center;
}
.snsNazoShare{
	position: relative;
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	margin: 0 auto 30px auto;
}
.snsNazoShare li{width: 40px;margin: 0 10px;}

/* チケット */
#ticket{
    position: relative;
    margin: 0 auto;
    padding: 30px 0 50px 0;
    overflow: hidden;
}
#ticket::before{
    position: absolute;
    content: '';
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 180px;
    background: -webkit-linear-gradient(top, #000000, rgba(0,0,0,0));
	background: -o-linear-gradient(top, #000000, rgba(0,0,0,0));
	background: linear-gradient(to top, rgba(0,0,0,0), #000000);
    z-index: -1;
}
#ticket::after{
    position: absolute;
    content: '';
    display: block;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 180px;
    background: -webkit-linear-gradient(bottom, #000000, rgba(0,0,0,0));
	background: -o-linear-gradient(bottom, #000000, rgba(0,0,0,0));
	background: linear-gradient(to bottom, rgba(0,0,0,0), #000000);
    z-index: -1;
}
#ticket .bg{
    background-image: url('../img/contents/bg_ticket.jpg');
    background-size: 60px auto;
	background-repeat: repeat;
	background-position: 50% 0;
    background-color: #030a26;
}
#ticket .contents-wrap{
    margin: 20px auto 0 auto;
    width: calc(100% - 50px);
    padding: 10px;
    background-color: #000000;
}

#price{
	position: relative;
	margin: 0 auto;
    padding: 20px 0 60px 0;
    opacity: 0;
}
#price.dispAnimate{opacity: 1;}
#price h3::before{
    top: -48px;
    transform: translateX(calc(-50% - 114px));
    height: 82px;
    width: 72px;
    background-image: url("../img/contents/card11.png");
}
#price p.ttlGreen{position: relative; margin: 20px auto 0 auto;}
#price p.strong{position: relative; margin: 10px auto 0 auto;color:#ffd800;}
#price span.strong{color:#ca3d3d;text-decoration: underline;}
#price span.strong.nb{text-decoration: none;}
#price ul{
    position: relative;
    margin: 10px auto;
}
#price ul li{
    position: relative;
    margin: 20px auto;
}
#price .priceBox{
	position: relative;
	margin: 0 auto 20px auto;
    padding-bottom: 10px;
    width: 100%;
    overflow: hidden;
}
#price .priceBox.tokyo{margin: 20px auto;}
#price .priceBox table{
	position: relative;
	margin: 20px auto 0 auto;
    width: 640px;
    border-collapse: collapse;
    text-align: center;
}
#price .priceBox table thead th{
	background-color: #052311;
    color: #56b980;
    font-weight: 700;
    text-align: center;
    vertical-align: middle;
    border: solid 1px #000000;
    font-size: .12rem;
    padding: 3px 0;
}
#price .priceBox table tbody tr th{
    color: #000000;
    font-weight: 700;
    text-align: center;
    vertical-align: middle;
    border: solid 1px #000000;
    font-size: .12rem;
    padding: 5px .5em;
}
#price .priceBox.tokyo table tbody tr th{white-space: nowrap;}
#price .priceBox table tbody tr.t01 th{background-color: #56b980;}
#price .priceBox table tbody tr.t02 th{background-color: #ad9f09;}
#price .priceBox table tbody tr.t03 th{background-color: #052311; color: #56b980;}
#price .priceBox table tbody tr td{
    color: #ffffff;
    text-align: center;
    vertical-align: middle;
    border: solid 1px #0c192d;
    font-size: .13rem;
    padding: 5px .5em;
}
#price .priceBox table tbody tr td.tbg{background-color: #0c192d;border: solid 1px #000000;}
#price .priceBox table tbody tr td .caution{font-size: .11rem;}
#price .btn_precaution{
    position: relative;
    margin: 20px auto;
    display: block;
    width:  calc(100% - 40px);
}
.tokyo #price .btn_precaution{margin: 30px auto 20px auto;}

#price .tokuten{
    position: relative;
    margin: 20px auto;
}
#price .tokuten h4{font-size: .15rem;font-weight: 700; text-align: center; padding-bottom: 10px;}
#price .tokuten .caution{text-align: center; padding-bottom: 20px !important;}
#price .tokuten .ttlGreen{padding-top: 15px;}
#price .tokuten .Txt{padding-top: 5px;}
#price .tokuten .Txt span{color: #ca3d3d;}
#price .btn_ging{
    position: relative;
    margin: 20px auto;
    display: block;
    width:  calc(100% - 40px);
}
#price .ticCaution{
    position: relative;
    margin: 20px auto 0 auto;
    display: block;
    width:  150px;
}
#price .ticnote{
    position: relative;
    margin: 0 auto;
    padding: 0;
    border-top: solid 1px #56b980;
    border-bottom: solid 1px #56b980;
    font-size: .12rem;
    width:  calc(100% - 40px);
    height: 0;
    opacity: 0;
    overflow: hidden;
    transition: all .3s ease-out;
}
#price .ticnote.dispNote{opacity: 1; height: auto;padding: 10px 0;margin: 20px auto 0 auto;}

#release{
	position: relative;
	margin: 0 auto;
    padding: 20px 0 60px 0;
    opacity: 0;
}
#release.dispAnimate{opacity: 1;}
#release h3::before{
    top: -48px;
    transform: translateX(calc(-50% - 80px));
    height: 82px;
    width: 72px;
    background-image: url("../img/contents/card12.png");
}
#release p{margin: 10px auto;}
#release .releaseType{
    position: relative;
    margin: 20px auto 10px auto;
    font-weight: 700;
    color: #ffd800;
    font-size: .14rem;
}
#release p.buy{
    position: relative;
    margin: 20px auto 5px auto;
    text-align: center;
}
#release a img{
    position: relative;
    margin: 0 auto 40px auto;
    display: block;
    width:  calc(100% - 30px);
}
#release .caution{padding:0 !important;}

#playguide{
	position: relative;
	margin: 0 auto;
    padding: 20px 0 0 0;
    opacity: 0;
}
#playguide.dispAnimate{opacity: 1;}
#playguide h3::before{
    top: -48px;
    transform: translateX(calc(-50% - 100px));
    height: 82px;
    width: 72px;
    background-image: url("../img/contents/card13.png");
}
#playguide ul{
    position: relative;
    margin: 20px auto;
}
#playguide ul li{
    position: relative;
    margin-bottom: 15px;
    padding: 10px 10px 20px 10px;
    color: #000000;
}
#playguide ul li.gray{opacity: .2;}
/*#playguide ul li .buy{opacity: .5;}*/
#playguide ul li h4{
    text-align: center;
    font-size: .15rem;
    font-weight: 700;
}
#playguide ul li h4 span{
    font-size: .13rem;
    font-weight: 500;
}
#playguide ul li.scrap h4, #playguide ul li.scrap .details .ttl,#playguide ul li.scrap01 h4, #playguide ul li.scrap01 .details .ttl{color: #0066ff;}
#playguide ul li.eplus h4, #playguide ul li.eplus .details .ttl{color: #ff4b7a;}
#playguide ul li.pia h4, #playguide ul li.pia .details .ttl{ color: #208fdd;}
#playguide ul li.lawson h4, #playguide ul li.lawson .details .ttl{ color: #1452b8;}
#playguide ul li.seven h4, #playguide ul li.seven .details .ttl{ color: #006a00;}
#playguide ul li.scrap, #playguide ul li.scrap01{
    background-color: #e9f2ff;
    border: solid 1px #0066ff;
}
#playguide ul li.eplus{
    background-color: #ffecf1;
    border: solid 1px #ff4b7a;
}
#playguide ul li.pia{
    background-color: #eaf6ff;
    border: solid 1px #208fdd;
}
#playguide ul li.lawson{
    background-color: #e5efff;
    border: solid 1px #1452b8;
}
#playguide ul li.seven{
    background-color: #eaffea;
    border: solid 1px #006a00;
}
#playguide ul li .playguideBtn{
    position: relative;
    margin: 10px auto;
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
}
#playguide ul li .playguideBtn div{
    position: relative;
    margin: 0;
    padding: 3px 0;
    width: 46%;
    text-align: center;
    color: #ffffff;
}
#playguide ul li .playguideBtn div a{
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    padding: 3px 0;
    display: inline-block;
    color: #ffffff;
}
#playguide ul li .playguideBtn div a:hover{text-decoration: none;color: #ffffff !important;}
#playguide ul li.scrap .playguideBtn div,#playguide ul li.scrap01 .playguideBtn div{background-color: #0066ff;}
#playguide ul li.eplus .playguideBtn div{background-color: #ff4b7a;}
#playguide ul li.pia .playguideBtn div{background-color: #208fdd;}
#playguide ul li.lawson .playguideBtn div{background-color: #1452b8;}
#playguide ul li.seven .playguideBtn div{background-color: #006a00;}
#playguide ul li .details{
    position: relative;
    padding: 0;
    height: 0;
    opacity: 0;
    overflow: hidden;
    transition: all .3s ease-out;
}
#playguide ul li .details.dispD{opacity: 1; height: auto;}
#playguide ul li .details .list{ padding: 10px  0 0 0;}
#playguide ul li .details .ttl{font-weight: 700; padding-right: 3px;}

/* グッズ・フード */
#goodsfood{
	position: relative;
	margin: 0 auto;
    padding: 20px 0 80px 0;
    opacity: 0;
    overflow: hidden;
}
#goodsfood.dispAnimate{opacity: 1;}
#goodsfood::before{
    position: absolute;
    content: '';
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 180px;
    background: -webkit-linear-gradient(top, #000000, rgba(0,0,0,0));
	background: -o-linear-gradient(top, #000000, rgba(0,0,0,0));
	background: linear-gradient(to top, rgba(0,0,0,0), #000000);
    z-index: -1;
}
#goodsfood::after{
    position: absolute;
    content: '';
    display: block;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 120px;
    background: -webkit-linear-gradient(bottom, #000000, rgba(0,0,0,0));
	background: -o-linear-gradient(bottom, #000000, rgba(0,0,0,0));
	background: linear-gradient(to bottom, rgba(0,0,0,0), #000000);
    z-index: -1;
}
#goodsfood .bg{
    background-image: url('../img/contents/bg_food.jpg');
	background-size: 100% auto;
    background-position: 50% 100%;
	background-repeat: no-repeat;
    background-color: #0b0d28;
}
#goods{
    position: relative;
    margin:  30px auto;
}
#goods h2::before{
    top: -55px;
    height: 131px;
    width: 85px;
    transform: translateX(calc(-50% - 83px));
    background-image: url("../img/contents/card14.png");
}
#goods .gfWrap, #food .gfWrap{
    position: relative;
    margin:  20px auto 0 auto;
    background-color: rgba(255,255,255,.5);
    border-radius: 10px;
    padding: 30px 0;
    width: calc(100% - 30px);
}
#goods .gfWrap.tokyo img, #food .gfWrap.tokyo img{
    position: relative;
    margin:  0 auto;
    display: block;
    width: 60%;
}
#goods ul, #food ul{
    position: relative;
    margin: 0 auto;
    width: calc(100% - 30px);
    display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
}
#goods ul li, #food ul li{
    position: relative;
    margin: 5px 0;
    padding: 10px;
    width: calc(50% - 25px);
    background-color: rgba(0,2,50,.8);
    border-radius: 5px;
}
#goods ul li p.gfNname, #food ul li p.gfNname{
    position: relative;
    margin: 5px 0;
    font-size: .14rem;
    color: #ffd800;
    font-weight: 700;
}
#goods ul li p.gfPrice, #food ul li p.gfPrice{font-size: .12rem;padding: 0 0 5px 0;}
#goods ul li p.gfPrice span, #food ul li p.gfPrice span{font-weight: 700;font-size: .14rem;}
#goods ul li p.gfTxt, #food ul li p.gfTxt{font-size: .12rem;padding: 0 0 5px 0;}
#goods ul li p.gfTxt a, #food ul li p.gfTxt a{color: #ffffff; text-decoration: underline;}
#goods ul li p.attention, #food ul li p.attention{color: #ffffff;font-size: .10rem;}
#goods ul li:nth-child(n + 5), #food ul li:nth-child(n + 5){display: none;opacity: 0;}
#goods .btn_more, #food .btn_more{
    position: relative;
    margin: 20px auto;
    width: 200px;
    padding: 5px 0;
    background-color: #010232;
    text-align: center;
    color: #ffd800;
}
#food{
    position: relative;
    margin:  50px auto 0 auto;
}
#food h2::before{
    top: -5px;
    height: 93px;
    width: 83px;
    transform: translateX(calc(-50% - 83px));
    background-image: url("../img/card01.png");
}
#food p.lead, #goods p.lead{
    position: relative;
    margin: 10px auto 20px auto;
    width: calc(100% - 30px);
    color: #000000 !important;
}
#food p.lead .attention, #goods p.lead .attention{color: #000000 !important; padding-top: 10px;display: block;}
#food .foodpre{
    position: relative;
    margin: 10px auto;
    width: calc(100% - 80px);
    display: block;
}

/* 注意事項・FAQ */
#attention{
	position: relative;
	margin: 10px auto 60px auto;
    padding: 0;
    opacity: 0;
    overflow: hidden;
}
#attention.dispAnimate{opacity: 1;}
#attention .bg{
    background-image: url('../img/contents/bg_caution.jpg');
	background-size: 100% auto;
	background-repeat: repeat-y;
    background-color: #000000;
}
#attention::before{
	position: relative;
    margin: 0 auto;
    content: '';
    height: 10px;
    width: 100%;
    display: block;
	background-image: url('../img/contents/bar01.png');
	background-size: auto 10px;
	background-repeat: repeat-x;
}
#attention::after{
	position: relative;
    margin: 0 auto;
    content: '';
    height: 10px;
    width: 100%;
    display: block;
	background-image: url('../img/contents/bar01.png');
	background-size: auto 10px;
	background-repeat: repeat-x;
}
#attention a{color: #009259 !important; text-decoration: underline;}
#attention .caution{padding: 5px 0 10px 0 !important;}

/* 注意事項 */
#precaution{
    position: relative;
    margin: 20px auto 0 auto;
}
#precaution .attWrap, #faq .attWrap{
    position: relative;
    margin: 0 auto;
    width: calc(100% - 30px);
    border-radius: 5px;
    background-color: #ffffff;
}
#precaution .btn_precaution, #faq .btn_faq{
    position: relative;
    margin:  0 auto;
    padding: 10px 0;
    text-align: center;
}
#precaution .btn_precaution img, #faq .btn_faq img{height: 45px; width: auto;}
#precaution .btn_precaution::after, #faq .btn_faq::after{
	position: absolute;
    top:50%;
    right: 15px;
    transform: translateY(-50%);
    content: '';
    height: 18px;
    width: 18px;
    display: block;
	background-image: url('../img/contents/arrowB.png');
	background-size: auto 18px;
	background-repeat: no-repeat;
    transition: all .3s ease-out;
}
#precaution .btn_precaution.dispD::after, #faq .btn_faq.dispD::after{transform: rotate(180deg);}
#precaution .precautionWrap, #faq .faqWrap{
    position: relative;
	margin: 0 auto;
    width: calc(100% - 30px);
    border-top: solid 1px #b6b6b6;
    padding: 0;
    height: 0;
    opacity: 0;
    overflow: hidden;
    transition: all .3s ease-out;
}
#precaution .precautionWrap.dispD, #faq .faqWrap.dispD{opacity: 1; height: auto;padding: 0 0 10px 0;}

#precaution .precautionWrap dl, #faq .faqWrap dl{
    position: relative;
	margin: 10px auto 0 auto;
    color: #000000;
}
#precaution .precautionWrap dl dt, #faq .faqWrap dl dt{
    position: relative;
	margin: 0 auto;
    padding: 10px 0;
    font-size: .16rem;
    color: #680b93;
    font-weight: 900;
}
#precaution .precautionWrap dl dd, #faq .faqWrap dl dd{
    position: relative;
	margin: 0 auto;
    padding: 0 0 20px 0;
}

/* よくある質問 */
#faq{
    position: relative;
    margin: 20px auto;
}
#faq .faqWrap dl dd dl dt{
    position: relative;
    padding: 0 0 5px 0;
    color: #103278;
    font-weight: 700;
    font-size: .14rem;
    line-height: 1.5em;
    padding-left: 1.6em;
}
#faq .faqWrap dl dd dl dt::before{
	position: absolute;
    content: 'Q.';
    top:0;
    left: 0;
}
#faq .faqWrap dl dd dl dd{
    position: relative;
    padding-left: 1.6em;
}
#faq .faqWrap dl dd dl dd::before{
	position: absolute;
    content: 'A.';
    top:0;
    left: 0;
}
#pageBtmmenu{
    padding-top: 5px;
    background: -webkit-linear-gradient(bottom, #000000 80%, rgba(0,0,0,0));
	background: -o-linear-gradient(bottom, #000000 80%, rgba(0,0,0,0));
	background: linear-gradient(to top, #000000 80%, rgba(0,0,0,0));
}
#pageBtmmenu ul{align-items: flex-end;background-color:transparent;}
#pageBtmmenu ul li{width: 23%;}
#pageBtmmenu ul::after{display: none;}
#pageBtmmenu ul li a, #pageBtmmenu ul li p{
    margin: 0 auto;
    width: 100%;
    padding: 0;
    border: none;
    background-color: transparent;
}
#pageBtmmenu ul li:nth-child(1), #pageBtmmenu ul li:nth-child(1) a img{height: 44px;}
#pageBtmmenu ul li:nth-child(2), #pageBtmmenu ul li:nth-child(2) a img{height: 45px;}
#pageBtmmenu ul li:nth-child(3), #pageBtmmenu ul li:nth-child(3) a img{height: 49px;}
#pageBtmmenu ul li:nth-child(4), #pageBtmmenu ul li:nth-child(4) a img{height: 50px;}

footer{padding: 80px 0 100px 0;margin: 0 auto 71px auto;}
footer h2{
    position: relative;
    margin: 0 auto 15px auto;
    text-align: center;
    font-size: .18rem;
    font-weight: 700;
}
footer h2::after{
    position: relative;
    margin: 20px auto 0 auto;
    content: '';
    display: block;
    width: 70px;
    height: 3px;
    background-color: #09589b;
}
footer p{
    font-size: .13rem;
    width: calc(100% - 40px);
    margin: auto;
    padding-top: 20px;
    line-height: 1.8em;
}
footer .strong{font-size: .15rem !important;}
footer .copyright{font-size: .11rem !important;}

.sps{ display: none; }

@media screen and (max-width: 374px) {
    .sps{ display: block; }
}
/* ----- pc ----- */
@media screen and (min-width: 641px) {
    
    body{font-size: .16em;}
    .bg{transform: scale(1.4,1);}
    .contents-wrap{width: 960px;}

    h3{padding-bottom: 45px;}
    h3 img{height: 50px;}
    h3::before{top: -53px;}

    .noteWrap{
        margin: 80px auto;
        width: 400px;
        padding: 25px;
    }
    .noteWrap .arrow img{
        width: 25px;
        height: 25px;
    }
    .caution{font-size: .13rem !important;}

    /* ヘッダー */
    header #keyvisual{
        background-image: url("../img/contents/main_osaka_pc.jpg");
        padding-top: 41.66%;
    }
    header #keyvisual.tokyo{background-image: url("../img/contents/main_tokyo_pc.jpg");}

    /* ニュース */
	#news .attWrap{
		margin: 0 auto 80px auto;
		width:660px;
		padding:30px;
		text-align: center;
	}
    #news .bg{background-size: auto auto;}
    #news .kikanTtl{
        margin: 40px auto 5px auto;
        font-size: .28rem;
    }
    #news .kikanTxt{
        margin: 10px auto 40px auto;
        font-size: .16rem;
    }
    .tokyo #news .kikanTxt{margin: 25px auto 45px auto;}

    #news .kikanTxt span{
        padding: 10px 0;
        font-size: .13rem;
    }
    .tokyo #news .kikanTxt a{padding: 25px 0;font-size: .13rem;}

    #news .twi_wiget{
        width: 600px;
        height: 380px;
        border: solid 4px #005ebf;
    }

    #cm .BnrSpecial{
        width: 870px;
        margin: 0 auto 67px auto;
        justify-content: center;
    }
    #cm .BnrSpecial li{width: 270px;margin: 0 10px;}
    
    /* CM */
    #cm{margin: 40px auto; width: 870px;}
    #cm .movieWrap, #story .movieWrap{ width: 760px;}
    #cm h2::before{
        top: -50px;
        height: 95px;
        width: 58px;
        transform: translateX(calc(-50% - 68px));
    }

    /* 写真 */
    #gallery{margin: 40px auto 84px auto;}

    /* pagemenu */
    #pagemenu{margin: 50px auto 100px auto;}
    #pagemenu ul{width: 660px;}
    #pagemenu ul li a img{height: 100px; }
    #pagemenu ul li p img{width: 70px;}


    /* ストーリー */
    #story{
        margin: 0 auto;
        padding: 180px 0 150px 0;
    }
    #story .bg{
        background-position: 50% 0;
    }
    #story h3::before{
        top: -65px;
        height: 116px;
        width: 100px;
        transform: translateX(calc(-50% - 130px));
    }
    #story p{
        font-size: .16rem;
        line-height: 1.8em;
    }
    #story p span{font-size: .18rem;}
    #story p span.textBlue{font-size: .18rem;}
	#story h4{
		
	}

    /* とは*/
    #about{margin: 50px auto 0 auto;}
    .aboutWrap{width: 830px;}
    .aboutWrap div{width: 380px;}
    .aboutWrap p{padding-top: 83px;}
    .aboutWrap .btn_hunter p{background-image: url("../img/contents/btn_hunter.png");}
    .aboutWrap .btn_game p{background-image: url("../img/contents/btn_game.png");}


    /* 開催地 */
    #place{
        margin: 60px auto 0 auto;
        padding: 80px 0 30px 0;
    }
    .tokyo #place{margin: 60px auto 0 auto;}
    #place .bg{
	    background-size: 100% auto;
        background-position: 50% 0;
    }
    #place::after{
        position: absolute;
        content: '';
        display: block;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 120px;
        background: -webkit-linear-gradient(bottom, #000000, rgba(0,0,0,0));
        background: -o-linear-gradient(bottom, #000000, rgba(0,0,0,0));
        background: linear-gradient(to bottom, rgba(0,0,0,0), #000000);
        z-index: -1;
    }
    #place p{font-size: .16rem;}

    #access{width: 500px; margin: auto;}
    #access h3::before{
        top: -65px;
        transform: translateX(calc(-50% - 157px));
        height: 116px;
        width: 100px;
    }
    #access .hallName{font-size: .24rem;padding-bottom: 20px;}
    #access .accessBtn{
        margin: 40px auto;
        width: 180px;
    }

    #day{
        width: 500px;
        margin: 150px auto 0 auto;
    }
    .tokyo #day{margin: 150px auto 0 auto;}
    #day.tokyo{width: 520px;}
    #day h3::before{
        top: -65px;
        transform: translateX(calc(-50% - 110px));
        height: 116px;
        width: 100px;
    }
    #day .schedule{font-size: .18rem;}

    #join{
        width: 500px;
        margin: 150px auto 0 auto;
    }
    .tokyo #join{margin: 150px auto 0 auto;}
    #join h3::before{
        top: -65px;
        transform: translateX(calc(-50% - 140px));
        height: 116px;
        width: 100px;
    }
    .tokyo #join h3::before{transform: translateX(calc(-50% - 110px));}
    #join .ttlGreen{padding: 40px 0 10px 0; font-size: .16rem;}

    /* キャラクター */
    #playchara{
        margin: 60px auto 0 auto;
        padding: 60px 0;
    }
    #player h3::before{
        top: -65px;
        transform: translateX(calc(-50% - 140px));
        height: 116px;
        width: 100px;
    }
    #player img{display: block;margin: auto; width: 480px; padding-bottom: 20px;}
    #player .contents-wrap{width: 640px;}
    #player .btn_gi{width: 380px; margin: 50px auto 180px auto;}
    .giImg01{width: 500px;}
    .giImg02{width: 540px;}
    .gilist dd{ font-size: .14rem; }

    .tokyo #charactor{padding-top: 0;}
    #charactor h3{padding-bottom: 20px;}
    #charactor h3::before{
        top: -65px;
        transform: translateX(calc(-50% - 170px));
        height: 116px;
        width: 100px;
    }
    .chara{
        margin: 0 auto 20px auto;
        width: 600px;
    }
    .chara .slick-slide div{
        width: 440px;
        padding-top: 463px;
    }
    .chara .slick-slide div.chara01{background-image: url('../img/contents/chara01_pc.png');width: 436px;}
    .chara .slick-slide div.chara02{background-image: url('../img/contents/chara02_pc.png');width: 436px;}
    .chara .slick-slide div.chara03{background-image: url('../img/contents/chara03_pc.png');}
    .chara .slick-slide div.chara04{background-image: url('../img/contents/chara04_pc.png');}
    .chara .slick-slide div.chara05{background-image: url('../img/contents/chara05_pc.png');}
    .chara .slick-slide div.chara06{background-image: url('../img/contents/chara06_pc.png');}
    .chara .slick-slide div.chara07{background-image: url('../img/contents/chara07_pc.png');}
    .chara .slick-slide div.chara08{background-image: url('../img/contents/chara08_pc.png');width: 439px;}
    .chara .slick-slide div.chara09{background-image: url('../img/contents/chara09_pc.png');width: 466px;}


    .chara .slide-arrow{
        width: 30px;
        height: 30px;
    }
    .chara .slick-dots{width: 800px;}
    .chara .slick-dots li{ width: 100px;}
    #arrowsC{height: 30px;}
    #apDotsC{
        bottom: -20px;
        padding-right: 100px;
    }
    #apDotsC::after{
        bottom: 20px;
        right: 350px;
        font-size: .16rem;
    }

    /* プレイ形式 */
    #play{
        padding: 120px 0;
    }
    #play .bg{
        background-size: 100% auto;
        background-position: 20% 60%;
    }
    #play::after{bottom: 0;}
    #play h3::before{
        top: -65px;
        transform: translateX(calc(-50% - 135px));
        height: 116px;
        width: 100px;
    }   
    #play ul{width:960px;margin-bottom: 30px;}
    #play ul li{
        width: 170px;
        margin: 0 15px;
    }
    #play ul li:last-child{margin: 0 15px;}
    #play p.contents-wrap{font-size: .14rem;text-align: center;}
    #play .lineapp{
        margin: 60px auto 0 auto;
        padding: 40px 35px;
        width: 680px;
        display:-webkit-box;
        display:-webkit-flex;
        display:-ms-flexbox;
        display:flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        justify-content: space-around;
        align-items: center;
    }
    #play .lineapp .lineImg{
        width: 35%;
        margin: 0;
        text-align: left;
    }
    #play .lineapp .lineImg img{width: 205px;}
    #play .lineapp .lineTxt{
        position: relative;
        width: 65%;
        margin: 0;
    }
    /*#play .lineapp .line{
        margin: 0 0 0 -90px;
        width: 150px;
    }*/

    /* 参加の流れ */
    #howto{padding: 80px 0;}
    #howto h3::before{
        top: -65px;
        transform: translateX(calc(-50% - 140px));
        height: 116px;
         width: 100px;
    }
    #howto .gameWrap{width: 960px;}
    #howto .swiper-container{font-size: .14rem;}
    #howto .swiper-container ul.swiper-wrapper{margin-left: 0;}
    #howto .swiper-container ul.swiper-wrapper li{width: 180px !important;margin: 0 20px;}
    #howto h5{font-size: .18rem;}
    #howto h5 span{font-size: .22rem;}
    #howto .gameWrap a img{
        margin: 20px auto;
        width: 120px;
    }
    .swiper-button-next, .swiper-button-prev{display: none;}

    /* 謎 */
    #nazo .bg{
        background-size: 100% auto;
        background-position: 50% 100%;
    }
    #nazo h3{margin: 40px auto 0 auto;}
    #nazo h3::before{
        top: -65px;
        transform: translateX(calc(-50% - 190px));
        height: 116px;
        width: 100px;
    }
    #nazo .nazoImg{
        margin: 20px auto;
        width: 600px;
        height: 0;
        padding-top: 374px;
        background-image: url('../img/contents/nazo_pc.jpg');
    }
    #nazo dl.hint{
        margin: 30px auto 0 auto;
        font-size: .15rem;
        width: 600px;
    }
    #nazo dl.hint dt{
        padding: 8px 0;
        font-size: .18rem;
    }
    #nazo dl.hint dd{
        width: calc(100% - 50px);
        padding: 10px 10px 20px 10px;
        font-size: .15rem;
    }

    .inputArea{margin: 0 auto 20px auto;width: 600px;}
    .inputArea .inputTxt{
        width: 590px;
        font-size: .15rem;
        padding: 5px;
        margin: 20px auto !important;
    }
    .inputArea .btn_send, .inputArea .btn_sendT{ 
        width: 240px;
        padding: 10px 0;
        font-size: .14rem;
    }
    .resultImg{ width: 320px;}
    .snsNazoShare li{width: 60px;margin: 0 10px;}

    /* チケット */
    #ticket{padding: 80px 0 120px 0;}
    #ticket .contents-wrap{
        width: 880px;
        padding: 40px;
    }

    #price h3::before{
        top: -65px;
        transform: translateX(calc(-50% - 164px));
        height: 116px;
        width: 100px;
    }
    #price p.ttlGreen{margin: 50px auto 0 auto;}
    #price p.strong{margin: 20px auto 0 auto;}
    #price .priceBox{margin: 20px auto;}
    #price .priceBox table{width: 840px;}
    #price .priceBox table thead th{
        font-size: .14rem;
        padding: 5px 0;
    }
    #price .priceBox table tbody tr th{
        font-size: .14rem;
        padding: 5px 1em;
    }
    #price .priceBox table tbody tr td{font-size: .15rem;}
    #price .priceBox table tbody tr td .caution{font-size: .12rem;}
    #price .btn_precaution{
        margin: 40px auto;
        width:  280px;
    }
    .tokyo #price .btn_precaution{margin: 40px auto;}

    #price .tokuten{width: 680px;}
    #price .tokuten h4{font-size: .18rem;}
    #price .tokutenImage{width: 400px;display: block;margin: auto;}
    #price .btn_ging{
        margin: 40px auto;
        width: 280px;
    }
    #price .ticCaution{
        margin: 50px auto 0 auto;
        width: 200px;
    }
    #price .ticnote{
        font-size: .14rem;
        width:  500px;
    }

    #release{padding: 80px 0 60px 0;text-align: center;}
    #release h3::before{
        top: -65px;
        transform: translateX(calc(-50% - 110px));
        height: 116px;
        width: 100px;
    }
    #release .releaseType{font-size: .20rem;}
    #release p.buy{margin: 20px auto 5px auto;font-size: .14rem;}
    #release a img{
        margin: 0 auto 60px auto;
        width:  420px;
    }

    #playguide{padding: 80px 0 0 0;}
    #playguide h3::before{
        top: -65px;
        transform: translateX(calc(-50% - 133px));
        height: 116px;
        width: 100px;
    }
    #playguide ul li h4{
        text-align: left;
        font-size: .22rem;
        display: inline-block;
        width: 490px;
    }
	#playguide ul li h4 span{font-size: .18rem;}
    #playguide ul li .playguideBtn{
        position: absolute;
        top:0;
        right: 10px;
        width: 350px;
    }
    #playguide ul li .details.dispD{opacity: 1; height: auto; padding: 30px;}
    #playguide ul li .details .list{ padding: 30px  0 0 0;}

    /* グッズ・フード */
    #goodsfood{padding: 80px 0 150px 0;}
    #goodsfood.bg{background-size: 100% auto;}
    
    #goods{margin:  60px auto;}
    #goods h2::before{
        top: -70px;
        height: 184px;
        width: 120px;
        transform: translateX(calc(-50% - 120px));
    }
    #goods .gfWrap, #food .gfWrap{
        padding: 60px 0;
        width: 960px;
    }
    #goods .gfWrap.tokyo img, #food .gfWrap.tokyo img{width: 300px;}
    #goods ul, #food ul{width: 800px;}
    #goods ul li, #food ul li{
        margin: 10px 0;
        padding: 20px;
        width: 350px;
    }
    #goods ul li p.gfNname, #food ul li p.gfNname{
        margin: 15px 0 5px 0;
        font-size: .16rem;
    }
    #goods ul li p.gfPrice, #food ul li p.gfPrice{font-size: .14rem;}
    #goods ul li p.gfPrice span, #food ul li p.gfPrice span{font-size: .16rem;}
    #goods ul li p.gfTxt, #food ul li p.gfTxt{font-size: .14rem;}
    #goods ul li p.attention, #food ul li p.attention{font-size: .12rem; padding-top: 5px;}
    

    #food{margin:  80px auto 0 auto;}
    #food h2::before{
        top: 15px;
        height: 125px;
        width: 110px;
        transform: translateX(calc(-50% - 115px));
    }
    #food p.lead, #goods p.lead{
        margin: 20px auto;
        width: 800px;
        text-align: center;
    }#food .foodpre{
        margin: 20px auto;
        width: 460px;
    }

    /* 注意事項・FAQ */
    #attention{
        position: relative;
        margin: 10px auto 60px auto;
        padding: 0;
        opacity: 0;
    }

    #attention::before{
        height: 18px;
        background-size: auto 18px;
    }
    #attention::after{
        height: 18px;
        background-size: auto 18px;
    }

    /* 注意事項 */
    #precaution{margin: 40px auto 0 auto;}
    #precaution .attWrap, #faq .attWrap{width: 960px;}
    #precaution .btn_precaution, #faq .btn_faq{padding: 20px 0;}
    #precaution .btn_precaution img, #faq .btn_faq img{height: 59px;}
    #precaution .btn_precaution::after, #faq .btn_faq::after{
        right: 35px;
        height: 22px;
        width: 22px;
        display: block;
        background-size: auto 22px;
    }
    #precaution .precautionWrap, #faq .faqWrap{width: 900px;}

    #precaution .precautionWrap dl, #faq .faqWrap dl{margin: 20px auto 0 auto;}
    #precaution .precautionWrap dl dt, #faq .faqWrap dl dt{
        padding: 15px 0;
        font-size: .18rem;
    }
    #precaution .precautionWrap dl dd, #faq .faqWrap dl dd{padding: 0 0 30px 0;}

    /* よくある質問 */
    #faq{margin: 30px auto 50px auto;}
    #faq .faqWrap dl dd dl dt{font-size: .16rem;}

    #pageBtmmenu{height: 112px;bottom: -112px;}
    #pageBtmmenu ul{justify-content: center;}
    #pageBtmmenu ul li{width: 100px;height: 112px; margin: 15px 30px 0 30px;}
    #pageBtmmenu ul li:nth-child(1), #pageBtmmenu ul li:nth-child(1) a img{height: 70px;}
    #pageBtmmenu ul li:nth-child(2), #pageBtmmenu ul li:nth-child(2) a img{height: 70px;}
    #pageBtmmenu ul li:nth-child(3), #pageBtmmenu ul li:nth-child(3) a img{height: 79px;}
    #pageBtmmenu ul li:nth-child(4), #pageBtmmenu ul li:nth-child(4) a img{height: 80px;}

    footer{padding: 100px 0 120px 0; margin: 0 auto 120px auto;}
    footer h2{font-size: .24rem;}
    footer h2::after{margin: 50px auto 0 auto;}
    footer p{
        font-size: .16rem;
        padding-top: 40px;
    }
    footer .strong{font-size: .24rem !important;}
    footer .copyright{font-size: .14rem !important;}


}