@charset "utf-8";

body {
  position: relative;
  margin: 0;
  padding: 0;
  background-image: url("../img/bg.jpg");
  background-color: #831d26;
  color: #831d26;
  text-align: center;
}

#wrap {
  position: relative;
  width: 97%;
  margin: 0 auto;
  padding: 0.5% 0;
  border: solid 3px #e9c687;
}
#contents-wrap {
  position: relative;
  margin: 0 auto;
  padding: 0;
  width: 98%;
  display: block;
  background-image: url("../img/contents_bg.jpg");
  background-color: #d5c7b7;
  border: solid 2px #e9c687;
}
#contents-wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background-image: url("../img/bg01.png"), url("../img/bg02.png"), url("../img/bg03.png"), url("../img/bg04.png");
  background-position: 0 0, 100% 0, 0 100%, 100% 100%;
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
  background-size: 24px auto, 24px auto, 24px auto, 24px auto;
}

footer {
  position: relative;
  font-size: 0.18rem;
  margin: 1.5% auto 0 auto;
  padding: 11% 0 4% 0;
  color: #ffda9f;
  background-color: rgba(53, 8, 12, 0.9);
}
footer p.copyright {
  position: relative;
  margin: 12% auto 90px auto;
  font-size: 0.12rem;
}
footer p span {
  display: block;
  padding-top: 4%;
  color: #c1602a;
}
footer a.scrapLogo {
  position: relative;
  margin: 12% auto;
  display: block;
  width: 93px;
}
footer 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: space-between;
  width: 54%;
}

section {
  position: relative;
  width: 100%;
  margin: 8% auto 12% auto;
  padding: 0;
}

.company {
  position: relative;
  margin: 20% auto 60% auto;
  font-size: 0.13rem;
}

.btn_ticket {
  position: fixed;
  bottom: 1%;
  right: 1%;
  width: 90px;
  height: 90px;
  background-image: url("../img/btn_ticket.png");
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: contain;
  z-index: 8;
}

/* 共通 */
h2 {
  position: relative;
  margin: 4% auto 8% auto;
  display: block;
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 98%;
  height: 0;
  padding-top: 14.79%;
}
#story h2 {
  background-image: url("../img/ttl_story_sp.png");
}
#about h2 {
  background-image: url("../img/ttl_about_sp.png");
}
#howto h2 {
  background-image: url("../img/ttl_howto_sp.png");
}
#price h2 {
  background-image: url("../img/ttl_price_sp.png");
}
#schedule h2 {
  background-image: url("../img/ttl_schedule_sp.png");
}
#tokuten h2 {
  background-image: url("../img/ttl_tokuten_sp.png");
}
#qa h2 {
  background-image: url("../img/ttl_qa_sp.png");
}
#limit h2 {
  background-image: url("../img/ttl_limit_sp.png");
}

.topbar {
  position: absolute;
  top: 8px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #e9c687;
}
.bottombar {
  position: absolute;
  bottom: 8px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #e9c687;
}

/* ヘッダー */
header {
  position: relative;
  margin: 0 auto 1.5% auto;
  display: block;
  background-image: url("../img/keyvisual_sp.jpg");
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: 100% auto;
  padding-top: 141.56%;
  width: 100%;
}

/* ナビゲーション */
nav {
  position: fixed;
  top: 0;
  margin: 0 0 0 calc(100% + 20px);
  padding-top: 50px;
  height: 100vh;
  width: calc(100% + 20px);
  z-index: 9;
  transition: all 0.3s ease-out;
}
nav ul {
  position: relative;
  margin: 0 auto;
  width: 100%;
  text-align: left;
}
nav ul li {
  position: relative;
  margin: 0;
  padding: 10px 0;
  width: 100%;
  text-align: center;
  border-bottom: solid 1px #e9c687;
  color: #e9c687;
  font-weight: bold;
}
nav ul li:last-child,
nav ul li:last-child ul li {
  border-bottom: none;
}
nav ul li:last-child ul {
  position: relative;
  margin: 4% auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 54%;
}
nav ul li:last-child ul li {
  position: relative;
  margin: 0 auto;
  width: auto;
}

