@charset 'UTF-8';
/* ==========================================================================
 *
 * Mobile Devices
 *
 * -------------------------------------------------------------------------- */
body {
  background: #e53d17 url(../images/bg.png) center top repeat;
  background-size: 84px;
  color: #190f08;
  font-size: 14px;
  line-height: 1.5rem;
}

a {
  color: #e53d17;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

a.btn {
  background-color: #e53d17;
  border: 1px solid #e53d17;
  border-radius: 24px;
  color: #fff;
  display: block;
  font-size: 14px;
  font-weight: bold;
  line-height: 2.125rem;
  padding: 0;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
}
a.btn:hover {
  opacity: .8;
}

hr {
  border-bottom: 1px solid #88240e;
  margin-top: 1.4375rem;
  margin-bottom: 1.5rem;
}

.bold {
  font-weight: bold;
}

.mt {
  margin-top: 1.5rem;
}

.mb {
  margin-bottom: 1.5rem;
}

.ml {
  margin-left: 1.5rem;
}

.mr {
  margin-right: 1.5rem;
}

::-moz-selection {
  background-color: rgba(101, 61, 34, .2);
  color: #190f08;
}

::selection {
  background-color: rgba(101, 61, 34, .2);
  color: #190f08;
}

::-moz-selection {
  background-color: rgba(101, 61, 34, .2);
  color: #190f08;
}

/* Header - Mobile -
   ========================================================================== */
.nav-trigger {
  border: 6px solid #ffda8f;
  border-radius: 100%;
  position: absolute;
  -webkit-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out;
  top: 1.5rem;
  right: 1.5rem;
  width: 72px;
  height: 72px;
  z-index: 5;
}
.nav-trigger span {
  background-color: #ffda8f;
  display: inline-block;
  position: absolute;
  -webkit-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out;
  left: 12px;
  width: 36px;
  height: 6px;
}
.nav-trigger span:nth-of-type(1) {
  top: 12px;
}
.nav-trigger span:nth-of-type(2) {
  top: 27px;
}
.nav-trigger span:nth-of-type(3) {
  bottom: 12px;
}
.nav-trigger.active {
  border-color: transparent;
}
.nav-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(15px) rotate(315deg);
  -ms-transform: translateY(15px) rotate(315deg);
  transform: translateY(15px) rotate(315deg);
}
.nav-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.nav-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-15px) rotate(-315deg);
  -ms-transform: translateY(-15px) rotate(-315deg);
  transform: translateY(-15px) rotate(-315deg);
}

#nav {
  display: none;
  position: absolute;
  -webkit-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  z-index: 4;
}
#nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  opacity: 0;
  padding: 7.5rem 1.5rem;
  -webkit-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out; 

  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-box-pack: center;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
#nav li {
  font-weight: bold;
  margin: 1.5rem 0;
  text-align: center;
  width: 100%; 

  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
}
#nav a {
  border: 4px solid #ffda8f;
  border-radius: 1.5rem;
  color: #ffda8f;
  display: block;
  font-size: 18px;
  line-height: 2.25rem;
  -webkit-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out;
  width: 100%;
}
#nav a:hover {
  background-color: #ffda8f;
  color: #e53d17;
  text-decoration: none;
}
#nav.active {
  background-color: #e53d17;
  display: block;
}
#nav.active ul {
  opacity: 1;
}

/* Contents - Mobile -
   ========================================================================== */
#contents {
  background-color: #e53d17;
  border-right: 8px solid rgba(101, 61, 34, .8);
  border-left: 8px solid rgba(101, 61, 34, .8);
  margin: auto;
  position: relative;
  -webkit-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out;
  width: 100%;
  max-width: 768px;
}

#logo {
  background: #e53d17 url(../images/bg.jpg) center top repeat;
  padding: 8.5rem 1.5rem 2rem;
  -webkit-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out;
}
#logo img {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 640px;
}

#date {
  background-color: #653d22;
  padding: 1.5rem 1.5rem;
}
#date img {
  display: block;
  margin: 0 auto;
  max-width: 264px;
}
#date .sns-list {
  margin-top: 1.5rem;
}

/* ニュース */
#news {
  background-color: #3f2615;
  color: #fff;
  padding: 1.5rem 1.5rem;
}
#news span {
  display: block;
}

/* キャンペーン */
#camp {
	margin:1.5em 0;
	}
#camp .camp-content {
	margin:0rem 0;
	padding:0rem .75rem 1.5rem;
	}
#camp .camp-content #emphasize {
	padding:0rem;
	background:inherit;
	border-radius:4px;
	}
#camp .camp-content #emphasize h3 {
	margin-bottom:1.5em;
	color:#c11;
	font-weight:bold;
	font-size:100%;
	text-align:left;
	border-radius: 4px;
	background:#fff;
	border:none;
	}
#camp .camp-content #emphasize h3 span {
	color:#333;
	}
#camp .camp-content div {
	background:#fff;
	padding:1.5rem;
	border-radius:4px;
}
#camp .camp-content div p {
	margin:1.5em 0;
}
#camp .camp-content div h3 {
	border-radius: 16px;
	border:solid 3px #3f2615;
	font-weight:bold;
	padding:10px;
}
#camp .camp-content div h3#camp-title {
	color:#fff;
	background:#3f2615;
	border:none;
	font-size:125%;
	padding:10px;
}
#camp .camp-content div h4 {
	font-size:100%;
}
#camp .camp-content .emp {
	color:#c11;
}

#camp #flow {
	margin-top:1.5em;
	padding:15px;
	border:solid 1px #999;
	background:#3f2615;
	color:#fff;
	}
