@charset "UTF-8";
/* 

html5doctor.com Reset Stylesheet

v1.6.1

Last Updated: 2010-09-17

Author: Richard Clark - http://richclarkdesign.com 

Twitter: @rich_clark

*/
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:300,400,500");
@import url("https://fonts.googleapis.com/css?family=Source+Code+Pro:400,500,600,700");
@import url("https://fonts.googleapis.com/css?family=Vidaloka");
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;
  background: transparent;
  border: 0;
  vertical-align: baseline;
  font-size: 100%;
  outline: 0;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  background: transparent;
  vertical-align: baseline;
  font-size: 100%;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  cursor: help;

  border-bottom: 1px dotted;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
  border: 0;

  border-top: 1px solid #ccc;
}

input, select {
  vertical-align: middle;
}

/*!

  Reset Stylesheet

  Author: yama-dev - https://github.com/yama-dev

  */
body, button, input, select, textarea {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  word-break: break-all;
}

.clearfix:after {
  content: ".";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

button, input, select, textarea {
  min-height: 1.5em;
  background-color: transparent;
}

input[type="submit"], input[type="reset"] {
  cursor: pointer;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
}

a[href^="tel"] {
  display: inline-block;
  color: inherit;
}

ol, ul {
  list-style: none;
}

body {
  min-width: 1120px;
  background: #04143c;
}

img {
  display: block;
  max-width: 100%;
  vertical-align: middle;
}

@-webkit-keyframes motionBg {
  0% {
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
  100% {
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}

@keyframes motionBg {
  0% {
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
  100% {
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}

.is-pc {
  display: block;
}

.is-sp {
  display: none;
}

.is-pc-inline {
  display: inline-block;
}

.is-sp-inline {
  display: none;
}

.l-wrapper {
  opacity: 0;
  position: relative;
  width: 100%;
  font-weight: 300;
  font-family: YakuHanJP,"Noto Sans JP",-apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}

.l-wrapper h1, .l-wrapper h2, .l-wrapper h3, .l-wrapper h4, .l-wrapper h5 {
  font-weight: 400;
}

.l-wrapper .c-fixedbg {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.l-wrapper .c-fixedbg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 200%;
  height: 200%;
  background: url(../img/bg_repeat.jpg) top center repeat;
  -webkit-animation: motionBg 60s linear 0s infinite forwards;
          animation: motionBg 60s linear 0s infinite forwards;
}

.l-wrapper .c-fixedbg.s-ios8::before {
  width: 100%;
  height: 100%;
  -webkit-animation: none;
          animation: none;
}

.l-wrapper.active {
  opacity: 1;
  -webkit-transition: opacity 2s cubic-bezier(.215, .61, .355, 1);
  transition: opacity 2s cubic-bezier(.215, .61, .355, 1);
}

.l-content {
  position: relative;
  overflow: hidden;
  background: url(../img/pc/bg_main.png) top center repeat-x;
  background-size: auto 920px;
}

.l-content .c-fixedline {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.l-content .c-fixedline::after {
  content: "";
  opacity: .8;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: url(../img/pc/bg_line.png) bottom right no-repeat;
  background-size: 2600px auto;
}

.l-section {
  position: relative;
  width: 100%;
}

.l-section.bg_gradation::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(251, 25, 184, .1)), to(rgba(87, 219, 252, .1)));
  background: linear-gradient(90deg, rgba(251, 25, 184, .1), rgba(87, 219, 252, .1));
}

.l-section .c-section_inner {
  position: relative;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 70px 0 70px;
  color: #fff;
  text-align: center;
}

.l-section .c-section_inner .c-subtitle {
  display: inline-block;
  position: relative;
  height: 113px;
  margin-bottom: 45px;
  padding-bottom: 75px;
  vertical-align: top;
  letter-spacing: normal;
}

.l-section .c-section_inner .c-subtitle::before {
  content: "";
  position: absolute;
  top: 42px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1px;
  height: 0px;
  background: #fff;
}

.l-section .c-section_inner .c-subtitle img {
  width: auto;
  height: 28px;
}

.l-section .c-section_inner .c-deco_parts {
  overflow: hidden;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: -webkit-transform 2s cubic-bezier(.215, .61, .355, 1);
  transition: -webkit-transform 2s cubic-bezier(.215, .61, .355, 1);
  transition: transform 2s cubic-bezier(.215, .61, .355, 1);
  transition: transform 2s cubic-bezier(.215, .61, .355, 1), -webkit-transform 2s cubic-bezier(.215, .61, .355, 1);
}

.l-section .c-section_inner .c-deco .c-deco_parts {
  opacity: .6;
  position: absolute;
}

.l-section .c-section_inner .c-decocatch {
  display: inline-block;
  position: relative;
  padding: 0 82px;
  background: -webkit-linear-gradient(-90deg, #e6d4a6, #9a8862);
  color: #e6d4a6;
  font-weight: 400;
  font-size: 23px;
  letter-spacing: .05em;

  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.l-section .c-section_inner .c-decocatch::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
  height: 100%;
  background: url(../img/cap_ornament_left.svg) center left no-repeat;
  background-size: auto 20px;
}

.l-section .c-section_inner .c-decocatch::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 80px;
  height: 100%;
  background: url(../img/cap_ornament_right.svg) center right no-repeat;
  background-size: auto 20px;
}

.l-section.top .c-section_inner {
  max-width: 1200px;
  padding: 0;
}

.l-section.top .c-top_content {
  padding-top: 130px;
}

.l-section.top .c-top_content .c-main {
  position: relative;
  padding: 0 0 70px;
}

.l-section.top .c-top_content .c-main .deco_top {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}

.l-section.top .c-top_content .c-main .deco_top.active {
  opacity: 1;
  -webkit-transition: all 1.5s cubic-bezier(.215, .61, .355, 1);
  transition: all 1.5s cubic-bezier(.215, .61, .355, 1);
}

.l-section.top .c-top_content .c-main .c-main_logo {
  opacity: 0;
  position: relative;
  -webkit-transform: translateY(15px);
      -ms-transform: translateY(15px);
          transform: translateY(15px);
}

.l-section.top .c-top_content .c-main .c-main_logo.active {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all 2s cubic-bezier(.215, .61, .355, 1);
  transition: all 2s cubic-bezier(.215, .61, .355, 1);
}

.l-section.top .c-top_content .c-sp_deco {
  opacity: 0;
}

.l-section.top .c-top_content .c-sp_deco.active {
  opacity: 1;
  -webkit-transition: all 2s cubic-bezier(.215, .61, .355, 1);
  transition: all 2s cubic-bezier(.215, .61, .355, 1);
}

.l-section.special .c-section_inner {
  padding-bottom: 50px;
}

.l-section.special .c-special_content {
  position: relative;
  letter-spacing: .1em;
}

.l-section.special .c-special_content .c-text {
  font-size: 14px;
  line-height: 37px;
}

.l-section.special .c-special_content .c-text .is-big {
  font-weight: 400;
  font-size: 25px;
}

.l-section.special .c-special_content .c-text span.outline {
  padding: 0 30px;
  background: #fff;
  color: #05143d;
  font-weight: 400;
  font-size: 20px;
  line-height: 40px;
}

.l-section.special .c-special_content .c-text span.outline a {
  color: #5e4c03;
  text-decoration: none;
}

.l-section.about .c-section_inner {
  padding-bottom: 195px;
}

.l-section.about .c-about_content {
  position: relative;
  letter-spacing: .1em;
}

.l-section.about .c-about_content .c-deco .c-deco_parts.parts01 {
  top: -35px;
  left: 10px;
}

.l-section.about .c-about_content .c-deco .c-deco_parts.parts02 {
  top: 135px;
  left: -90px;
}

.l-section.about .c-about_content .c-deco .c-deco_parts.parts03 {
  bottom: -140px;
  left: -20px;
}

.l-section.about .c-about_content .c-deco .c-deco_parts.parts04 {
  top: 67px;
  right: -50px;
}

.l-section.about .c-about_content .c-deco .c-deco_parts.parts05 {
  right: 13px;
  bottom: -140px;
}

.l-section.about .c-about_content .c-catch {
  padding-bottom: 48px;
  font-size: 25px;
  letter-spacing: .05em;
}

.l-section.about .c-about_content .c-text {
  font-size: 14px;
  line-height: 37px;
}

.l-section.about .c-about_content .c-text .is-big {
  font-weight: 400;
  font-size: 25px;
}

.l-section.news .c-news_content {
  position: relative;
  padding: 48px;
}

.l-section.news .c-news_content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background: url(../img/news/flame_left_top.svg), url(../img/news/flame_right_top.svg);
  background-position: top left,top right;
  background-size: contain, contain;
  background-repeat: no-repeat,no-repeat;
}

.l-section.news .c-news_content::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background: url(../img/news/flame_left_under.svg), url(../img/news/flame_right_under.svg);
  background-position: bottom left,bottom right;
  background-size: contain, contain;
  background-repeat: no-repeat,no-repeat;
}

.l-section.news .c-news_content .c-deco .c-deco_parts.parts01 {
  top: -162px;
  left: 60px;
}

.l-section.news .c-news_content .c-deco .c-deco_parts.parts02 {
  bottom: -120px;
  left: 275px;
}

.l-section.news .c-news_content .c-deco .c-deco_parts.parts03 {
  top: -220px;
  right: -10px;
}

.l-section.news .c-news_content .c-list li {
  position: relative;
  font-size: 0;
  letter-spacing: -.4em;
}

.l-section.news .c-news_content .c-list li a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.l-section.news .c-news_content .c-list li .c-list_day, .l-section.news .c-news_content .c-list li .c-list_title {
  display: inline-block;
  background: #fff;
  vertical-align: top;
  color: #000;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: normal;
}

.l-section.news .c-news_content .c-list li .c-list_day {
  width: 155px;
  margin-right: 10px;
  padding: 5px 0;
  color: #5e4c03;
  font-size: 16px;
  font-family: "Vidaloka", serif;
  letter-spacing: .075em;
}

.l-section.news .c-news_content .c-list li .c-list_title {
  width: calc(100% - 165px);
  padding: 15px 20px 18px;
  line-height: 22px;
  letter-spacing: .05em;
  text-align: left;
  text-align: justify;

  text-justify: inter-ideograph;
}

.l-section.news .c-news_content .c-list li + li {
  margin-top: 17px;
}

.l-section.info .c-section_inner {
  padding: 95px 0 97px;
}

.l-section.info .c-section_inner .c-subtitle {
  margin-bottom: 50px;
}

.l-section.info .c-info_content .c-overview .c-overview_title {
  display: inline-block;
  height: 60px;
  margin-bottom: 25px;
  vertical-align: top;
  letter-spacing: normal;
}

.l-section.info .c-info_content .c-overview .c-overview_title img {
  width: auto;
  height: 100%;
}

.l-section.info .c-info_content .c-overview .c-overview_content {
  position: relative;
  margin-bottom: 74px;
}

.l-section.info .c-info_content .c-overview .c-overview_content ul {
  font-size: 0;
  letter-spacing: -.4em;
}

.l-section.info .c-info_content .c-overview .c-overview_content ul li {
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  letter-spacing: normal;
  letter-spacing: .15em;
}

.l-section.info .c-info_content .c-overview .c-overview_content ul li a {
  color: #009ec5;
  text-decoration: none;
}

.l-section.info .c-info_content .c-overview .c-overview_content ul li + li {
  margin-left: 90px;
}

.l-section.info .c-info_content .c-overview .c-overview_content ul li .is-big {
  padding-bottom: 10px;
  font-size: 28px;
  line-height: 45px;
}

.l-section.info .c-info_content .c-overview .c-overview_content ul li .is-middle {
  font-size: 0;
  line-height: 42px;
  letter-spacing: -.4em;
}

.l-section.info .c-info_content .c-overview .c-overview_content ul li .is-middle span {
  display: inline-block;
  vertical-align: middle;
  font-size: 22px;
  letter-spacing: .15em;
}

.l-section.info .c-info_content .c-overview .c-overview_content ul li .is-middle span.outline {
  padding: 0 20px;
  background: #fff;
  color: #05143d;
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
}

.l-section.info .c-info_content .c-overview .c-overview_content ul li .is-small {
  font-size: 18px;
  line-height: 30px;
}

.l-section.info .c-info_content .c-overview .c-overview_content .c-ps {
  padding-top: 40px;
  font-size: 12px;
  letter-spacing: .175em;
}

.l-section.info .c-info_content .c-overview .c-overview_content.c-date .c-deco .c-deco_parts + li {
  margin-left: 0;
}

.l-section.info .c-info_content .c-overview .c-overview_content.c-date .c-deco .c-deco_parts.parts01 {
  top: -265px;
  left: 127px;
}

.l-section.info .c-info_content .c-overview .c-overview_content.c-place {
  margin-bottom: 65px;
}

.l-section.info .c-info_content .c-overview .c-overview_content.c-place .c-deco .c-deco_parts + li {
  margin-left: 0;
}

.l-section.info .c-info_content .c-overview .c-overview_content.c-place .c-deco .c-deco_parts.parts04 {
  top: -300px;
  left: 56px;
}

.l-section.info .c-info_content .c-overview .c-overview_content.c-place .c-deco .c-deco_parts.parts05 {
  bottom: -173px;
  left: -70px;
}

.l-section.info .c-info_content .c-overview .c-overview_content.c-place .c-deco .c-deco_parts.parts06 {
  right: 40px;
  bottom: -97px;
}
.l-section.info .c-info_content .c-overview .c-overview_content.c-place .c-deco .c-deco_parts.parts07 {
  right: 50px;
  bottom: -97px;
}

.l-section.info .c-info_content .c-overview .c-overview_content.c-price {
  margin-top: 10px;
  margin-bottom: 25px;
}

.l-section.info .c-info_content .c-overview .c-overview_content.c-price ul li .is-big {
  font-size: 30px;
  line-height: 50px;
}

.l-section.info .c-info_content .c-overview .c-overview_content.c-price .c-deco .c-deco_parts + li {
  margin-left: 0;
}

.l-section.info .c-info_content .c-overview .c-overview_content.c-price .c-deco .c-deco_parts.parts07 {
  right: 0px;
  bottom: -150px;
}

.l-section.info .c-info_content .c-premium {
  position: relative;
  width: 850px;
  margin: 0 auto;
  padding: 38px 45px 45px;
  background: #86b9d4;
  color: #05143d;
}

.l-section.info .c-info_content .c-premium::before {
  content: "";                                                                                                                                   
  position: absolute;
  top: 0;
  left: 0;
  width: 175px;
  height: 60px;
  background: url(../img/info/icn_goods.png) top right no-repeat;
  background-size: contain;
}

.l-section.info .c-info_content .c-premium .c-deco .c-deco_parts.parts08 {
  top: 115px;
  left: -190px;
}

.l-section.info .c-info_content .c-premium .c-deco .c-deco_parts.parts09 {
  right: -206px;
  bottom: -42px;
}

.l-section.info .c-info_content .c-premium h4 {
  font-weight: 500;
  font-size: 28px;
  line-height: 40px;
}

.l-section.info .c-info_content .c-premium .c-premium_attention {
  margin: 17px 0 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
}

.l-section.info .c-info_content .c-premium .c-premium_attention .is-bold {
  font-weight: 700;
}

.l-section.info .c-info_content .c-premium .c-premium_attention .is-catch {
  color: #d8086e;
}

.l-section.info .c-info_content .c-premium .c-premium_goods {
  margin-top: 27px;
  font-size: 0;
  letter-spacing: -.4em;
}

.l-section.info .c-info_content .c-premium .c-premium_goods li {
  display: inline-block;
  max-width: 305px;
  vertical-align: top;
  font-size: 18px;
  letter-spacing: normal;
}

.l-section.info .c-info_content .c-premium .c-premium_goods li:first-of-type {
  display: block;
  margin: 0 auto;
}

.l-section.info .c-info_content .c-premium .c-premium_goods li:nth-child(n+3) {
  margin-left: 24px;
}

.l-section.info .c-info_content .c-premium .c-premium_goods li + li {
  margin-top: 33px;
}

.l-section.info .c-info_content .c-premium .c-premium_goods li p {
  padding-top: 10px;
  font-weight: 400;
}

.l-section.info .c-info_content .c-contact {
  position: relative;
  width: 600px;
  margin: 67px auto 0;
  padding-top: 55px;
  font-size: 20px;
  line-height: 35px;
  letter-spacing: .15em;
}

.l-section.info .c-info_content .c-contact .c-deco .c-deco_parts.parts10 {
  bottom: -62px;
  left: -291px;
}

.l-section.info .c-info_content .c-contact .c-deco .c-deco_parts.parts11 {
  right: -190px;
  bottom: -100px;
}

.l-section.info .c-info_content .c-contact .c-contact_line {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1em;
  font-size: 10px;
  letter-spacing: .1em;
}

.l-section.info .c-info_content .c-contact .c-contact_line::before {
  content: "";
  position: absolute;
  top: -5px;
  left: -5px;
  width: 10px;
  height: 10px;
  background: url(../img/icon_star.svg) top left no-repeat;
  background-size: contain;
}

.l-section.info .c-info_content .c-contact .c-contact_line::after {
  content: "";
  position: absolute;
  top: -5px;
  right: -5px;
  width: 10px;
  height: 10px;
  background: url(../img/icon_star.svg) top right no-repeat;
  background-size: contain;
}

.l-section.info .c-info_content .c-contact p + p {
  margin-top: 20px;
}

.l-section.ticket .c-section_inner {
  padding-bottom: 85px;
}

.l-section.ticket .c-section_inner .c-subtitle {
  margin-bottom: 60px;
}

.l-section.ticket .c-ticket_content dl dd {
  position: relative;
}

.l-section.ticket .c-ticket_content dl dd.c-price {
  margin: 38px 0 58px;
}

.l-section.ticket .c-ticket_content dl dd.c-price .c-deco .c-deco_parts.parts01 {
  top: -335px;
  left: 170px;
}

.l-section.ticket .c-ticket_content dl dd.c-price .c-deco .c-deco_parts.parts02 {
  bottom: -110px;
  left: 6px;
}

.l-section.ticket .c-ticket_content dl dd.c-price .c-deco .c-deco_parts.parts03 {
  top: -80px;
  right: 40px;
}

.l-section.ticket .c-ticket_content dl dd.c-price p {
  font-size: 24px;
  line-height: 41px;
  letter-spacing: .1em;
}

.l-section.ticket .c-ticket_content dl dd.c-price .is-star {
  display: inline-block;
  position: relative;
  margin-bottom: 10px;
  padding: 0 20px;
}

.l-section.ticket .c-ticket_content dl dd.c-price .is-star::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 100%;
  background: url(../img/icon_star.svg) center left no-repeat;
  background-size: contain;
}

