@charset "utf-8";

/* 背景 */
.red{
    background: -webkit-linear-gradient(top, #680000, rgba(0,0,0,0));
	background: -o-linear-gradient(top, #680000, rgba(0,0,0,0));
	background: linear-gradient(to top, rgba(0,0,0,0), #680000); 
    color: #ffffff;
}
.redTop::after{
    position: absolute;
    top:-50px;
    left: 0;
    content: '';
    display: block;
    width: 100%;
    height: 50px;
    background-image: url('../img/redBg.svg');
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: 50% 0;
}
.blue{
    background: -webkit-linear-gradient(top, #cdeafe, #88bae1);
	background: -o-linear-gradient(top, #cdeafe, #88bae1);
	background: linear-gradient(to bottom, #cdeafe, #88bae1);
}
.blueTop::before{
    position: absolute;
    top:-50px;
    left: 0;
    content: '';
    display: block;
    width: 100%;
    height: 50px;
    background-image: url('../img/blueBg.svg');
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: 50% 0;
}
.blueTop1::before{
    position: absolute;
    top:-50px;
    left: 0;
    content: '';
    display: block;
    width: 100%;
    height: 50px;
    background-image: url('../img/BlueBg03.svg');
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: 50% 0;
}
.blueBtm::after{
    position: absolute;
    bottom:-50px;
    left: 0;
    content: '';
    display: block;
    width: 100%;
    height: 50px;
    background-image: url('../img/blueBg02.svg');
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: 50% 0;
    z-index: 5;
}
.blueBtm1::after{
    position: absolute;
    bottom:-50px;
    left: 0;
    content: '';
    display: block;
    width: 100%;
    height: 50px;
    background-image: url('../img/blueBg04.svg');
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: 50% 0;
}
.blueBtm2::after{
    position: absolute;
    bottom:-50px;
    left: 0;
    content: '';
    display: block;
    width: 100%;
    height: 50px;
    background-image: url('../img/blueBg05.svg');
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: 50% 0;
    z-index: 6;
}
.black{background-color: #000000; color: #ffd200;}
.blackTop::before{
    position: absolute;
    top:-50px;
    left: 0;
    content: '';
    display: block;
    width: 100%;
    height: 50px;
    background-image: url('../img/blackBg.svg');
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: 50% 0;
}

/* ヘッダー */
header{
	position: relative;
	margin: 0 auto ;
	display: block;
	width: 100%;
}
header #keyvisual{
	position: relative;
	margin: 0 auto;
	display: block;
	background-image: url("../img/main_sp.jpg");
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: contain;
	padding-top: 141.5625%;
	width: 100%;
    height: 0;
}

/* キャッチコピー */
#catch{
	position: relative;
	margin: 0 auto;
	padding: 50px 0 70px 0;
    overflow: hidden;
}

/* ニュース */
#news{
	padding: 0;
}
#news::before{
    position: absolute;
    top:-50px;
    left: 0;
    content: '';
    display: block;
    width: 100%;
    height: 50px;
    background-image: url('../img/blueBg01.svg');
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: 50% 0;
}
#news .newsBox{
    position: relative;
    padding: 5px 0 7px 0;
    margin: 0 auto 15px auto;
}
#news .newsBox ul{
	position: relative;
	margin: 0 auto;
	width: 100%;
	text-align: left;
    height: 220px;
    overflow: hidden;
}
#news .newsBox ul li{
	position: relative;
	margin: 12px auto;
	padding-bottom: 10px;
    padding-right: 10px;
	border-bottom: solid 1px #4f78ab;
	color: #000000;
	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;
	transition: all .3s ease-out;
}
#news .newsBox ul li p.date{width: 100%; color: #900505;font-weight: 700;}
#news .newsBox ul li a{text-decoration: none; color: #000000;}

#news .banner{
    position: relative;
    margin: 30px auto 0 auto;
    padding-bottom: 10px;
    width: calc(100% - 20px);
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-between;
}
#news .banner div{
    position: relative;
    width: calc(50% - 5px);
    margin: 0 0 10px 0 !important;
}
#news .cmMovie{
    position: relative;
    margin: 20px auto;
    width: calc(100% - 20px);
    padding-bottom: 30px;
}
#news .goto{
	position: relative;
	margin: 40px auto 20px auto;
	width: calc(100% - 60px);
	text-align: center;
}
#news .goto p, #news .goto img{padding-bottom: 10px;}
#news .goto .button{
	position: relative;
	display: block;
	padding: 3px 0;
	background-color: #a80606; 
	border-radius: 10px; 
	color: #ffffff !important;
	text-align: center;
}