#camp #flow h4 {
	margin-bottom:1.5em;
	text-align:center;
	}
#camp #flow ol {
	list-style-position: inside;
	}
#camp #flow b {
	display:block;
	text-align:center;
	font-size:200%;
	line-height:200%;
	}

/* 出演アーティスト */
h2 {
  overflow: hidden;
  padding: 3rem 0;
  position: relative;
}
h2 img {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  max-width: 768px;
  height: auto;
}
.outline h3{
text-align:left;
}
h3 {
  margin: 1.5rem auto;
  text-align: center;
}
h3 img {
  height: 48px;
}
.artist-col {
  margin-bottom: 1.5rem;
  padding: 0 .75rem;
}
.artist-col dt img {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  width: 100%;
}
.artist-col dd {
  background-color: #fff;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  padding: 1.5rem 1.5rem;
}

h4 {
  font-size: 18px;
  font-weight: bold;
}

.cap {
  color: rgba(25, 15, 8, .5);
  font-size: 10px;
  margin-bottom: .75rem;
}

.more {
  color: #e53d17;
  cursor: pointer;
  margin: .75rem 0;
  text-decoration: underline;
}
.more:hover {
  text-decoration: none;
}
.more::before {
  content: '続きを読む';
}
.more.active::before {
  content: '閉じる';
}

.text {
  display: none;
}

.btn {
  margin: 1.5rem auto;
  -webkit-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out;
}
.btn span {
  margin-left: .375rem;
}

.topic {
  background-color: #fff;
  border-radius: 4px;
  font-size: 18px;
  font-weight: bold;
  margin: 0 .75rem 1.5rem;
  padding: 1.5rem 1.5rem;
}

/* 会場案内 */
.map-col {
  margin-bottom: 1.5rem;
  padding: 0 .75rem;
}
.map-col dt img {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  width: 100%;
}
.map-col dd {
  background-color: #fff;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  padding: 1.5rem 1.5rem;
  text-align: center;
}
.map-col dd p {
  font-weight: bold;
  margin-bottom: 1.5rem;
}
.map-col dd span {
  margin-right: .75rem;
}
.map-col iframe {
  width: 100%;
}

/* 公演概要、オフィシャルツアー */
.content {
  background-color: rgba(101, 61, 34, .5);
  color: #fff;
  padding: 1.5rem 1.5rem;
}
.content dl {
  border-bottom: 1px solid #88240e;
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
}
.content dt {
  border-left: .375rem solid #fff;
  font-weight: bold;
  margin-bottom: .75rem;
  padding-left: .75rem;
}
.content h3 {
  font-weight: bold;
  margin: 1.5rem 0 0;
  width: auto;
}
.content .cap {
  color: #fff;
}
.content .notice {
  background-color: #fff;
  color: #190f08;
  font-weight: bold;
  margin-bottom: .75rem;
  padding: .75rem .75rem;
}
.content th {
  vertical-align: top;
  width: 100px;
}
.content td {
  padding: 0 .75rem .75rem;
}
.content .title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 1.5rem;
  text-align: center;
}
.content a {
  color: #ffda8f;
}

.comingsoon {
  font-size: 20px;
  margin: 3rem 0;
  text-align: center;
}

/* Footer - Mobile -
   ========================================================================== */
#footer {
  padding: 1.5rem 1.5rem;
  width: 100%;
}
#footer .btn {
  background-color: #653d22;
}

.sns-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;

  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.sns-list li {
  margin: 0 .75rem;
}
.sns-list img {
  width: 36px;
}

.copyright {
  font-size: 12px;
  font-weight: bold;
  padding: 1.5rem 1.5rem;
  text-align: center;
}

#pagetop {
  background-color: #653d22;
  color: #fff;
  display: block;
  font-size: 14px;
  font-weight: bold;
  line-height: 3rem;
  text-align: center;
  width: 100%;
  height: 3rem;
}
#pagetop:hover {
  opacity: .8;
  text-decoration: none;
}

/* ==========================================================================
 *
 * Tablets
 *
 * -------------------------------------------------------------------------- */
@media only screen and (min-width: 768px) {
  /* Contents - Tablet -
   ========================================================================== */
  #contents {
    background-size: 50%;
    border-right: 24px solid rgba(101, 61, 34, .8);
    border-left: 24px solid rgba(101, 61, 34, .8);
    margin: 0 auto;
  }
  #logo {
    padding: 7.5rem 4.5rem;
  }
    #date img {
    -webkit-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out; 
    max-width: 360px;
  }
  /* ニュース */
  #news span {
    display: inline;
    margin-right: .375rem;
  }
  /* キャンペーン */
  #camp .camp-content {
    padding: 0 2.25rem;
	margin:.5rem 0;
  }
  /* 出演アーティスト */
  .artist-col,
  .map-col {
    padding: 0 2.25rem;
  }
  .artist-col iframe,
  .map-col iframe {
    height: 360px;
  }
  .btn {
    width: 60%;
  }
  .topic {
    margin: 0 2.25rem;
    padding: 1.5rem 2.25rem; 
    text-align: center;
  }
}

/* ==========================================================================
 *
 * Print
 *
 * -------------------------------------------------------------------------- */
@media print {
  * {
    background: transparent !important;
    border-color: black !important;
    box-shadow: none !important;
    color: black !important;
    text-shadow: none !important;
  }
  #nav,
  .nav-trigger,
  .nav,
  .foot-col,
  .sns,
  #pagetop {
    display: none;
  }
  #footer::after {
    content: '';
  }
}