.l-section.ticket .c-ticket_content dl dd.c-price .is-star::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 10px;
  height: 100%;
  background: url(../img/icon_star.svg) center right no-repeat;
  background-size: contain;
}

.l-section.ticket .c-ticket_content dl dd.c-schedule {
  margin-top: 45px;
}

.l-section.ticket .c-ticket_content dl dd.c-schedule .c-deco .c-deco_parts.parts04 {
  bottom: -50px;
  left: -60px;
}

.l-section.ticket .c-ticket_content dl dd.c-schedule .c-deco .c-deco_parts.parts05 {
  right: -30px;
  bottom: 25px;
}

.l-section.ticket .c-ticket_content dl dd.c-schedule .c-schedule_comingsoon {
  padding: 25px 0;
  background: -webkit-linear-gradient(-90deg, #e6d4a6, #9a8862);
  color: #e6d4a6;
  font-weight: 400;
  font-size: 23px;
  font-family: "Vidaloka", serif;
  letter-spacing: .05em;

  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.l-section.ticket .c-ticket_content dl dd.c-schedule ul {
  font-size: 0;
  letter-spacing: -.4em;
}

.l-section.ticket .c-ticket_content dl dd.c-schedule ul .c-schedule_item {
  width: 500px;
  margin: 0 auto;
  vertical-align: top;
  font-size: 18px;
  letter-spacing: .1em;
  text-align: left;
}

.l-section.ticket .c-ticket_content dl dd.c-schedule ul .c-schedule_item:nth-child(n+2) {
  margin-top: 50px;
}

.l-section.ticket .c-ticket_content dl dd.c-schedule ul .c-schedule_item .catch {
  margin-bottom: 11px;
  font-size: 21px;
}

.l-section.ticket .c-ticket_content dl dd.c-schedule ul .c-schedule_item ul {
  vertical-align: top;
}

.l-section.ticket .c-ticket_content dl dd.c-schedule ul .c-schedule_item ul li a {
  color: #009ec5;
  text-decoration: none;
}

.l-section.ticket .c-ticket_content dl dd.c-schedule ul .c-schedule_item ul li + li {
  margin-top: 11px;
}

.l-section.ticket .c-ticket_content dl dd.c-schedule ul .c-schedule_item ul li .c-head, .l-section.ticket .c-ticket_content dl dd.c-schedule ul .c-schedule_item ul li .c-detail {
  vertical-align: top;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: .1em;
}

.l-section.cast .c-section_inner {
  padding: 95px 0 97px;
}

.l-section.cast .c-section_inner .c-subtitle {
  margin-bottom: 63px;
}

.l-section.cast dl dd {
  position: relative;
  margin: 25px 0 60px;
}

.l-section.cast dl dd .c-cast_name {
  font-size: 24px;
  line-height: 25px;
  letter-spacing: .15em;
}

.l-section.cast dl dd .c-cast_name span {
  font-size: 14px;
  font-family: "Vidaloka", serif;
}

.l-section.cast dl dd .c-cast_img {
  display: inline-block;
  position: relative;
  max-width: 280px;
  margin: 10px 0 14px;
  vertical-align: top;
  letter-spacing: normal;
}

.l-section.cast dl dd .c-cast_text {
  width: 800px;
  margin: 0 auto;
  font-size: 14px;
  line-height: 25px;
  letter-spacing: .17em;
  text-align: justify;

  text-justify: inter-ideograph;
}

.l-section.cast dl dd .c-cast_link {
  width: 230px;
  margin: 10px auto 0;
}

.l-section.cast dl dd .c-cast_link a {
  display: block;
  width: 100%;
  height: 100%;
}

.l-section.cast dl dd.c-conducter .c-deco .c-deco_parts.parts01 {
  top: -160px;
  left: 0;
}

.l-section.cast dl dd.c-conducter .c-deco .c-deco_parts.parts02 {
  top: 13px;
  left: -90px;
}

.l-section.cast dl dd.c-conducter .c-deco .c-deco_parts.parts03 {
  top: 195px;
  left: 190px;
}

.l-section.cast dl dd.c-conducter .c-deco .c-deco_parts.parts04 {
  bottom: 37px;
  left: 36px;
}

.l-section.cast dl dd.c-conducter .c-deco .c-deco_parts.parts05 {
  top: 73px;
  right: 10px;
}

.l-section.cast dl dd.c-conducter .c-deco .c-deco_parts.parts06 {
  right: -50px;
  bottom: -52px;
}

.l-section.cast dl dd.c-performance {
  margin-bottom: 65px;
}

.l-section.cast dl dd.c-performance .c-deco .c-deco_parts.parts07 {
  top: 18px;
  left: -105px;
}

.l-section.cast dl dd.c-performance .c-deco .c-deco_parts.parts08 {
  bottom: -85px;
  left: -32px;
}

.l-section.cast dl dd.c-performance .c-deco .c-deco_parts.parts09 {
  right: -75px;
  bottom: 45px;
}

.l-section.cast dl dd.c-performance .c-cast_img {
  max-width: 480px;
  margin: 17px 0 18px;
}

.l-section.cast dl dd.c-solist .c-deco .c-deco_parts.parts10 {
  top: 141px;
  left: 20px;
}

.l-section.cast dl dd.c-solist .c-deco .c-deco_parts.parts11 {
  right: -20px;
  bottom: 60px;
}

.l-section.cast dl dd.c-guest {
  margin-bottom: 0;
}

.l-section.cast dl dd.c-guest .c-deco .c-deco_parts.parts12 {
  top: -88px;
  left: -97px;
}

.l-section.cast dl dd.c-guest .c-deco .c-deco_parts.parts13 {
  top: 123px;
  left: 60px;
}

.l-section.cast dl dd.c-guest .c-deco .c-deco_parts.parts14 {
  bottom: 100px;
  left: -30px;
}

.l-section.cast dl dd.c-guest .c-deco .c-deco_parts.parts15 {
  top: 25px;
  right: 49px;
}

.l-section.goods {
  margin-bottom: 285px;
}

.l-section.goods .c-section_inner {
  padding-bottom: 85px;
}

.l-section.goods .c-section_inner .c-subtitle {
  margin-bottom: 65px;
}

.l-section.goods .c-goods_content {
  position: relative;
}

.l-section.goods .c-goods_content .c-deco .c-deco_parts.parts01 {
  top: -200px;
  left: 250px;
}

.l-section.goods .c-goods_content .c-deco .c-deco_parts.parts02 {
  top: 30px;
  right: -120px;
}

.l-section.goods .c-goods_content .c-deco .c-deco_parts.parts03 {
  bottom: 120px;
  left: 100px;
}

.l-section.goods .c-goods_content .c-deco .c-deco_parts.parts05 {
  top: 500px;
  left: -200px;
}

.l-section.goods .c-goods_content .c-deco .c-deco_parts.parts06 {
  right: 20px;
  bottom: -400px;
}

.l-section.goods .c-goods_content .c-comingsoon {
  position: relative;
  width: 800px;
  margin: 0 auto;
}

.l-section.goods .c-goods_content  .c-goods_text {
  width: 800px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: .1em;
  text-align: left;
}
.l-section.goods .c-goods_content .c-dvd {
  position: relative;
  width: 850px;
  margin: 0 auto;
  padding: 38px 45px 45px;
  background: #86b9d4;
  color: #05143d;
}

.l-section.goods .c-goods_content .c-dvd::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 175px;
  height: 60px;
  background: url(../img/info/icn_pkg.png) top right no-repeat;
  background-size: contain;
}

.l-section.goods .c-goods_content .c-dvd .c-deco .c-deco_parts.parts07 {
  top: -150px;
  right: -150px;
}

.l-section.goods .c-goods_content .c-dvd .c-deco .c-deco_parts.parts08 {
  top: 115px;
  left: -190px;
}

.l-section.goods .c-goods_content .c-dvd .c-deco .c-deco_parts.parts09 {
  right: -180px;
  bottom: -150px;
}

.l-section.goods .c-goods_content .c-dvd h4 {
  font-weight: 500;
  font-size: 28px;
  line-height: 40px;
}

.l-section.goods .c-goods_content .c-dvd .c-dvd_text {
  margin: 17px 0 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
}

.l-section.goods .c-goods_content .c-dvd .c-dvd_goods {
  margin-top: 27px;
  font-size: 0;
  letter-spacing: -.4em;
}

.l-section.goods .c-goods_content .c-dvd .c-dvd_goods li {
  display: inline-block;
  max-width: 305px;
  vertical-align: top;
  font-size: 18px;
  letter-spacing: normal;
}

.l-section.goods .c-goods_content .c-dvd .c-dvd_goods li:first-of-type {
  display: block;
  max-width: 220px;
  margin: 0 auto;
}

.l-section.goods .c-goods_content .c-dvd .c-dvd_text a {
  color: #009ec5;
  text-decoration: none;
}

.l-section.goods .c-goods_content .c-dvd .c-dvd_text .is-bold {
  font-weight: 700;
}

.l-section.goods .c-goods_content .c-dvd .c-dvd_text .is-catch {
  color: #d8086e;
}
.l-section.goods .c-goods_content .c-report {
  position: relative;
  width: 850px;
  margin: 0 auto;
  padding: 38px 45px 45px;
  background: #86b9d4;
  color: #05143d;
}

.l-section.goods .c-goods_content .c-report::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 175px;
  height: 60px;
  background: url(../img/report/icn_report.png) top right no-repeat;
  background-size: contain;
}