.spMenu {
  margin: 0 0 0 -20px;
  background-color: #831d26;
}
.btn_spMenu {
  position: fixed;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-top: 40px solid #831d26;
  border-right: 45px solid transparent;
  border-left: 45px solid transparent;
  z-index: 15;
}
.btn_spMenu.active {
  border-top: 40px solid #000000;
}

.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all 0.2s;
  box-sizing: border-box;
}
.menu-trigger {
  position: absolute;
  top: -32px;
  right: -12px;
  width: 24px;
  height: 13px;
}
.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #e9c687;
  border-radius: 2px;
}
.menu-trigger span:nth-of-type(1) {
  top: 0;
}
.menu-trigger span:nth-of-type(2) {
  top: 6px;
}
.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}
.menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(12px) rotate(-45deg);
  transform: translateY(10px) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-12px) rotate(45deg);
  transform: translateY(-2px) rotate(45deg);
}

/* イントロ */
#intro {
  margin: 8% auto;
}
#intro p {
  position: relative;
  margin: 0 auto;
  display: block;
  background-image: url("../img/lead_sp.png");
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 68%;
  height: 0;
  padding-top: 37%;
}
#intro ul#banner {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  /*justify-content: flex-start;*/
  width: 96%;
  margin: 8% auto;
}
#intro ul#banner li {
  position: relative;
  display: block;
  width: 94%;
  padding: 0 1%;
  margin-bottom: 2%;
}
/* photo slider */
#intro div#photoArea {
  position: relative;
  margin: 30px auto 0;
  width: 94%;
  overflow: hidden;
}
#intro .photoWrap {
  top: 0;
  left: 2%;
  height: 88px;
  width: 100%;
  overflow: hidden;
  position: absolute;
}
#intro .photoWrap:after {
  content: "";
  display: none;
  clear: none;
}
#intro div.photo {
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 88px;
  overflow: hidden;
}
#intro div.photo ul {
  float: left;
  height: 88px;
  overflow: hidden;
}
#intro div.photo ul li {
  position: relative;
  height: 88px;
  width: 142px;
  float: left;
  display: inline;
  overflow: hidden;
}
#intro div.photo ul li img {
  height: 100%;
  width: auto;
}

/* ストーリー */
.st01 {
  position: relative;
  margin: 6% auto;
  display: block;
  font-size: 0.24rem;
  line-height: 1.357em;
  font-weight: 900;
}
.st02 {
  position: relative;
  margin: 6% auto;
  display: block;
  font-size: 0.2rem;
  line-height: 1.4em;
  font-weight: 700;
}

/* MMBとは */
#about {
  background-image: url("../img/mail_photo.png");
  background-repeat: no-repeat;
  background-size: 82% auto;
  background-position: 50% 100%;
  padding-bottom: 60%;
}
#about p {
  position: relative;
  margin: auto;
  width: 90%;
  text-align: left;
}

/* 遊び方 */
#howto ul {
  position: relative;
  margin: 0 auto;
  width: 62%;
}
#howto ul li {
  position: relative;
  margin: 12% auto;
}
#howto ul li p {
  position: relative;
  margin: 4% auto;
  font-size: 0.14rem;
  line-height: 1.714em;
  text-align: left;
}
#howto ul li img {
  width: 82%;
}

/* 料金 */
#price p {
  position: relative;
  margin: 0 auto;
  padding: 1.2em 0;
  font-size: 0.14rem;
  font-weight: 700;
  width: 82%;
  border: solid 1px #8d6509;
}
#price p .num {
  font-size: 0.3rem;
  padding-left: 0.5em;
}
#price p.caution {
  border: none;
  padding: 0;
  margin: 3% auto;
  font-size: 0.12rem;
  line-height: 1.5em;
  font-weight: 500;
  color: #a96300;
  text-align: left;
}
#price p .small {
  font-size: 0.15rem;
}
#price h3{font-weight: 700;}
#price table{
	position: relative;
	margin: 5px auto 20px auto;
	border-collapse: collapse !important;
	border-spacing:1px;
	border: solid 1px #8d6509;
	width: 82%;
}
#price table tr th,#price table tr td{
	position: relative;
	margin: 0 auto;
	width: 50%;
	border: solid 1px #8d6509;
	text-align: center;
	padding: 5px;
}
#price table tr th{
	background-color: #831d26;
	color: #ffffff;
}
#price table tr td span{
	font-size: 160%;
	font-weight: bold;
}

