@charset "utf-8";

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

/* 開催・キャッチコピー */
#about{
	position: relative;
	margin: 0 auto;
}
/*.kikan{
	position: relative;
	margin: 0 auto;
    padding: 50px 0 20px 0;
    padding: 30px 0 10px 0;
    width: calc(100% - 70px);
    color: #2e2005;
}
.kikan .ttl{
	position: relative;
	margin: 0 auto;
	padding: 4px 0 4px 10px;
    border-left: solid 3px #2e2005;
    font-size: 1.6rem;
    font-weight: bold;
    letter-spacing: .2em;
    display: flex;
    align-items: center;
}
.kikan .ttl:after{
    position: relative;
    flex-grow: 1;
    height: 1px;
    background-color: #2e2005;
    content: '';
    display: block;
    margin-left: 1.5em;
}
.kikan .kikanTxt{
	position: relative;
	margin: 3px auto 20px auto;
    padding-left: 14px;
}*/
.kikan{
    position: relative;
    margin: 0 auto;
    width: 100%;
    padding: 20px 0 10px 0;
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    color: #fff;
    background-color: #080403;
}
.kikan .kikanDate{
    position: relative;
    margin: 0 auto 5px auto;
    width: 100%;
    text-align: center;
    font-size: 1.5rem;
    font-weight: bold;
    padding: 3px 0;
}
.kikan .ttl{
    position: relative;
    padding: 5px 0 1px 0;
    font-weight: bold;
    /*letter-spacing: .2em;*/
    font-size: 1rem;
    width: 5em;
    margin: 0 0 10px 0;
    /*border-left: solid 2px #2e2005;*/
}
.kikan .kikanTxt{
    position: relative;
    margin: 0 0 10px 0;
    padding: 5px 0 1px 6px;
    /*border-bottom: solid 1px #2e2005;*/
    text-align: center;
    font-size: 1.5rem;
    font-weight: bold;
}
.kikan .anchorlink {
    margin: 0 auto;
    padding: 3px 0;
    width: 70%;
    background-color: #d93d41;
    border-radius: 5px;
    color: #ffffff !important;
    text-align: center;
    font-weight: bold;
    max-width: 240px;
    font-size: 100%;
}

.kikan .anchorlink a:link, .kikan .anchorlink a:visited{
    color: #ffffff !important;
}
.passing-txt {
font-family: dnp-shuei-4go-std, sans-serif;
font-weight: 500;
font-style: normal;
margin-top: .5em;
}

.catch{
	position: relative;
	margin: 0 auto;
    padding: 30px 0;
    color: #110e07;
}
.catch p{
	position: relative;
	margin: 0 auto;
    padding: 8px 5px;
    font-size: 1.5rem;
    line-height: 1.8em;

}
.catchttl{
	position: relative;
	margin: 0 auto;
    font-size: 1.7rem;
    font-weight: bold;
    text-align: center;
}
.catchTxt{
	position: relative;
	margin: 15px auto 0 auto;
    font-weight: bold;
    text-align: center;
}
.noteWrap .banner{
	position: relative;
	margin: 0 auto;
    padding: 0 0 35px 0 ;
}
.noteWrap .banner div{
    position: relative;
    margin: 15px auto 0 auto;
    max-width: 280px;
}

#about .bnr {
    margin: 0 auto;
    padding: 0 10px;
    max-width:340px ;
}


/* ニュース */
#news{padding: 0 0 40px 0;}
#news .newsBox{position: relative;}
#news .newsBox ul{
	position: relative;
	margin: 0 auto 5px auto;
    width: calc(100% - 40px);
}
#news .newsBox ul li{
	position: relative;
	margin: 15px auto 0 auto;
    padding: 0 10px 5px 10px;
	border-bottom: solid 1px #828282;
	align-items: flex-start;
	transition: all .3s ease-out;
}
#news .newsBox ul li p.date{font-size: 1.0rem;}
#news .newsBox ul li a{text-decoration: none;color: #080403; text-decoration: underline;}
#news .newsBox ul li:nth-child(n + 4){display: none;opacity: 0;}
#btn_more{
	position: relative;
	margin: 0 auto;
	width: 90%;
	text-align: right;
}
#btn_more span{font-size: 1.1rem;padding-left: 1em;}
#news .bnr {
    margin: 0 auto;
    padding: 0 10px;
    max-width:380px ;

}

/* banner */
#banner{padding: 0 0 50px 0;}
#banner ul{
	position: relative;
	margin: 0 auto;
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: center;
}
#banner ul li{
	position: relative;
	margin: 5px;
    width: 280px;
}

/* intro */
#intro{padding-bottom: 70px;}
/* photo */
.photo{
	position: relative;
	margin: 0 auto 20px auto;
    padding: 4px 0;
    background-color: #080403;
}
.photo::before{
	position: absolute;
	top: -25px;
    left: 0;
    content: '';
    width: 100%;
    height: calc(100% + 50px);
    /*background-image: url("../img/cercle.png"), url("../img/cercle.png");*/
	background-repeat: no-repeat, no-repeat;
	background-position: -60px 0, calc(100% + 60px) 100%;
	background-size: 120px auto, 120px auto;
}
.slick-slide{margin: 2px; background-color: transparent;}

/* ポイント */
#point{
	position: relative;
	margin: 0 auto;
	padding: 20px 0;
}
#point ul{
	position: relative;
	margin: 0 auto;
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: center;
    width: 320px;
}
#point ul li{
	position: relative;
	width: 130px;
	margin: 0 5px 10px 5px;
}