.l-section.goods .c-goods_content .c-report .c-deco .c-deco_parts.parts08 {
  top: 115px;
  left: -190px;
}

.l-section.goods .c-goods_content .c-report .c-deco .c-deco_parts.parts09 {
  right: -206px;
  bottom: -42px;
}

.l-section.goods .c-goods_content .c-report h4 {
  font-weight: 500;
  font-size: 28px;
  line-height: 40px;
}

.l-section.goods .c-goods_content .c-report .c-report_text {
  text-align: left;
  margin: 17px 5px 5px;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
}

.l-section.goods .c-goods_content .c-report .c-report_text_2 {
  margin: 17px 5px 5px;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
}

.l-section.goods .c-goods_content .c-report .c-report_text_2 .is-bold {
  font-weight: 700;
}

.l-section.goods .c-goods_content .c-report .c-report_text_2 .is-catch {
  color: #d8086e;
}

.l-section.goods .c-goods_content .c-report .c-report_text_2 a {
  color: #009ec5;
  text-decoration: none;
}

  .l-section.goods .c-goods_content .c-report .c-report_image {
  margin-top: 5px;
  font-size: 0;
  letter-spacing: -.4em;
}
  .l-section.goods .c-goods_content .c-report ul .c-report_image {
  display: inline-block;
  max-width: 600px;
  vertical-align: top;
  font-size: 18px;
  letter-spacing: normal;
}

