@charset "UTF-8";
/*==================================================

==================================================*/
body {
  background: #fbf5ef;
}

#wrap {
  overflow: hidden;
  clear: both;
  margin: 0px auto;
  position: relative;
}

img {
  width: 100%;
}

.pc {
  display: none !important;
}

/*--------------------------------------------------
  ○ header
--------------------------------------------------*/
header {
  clear: both;
  width: 100%;
  box-sizing: border-box;
  top: 0;
  z-index: 999;
  height: auto !important;
  position: fixed;
}

#header_innner {
  padding: 10px;
  overflow: hidden;
  clear: both;
  box-sizing: border-box;
  position: relative;
}

#header_innner h1 {
  width: 80px;
  padding: 3px 0px;
  line-height: 0;
  float: left;
}

#header_innner .menuarea {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: 99998;
  padding-top: 60px;
  display: none;
}

#header_innner .menuarea ul {
  overflow: hidden;
  clear: both;
  font-size: 120%;
  margin: 50px 3% 0px;
}

#header_innner .menuarea ul li {
  text-align: center;
  margin-bottom: 20px;
}

#header_innner .menuarea ul li a {
  display: block;
  padding: 5px 0px;
  text-decoration: none;
}

/***** menu *****/
header .hamburger {
  top: 20px;
  right: 15px;
  position: absolute;
  display: block;
  width: 32px;
  height: 23px;
  z-index: 99999;
  transition: all 0.4s;
  box-sizing: border-box;
  cursor: pointer;
}

header .hamburger span {
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  margin: 0 auto;
}

header .hamburger span:nth-of-type(1) {
  top: 0;
}

header .hamburger span:nth-of-type(2) {
  top: 10px;
}

header .hamburger span:nth-of-type(3) {
  bottom: 0;
}

header .hamburger span:nth-of-type(1) {
  -webkit-animation: menu-ber01 0.75s forwards;
  animation: menu-ber01 0.75s forwards;
}

header .hamburger span:nth-of-type(2) {
  transition: all 0.25s 0.25s;
  opacity: 1;
}

header .hamburger span:nth-of-type(3) {
  -webkit-animation: menu-ber02 0.75s forwards;
  animation: menu-ber02 0.75s forwards;
}

header .active span:nth-of-type(1) {
  -webkit-animation: active-menu-ber01 0.75s forwards;
  animation: active-menu-ber01 0.75s forwards;
}

header .active span:nth-of-type(2) {
  opacity: 0;
}

header .active span:nth-of-type(3) {
  -webkit-animation: active-menu-ber03 0.75s forwards;
  animation: active-menu-ber03 0.75s forwards;
}

@-webkit-keyframes menu-ber01 {
  0% {
    -webkit-transform: translateY(8px) rotate(45deg);
  }
  50% {
    -webkit-transform: translateY(8px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
  }
}
@keyframes menu-ber01 {
  0% {
    transform: translateY(8px) rotate(45deg);
  }
  50% {
    transform: translateY(8px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
@-webkit-keyframes menu-ber02 {
  0% {
    -webkit-transform: translateY(-8px) rotate(-45deg);
  }
  50% {
    -webkit-transform: translateY(-8px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
  }
}
@keyframes menu-ber02 {
  0% {
    transform: translateY(-8px) rotate(-45deg);
  }
  50% {
    transform: translateY(-8px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
@-webkit-keyframes active-menu-ber01 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(10px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(10px) rotate(45deg);
  }
}
@keyframes active-menu-ber01 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(10px) rotate(0);
  }
  100% {
    transform: translateY(10px) rotate(45deg);
  }
}
@-webkit-keyframes active-menu-ber03 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(-11px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-11px) rotate(-45deg);
  }
}
@keyframes active-menu-ber03 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(-11px) rotate(0);
  }
  100% {
    transform: translateY(-11px) rotate(-45deg);
  }
}
/*--------------------------------------------------
  ○ contents
--------------------------------------------------*/
#contents {
  margin: 80px auto;
  overflow: hidden;
  clear: both;
  background: #fbf5ef;
}

#contents .inbox {
  margin: 0px 3%;
  padding: 80px 0px;
  min-height: 500px;
}

#contents h3 {
  max-width: 800px;
  margin: 0px 3%;
}

#contents h4 {
  text-align: center;
  margin-bottom: 50px;
}

#contents .read {
  margin: 0px 3%;
  margin-top: 30px;
}