.scrapnote{
    position: relative;
    margin: 40px auto;
    border: solid 1px #080403;
    width: calc(100% - 100px);
    padding: 20px;
}
 a.btn_black {
    position: relative;
    display: block;
    width: 80%;
    max-width: 320px;
    margin: 1rem auto 0 auto;
    padding: 5px;
    text-decoration: none;
    border: none;
    border-radius: 5px;
    background-color: #080403;
    transition: all 0.16s ease-out;
    text-align: center;
    color: #ffffff;
    font-weight: bold;
}
a.btn_black:hover {
    color: #ffffff !important;
}
a.btn_black:link {
    color: #ffffff !important;
}
a.btn_white {
    position: relative;
    display: block;
    width: 80%;
    max-width: 320px;
    margin: 1rem auto 0 auto;
    padding: 5px;
    text-decoration: none;
    border: none;
    border-radius: 5px;
    background-color: #fff;
    transition: all 0.16s ease-out;
    text-align: center;
    color: #000;
    font-weight: bold;
}
a.btn_black:hover {
    color: #fff!important;
}
.ttl_note{
    position: relative;
    margin: 0 auto  20px auto;
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center;
}
#btn_note{
    position: relative;
    margin: 20px auto 0 auto;
    background-color: #080403;
    color: #ffffff;
    padding: 10px;
    font-weight: bold;
    text-align: center;
    font-size: 1.0rem;
}
#noteBox{
    position: relative;
    margin: 20px auto 0 auto;
    display: none;
    opacity: 0;
}
.ttlnote{
    position: relative;
    margin: 20px 0 10px 0;
    font-weight: bold;
}

/* イベント概要 */
/*#event{
    padding-bottom: 70px;
}*/


/* 物語 */
.story_bg{
    width: 100%;
    background-image: url("../img/bg_story.png");
	background-repeat: no-repeat;
	background-position: top;
    background-size: cover;
    padding-bottom: 70px;
}
#story .lead{
    position: relative;
    margin: 0 auto;
    padding: 20px 15px;
    border-top: solid 2px #080403;
    border-bottom: solid 2px #080403;
}

#story .serif{
    /*position: relative;
    
    background-image: url("../img/bg_story.png");
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: contain;
	padding-top: calc(15% - 1em);
    padding-bottom: calc(17% - 1em);*/
    margin: 20px auto 20px auto;
    font-size: 110%;
    text-align: center;
    font-weight: bold;
    font-style: normal;
    max-width: 480px;
    letter-spacing: 0.1;
}

#story .glitch {
    margin: 0 auto;
    background-color: #d93d41;
}
/*
#story .serif::after{
    position: absolute;
    content: '';
    display: block;
    bottom: -90px;
    right: -30px;
    width: 200px;
    height: 0;
    background-image: url("../img/story.png");
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 100% auto;
    padding-top: 90px;
    
}*/

/* comment */
#comment{
    position: relative;
    margin: 0 auto;
    padding: 55px 0 0 0;
}
#comment .movieWrap{
    position: relative;
    margin: 0 auto;
    width: calc(100% - 40px);
}
#comment p img{
    width: 280px;
    margin: 0 auto 15px auto;
}

/* 開催日程 */
#schedule{
    position: relative;
    margin: 0 auto;
    padding: 0 0 0 0;
}
/*#schedule h3::after{
    position: absolute;
    content: '';
    left:calc(50% + 80px);
    top: 2px;
    width: 74px;
    height: 74px;
    display: block;
    background-image: url("../img/date.png");
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: contain;
}*/
#schedule p{font-size: 1.3rem;}
#schedule p.scheduleT{padding: 15px 0; font-size: 1.2rem;}
#schedule p.attention{color:#080403;}
#schedule p.fcevent{
    position: relative;
    padding: 40px 0 15px 0;
    font-size: 1.2rem;
}
#schedule .img_cal {
    margin:0 auto ;
    width: 100%;
    max-width: 400px;
}

/* 会場 */
#place{
    position: relative;
    margin: 0 auto;
    padding: 35px 0 0 0;
}
#place p{ font-size: 1.3rem; }
#place p.access{ font-size: 1.1rem; padding: 10px 0; }
#place .map {
    width: 100%;
    margin: 0 auto;
    max-width: 400px;

}
#place .map iframe{
    width: 100%;
    height: 280px;
}
#price .btn_ticket.eplus {
    background-color: #f16baa;
}
.map img{
    position: relative;
    display: block;
    margin: 10px auto 0 auto;
    height: 20px;
    width: auto;
}

/* 遊び方 */
#howto{
    position: relative;
    margin: 0 auto;
}
#setting p.lead{padding-top: 20px;}
#setting ul{
    position: relative;
	margin: 35px auto 10px auto;
    width: calc(100% - 10px);
}
#setting ul li{
    position: relative;
	margin: 0 auto 15px auto;
}
#setting ul li .ttl{
    position: relative;
    margin: 0;
    display: flex;
    align-items: flex-end;
}
#setting ul li.howto01 .ttl::after, #setting ul li.howto02 .ttl::before, #setting ul li.howto03 .ttl::after{
    position: relative;
    flex-grow: 1;
    height: 1px;
    content: '';
    display: block;
}
#setting ul li.howto01 .ttl::after{background-color: #fdd500;}
#setting ul li.howto02 .ttl::before{background-color: #da43aa;}
#setting ul li.howto03 .ttl::after{background-color: #60da97;}
#setting ul li .ttl p{
    margin: 0;
    padding: 0 1em 0 25px;
    font-size: 1.2rem;
    font-weight: bold;
}
#setting ul li.howto02 .ttl p{
    margin: 0 0 0 auto;
    padding: 0 25px 0 1em;
}
#setting ul li.howto01 .ttl p{
    background:linear-gradient(to right, #f09603, #fdd500);
    background:-webkit-linear-gradient(left, #f09603, #fdd500);
    background:-moz-linear-gradient(left, #f09603, #fdd500);
}
#setting ul li.howto02 .ttl p{
    background:linear-gradient(to right, #d83aab, #f9d39f);
    background:-webkit-linear-gradient(left, #d83aab, #f9d39f);
    background:-moz-linear-gradient(left, #d83aab, #f9d39f);
}
#setting ul li.howto03 .ttl p{
    background:linear-gradient(to right, #0996ef, #61db96);
    background:-webkit-linear-gradient(left, #0996ef, #61db96);
    background:-moz-linear-gradient(left, #0996ef, #61db96);
}
#setting ul li.howto01::after, #setting ul li.howto02::after, #setting ul li.howto03::after{
    position: absolute;
    content: '';
    display: block;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: contain;
}
#setting ul li.howto01::after{
    left:-30px;
    top: -20px;
    width: 51px;
    height: 147px;
    background-image: url("../img/howto01.png");
}
#setting ul li.howto02::after{
    right:-30px;
    top: -30px;
    width: 50px;
    height: 148px;
    background-image: url("../img/howto02.png");
}
#setting ul li.howto03::after{
    left:-30px;
    top: -21px;
    width: 58px;
    height: 146px;
    background-image: url("../img/howto03.png");
}
#setting ul li .howtoTtl{
    padding: 10px 25px 5px 25px;
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 1.8em;
}
#setting ul li .howtoTxt{
    padding: 0 25px;
    font-size: 1.0rem;
    line-height: 1.8em;
}