/* 写真 */
#gallery{
	position: relative;
	margin: 0 auto;
    overflow:hidden; 
    z-index: 1;
}
.photo{
	position: relative;
	margin: 0 auto 20px auto;
	width: 100%;
}
.photo .slick-slide{margin: 0 2px !important; background-color: transparent;}

/* ゲームの特徴 */
#game{
	position: relative;
	margin: 0 auto;
    padding: 10px 0 50px 0;
    
}
#game ul{
	position: relative;
	margin: 25px auto 0 auto;
}
#game ul li{
	position: relative;
    margin-bottom: 25px;
}
#game ul li h3{
    font-size: .18rem;
    color: #41d4d6;
    font-weight: 700;
    padding-bottom: 10px;
    margin: 0 auto;
    text-align: left;
}

/* 開催に寄せて */
#comment{
	position: relative;
	margin: 0 auto;
    padding: 0 0 60px 0;
    background-color: #080b3b;
    color: #ffffff;
}
#comment .comD{
    position: relative;
    margin: 25px auto 0 auto;
}
#comment .comS{
    position: relative;
    margin: 0 auto;
    overflow: hidden;
    opacity: 0;
    height: 0;
    transition: all .3s ease-out;
}
#comment .comS.dispCom{opacity: 1;height: auto;}
#comment .btn_com{
    position: relative;
    margin: 20px auto;
    text-align: center;
    background-color: #ffd200;
    padding: 3px 0;
    width: 70%;
    color: #080b3b;
}
#comment .btn_com.readC.ndispBtn{opacity: 0;height: 0;margin: 0;}
#comment .btn_com2{
    position: relative;
    margin: 20px auto;
    width: 99%;
}

/* STORY */
#story{
	position: relative;
	margin: 0 auto;
    padding: 10px 0 80px 0;
}
#story::before{
    position: absolute;
    bottom:0;
    left: 0;
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-image: url('../img/wolf.svg'), url('../img/redMoon.svg');
	background-size: auto 60%, auto 70%;
	background-repeat: no-repeat, no-repeat;
	background-position: calc(50% + 100px) calc(100% + 50px), 50% calc(100% + 30px);
}
#story p{
    position: relative;
    margin: 25px auto 0 auto;
}
#story p span{
    color: #ffd200;
    font-size: .18rem;
    font-weight: 900;
}

/* chara */
#chara{
	position: relative;
	margin: 0 auto;
    padding: 0;
    background-color: #080b3b;
}
#chara h2{transform: translateY(-20px);}
#chara ul{
	position: relative;
	margin: 0 auto;
    width: calc(100% - 10px);
    display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: center;
    z-index: 2;
}
#chara ul li{
	position: relative;
    margin: 0 1px 4px 1px;
    width: calc(20% - 2px);
}
#chara ul li:last-child{margin: 20px 0 0 0;width: 60%;}

/* 遊び方 */
#howto{
	position: relative;
	margin: -30px auto 0 auto;
    padding: 40px 0 25px 0;
}
#howto ul{
	position: relative;
	margin: 25px auto 0 auto;
}
#howto ul li{
	position: relative;
    margin-bottom: 20px;
}
#howto ul li .howtoBox{
    position: relative;
    margin-bottom: 10px;
    display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
#howto ul li .howtoImg{
    position: relative;
    width: 80px;
}
#howto ul li:nth-child(1) .howtoImg img{width: 60px; padding-left: 4px;}
#howto ul li:nth-child(2) .howtoImg img{width: 72px; padding-left: 2px;}
#howto ul li:nth-child(3) .howtoImg img{width: 44px; padding-left: 16px;}
#howto ul li:nth-child(4) .howtoImg img{width: 68px; padding-left: 3px;}
#howto ul li:nth-child(5) .howtoImg img{width: 40px; padding-left: 18px;}
#howto ul li:nth-child(6) .howtoImg img{width: 71px;}
#howto ul li .howtoTtl{
    position: relative;
    width: calc(100% - 90px);
    font-size: .16rem;
    color: #680000;
    font-weight: 700;
}
#howto .caution{color: #a80606;} 