/*--------------------------------------------------
  ○ footer
--------------------------------------------------*/
footer {
  overflow: hidden;
  clear: both;
  padding: 50px 3%;
  text-align: center;
}

footer a {
  text-decoration: none;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}

footer a:hover {
  opacity: 0.8;
}

footer .link {
  margin-bottom: 1em;
  font-size: 140%;
  font-family: "Pathway Gothic One", sans-serif;
}

footer .link i {
  font-size: 90%;
  padding-left: 0.3em;
}

footer #copyright {
  font-size: 75%;
}

/*--------------------------------------------------
  ○ EVENT/LIVE
--------------------------------------------------*/
/*** ABOUT ***/
#about {
  overflow: hidden;
  clear: both;
}

#about .schedule h5 {
  font-size: 120%;
  font-weight: bold;
  border-bottom: solid 1px #ccc;
}

#about .schedule {
  margin-bottom: 50px;
}

#about .schedule table {
  width: 100%;
}

#about .schedule table tr {
  border-bottom: dotted 1px #ccc;
  vertical-align: middle;
}

#about .schedule table td {
  display: block;
}

#about .schedule table td:first-child {
  padding-top: 15px;
}

#about .schedule table td:last-child {
  padding-bottom: 15px;
}

#about .schedule table td .sold_out {
  color: #FF0004;
  border: solid 1px #FF0004;
  text-align: center;
  max-width: 300px;
}

#about .txt dl {
  margin-bottom: 50px;
}
#about .txt dl img {
  max-width: 100%;
  width: 360px;
  margin: 10px 0 0;
}

#about .txt dt {
  font-size: 110%;
  font-weight: bold;
}

/*** IMPORTANT ***/
#important {
  overflow: hidden;
  clear: both;
}

#important h5 {
  font-size: 120%;
  font-weight: bold;
  border-bottom: solid 1px #ccc;
  margin-bottom: 30px;
}

#important dl {
  margin-bottom: 50px;
}

#important dt {
  font-weight: bold;
}

/*** TICKET ***/
#ticket {
  overflow: hidden;
  clear: both;
}

#ticket .price {
  font-size: 120%;
  font-weight: bold;
  text-align: center;
  margin-bottom: 50px;
}

#ticket .ticket_box {
  padding: 10px;
  border: solid 1px #7a9fd3;
  border-radius: 5px;
  margin-bottom: 1em;
}

#ticket .ticket_box .title {
  padding-right: 20px;
  position: relative;
  cursor: pointer;
}

#ticket .ticket_box .title:after {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-top: 4px solid #707070;
  border-right: 4px solid #707070;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  position: absolute;
  right: 5px;
  top: 50%;
  margin-top: -5px;
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
  transition-delay: 0.1s;
}

#ticket .ticket_box .title.select:after {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  top: 60%;
}

#ticket .ticket_box .title .ticket_ttl {
  font-size: 110%;
  font-weight: bold;
}

#ticket .ticket_box .title .status {
  width: 150px;
  padding: 3px 0px;
  color: #FF0004;
  border: solid 1px #FF0004;
  text-align: center;
  line-height: 2;
}

#ticket .ticket_box .txt {
  margin: 1.5em auto;
  padding-top: 1.5em;
  border-top: solid 1px #ccc;
}

#ticket .ticket_box .txt dl {
  margin-bottom: 50px;
}

#ticket .ticket_box .txt dt {
  font-weight: bold;
}

/*** ENTRY ***/
#entry {
  overflow: hidden;
  clear: both;
}

#entry .entry_about {
  overflow: hidden;
  clear: both;
}

#entry .entry_about dl {
  margin-bottom: 50px;
}

#entry .entry_about dt {
  font-weight: bold;
}

#entry .entry_box {
  padding: 10px;
  border: solid 1px #7a9fd3;
  border-radius: 5px;
  margin-bottom: 1em;
}

#entry .entry_box .title {
  padding-right: 20px;
  position: relative;
  cursor: pointer;
}

#entry .entry_box .title:after {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-top: 4px solid #707070;
  border-right: 4px solid #707070;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  position: absolute;
  right: 5px;
  top: 50%;
  margin-top: -5px;
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
  transition-delay: 0.1s;
}

#entry .entry_box .title.select:after {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  top: 60%;
}

#entry .entry_box .title .ticket_ttl {
  font-size: 110%;
  font-weight: bold;
}

#entry .entry_box .title .ticket_ttl .period {
  font-size: 80%;
}