/* プレイ形式 */
#play.contents-wrap {
    width: 90%;
}
#play, #game{padding: 35px 0 ;}
#nazo{padding: 35px 0 0 ; margin: 0 auto 0; }
#play ul{
	position: relative;
	margin: 15px auto 10px auto;
    display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: center;
}
#play ul li{
	position: relative;
	margin: 0 1%;
    width:46%;
    text-align: center;
    line-height: 1.5;
}

#play ul li p {
    margin-bottom: 10px!important;
    text-align: left;
}
.lineapp{
    position: relative;
    margin: 40px auto 20px auto ;
    padding: 20px 15px;
    width: calc(100% - 30px);
    background-color:#080403;
    border-radius: 5px;
    color: #fff;
}
.lineapp .lineImg{
    position: relative;
    width: 30%;
    margin: 0 auto 20px auto;
    transform: translateX(-2px);
}
/*#play .lineapp .line{
    position: relative;
    width: 42%;
    margin: -10px 0 0 0;
}*/
.lineapp span.bold{color: #cf1009;font-weight: 900;}
.lineapp .caution{color: #ffffff;}

/* ゲームの流れ */
#game .gameWrap{
	position: relative;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
}
#game .swiper-containerG{
	position: relative;
	margin: 0;
    padding: 0;
}
#game ul li{
	position: relative;
	margin: 3px auto;
}
#game ul li p{
	position: relative;
	margin: 15px 0 5px 2%;
}
#game ul li a.btn_buy{
    position: relative;
    display: block;
    margin: 0 auto;
    padding: 3px 0;
    width: 70%;
    background-color: #d93d41;
    border-radius: 5px;
    color: #ffffff !important;
    text-align: center;
    font-weight: bold;
}
#game ul li a.btn_buy:hover{text-decoration: none !important;}
#game .noteWrap{
    position: relative;
    margin: 50px auto 0 auto;
    padding: 0;
    background-color: #fff;
    border: solid 1px #626262;
    
    /*width: 260px;*/
}
#game .btn_note{
    position: relative;
    margin: 0 0 0 0;
    /*width: 260px;*/
    
}
#game .noteWrap .note{
    position: relative;
    margin: 0 auto;
    width: calc(100% - 40px);
    padding: 20px 0 10px 0;
    border-top: solid 1px #626262;
/*    height: 0;
    overflow: hidden;
    transition: all .3s ease-out;*/
}
/*#game .noteWrap .note.noteDisp{height: auto;padding: 20px 0 30px 0;}*/
#game .noteWrap .note p{font-size: 1.1rem; page-break-after: 0 1rem; padding:0 1rem 1rem;}
#game .noteWrap .note p.noteTtl{
    position: relative;
    margin: 25px 0 5px 0;
    font-size: 1.2rem;
    font-weight: bold;
}
#game .noteWrap .btn_game {
    margin: 0 10px;
}

/* 謎 */
#nazo dl.hint{
	position: relative;
	margin: 10px auto 0 auto;
	border: solid 1px #080403;
	background-color: #ffffff;
    width: calc(100% - 70px);
    border-radius: 5px;
}
#nazo dl.hint dt{
	position: relative;
	padding: 2px 0;
    text-align: center;
}
.nazo_arrow::after{
	position: absolute;
	content: '▼';
	left: 90%;
	width: 19px;
    font-size: 0.9rem;
}
#nazo dl.hint dd{
	position: relative;
	margin: 0 auto;
	padding: 15px 0;
    font-size: 1.0rem;
    line-height: 1.8em;
	text-align: left;width: calc(100% - 20px);
	display: none;
	border-top: solid 1px #5C5C5C;
}
#nazo .nazoImg{
    margin: 20px auto 30px auto;
    width: calc(100% - 60px);
    /*border-radius: 10px;*/
    overflow: hidden;
    /*box-shadow:5px 6px 0px -2px #080403;*/
}
.inputArea{
	position: relative;
	margin: 0 auto 10% auto;
    width: calc(100% - 70px);
}
.inputArea .inputTxt{
	position: relative;
	margin:  20px auto 10px auto;
	padding: 0 5px;
	border: solid 1px #707070;
	background-color: #ffffff;
	border-radius: 5px;
	width: calc(100% - 10px);
	height: 2.2em;
}
.inputArea .btn_send{ 
	position: relative;
	display: block;
	width: 50%;
	margin: 0 auto;
	padding: 5px;
	text-decoration: none;
	border: none;
	border-radius: 5px;
	background-color: #d93d41;
	transition: all 0.16s ease-out;
	text-align: center;
	color: #ffffff;
	font-weight: bold;
}
.resultImg{ 
	position: relative;
	margin: 20px auto;
	width: 60%;
}
.resultTxt{
	position: relative;
	margin: 0 auto 10px 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;
}
.snsNazoShare li{width: 40px;margin: 0 10px;}


/* チケット情報 */
#ticket, #release{padding: 35px 0 0 0;}

