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

/* =========================================================
		Reset
========================================================= */

/*! sanitize.css | CC0 Public Domain | github.com/jonathantneal/sanitize.css */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;font-weight: normal;list-style-type:none;}
body {line-height:1}
pre,textarea{overflow:auto}
[hidden],audio:not([controls]),template{display:none}
details,main,summary{display:block}
input[type=number]{width:auto}
input[type=search]{-webkit-appearance:textfield}
input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}
progress{display:inline-block}
small{font-size:75%}
textarea{resize:vertical}
[unselectable]{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}
*,::after,::before{box-sizing:inherit;border-style:solid;border-width:0}
*{font-size:inherit;line-height:inherit;margin:0;padding:0}
::after,::before{text-decoration:inherit;vertical-align:inherit}
a{text-decoration:none}
audio,canvas,iframe,img,svg,video{vertical-align:middle}
button,input,textarea{background-color:transparent;color:inherit;font-family:inherit;font-style:inherit;font-weight:inherit;min-height:1.5em}
code,kbd,pre,samp{font-family:monospace,monospace}
nav ol,nav ul{list-style:none}
table{border-collapse:collapse;border-spacing:0}
::-moz-selection{background-color:#B3D4FC;text-shadow:none}
::selection{background-color:#B3D4FC;text-shadow:none}
@media screen{[hidden~=screen]{display:inherit}
[hidden~=screen]:not(:active):not(:focus):not(:target){clip:rect(0 0 0 0)!important;position:absolute!important}
}
/*# sourceMappingURL=sanitize.css.map */

/* =========================================================
		Common
========================================================= */
html {
	font-size: 62.5%;
	height: 100%;
}
body {
	color: #fff;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.8rem;
	line-height: 40px;
}
h2 {
	text-align: center;
	color:#7b6335;
	font-size: 2.4rem;
	line-height: 1;
	padding: 18px 0 20px;
	background: no-repeat center bottom;
	background-size: 155px 15px;
}
a {
	color: #555;
	text-decoration: none;
	-webkit-transition: all .25s ease-in;
	transition: all .25s ease-in;
}
a:hover {
	text-decoration: underline;
  cursor: pointer;
}
a img {
	-webkit-transition: all .25s ease-in;
	transition: all .25s ease-in;
}
a img:hover, ul li a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	-webkit-transition: all .25s ease-in;
	transition: all .25s ease-in;
  cursor: pointer;
}
a img.lazy {
	-webkit-transition: none;
	transition: none;
}
img {
	width: 100%;
	height: auto;
}
input, button, select, textarea {
	border: none;
	border-radius: 0;
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
/* IE7,MacIE5 */
.clearfix {
  display: inline-block;
}
/* WinIE6 below, Exclude MacIE5 \*/
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
.fontfGoth{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
}
header{
  background: url(../img/headerBg.jpg) no-repeat;
  background-size: cover;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  align-items: center;
  height: 80px;
  min-width: 1260px;
  width: 100%;
  padding: 1px 0;
  position: fixed;
  z-index: 2;
}
header h1{
  text-indent: -999px;
  background: url(../img/logo.png) no-repeat;
  background-size: 168px 56px;
  width: 168px;
  height: 56px;
  margin: 0 40px 0 26px;
}
header nav{
	position: relative;
}
header nav ul{
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  align-items: center;
}
header nav ul li{
  margin-right: 24px;
  text-indent: -9999px;
}
header nav ul li a{
  display: block;
  height: 100%;
}
header nav ul li a:hover{
  opacity: 0.7;
}
header nav ul li.navi01 a{
  text-indent: -9999px;
  background: url(../img/navi01.png) no-repeat;
  background-size: 58px 21px;
  width: 58px;
  height: 21px;
}
header nav ul li.navi02 a{
  text-indent: -9999px;
  background: url(../img/navi02.png) no-repeat;
  background-size: 145px 23px;
  width: 145px;
  height: 23px;
}
header nav ul li.navi03 a{
  text-indent: -9999px;
  background: url(../img/navi03.png) no-repeat;
  background-size: 169px 23px;
  width: 169px;
  height: 23px;
}
header nav ul li.navi04 a{
  text-indent: -9999px;
  background: url(../img/navi04.png) no-repeat;
  background-size: 163px 23px;
  width: 163px;
  height: 23px;
}
header nav ul li.navi05 a{
  text-indent: -9999px;
  background: url(../img/navi05.png) no-repeat;
  background-size: 125px 25px;
  width: 125px;
  height: 25px;
}
header nav ul li.navi06 a{
  text-indent: -9999px;
  background: url(../img/navi06.png) no-repeat;
  background-size: 63px 22px;
  width: 63px;
  height: 22px;
}
header .subNavi{
  text-indent: -9999px;
  background: url(../img/subNaviBg.png) no-repeat;
  background-size: 320px 118px;
  width: 224px;
  height: 80px;
  position: absolute;
  left: 0;
  top: 35px;
  display: none;
}
header .clase{
	width: 28px;
	position: absolute;
	bottom: -13px;
	left: 0;
	right: 0;
	margin: auto;
}
header .clase:hover{
	cursor: pointer;
}
header .clase img{
	display: block;
}



header .subNavi ul{
  padding: 22px 20px 28px 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
}
header .subNavi ul li{
	position: relative;
}
header .subNavi ul li .soldOut03{
	width: 69px;
	height: 24px;
	position: absolute;
	top: -15px;
	left: -30px;
	right: 0;
	margin: auto;
	z-index: 1;
}
header .subNavi ul li a{
  display: block;
}
header .subNavi ul li{
  margin: 0 13px 10px 0;
	position: relative;
}
header .subNavi ul li:nth-child(3n){
  margin: 0 0 10px 0;
}

header .subNavi ul li.subNavi01 a{
  text-indent: -9999px;
  background: url(../img/subNavi01.png) no-repeat;
  background-size: 79px 32px;
  width: 79px;
  height: 32px;
}
header .subNavi ul li.subNavi02 a{
  text-indent: -9999px;
  background: url(../img/subNavi02.png) no-repeat;
  background-size: 79px 32px;
  width: 79px;
  height: 32px;
}

header .subNavi ul li.subNavi03 a{
  text-indent: -9999px;
  background: url(../img/subNavi03.png) no-repeat;
  background-size: 95px 32px;
  width: 95px;
  height: 32px;
}
header .subNavi ul li.subNavi04 a{
  text-indent: -9999px;
  background: url(../img/subNavi04.png) no-repeat;
  background-size: 79px 32px;
  width: 79px;
  height: 32px;
}
header .subNavi ul li.subNavi05 a{
  text-indent: -9999px;
  background: url(../img/subNavi05.png) no-repeat;
  background-size: 80px 32px;
  width: 80px;
  height: 32px;
}
header .subNavi ul li.subNavi06 a{
  text-indent: -9999px;
  background: url(../img/subNavi06.png) no-repeat;
  background-size: 80px 32px;
  width: 80px;
  height: 32px;
}

header .sns{
	position: absolute;
	top: 17px;
	bottom: 0;
	right: 20px;
}
header .sns .snsIcon{

  display: inline-block;
  margin-right: 8px;
}
.mainImage{
	background-color: #000;
	display: flex;
	align-items: center;
	min-width: 1260px;
	width: 100%;
}
.mainImage .imgl{
	margin-right: 4%;
	width: 60%;
}
.mainImage .imgr{
	margin-right: 4%;
	width: 40%;
}

article{
  padding-top: 80px;
}
a{
  display: block;
}

p a {
  display: inline;
  color: #96e8ff
}


/* ---------- info ---------- */

main .info{
  background: url(../img/contentBg01.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  min-width: 1040px;
  padding: 130px 0 126px 0;
}
main .contents01{
  width: 980px;
  margin: 0 auto;
}
main .readText{
  text-indent: -9999px;
  background: url(../img/readText.png) no-repeat;
  background-size: 931px 63px;
  width: 931px;
  height: 63px;
  margin: 0 auto 70px;
}
main .readBottom{
	font-size: 2.4rem;
	text-align: center;
	margin-bottom: 80px;
}

main .contents01 .attention{
  padding: 10px 60px;
    margin: 1em auto 3em;
  font-size: 2.0rem;
  line-height: 40px;
    border: 1px solid #fff;
}
main .contents01 .banner ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
}
main .contents01 .banner ul li{
  width: 780px;
  margin: 0 10px 10px 0;
}
main .contents01 .banner ul li.bannerItem{
  width: 780px;
  margin: 0 10px 10px 0;
}
main .contents01 .banner{
  padding-bottom: 80px;
}
/* ---------- movie ---------- */
main .movie{
	margin: 0 auto 80px;
	text-align: center;
}
/* ---------- news ---------- */

main .contents01 .news{
  background-color: rgba( 10, 33, 67, 0.5);
  -webkit-background-size: 2px 2px;
  -moz-background-size: 2px 2px;
  background-size: 2px 2px;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(.5, #212935), color-stop(.5, transparent), to(transparent));
  background-image: -moz-linear-gradient(#212935 50%, transparent 50%, transparent);
  background-image: -o-linear-gradient(#212935 50%, transparent 50%, transparent);
  background-image: linear-gradient(#212935 50%, transparent 50%, transparent);
  margin-bottom: 100px;
	border: solid 1px #ccc;
	padding-bottom: 30px;

}
main .contents01 .news a{
	margin-left: 16px;
}




main h2{
	padding:0;
	margin-bottom: 30px !important;
}

main .contents01 .news h2{
  text-indent: -9999px;
  background: url(../img/news.png) no-repeat;
  background-size: 864px 97px;
  width: 864px;
  height: 97px;
	margin: 44px auto 0;
}
main .contents01 .news p{
  margin-bottom: 26px;
  line-height: 23px;
  font-size: 1.6rem;
  padding: 0 60px;
}

main .contents01 .news .textArea span.block{
	margin-left: 150px;
	display: block;
}
main .contents01 .news .textArea a.inline{
	display: inline;
}
main .contents01 .news .textArea a.marginleft0{
	margin-left: 0;
}
main .contents01 .news .textArea a.notmargin{
	margin: 0;
	display: inline;
}

main .contents01 .news dl{
  line-height: 23px;
  font-size: 1.6rem;
  padding: 0 60px;
}

main .contents01 .news dt {
	float: left;
}

main .contents01 .news dd {
	margin-bottom: 26px;
}

main .contents01 .news dd a {
	margin-left: 150px;
	color: #96e8ff;
	margin-bottom: 8px;
}

main .contents01 .news dd .newsText {
	margin-left: 150px;
}

/* ---------- 公演情報&チケット ---------- */

main .contents01 .ticket h2{
  text-indent: -9999px;
  background: url(../img/ticket.png) no-repeat;
  background-size: 864px 96px;
  width: 864px;
  height: 96px;
  margin: 0 auto;
  margin-top: 70px;
}

main .contents01 .ticket ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  padding: 0 60px;

}
main .contents01 .ticket ul li{
	margin:0 20px 20px 0;
	position: relative;
}
.soldOut{
	width: 245px;
	height: 85px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
main .contents01 .ticket ul li a{
  display: block;
	background: url(../img/ticketBg.png) no-repeat;
  background-size: 270px 120px;
  width: 270px;
  height: 120px;
	padding: 1px;
}
main .contents01 .ticket ul li a:hover{
	text-decoration: none;
}
main .contents01 .ticket ul li:nth-child(3n){
  margin-right: 0;
}
main .contents01 .ticket .stageName{
  text-indent: -9999px;
  margin: 9px auto 3px;
}
main .contents01 .ticket .stageName01{
  background: url(../img/stageName01.png) no-repeat;
  background-size: 96px 36px;
  width: 96px;
  height: 36px;
}
main .contents01 .ticket .stageName02{
  background: url(../img/stageName02.png) no-repeat;
  background-size: 95px 36px;
  width: 95px;
  height: 36px;
}
main .contents01 .ticket .stageName03{
  background: url(../img/stageName03.png) no-repeat;
  background-size: 115px 36px;
  width: 115px;
  height: 36px;
}
main .contents01 .ticket .stageName04{
  background: url(../img/stageName04.png) no-repeat;
  background-size: 96px 36px;
  width: 96px;
  height: 36px;
}
main .contents01 .ticket .stageName05{
  background: url(../img/stageName05.png) no-repeat;
  background-size: 96px 36px;
  width: 96px;
  height: 36px;
}
main .contents01 .ticket .stageName06{
  background: url(../img/stageName06.png) no-repeat;
  background-size: 96px 36px;
  width: 96px;
  height: 36px;
}
main .contents01 .ticket p{
  font-size: 1.6rem;
  color: #c8e3ff;
  text-align: center;
  line-height: 1.8rem;
}
main .contents01 .ticket p.exitText{
	font-size: 1.6rem;
	margin-top: -14px;
  margin-bottom: 14px;
  color: #fff;
}
main .contents01 .ticket p span.smText{
  font-size: 1.3rem;
}
main .contents01 .ticket p span.rl{
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  display: block;
	margin: 0 126px;
	clear: both;
	width: 18px;
	height: 18px;
}



/* ---------- ストーリー ---------- */
main .story{
  background: url(../img/contentBg02.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  min-width: 1040px;
}
main .contents02{
  width: 980px;
  margin: 0 auto;
  padding: 100px 0;
}
main .contents02 h2{
  text-indent: -9999px;
  background: url(../img/story.png) no-repeat;
  background-size: 864px 97px;
  width: 864px;
  height: 97px;
  margin: 0 auto 18px;
}
main .contents02 .textArea{
  padding: 0 60px;
  font-size: 2.0rem;
  line-height: 40px;
}
main .contents02 .textArea p{
	margin-bottom: 40px;
}
main .contents02 .textArea p span{
	display: block;
	margin-top: 10px;
}







/* ---------- 今回の物語に登場するキャラクター ---------- */
main .character{
  background: url(../img/characterBg.gif) repeat-y;
  background-size: cover;
  position: relative;
  z-index: -2;
  width: 100%;
  min-width: 1040px;
}
main .character::after{
  content:"";
  display: block;
  background: url(../img/earth.png) no-repeat;
  background-size: 765px 889px;
  width: 765px;
  height: 889px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
main .contents03 {
  width: 900px;
  margin: 0 auto;
  padding: 100px 0 150px 0;
  z-index: 1;
}
main .contents03 h2{
  text-indent: -9999px;
  background: url(../img/character.png) no-repeat;
  background-size: 864px 95px;
  width: 864px;
  height: 95px;
  margin: 0 auto 18px;
}
main .contents03 .charaBox{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  align-items: center;
}
main .contents03 .chara{
  text-indent: -9999px;
}
main .contents03 .chara01{
  background: url(../img/chara01.png) no-repeat;
  background-size: 280px 561px;
  width: 280px;
  height: 561px;
}
main .contents03 .chara02{
  background: url(../img/chara02.png) no-repeat;
  background-size: 280px 578px;
  width: 280px;
  height: 578px;
}
main .contents03 .chara03{
  background: url(../img/chara03.png) no-repeat;
  background-size: 276px 579px;
  width: 276px;
  height: 579px;
}
main .contents03 .chara04{
  background: url(../img/chara04.png) no-repeat;
  background-size: 386px 525px;
  width: 386px;
  height: 525px;
}
main .contents03 .chara05{
  background: url(../img/chara05.png) no-repeat;
  background-size: 373px 567px;
  width: 373px;
  height: 567px;
}

main .contents03 .textArea{
  width: 500px;
}
main .contents03 .textArea span{
  display: block;
  font-size: 3.0rem;
  margin-bottom: 25px;
}
/* ---------- 遊び方 ---------- */
main .howto{
  background: url(../img/howtoBg.gif) repeat-y;
  background-size: cover;
  min-width: 1040px;
}
main .contents04 {
  width: 980px;
  margin: 0 auto;
  padding: 100px 0 0 0;
}
main .contents04 h2{
  text-indent: -9999px;
  background: url(../img/howto.png) no-repeat;
  background-size: 864px 96px;
  width: 864px;
  height: 96px;
  margin: 0 auto 18px;
	padding-bottom: 30px;
}
main .howtoBox{
  text-indent: -9999px;
  background: url(../img/howtoBox.gif) no-repeat;
  background-size: 860px 284px;
  width: 860px;
  height: 284px;
  margin: 0 auto 55px;
  position: relative;
}
main .point{
  position: absolute;
  left: 26px;
  top: -20px;
}
main .point01{
  text-indent: -9999px;
  background: url(../img/point01.png) no-repeat;
  background-size: 325px 77px;
  width: 325px;
  height: 77px;
}
main .point02{
  text-indent: -9999px;
  background: url(../img/point02.png) no-repeat;
  background-size: 229px 78px;
  width: 229px;
  height: 78px;
}
main .point03{
  text-indent: -9999px;
  background: url(../img/point03.png) no-repeat;
  background-size: 507px 76px;
  width: 507px;
  height: 76px;
}
main .howtoBox .textArea{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  padding-top: 70px;
}
main .howtoBox03 .pointContents{
  display: block;
  padding: 90px 55px 0 55px;

}
main .howtoBox .textArea p{
  width: 460px;
  margin-left: 26px;
  font-size: 1.6rem;
  line-height: 28px;
  text-indent: 0;
	margin-top: 20px;
}
main .howtoBox03 .pointContents p{
  font-size: 1.8rem;
  line-height: 28px;
  text-indent: 0;
  margin-bottom: 30px;
}
main .howtoBox03 .pointContents p.textsm{
  font-size: 1.4rem;
}
main .howtoBox .pointImage01{
  text-indent: -9999px;
  background: url(../img/pointImage01.png) no-repeat;
  background-size: 300px 186px;
  width: 300px;
  height: 186px;
  margin-right: 34px;

}
main .howtoBox .pointImage02{
  text-indent: -9999px;
  background: url(../img/pointImage02.gif) no-repeat;
  background-size: 292px 223px;
  width: 292px;
  height: 223px;
  margin-right: 34px;
  margin-top: -37px;
}
main .howtoBox03{
  background: url(../img/howtoBox03.gif) no-repeat;
  background-size: 860px 960px;
  width: 860px;
  height: 960px;
  margin: 0 auto 55px;
  position: relative;
}
main .howtoBox03 .pointContents ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  margin-bottom: 40px;
}
main .howtoBox03 .pointContents ul li{
  width: 110px;
	text-align: center;
	color: #c5b9ac;
}
main .howtoBox03 .pointContents .time{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  align-items: center;
}
main .howtoBox03 .pointContents .time .teimeImege{
  display: block;
  text-indent: -9999px;
  background: url(../img/time.png) no-repeat;
  background-size: 214px 275px;
  width: 214px;
  height: 275px;
}
main .howtoBox03 .pointContents .time p{
  width: 460px;
}
main .howtoBox03 .pointContents .time p span{
  display: block;
  text-indent: -9999px;
  background: url(../img/timeText.png) no-repeat;
  background-size: 228px 29px;
  width: 228px;
  height: 29px;
  margin-bottom: 36px;
}
main .bottomText{
  font-size: 3.0rem;
  text-align: center;
  padding: 145px 0 200px 0;
	line-height: 50px;
}

main .details ul li:hover{
	opacity: 0.6;
	cursor: pointer;
	transition: 1s;
}
main .details .detailsTitle{
	margin: 0px auto 23px;
	padding-top: 14px;
}

.popUp{
	position: fixed;
	background: url(../img/popUp.gif);
	background-size: 40px 40px;
	top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  width: 1200px;
  height: 100%;
  margin: 20px auto 0;
  padding: 20px 0 100px 0;
  display: none;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
	border-radius: 3px;
}
.popUp .pclose{
	width: 40px;
	margin: 0 auto 20px;
}
.popUp .popUpImg{
	width: 860px;
	margin: 0 auto;
}
.popUp01 .popUpImg{
	width: 1166px;
	margin: 0 auto;
}


.topNotes{
	width: 860px;
	margin: 0 auto;
	padding-top: 20px;
	padding-bottom: 120px;
}
.topNotes .topNotesTitle{
	text-align: center;
	font-size: 3.6rem;
	border-bottom: solid 1px #a55858;
	padding-bottom: 20px;
	color: #ff7878;
}
.topNotes .topNotesTxt{
	margin-top: 30px;
}
.topNotes .topNotesTxt p{
	margin-bottom: 8px;
	font-size: 1.6rem;
	line-height: 32px;
}




/*=============================
    Fate/Grand Orderとは
===============================*/
.topTitile{
  background: url(../img/topTitleBg.jpg) no-repeat;
  background-size: cover;
}
.topTitile h2{
  padding: 75px 0;
  margin: 0 auto;
}
.fgoWorld h2{
  text-indent: -9999px;
  background: url(../img/fgoWorld.png) no-repeat;
  background-size: 396px 50px;
  background-position: center;
  width: 396px;
  height: 50px;
}

.fgoTtext{
  background: url(../img/fgoTtextBg.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  min-width: 1040px;
  padding: 50px 0 0 0;

}
h3{
	margin-bottom: 30px !important;
}
.fgoTtext h3{
  text-indent: -9999px;
  background: url(../img/fgoTtile.png) no-repeat;
  background-size: 864px 94px;
  background-position: center;
  width: 864px;
  height: 94px;
  margin: 0 auto;
}
.fgoTtextArea{
  padding: 50px 0 90px 0;
}
.fgoTtext p{
  text-align: center;
  font-size: 2.0rem;
  line-height: 50px;
  width: 860px;
  margin: 0 auto;
  letter-spacing: 2px;
  margin-bottom: 60px;

}
.fgoTtext p span{
  font-size: 3.0rem;
  font-weight: bold;
}
.fgoTtext p span.smText{
  font-size: 2.0rem;
  font-weight: normal;
}
ruby rt{
  font-size: 50%;
  letter-spacing: 1px;
  text-align: center;
}
.term {
  background: url(../img/termBg.gif) no-repeat;
  background-size: cover;
}
.term h3{
  text-indent: -9999px;
  background: url(../img/termTitle.png) no-repeat;
  background-size: 864px 95px;
  background-position: center;
  width: 864px;
  height: 95px;
  margin: 0 auto;
  padding-top: 100px;
}
.term .termBoxArea {
  padding-bottom: 100px;
}
.term .termBox{
  width: 860px;
  margin: 0 auto 70px;
}
.term .termBox .termName{
  font-size: 2.6rem;
  font-weight: bold;
  color: #dea730;
  margin-bottom: 30px;
}


/*=============================
    リアル脱出ゲームとは
===============================*/
.realdgame h2{
  text-indent: -9999px;
  background: url(../img/realdgame.png) no-repeat;
  background-size: 404px 53px;
  background-position: center;
  width: 404px;
  height: 53px;
}
.realdContents{
  background: url(../img/characterBg.gif) no-repeat;
  background-size: cover;
  background-position: center;
  min-width: 1040px;
  padding: 10px 0 120px 0;
}
.realdText{
  width: 860px;
  margin: 0 auto;
}
.realdText h3{
  text-indent: -9999px;
  background: url(../img/realdTitle.png) no-repeat;
  background-size: 864px 95px;
  background-position: center;
  width: 864px;
  height: 95px;
  margin: 0 auto;
}
.realdText p{
  margin: 50px 0 60px 0;

}

/*=============================
    グッズ
===============================*/
.goods h2{
  text-indent: -9999px;
  background: url(../img/goods.png) no-repeat;
  background-size: 332px 52px;
  background-position: center;
  width: 332px;
  height: 52px;
}
.goodsContents{
	background: url(../img/characterBg.gif) no-repeat;
	background-size: cover;
	background-position: center;
	min-width: 1040px;
	padding: 60px 0 80px 0;
}
.goodsContents .goodsBox{
	width: 980px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	-webkit-justify-content: flex-start;
	-moz-justify-content: flex-start;
	-ms-justify-content: flex-start;

	padding-bottom: 100px;
}
.goodsContents .goodsBox:not(:last-child){
	border-bottom: solid 1px #454b53;
}
.goodsContents .goodsBox:not(:first-child){
	padding-top: 100px;

}
.goodsContents .goodsBox .goodsImg{
	width: 340px;
	margin-right: 44px;
}
.goodsContents .goodsBox .goodsTxt{
	width: 524px;
}
.goodsContents .goodsBox .contentsTitle{
	font-size: 3.2rem;
	color: #dea730;
	margin-bottom: 28px;
}
.goodsContents .goodsBox .goodsTxt p{
	font-size: 1.8rem;
	line-height: 28px;
}
.goodsContents .goodsBox .goodsTxt p span{
	display: block;
	margin: 20px auto 0px;
}
.goodsContents .goodsBox .goodsTxt .goodsPrice{
	font-size: 2.4rem;
	color: #d7d7d7;
	margin-top: 25px;
}
.goodsContents .goodsBottomtxt{
	text-align: center;
  margin: 0px auto 0;
  width: 800px;
	background-color: #e64f4d;
	-webkit-background-size: 10px 10px;
	-moz-background-size: 10px 10px;
	background-size: 10px 10px;
	background-image: -webkit-linear-gradient(45deg,  #e85452 25%, #e85452 25%, transparent 25%, transparent 75%, #e85452 75%, #e85452 75%),
	                  -webkit-linear-gradient(-45deg, #e85452 25%, #e85452 25%, transparent 25%, transparent 75%, #e85452 75%, #e85452 75%);
	background-image: -moz-linear-gradient(45deg,  #e85452 25%, #e85452 25%, transparent 25%, transparent 75%, #e85452 75%, #e85452 75%),
	                  -moz-linear-gradient(-45deg, #e85452 25%, #e85452 25%, transparent 25%, transparent 75%, #e85452 75%, #e85452 75%);
	background-image: -ms-linear-gradient(45deg,  #e85452 25%, #e85452 25%, transparent 25%, transparent 75%, #e85452 75%, #e85452 75%),
	                  -ms-linear-gradient(-45deg, #e85452 25%, #e85452 25%, transparent 25%, transparent 75%, #e85452 75%, #e85452 75%);
	background-image: -o-linear-gradient(45deg,  #e85452 25%, #e85452 25%, transparent 25%, transparent 75%, #e85452 75%, #e85452 75%),
	                  -o-linear-gradient(-45deg, #e85452 25%, #e85452 25%, transparent 25%, transparent 75%, #e85452 75%, #e85452 75%);
	background-image: linear-gradient(45deg,  #e85452 25%, #e85452 25%, transparent 25%, transparent 75%, #e85452 75%, #e85452 75%),
	                  linear-gradient(-45deg, #e85452 25%, #e85452 25%, transparent 25%, transparent 75%, #e85452 75%, #e85452 75%);
	border-radius: 2px;
  padding: 30px;
	line-height: 30px;
	font-size: 1.6rem;
}
.goodsContents .goodsBottomtxt span{
  font-size: 2.6rem;
  display: block;
	margin-bottom: 10px;
}
.goodsContents .goodsBox .fileNazoBtn{
	margin: 30px auto 0;
}
.goodsContents .goodsBox .fileNazoBtn a{
	display: block;
	width: 630px;
	margin: 0 auto;
}
.goodsContents .goodsContact{
	width: 980px;
	margin: 50px auto 0;
	text-align: center;
}
.goodsContents .gContactTitle{
	font-size: 3rem;
	margin-bottom: 28px;
	position: relative;
}
.goodsContents p span{
	font-size: 2rem;
}
.goodsContents p{
	color: #d7d7d7;
}





/*=============================
        公演情報&チケット
===============================*/
.ticketinfo h2{
  text-indent: -9999px;
  background: url(../img/ticketinfo.png) no-repeat;
  background-size: 359px 53px;
  background-position: center;
  width: 359px;
  height: 53px;
}
.ticketContents main{
  background: url(../img/characterBg.gif) no-repeat;
  background-size: cover;
  background-position: center;
  min-width: 1040px;
  padding: 60px 0 80px 0;
}
.ticketContents section{
  width: 860px;
  margin: 0 auto 100px;
}
.ticketContents .placeList ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;

}
.ticketContents .placeList ul li{
  margin-right: 16px;
	position: relative;
}
.ticketContents .placeList p.exitText{
	padding-top: 30px;
	text-align: center;
}
.ticketContents .placeList .soldOut02{
	width: 127px;
	height: 44px;
	position: absolute;
	top: -15px;
	left: -30px;
	right: 0;
	margin: auto;
	z-index: 1;
}
.ticketContents .placeList ul li:last-child{
  margin-right: 0;
}
.ticketContents .placeList ul li.btn_tokyo a{
  text-indent: -9999px;
  background: url(../img/btn_tokyo.png) no-repeat;
  background-size: 130px 70px;
  background-position: center;
  width: 130px;
  height: 70px;
}
.ticketContents .placeList ul li.btn_osaka a{
  text-indent: -9999px;
  background: url(../img/btn_osaka.png) no-repeat;
  background-size: 130px 70px;
  background-position: center;
  width: 130px;
  height: 70px;
}
.ticketContents .placeList ul li.btn_nagoya a{
  text-indent: -9999px;
  background: url(../img/btn_nagoya.png) no-repeat;
  background-size: 130px 70px;
  background-position: center;
  width: 130px;
  height: 70px;
}
.ticketContents .placeList ul li.btn_sapporo a{
  text-indent: -9999px;
  background: url(../img/btn_sapporo.png) no-repeat;
  background-size: 130px 70px;
  background-position: center;
  width: 130px;
  height: 70px;
}
.ticketContents .placeList ul li.btn_hukuoka a{
  text-indent: -9999px;
  background: url(../img/btn_hukuoka.png) no-repeat;
  background-size: 130px 70px;
  background-position: center;
  width: 130px;
  height: 70px;
}
.ticketContents .placeList ul li.btn_yokohama a{
  text-indent: -9999px;
  background: url(../img/btn_yokohama.png) no-repeat;
  background-size: 130px 70px;
  background-position: center;
  width: 130px;
  height: 70px;
}
.tokyo .placeName h3{
	text-indent: -9999px;
	background: url(../img/tokyo.png) no-repeat;
	background-size: 864px 95px;
	background-position: center;
	width: 864px;
	height: 95px;
	margin-bottom:50px;
}
.fukuoka .placeName h3{
	text-indent: -9999px;
	background: url(../img/fukuoka.png) no-repeat;
	background-size: 864px 95px;
	background-position: center;
	width: 864px;
	height: 95px;
	margin-bottom:50px;
}
.yokohama .placeName h3{
	text-indent: -9999px;
	background: url(../img/yokohama.png) no-repeat;
	background-size: 864px 95px;
	background-position: center;
	width: 864px;
	height: 95px;
	margin-bottom:50px;
}
.osaka .placeName h3{
	text-indent: -9999px;
	background: url(../img/osaka.png) no-repeat;
	background-size: 864px 95px;
	background-position: center;
	width: 864px;
	height: 95px;
	margin-bottom:50px;
}
.nagoya .placeName h3{
	text-indent: -9999px;
	background: url(../img/nagoya.png) no-repeat;
	background-size: 864px 95px;
	background-position: center;
	width: 864px;
	height: 95px;
	margin-bottom:50px;
}
.sapporo .placeName h3{
	text-indent: -9999px;
	background: url(../img/sapporo.png) no-repeat;
	background-size: 864px 95px;
	background-position: center;
	width: 864px;
	height: 95px;
	margin-bottom:50px;
}

.colorTitle{
	font-size: 2.6rem;
	color: #dea730;
	margin-bottom: 24px;
}
.pinzImg{
	width: 400px;
	margin-bottom: 40px;
}
.otherInfo .middleTxt{
	font-size: 2.2rem;
	color: #dea730;
	margin-bottom: 24px;
}
.placeName .placeDate{
	font-size: 3.0rem;
	margin-bottom: 50px;
}
.placeName .placeDate span{
	font-size: 2.0rem;
}
.placeName .dateBoxList {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
	font-size: 2.0rem;
	border-bottom: solid 1px #666;
	padding-bottom: 26px;
}
.placeName .dateBoxList span{
	display: block;
	margin-bottom: 8px;
}
.placeName .dateName{
	margin-right: 50px !important;
	position: relative;
	width: 60px;
}
.placeName .dateBoxList .dateBox{
	margin-right: 70px;
}
.placeName .dateBoxList .dateBox p.none{
	text-align: center;
}

.placeName .dateName .dateNameText{
	position: absolute;
	bottom: 0
}

.placeName .dateBoxList .dateBox:last-child{
	margin-right: 0;
}
.placeName .caution{
	color: #ff7878;
	margin: 20px 0 10px 0;
}
.placeName .smText, .price .smText{
	font-size: 1.6rem;
	color: #afafaf;
	line-height: 34px;
	margin: 50px 0 80px 0;
}
.placeName .smText, .price .smText a{
	display: inline;
	font-size: 1.6rem;
	color: #afafaf;
	line-height: 34px;
	margin: 50px 0 80px 0;
}
.smText a{
	display: inline;
	color:#6dd8ff!important;
}


/* ---------- アクセス ---------- */

.access{
	font-size: 2.0rem;
	line-height: 40px;
}
.access h3{
	text-indent: -9999px;
	background: url(../img/access.png) no-repeat;
	background-size: 864px 92px;
	background-position: center;
	width: 864px;
	height: 92px;
	margin-bottom:50px;
}
.access a{
	display: inline;
	color:#6dd8ff;
}
.access p{
	margin-bottom: 40px;
}
/* ---------- プレイ形式 ---------- */

.playFormat h3{
	text-indent: -9999px;
	background: url(../img/playFormat.png) no-repeat;
	background-size: 864px 94px;
	background-position: center;
	width: 864px;
	height: 94px;
	margin-bottom:50px;
}
.playFormat p, .join p{
	line-height: 40px;
}
.join h3{
	text-indent: -9999px;
	background: url(../img/join.png) no-repeat;
	background-size: 864px 95px;
	background-position: center;
	width: 864px;
	height: 95px;
	margin-bottom:50px;
}
/* ---------- チケット料金 ---------- */

.price{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	-webkit-justify-content: flex-start;
	-moz-justify-content: flex-start;
	-ms-justify-content: flex-start;
}
.price h3{
	text-indent: -9999px;
	background: url(../img/price.png) no-repeat;
	background-size: 864px 95px;
	background-position: center;
	width: 864px;
	height: 95px;
	margin-bottom:50px;
}
.price p{
	line-height: 38px;
}
.price span{
	color:#ff7878;
	font-size: 1.6rem;
	display: block;
	margin-top: -14px;
}
.price .pricebox{
	margin-right: 40px;
}
.otherInfo {
	margin-bottom: 83px;
}
.otherInfoTop{
	margin-bottom: 40px;
	margin-top: 40px;
}
.otherInfoTop span.mdtext{
	font-size: 1.5rem;
	line-height: 1;
}
span.longtext{
	line-height: 30px;
	font-size: 1.5rem;
	display: block;
	margin-top: 5px;
}
.otherInfo p{
	margin-bottom: 10px;
}

span.colorSm{
	font-size: 1.8rem;
	color: #dea730;
	display: block;
	margin-bottom: 6px;
}
.otherSm{
	font-size: 1.8rem;
	line-height: 40px;
}
.lastInfo{
	margin-bottom: 0;
}
.ticketstore h3{
	text-indent: -9999px;
	background: url(../img/ticketstore.png) no-repeat;
	background-size: 864px 95px;
	background-position: center;
	width: 864px;
	height: 95px;
}
.ticketstore a{
	display: inline;
	color: #6dd8ff;
}
.ticketstore p{
	line-height: 40px;
}
.ticketstoreli{
	padding: 50px 0;
	border-bottom: 1px solid #454b53;
	box-sizing: border-box;
}
.ticketstoreli .normalSm{
	font-size: 1.6rem;
}
.ticketstoreli span.smText{
	font-size: 1.6rem;
	color: #afafaf;
	line-height: 34px;
	margin: 50px 0 80px 0;
}
.ticketstoreli span.colorR{
	color: #ff7878;
}


/*=============================
            faq
===============================*/

.faq h2{
  text-indent: -9999px;
  background: url(../img/faq.png) no-repeat;
  background-size: 294px 56px;
  background-position: center;
  width: 294px;
  height: 56px;
}
.faqContents{
  background: url(../img/characterBg.gif) no-repeat;
  background-size: cover;
  background-position: center;
  min-width: 1040px;
  padding: 100px 0 170px 0;
}
.faqContents section{
  width: 860px;
  margin: 0 auto;
}
.faqContents section p{
  line-height: 26px;
  margin-bottom: 14px;
}
.notes h3{
  text-indent: -9999px;
  background: url(../img/notesTitle.png) no-repeat;
  background-size: 864px 95px;
  background-position: center;
  width: 864px;
  height: 95px;
  margin: 0 auto;
}
.faqContents .faqText{
  margin: 50px 0 100px 0;
}
.fee h3{
  text-indent: -9999px;
  background: url(../img/feeTitle.png) no-repeat;
  background-size: 864px 95px;
  background-position: center;
  width: 864px;
  height: 95px;
  margin: 0 auto;
}

.cloak h3{
  text-indent: -9999px;
  background: url(../img/cloakTitle.png) no-repeat;
  background-size: 864px 92px;
  background-position: center;
  width: 864px;
  height: 92px;
  margin: 0 auto;
}
.question h3{
  text-indent: -9999px;
  background: url(../img/questionTitle.png) no-repeat;
  background-size: 864px 95px;
  background-position: center;
  width: 864px;
  height: 95px;
  margin: 0 auto;
}
.qText, .aText{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  align-items: flex-start;
}
.qText{
  margin-bottom: 24px;
}
.qImage{
  text-indent: -9999px;
  background: url(../img/qImage.png) no-repeat;
  background-size: 27px 37px;
  width: 27px;
  height: 37px;
  margin-right: 44px;
}
.questionBox .qText p{
  font-size: 2.6rem;
  margin-bottom: 0;
  line-height: 40px;
  width: 782px;
}
.aImage{
  text-indent: -9999px;
  background: url(../img/aImage.png) no-repeat;
  background-size: 29px 30px;
  width: 29px;
  height: 30px;
  margin-right: 44px;
}
.questionBox .aText p{
  width: 757px;
  line-height: 40px;
}
.questionBox .aText .subaText{
	width: 757px;
	margin-left: 67px;
}
.questionBox{
  margin: 50px 0 50px 0;
}
.ticketLink{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	-webkit-justify-content: space-around;
	-moz-justify-content: space-around;
	-ms-justify-content: space-around;
	align-items: baseline;
	margin-bottom: 50px;
}
.ticketLink h4 {
    width: 100%;
    text-align: center;
    font-size: 120%;
}
.ticketLink .cnticke,
.ticketLink .scticke{
	width: 50%;
}
.ticketLink .cnticke span{
	font-size: 1.4rem;
	width: 313px;
	display: block;
	margin: 0 auto;
	line-height: 21px;
}
.ticketLink .cnticke .tickeImg{
	width: 313px;
	margin: 0 auto;
}
.ticketLink .scticke .tickeImg{
	width: 350px;
	margin: 0 auto;
}
.ticketguide h3{
	text-indent: -9999px;
  background: url(../img/ticketguide.png) no-repeat;
  background-size: 864px 95px;
  background-position: center;
  width: 864px;
  height: 95px;
	margin-bottom:50px;
}
.ticketguide a{
	text-align: center;
	display: block;
  color: #6dd8ff;
	margin: 0 auto 14px;
}
.tiTextLink a{
	text-align: left;
	display: block;
	color: #6dd8ff;
	margin: 0 auto 14px;
}
.tpia{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	margin-bottom: 50px;
}
.tpia p{
	line-height: 40px;
	width: 498px
}
.tickeImage{
	width: 313px;
}

.faqLink{
	width: 491px;
	margin: 40px auto 50px;
}

.information h3{
	text-indent: -9999px;
	background: url(../img/information.png) no-repeat;
	background-size: 864px 95px;
	background-position: center;
	width: 864px;
	height: 95px;
	margin-bottom:50px;
}
.information h4 {
    text-align: center;
    width: 100%;
    margin-top: 2rem;
}
.information p{
	font-size: 3.0rem;
	text-align: center;
	line-height: 50px;
}
.information p span{
	font-size: 2.0rem;
	text-align: center;
}

/*=============================
            nazo
===============================*/
.nazoModal{
	position: fixed;
	-webkit-background-size: 8px 8px;
	-moz-background-size: 8px 8px;
	background-size: 8px 8px;
	background-color: #000;
	background-image: -webkit-gradient(linear, 0 0, 100% 100%,
	            color-stop(.25, #1e1e1e), color-stop(.25, transparent),
	            color-stop(.5, transparent), color-stop(.5, #1e1e1e),
	            color-stop(.75, #1e1e1e), color-stop(.75, transparent),
	            to(transparent));
	background-image: -webkit-linear-gradient(-45deg, #1e1e1e 25%, transparent 25%,
	          transparent 50%, #1e1e1e 50%, #1e1e1e 75%,
	          transparent 75%, transparent);
	background-image: -moz-linear-gradient(-45deg, #1e1e1e 25%, transparent 25%,
	          transparent 50%, #1e1e1e 50%, #1e1e1e 75%,
	          transparent 75%, transparent);
	background-image: -ms-linear-gradient(-45deg, #1e1e1e 25%, transparent 25%,
	          transparent 50%, #1e1e1e 50%, #1e1e1e 75%,
	          transparent 75%, transparent);
	background-image: -o-linear-gradient(-45deg, #1e1e1e 25%, transparent 25%,
	          transparent 50%, #1e1e1e 50%, #1e1e1e 75%,
	          transparent 75%, transparent);
	background-image: linear-gradient(-45deg, #1e1e1e 25%, transparent 25%,
	          transparent 50%, #1e1e1e 50%, #1e1e1e 75%,
	          transparent 75%, transparent);
	top: 0;
  left: 0;
  right: 0;
	min-width: 1200px;
	width: 90%;
	height: 100%;
	z-index: 3;
	margin: 20px auto 0;
	padding: 40px 0 50px 0;
	font-size: 1.6rem;
	overflow: scroll;
  -webkit-overflow-scrolling: touch;
	border-left: solid 1px #676767;
	border-top: solid 1px #676767;
	border-right: solid 1px #676767;
	border-radius: 3px;
	box-sizing: border-box;
}


.nazoModalText h3{
  margin-bottom: 15px !important;
  font-weight: bold;
  border-bottom: 1px solid #777;
}
.nazoModalText p{
	line-height: 26px;
	margin-bottom: 2em;
  color: #eee;
  font-size: 1.6rem;
}
.nazoModalText p strong{
  font-weight: bold;
  color: #ff5bac;
}
.nazoModalwrap{
	width: 860px;
	margin: 0 auto;
}
.nazoModalText{
	margin-bottom: 30px;
}
.answerPresent{
	border: solid 1px #b1cdf7;
	border-radius: 2px;
	text-align: center;
	padding: 30px 40px;
	margin-bottom: 100px;
	position: relative;
}
.answerPresent .achievement{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 751px;
	height: 275px;
}
.answerPresent .achievement img{
	width: 751px;
	height: 275px;
}

.nazoClose{
	width: 40px;
	margin: 0 auto 40px;
}
.answerPresent p{
	margin: 10px 0;
	font-size: 1.8rem;
	border-bottom: dashed 1px #6d6d6d;
	padding-bottom: 12px;
}
.answerPresent img{
	width: 50px;
	margin-right: 5px;
}
.nazoModalTitle{
	font-size: 2.6rem;
	font-weight: bold;
	border-bottom: solid 1px #989898;
	padding-bottom: 25px;
	margin-bottom: 25px;

}


.nazo .titleMain {
    width: 580px;
    display: block;
		margin: 0 auto 30px;
}
.nazo .topTitile {
	background: none;
}
.nazo .topTitile h2{
	padding: 75px 0 0 0;
	margin-bottom: 55px;
}
.nazo .topTitile h2{
	padding: 75px 0 0 0;
	margin-bottom: 55px;
}
.nazo .nazoTitile {
    width: 800px;
    display: block;
		margin: 0 auto 40px;
}
.nazo .nazoSubTitile {
    width: 290px;
    display: block;
		margin: 0 auto 50px;
}
.nazo .nazoCorrect {
    width: 226px;
    display: block;
		margin: 0 auto 30px;
}
.nazo .correctNum {
	font-size: 1.8rem;
	text-align: center;
	margin-top: 40px;
	color: #fff;
}
.correct main .info {
    padding: 20px 0 126px 0;
}

.nazobg{
	display: block;
	width: 100%;
	height: 100%;
	background: url(../img/interviewBg.jpg) no-repeat center center;
	background-size: cover;
	position: fixed;
	z-index: -1;
	overflow: hidden;
}
.nazoContents .carouselWrapper{
	width: 980px;
	margin: 30px auto 0;
	padding-bottom: 100px;
}
.nazoContents .banner{
	margin-top: 40px;
  text-align: center;
}
.nazoContents .banner a{
  color: #fff;
  display: inline;
}
.nazoContents .carouselWrapper .problemBtn{
	width: 420px;
	margin: 66px auto 0;
}








.slick-prev:before{
	content: "";
	text-indent: -9999px;
  background: url(../img/nazoBack.png) no-repeat;
	background-size: 130px 130px;
	width: 130px;
	height: 130px;
	display: block;
}
.slick-next:before {
	content: "";
	text-indent: -9999px;
  background: url(../img/nazoNext.png) no-repeat;
	background-size: 175px 175px;
	width: 175px;
	height: 175px;
	display: block;
}
.slick-next {
    width: 175px !important;
    height: 175px !important;
		right: 0 !important;
}
.slick-prev {
    width: 130px !important;
    height: 130px !important;
		left: 0 !important;
		z-index: 1 !important;
}
.slick-dots li.slick-active button:before {
    opacity: .75 !important;
    color: #fff !important;
		font-size: 70px !important;
}
.slick-dots li button:before {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
    font-size: 70px !important;
    color: #fff !important;
}
.correctNum{
	font-size: 1.8rem;
	text-align: center;
	margin-top: 40px;
}
.correctNum span{
	font-size: 2.4rem;
	font-weight: bold;
}
.correctNum .caution {
  padding-top:  10px;
  font-size: 1.3rem;
  font-weight: bold;
}


/* ---------- problem ---------- */

.problemContents{
  background: url(../img/characterBg.gif) no-repeat;
  background-size: cover;
  background-position: center;
  min-width: 1040px;
  padding: 100px 0 100px 0;
}
.problemContents h2{
	text-indent: -9999px;
  background: url(../img/problemTitle.png) no-repeat;
  background-size: 761px 53px;
  background-position: center;
  width: 761px;
  height: 53px;
  margin: 10px auto;
}
.problemWrapper{
	width: 980px;
	margin: 0 auto;
}
.problemBox{
	margin-bottom: 70px;
}
.issue{
	background-color: #fff;
	padding-bottom: 45px;
	margin-bottom: 30px;
}
.problemWrapper .problemNum{
	font-size: 4.5rem;
	padding: 34px 0;
	background-color: #b32a2b;
	text-align: center;
	margin-bottom: 40px;
}
.problemWrapper .probleImg{
	width: 700px;
	margin: 0 auto 50px;
}
.problemWrapper .tips{
	width: 880px;
	margin: 0 auto;
}
.problemWrapper .tipsTitle{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
	background-color: #b32a2b;
	font-size: 2.2rem;
	font-weight: bold;
	text-align: center;
	padding: 5px 0;
	position: relative;
}
.problemWrapper .tipsTitle:hover{
	opacity: 0.7;
	cursor: pointer;
}
.problemWrapper .tipsText01,
.problemWrapper .tipsText02,
.problemWrapper .tipsText03,
.problemWrapper .tipsText04
{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	-webkit-justify-content: flex-start;
	-moz-justify-content: flex-start;
	-ms-justify-content: flex-start;
	border-left: solid 1px #c1c1c1;
	border-bottom: solid 1px #c1c1c1;
	border-right: solid 1px #c1c1c1;
	box-sizing: border-box;
	padding: 13px 27px;
	align-items: center;
	display: none;
}
.problemWrapper .tipsText .tipsImg{
	width: 121px;
	height: 121px;
	margin-right: 30px;
}
.problemWrapper .tipsText .text {
	font-size: 2.4rem;
	color: #222222;
	width: 80%;
}
.problemWrapper .tipsText .text span{
	font-size: 1.6rem;
	color: #6e6f74;
	font-weight: bold;
	display: block;
	margin-bottom: -7px;
}
.problemWrapper .answer{
	width: 515px;
	margin: 0 auto;
}
.problemWrapper .answer .fontfGoth{
	color: #b5ddff;
	text-align: center;
	font-weight: bold;
	margin-bottom: 24px;
	font-size: 2.2rem;
}
.problemWrapper .answer .fontfGoth .emphasis{
  color: #ff88c3;
  font-size: 3.6rem;
  font-weight: bold;
}
input::-ms-clear {
    visibility:hidden
}
input::-ms-reveal {
    visibility:hidden
}
.problemWrapper .answer input[type="text"]{
	background-color: #fff;
	border: solid 1px #b12a2d;
	width: 100%;
	color: #222222;
	font-size: 4rem;
	padding: 15px 0;
	text-align: center;
	font-weight: bold;
	vertical-align : middle;
	display:inline;
}
.problemWrapper .lastAnswer {
	width: 435px;
	margin: 0 auto;
}
.problemWrapper input[type="submit"]{
	background: #d2c08a;
	background: -moz-linear-gradient(top, #d2c08a 0%, #c5ac5e 100%);
	background: -webkit-linear-gradient(top, #d2c08a 0%,#c5ac5e 100%);
	background: linear-gradient(to bottom, #d2c08a 0%,#c5ac5e 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d2c08a', endColorstr='#c5ac5e',GradientType=0 );
	width: 370px;
	height: 71px;
	margin: 30px auto 30px;
	display: block;
	border-radius: 2px;
	font-size: 2rem;
	font-weight: bold;
}

.problemWrapper input[type="submit"]:hover{
	opacity: 0.7;
	cursor: pointer !important;
	transition: 0.3s;
}
.problemWrapper .lastAnswer #answers{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	-webkit-justify-content: flex-start;
	-ms-justify-content: flex-start;
	-moz-justify-content: flex-start;
}
.problemWrapper .lastAnswer .answerBlock {
	display: block;
	width: 90px;
	margin-right: 25px;
}
.problemWrapper .lastAnswer .answerBlock:last-child {
	margin-right: 0;
}
.problemWrapper .lastAnswer .answerBlock .block{
	position: relative;
	min-width: 90px;
	min-height: 80px;
	border: solid 1px #c7ae64;
	box-sizing: border-box;
}
.problemWrapper .lastAnswer #answers{
	margin-bottom: 50px;
}
.problemWrapper .lastAnswer #answers span{
	color: #c7ae64;
	position:absolute;
  top:50%;
  left:50%;
  display:inline;
  transform:translate(-50%, -50%);
	font-size: 4.4rem;
	text-align: center;

}
.problemWrapper .lastAnswer .answerNum{
	border: none !important;
}
.problemWrapper .lastAnswer .answerNum span{
color: #222222 !important;
-ms-writing-mode: horizontal-tb !important;
writing-mode: horizontal-tb !important;
}
.problemWrapper .lastAnswer #answer2Block,
.problemWrapper .lastAnswer #answer4Block{
	margin-top: 160px;
}


.problemWrapper .lastAnswer .answerBlock .colorR{
	position: relative;
	min-width: 90px;
	min-height: 80px;
	background-color:#b32a2b;
}
.problemWrapper .lastAnswer #answers .colorR span{
	color: #fff;
	position:absolute;
  top:50%;
  left:50%;
  display:inline;
  transform:translate(-50%, -50%);
	font-size: 4.4rem;
	text-align: center;
}
/* ---------- correct ---------- */
.correct .snsIcon{
	margin-top: 30px;
}
.correct .snsIcon img{
	width: 357px;
	margin: 0 auto;
	display: block;
}
.correct .snsIcon p{
	font-size: 2rem;
	text-align: center;
	margin-bottom: 10px;
}
.correct .snsIcon img{
	width: 357px;
	margin: 0 auto;
	display: block;
}

.correct .snsIcon a{
	width: 357px;
	margin: 0 auto;
}


/* ---------- interview ---------- */

.interview .topTitile{
	background: none;
}

.interviewBg{
	display: block;
	width: 100%;
	height: 100%;
	background: url(../img/interviewBg.jpg) no-repeat center center;
	background-size: cover;
	position: fixed;
	z-index: -1;
	overflow: hidden;
}
.interview .topTitile h2{
	padding: 40px;
}
.interview .titleMain{
	width: 580px;
	display: block;
	margin: 0 auto;
}
.interview .titleInterview{
	width: 836px;
	margin-top: 16px;
}
.interviewContents .interviewArticle{
	width: 960px;
	margin: 0 auto 100px;
	padding-bottom: 100px;
	background: #fff;
	color: #000;
	font-family: "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.interviewContents .interviewArticle figcaption{
	text-align: center;
	font-size: 1.2rem;
	letter-spacing: .05em;
	margin-top: 8px;
	color: #455a64;
}
.interviewContents .interviewArticle .lead{
	font-size: 1.8rem;
	margin: 32px 40px 0;
}
.interviewContents .interviewArticle .interviewSection{
	margin: 0 40px;
}
.interviewContents .interviewArticle .interviewSection + .interviewSection{
	margin-top: -40px;
}
.interviewContents .interviewArticle .interviewSection > *{
	margin-bottom: 40px;
	font-size: 1.6rem;
	line-height: 2em;
}
.interviewContents .interviewArticle .interviewSection h3{
	font-size: 2rem;
	color: #1672a5;
	font-weight: bold;
	margin-bottom: 40px !important;
}
.interviewContents .interviewArticle .interviewSection .talkQuestion{
	font-weight: bold;
}
.interviewContents .interviewArticle .interviewSection .talkName01,
.interviewContents .interviewArticle .interviewSection .talkName02{
	font-weight: bold;
	margin-right: 16px;
}
.interviewContents .interviewArticle .interviewSection .talkName01{
	color: #b54c43;
}
.interviewContents .interviewArticle .interviewSection .talkName02{
	color: #546e7a;
}
.interviewContents .interviewArticle .interviewSection .imgVertical{
	width: 560px;
	margin: 0 auto;
}

.interviewContents main .info{
	padding: 50px 0 100px;
}
/* ---------- nasuComment ---------- */
.commentContents main .info {
    background: url(../img/contentBg01.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    min-width: 1040px;
    padding: 40px 0 126px 0;
}
.nasuComment .titleMain {
    width: 580px;
    display: block;
    margin: 0 auto;
}
.nasuComment .titleComment{
	width: 736px;
	margin: 50px 0;
}
.commentArticle{
	width: 960px;
	margin: 0 auto;
	padding-bottom: 60px;
	color: #000;
}
.commentArticle article{
	background: url(../img/nasuCommentBg.png) no-repeat;
	background-size: cover;
	background-color: #fff;
	padding: 0 46px 60px 46px;
	margin-top: -75px;
	margin-bottom: 115px;
}
.commentArticle .commentTop{
	padding-top: 80px;
	margin-bottom: 44px;
}
.commentArticle .commentTop img,
.commentArticle .commentTop p{
	display: inline-block;
	vertical-align: middle;
}
.commentArticle .commentTop img{
	margin-right: 80px;
	margin-left: 10px;
}
.commentTop img {
	width: 228px;
}
.img02 img,
.img02 img{
	width: 229px;
}
.commentArticle .commentTop p {
	font-size: 4rem;
	line-height: 48px;
}
.commentText{
		font-family: "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
		overflow: hidden;
}
.commentText p{
		line-height: 36px;
		margin-bottom: 50px;
}
.commentText .nasuName{
		float: right;
}




/* ---------- goodsNazoContents ---------- */
.goodsNazoContents{
  background: url(../img/goodsNazoBg.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  min-width: 1040px;
  padding: 100px 0 100px 0;
}
.goodsNazoContents h2{
	text-indent: -9999px;
  background: url(../img/goodsNazoTitle.png) no-repeat;
	background-size: 518px 125px;
	width: 518px;
	height: 125px;
	margin: 70px auto 0;
}
.goodsNazoContents .formArea{
	background-color: #d9d2ce;
	border-radius: 2px;
	width: 980px;
	margin: 80px auto 0;
	padding: 30px;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	-webkit-justify-content: flex-start;
	-ms-justify-content: flex-start;
	-moz-justify-content: flex-start;
	align-items: center;
}
.goodsNazoContents .formImg{
	text-indent: -9999px;
	background: url(../img/formImg.jpg) no-repeat;
	background-size: 370px 254px;
	width: 370px;
	height: 254px;
	margin-right: 30px;
}
.goodsNazoContents .formTxt p{
	font-size: 3rem;
	color: #321d0a;
	margin-bottom: 24px;
}
.goodsNazoContents .formTxt input[type="text"]{
	display: inline-block;
	width: 390px;
	background-color: #fff;
	border: solid 2px #dedede;
	box-sizing: border-box;
	padding: 18px;
	color: #321d0a;
	font-size: 2.6rem;
	vertical-align: middle;
	margin-right: 10px;
}
:placeholder-shown {
    color: #dedede;
}
/* Google Chrome, Safari, Opera 15+, Android, iOS */
::-webkit-input-placeholder {
    color: #dedede;
}
/* Firefox 18- */
:-moz-placeholder {
    color: #dedede; opacity: 1;
}
/* Firefox 19+ */
::-moz-placeholder {
    color: #dedede; opacity: 1;
}
/* IE 10+ */
:-ms-input-placeholder {
    color: r#dededeed;
}
.goodsNazoContents .formTxt input[type="submit"]{
	display: inline-block;
	background: #715a4f;
	background: -moz-linear-gradient(top, #715a4f 0%, #441b07 99%);
	background: -webkit-linear-gradient(top, #715a4f 0%,#441b07 99%);
	background: linear-gradient(to bottom, #715a4f 0%,#441b07 99%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#715a4f', endColorstr='#441b07',GradientType=0 );
	width: 114px;
	height: 76px;
	font-size: 2rem;
	vertical-align: middle;
	border-radius: 2px;
	color: #fff;
}
.goodsNazoContents .formTxt input[type="submit"]:hover{
	opacity: 0.7;
	cursor: pointer;
}
.goodsCorrect{
	position: fixed;
	background: rgba(20,10,4,0.9);
	z-index: 9999;
	top: 0;
  left: 0;
  right: 0;
  width: 1200px;
  height: 100%;
  margin: 20px auto 0;
  padding: 20px 0 100px 0;
	overflow: scroll;
	-webkit-overflow-scrolling: touch;
	border: solid 1px #39322b;
	box-sizing: border-box;
	border-radius: 2px;
	display: none;
}
.goodsNoCorrect{
	position: fixed;
	background: rgba(20,10,4,0.9);
	z-index: 9999;
	top: 0;
  left: 0;
  right: 0;
  width: 1200px;
  height: 100%;
  margin: 20px auto 0;
  padding: 20px 0 100px 0;
	overflow: scroll;
	-webkit-overflow-scrolling: touch;
	border: solid 1px #39322b;
	box-sizing: border-box;
	border-radius: 2px;
	display: none;
}
.goodsCorrect .correctContents{
	background: url(../img/correctContents.jpg) no-repeat;
	background-size: 980px 594px;
	width: 980px;
	height: 594px;
	margin: 0 auto;
}
.goodsNoCorrect .correctContents{
	background: url(../img/correctContents.jpg) no-repeat;
	background-size: 980px 594px;
	width: 980px;
	height: 594px;
	margin: 0 auto;
}
.goodsCorrect .correctContents .gCorrect{
	width: 226px;
	display: block;
	margin: 0 auto 40px;
	padding-top: 60px;
}
.goodsCorrect .correctContents .twitter{
	text-align: center;
	font-size: 2.2rem;
}
.goodsCorrect .correctContents .twitter p{
	margin-bottom: 10px;
}
.goodsCorrect .correctContents .twitter img{
	width: 357px;
	margin: 0 auto;
	display: block;
}
.goodsCorrect .close,
.goodsNoCorrect .close{
	width: 40px;
	margin: 0 auto 20px;
}
.goodsNoCorrect .correctContents .gCorrect{
	width: 190px;
	display: block;
	margin: 0 auto 40px;
	padding-top: 60px;
}
.goodsNoCorrect .correctContents .retry{
	font-size:2.6rem;
	background: #cf4751;
	background: -moz-linear-gradient(top, #cf4751 0%, #b62a34 100%);
	background: -webkit-linear-gradient(top, #cf4751 0%,#b62a34 100%);
	background: linear-gradient(to bottom, #cf4751 0%,#b62a34 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cf4751', endColorstr='#b62a34',GradientType=0 );
	text-align: center;
	border-radius: 2px;
	width: 400px;
	padding: 22px 0;
	margin: 0 auto 40px;
}
.goodsNoCorrect .correctContents .retry:hover{
	opacity: 0.7;
	cursor: pointer;
	transition: 0.4s;
}
.goodsNoCorrect .correctContents .retry p span{
	vertical-align: middle;
}
.goodsNoCorrect .correctContents .retry img{
	width: 24px;
	vertical-align: middle;
	margin-right: 8px;
}
.goodsNoCorrect .correctContents .hintBtn{
	margin: 0 auto;
	text-align: center;
	width: 291px;
}









/* ---------- footer ---------- */
footer{
  padding-bottom: 100px;
  position: relative;
  background: url(../img/footerBg.gif) no-repeat;
  background-size: contain;
  background-position: bottom;
  background-color: #000;
  min-width: 1040px;

}
footer::before{
  content: "";
  display: block;
  background: url(../img/goldLine.gif) no-repeat;
  background-size: 100% 1px;
  width: 100%;
  height: 1px;
}
footer .footerSns{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  margin: 0 auto;
  width: 182px;
  padding: 100px 0 80px 0;

}
footer .footerSns .snsIcon{
  width: 50px;
}
footer .planning p{
  text-align: center;
  line-height: 32px;
  padding-bottom: 50px;
}
footer .planning .fgo{
  width: 220px;
  margin: 0 auto 46px;
}
footer .planning .realdgame{
  width: 146px;
}
footer .planning .scrap10th{
  width: 110px;
}
footer .planning .planningImage{
  width: 290px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  margin: 0 auto 55px;
}
footer .planningText{
  font-size: 1.2rem;
  line-height: 32px;
  text-align: center;
}
footer .planningText p{
  margin-bottom: 80px;
}
footer .copyright{
  color: #b8b8b8;
  text-align: center;
  font-size: 1.2rem;
}
.slick-disabled {
	display: none !important;
}


/*復刻版上書き*/
.mt_2rem {
    margin-top: 2rem !important;
}
.kakolist li {
    background-color: #555;
    opacity: 0.7;
    padding-bottom: 10px;
}

main .logo_240 {
 margin: 1em auto;
    text-align: center;
}
main .logo_240 img{
    width: 240px;
}

