@charset "UTF-8";
.topbody {
  background-color: white;
}

.topbody .darkBg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.topbody .darkBg::after {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity 0.8s cubic-bezier(0.61, 1, 0.88, 1);
  transition: opacity 0.8s cubic-bezier(0.61, 1, 0.88, 1);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: rgba(253, 253, 255, 0.25);
  width: 100%;
  height: 100%;
  pointer-events: none;
  content: '';
}

.topbody.is-scrolled .darkBg::after {
  opacity: 1;
}

.topbody .darkBg::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../image/top/bg_top.jpg) center center no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  content: "";
}

.topbody .hoverWhite {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
}

nav .menu__content {
  color: #000;
}

nav .menu__content a {
  color: #000;
}

nav .menu__content a::before {
  background: #000;
}

.wrapper {
  color: #000;
}

.logo {
  display: none;
}

.top {
  height: auto;
}

.top_hero {
  position: relative;
  z-index: 0;
}

.top_hero__visual {
  position: relative;
  z-index: -1;
}

.top_hero__ttl {
  position: relative;
  margin-top: 22px;
}

.main__slide__wrap {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.main__slide {
  height: 100%;
  text-align: center;
}

.main__slide__item {
  position: relative;
  width: 100%;
}

.main__slide__item.main_00 img {
  margin: 75px auto 60px;
  width: 570px;
}

.main__slide__item_in {
  position: relative;
  margin: 0 auto;
  width: 1000px;
}

.main__slide__img {
  position: relative;
  left: -190px;
}

.main_00 .main__slide__img {
  left: auto;
  margin: 0 auto;
  width: 1000px;
}

.main__slide__txt {
  position: absolute;
  top: 110px;
  right: 60px;
}

.main__slide__hole {
  position: absolute;
  top: 275px;
  right: -68px;
}

.main__slide-button-prev {
  position: absolute;
  top: 33%;
  left: 0;
  cursor: pointer;
  width: 78px;
}

.main__slide-button-prev::before {
  -webkit-transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  background: url(../image/top/arrow_main_left_on.png) no-repeat center center;
  background-size: 78px auto;
  width: 100%;
  height: 100%;
  content: '';
}

.main__slide-button-prev:hover img {
  -webkit-transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  opacity: 0;
  transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.main__slide-button-prev:hover::before {
  opacity: 1;
}

.main__slide-button-next {
  position: absolute;
  top: 33%;
  right: 0;
  cursor: pointer;
  width: 78px;
}

.main__slide-button-next::before {
  -webkit-transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  background: url(../image/top/arrow_main_right_on.png) no-repeat center center;
  background-size: 78px auto;
  width: 100%;
  height: 100%;
  content: '';
}

.main__slide-button-next:hover img {
  -webkit-transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  opacity: 0;
  transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.main__slide-button-next:hover::before {
  opacity: 1;
}

.large__title {
  margin: 0 auto 0;
  color: #000;
  font-size: 57px;
  letter-spacing: 0.03em;
  text-align: center;
}

.enquete {
  margin: 0 auto 8%;
  width: 500px;
}

.enquete a {
  -webkit-transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  opacity: 1;
  transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.enquete a:hover {
  -webkit-transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  opacity: 0.6;
  transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.small__text {
  margin-bottom: 46px;
}

.large__text {
  font-weight: 700;
  font-size: 29px;
  line-height: 1.4em;
  letter-spacing: 0.04em;
}

.about {
  position: relative;
  padding: 236px 0 211px;
}

.about .large__title {
  margin: 23px auto 350px;
}

.about__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.about__bg::after {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0.65);
  width: 100%;
  height: 100%;
  pointer-events: none;
  content: '';
}

.about__bg-movie {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 300%;
  height: 100%;
  pointer-events: none;
}

.about__bg-movie iframe {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  height: 200%;
  pointer-events: none;
}

.about__bg-thumb {
  position: absolute;
  top: 0;
  left: 0;
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}

.is-youtube-playing .about__bg-thumb {
  opacity: 0;
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
}

.about__inner {
  position: relative;
}

.about__logo {
  margin: 10px auto 60px;
  width: 9%;
}

.main__slide__sp {
  display: none;
}

.title__style {
  margin: 10px auto 30px;
}

.title__style img {
  margin: 0 auto;
}

.about__text {
  margin: 51px auto 0px;
  max-width: 780px;
  color: #fdfdff;
  font-weight: 500;
  font-size: 18px;
  line-height: 2.6em;
  letter-spacing: 0.05em;
  text-align: center;
}

.about__text .large__text {
  color: #bf9a58;
}

.date {
  margin: 0 auto;
  padding: 110px 0 30px;
}

.comingsoon {
  margin-top: 40px;
  margin-bottom: 0;
  color: #b1a27b;
  color: #000;
  font-size: 25px;
  font-family: "ヒラギノ明朝 ProN W2", "Hiragino Mincho ProN", "游明朝", YuMincho, "Noto Sans Japanese", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  text-align: center;
}

.date__list {
  margin: 0 auto;
  padding: 1px 0;
  width: 1000px;
}

.date__content {
  position: relative;
  margin: 0 auto 16px;
  width: 100%;
  color: #fdfdff;
}

.date__inner {
  -webkit-transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.date__title {
  position: absolute;
  top: 30px;
  left: 60px;
  margin-bottom: 25px;
  color: #bf9a58;
  font-weight: 500;
  font-size: 35px;
  line-height: 1.75em;
}

.date__title .is-weekday {
  padding-right: 0.5em;
  font-size: 25px;
}

.date__text {
  position: absolute;
  top: 95px;
  left: 60px;
  font-size: 23px;
  line-height: 1.45em;
  letter-spacing: 0.01em;
}

.date__text-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.date__text-item dt {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-weight: 500;
}

.date__text-item dt::after {
  content: '：';
}

.music {
  margin-bottom: 100px;
  padding-top: 45px;
  width: 100%;
  color: #000;
  letter-spacing: 0.04em;
  text-align: center;
}

.music__title {
  margin: 143px auto 18px;
  width: 100%;
  max-width: 610px;
}

.music__title img {
  margin: 0 auto;
}

.music__content {
  font-size: 31px;
  line-height: 1.6em;
}

.music__caution {
  margin: 1% auto 3.5%;
  font-size: 20px;
  line-height: 1.75em;
}

.music__caution .is-small {
  font-size: 15px;
}

.music__caution .is-big {
  font-size: 24px;
}

.info__text {
  margin: 40px auto;
  color: #000;
  font-size: 15px;
  line-height: 1.5em;
}

.place {
  color: #000;
  font-size: 24px;
  line-height: 1.6em;
}

.swiper-container {
  position: relative;
  margin-bottom: 98px;
  padding: 57px 0;
}

.swiper-container .swiper-bg {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.8;
  background: url(../image/top/bg_bnr_repeat.jpg) left top repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
}

.swiper-container::before {
  position: absolute;
  top: 4px;
  left: 0;
  opacity: .5;
  border-top: 2px solid #725a30;
  width: 100%;
  content: '';
}

.swiper-container::after {
  position: absolute;
  bottom: 4px;
  left: 0;
  opacity: .5;
  border-top: 2px solid #725a30;
  width: 100%;
  content: '';
}

.swiper-wrapper {
  margin: 0 auto;
  width: 926px;
}

.swiper-slide {
  margin: 0 16px;
  width: 190px;
}

.swiper-slide a img {
  -webkit-transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  opacity: 1;
  transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.swiper-slide a img:hover {
  -webkit-transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  opacity: 0.6;
  transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.swiper-button-prev {
  position: absolute;
  top: 40%;
  left: 50%;
  cursor: pointer;
  margin-left: -550px;
}

.swiper-button-prev::before {
  -webkit-transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  background: url(../image/top/pc/arrow_bnr_left_on.png) no-repeat center center;
  width: 100%;
  height: 100%;
  content: '';
}

.swiper-button-prev:hover img {
  -webkit-transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  opacity: 0;
  transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.swiper-button-prev:hover::before {
  opacity: 1;
}

.swiper-button-next {
  position: absolute;
  top: 40%;
  right: 50%;
  cursor: pointer;
  margin-right: -550px;
}

.swiper-button-next::before {
  -webkit-transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  background: url(../image/top/pc/arrow_bnr_right_on.png) no-repeat center center;
  width: 100%;
  height: 100%;
  content: '';
}

.swiper-button-next:hover img {
  -webkit-transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  opacity: 0;
  transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.swiper-button-next:hover::before {
  opacity: 1;
}

.infobox {
  margin: 90px auto 120px;
  width: 1000px;
  letter-spacing: -0.4em;
}

.newsbox {
  display: inline-block;
  position: relative;
  vertical-align: top;
  width: 50%;
  letter-spacing: normal;
}

.newsbox__title {
  width: 100%;
  text-align: center;
}

.news__inner {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 32px auto;
  border-top: 1px solid #745d31;
  border-bottom: 1px solid #745d31;
  padding: 3px 10px;
  width: 410px;
  height: 464px;
}

.news__content {
  -webkit-transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  position: relative;
  opacity: 1;
  z-index: 1;
  transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  border-bottom: dotted 1px #745d31;
  padding: 24px 10px 0;
}

.news__content a:hover {
  -webkit-transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  opacity: 0.6;
  transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.datetitle {
  color: #000;
  font-size: 13px;
}

.news__text {
  padding: 13px 0 20px;
  overflow: hidden;
  color: #000;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/*.news__content:not(:last-child) {
  border-bottom: dotted 1px #745d31;
}*/
.news__inner::before {
  position: absolute;
  top: -9px;
  left: -27px;
  z-index: 2;
  background-image: url(../image/top/frame_left_top.png), url(../image/top/frame_right_top.png);
  background-position: left center, right center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 113%;
  height: 16px;
  content: '';
}

.news__list {
  height: 100%;
  overflow-y: auto;
}

.news__inner::after {
  position: absolute;
  bottom: -7px;
  left: -29px;
  z-index: 2;
  background-image: url(../image/top/frame_left_under.png), url(../image/top/frame_right_under.png);
  background-position: left center, right center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 114%;
  height: 16px;
  content: '';
}

.news__list::before {
  position: absolute;
  top: 18px;
  left: -15px;
  z-index: 1;
  border-right: 1px solid #745d31;
  border-left: 1px solid #745d31;
  width: 107%;
  height: 420px;
  content: '';
}

.twitter {
  display: inline-block;
  position: relative;
  vertical-align: top;
  margin: 0 auto;
  width: 50%;
  font-size: 26px;
  letter-spacing: normal;
}

.SandboxRoot.env-bp-min .timeline-Tweet-retweetCredit {
  color: #000;
}

.twitter__wrap::before {
  position: absolute;
  top: 18px;
  left: -15px;
  z-index: 1;
  border-right: 1px solid #745d31;
  border-left: 1px solid #745d31;
  width: 107%;
  height: 420px;
  content: '';
}

.twitter__inner__wrap {
  position: relative;
  z-index: 2;
}

.twitter__title {
  color: #958662;
  letter-spacing: 0.04em;
  text-align: center;
}

.officaltw {
  padding-top: 8px;
  font-size: 24px;
  letter-spacing: 0.06em;
}

.twitter__area {
  position: relative;
  margin: 6% auto;
  border-top: 1px solid #745d31;
  border-bottom: 1px solid #745d31;
  padding: 50px 35px;
  width: 410px;
}

.twitter__area::before {
  position: absolute;
  top: -7px;
  left: -27px;
  z-index: 2;
  background: url(../image/top/frame_left_top.png), url(../image/top/frame_right_top.png);
  background-position: left top, right top;
  background-size: contain;
  background-repeat: no-repeat;
  width: 113%;
  height: 16px;
  content: '';
}

.twitter__area::after {
  position: absolute;
  bottom: -7px;
  left: -26px;
  z-index: 2;
  background: url(../image/top/frame_left_under.png), url(../image/top/frame_right_under.png);
  background-position: left bottom, right bottom;
  background-size: contain;
  background-repeat: no-repeat;
  width: 113%;
  height: 16px;
  content: '';
}

.ticket {
  padding-top: 110px;
}

.ticket__title {
  margin: 0 auto;
  max-width: 610px;
}

.ticket__title img {
  margin: 0 auto;
}

.ticket__wrap {
  margin: 0 auto;
  overflow: hidden;
}

.ticket__block {
  padding-top: 25px;
}

.ticket__block + .ticket__block {
  margin-top: 39px;
}

.ticket__block-ttl {
  margin-bottom: 40px;
}

.ticket__table {
  padding: 13px 60px;
}

.ticket__img {
  position: relative;
  padding: 40px 0 27px;
}

.ticket__img::before {
  position: absolute;
  top: 0;
  left: 0;
  background-image: linear-gradient(to right, rgba(117, 93, 50, 0.6), rgba(117, 93, 50, 0.6) 2px, rgba(117, 93, 50, 0) 2px, rgba(117, 93, 50, 0) 3px);
  background-size: 3px 1px;
  width: 100%;
  height: 1px;
  content: '';
}

.ticket__img img {
  margin: 0 auto;
}

.ticket__note {
  margin: 44px auto 0;
  max-width: 820px;
}

.ticket__link {
  margin: 52px auto 0;
  width: 540px;
}

.ticket__link-item + .ticket__link-item {
  margin-top: 10px;
}

.music__list {
  margin-bottom: 41px;
}

.music__cast {
  line-height: 1.2;
}

.music__cast-ttl {
  margin-bottom: 20px;
  font-size: 32px;
}

.music__cast-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  max-width: 920px;
}

.music__cast-list > li {
  position: relative;
  padding: 1px 12px;
  font-size: 25px;
  line-height: 1.35;
  letter-spacing: normal;
}

.music__cast-list > li:not(:last-of-type)::after {
  position: absolute;
  right: -4px;
  bottom: 0;
  content: '/';
}

.music__cast-cap {
  margin: 44px 0 23px;
  font-size: 18px;
}

@media not all and (max-width: 767px){
  .top_hero {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 40px 100px;
  }
  .top_hero__visual {
    width: 43.571%;
  }
  .top_hero__wrap {
    width: 55.5%;
  }
  .top_hero__logo {
    margin: 0 auto;
    width: 70.27%;
  }
  .top_hero__ttl {
    margin-top: 20px;
  }
  .top_hero__ttl .large__title {
    font-size: 28px;
  }
  .about {
    padding-right: 10px;
    padding-left: 10px;
  }
  .about__bg-movie {
    width: 100%;
    height: 150%;
  }
  .title__style {
    max-width: 595px;
  }
  .ticket__wrap {
    width: 1000px;
  }
  .ticket__img::before {
    background-image: linear-gradient(to right, rgba(117, 93, 50, 0.6), rgba(117, 93, 50, 0.6) 4px, rgba(117, 93, 50, 0) 4px, rgba(117, 93, 50, 0) 6px);
    background-size: 6px 1px;
  }
  .ticket__note {
    width: 90%;
  }
  .ticket__note .p-in-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .ticket__note .p-in-head {
    min-width: 13.5em;
  }
  .music__wrap {
    margin: 0 auto;
    padding: 0 10px;
    width: 1000px;
  }
}

@media screen and (max-width: 767px){
  .top_hero__wrap {
    position: absolute;
    top: 5.5%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 58.3%;
  }
  .top_hero__ttl {
    margin-bottom: 66px;
  }
  .about .large__title {
    margin-bottom: 23px;
  }
  .wrapper {
    width: 100%;
    overflow-x: hidden;
  }
  .main__slide__item_in {
    width: 100%;
  }
  .main__slide__item.main_00 img {
    margin: 85px auto 0;
  }
  .main__slide__img, .main__slide__txt, .main__slide__hole {
    display: none;
  }
  .main__slide__sp {
    display: block;
  }
  .main__slide-button-prev, .main__slide-button-next {
    top: 48%;
    width: 12%;
  }
  .main__slide-button-prev::before, .main__slide-button-next::before {
    display: none;
  }
  .main__slide-button-prev:hover img, .main__slide-button-next:hover img {
    -webkit-transition: none;
    opacity: 1;
    transition: none;
  }
  .large__title {
    margin: 0 auto 0;
    font-size: 33px;
    line-height: 1.35em;
  }
  .enquete {
    margin: 0 auto 8%;
    width: 90%;
  }
  .enquete a:hover {
    opacity: 1;
  }
  .small__text {
    margin-bottom: 4%;
  }
  .large__text {
    padding-top: 8px;
    font-size: 24.5px;
    line-height: 1.6;
  }
  .about__logo {
    margin: 5px auto 13px;
    width: 22%;
  }
  .title__style {
    margin: 0px auto;
    width: 100%;
  }
  .about {
    padding: 87px 0 60px;
  }
  .about__text {
    margin: 29px auto 0;
    padding: 0;
    width: 90%;
    font-size: 15px;
    line-height: 2.6em;
  }
  .date {
    padding: 100px 0 20px;
    min-width: 320px;
  }
  .date__list {
    padding: 27px 0 0 0;
    width: 90%;
  }
  .date__content {
    margin: 10px auto 0;
  }
  .date__content:hover {
    opacity: 1;
  }
  .date__content::before {
    background-position: top 6px left;
    background-size: 40% auto;
    width: 30%;
  }
  .date__title {
    top: 0;
    left: 21px;
    margin-top: 7.2%;
    margin-bottom: 10px;
    font-size: 19px;
  }
  .date__title .is-weekday {
    font-size: 15px;
  }
  .date__text {
    top: 0;
    left: 21px;
    margin-top: 16.5%;
    font-size: 13px;
    letter-spacing: normal;
  }
  .date__text-item + .date__text-item {
    margin-top: 0.2em;
  }
  .music {
    margin-bottom: 14%;
    padding: 5px 0 0;
  }
  .music__title {
    margin: 20% auto 5.5%;
    width: 100%;
  }
  .music__content {
    font-size: 19px;
    line-height: 1.6em;
  }
  .music__caution {
    margin: 2.5% auto 3%;
    font-size: 12px;
    line-height: 1.5em;
  }
  .music__caution .is-small {
    font-size: 11px;
  }
  .music__caution .is-big {
    font-size: 13px;
  }
  .info__text {
    margin: 5% auto 2%;
    color: #000;
    font-size: 11px;
    line-height: 1.75em;
  }
  .place {
    color: #000;
    font-size: 13px;
    line-height: 1.5em;
  }
  .swiper-container {
    margin-bottom: 48px;
    padding: 9.5% 0;
    width: 100%;
    overflow: hidden;
  }
  .swiper-container::before, .swiper-container::after {
    border-width: 1px;
  }
  .swiper-wrapper {
    position: relative;
    left: -5%;
    width: 105%;
  }
  .swiper-slide {
    margin: 0 5px;
    width: 125px;
    height: 125px;
  }
  .swiper-slide img {
    width: auto;
  }
  .swiper-button-prev, .swiper-button-next {
    display: none;
  }
  .infobox {
    margin: 66px auto 60px;
    width: 100%;
    min-width: 320px;
  }
  .newsbox {
    display: block;
    width: 100%;
  }
  .news__inner {
    margin-top: 6%;
    margin-bottom: 15%;
    padding: 5px 10px 8px;
    width: 78%;
    height: 345px;
  }
  .news__content {
    padding: 10px 0 0;
    font-size: 12px;
  }
  .news__inner::before {
    top: -3%;
    left: -8%;
    background-size: 12px;
    width: 116%;
  }
  .news__inner::after {
    bottom: -3%;
    left: -8%;
    background-size: 12px;
    width: 116%;
  }
  .twitter {
    display: block;
    padding-bottom: 20px;
    width: 100%;
  }
  .twitter__area.is__sp {
    margin-top: 7%;
    padding: 20px 0;
    width: 78%;
  }
  .twitter__area::before {
    top: -2%;
    left: -8%;
    background-size: 12px;
    width: 116%;
  }
  .twitter__area::after {
    bottom: -2%;
    left: -8%;
    background-size: 12px;
    width: 116%;
  }
  .twitter__inner__wrap {
    background-color: #000000;
  }
  .news__list::before {
    position: absolute;
    top: 3%;
    left: -5%;
    width: 110%;
    height: 93%;
    content: '';
  }
  .twitter__wrap::before {
    position: absolute;
    top: 5%;
    left: -5%;
    width: 110%;
    height: 90%;
    content: '';
  }
  .swiper-slide a img:hover {
    opacity: 1;
  }
  .ticket {
    margin-top: 0;
    padding-top: 57px;
  }
  .ticket__block {
    padding-top: 24px;
  }
  .ticket__block + .ticket__block {
    margin-top: 2px;
  }
  .ticket__block-ttl {
    margin-bottom: 20px;
  }
  .ticket__table {
    padding: 7px 8%;
  }
  .ticket__img {
    padding: 20px 0 17px;
  }
  .ticket__note {
    margin-top: 25px;
  }
  .ticket__note .p-in-item {
    padding-left: 1em;
    text-indent: -1em;
  }
  .ticket__note .p-in-head {
    display: inline;
  }
  .ticket__note .p-in-desc {
    display: inline;
  }
  .ticket__link {
    margin-top: 25px;
    width: 86%;
  }
  .music__list {
    margin-bottom: 20px;
  }
  .music__cast-ttl {
    margin-bottom: 5px;
    font-size: 19px;
  }
  .music__cast-list {
    width: 78%;
  }
  .music__cast-list.-sp--min {
    max-width: 250px;
  }
  .music__cast-list > li {
    padding: 1px 8px;
    font-size: 13px;
    line-height: 1.75;
  }
  .music__cast-cap {
    margin: 25px auto 2px;
    font-size: 11px;
    line-height: 1.75;
  }
}

@media screen and (max-width: 360px){
  .date__title {
    margin-bottom: 5px;
    font-size: 16px;
  }
  .date__title .is-weekday {
    font-size: 14px;
  }
  .date__text {
    font-size: 11px;
  }
  .top {
    height: 443px;
  }
  .twitter::before, .twitter::after {
    top: 15%;
  }
  .large__title {
    margin-top: 0;
    font-size: 28px;
  }
  .large__text {
    font-size: 21px;
  }
}