#calender_table dl.hint{
	position: relative;
	margin: 10px auto 0 auto;
	border: solid 1px #080403;
	background-color: #ffffff;
    /*width: calc(100% - 70px);*/
    border-radius: 5px;
}
#calender_table dl.hint dt{
	position: relative;
	padding: 2px 0;
    text-align: center;
}
.calender_table_arrow::after{
	position: absolute;
	content: '▼';
	left: 90%;
	width: 19px;
    font-size: 0.9rem;
}
#calender_table dl.hint dd{
	position: relative;
	margin: 0 auto;
	padding: 15px 0 30px;
    font-size: 1.0rem;
    line-height: 1.8em;
    text-align: center;
    width: calc(100% - 20px);
	display: none;
	border-top: solid 1px #5C5C5C;
}
#calender_table dl.hint dd img{
    margin: 0 auto;
    width: 100%;
    max-width: 380px;
}

/*スケジューラー上書き*/

.ticketWrap {
    background: #080403!important;
}

.bg_blue {
    background-color:#1bb3f2 ;
}
/* ----- pc ----- */
@media screen and (min-width: 641px) {
    #howto .gameWrap{width: 960px;}
      #howto .swiper-containerH{font-size: .14rem;}
      #howto .swiper-containerH ul.swiper-wrapper{margin-left: 0;}
      #howto .swiper-containerH ul.swiper-wrapper li{width: 160px !important;margin: 0 auto ;cursor: default;}
      #howto h5{font-size: .7rem;}
      #howto h5 span{font-size: .22rem;}
      #howto .gameWrap a img{
          margin: 20px auto;
          width: 120px;
      }
      .swiper-button-next, .swiper-button-prev{display: none;}
    }

#ticket_api .ticketWrap {
    font-family: Arial, Helvetica, sans-serif;
  }
  
  #ticket_api .ticketWrap .detailsBox .tit p {
    color:#fff ;
  }
  
  #ticket_api .ticketWrap .naviBox ul {
    letter-spacing: normal;
  }
  
  #ticket_api .ticketWrap .naviBox {
    margin: 0 60px;
  }
  .naviBox{margin: 0 !important;}
  
  #ticket_api .ticketWrap .naviBox .prevBtn {
    width: 50px;
    height: 80px;
    background: #ffffff;
    z-index: 5;
    -webkit-transition: all .3s;
    transition: all .3s;
    cursor: pointer;
    position: absolute;
    top: 22px;
    left: 0;
    display: block;
  }
  
  #ticket_api .ticketWrap .naviBox .nextBtn {
    width: 50px;
    height: 80px;
    background: #ffffff;
    z-index: 5;
    -webkit-transition: all .3s;
    transition: all .3s;
    cursor: pointer;
    position: absolute;
    top: 22px;
    right: 0;
    display: block;
  }
/* 料金 */
#price p{text-align: left;}
#price p.attention{padding-top: 25px; line-height: 2em;}
#price p.syurui {
    font-size: 120%; font-weight: bold; color: #d93d41;
}

#price .accbox .syurui {
    font-size: 90%; font-weight: bold; color: #d93d41;
}
#price p.lead{padding-bottom: 20px;}
#price .priceTicket{font-size: 1.7rem;}
#price .btn_faqtic{
    position: relative;
    display: block;
    width: 80%;
    max-width: 320px;
    margin: 1rem auto 0 auto;
    padding: 5px;
    text-decoration: none;
    border: none;
    border-radius: 5px;
    background-color: #080403;
    transition: all 0.16s ease-out;
    text-align: center;
    color: #ffffff;
    font-weight: bold; 
}
#price .btn_faqtic:hover{text-decoration: none !important; color: #fff!important;}
#price .btn_faqtic:link{text-decoration: none !important; color: #fff!important;}
#price .btn_ticket {
    position: relative;
    margin: 30px auto 0 auto;
    padding: 10px 0;
    display: block;
    text-align: center;
    font-weight: bold;
    background-color: #d93d41;
    border-radius: 5px;
    color: #ffffff !important;
    width: 82%;
}

#price .tokuten{
    position: relative;
    padding-top: 30px;
}
#price .tokutenImg{
    position: relative;
    padding: 10px 0;
}
#price .tokutenImg img{margin: 0 auto;}

/* 発売日 */
#release ul{
	position: relative;
	margin: 0 auto;
}
#release ul li{
	position: relative;
	margin: 0 auto 40px auto;
}
#release ul li p{
	position: relative;
	margin: 0 auto;
    padding-left: 16px;
}
#release ul li p.releaseType{
	font-size: 1.3rem;
	font-weight: bold;
    margin: 0 auto 5px auto;
}
#release ul li p.shopBanner{
    padding-left: 0;
    padding: 10px 0 3px 0;
}
#release ul li:nth-child(2) img{border: solid 1px #080403;}

._scheduler_container{ margin-top: 30px !important; width: calc(100% - 40px) !important;}

/* グッズ情報 */

#goods{padding: 35px 0 ;background-color: #080403; color:#fff;}
#goods p{
	position: relative;
	margin: 0 auto;
    text-align: center;
    padding: 20px 0 50px 0;
}
#goods ul li{
	position: relative;
	margin: 0 auto 20px auto;
}
#goods ul li p{
	position: relative;
	margin: 0 auto;
    text-align: left;
    padding: 5px 0 5px 16px;
}
#goods ul li p.releaseType{
	font-size: 1.3rem;
	font-weight: bold;
    padding-left: 12px;
    margin: 0 auto 5px auto;
    text-align: center;
}
#goods ul{
    position: relative;
    margin: 0 auto;
}
#goods ul li .shopList{
    position: relative;
    margin: 0 auto;
    padding-left: 16px;
}
#goods ul li .shopList a{
    position: relative;
    display: block;
    margin: 15px auto;
    text-align: center;
    color: #ffffff !important;
    padding: 15px;
    background-color: #3a5ca3;
    line-height: 1.2em;
    font-size: 1.3rem;
    font-weight: bold;
}
#goods ul li .shopList a.scrapstore{background-color: #1253a3;}
#goods ul li .shopList a::after{
    position: absolute;
    display: block;
    content: '\025b6';
    top:50%;
    right: 10px;
    transform: translateY(-50%);
    font-size: 1.0rem;
}
#goods ul li .shopList a span{font-size: 1.0rem;display: block;font-weight: normal;}
#goods ul li .shopList a.scrapstore span{padding-top: 3px;}
#goods ul li .shopList a.perfumestore span{padding-bottom: 5px;}
#goods ul.goodsList{margin: 70px auto 90px auto;}
#goods ul.goodsList li{
    position: relative;
    margin: 0 auto 40px;
}
#goods ul.goodsList li .goodsImg{
    position: relative;
    margin: 0 auto;
    border: solid 1px;
    width: 200px;
}
#goods ul.goodsList li .goodsName{
    position: relative;
    margin: 20px auto 10px auto;
    border-bottom: solid 1px;
    padding: 0 5px 10px 5px;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.5;
}
#goods ul.goodsList li .goodsDetail{
    position: relative;
    margin: 0 auto;
    padding: 0 5px;
}
#goods ul.goodsList li .goodsComment{
    text-align: left;
}