#entry .entry_box .title .status {
  width: 150px;
  padding: 3px 0px;
  color: #FF0004;
  border: solid 1px #FF0004;
  text-align: center;
  line-height: 2;
}

#entry .entry_box .txt {
  margin: 1.5em auto;
  padding-top: 1.5em;
  border-top: solid 1px #ccc;
}

#entry .entry_box .txt dl {
  margin-bottom: 50px;
}

#entry .entry_box .txt dt {
  font-weight: bold;
}

/*** ATTENTION ***/
#attention {
  overflow: hidden;
  clear: both;
}

#attention h5 {
  background: #EF0003;
  color: #fff;
  text-align: center;
  padding: 10px 0px;
  font-weight: bold;
  font-size: 120%;
  margin-bottom: 30px;
}

#attention dl {
  margin-bottom: 50px;
}

#attention dt {
  font-weight: bold;
}

#attention dd img.husen {
  max-width: 500px;
}

#attention dd .fan_letter {
  border: solid 1px #ccc;
  padding: 10px;
  margin-top: 1em;
}

/*** QA ***/
#qa .lead {
  margin-bottom: 50px;
}

#qa .qa_list dl {
  padding: 10px;
  border: solid 1px #7a9fd3;
  border-radius: 5px;
  margin-bottom: 1em;
}

#qa .qa_list dt {
  padding-right: 20px;
  position: relative;
  cursor: pointer;
  font-size: 105%;
  font-weight: bold;
}

#qa .qa_list dt:after {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-top: 4px solid #707070;
  border-right: 4px solid #707070;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  position: absolute;
  right: 5px;
  top: 50%;
  margin-top: -5px;
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
  transition-delay: 0.1s;
}

#qa .qa_list dt.select:after {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  top: 60%;
}

#qa .qa_list dd {
  margin: 1.5em auto;
  padding-top: 1.5em;
  border-top: solid 1px #ccc;
}

/*** GOODS ***/
#goods {
  overflow: hidden;
  clear: both;
}

#goods .live_ttl {
  font-size: 120%;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}

#goods .goods_rebox {
  margin-bottom: 80px;
  overflow: hidden;
  clear: both;
}

#goods .goods_rebox h5 {
  background: #7a9fd3;
  color: #fff;
  text-align: center;
  padding: 10px 0px;
  font-weight: bold;
  font-size: 120%;
  margin-bottom: 30px;
}

/* goods list */
#goods .goods_list {
  overflow: hidden;
  clear: both;
  margin-bottom: 15px;
}

#goods .goods_list ul {
  overflow: hidden;
  clear: both;
}

#goods .goods_list li {
  width: 32.3%;
  border: solid 2px #7a9fd3;
  float: left;
  line-height: 0;
  margin: 0.5%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  box-sizing: border-box;
}

#goods .goods_list li:hover {
  opacity: 0.8;
}

#goods .goods_list li img {
  width: 100%;
}

#goods .goods_list li dd {
  display: none;
}

/* order info */
#goods .order_info .order_box {
  padding: 10px;
  border: solid 1px #7a9fd3;
  border-radius: 5px;
  margin-bottom: 1em;
}

#goods .order_info .order_box .title {
  padding-right: 20px;
  position: relative;
  cursor: pointer;
}

#goods .order_info .order_box .title:after {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-top: 4px solid #707070;
  border-right: 4px solid #707070;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  position: absolute;
  right: 5px;
  top: 50%;
  margin-top: -5px;
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
  transition-delay: 0.1s;
}

#goods .order_info .order_box .title.select:after {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  top: 60%;
}

#goods .order_info .order_box .title .order_ttl {
  font-size: 110%;
  font-weight: bold;
}

#goods .order_info .order_box .txt {
  margin: 1.5em auto;
  padding-top: 1.5em;
  border-top: solid 1px #ccc;
}

#goods .order_info .order_box .txt dl {
  margin-bottom: 50px;
}

#goods .order_info .order_box .txt dt {
  font-weight: bold;
}

#goods .order_info .order_box .txt dd .table_box {
  overflow: hidden;
  clear: both;
}

#goods .order_info .order_box .txt dd .table_box .table {
  margin-bottom: 1em;
}

#goods .order_info .order_box .txt dd .table_box .table table {
  width: 100%;
  font-size: 90%;
}

#goods .order_info .order_box .txt dd .table_box .table table th {
  text-align: center;
  background: #f3f3f3;
  border: solid 1px #ccc;
  padding: 5px;
}

