p {
  margin-bottom: 10px;
}

a {
  display: block;
  font-family: 'PT Serif', serif;
  color: #2e1f13;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-decoration: underline;
}

.main-area {
  position: relative;
  overflow: hidden;
  width: auto;
  height: 100vh;
  background-image: url('../images/pc_top_bg.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.kv {
  text-align: center;
}

.image {
  height: 100vh;
  box-shadow: 0 -1px 40px 0 rgba(0, 0, 0, 0.4);
}

.top-news {
  position: absolute;
  left: auto;
  top: auto;
  right: 64%;
  bottom: 50px;
}

.list {
  width: 100vw;
  padding-left: 0px;
  background-color: #fcfaf4;
  box-shadow: 9px 9px 16px 0 rgba(0, 0, 0, 0.16);
  list-style-type: none;
}

.top-news-title {
  z-index: 9999999;
  width: 107px;
}

.date {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 15px;
  margin-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Spectral, sans-serif;
  color: #ba9d3e;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.2px;
}

.text {
  max-width: 275px;
  margin-bottom: 0px;
  font-family: 'Noto Serif JP', sans-serif;
  color: #2e1f13;
  font-size: 14px;
  line-height: 1.8;
  font-weight: 600;
  letter-spacing: 0.5px;
}

.list-item {
  padding: 18px 20px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.list-item.odd {
  background-color: #f5efdc;
}

.menu {
  position: fixed;
  left: 50%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 335px;
  height: 335px;
  margin-top: 30px;
  margin-left: 271px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/menu_bg_pc2.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.menu.sub {
  width: 335px;
  height: 335px;
  background-image: url('../images/menu_bg_pc2.png');
}

.menu-list {
  padding-left: 0px;
  list-style-type: none;
}

.link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-decoration: none;
}

.menu-img {
  height: 37px;
}

.menu-list__item {
  margin-top: 9px;
  text-align: center;
}

.navbar {
  display: none;
}

.body-sub {
  border-bottom: 1px solid #e3e3e3;
  background-color: transparent;
  background-image: url('../images/pc_top_bg.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}

.wapper {
  overflow: auto;
  width: 100%;
  max-width: 700px;
  min-height: 100vh;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 60px;
  background-color: #fcfaf4;
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.2);
}

.contents-ttl {
  margin-bottom: 20px;
}

.contents {
  margin-right: 60px;
  margin-bottom: 40px;
  margin-left: 50px;
  padding-top: 0px;
}

.list-2 {
  padding-left: 0px;
  background-color: #fcfaf4;
  list-style-type: none;
}

.news-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 100px 30px 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.news-text {
  margin-bottom: 0px;
  font-family: 'Noto Serif JP', sans-serif;
  color: #2e1f13;
  font-size: 16px;
  line-height: 1.8;
  font-weight: 600;
  letter-spacing: 0.5px;
}

.news-text.deail {
  font-size: 20px;
}

.news-list-item.odd {
  background-color: #f5efdc;
}

.contents-title-img {
  height: 130px;
}

.contents-title-img.sub {
  height: 190px;
}

.pager {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  margin: 30px auto 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo {
  position: fixed;
  width: 150px;
  margin-top: 8px;
  margin-left: 8px;
}

.link {
  font-family: 'Noto Serif JP', sans-serif;
  color: #2e1f13;
  font-weight: 600;
  text-decoration: none;
}

.body-3 {
  overflow: scroll;
  background-image: url('../images/pc_top_bg.jpg');
  background-position: 50% 0%;
  background-size: cover;
}

.paragraph {
  font-family: 'Noto Serif JP', sans-serif;
  color: #2e1f13;
  font-size: 16px;
  line-height: 1.8;
  font-weight: 600;
  letter-spacing: 0.8px;
}

.paragraph.al-c {
  text-align: center;
}

.paragraph.x-large {
  font-size: 18px;
}

.paragraph.x-large.al-c {
  text-align: center;
}

.paragraph.small {
  margin-bottom: 0px;
  font-size: 14px;
  line-height: 1.6;
}

.paragraph.small.mb-elem {
  display: none;
}

.paragraph.al-r {
  text-align: right;
}

.paragraph.al-l {
  text-align: left;
}

.paragraph.mt-10 {
  margin-top: 10px;
}

.paragraph.mt-10.c-red {
  color: #c72f00;
}

.news-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  padding: 20px 10px;
  border-bottom: 1px solid #2e1f13;
}

.title-1 {
  margin-top: 50px;
  margin-bottom: 15px;
  padding-bottom: 14px;
  border-bottom: 2px dotted #ba9d3e;
  font-family: 'Noto Serif JP', sans-serif;
  font-size: 30px;
  font-weight: 600;
}

.tile-2-ex {
  display: inline-block;
  height: 1em;
  margin-bottom: 0px;
  padding-bottom: 0px;
  font-family: 'Noto Serif JP', sans-serif;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 0.5px;
}

.box {
  padding-right: 10px;
  padding-left: 10px;
}

.title-deco {
  width: 50px;
  margin-right: 10px;
}

.tile-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  margin-bottom: 10px;
  padding-top: 5px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Noto Serif JP', sans-serif;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.5px;
}

.title-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.title-deco01 {
  width: 22px;
  margin-right: 4px;
  padding-bottom: 0px;
}

.title-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-bottom: 5px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.title-4.gold {
  margin-top: 50px;
  margin-bottom: 25px;
}

.title-4.mt-50 {
  margin-top: 50px;
  margin-bottom: 8px;
}

.title-sub {
  margin-top: 40px;
  padding-bottom: 7px;
  border-bottom: 1px solid #392516;
  font-family: 'Noto Serif JP', sans-serif;
  font-size: 18px;
  line-height: 1.6;
  font-weight: 600;
}

.attenion {
  padding: 15px 23px;
  background-color: #f5efdc;
  font-family: 'Noto Serif JP', sans-serif;
  font-size: 15px;
  line-height: 1.8;
  font-weight: 600;
}

.qr {
  width: 120px;
}

.qr-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  padding-left: 0px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  list-style-type: none;
}

.qr-box {
  margin-right: 20px;
  margin-left: 20px;
  text-align: center;
}

.qr-text {
  margin-bottom: 0px;
  color: #2e1f13;
}

.title4-text {
  margin-bottom: 0px;
  font-family: 'Noto Serif JP', sans-serif;
  font-size: 20px;
  line-height: 1.6;
  font-weight: 600;
}

.title4-text.gold {
  display: block;
  font-size: 22px;
  line-height: 1.5;
  font-style: italic;
}

.btn-number {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.btn-number__item {
  margin-right: 10px;
  margin-left: 10px;
  padding-right: 10px;
  padding-left: 10px;
  font-family: Spectral, sans-serif;
  color: #2e1f13;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
}

.btn-number__item.active {
  color: #c72f01;
  font-size: 25px;
}

.top-menu-img {
  height: 37px;
}

.schedule-date {
  display: inline-block;
  margin-right: 2px;
  margin-left: 0px;
  font-family: Spectral, sans-serif;
  color: #392516;
  font-size: 26px;
  font-weight: 400;
  letter-spacing: 0.5px;
}

.schedule-ymd {
  display: inline-block;
  margin-right: 2px;
  margin-left: 0px;
  font-family: 'Noto Serif JP', sans-serif;
  color: #392516;
  font-size: 16px;
  font-weight: 600;
}

.schedule-date-box {
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px 0px 0px;
  text-align: left;
}

.hr-1 {
  margin-top: 40px;
  margin-bottom: 20px;
  border-bottom: 2px dotted #b3aa8d;
}

.schedule-img {
  width: 100%;
  margin-bottom: 5px;
}

.schedule-img.mb-elem {
  display: none;
}

.title-6 {
  margin-top: 60px;
  margin-bottom: 50px;
  padding-top: 8px;
  padding-bottom: 2px;
  border-right: 10px solid #cab56b;
  border-left: 10px solid #cab56b;
  background-color: #f5efdc;
  font-family: Spectral, sans-serif;
  color: #392516;
  font-size: 37px;
  line-height: 1;
  font-weight: 600;
  text-align: center;
}

.ticket-sub-title {
  margin-top: 20px;
  margin-bottom: 10px;
  padding-top: 20px;
  padding-bottom: 7px;
  border: 2px solid #392516;
  background-color: #fff;
  text-align: center;
}

.paragraph-2 {
  display: inline-block;
  font-family: 'Noto Serif JP', sans-serif;
  color: #392516;
  font-size: 21px;
  font-weight: 600;
}

.paragraph-3 {
  margin-right: 20px;
  margin-left: 20px;
  padding-top: 12px;
  border-top: 1px solid #382516;
  font-family: 'Noto Serif JP', sans-serif;
  color: #382516;
  font-size: 18px;
  font-weight: 600;
}

.title-gold-text {
  display: block;
  font-family: 'Noto Serif JP', sans-serif;
  color: #8f7346;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.8px;
}

.title-gold-text.mb-elem {
  display: none;
}

.cast-img {
  display: block;
  width: 50%;
  margin: 20px auto;
}

.cast-img.sub {
  width: 45%;
  margin-top: 40px;
}

.name {
  margin-top: 30px;
  margin-bottom: 22px;
  font-family: 'Noto Serif JP', sans-serif;
  color: #2e1f13;
  font-size: 27px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 2px;
}

.name.sub {
  font-size: 21px;
}

.dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5px;
  margin-bottom: 5px;
}

.dt {
  width: 38%;
  padding-right: 22px;
}

.dd {
  width: 62%;
}

.staff-list__category {
  margin-bottom: 0px;
  font-family: 'Noto Serif JP', sans-serif;
  color: #2e1f13;
  font-size: 14px;
  line-height: 2;
  font-weight: 700;
  text-align: right;
  letter-spacing: 0.8px;
}

.staff {
  margin-bottom: 20px;
}

.staff-list__name {
  margin-bottom: 0px;
  font-family: 'Noto Serif JP', sans-serif;
  color: #2e1f13;
  font-size: 16px;
  line-height: 1.8;
  font-weight: 600;
  letter-spacing: 0.8px;
}

.background-video {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: -1;
  height: 100vh;
}

.loading {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.loading-door-left {
  position: relative;
  width: 50vw;
  height: 100vh;
}

.loading-door-right {
  position: relative;
  width: 50vw;
  height: 100vh;
}

.loading__logo {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 99999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.loading__logo-img {
  position: fixed;
  width: 186px;
  height: 186px;
}

.loading-pink-left {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 999;
  width: 50vw;
  height: 100vh;
  background-color: #9d2d67;
}

.loading-pink-right {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 999;
  width: 50vw;
  height: 100vh;
  background-color: #9d2d67;
}

.loading-red-left {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9999;
  width: 50vw;
  height: 100vh;
  background-color: #c72f01;
}

.loading-red-right {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9999;
  width: 50vw;
  height: 100vh;
  background-color: #c72f01;
}

.loading-kv {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 99;
  text-align: center;
}

.loading-kv__img {
  height: 100vh;
}

.ticket-nozomist {
  margin-top: 20px;
  padding: 20px 22px;
  border: 2px solid #8f7346;
  background-color: #fff;
}

.paragraph-4 {
  font-family: 'PT Serif', serif;
  color: #cab56b;
  font-size: 33px;
  line-height: 1;
  text-align: center;
}

.ticket-nozomst-tile {
  padding-bottom: 14px;
  border-bottom: 1px solid #8f7346;
  font-family: 'Noto Serif JP', sans-serif;
  color: #8f7346;
  font-size: 23px;
  line-height: 1.5;
  font-weight: 600;
  text-align: center;
}

.link-2 {
  color: #392516;
}

.ticket-link {
  margin-top: 25px;
  margin-bottom: 35px;
}

.icket-link__item {
  margin-top: 0px;
  margin-bottom: 22px;
}

.attention-link {
  color: #8f7346;
}

.link-inline {
  display: inline-block;
}

.payment-img {
  margin-bottom: 10px;
}

.payment-img.pc-ellem {
  width: 100%;
}

.payment-img.sp-elem {
  display: none;
}

.payment-img.mb-elem {
  display: none;
}

.goods-img {
  margin-bottom: 15px;
}

.calendar {
  width: 100%;
  margin-top: 40px;
  box-shadow: 4px 4px 9px 0 rgba(0, 0, 0, 0.2);
}

.calendar.mb-elem {
  display: none;
}

.ec-btn {
  width: 100%;
}

.ec-btn.mb-elem {
  display: none;
}

.goods-btn {
  width: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
  margin-right: auto;
  margin-left: auto;
}

.goods-schedule {
  overflow: auto;
  max-width: 100%;
  margin-top: 8px;
  margin-bottom: 10px;
}

.image-6 {
  width: 100%;
  max-width: none;
}

.link-btn {
  width: 250px;
  margin: 10px auto 30px;
  padding-top: 15px;
  padding-bottom: 15px;
  border: 2px solid #2e1f13;
  text-align: center;
  text-decoration: none;
}

.btn-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  margin-bottom: -20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.link-btn-sub {
  width: 47%;
  margin: 5px;
  padding-top: 15px;
  padding-bottom: 15px;
  border: 2px solid #2e1f13;
  text-align: center;
  text-decoration: none;
}

.link-btn-store{
  width: 90%;
  background-color: #E2D395;
  font-weight: bold;
}

@media screen and (min-width: 992px) {
  .link-btn-store .mb-elem{
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .main-area {
    top: 50px;
    overflow: visible;
    background-image: none;
  }

  .kv {
    padding-top: 40px;
    padding-bottom: 40px;
    background-image: url('../images/kv_bg.png');
    background-position: 50% 50%;
    background-size: cover;
  }

  .image {
    width: 100%;
    height: auto;
  }

  .top-news {
    position: static;
    margin-top: 100px;
  }

  .top-news-title {
    width: 180px;
  }

  .date {
    margin-right: 30px;
    font-size: 22px;
  }

  .text {
    max-width: none;
    font-size: 17px;
  }

  .list-item {
    padding: 40px;
  }

  .menu {
    position: static;
    width: 90%;
    height: 90%;
    margin-right: auto;
    margin-left: auto;
  }

  .menu.sub {
    display: none;
  }

  .link-block {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .menu-img {
    height: 61px;
  }

  .menu-list__item {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .body {
    background-image: url('../images/sp_top_bg.jpg');
    background-position: 50% 0%;
    background-size: cover;
  }

  .navbar {
    position: relative;
    display: block;
    background-color: transparent;
  }

  .menu-icon {
    width: 110px;
    margin-top: 10px;
  }

  .menu-button {
    position: fixed;
    padding: 0px;
  }

  .menu-button.w--open {
    z-index: 10;
    background-color: transparent;
  }

  .nav-menu {
    position: fixed;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: url('../images/menu-bg.png');
    background-position: 50% 0%;
    background-size: cover;
  }

  .body-sub {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    background-image: url('../images/sp_top_bg.jpg');
    background-position: 50% 0%;
    background-size: cover;
  }

  .wapper {
    width: 95%;
    max-width: none;
    min-height: auto;
    margin-top: 90px;
    margin-bottom: 60px;
  }

  .news-link {
    padding-right: 40px;
  }

  .logo {
    position: absolute;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    display: none;
    margin-top: -23px;
    margin-right: 10px;
  }

  .body-3 {
    background-image: url('../images/sp_top_bg.jpg');
  }

  .news-header {
    padding-top: 0px;
  }

  .attenion {
    margin-top: 10px;
  }

  .nav-link {
    font-family: Spectral, sans-serif;
  }

  .nav-list__item {
    font-size: 23px;
  }

  .nav-contents {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 90%;
    height: 90vw;
    margin-top: 20%;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: url('../images/menu-bg-circle.png');
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
  }

  .nav-list {
    margin-bottom: 20px;
    padding-left: 0px;
    list-style-type: none;
  }

  .container {
    overflow: hidden;
  }

  .top-menu-img {
    height: 69px;
  }

  .title-gold-text.mb-elem {
    display: block;
  }

  .title-gold-text.pc-elem {
    display: none;
  }

  .payment-img.pc-ellem {
    display: none;
  }

  .payment-img.sp-elem {
    display: block;
  }

  .payment-img.mb-elem {
    display: block;
    width: 80%;
  }

  .calendar.pc-elem {
    display: none;
  }

  .calendar.mb-elem {
    display: block;
  }

  .ec-btn.mb-elem {
    display: block;
  }

  .ec-btn.pc-elem {
    display: none;
  }

  .goods-btn {
    display: block;
    width: 80%;
    margin-top: 30px;
    text-align: center;
  }

  .calendar-link {
    display: block;
    width: 500px;
    margin-right: auto;
    margin-left: auto;
  }
}

@media screen and (max-width: 767px) {
  .kv {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .date {
    font-size: 18px;
  }

  .menu {
    width: 95%;
    height: 75%;
  }

  .menu-img {
    height: 51px;
  }

  .menu-list__item {
    margin-top: 17px;
    margin-bottom: 17px;
  }

  .menu-icon {
    width: 84px;
    margin-left: 10px;
  }

  .nav-menu {
    background-size: cover;
  }

  .body-sub {
    background-image: url('../images/sp_top_bg.jpg');
    background-position: 50% 0%;
    background-size: cover;
    background-attachment: fixed;
  }

  .contents {
    margin-right: 40px;
    margin-left: 40px;
  }

  .news-link {
    padding: 20px 30px;
  }

  .news-text {
    font-size: 15px;
  }

  .contents-title-img {
    height: 110px;
  }

  .pager {
    width: 85%;
  }

  .logo {
    width: 140px;
  }

  .perv {
    height: 19px;
  }

  .next {
    height: 19px;
  }

  .back-to-list {
    height: 16px;
  }

  .paragraph {
    line-height: 1.9;
  }

  .paragraph.small.mb-elem {
    display: block;
  }

  .news-header {
    display: block;
  }

  .nav-contents {
    width: 100%;
    height: 100vw;
    margin-top: 0px;
  }

  .nav-list {
    margin-bottom: 30px;
    padding-left: 0px;
    list-style-type: none;
  }

  .top-menu-img {
    height: 56px;
  }

  .schedule-img.mb-elem {
    display: block;
  }

  .schedule-img.pc-elem {
    display: none;
  }

  .title-gold-text {
    font-size: 23px;
  }

  .cast-img {
    width: 60%;
  }

  .cast-img.sub {
    width: 55%;
  }

  .loading__logo-img {
    width: 150px;
    height: 150px;
  }

  .ticket-nozomist {
    padding: 18px;
  }

  .ticket-nozomst-tile {
    font-size: 20px;
  }

  .goods-btn {
    width: 90%;
  }

  .image-6 {
    width: 130%;
  }

  .link-btn-sub {
    width: 90%;
    margin: 2px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
  }
}

@media screen and (max-width: 479px) {
  .kv {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .top-news {
    margin-top: 40px;
  }

  .top-news-title {
    width: 117px;
    margin-left: 20px;
  }

  .date {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 12px;
    margin-bottom: 5px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 17px;
    letter-spacing: 0.5px;
  }

  .text {
    font-size: 15px;
  }

  .list-item {
    padding: 20px;
  }

  .list-item.odd {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .menu {
    width: 100%;
    height: 410px;
    margin-top: 0px;
    background-position: 50% 50%;
    background-size: cover;
  }

  .menu-list {
    margin-bottom: 0px;
  }

  .link-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .menu-img {
    height: 45px;
  }

  .menu-list__item {
    margin-top: 13px;
    margin-bottom: 13px;
  }

  .menu-icon {
    width: 80px;
    margin-top: 3px;
    margin-left: 5px;
  }

  .nav-menu {
    background-size: contain;
  }

  .wapper {
    width: 93%;
    margin-top: 64px;
    margin-bottom: 50px;
    padding-bottom: 40px;
  }

  .contents-ttl {
    margin-bottom: 20px;
  }

  .contents {
    margin-right: 15px;
    margin-left: 15px;
  }

  .news-link {
    padding: 25px 15px 25px 16px;
  }

  .news-text {
    font-size: 16px;
    line-height: 1.9;
  }

  .news-text.deail {
    font-size: 17px;
  }

  .contents-title-img {
    height: 63px;
  }

  .contents-title-img.sub {
    height: 120px;
  }

  .pager {
    width: 84%;
    margin-top: 30px;
  }

  .pager.num {
    width: 93%;
  }

  .logo {
    width: 120px;
    margin-top: -18px;
    margin-right: 0px;
  }

  .perv {
    height: 15px;
  }

  .next {
    height: 15px;
  }

  .back-to-list {
    height: 12px;
  }

  .paragraph {
    font-size: 15px;
  }

  .paragraph.x-large {
    font-size: 17px;
  }

  .paragraph.small {
    line-height: 1.8;
  }

  .news-header {
    margin-bottom: 20px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .title-1 {
    margin-top: 35px;
    margin-bottom: 10px;
    padding-bottom: 8px;
    font-size: 23px;
  }

  .box {
    padding-right: 2px;
    padding-left: 2px;
  }

  .title-deco01 {
    width: 19px;
    margin-right: 2px;
  }

  .title-4.gold {
    margin-top: 30px;
    margin-bottom: 15px;
  }

  .title-sub {
    padding-bottom: 3px;
    font-size: 16px;
  }

  .attenion {
    padding-top: 10px;
    padding-right: 15px;
    padding-left: 15px;
    line-height: 1.6;
  }

  .title4-text {
    font-size: 18px;
  }

  .title4-text.gold {
    font-size: 19px;
  }

  .btn-number__item {
    margin-right: 4px;
    margin-left: 4px;
    padding-right: 8px;
    padding-left: 8px;
    font-size: 17px;
  }

  .btn-number__item.active {
    font-size: 20px;
  }

  .nav-contents {
    height: 200vw;
    background-image: url('../images/menu-bg-circle_sp.png');
    background-size: 110%;
  }

  .container {
    overflow: hidden;
  }

  .top-menu-img {
    height: 40px;
  }

  .schedule-date {
    margin-bottom: 5px;
    font-size: 20px;
  }

  .schedule-ymd {
    margin-bottom: 5px;
    font-size: 15px;
  }

  .hr-1 {
    margin-top: 30px;
    margin-bottom: 15px;
  }

  .title-6 {
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 25px;
  }

  .ticket-sub-title {
    padding-top: 12px;
  }

  .paragraph-2 {
    display: block;
    font-size: 18px;
  }

  .paragraph-3 {
    margin-right: 10px;
    margin-bottom: 5px;
    margin-left: 10px;
    padding-top: 8px;
    font-size: 16px;
    line-height: 1.6;
  }

  .title-gold-text {
    font-size: 20px;
  }

  .cast-img {
    width: 80%;
  }

  .cast-img.sub {
    width: 70%;
    margin-top: 30px;
  }

  .name {
    margin-top: 20px;
    margin-bottom: 17px;
    font-size: 23px;
  }

  .name.sub {
    margin-top: 10px;
    margin-bottom: 15px;
    font-size: 18px;
  }

  .dl {
    margin-top: 7px;
    margin-bottom: 7px;
  }

  .dt {
    width: 38%;
    padding-right: 10px;
  }

  .dd {
    width: 62%;
  }

  .staff-list__category {
    padding-top: 3px;
    font-size: 12px;
    line-height: 1.6;
    letter-spacing: 0.2px;
  }

  .staff-list__name {
    font-size: 14px;
    line-height: 1.8;
  }

  .loading__logo-img {
    width: 130px;
    height: 130px;
  }

  .ticket-nozomist {
    padding: 18px 10px 13px;
  }

  .ticket-nozomst-tile {
    font-size: 17px;
    text-align: left;
  }

  .payment-img.mb-elem {
    width: 100%;
  }

  .calendar.mb-elem {
    margin-top: 20px;
  }

  .ec-btn.mb-elem {
    margin-bottom: 30px;
  }

  .goods-btn {
    width: 100%;
  }

  .image-6 {
    width: 190%;
  }

  .link-btn {
    margin-top: 15px;
  }

  .btn-area {
    margin-bottom: 0px;
  }

  .link-btn-sub {
    width: 95%;
    border-width: 2px;
    font-size: 15px;
  }

  .link-btn-store{
    width: 100%;
  }
}