/* イベント情報 */
#event{
    position: relative;
    margin: 0 auto;
    padding: 80px 0;
}
#event::before{
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    display: block;
    background-image: url('../img/woods1.png');
	background-size: auto 500px;
	background-repeat: repeat-x;
	background-position: 50% 100%;
}
#event ul{
    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;
}
#event ul li{
    position: relative;
    width: 29%;
    text-align: center;
}
#event p{padding-top: 5px;}
#event p .price{
    font-size: .17rem;
    font-weight: 900;
}
#event p.preprice{
    font-size: .12rem;
	padding-top: 0;
	padding-bottom: 5px;
}
#event .btn_tic{
    position: relative;
    margin: 0 auto 10px auto;
    background-color: #080b3b;
    border-radius: 5px;
    color: #ffffff;
    text-align: center;
    width: 100%;
    display: block;
    padding: 7px 0;
    font-size: .16rem;
    font-weight: 900;
}
#event .btn_tic::after{
    position: absolute;
    top:50%;
    right: 15px;
    transform: translateY(-50%);
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    background-image: url('../img/arrow.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 50% 0;
}
#event .movietest{padding-bottom: 20px;}
#event .movietest a{color: #ffd200;font-weight: 900;}

/* 応援コメント */
#com{
    position: relative;
    margin: 0 auto;
    padding: 20px 0 50px 0;
}
#com ul{
    position: relative;
    margin: 30px auto 0 auto;
}
#com ul li{
    position: relative;
    margin: 0 auto 40px auto;
}
#com ul li p.comName{
    position: relative;
    margin: 10px auto 0 auto;
    text-align: right;
    font-style: italic;
    color: #ffd200;
}
#com ul li span.comName{
    margin: 0 auto;
    font-style: italic;
    color: #ffd200;
}
#com ul li p.comName span{position: relative;}
#com ul li p.comName span::before{
    position: absolute;
    top: 9px;
    left: -60px;
    width: 50px;
    height: 1px;
    background-color: #ffd200;
    content: '';
    display: block;
}
#com ul li p.comName span span{
    position: relative;
    display:inline;
    font-size: .11rem;
}
#com ul li p.comName span span::before{display: none;}

/* グッズ */
#goods{
	position: relative;
	margin: 0 auto;
    padding: 0 0 30px 0;
    background-color: #080b3b;
    color: #ffffff;
}
#goods ul{
    position: relative;
    margin:30px auto;
    width: calc(100% - 40px);
}
#goods ul li img{
    position: relative;
    display: block;
    margin: 0 auto;
    width: calc(100% - 100px);
}
#goods .goodstxt p{padding: 0 5px;}
#goods .goodstxt p.goodsttl{
    position: relative;
    margin: 20px auto;
    font-size: .20rem;
    color: #ffd200;
    font-weight: 900;
    border-bottom: solid 1px #ffd200;
    padding: 0 5px 5px 5px;
}
#goods .goodstxt a{padding: 20px 5px 0 5px;color: #ffd200;display: block;}


/* FAQ */
#faq{
    position: relative;
    margin: 0 auto;
    padding: 0 0 120px 0;
}
#faq .precaution dt{
    font-size: .17rem;
    color: #a80606;
    font-weight: 900;
    padding-top: 35px;
}
#faq .precaution dt:first-child{padding-top: 0;}
#faq .precaution dd p{padding-top: 20px;}

#faq .faq dt{
	position: relative;
	margin: 15px auto 0 auto;
    font-weight: 700;
    padding-left: 1.6em;
}
#faq .faq dt::before{
	position: absolute;
    content: 'Q.';
    top:0;
    left: 0;
}
#faq .faq dd{
	position: relative;
	margin: 5px auto 20px auto;
    padding-left: 1.6em;
}
#faq .faq dd::before{
	position: absolute;
    content: 'A.';
    top:0;
    left: 0;
}

#faq .limit{
    position: relative;
    margin: 0 auto;
    border-top: solid 1px #00011f;
    border-left: solid 1px #00011f;
    border-right: solid 1px #00011f;
    display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: space-between;
}
#faq .limit dt{
    width: calc(35% - 21px);
    padding: 15px 10px;
    text-align: center;
    background-color: #cdeaff;
    border-bottom: solid 1px #00011f;
    border-right: solid 1px #00011f;
}
#faq .limit dd{
    width: calc(65% - 20px);
    padding: 15px 10px;
    border-bottom: solid 1px #00011f;
}
#faq .limit dd .caution{color: #a80606;padding-top: 10px;} 