/* o23 */
.o23 {
  position: relative;
  margin: -20px auto 0 auto;
  width: calc(100% - 20px);
  max-width: 660px;
}
.ttlo23{
	position: relative;
	margin: 0 auto 5px auto;
}
.ttlo23 div{
	position: relative;
	margin: 0;
	font-size: 70%;
	line-height: 1.3em;
	text-align: center;
	font-weight: bold;
	width: calc(100% - 9em);
}
.ttlo23 div.ttl{
	width: 9em;
	border-radius: 100px;
	background-color: #831d26;
	color: #ffffff;
	padding: 2px 0;
}
.btn_o23 {
  position: relative;
  margin: 0 auto;
  background-color: #ffffff;
	font-weight: bold;
	font-size: 86%;
	line-height: 1.5em;
  text-align: center;
  padding: 5px 20px;
  cursor: pointer;
  transition: all 0.3s ease-out;
}
.btn_o23::after {
  position: absolute;
  top: 50%;
  right: 5px;
  content: '\025bc';
  display: block;
	font-size: 80%;
	line-height: 1em;
  transform: translateY(-50%);
  transition: all 0.3s ease-out;
}
.btn_o23.disp::after {transform: translateY(-50%) scale(1, -1);}
.o23Txt{
	position: relative;
  margin: 0 auto;
  font-size: 0.13rem;
  line-height: 1.6em;
  padding: 15px;
  text-align: left;
  display: none;
	background-color: #ffffff;
}
.o23Txt table{
	position: relative;
	margin: 20px auto;
	border-collapse: collapse !important;
	border-spacing:1px;
	border: solid 1px #1b262c;
	width: 100%;
}
.o23Txt table tr th, .o23Txt table tr td{
	position: relative;
	margin: 0 auto;
	width: 100%;
	border: solid 1px #1b262c;
	text-align: center;
	background-color: #ffffff;
	padding: 5px;
}
.o23Txt table tr th{
	background-color: #831d26;
	color: #ffffff;
}
.o23Txt table tr td span{
	font-size: 160%;
	font-weight: bold;
}
.cautionWrap{
	position: relative;
	margin: 0 auto;
}
.cautionWrap div{
	position: relative;
	margin: 5px auto 0 auto;
	padding-left: 1.1em;
	font-size: 86%;
	line-height: 1.6em;
}
.cautionWrap div::before{
	position: absolute;
	top:0;
	left: 0;
	content: '※';
}

/* 公演情報 */
#schedule ul {
  position: relative;
  margin: 0 auto;
  width: 62%;
}
#schedule ul li {
  position: relative;
  margin: 12% auto;
  padding: 20% 0 18% 0;
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../img/btn_sche_none.png");
}
#schedule ul li.tokyo {
  background-image: url("../img/btn_sche01.png");
}
#schedule ul li.nagoya {
  background-image: url("../img/btn_sche02.png");
}
#schedule ul li.osaka {
  background-image: url("../img/btn_sche03.png");
}
#schedule ul li a {
  position: relative;
  margin: 0 auto 3% auto;
  display: block;
}

#schedule ul li dl {
  color: #831d26;
  margin-bottom: 40px;
}
#schedule ul li dl.linetwo {
  margin-bottom: 20px;
}

#schedule ul li dl dt {
  font-size: 32px;
}
#schedule ul li dl dd {
  font-size: 80%;
  line-height: 1.5;
  margin-top: 24px;
}

/* 特典 */
#tokuten p {
  position: relative;
  margin: auto;
  width: 90%;
  text-align: left;
}
#tokuten p span {
  font-weight: 900;
}
#tokuten p.caution {
  font-size: 0.14rem;
}
#tokuten p.regfc {
  margin: 1em auto auto auto;
}

/* よくある質問 */
#qa dl {
  position: relative;
  width: 88%;
  margin: 0 auto;
  text-align: left;
  font-weight: 700;
}
#qa dl dt,
#qa dl dd {
  padding-left: 1.5em;
  text-indent: -2em;
}
#qa dl dt {
  color: #327972;
  margin-bottom: 2%;
}
#qa dl dt::before {
  position: relative;
  content: "Ｑ";
  padding-right: 1em;
}
#qa dl dd {
  margin-bottom: 8%;
}
#qa dl dd::before {
  position: relative;
  content: "Ａ";
  padding-right: 1em;
}
#qa p.caution {
  font-size: 0.14rem;
  text-align: left;
  width: 90%;
  margin: auto;
}