#goods ul.goodsList li .goodsDetail span {
    font-size: 130%;
    margin-right: 3px;
    font-weight: bold;
}

/* 注意事項 */
#precaution{padding: 35px 0 0 0;}
#precaution dl{
    position: relative;
	margin: 0 auto;
}
#precaution dt{
    position: relative;
	margin: 0 auto;
    font-size: 1.4rem;
    font-weight: bold;
    padding: 15px 0 5px 0;
    color: #0804038a1;
}
#precaution dd{
    position: relative;
	margin: 0 auto;
    padding: 0 0 25px 0;
    line-height: 1.5em;
}
#precaution dd:last-child{padding: 0;}
#precaution dd br{
    display: block;
    content: "";
    margin: 10px 0;
}

/* よくある質問 */

#faq{padding: 75px 0 0 0;}

#faq h3{
	position: relative;
	margin: 0 auto;
    font-size: 1.4rem;
    font-weight: bold;
    padding: 15px 0 0 0;
    color: #0804038a1;
}
#faq dl{
	position: relative;
    margin: 10px auto;
}
#faq dl.faqEnd{margin: 10px auto 0 auto;}
#faq dl.faqEnd dd:last-child{margin: 0 auto;}
#faq dl dt{
	position: relative;
	margin: 10px auto 0 auto;
    padding-left: 1.5em;
    font-size: 1.2rem;
    font-weight: bold;
}
#faq dl dt::before{
	position: absolute;
	content: 'Q.';
    display: block;
    width: 1.5em;
    left: 0;
}
#faq dl dd{
	position: relative;
	margin: 0 auto 15px auto;
    padding-left: 1.5em;
    font-size: 1.2rem;
}
#faq dl dd::before{
	position: absolute;
	content: 'A.';
    display: block;
    width: 1.5em;
    left: 0;
}

#aboutkuchikomi{
    position: relative;
    margin: 75px auto 50px auto;
    padding: 25px 0;
    width: calc(100% - 30px);
    border-top: solid 2px #080403;
    border-bottom: solid 2px #080403;
}
#aboutkuchikomi h2{
    font-size: 1.4rem;
    font-weight: bold;
    text-align: center;
}
#aboutkuchikomi p{
    position: relative;
    margin: 25px auto 0 auto;
    padding: 0 30px;
}

/*口コミ*/
 a.btn_kuchikomi {
    position: relative;
    display: block;
    width: 80%;
    max-width: 320px;
    margin: 1rem auto 0 auto;
    padding: 5px;
    text-decoration: none;
    border: none;
    border-radius: 5px;
    background-color: #080403;
    transition: all 0.16s ease-out;
    text-align: center;
    color: #ffffff;
    font-weight: bold; 
 }

 a.btn_kuchikomi:hover{text-decoration: none !important; color: #fff!important;}
 a.btn_kuchikomi:link{text-decoration: none !important; color: #fff!important;}

.modal_review_block {
    max-width: 600px;
    margin: 0 auto;
  }

  
  .modal_review_item {
    border-bottom: 1px solid rgba(0, 0, 0, 0.7);
    padding: 30px 0;
  }
  
  .modal_flex {
    display: flex;
    align-items: center;
  }
  
  .modal_star {
    margin-bottom: 10px;
  }

  .modal_flex img {
      max-width: 20px;
  }

  .modal_flex .icon img {
    max-width: 80px;
}
  
  .modal_img {
    width: 100px;
    padding-right: 10px;
  }
  
  .modal_img img {
    width: 100%;
  }
  
  .modal_star img {
    width: 20px;
  }
  
  .modal_review {
    line-height: 1.6;
    width: 100%;
  }
  

/*#aboutrealdgame{
    position: relative;
    margin: 75px auto 50px auto;
    padding: 25px 0;
    width: calc(100% - 30px);
    border-top: solid 2px #080403;
    border-bottom: solid 2px #080403;
}
#aboutrealdgame h2{
    font-size: 1.4rem;
    font-weight: bold;
    text-align: center;
}
#aboutrealdgame p{
    position: relative;
    margin: 25px auto 0 auto;
    padding: 0 30px;
}

/*利用制限*/
#restriction {
    margin-top: 60px;
}
#restriction .tbl-m01 {
    border-top: 1px solid #828282;
}
#restriction .tbl-m01 td,#restriction .tbl-m01 th{
    text-align: left;
    line-height: 1.8;
    padding: 5px 10px;
}
@media screen and (max-width: 640px) {
#restriction .tbl-m01 th{
    width: 40%;
    white-space: normal;
}

#restriction .tbl-m01 td{
    width: 60%!important;
}
}