#faq a:link, #faq a:visited{text-decoration: underline;}
#faq a:hover{text-decoration: none;}

#about{
    position: relative;
    padding: 80px 0;
}
#about p{
    position: relative;
    margin: 40px auto 0 auto;
    text-align: center;
    font-weight: 700;
    font-size: .13rem;
}

/* Movieページ */
.movieMenu .btn_menu{opacity: 1;}
#testMovie{
    position: relative;
    padding: 65px 0 75px 0;
}

#testCaution{
    position: relative;
    padding: 0 0 80px 0;
}
#testCaution h2{
    position: relative;
    margin: 0 auto;
    text-align: center;
    font-size: .24rem;
    font-weight: 900;
    padding-bottom: 30px;
}
#testCaution p{padding-bottom: 10px;}
#testCaution p.lead{    
    position: relative;
    margin: 0 auto;
    font-size: .15rem;
    font-weight: 900;
    padding-bottom: 20px;
}

/* ----- pc ----- */
@media screen and (min-width: 641px) {

    /* 背景 */
    .redTop::after{
        top:-80px;
        height: 80px;
    }
    .blueTop::before{
        top:-80px;
        height: 80px;
    }
    .blueTop1::before{
        top:-80px;
        height: 80px;
    }
    .blueBtm::after{
        bottom:-100px;
        height: 100px;
    }
    .blueBtm1::after{
        bottom:-80px;
        height: 80px;
    }
    .blackTop::before{
        top:-80px;
        height: 80px;
    }

    /* ヘッダー */
    header #keyvisual{
        background-image: url("../img/main.jpg");
        padding-top: 52.5%;
    }

    /* キャッチコピー */
    #catch{
        padding: 65px 0 100px 0;
        text-align: center;
    }
    #catch img{width: 485px;}

    /* ニュース */
    #news{
        padding: 0 0 20px 0;
    }
    #news::before{
        top:-100px;
        height: 100px;
    }
    #news .newsBox ul{
        margin: 50px auto 0 auto;
        width: 800px;
        height: 150px;
    }
    #news .newsBox ul li p.date{padding-left: 10px; width: 100px;}
    #news .newsBox ul li .newsTxt{width: 680px;}
    #news .banner{
        margin: 40px auto 0 auto;
        width: 880px;
    }
    #news .banner div{margin: 0; width: 290px;}
    #news .banner::after{
      content:"";
      display: block;
      width:290px;
    }
    #news .cmMovie{
        margin: 30px auto;
        width: 720px;
        padding-bottom: 20px;
    }
	#news .goto{
		margin: 50px auto 30px auto;
		width: 420px;
	}
	#news .goto p, #news .goto img{padding-bottom: 20px;}
	#news .goto p{text-align: center;}
	#news .goto .button{padding: 6px 0;}

    /* 写真 */
    .photo{
        margin: 40px auto;
        width: 800px;
    }

    /* ゲームの特徴 */
    #game{padding: 30px 0 150px 0;}
    #game ul{
        margin: 50px auto 0 auto;
        display:-webkit-box;
        display:-webkit-flex;
        display:-ms-flexbox;
        display:flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        align-items: stretch;
        justify-content: space-between;
    }
    #game ul li{
        margin-bottom: 0;
        width: 300px
    }
    #game ul li h3{
        font-weight: 900;
        padding-bottom: 10px;
    }

    /* 開催に寄せて */
    #comment{padding: 30px 0 90px 0;}
    #comment .comD{margin: 50px auto 0 auto;line-height: 2.4em;}
    #comment .btn_com{
        margin: 30px auto;
        padding: 5px 0;
        width: 180px;
    }
    #comment .btn_com2{
        margin: 30px auto 0 auto;
        width: 420px;
    }
    
    /* STORY */
    #story{padding: 90px 0 180px 0;}
    #story::before{
        background-size: auto 600px, auto 750px;
        background-position: calc(50% + 360px) calc(100% + 90px), 50% 100%;
    }
    #story p{margin: 50px auto 0 auto; text-align: center;line-height: 2.2em;}
    #story p span{font-size: .20rem;}

    /* chara */
    #chara h2{transform: translateY(-40px);}
    #chara ul{width: 960px;}
    #chara ul li{
        margin: 0 1px 0 1px;
        width: 90px;
    }
    #chara ul li:last-child{margin: 40px 0 0 0;width:250px;}

    /* 遊び方 */
    #howto{
        margin: -40px auto 0 auto;
        padding: 60px 0 50px 0;
    }
    #howto ul{
        margin: 100px auto 0 auto;
        display:-webkit-box;
        display:-webkit-flex;
        display:-ms-flexbox;
        display:flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        align-items: stretch;
        justify-content: space-between;
    }
    #howto ul li{
        width: 440px;
        margin-bottom: 50px;
    }
    #howto ul li .howtoBox{margin-bottom: 30px;}
    #howto ul li .howtoImg{width: 105px;}
    #howto ul li:nth-child(1) .howtoImg img{width: 72px; padding-left: 0;}
    #howto ul li:nth-child(2) .howtoImg img{width: 87px; padding-left: 0;}
    #howto ul li:nth-child(3) .howtoImg img{width: 50px; padding-left: 18px;}
    #howto ul li:nth-child(4) .howtoImg img{width: 83px; padding-left: 0;}
    #howto ul li:nth-child(5) .howtoImg img{width: 48px; padding-left: 18px;}
    #howto ul li:nth-child(6) .howtoImg img{width: 87px;}
    #howto ul li .howtoTtl{
        width: calc(100% - 105px);
        font-size: .18rem;
    }

    /* イベント情報 */
    #event{padding: 150px 0 120px 0;text-align: center;}
    #event .sdate{font-size: .18rem;}
    #event ul{width: 510px;}
    #event ul li{width: 100px;}
    #event p .price{font-size: .20rem;}
	#event p.preprice{font-size: .13rem;}
    #event h4{font-size: .20rem;padding-bottom: 10px;}
    #event .btn_tic{
        margin: 0 auto 20px auto;
        width: 380px;
        padding: 10px 0;
        font-size: .15rem;
    }
    #event .btn_tic::after{
        width: 14px;
        height: 14px;
    }
    #event .movietest{padding-bottom: 40px;}
   
    /* 応援コメント */
    #com{padding: 40px 0 80px 0;}
    #com ul{
        margin: 60px auto 0 auto;