.l-section.footer {
  margin-bottom: 70px;
  background: #fff;
}

.l-section.footer .c-section_inner {
  padding: 55px 0 30px;
}

.l-section.footer .c-footer_pagetop {
  position: absolute;
  top: -75px;
  right: 15px;
  width: 60px;
  height: 60px;
  cursor: pointer;
  -webkit-transition: opacity 1s cubic-bezier(.215, .61, .355, 1);
  transition: opacity 1s cubic-bezier(.215, .61, .355, 1);
}

.l-section.footer .c-footer_content {
  width: 1000px;
  margin: 0 auto;
  color: #061742;
  font-size: 0;
  letter-spacing: -.4em;
}

.l-section.footer .c-footer_content .c-share, .l-section.footer .c-footer_content .c-twitter {
  display: inline-block;
  vertical-align: top;
  font-size: 20px;
  font-family: "Vidaloka", serif;
  letter-spacing: normal;
}

.l-section.footer .c-footer_content .c-share dt, .l-section.footer .c-footer_content .c-twitter dt {
  position: relative;
  margin-bottom: 12px;
  padding-bottom: 50px;
  letter-spacing: .1em;
  text-align: left;
}

.l-section.footer .c-footer_content .c-share dt::before, .l-section.footer .c-footer_content .c-twitter dt::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1px;
  height: 40px;
  background: #061742;
}

.l-section.footer .c-footer_content .c-share {
  margin-right: 220px;
}

.l-section.footer .c-footer_content .c-share dd ul {
  font-size: 0;
  letter-spacing: -.4em;
}

.l-section.footer .c-footer_content .c-share dd ul li {
  display: inline-block;
  width: 40px;
  vertical-align: middle;
  letter-spacing: normal;
}

.l-section.footer .c-footer_content .c-share dd ul li a {
  display: block;
  width: 100%;
  height: 100%;
}

.l-section.footer .c-footer_content .c-share dd ul li + li {
  margin-left: 60px;
}

.l-section.footer .c-footer_content .c-copy {
  margin-top: 60px;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.5em;
  letter-spacing: .1em;
}

.l-nav .c-nav_content {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 1120px;
  background: #e6f2fe;
}

.l-nav .c-nav_content .c-list {
  font-size: 0;
  letter-spacing: -.4em;
  text-align: center;
}

.l-nav .c-nav_content .c-list li {
  display: inline-block;
  width: 152px;
  vertical-align: middle;
  font-weight: 500;
  font-size: 20px;
  font-family: "Source Code Pro", monospace;
  letter-spacing: .05em;
}

.l-nav .c-nav_content .c-list li a {
  display: block;
  width: 100%;
  height: 100%;
  color: #04143c;
  text-decoration: none;
}

.l-nav .c-nav_content .c-list li.is-pc {
  width: 200px;
}

.l-nav .c-nav_content .c-list li.is-pc a img {
  display: inline-block;
  vertical-align: middle;
  letter-spacing: normal;
}

.effect_item .c-section_inner .c-subtitle {
  opacity: 0;
}

.effect_item .c-section_inner .c-content {
  opacity: 0;
}

.effect_item.active.bg_gradation::before {
  width: 100%;
  -webkit-transition: width 1s cubic-bezier(.215, .61, .355, 1) 0s;
  transition: width 1s cubic-bezier(.215, .61, .355, 1) 0s;
}

.effect_item.active .c-section_inner .c-subtitle {
  opacity: 1;
  -webkit-transition: opacity 1.5s cubic-bezier(.215, .61, .355, 1) 0s;
  transition: opacity 1.5s cubic-bezier(.215, .61, .355, 1) 0s;
}

.effect_item.active .c-section_inner .c-subtitle::before {
  height: 70px;
  -webkit-transition: height 1.2s cubic-bezier(.215, .61, .355, 1) .4s;
  transition: height 1.2s cubic-bezier(.215, .61, .355, 1) .4s;
}

.effect_item.active .c-section_inner .c-content {
  opacity: 1;
  -webkit-transition: opacity 1.5s cubic-bezier(.215, .61, .355, 1) 1s;
  transition: opacity 1.5s cubic-bezier(.215, .61, .355, 1) 1s;
}

.effect_item.active.footer .c-section_inner .c-content {
  -webkit-transition: opacity 1.5s cubic-bezier(.215, .61, .355, 1) 0s;
  transition: opacity 1.5s cubic-bezier(.215, .61, .355, 1) 0s;
}

.l-loading {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: #04143c;
}

.l-loading::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 200%;
  height: 200%;
  background: url(../img/bg_repeat.jpg) top center;
  -webkit-animation: motionBg 60s linear 0s infinite forwards;
          animation: motionBg 60s linear 0s infinite forwards;
}