#restriction .tbl-m01 th {
    border-bottom: 1px solid #ccc;
}








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

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

    /* 開催・キャッチコピー */
    .kikan{
        /*padding: 50px 0 30px 0;*/
        /*width: 440px;*/
    }
    .kikan .kikanDate{
        font-size: 2rem;
        padding: 10px 0 20px 0;
        font-weight: bold;
    }
    .kikan .ttl{font-size: 2rem;/*width: 160px;*/margin: 0 0 20px 0;/*border-left: solid 3px #2e2005;*/padding: 0;}
    .kikan .ttl:after{display: none;}
    .kikan .kikanTxt{
        /*width: 320px;*/
        margin: 0 0 20px 0;
        padding: 0 0 0 10px;
        font-size: 2rem;
    }
    /*.kikan .kikanTxt:after{
        position: absolute;
        bottom: -5px;
        left: -4em;
        height: 1px;
        background-color: #2e2005;
        content: '';
        display: block;
        width: calc(100% + 4em);
    }
    .kikan .kikanTxt.place:after{
        left: -7em;
        width: calc(100% + 7em);
    }*/

    .catch{padding: 20px 0;}
    .catch p{
        margin: 0 auto 0 auto;
        padding: 15px 5px;
        font-size: 2rem;
        text-align: center;
    }
    .catchttl{font-size: 2.2rem;}
    .catchTxt{
        margin: 15px auto 0 auto;
        font-size: 1.5rem;
    }
   .noteWrap .banner{
        padding: 0 0 50px 0;
        /*width: 660px;*/
        display:-webkit-box;
        display:-webkit-flex;
        display:-ms-flexbox;
        display:flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
    }
    .noteWrap .banner div{
        margin: 0 auto!important;
        padding:0 1rem;
        width: 100%;
        max-width: 300px;
    }
    #about .bnr {
        margin: 0;
    }
    
    #about .flex {
        display: flex;
        justify-content: center;
    }
    /* ニュース */
    #news{padding: 0 0 40px 0;}
    #news .newsBox ul{
        margin: 0 auto 15px auto;
        width: 640px;
    }
    #news .newsBox ul li{
        margin: 40px auto 0 auto;
        padding: 0 0 5px 0;
    }
    #news .newsBox ul li p.date{font-size: 1.2rem;}
    #btn_more span{font-size: 2.1rem;}
    
    /* banner */
    #banner{padding: 0 0 60px 0;}
    #banner ul{width: 1000px;}

    /* intro */
    #intro{padding-bottom: 70px;}
    /* photo */
    .photo{
        margin: 0 auto;
        border-bottom: solid 2px #080403;
        border-top: solid 2px #080403;
    }
    .slider{
        border-bottom: solid 3px #080403;
        border-top: solid 3px #080403;
    }

    /* ポイント */
    #point{padding: 30px 0;}
    #point ul{width: 680px;}
    #point ul li{
        width: 134px;
        margin-bottom: 0;
    }

    .scrapnote{
        margin: 60px auto 40px auto;
        width: 600px;
        padding: 30px;
    }

    
    #btn_note{font-size: 1.2rem;}
    .ttlnote{margin: 40px 0 10px 0;}
    
    /* イベント概要 */
    /*#event{padding-bottom: 70px;}*/
    /* 物語 */
    #story{text-align: center;}
    #story p {
        font-size: 1.8rem;
        line-height: 2;
    }
    #story .lead{
        margin: 0 auto 60px auto;
        padding: 30px 0;
        width: 680px;
    }
    #story .lead img{margin: 0 auto;}
    #story .serif{ font-size: 140%;}
    /*#story .serif{
        margin: 40px auto 110px auto;
        padding-top: 50px;
        padding-bottom: calc(70px - 1em);
        font-size: 1.5rem;
        background-position: 50% 0;
    }
    #story .serif::after{
        bottom: -80px;
        right: 140px;
        width: 200px;
        padding-top: 100px;
    }*/

    /* comment */
    #comment .movieWrap{width: 480px;}
    #comment p img{
        width: 322px;
        margin: 0 auto 10px auto;
    }

    /* 開催日程 */
    #schedule{padding: 50px 0 0 0;text-align: center;}
    #schedule h3::after{
        left:calc(50% + 100px);
        top: -40px;
        width: 122px;
        height: 122px;
    }
    #schedule p{font-size: 2.3rem; line-height: 1.8;}
    #schedule p.scheduleT{padding: 25px 0; font-size: 1.4rem;}
    #schedule p.fcevent{
        padding: 60px 0 25px 0;
        font-size:  1.4rem;
    }

    #schedule .imgArea {
        display: flex;
        justify-self: center;
        max-width: 860px;
        margin: 20px auto;
    }

    #schedule .imgArea li {
        margin: 0 5px;
    }


    /* 会場 */
    #place{padding: 35px 0 0 0;text-align: center;}
    #place p{ font-size: 2.3rem; }
    #place p.access{ font-size: 1.5rem; padding: 20px 0; }

    .map img{
        margin: 20px auto 0 auto;
        height: 26px;
    }

    /* 遊び方 */
    #howto{margin: 80px auto 0 auto;}
    #setting p.lead{width: 800px;margin: 0 auto;text-align: center;}
    #setting ul{
        margin: 55px auto 10px auto;
        width: 600px;
    }
    #setting ul li{margin: 0 auto 25px auto;}
    #setting ul li .ttl p{
        padding: 0 1em 0 35px;
        font-size: 1.4rem;
    }
    #setting ul li.howto02 .ttl p{padding: 0 35px 0 1em;}
    #setting ul li .howtoTtl{
        padding: 20px 35px 5px 35px;
        font-size: 1.6rem;
    }
    #setting ul li .howtoTxt{
        padding: 0 35px;
        font-size: 1.4rem;
    }

    /* ゲームの流れ */
    #game ul{width: 960px;}
    #game ul li{width: 213px !important;}
    #game ul li p{font-size: 1.5rem; line-height: 1.8;}
    #game ul li a.btn_buy{font-size: 1.2rem;border-radius: 4px;}
    #game .noteWrap{
        margin: 20px auto 0 auto;
        width:620px;
    }
    #game .btn_note{width:620px;}
    #game .noteWrap .note{padding: 40px 20px 20px 20px;}
    #game .noteWrap .note p{font-size: 1.8rem;}
    #game .noteWrap .note p.noteTtl{
        margin: 25px 0 5px 0;
        font-size: 1.4rem;
    }

        /* プレイ形式 */
        #play, #game{padding: 15px 0 0 0;}
        #play ul{margin: 25px auto; max-width: 840px;}
        #play ul li{width:160px!important; margin: 0 10px!important;}