#goods .order_info .order_box .txt dd .table_box .table table td {
  border: solid 1px #ccc;
  padding: 5px;
}

#goods .order_info .order_box .txt dd .table_box .table table td:first-child {
  text-align: center;
}

/* order contact */
#goods .order_contact dl {
  margin-bottom: 50px;
}

#goods .order_contact dt {
  font-weight: bold;
}

/* goods present */
#goods .goods_present .present_image {
  max-width: 500px;
  margin: 0px auto;
}

/* goods schedule */
#goods .goods_schedule dl {
  margin-bottom: 50px;
}

#goods .goods_schedule dt {
  font-weight: bold;
}

/*---------------------------
  ○modal
---------------------------*/
.modal {
  display: none;
}

.mdl_inner dl dt {
  width: 100%;
  margin-bottom: 20px;
  border-bottom: dotted 1px #aaa;
}

.mdl_inner table {
  width: 100%;
}

.mdl_inner th {
  border: solid 1px #ccc;
  padding: 5px;
  text-align: center;
}

.mdl_inner td {
  border: solid 1px #ccc;
  padding: 5px;
}

/** modal **/
#cover {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0px;
  top: 0px;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999998;
}

#modal_box {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  margin: 0;
  background: #FFFFFF;
  z-index: 999999;
  -moz-transition: -moz-transform 0.2s ease-out;
  -webkit-transition: -webkit-transform 0.2s ease-out;
  -o-transition: -o-transform 0.2s ease-out;
  -ms-transition: -ms-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -o-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}

#modal_box.scaleout {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

#modal_box .mdl_inner {
  padding: 2%;
  height: 96%;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  overflow: scroll;
}

#modal_box .mdl_inner p.modal_close {
  display: block;
  width: 40%;
  margin: 30px auto 30px auto;
  border: 1px solid #91a8d0;
  background: #91a8d0;
  padding: 5px;
  text-align: center;
  font-size: 110%;
  cursor: pointer;
  border-radius: 20px;
  color: #fff;
}

/*goods*/
.goods_mdl_inner dl dt {
  width: 90%;
  margin: 0px auto 20px;
  border: solid 1px #ddd;
  line-height: 0;
}

.goods_mdl_inner dd .ttl {
  font-weight: bold;
  border-bottom: solid 1px #ddd;
  margin-bottom: 15px;
}

#goods_modal_box .goods_mdl_inner dd .txt .order {
  color: #7a9fd3;
  font-weight: bold;
}

#goods_modal_box {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  margin: 0;
  background: #FFFFFF;
  z-index: 999999;
  -moz-transition: -moz-transform 0.2s ease-out;
  -webkit-transition: -webkit-transform 0.2s ease-out;
  -o-transition: -o-transform 0.2s ease-out;
  -ms-transition: -ms-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -o-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}

#goods_modal_box.scaleout {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

#goods_modal_box .goods_mdl_inner {
  padding: 30px 3%;
  height: 96%;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  overflow: scroll;
}

#goods_modal_box .goods_mdl_inner p.modal_close {
  display: block;
  width: 40%;
  margin: 30px auto 30px auto;
  border: 1px solid #91a8d0;
  background: #91a8d0;
  padding: 5px;
  text-align: center;
  font-size: 110%;
  cursor: pointer;
  border-radius: 20px;
  color: #fff;
}

/*--------------------------------------------------
  ○ input
--------------------------------------------------*/
/*button*/
.btn_box {
  overflow: hidden;
  clear: both;
  margin: 30px auto;
  text-align: center;
}

.btn {
  width: 80%;
  max-width: 400px;
  padding: 10px 0px;
  margin: 0px auto;
  font-size: 1rem;
  box-sizing: border-box;
  text-decoration: none;
  display: block;
  font-family: "Pathway Gothic One", "メイリオ", Meiryo, "HiraKakuProN-W3", "ヒラギノ角ゴ ProN W3", sans-serif;
  text-align: center;
  border: solid 2px #7e9dd4;
  background: #fff;
  color: #7e9dd4;
  letter-spacing: 1px;
  border-radius: 2em;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}

.btn:hover {
  text-decoration: none;
  background: #7e9dd4;
  border: solid 2px #7e9dd4;
  color: #fff;
}

/*--------------------------------------------------
  ○ COMING SOON
--------------------------------------------------*/
.cs {
  font-family: "Pathway Gothic One";
  font-size: 200%;
  text-align: center;
  margin: 0px auto 80px;
}

/*# sourceMappingURL=live_event_sp.css.map */