.l-loading.s-ios8::before {
  width: 100%;
  height: 100%;
  -webkit-animation: none;
          animation: none;
}

.l-loading::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(251, 25, 184, .1)), to(rgba(87, 219, 252, .1)));
  background: linear-gradient(90deg, rgba(251, 25, 184, .1), rgba(87, 219, 252, .1));
}

.l-loading .c-loading_line {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1.5px;
  height: 0;
  background: #fff;
}

.l-loading .c-loading_line::before {
  content: "";
  opacity: 0;
  position: absolute;
  bottom: -15px;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(0deg);
      -ms-transform: translateX(-50%) rotate(0deg);
          transform: translateX(-50%) rotate(0deg);
  width: 10px;
  height: 10px;
  background: url(../img/icon_star.svg) center center no-repeat;
  background-size: 10px auto;

  -webkit-transform-origin: center center;

      -ms-transform-origin: center center;

          transform-origin: center center;
}

.l-loading.start .c-loading_line {
  height: 87%;
  -webkit-transition: height 1.5s cubic-bezier(.215, .61, .355, 1);
  transition: height 1.5s cubic-bezier(.215, .61, .355, 1);
}

.l-loading.start .c-loading_line::before {
  opacity: 1;
  -webkit-transform: translateX(-50%) rotate(360deg);
      -ms-transform: translateX(-50%) rotate(360deg);
          transform: translateX(-50%) rotate(360deg);
  -webkit-transition: all 1s cubic-bezier(.215, .61, .355, 1) 1.45s;
  transition: all 1s cubic-bezier(.215, .61, .355, 1) 1.45s;

  -webkit-transform-origin: center center;

      -ms-transform-origin: center center;

          transform-origin: center center;
}

@media all and (-ms-high-contrast: none) {
  .l-section.info .c-info_content .c-overview .c-overview_content ul li .is-middle span.outline {
    padding-top: 3px;
  }
}

@media screen and (min-width: 768px) {
  .l-nav .c-nav_content {
    opacity: 0;
    -webkit-transform: translateY(-70px);
        -ms-transform: translateY(-70px);
            transform: translateY(-70px);
    -webkit-transition: all 1s cubic-bezier(.215, .61, .355, 1);
    transition: all 1s cubic-bezier(.215, .61, .355, 1);
  }
  .l-nav .c-nav_content.active {
    opacity: 1;
    -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-transition: all 1s cubic-bezier(.215, .61, .355, 1);
    transition: all 1s cubic-bezier(.215, .61, .355, 1);
  }
  .l-nav .c-nav_content .c-list {
    height: 70px;
  }
  .l-nav .c-nav_content .c-list li {
    height: 100%;
  }
  .l-nav .c-nav_content .c-list li a {
    position: relative;
  }
  .l-nav .c-nav_content .c-list li a span {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 100%;
  }
  .l-nav .c-nav_content .c-list li a::before {
    content: "";
    position: absolute;
    top: 50px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 2px;
    height: 0;
    background: #8e8063;
    -webkit-transition: height .6s cubic-bezier(.215, .61, .355, 1);
    transition: height .6s cubic-bezier(.215, .61, .355, 1);
  }
  .l-nav .c-nav_content .c-list li a:hover::before {
    height: 20px;
    -webkit-transition: height .6s cubic-bezier(.215, .61, .355, 1);
    transition: height .6s cubic-bezier(.215, .61, .355, 1);
  }
  .l-nav .c-nav_content .c-list li a.current::before {
    height: 20px;
    -webkit-transition: height .6s cubic-bezier(.215, .61, .355, 1);
    transition: height .6s cubic-bezier(.215, .61, .355, 1);
  }
  .l-nav .c-nav_content .c-list li.is-pc a::before {
    display: none;
  }
  .hover_opacity {
    opacity: 1;
    -webkit-transition: opacity .5s ease;
    transition: opacity .5s ease;
  }
  .hover_opacity:hover {
    opacity: .6;
    -webkit-transition: opacity .5s ease;
    transition: opacity .5s ease;
  }
  .hover_textlink:hover {
    text-decoration: underline !important;
  }
  .l-section.news .c-news_content .c-list li .c-list_title {
    -webkit-transition: color .6s cubic-bezier(.215, .61, .355, 1);
    transition: color .6s cubic-bezier(.215, .61, .355, 1);
  }
  .l-section.news .c-news_content .c-list li:hover .c-list_title {
    color: #009ec5;
    -webkit-transition: color .6s cubic-bezier(.215, .61, .355, 1);
    transition: color .6s cubic-bezier(.215, .61, .355, 1);
  }
  .l-section.footer .c-footer_pagetop {
    -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-transition: all .6s cubic-bezier(.215, .61, .355, 1);
    transition: all .6s cubic-bezier(.215, .61, .355, 1);
  }
  .l-section.footer .c-footer_pagetop:hover {
    -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
            transform: translateY(-10px);
    -webkit-transition: all .6s cubic-bezier(.215, .61, .355, 1);
    transition: all .6s cubic-bezier(.215, .61, .355, 1);
  }
}