/*参加方法*/

.lineapp{
    margin: 60px 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;
}
.lineapp .lineImg{
    width: 25%;
    margin: 0;
    text-align: left;
}
.lineapp .lineImg img{width: 140px;}
.lineapp .lineTxt{
    position: relative;
    width: 75%;
    margin: 0;
    font-size: 1.8rem;
}
    /* 謎 */
    #nazo{padding: 55px 0 0;}
    #nazo dl.hint{
        margin: 20px auto;
        width: 640px;
    }
    #nazo dl.hint dt{padding: 5px 0;}
    .nazo_arrow::after{left: 610px;}
    #nazo dl.hint dd{
        font-size: 1.2rem;
        width: calc(100% - 20px);
    }
    #nazo .nazoImg{margin: 20px auto 40px auto; width: 640px;}
    
        /* calender */
    
    #calender_table dl.hint{
        margin: 20px auto;
        width: 640px;
    }
    #calender_table dl.hint dt{padding: 5px 0;}
    .calender_table::after{left: 610px;}
    #calender_table dl.hint dd{
        font-size: 1.2rem;
        width: calc(100% - 20px);
    }
    .calender_table_arrow::after {
        left: 610px;
    }
    .inputArea{
        margin: 0 auto 10px auto;
        width: 640px;
    }
    .inputArea .inputTxt{
        margin:  20px auto;
        padding: 5px;
        width: 640px;
    }
    .inputArea .btn_send{ 
        width: 200px;
        padding: 8px;
    }
    .resultImg{ width: 300px;}
    .resultTxt{margin: 0 auto 20px auto;}
    .snsNazoShare li{width: 50px;}


    /* チケット情報 */
    #ticket{padding: 80px 0 0 0;text-align: center;}
    #release{padding: 35px 0 0 0;text-align: center;}
    /* 料金 */
    #price p{text-align: center;}
    #price p.attention{padding-top: 40px;}
    #price p.lead{padding-bottom: 50px;}
    #price .priceTicket{font-size: 2.4rem;}
    #price .btn_faqtic{
        margin: 50px auto 0 auto;
        padding: 5px 0;
        border-radius: 10px;
        width: 400px;
    }
    #price p.bnr a {
        display: block;
        width: 380px;
        margin: auto;
    }
    /* 発売日 */
    #release ul li{margin: 0 auto 40px auto;}
    #release ul li p{padding-left: 18px; font-size: 1.8rem;}
    #release ul li p.releaseType{
        font-size: 2rem;
        margin: 0 auto 10px auto;
        display: inline-block;
        width: auto;
    }
    #release ul li p.shopBanner{padding: 15px 0 5px 0;}
    #release ul li a{display: block; width: 380px;margin: auto;}


    /* チケットカレンダー */
    .ticAPI{width: 720px;margin: auto;}

    /* グッズ情報 */
    #goods{padding: 60px 0 40px 0; }
    #goods p{padding: 20px 0 40px 0;}
    #goods ul li{margin: 0 auto 40px auto;text-align: center;}
    #goods ul li p{padding: 5px 0 5px 18px;text-align: center;}
    #goods ul li p.releaseType{
        font-size: 1.6rem;
        padding-left: 18px;
        margin: 0 auto 10px auto;
        display: inline-block;
        width: auto;
    }
    #goods ul{width: 640px;}
    #goods ul li .shopList{
        margin:  0 0 0;
        padding-left: 18px;
        display:-webkit-box;
        display:-webkit-flex;
        display:-ms-flexbox;
        display:flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    #goods a.btn_shop{
        margin: 0;
        width: 270px;
        font-size: 1.6rem;
        padding-left: 18px;
        /*display:-webkit-box;
        display:-webkit-flex;
        display:-ms-flexbox;
        display:flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;*/
    }
    #goods ul li .shopList a::after{font-size: 1.2rem;}
    #goods ul li .shopList a:hover{text-decoration: none;}
    #goods ul li .shopList a span{font-size: 1.1rem;}
    #goods ul.goodsList{
        margin: 100px auto 60px;
        width: 960px;
        display:-webkit-box;
        display:-webkit-flex;
        display:-ms-flexbox;
        display:flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    #goods ul.goodsList li{
        margin: 0;
        width: 200px;
    }
    #goods ul.goodsList li .goodsImg{width: 190px;}
    #goods ul.goodsList li .goodsDetail{font-size: 1.2rem;}

    /* 注意事項 */
    #precaution{padding: 55px 0 0 0;}
    #precaution dt{
        font-size: 1.8rem;
        padding: 25px 0 20px 0;
    }

    /* よくある質問 */
    #faq{padding: 90px 0 0 0;}
    #faq h3{
        font-size: 1.8rem;
        padding: 25px 0 0 0;
    }
    #faq dl{margin: 20px auto;}
    #faq dl.faqEnd{margin: 20px auto 0 auto;}
    #faq dl dt{margin: 20px auto 0 auto; font-size: 1.8rem;}
    #faq dl dd{margin: 0 auto 25px auto ; font-size:1.5rem;}

    /*#aboutrealdgame{
        margin: 175px auto 60px auto;
        padding: 50px 25px;
        width: 910px;
    }
    #aboutrealdgame h2{font-size: 1.8rem;}
    #aboutrealdgame p{
        margin: 45px auto 0 auto;
        padding: 0;
    }*/

}

