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

==================================================*/
body {
  min-width: 1100px;
  background: #fbf5ef;
}

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

.sp {
  display: none !important;
}

img {
  width: 100%;
}

/*--------------------------------------------------
  ○ header
--------------------------------------------------*/
header {
  position: fixed;
  top: 0px;
  left: 0;
  width: 100%;
  min-width: 1100px;
  line-height: 1.5;
  overflow: hidden;
  clear: both;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
  z-index: 9999;
}

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

header #header_innner {
  width: 100%;
  min-width: 1100px;
  margin: 15px auto;
  overflow: hidden;
  clear: both;
}

header h1 {
  margin: 0px 20px;
  width: 90px;
  float: left;
  line-height: 1;
  text-align: left;
}

#header_innner .menuarea {
  float: right;
  margin: 0px 20px;
  display: block !important;
}

#header_innner .menuarea li {
  display: inline-block;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}

#header_innner .menuarea li:hover {
  opacity: 0.8;
}

#header_innner .hamburger {
  display: none !important;
}

/*--------------------------------------------------
  ○ contents
--------------------------------------------------*/
#contents {
  overflow: hidden;
  clear: both;
  margin: 150px auto;
  min-width: 1100px;
}

#contents .inbox {
  width: 1050px;
  margin: 0px auto;
  padding: 100px 0px;
  min-height: 500px;
  box-sizing: border-box;
}

#contents h3 {
  width: 800px;
  margin: 0px auto;
}

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

#contents .read {
  width: 1050px;
  margin: 50px auto 0px;
  box-sizing: border-box;
}

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

footer a {
  text-decoration: none;
}

footer a:hover {
  opacity: 0.8;
}

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

footer .link i {
  font-size: 18px;
  padding-left: 0.5em;
}

footer #copyright {
  font-size: 12px;
}

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

#about .schedule h5 {
  font-size: 24px;
  border-bottom: solid 1px #ccc;
  margin-bottom: 15px;
}

#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 {
  padding: 10px 0px;
  font-size: 16px;
  vertical-align: middle;
}

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

#about .txt dl {
  margin-bottom: 50px;
}
#about .txt dl img {
  max-width: 500px;
  margin: 15px 0 0;
}

#about .txt dt {
  font-size: 16px;
  font-weight: bold;
}

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

#important h5 {
  font-size: 24px;
  border-bottom: solid 1px #ccc;
  margin-bottom: 30px;
}

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

#important dt {
  font-size: 16px;
  font-weight: bold;
}

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

#ticket .price {
  font-size: 24px;
  text-align: center;
  margin-bottom: 50px;
}

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

#ticket .ticket_box .title {
  margin: 0px 10px;
  position: relative;
  cursor: pointer;
}

#ticket .ticket_box .title:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  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: -10px;
  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: 18px;
  font-weight: bold;
}

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

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

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

#ticket .ticket_box .txt dt {
  font-size: 16px;
  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-size: 16px;
  font-weight: bold;
}

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

#entry .entry_box .title {
  margin: 0px 10px;
  position: relative;
  cursor: pointer;
}

#entry .entry_box .title:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  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: -10px;
  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: 18px;
  font-weight: bold;
}

#entry .entry_box .title .ticket_ttl .period {
  font-size: 16px;
}

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

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

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

#entry .entry_box .txt dt {
  font-size: 16px;
  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: 16px;
  margin-bottom: 30px;
}

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

#attention dt {
  font-size: 16px;
  font-weight: bold;
}

#attention dd img.husen {
  width: 300px;
}

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

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

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

#qa .qa_list dt {
  margin: 0px 10px;
  padding-right: 30px;
  position: relative;
  cursor: pointer;
  font-size: 18px;
  font-weight: bold;
}

#qa .qa_list dt:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  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: -10px;
  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 10px;
  padding-top: 1.5em;
  border-top: solid 1px #ccc;
}

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

#goods .live_ttl {
  font-size: 24px;
  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: 16px;
  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: 24%;
  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: 15px;
  border: solid 1px #7a9fd3;
  border-radius: 4em;
  margin-bottom: 1em;
}

#goods .order_info .order_box .title {
  margin: 0px 10px;
  position: relative;
  cursor: pointer;
}

#goods .order_info .order_box .title:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  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: -10px;
  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: 16px;
  font-weight: bold;
}

#goods .order_info .order_box .txt {
  margin: 1.5em 10px;
  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-size: 16px;
  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 {
  width: 48%;
  margin-right: 2%;
  float: left;
}

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

#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-size: 16px;
  font-weight: bold;
}

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

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

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

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

.mdl_inner dl {
  overflow: hidden;
  font-size: 14px;
}

.mdl_inner dt {
  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: 800px;
  height: 500px;
  position: fixed;
  left: 50%;
  top: 50%;
  margin: -250px 0 0 -400px;
  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: 20px;
  height: 460px;
  overflow: auto;
}

#modal_box .mdl_inner p.modal_close {
  display: block;
  width: 150px;
  margin: 30px auto 30px auto;
  border: 1px solid #91a8d0;
  background: #91a8d0;
  padding: 5px;
  text-align: center;
  font-size: 14px;
  cursor: pointer;
  border-radius: 20px;
  color: #FFF;
  -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;
}

#modal_box .mdl_inner p.modal_close:hover {
  opacity: 0.8;
  -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;
}

/*goods*/
#goods_modal_box .goods_mdl_inner dl {
  overflow: hidden;
  clear: both;
}

#goods_modal_box .goods_mdl_inner dt {
  width: 40%;
  float: left;
  border: solid 1px #ddd;
  line-height: 0;
}

#goods_modal_box .goods_mdl_inner dt img {
  width: 100%;
}

#goods_modal_box .goods_mdl_inner dd {
  width: 58%;
  float: right;
}

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

#goods_modal_box .goods_mdl_inner dd .txt {
  font-size: 12px;
  line-height: 1.8;
}

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

#goods_modal_box {
  display: none;
  width: 900px;
  height: 500px;
  position: fixed;
  left: 50%;
  top: 50%;
  margin: -250px 0 0 -450px;
  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: 20px;
  height: 460px;
  overflow-x: hidden;
}

#goods_modal_box .goods_mdl_inner p.modal_close {
  display: block;
  width: 150px;
  margin: 30px auto 30px auto;
  border: 1px solid #91a8d0;
  background: #91a8d0;
  padding: 5px;
  text-align: center;
  font-size: 14px;
  cursor: pointer;
  border-radius: 20px;
  color: #FFF;
  -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;
}

#goods_modal_box .goods_mdl_inner p.modal_close:hover {
  opacity: 0.8;
  -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;
}

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

.btn {
  width: 400px;
  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;
  margin: 0px auto;
  padding: 10px 0px;
  font-size: 18px;
  letter-spacing: 1px;
  border-radius: 2em;
  box-sizing: border-box;
  -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: 40px;
  text-align: center;
  margin: 0px auto 80px;
}

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