@media screen and (max-width: 767px) {
  body {
    min-width: 300px;
    overflow-x: hidden;
  }
  .is-pc {
    display: none;
  }
  .is-sp {
    display: block;
  }
  .is-pc-inline {
    display: none;
  }
  .is-sp-inline {
    display: inline-block;
  }
  .l-wrapper .c-fixedbg::before {
    background-size: 168px auto;
  }
  .l-content {
    background-image: url(../img/sp/bg_main.png);
    background-size: auto 550px;
  }
  .l-content .c-fixedline::after {
    background-image: url(../img/sp/bg_line.png);
    background-size: contain;
  }
  .l-section .c-section_inner {
    padding: 60px 0 76px;
  }
  .l-section .c-section_inner .c-subtitle {
    width: 100%;
    height: auto;
    margin-bottom: 28px;
    padding-bottom: 50px;
  }
  .l-section .c-section_inner .c-subtitle::before {
    top: 40%;
    height: 0px;
  }
  .l-section .c-section_inner .c-subtitle img {
    height: auto;
  }
  .l-section .c-section_inner .c-deco .c-deco_parts {
    width: 100px;
  }
  .l-section .c-section_inner .c-decocatch {
    padding: 0 55px;
    font-size: 16px;
  }
  .l-section .c-section_inner .c-decocatch::before {
    width: 55px;
    background-size: auto 15px;
  }
  .l-section .c-section_inner .c-decocatch::after {
    width: 55px;
    background-size: auto 15px;
  }
  .l-section.top .c-top_content {
    padding-top: 100px;
  }
  .l-section.top .c-top_content .c-main {
    padding: 44px 0 70px;
  }
  .l-section.top .c-top_content .is-sp.c-sp_deco {
    margin-top: 25px;
    padding-bottom: 130px;
  }
  .l-section.special .c-section_inner {
    padding-bottom: 40px;
  }
  .l-section.special .c-special_content {
    letter-spacing: .1em;
  }
  .l-section.special .c-special_content .c-contact_line {
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 64%;
  }
.l-section.special .c-special_content .c-contact_line::before {
    top: -2.5px;
    left: -2.5px;
    width: 5px;
    height: 5px;
  }
.l-section.special .c-special_content .c-contact_line::after {
    top: -2.5px;
    right: -2.5px;
    width: 5px;
    height: 5px;
  }
  .l-section.special .c-special_content .c-text {
    font-size: 14px;
    line-height: 35px;
    letter-spacing: .1em;
  }
  .l-section.special .c-special_content .c-text .is-big {
    display: block;
    padding-top: 22px;
    font-size: 16px;
    line-height: 33px;
    letter-spacing: .15em;
  }
  .l-section.special .c-special_content .c-text span.outline {
    padding: 0 10px;
    font-size: 14px;
    line-height: 16px;
  }
  .l-section.about .c-section_inner {
    padding-bottom: 75px;
  }
  .l-section.about .c-about_content {
    letter-spacing: .1em;
  }
  .l-section.about .c-about_content .c-deco .c-deco_parts.parts01 {
    top: -45%;
    left: 9%;
  }
  .l-section.about .c-about_content .c-deco .c-deco_parts.parts02 {
    top: -30%;
    left: -3%;
  }
  .l-section.about .c-about_content .c-deco .c-deco_parts.parts03 {
    bottom: 15%;
    left: -4%;
  }
  .l-section.about .c-about_content .c-deco .c-deco_parts.parts04 {
    top: -29%;
    right: 4%;
  }
  .l-section.about .c-about_content .c-deco .c-deco_parts.parts05 {
    right: 5%;
    bottom: 46%;
  }
  .l-section.about .c-about_content .c-deco .c-deco_parts.parts06 {
    top: -18%;
    left: 19%;
  }
  .l-section.about .c-about_content .c-catch {
    padding-bottom: 37px;
    font-size: 16px;
    letter-spacing: .02em;
  }
  .l-section.about .c-about_content .c-text {
    font-size: 14px;
    line-height: 35px;
    letter-spacing: .1em;
  }
  .l-section.about .c-about_content .c-text .sp-middle {
    display: block;
    padding-top: 22px;
    line-height: 32px;
  }
  .l-section.about .c-about_content .c-text .is-big {
    display: block;
    padding-top: 22px;
    font-size: 16px;
    line-height: 33px;
    letter-spacing: .15em;
  }
  .l-section.news .c-section_inner {
    padding-bottom: 60px;
  }
  .l-section.news .c-section_inner .c-subtitle {
    margin-bottom: 22px;
  }
  .l-section.news .c-news_content {
    position: relative;
    width: 90%;
    margin: 0 auto;
    padding: 21px;
  }
  .l-section.news .c-news_content::before {
    width: 100%;
    height: 41px;
    background-size: 41px auto, 41px auto;
  }
  .l-section.news .c-news_content::after {
    height: 41px;
    background-size: 41px auto, 41px auto;
  }
  .l-section.news .c-news_content .c-deco .c-deco_parts.parts01 {
    top: -31%;
    left: 55%;
  }
  .l-section.news .c-news_content .c-deco .c-deco_parts.parts02 {
    top: -17%;
    bottom: auto;
    left: 1%;
  }
  .l-section.news .c-news_content .c-deco .c-deco_parts.parts03 {
    top: 26%;
    right: auto;
    left: -8%;
  }
  .l-section.news .c-news_content .c-deco .c-deco_parts.parts04 {
    bottom: -13%;
    left: 7%;
  }
  .l-section.news .c-news_content .c-deco .c-deco_parts.parts05 {
    top: 10%;
    right: 3%;
  }
  .l-section.news .c-news_content .c-deco .c-deco_parts.parts06 {
    right: -7%;
    bottom: 29%;
  }
  .l-section.news .c-news_content .c-list li .c-list_day, .l-section.news .c-news_content .c-list li .c-list_title {
    display: block;
    font-size: 13px;
    letter-spacing: normal;
  }
  .l-section.news .c-news_content .c-list li .c-list_day {
    width: 120px;
    margin-right: 0;
    margin-bottom: 6px;
    padding: 5px 0 3px;
    font-size: 13px;
    letter-spacing: .075em;
  }
  .l-section.news .c-news_content .c-list li .c-list_title {
    width: 100%;
    padding: 15px;
    line-height: 17px;
  }
  .l-section.news .c-news_content .c-list li + li {
    margin-top: 20px;
  }
  .l-section.info .c-section_inner {
    padding: 65px 0 60px;
  }
  .l-section.info .c-section_inner .c-subtitle {
    margin-bottom: 25px;
  }
  .l-section.info .c-info_content .c-overview .c-overview_title {
    width: 100%;
    height: auto;
    margin-bottom: 29px;
  }
  .l-section.info .c-info_content .c-overview .c-overview_title img {
    height: auto;
  }
  .l-section.info .c-info_content .c-overview .c-overview_content {
    margin-bottom: 42px;
  }
  .l-section.info .c-info_content .c-overview .c-overview_content ul li {
    display: block;
  }
  .l-section.info .c-info_content .c-overview .c-overview_content ul li + li {
    margin-top: 22px;
    margin-left: 0px;
  }
  .l-section.info .c-info_content .c-overview .c-overview_content ul li .is-big {
    padding-bottom: 8px;
    font-size: 21px;
    line-height: 35px;
    letter-spacing: .15em;
  }
  .l-section.info .c-info_content .c-overview .c-overview_content ul li .is-middle {
    line-height: 27px;
  }
  .l-section.info .c-info_content .c-overview .c-overview_content ul li .is-middle span {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    letter-spacing: .175em;
  }
  .l-section.info .c-info_content .c-overview .c-overview_content ul li .is-middle span.outline {
    padding: 0 10px;
    font-size: 12px;
    line-height: 16px;
  }
  .l-section.info .c-info_content .c-overview .c-overview_content ul li .is-small {
    font-size: 12px;
    line-height: 20px;
  }
  .l-section.info .c-info_content .c-overview .c-overview_content .c-ps {
    padding-top: 27px;
    line-height: 20px;
  }
  .l-section.info .c-info_content .c-overview .c-overview_content.c-date .c-deco .c-deco_parts + li {
    margin-left: 0;
  }
  .l-section.info .c-info_content .c-overview .c-overview_content.c-date .c-deco .c-deco_parts.parts01 {
    top: -37%;
    left: 0;
  }
  .l-section.info .c-info_content .c-overview .c-overview_content.c-place {
    margin-bottom: 42px;
  }
  .l-section.info .c-info_content .c-overview .c-overview_content.c-place .c-deco .c-deco_parts + li {
    margin-left: 0;
  }
  .l-section.info .c-info_content .c-overview .c-overview_content.c-place .c-deco .c-deco_parts.parts04 {
    top: -200%;
    left: -4%;
  }
  .l-section.info .c-info_content .c-overview .c-overview_content.c-place .c-deco .c-deco_parts.parts05 {
    display: none;
  }
  .l-section.info .c-info_content .c-overview .c-overview_content.c-place .c-deco .c-deco_parts.parts06 {
    top: -175%;
    right: 3%;
    bottom: auto;
  }
  .l-section.info .c-info_content .c-overview .c-overview_content.c-price {
    margin-top: 0px;
    margin-bottom: 36px;
  }
  .l-section.info .c-info_content .c-overview .c-overview_content.c-price ul li .is-big {
    font-size: 20px;
    line-height: 40px;
  }
  .l-section.info .c-info_content .c-overview .c-overview_content.c-price .c-deco .c-deco_parts + li {
    margin-left: 0;
  }
  .l-section.info .c-info_content .c-overview .c-overview_content.c-price .c-deco .c-deco_parts.parts07 {
    right: 1%;
    bottom: -62%;
  }
  .l-section.info .c-info_content .c-premium {
    width: 90%;
    padding: 58px 0 43px;
  }
  .l-section.info .c-info_content .c-premium::before {
    width: 90px;
    height: 40px;
  }
  .l-section.info .c-info_content .c-premium .c-deco .c-deco_parts.parts08 {
    display: none;
  }
  .l-section.info .c-info_content .c-premium .c-deco .c-deco_parts.parts09 {
    display: none;
  }
  .l-section.info .c-info_content .c-premium h4 {
    font-size: 20px;
    line-height: 25px;
    letter-spacing: .1em;
  }
  .l-section.info .c-info_content .c-premium h4 span {
    font-size: 15px;
  }
  .l-section.info .c-info_content .c-premium .c-premium_attention {
    margin: 12px 0 0;
    font-size: 12px;
    line-height: 22px;
  }
  .l-section.info .c-info_content .c-premium .c-premium_goods {
    margin-top: 25px;
  }
  .l-section.info .c-info_content .c-premium .c-premium_goods li {
    width: 74%;
    max-width: 100%;
    font-size: 16px;
  }
  .l-section.info .c-info_content .c-premium .c-premium_goods li:first-of-type {
    display: inline-block;
    max-width: 100%;
  }
  .l-section.info .c-info_content .c-premium .c-premium_goods li:nth-child(n+3) {
    margin-left: 0;
  }
  .l-section.info .c-info_content .c-premium .c-premium_goods li + li {
    margin-top: 22px;
  }
  .l-section.info .c-info_content .c-premium .c-premium_goods li p {
    padding-top: 8px;
  }
  .l-section.info .c-info_content .c-contact {
    width: 100%;
    margin: 55px auto 0;
    padding-top: 45px;
    font-size: 13px;
    line-height: 25px;
    letter-spacing: .05em;
  }s
  .l-section.info .c-info_content .c-contact .c-deco .c-deco_parts.parts10 {
    right: 1%;
    bottom: -55%;
    left: auto;
  }
  .l-section.info .c-info_content .c-contact .c-deco .c-deco_parts.parts11 {
    display: none;
  }
  .l-section.info .c-info_content .c-contact .c-contact_line {
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 64%;
  }
  .l-section.info .c-info_content .c-contact .c-contact_line::before {
    top: -2.5px;
    left: -2.5px;
    width: 5px;
    height: 5px;
  }
  .l-section.info .c-info_content .c-contact .c-contact_line::after {
    top: -2.5px;
    right: -2.5px;
    width: 5px;
    height: 5px;
  }
  .l-section.info .c-info_content .c-contact p + p {
    margin-top: 5px;
  }
  .l-section.ticket .c-section_inner {
    padding-bottom: 68px;
  }
  .l-section.ticket .c-section_inner .c-subtitle {
    margin-bottom: 25px;
  }
  .l-section.ticket .c-ticket_content dl dd {
    position: relative;
  }
  .l-section.ticket .c-ticket_content dl dd.c-price {
    margin: 13px 0 45px;
  }
  .l-section.ticket .c-ticket_content dl dd.c-price .c-deco .c-deco_parts.parts01 {
    top: -90%;
    right: 4%;
    left: auto;
  }
  .l-section.ticket .c-ticket_content dl dd.c-price .c-deco .c-deco_parts.parts02 {
    top: -105%;
    bottom: auto;
    left: 6%;
  }
  .l-section.ticket .c-ticket_content dl dd.c-price .c-deco .c-deco_parts.parts03 {
    top: auto;
    right: auto;
    bottom: 15%;
    left: -3%;
  }
  .l-section.ticket .c-ticket_content dl dd.c-price p {
    font-size: 18px;
    line-height: 35px;
    letter-spacing: .15em;
  }
  .l-section.ticket .c-ticket_content dl dd.c-price .is-star {
    margin-bottom: 3px;
    font-size: 22px;
  }
  .l-section.ticket .c-ticket_content dl dd.c-price .is-premium {
    padding-top: 10px;
    line-height: 25px;
  }
  .l-section.ticket .c-ticket_content dl dd.c-schedule {
    margin-top: 22px;
  }
  .l-section.ticket .c-ticket_content dl dd.c-schedule .c-deco .c-deco_parts.parts04 {
    top: 34%;
    right: -5%;
    bottom: auto;
    left: auto;
  }
  .l-section.ticket .c-ticket_content dl dd.c-schedule .c-deco .c-deco_parts.parts05 {
    display: none;
  }
  .l-section.ticket .c-ticket_content dl dd.c-schedule .c-schedule_comingsoon {
    padding: 25px 0;
    font-size: 16px;
  }
  .l-section.ticket .c-ticket_content dl dd.c-schedule ul .c-schedule_item {
    width: 90%;
    letter-spacing: .1em;
  }
  .l-section.ticket .c-ticket_content dl dd.c-schedule ul .c-schedule_item:nth-child(n+2) {
    margin-top: 35px;
  }
  .l-section.ticket .c-ticket_content dl dd.c-schedule ul .c-schedule_item .catch {
    margin-bottom: 14px;
    font-size: 18px;
  }
  .l-section.ticket .c-ticket_content dl dd.c-schedule ul .c-schedule_item ul {
    font-size: 13px;
    line-height: 1.1em;
  }
  .l-section.ticket .c-ticket_content dl dd.c-schedule ul .c-schedule_item ul li {
    letter-spacing: .1em;
  }
  .l-section.ticket .c-ticket_content dl dd.c-schedule ul .c-schedule_item ul li + li {
    margin-top: 12px;
  }
  .l-section.ticket .c-ticket_content dl dd.c-schedule ul .c-schedule_item ul li .c-head, .l-section.ticket .c-ticket_content dl dd.c-schedule ul .c-schedule_item ul li .c-detail {
    font-size: 13px;
    line-height: 19px;
    letter-spacing: .1em;
  }
  .l-section.ticket .c-ticket_content dl dd.c-schedule ul .c-schedule_item ul li .c-detail {
    display: inline-block;
  }
  .l-section.cast .c-section_inner {
    padding: 65px 0 60px;
  }
  .l-section.cast .c-section_inner .c-subtitle {
    margin-bottom: 25px;
  }
  .l-section.cast dl dd {
    position: relative;
    margin: 20px 0 40px;
  }
  .l-section.cast dl dd .c-cast_name {
    font-size: 20px;
    line-height: 20px;
    letter-spacing: .05em;
  }
  .l-section.cast dl dd .c-cast_name span {
    font-size: 12px;
  }
  .l-section.cast dl dd .c-cast_img {
    max-width: 53%;
    margin: 10px 0 14px;
  }
  .l-section.cast dl dd .c-cast_text {
    width: 92%;
    font-size: 12px;
    line-height: 19px;
    letter-spacing: .05em;
  }
  .l-section.cast dl dd .c-cast_link {
    width: 51%;
    margin: 11px auto 0;
  }
  .l-section.cast dl dd.c-conducter .c-deco .c-deco_parts.parts01 {
    top: -25%;
    left: 2%;
  }
  .l-section.cast dl dd.c-conducter .c-deco .c-deco_parts.parts02 {
    display: none;
  }
  .l-section.cast dl dd.c-conducter .c-deco .c-deco_parts.parts03 {
    display: none;
  }
  .l-section.cast dl dd.c-conducter .c-deco .c-deco_parts.parts04 {
    display: none;
  }
  .l-section.cast dl dd.c-conducter .c-deco .c-deco_parts.parts05 {
    top: 38%;
    right: 0%;
  }
  .l-section.cast dl dd.c-conducter .c-deco .c-deco_parts.parts06 {
    top: -31%;
    right: 7%;
    bottom: auto;
  }
  .l-section.cast dl dd.c-performance {
    margin-bottom: 44px;
  }
  .l-section.cast dl dd.c-performance .c-deco .c-deco_parts.parts07 {
    top: auto;
    bottom: -5%;
    left: -3%;
  }
  .l-section.cast dl dd.c-performance .c-deco .c-deco_parts.parts08 {
    display: none;
  }
  .l-section.cast dl dd.c-performance .c-deco .c-deco_parts.parts09 {
    display: none;
  }
  .l-section.cast dl dd.c-performance .c-cast_img {
    max-width: 77%;
    margin: 17px 0 18px;
  }
  .l-section.cast dl dd.c-solist .c-deco .c-deco_parts.parts10 {
    top: 21%;
    left: -4%;
  }
  .l-section.cast dl dd.c-solist .c-deco .c-deco_parts.parts11 {
    right: 7%;
    bottom: 37%;
  }
  .l-section.cast dl dd.c-solist .c-deco .c-deco_parts.parts12 {
    top: -11%;
    right: -4%;
  }
  .l-section.cast dl dd.c-guest {
    margin-bottom: 0;
  }
  .l-section.cast dl dd.c-guest .c-deco .c-deco_parts.parts12 {
    display: none;
  }
  .l-section.cast dl dd.c-guest .c-deco .c-deco_parts.parts13 {
    top: 25%;
    right: -5%;
    left: auto;
  }
  .l-section.cast dl dd.c-guest .c-deco .c-deco_parts.parts14 {
    display: none;
  }
  .l-section.cast dl dd.c-guest .c-deco .c-deco_parts.parts15 {
    top: -5%;
    right: auto;
    left: 0%;
  }
  .l-section.goods {
    margin-bottom: 250px;
  }
  .l-section.goods .c-section_inner {
    padding-top: 65px;
    padding-bottom: 68px;
  }
  .l-section.goods .c-section_inner .c-subtitle {
    margin-bottom: 27px;
  }
  .l-section.goods .c-goods_content {
    position: relative;
  }
  .l-section.goods .c-goods_content .c-deco .c-deco_parts.parts01 {
    top: -40%;
    right: 3%;
    left: auto;
  }
  .l-section.goods .c-goods_content .c-deco .c-deco_parts.parts02 {
    top: auto;
    right: auto;
    left: 3%;
  }
  .l-section.goods .c-goods_content .c-deco .c-deco_parts.parts03 {
    right: 2%;
    bottom: -90%;
    left: auto;
  }
  .l-section.goods .c-goods_content .c-deco .c-deco_parts.parts04 {
    display: none;
  }
  .l-section.goods .c-goods_content .c-deco .c-deco_parts.parts05 {
    display: none;
  }
  .l-section.goods .c-goods_content .c-deco .c-deco_parts.parts06 {
    display: none;
  }
  .l-section.goods .c-goods_content .c-comingsoon {
    width: 90%;
  }
  .l-section.goods .c-goods_content .c-goods_text {
    width: 90%;
    font-size: 14px;
    line-height: 19px;
    letter-spacing: .05em;
  }
  .l-section.goods .c-goods_content .c-dvd {
    width: 90%;
    padding: 58px 0 43px;
  }
  .l-section.goods .c-goods_content .c-dvd::before {
    width: 90px;
    height: 40px;
  }
  .l-section.goods .c-goods_content .c-dvd .c-deco .c-deco_parts.parts07 {
    display: none;
  }
  .l-section.goods .c-goods_content .c-dvd .c-deco .c-deco_parts.parts08 {
    display: none;
  }
  .l-section.goods .c-goods_content .c-dvd .c-deco .c-deco_parts.parts09 {
    display: none;
  }
  .l-section.goods .c-goods_content .c-dvd h4 {
    font-size: 20px;
    line-height: 25px;
    letter-spacing: .1em;
  }
  .l-section.goods .c-goods_content .c-dvd h4 span {
    font-size: 15px;
  }
  .l-section.goods .c-goods_content .c-dvd .c-dvd_text {
    margin: 12px 0 0;
    font-size: 12px;
    line-height: 22px;
  }
  .l-section.goods .c-goods_content .c-dvd c-dvd_goods {
    margin-top: 25px;
  }
  .l-section.goods .c-goods_content .c-dvd c-dvd_goods li {
    width: 74%;
    max-width: 100%;
    font-size: 16px;
  }
  .l-section.goods .c-goods_content .c-dvd c-dvd_goods li:first-of-type {
    display: inline-block;
    width: 54%;
    max-width: 100%;
  }    
  .l-section.goods .c-goods_content .c-report {
    width: 90%;
    padding: 58px 0 43px;
  }
  .l-section.goods .c-goods_content .c-report::before {
    width: 90px;
    height: 40px;
  }
  .l-section.goods .c-goods_content .c-report .c-deco .c-deco_parts.parts08 {
    display: none;
  }
  .l-section.goods .c-goods_content .c-report .c-deco .c-deco_parts.parts09 {
    display: none;
  }
  .l-section.goods .c-goods_content .c-report h4 {
    padding: 0 12px;
    font-size: 20px;
    line-height: 25px;
    letter-spacing: .1em;
  }
  .l-section.goods .c-goods_content .c-report h4 span {
    font-size: 15px;
  }
  .l-section.goods .c-goods_content .c-report .c-report_text {
    text-align: left;
    margin: 12px 10px 10px;
    padding: 0 12px;
    font-size: 12px;
    line-height: 22px;
  }
  .l-section.goods .c-goods_content .c-report .c-report_text_2 {
    margin: 12px 10px 10px;
    padding: 0 12px;
    font-size: 12px;
    line-height: 22px;
  }
  .l-section.goods .c-goods_content .c-report .c-report_image {
    margin-top: 2px;
  }
  .l-section.goods .c-goods_content .c-report ul .c-report_image {
    width: 74%;
    max-width: 100%;
    font-size: 16px;
  }
  .l-section.footer {
    margin-bottom: 35px;
  }
  .l-section.footer .c-section_inner {
    padding: 50px 0;
  }
  .l-section.footer .c-footer_pagetop {
    top: -50px;
    right: 10px;
    width: 40px;
    height: 40px;
  }
  .l-section.footer .c-footer_content {
    width: 92%;
  }
  .l-section.footer .c-footer_content .c-share, .l-section.footer .c-footer_content .c-twitter {
    display: block;
    font-size: 18px;
  }
  .l-section.footer .c-footer_content .c-share dt, .l-section.footer .c-footer_content .c-twitter dt {
    margin-bottom: 10px;
    padding-bottom: 40px;
    letter-spacing: .1em;
  }
  .l-section.footer .c-footer_content .c-share dt::before, .l-section.footer .c-footer_content .c-twitter dt::before {
    left: 5px;
    height: 35px;
  }
  .l-section.footer .c-footer_content .c-share {
    margin-right: 0;
    margin-bottom: 50px;
  }
  .l-section.footer .c-footer_content .c-share dd ul {
    padding-left: 5px;
    font-size: 0;
    letter-spacing: -.4em;
    text-align: left;
  }
  .l-section.footer .c-footer_content .c-share dd ul li {
    display: inline-block;
    width: 40px;
    vertical-align: middle;
    letter-spacing: normal;
  }
  .l-section.footer .c-footer_content .c-share dd ul li a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .l-section.footer .c-footer_content .c-share dd ul li + li {
    margin-left: 60px;
  }
  .l-section.footer .c-footer_content .c-twitter dd iframe {
    height: 133px !important;
    min-height: 133px !important;
  }
  .l-section.footer .c-footer_content .c-copy {
    margin-top: 55px;
    font-size: 12px;
    line-height: 17px;
  }
  .l-nav .c-nav_btn {
    position: fixed;
    top: 15px;
    right: 10px;
    z-index: 1;
    font-size: 0;
    letter-spacing: -.4em;
  }
  .l-nav .c-nav_btn .c-btn_line, .l-nav .c-nav_btn .c-btn_text {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    color: #8e8063;
    font-size: 14px;
    font-family: "Vidaloka", serif;
    letter-spacing: normal;
  }
  .l-nav .c-nav_btn .c-btn_line .on, .l-nav .c-nav_btn .c-btn_text .on {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
  }
  .l-nav .c-nav_btn .c-btn_line {
    width: 19px;
    margin-right: 7px;
  }
  .l-nav .c-nav_btn .c-btn_text {
    width: 45px;
  }
  .l-nav .c-nav_btn.open .c-btn_line .off, .l-nav .c-nav_btn.open .c-btn_text .off {
    opacity: 0;
  }
  .l-nav .c-nav_btn.open .c-btn_line .on, .l-nav .c-nav_btn.open .c-btn_text .on {
    opacity: 1;
  }
  .l-nav .c-nav_content {
    display: none;
    width: 100%;
    min-width: 0;
    height: 100%;
  }
  .l-nav .c-nav_content .c-list {
    padding-top: 103px;
    font-size: 0;
    letter-spacing: -.4em;
    text-align: left;
  }
  .l-nav .c-nav_content .c-list li {
    display: block;
    width: 100%;
    font-size: 21px;
  }
  .l-nav .c-nav_content .c-list li a {
    padding-left: 12%;
    letter-spacing: .075em;
  }
  .l-nav .c-nav_content .c-list li a span {
    position: relative;
  }
  .l-nav .c-nav_content .c-list li a span::before {
    content: "";
    position: absolute;
    top: 50%;
    right: -17px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 10px;
    height: 1px;
    background: #8e8063;
  }
  .l-nav .c-nav_content .c-list li.is-pc {
    display: none;
  }
  .l-nav .c-nav_content .c-list li + li {
    margin-top: 10%;
  }
  .l-nav .c-nav_content .c-sp_nav {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 35%;
  }
  .effect_item.active .c-section_inner .c-subtitle::before {
    height: 45px;
  }
  .l-loading {
    background-size: 168px auto;
  }
  .l-loading::before {
    background-size: 168px auto;
  }
  .l-loading .c-loading_line {
    width: 1px;
  }
}