/*料金表*/
.tbl-m01 {
    width: 100%;
    /*max-width: 860px;*/
    margin: 30px auto 10px auto;
    border-collapse: separate;
    border-spacing: 1px;
    background-color: #fff;
  } 
  .tbl-m01 .bg1 {
      background-color: #1253a3;
      color: #fff;
      font-weight: bold;
      text-align: center;
  }
  .tbl-m01.m02 {
    border-spacing: 1px 0;
    position: relative;
  }
  .tbl-m01.m02 .badge {
      position: absolute;
      top:-20px;
      left:0px;
      width: 80px;
  }
  .tbl-m01.m02 th {
    border: none;
    white-space: nowrap;
    background-color: #080403;
    color: #fff;
    font-weight: bold;
    text-align: center;
    padding: 5px;
    line-height: 1.5;
}
  .tbl-m01.m02 td {
    /*border: none;*/
    padding: 5px;
    text-align: center;
    border-bottom: solid 1px #ccc;
    border-right: solid 1px #ccc;
    border-left: solid 1px #ccc;
  }

  .tbl-m01 .ftx_s {
      display:block;
      line-height: 1.2;
      margin-top: 5px;
  }
  @media screen and (max-width: 640px) {
    .tbl-m01 th {
      width: 20%;
    }
    .tbl-m01 td {
      border-bottom: solid 1px #ccc;
      width: 25%;
    }
    .tbl-m01.m02 .badge {
        top:-5px;
      left:-5px;
        width: 50px;
    }
  }

/*キャッチエリア*/
.catchArea {
    background-color: #d93d41;
    padding: 10px 3px;
    font-size: 1.5em;
    font-weight: bold;
  }

  .catchArea .box {
      margin: 0 auto;
      height: auto;
      /*max-width: 640px;*/
      overflow: hidden;
      text-align: center;
      font-size: 120%;
  }
  @media screen and (max-width: 640px) {
    .catchArea .box {
        /*text-align: left;*/
    }
  } 
  
  .ticketWrap .naviBox .prevBtn {
    width: 50px;
    height: 80px;
    background: #ffffff;
    z-index: 5;
    -webkit-transition: all .3s;
    transition: all .3s;
    cursor: pointer;
    position: absolute;
    top: 20px;
    left: 3%;
}

.ticketWrap .naviBox .nextBtn {
    width: 50px;
    height: 80px;
    background: #ffffff;
    z-index: 5;
    -webkit-transition: all .3s;
    transition: all .3s;
    cursor: pointer;
    position: absolute;
    top: 20px;
    right: 3%;
}

/*faq アコーディオン*/

/*ボックス全体*/
.accbox {
    margin: 2em 0;
    padding: 0;
}

/*ラベル*/
.accbox label {
    display: block;
    margin: 10px 0;
    padding : 13px 12px;
    color: #080403;
    font-weight: bold;
    font-size: 2rem;
    background: #fff;
    cursor :pointer;
    transition: all 0.5s;
    border:1px solid #080403;
    border-radius: 5px;
}

/*アイコンを表示*/
.accbox label:before {
    content: '\f054';
    font-family: 'FontAwesome';
    padding-right: 8px;
}

/*ラベルホバー時*/
.accbox label:hover {
    background :#eaf2fc;
}

/*チェックは隠す*/
.accbox input {
    display: none;
}

/*中身を非表示にしておく*/
.accbox .accshow {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
}

/*クリックで中身表示*/
.cssacc:checked + label + .accshow {
    height: auto;
    padding: 0 1rem 20px 1rem;
    background: #fff;
    opacity: 1;
}

.accbox .accshow p {
    margin: 15px 10px}

/*アイコンを入れ替える*/
.cssacc:checked + label:before {
    content: '\f078';
}

@media screen and (max-width: 640px) {
    .accbox label {
        font-size: 1.5rem;
    }
  } 


/*おためし謎*/
  #nazoArea {
      background-image: url("../img/bg_pc.jpg");
      background-repeat: repeat-y;
	background-position: 0 0;
	background-size: contain;
  }
#nazoArea .logoArea {
    background-color:#111 ;
    padding: 10px 0;
    width: 100%;
    text-align: center;
    
}
#nazoArea .logoArea h1  {
    color: #fff;
    font-size: 140%;
    font-weight: bold;
}
#nazoArea .logoArea h1 img {
    width: 50%;
    max-width: 200px;
    margin:0 auto 10px ;
}

#nazoArea .head {
 margin: 20px auto 0;
 padding: 1em;
 width: 85%;
 max-width: 640px;
 border: 2px solid #d93d41;
 text-align: center;
 background-color: #fff;
}

#nazoArea .head p strong {
    font-weight: bold;
    color: #d93d41;
    font-size: 110%;
   }

#nazoArea h2 {
    /*max-width: 315px;*/
    background-color: #000;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    margin: 0 auto 20px;
    font-weight: bold;
    font-size: 120%;
}

#nazoArea .txtarea {
    padding: 0 1rem 40px;
    margin: 0 auto ;
    max-width: 660px;
    background-color: rgba(255, 255, 255, 0.582);
}

#nazoArea .txtarea p {
    font-size: 1.5rem;
}

#nazoArea .machi {
    text-align: center;
    margin:1rem auto 0 ;
    padding: 0 1rem;
}

#nazoArea .you {
    text-align: center;
    margin:1rem auto 0 ;
    padding: 0 1rem;
}

#nazoArea .chris {
    text-align: center;
    margin:1rem auto 0 ;
    padding: 0 1rem;
}

#nazoArea .machi img, #nazoArea .chris img, #nazoArea .you img {
    width: 100%;
    max-width: 480px;
    margin: 0 auto;
}

#nazoArea .column {
    background-color:#dfdfdf ;
    border: 1px solid #a2a2a2;
    width: 80%;
    max-width: 640px;
    padding: 1rem;
    text-align: left;
    margin:20px auto;
}

#nazoArea .modal section div.mordalinner p {
    position: relative;
    margin: 0 auto;
    padding: 20px 10px;
    width: calc(100% - 20px);
    border: none;
    text-align: center;
}

#nazoArea .modal section div.mordalinner p img {
    margin: 0 auto;
    width: 100%;
    max-width: 480px;
}

#nazoArea .close_btn {
    margin: 20px auto;
    padding: 5px ;
    text-align: center;
    position: static;
    width: 240px;
    height: auto;
    background-color: #000;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
    z-index: 2003;
}
  @media screen and (max-width: 640px) {
    #nazoArea {
        background-image: url("../img/bg.jpg");
        background-repeat: repeat-y;
      background-position: 0 0;
      background-size: contain;

  }
}

@media screen and (min-width: 641px){
#nazoArea .modal section div.mordalinner p.noborder {
  padding: 0;
}
}