/* よくある質問 */
#limit dl {
  position: relative;
  width: 88%;
  margin: 0 auto;
  text-align: left;
  font-weight: 700;
}
#limit dl dt,
#limit dl dd {
  padding-left: 1em;
}
#limit dl dt {
  color: #327972;
  margin-bottom: 2%;
  border-left: solid 4px #327972;
}
#limit dl dd {
  margin-bottom: 8%;
  border-left: solid 4px transparent;
}
#limit p.caution {
  font-size: 0.14rem;
  text-align: left;
  width: 90%;
  margin: auto;
}

.sp {
  display: block;
}
.pc {
  display: none;
}

.colona {
  width: 90%;
  margin: auto;
  margin-top: 10px;
  padding: 10px 0;
  border: solid 1px #831d26;
}

.u-22 {
  position: relative;
  margin: 60px auto;
}

.u-22 p {
  padding: 70px 20px 20px !important;
}

.u-22 img {
  position: absolute;
  width: 200px;
  top: -40px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 100;
}

/* ----- pc ----- */
@media screen and (min-width: 641px) {
  .sp {
    display: none;
  }
  .pc {
    display: block;
  }

  .colona {
    width: 70%;
  }

  #wrap {
    width: 1196px;
    padding: 4px 0;
  }
  #contents-wrap {
    width: 1184px;
  }
  #contents-wrap::before {
    background-size: 32px auto, 32px auto, 32px auto, 32px auto;
  }

  footer {
    margin: 10px auto 0 auto;
    padding: 60px 0 20px 0;
  }
  footer p {
    margin: 10px auto;
    width: 330px;
    text-align: left;
  }
  footer p.copyright {
    margin: 45px auto 0 auto;
    text-align: center !important;
    width: 100% !important;
  }
  footer p span {
    display: inline-block;
    padding-right: 2em;
    padding-top: 0;
  }
  footer a.scrapLogo {
    margin: 70px auto 90px auto;
    width: 132px;
  }
  footer ul {
    width: 200px;
  }

  section {
    margin: 50px auto 100px auto;
  }

  .company {
    margin: 50px auto;
    font-size: 0.14rem;
  }
  .company span {
    display: inline;
  }

  .btn_ticket {
    bottom: 10px;
    right: 10px;
    width: 141px;
    height: 141px;
    z-index: 20;
  }
  .btn_ticket:hover {
    cursor: pointer;
    opacity: 0.9;
    transition: all 0.3s ease-out;
  }

  /* 共通 */
  h2 {
    margin: 0 auto 50px auto;
    width: 1003px;
    padding-top: 88px;
  }
  #story h2 {
    background-image: url("../img/ttl_story.png");
  }
  #about h2 {
    background-image: url("../img/ttl_about.png");
  }
  #howto h2 {
    background-image: url("../img/ttl_howto.png");
  }
  #price h2 {
    background-image: url("../img/ttl_price.png");
  }
  #schedule h2 {
    background-image: url("../img/ttl_schedule.png");
  }
  #tokuten h2 {
    background-image: url("../img/ttl_tokuten.png");
  }
  #qa h2 {
    background-image: url("../img/ttl_qa.png");
  }
  #limit h2 {
    background-image: url("../img/ttl_limit.png");
  }

  /* ヘッダー */
  header {
    margin: 0 auto 10px auto;
    background-image: url("../img/keyvisual.jpg");
    background-size: contain;
    padding-top: 630px;
    width: 1200px;
  }

  /* ナビゲーション */
  .navBg {
    position: relative;
    margin: 0 auto 10px auto;
    padding-top: 0;
    height: 80px;
    width: 100%;
    background-color: rgba(53, 8, 12, 0.9);
  }
  nav {
    position: relative;
    margin: 0 auto;
    padding-top: 0;
    width: 960px;
    height: 80px;
  }
  nav ul {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-around;
    margin: 0 auto;
  }
  nav ul li {
    padding: 0;
    width: auto;
    border-bottom: none;
  }
  nav ul li:last-child ul {
    margin: 0 auto;
    width: auto;
  }
  nav ul li:last-child ul li {
    padding: 0 10px;
    line-height: 80px;
  }
  nav ul li:last-child ul li img {
    width: 34px;
  }
  nav ul li p:hover {
    cursor: pointer;
    opacity: 0.6;
    transition: all 0.3s ease-out;
  }

  .spMenu {
    display: none;
  }
  .btn_spMenu {
    display: none;
  }

  nav {
    position: relative;
    padding: 8px 0;
  }
  nav ul {
    position: relative;
    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;
    width: 100% !important;
  }
  nav ul li p {
    height: 42px !important;
  }

  /* イントロ */
  #intro {
    margin: 40px auto;
  }
  #intro p {
    background-image: url("../img/lead.png");
    width: 684px;
    padding-top: 62px;
  }
  #intro ul#banner {
    width: 1003px;
    margin: 50px auto;
  }
  #intro ul#banner li {
    width: 480px;
    padding: 0 10px 0 0;
    margin-bottom: 0;
  }
  #intro ul#banner li:last-child {
    padding: 0;
  }
  /* photo slider */
  #intro div#photoArea {
    width: 1100px;
  }
  #intro .photoWrap {
    left: 0;
    height: 177px;
    width: 100%;
  }
  #intro div.photo {
    width: 100%;
    height: 177px;
  }
  #intro div.photo ul {
    height: 177px;
  }
  #intro div.photo ul li {
    height: 177px;
    width: 280px;
  }

  /* ストーリー */
  .st01 {
    margin: 40px auto;
    font-size: 0.32rem;
  }
  .st02 {
    margin: 35px auto;
    font-size: 0.24rem;
  }

  /* MMBとは */
  #about {
    background-size: 506px auto;
    background-position: 540px 125px;
    padding-bottom: 0;
    min-height: 480px;
  }
  #about p {
    margin: 0 0 0 130px;
    width: 500px;
  }

  /* 遊び方 */
  #howto ul {
    width: 940px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #howto ul li {
    margin: 0;
    width: auto;
  }
  #howto ul li p {
    margin: 20px auto;
    width: 185px;
  }
  #howto ul li img {
    width: auto;
  }

  /* 料金 */
  #price p {
    font-size: 0.18rem;
    width: 620px;
    padding: 2em 0;
  }
  #price p .num {
    font-size: 0.38rem;
  }
  #price p .yen {
    font-size: 0.24rem;
  }
  #price p.caution {
    margin: 20px auto;
    font-size: 0.14rem;
    text-align: center;
  }
	#price table{width: 665px;}

	/* o23 */
	.o23 {margin: 40px auto 0 auto;}
	.ttlo23{margin: 0 auto 8px auto;justify-content: center;}
	.ttlo23 div{
		font-size: 120%;
		line-height: 1.3em;
		padding: 0 2em;
		width: auto;
		max-width: calc(100% - 12em);
	}
	.ttlo23 div.ttl{
		font-size: 90%;
		width: 12em;
		padding: 5px 0;
	}
	.btn_o23 {
		font-size: 100%;
		line-height: 1.5em;
	 	padding: 15px 30px;
	}
	.btn_o23::after {
	  right: 20px;
	  width: 13px;
	  height: 15px;
	}
	.o23Txt{
	  font-size: .16rem;
	  line-height: 1.6em;
	  padding: 25px 30px;
	}
	
  /* 公演情報 */
  #schedule ul {
    width: 940px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #schedule ul li {
    width: 210px;
    margin: 0;
    padding: 32px 0 30px 0;
  }
  #schedule ul li a {
    margin: 0 auto 10px auto;
  }
  #schedule ul li a img {
    width: 170px;
  }

  /* 特典 */
  #tokuten p {
    width: 745px;
  }

  /* よくある質問 */
  #qa dl {
    width: 940px;
  }
  #qa dl dt {
    margin-bottom: 15px;
  }
  #qa dl dd {
    margin-bottom: 35px;
  }
  #qa p.caution {
    width: 940px;
  }

  /* よくある質問 */
  #limit dl {
    width: 940px;
  }
  #limit dl dt {
    margin-bottom: 10px;
  }
  #limit dl dd {
    margin-bottom: 30px;
  }
  #limit p.caution {
    width: 940px;
  }


}