@media screen and (max-width: 401px) {
  .l-section.ticket .c-ticket_content dl dd.c-schedule ul .c-schedule_item ul li .c-head, .l-section.ticket .c-ticket_content dl dd.c-schedule ul .c-schedule_item ul li .c-detail {
    font-size: 12px;
  }
}

@media screen and (max-width: 321px) {
  .l-section.special .c-special_content .c-catch {
    font-size: 14px;
  }
  .l-section.special .c-special_content .c-text {
    font-size: 12px;
  }
  .l-section.special .c-special_content .c-text .is-big {
    font-size: 14px;
  }
  .l-section.about .c-about_content .c-catch {
    font-size: 14px;
  }
  .l-section.about .c-about_content .c-text {
    font-size: 12px;
  }
  .l-section.about .c-about_content .c-text .is-big {
    font-size: 14px;
  }
  .l-section.info .c-info_content .c-overview .c-overview_content ul li .is-big {
    font-size: 20px;
  }
  .l-section.info .c-info_content .c-overview .c-overview_content ul li .is-middle span {
    font-size: 14px;
  }
  .l-section.info .c-info_content .c-overview .c-overview_content ul li .is-small {
    font-size: 11px;
  }
  .l-section.info .c-info_content .c-overview .c-overview_content .c-ps {
    font-size: 11px;
  }
  .l-section.info .c-info_content .c-premium h4 {
    font-size: 18px;
  }
  .l-section.info .c-info_content .c-contact {
    font-size: 12px;
  }
  .l-section.ticket .c-ticket_content dl dd.c-price .is-star {
    font-size: 20px;
  }
  .l-section.ticket .c-ticket_content dl dd.c-price p {
    font-size: 16px;
  }
  .l-section.ticket .c-ticket_content dl dd.c-schedule ul .c-schedule_item ul li .c-detail {
    display: block;
  }
  .l-section .c-section_inner .c-decocatch {
    font-size: 15px;
  }
  .l-section.cast dl dd .c-cast_name {
    font-size: 18px;
  }
}