/*        display:-webkit-box;
        display:-webkit-flex;
        display:-ms-flexbox;
        display:flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        align-items: stretch;
        justify-content: space-between;*/
    }
    #com ul li{
        margin: 0 0 60px 0;
        /*width: 440px;*/
    }
    #com ul li p.comName span span{font-size: .12rem;}
    
    /* グッズ */
    #goods{padding: 30px 0 150px 0;}
    #goods ul{
        margin:60px auto 0 auto;
        width: 700px;
    }
    #goods ul li{
        position: relative;
        display:-webkit-box;
        display:-webkit-flex;
        display:-ms-flexbox;
        display:flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        align-items: stretch;
        justify-content: space-between;
    }
    #goods ul li .goodsImg{
        position: relative;
        width: 240px;
    }
    #goods ul li .goodstxt{
        position: relative;
        width: 430px;
    }
    #goods ul li img{width: 100%;}
    #goods .goodstxt p.goodsttl{
        margin: 0 auto 20px auto;
        font-size: .24rem;
    }
    
    /* FAQ */
    #faq{padding: 30px 0 150px 0;}
    #faq .precaution dt{font-size: .18rem;}
    #faq .precaution dd p{padding-top: 25px;}
    #faq .faq dd{margin: 5px auto 25px auto;}
    #faq .limit{width: 800px;}

    #about{padding: 120px 0;}
    #about .btn_game{
        position: relative;
        margin: 0 auto;
        width: 336px;
    }
    #about p{
        margin: 50px auto 0 auto;
        font-size: .14rem;
    }

    
    /* Movieページ */
    #testMovie{
        position: relative;
        padding: 50px 0 120px 0;
    }
    
    #testCaution{padding: 20px 0 120px 0;}
    #testCaution h2{
        font-size: .40rem;
        padding-bottom: 60px;
    }
    #testCaution p{width: 720px; margin: auto;}
    #testCaution p.lead{    
        font-size: .18rem;
        padding-bottom: 30px;
    }

}