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

.p-hero__wrap--2 {
  opacity: 0;
}

.is-load .p-hero__wrap--2 {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
  opacity: 1;
  -webkit-transition: cubic-bezier(0.25, 1, 0.5, 1) 1.5s 0.35s;
  transition: cubic-bezier(0.25, 1, 0.5, 1) 1.5s 0.35s;
}

.p-hero__visual img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 0;
}

.is-load .p-hero__visual img {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  -webkit-transition: 1.5s cubic-bezier(0.25, 1, 0.5, 1);
  transition: 1.5s cubic-bezier(0.25, 1, 0.5, 1);
}

.p-hero__ttl {
  position: relative;
  margin: -1.2% auto 0;
  width: 70.5%;
}

.p-hero__ttl::before {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: rotateY(450deg);
  transform: rotateY(450deg);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: url(../img/logo_main_crown.png) no-repeat 0 0;
  background-size: 100% auto;
  width: 100%;
  height: 100%;
  pointer-events: none;
  content: '';
}

.is-load .p-hero__ttl::before {
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
  -webkit-transition: -webkit-transform 1.5s cubic-bezier(0.25, 1, 0.5, 1) 0.3s;
  transition: -webkit-transform 1.5s cubic-bezier(0.25, 1, 0.5, 1) 0.3s;
  transition: transform 1.5s cubic-bezier(0.25, 1, 0.5, 1) 0.3s;
  transition: transform 1.5s cubic-bezier(0.25, 1, 0.5, 1) 0.3s, -webkit-transform 1.5s cubic-bezier(0.25, 1, 0.5, 1) 0.3s;
}

.p-hero__date {
  margin: 2.2% auto 0;
  width: 51%;
}

/*============================
  info
============================*/
.p-info {
  -webkit-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0);
  opacity: 0;
}

.p-info.is-active {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
  -webkit-transition: opacity cubic-bezier(0.08, 0.8, 0.315, 1) 1.1s 0s, 1.1s -webkit-transform cubic-bezier(0.08, 0.8, 0.315, 1) 0s;
  transition: opacity cubic-bezier(0.08, 0.8, 0.315, 1) 1.1s 0s, 1.1s -webkit-transform cubic-bezier(0.08, 0.8, 0.315, 1) 0s;
  transition: 1.1s transform cubic-bezier(0.08, 0.8, 0.315, 1) 0s, opacity cubic-bezier(0.08, 0.8, 0.315, 1) 1.1s 0s;
  transition: 1.1s transform cubic-bezier(0.08, 0.8, 0.315, 1) 0s, opacity cubic-bezier(0.08, 0.8, 0.315, 1) 1.1s 0s, 1.1s -webkit-transform cubic-bezier(0.08, 0.8, 0.315, 1) 0s;
}

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

.p-info__list-link {
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #41210f;
  padding: 18px 25px 18px 15px;
  color: #fffdff;
  font-size: 13.5px;
  letter-spacing: 0.02em;
  text-align: center;
  text-decoration: none;
}

.p-info__list-link::after {
  position: absolute;
  top: 0;
  right: 14px;
  background: url(../img/arrow_w.svg) no-repeat right center;
  background-size: contain;
  width: 7px;
  height: 100%;
  content: '';
}

/*============================
  news
============================*/
.p-news {
  margin-top: 2px;
  padding-bottom: 34px;
}

.p-news__twitter {
  position: relative;
  padding: 1.113%;
}

.p-news__twitter::before, .p-news__twitter::after {
  position: absolute;
  left: 0;
  background: url(../img/frame_sp_1clm-edge.png) no-repeat 0 0;
  background-size: 100% auto;
  width: 100%;
  content: '';
}

.p-news__twitter::before {
  top: 0;
  padding-top: 3.175%;
}

.p-news__twitter::after {
  bottom: 0;
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
  background-position: bottom left;
  padding-bottom: 3.175%;
}

.p-news__twitter-bg {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: 3.175% 0;
  background: url(../img/frame_sp_1clm-repeat.png) repeat-y 0 0;
  background-size: 100% auto;
  width: 100%;
}

.p-news__twitter-embed {
  position: relative;
  padding: 8px 2%;
  height: 203px;
  overflow: hidden auto;
}

.p-news__chara {
  position: absolute;
  bottom: -25px;
  left: -40px;
  z-index: 1;
  width: 70px;
  pointer-events: none;
}

.p-news__chara img {
  -webkit-animation: yurayura 3.8s infinite alternate cubic-bezier(0.65, 0, 0.35, 1);
  animation: yurayura 3.8s infinite alternate cubic-bezier(0.65, 0, 0.35, 1);
}

.p-news__list {
  margin-top: 30px;
}

/*============================
  intro
============================*/
.p-intro {
  margin-top: 30px;
  padding: 66px 0 59px;
  padding: min(17.6%, 118.8px) 0 min(15.733%, 106.2px);
}

.p-intro::before {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: scaleX(0.3) skewX(-25deg);
  transform: scaleX(0.3) skewX(-25deg);
  -webkit-transform-origin: top right;
  transform-origin: top right;
  opacity: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: rgba(255, 253, 255, 0.5);
  width: 100%;
  height: 100%;
  pointer-events: none;
  content: '';
}

.p-intro.is-active::before {
  -webkit-transform: scaleX(1) skewX(0deg);
  transform: scaleX(1) skewX(0deg);
  opacity: 1;
  -webkit-transition: opacity 1.5s ease, width 1.5s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 1.5s cubic-bezier(0.25, 1, 0.5, 1);
  transition: opacity 1.5s ease, width 1.5s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 1.5s cubic-bezier(0.25, 1, 0.5, 1);
  transition: transform 1.5s cubic-bezier(0.25, 1, 0.5, 1), opacity 1.5s ease, width 1.5s cubic-bezier(0.25, 1, 0.5, 1);
  transition: transform 1.5s cubic-bezier(0.25, 1, 0.5, 1), opacity 1.5s ease, width 1.5s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 1.5s cubic-bezier(0.25, 1, 0.5, 1);
  width: 100%;
}

.p-intro__deco {
  position: absolute;
  opacity: 0;
}

.is-active .p-intro__deco {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
  -webkit-transition: 1.15s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s;
  transition: 1.15s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
}

.p-intro__deco--1 {
  top: -59px;
  right: -81px;
  -webkit-transform: translate3d(100px, -50px, 0) rotate(-10deg);
  transform: translate3d(100px, -50px, 0) rotate(-10deg);
  -webkit-transform-origin: right top;
  transform-origin: right top;
  -webkit-transition: -webkit-transform 0.6s;
  transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
  transition: transform 0.6s, -webkit-transform 0.6s;
  width: 47.467%;
}

.p-intro__deco--2 {
  bottom: -11px;
  left: -26px;
  -webkit-transform: translate3d(-100px, 50px, 0) rotate(10deg);
  transform: translate3d(-100px, 50px, 0) rotate(10deg);
  width: 28.8%;
}

.p-intro__inner {
  padding-top: 6px;
}

.p-intro__text {
  position: relative;
}

.p-intro__text img {
  width: 100%;
}

/*============================
  cast
============================*/
.p-cast {
  padding-top: 64px;
  padding-top: min(17.067%, 115.2px);
}

.p-cast__inner {
  padding-top: 6px;
}

.p-cast__list-item {
  position: relative;
  text-align: center;
}

.p-cast__list-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.p-cast__list-img .p-in-item {
  position: relative;
  z-index: 1;
  border-radius: 7px;
  width: 47.695%;
  overflow: hidden;
}

.p-cast__list-item.is-active .p-cast__list-img .p-in-item {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
  -webkit-transition: opacity cubic-bezier(0.08, 0.8, 0.315, 1) 1.1s 0s, 1.1s -webkit-transform cubic-bezier(0.08, 0.8, 0.315, 1) 0s;
  transition: opacity cubic-bezier(0.08, 0.8, 0.315, 1) 1.1s 0s, 1.1s -webkit-transform cubic-bezier(0.08, 0.8, 0.315, 1) 0s;
  transition: 1.1s transform cubic-bezier(0.08, 0.8, 0.315, 1) 0s, opacity cubic-bezier(0.08, 0.8, 0.315, 1) 1.1s 0s;
  transition: 1.1s transform cubic-bezier(0.08, 0.8, 0.315, 1) 0s, opacity cubic-bezier(0.08, 0.8, 0.315, 1) 1.1s 0s, 1.1s -webkit-transform cubic-bezier(0.08, 0.8, 0.315, 1) 0s;
}

.p-cast__list-img .p-in-item::before {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #41210f;
  border-radius: 7px;
  width: 100%;
  height: 100%;
  pointer-events: none;
  content: '';
}

.p-cast__list-img .p-in-item--cast {
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0);
  opacity: 0;
}

.p-cast__list-img .p-in-item--chara {
  -webkit-transform: translate3d(10px, 0, 0);
  transform: translate3d(10px, 0, 0);
  opacity: 0;
}

.p-cast__list-img .p-in-item img {
  width: 100%;
}

.p-cast__list-text {
  font-weight: 500;
  font-size: 15px;
  line-height: 1.35;
}

.p-cast__list-text .p-in-pos {
  position: relative;
  padding: 9px 0;
  overflow: hidden;
}

.p-cast__list-text .p-in-pos::before {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 2px dotted rgba(65, 33, 15, 0.3);
  width: 0;
  content: '';
}

.p-cast__list-item.is-active .p-cast__list-text .p-in-pos::before {
  -webkit-transition: width 1.1s cubic-bezier(0.08, 0.8, 0.315, 1);
  transition: width 1.1s cubic-bezier(0.08, 0.8, 0.315, 1);
  width: 100%;
}

.p-cast__list-text .p-in-pos span {
  display: block;
  -webkit-transform: translate3d(0, 50px, 0);
  transform: translate3d(0, 50px, 0);
  opacity: 0;
}

.p-cast__list-item.is-active .p-cast__list-text .p-in-pos span {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
  -webkit-transition: opacity cubic-bezier(0.08, 0.8, 0.315, 1) 1.1s 0s, 1.1s -webkit-transform cubic-bezier(0.08, 0.8, 0.315, 1) 0s;
  transition: opacity cubic-bezier(0.08, 0.8, 0.315, 1) 1.1s 0s, 1.1s -webkit-transform cubic-bezier(0.08, 0.8, 0.315, 1) 0s;
  transition: 1.1s transform cubic-bezier(0.08, 0.8, 0.315, 1) 0s, opacity cubic-bezier(0.08, 0.8, 0.315, 1) 1.1s 0s;
  transition: 1.1s transform cubic-bezier(0.08, 0.8, 0.315, 1) 0s, opacity cubic-bezier(0.08, 0.8, 0.315, 1) 1.1s 0s, 1.1s -webkit-transform cubic-bezier(0.08, 0.8, 0.315, 1) 0s;
}

.p-cast__list-text .p-in-name {
  -webkit-transform: translate3d(0, -50px, 0);
  transform: translate3d(0, -50px, 0);
  opacity: 0;
  padding: 5px 0;
  overflow: hidden;
  font-size: 1.55em;
}

.p-cast__list-item.is-active .p-cast__list-text .p-in-name {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
  -webkit-transition: opacity cubic-bezier(0.08, 0.8, 0.315, 1) 1.1s 0s, 1.1s -webkit-transform cubic-bezier(0.08, 0.8, 0.315, 1) 0s;
  transition: opacity cubic-bezier(0.08, 0.8, 0.315, 1) 1.1s 0s, 1.1s -webkit-transform cubic-bezier(0.08, 0.8, 0.315, 1) 0s;
  transition: 1.1s transform cubic-bezier(0.08, 0.8, 0.315, 1) 0s, opacity cubic-bezier(0.08, 0.8, 0.315, 1) 1.1s 0s;
  transition: 1.1s transform cubic-bezier(0.08, 0.8, 0.315, 1) 0s, opacity cubic-bezier(0.08, 0.8, 0.315, 1) 1.1s 0s, 1.1s -webkit-transform cubic-bezier(0.08, 0.8, 0.315, 1) 0s;
}

.p-cast__list-text .p-in-name span {
  display: block;
}

.p-cast__list-text .p-in-comment {
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 0;
  background: none;
  padding: 0 0 0 26px;
  font-size: 16px;
  letter-spacing: 0.09em;
  white-space: nowrap;
}

.p-cast__list-text .p-in-comment__icon {
  display: block;
  position: absolute;
  top: 1px;
  left: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #41210f;
  width: 19px;
  height: 19px;
}

.p-cast__list-text .p-in-comment__icon::before, .p-cast__list-text .p-in-comment__icon::after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: -3px;
  background-color: #41210f;
  width: 1px;
  height: 6px;
  content: '';
}

.p-cast__list-text .p-in-comment__icon::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.p-cast__list-comment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 12px;
}

/*============================
  staff
============================*/
.p-staff {
  padding-top: 65px;
  padding-top: min(17.333%, 117px);
}

.p-staff__inner {
  padding-top: 5px;
}

.p-staff__list {
  font-weight: 500;
  line-height: 1.35;
  font-family: YakuHanMP_Noto,'Noto Serif JP', "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", serif;
  text-align: center;
}

.p-staff__list-item + .p-staff__list-item {
  margin-top: 23px;
}

.p-staff__list-name {
  margin-top: 7px;
  font-size: 19px;
  letter-spacing: 0.07em;
}

.p-staff__list-name .t-small {
  vertical-align: baseline;
  font-size: 0.8em;
}

.p-staff__list-comment {
  display: inline-block;
  position: relative;
  vertical-align: 38%;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #41210f;
  padding: 0;
  width: 15px;
  height: 15px;
  min-height: 0;
}

.p-staff__list-comment .p-in-icon {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 5px;
  height: 5px;
}

.p-staff__list-comment .p-in-icon::before, .p-staff__list-comment .p-in-icon::after {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #41210f;
  width: 1px;
  height: 100%;
  content: '';
}

.p-staff__list-comment .p-in-icon::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.p-staff__list-sup {
  margin-top: 4px;
  font-size: 11px;
  letter-spacing: 0.07em;
}

/*============================
  schedule
============================*/
.p-schedule {
  margin-top: 10px;
}

.p-schedule__place {
  font-weight: 700;
  font-size: 22px;
  text-align: center;
}

.p-schedule__table {
  position: relative;
}

.p-schedule__list {
  margin-top: 15px;
}

.p-schedule__list-item {
  position: relative;
  padding: 0.952%;
  text-align: center;
}

.p-schedule__list-item::before, .p-schedule__list-item::after {
  position: absolute;
  left: 0;
  background: url(../img/frame_sp_1clm-edge.png) no-repeat 0 0;
  background-size: 100% auto;
  width: 100%;
  pointer-events: none;
  content: '';
}

.p-schedule__list-item::before {
  top: 0;
  padding-top: 3.175%;
}

.p-schedule__list-item::after {
  bottom: 0;
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
  padding-bottom: 3.175%;
}

.p-schedule__list-bg {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: 3.175% 0 3.175%;
  background: url(../img/frame_sp_1clm-repeat.png) repeat-y 0 0;
  background-size: 100% auto;
  width: 100%;
  pointer-events: none;
}

.p-schedule__list-head {
  position: relative;
  background-color: #41210f;
  padding: 8px 10px;
  color: #fffdff;
  font-size: 20px;
  letter-spacing: 0.11em;
}

.p-schedule__list-date .p-in-day {
  display: inline-block;
  vertical-align: baseline;
  margin-left: 0.5em;
  font-size: 0.65em;
}

.p-schedule__list-content {
  position: relative;
  padding: 3px 10px 6px;
}

.p-schedule__info {
  margin: 0 auto;
  width: 90%;
}

.p-schedule__info-item {
  padding: 8px 0 11px;
}

.p-schedule__info-item + .p-schedule__info-item {
  border-top: 2px dotted rgba(65, 33, 15, 0.3);
}

.p-schedule__info-item dt {
  font-weight: 500;
  font-size: 15.5px;
}

.p-schedule__info-item dd {
  margin-top: 4px;
  letter-spacing: 0.08em;
}

.p-schedule__chara {
  position: absolute;
  top: -60px;
  right: -23px;
  -webkit-transform: translate3d(30%, 0, 0);
  transform: translate3d(30%, 0, 0);
  opacity: 0;
  width: 63px;
}

.p-schedule__chara span {
  display: block;
}

.is-active .p-schedule__chara {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
  -webkit-transition: cubic-bezier(0.25, 1, 0.5, 1) 0.95s 0.35s;
  transition: cubic-bezier(0.25, 1, 0.5, 1) 0.95s 0.35s;
}

.is-active .p-schedule__chara img {
  -webkit-animation: rotatey 4s infinite 1.5s;
  animation: rotatey 4s infinite 1.5s;
}

.p-schedule__link {
  margin-top: 28px;
}

/*============================
  ticket
============================*/
.p-ticket {
  margin-top: 11px;
}

.p-ticket__inner {
  padding-top: 4px;
}

.p-ticket__price-item {
  position: relative;
  padding: 0.952%;
  text-align: center;
}

.p-ticket__price-item::before, .p-ticket__price-item::after {
  position: absolute;
  left: 0;
  background: url(../img/frame_sp_1clm-edge.png) no-repeat 0 0;
  background-size: 100% auto;
  width: 100%;
  pointer-events: none;
  content: '';
}

.p-ticket__price-item::before {
  top: 0;
  padding-top: 3.175%;
}

.p-ticket__price-item::after {
  bottom: 0;
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
  background-position: left bottom;
  padding-bottom: 3.175%;
}

.p-ticket__price-bg {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: 3.175% 0 3.175%;
  background: url(../img/frame_sp_1clm-repeat.png) repeat-y 0 0;
  background-size: 100% auto;
  width: 100%;
  pointer-events: none;
}

.p-ticket__price-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: #41210f;
  padding: 8px 10px 12px;
  color: #fffdff;
  font-size: 18px;
  line-height: 1.35;
  letter-spacing: 0.02em;
}

.p-ticket__price-head .p-in-sup {
  font-size: 0.71em;
}

.p-ticket__price-content {
  position: relative;
  padding: 11px 10px 14px;
  font-weight: 500;
  font-size: 19px;
  letter-spacing: 0.03em;
}

.p-ticket__price-content .p-in-price .t-small {
  display: inline-block;
  vertical-align: baseline;
  margin-left: 0.2em;
  font-size: 0.6em;
}

.p-ticket__info {
  padding-top: 44px;
}

.p-ticket__info-ttl {
  margin-bottom: 23px;
  font-weight: 700;
  font-size: 22px;
  letter-spacing: -0.01em;
  text-align: center;
}

.p-ticket__caution {
  margin-top: 50px;
}

.p-ticket__caution-ttl {
  margin-bottom: 21px;
  background-color: #41210f;
  padding: 10px 10px;
  color: #fffdff;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.35;
  letter-spacing: 0.02em;
  text-align: center;
}

.p-ticket__caution-content {
  font-weight: 300;
  font-size: 11px;
  line-height: 1.6;
}

.p-ticket__caution-note {
  margin-top: 21px;
  border: 1px solid #41210f;
  padding: 10px;
  line-height: 1.65;
}

.p-ticket__caution-note .p-in-item + li {
  margin-top: 0.44em;
}

.p-ticket__caution-btm {
  margin-top: 25px;
  text-align: center;
}

/*============================
  goods
============================*/
.p-goods {
  margin-top: 7px;
  padding-bottom: 133px;
}

.p-goods__coming {
  padding: 13px 0;
}

.p-goods__outline {
  margin-top: 33px;
}

.p-goods__note {
  margin-top: 37px;
}

.p-goods__list {
  margin-top: 47px;
}

.p-goods_outline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #41210f;
  padding: 21px 0;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

.p-goods_outline:first-of-type {
  border-top: 1px solid #41210f;
}

.p-goods_outline a {
  color: #69a066;
  text-decoration: none;
}

.p-goods_outline__head {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 0.5em;
  width: 108px;
  font-weight: 700;
}

.p-goods_list + .p-goods_list {
  margin-top: 24px;
}

.p-goods_list__img {
  position: relative;
  z-index: 1;
  border-radius: 8px;
  padding-top: 100%;
  overflow: hidden;
}

.p-goods_list__img::after {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #41210f;
  border-radius: 8px;
  width: 100%;
  height: 100%;
  pointer-events: none;
  content: '';
}

.p-goods_list__img-img {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: -webkit-transform 1.84s cubic-bezier(0.16, 1, 0.3, 1);
  transition: -webkit-transform 1.84s cubic-bezier(0.16, 1, 0.3, 1);
  transition: transform 1.84s cubic-bezier(0.16, 1, 0.3, 1);
  transition: transform 1.84s cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 1.84s cubic-bezier(0.16, 1, 0.3, 1);
  background-position: 50%;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: #fffdff;
  width: 100%;
  height: 100%;
}

.p-goods_list__text {
  margin-top: 13px;
  font-weight: 700;
  line-height: 1.65;
}

.p-goods_list__name {
  font-size: 16px;
  letter-spacing: normal;
}

.p-goods_list__sup {
  margin-top: 8px;
  font-weight: 300;
  font-size: 11px;
}

.p-goods_list__desc {
  margin-top: 8px;
  font-weight: 300;
  font-size: 11px;
}

.m-comment {
  position: relative;
  line-height: 1.55;
  text-align: left;
}

.m-comment__pos {
  font-size: 14px;
}

.m-comment__name {
  font-weight: 700;
  font-size: 23px;
}

.m-comment__text {
  margin-top: 12px;
  line-height: 1.9;
}

@media screen and (max-width: 900px){
  .p-hero__inner {
    margin: 0 auto;
    padding-bottom: 34px;
    max-width: 675px;
  }
  .p-hero__wrap--2 {
    -webkit-transform: translate3d(0, 20px, 0) scale(1);
    transform: translate3d(0, 20px, 0) scale(1);
    -webkit-transform-origin: top;
    transform-origin: top;
  }
  .p-hero__visual {
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-top: -3.4%;
    width: 107%;
  }
  .p-hero__visual img {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
  }
  .p-intro__deco--1 {
    -webkit-transform: translate3d(50px, -25px, 0) rotate(-10deg);
    transform: translate3d(50px, -25px, 0) rotate(-10deg);
    max-width: 178px;
  }
  .p-intro__deco--2 {
    -webkit-transform: translate3d(-50px, 25px, 0) rotate(10deg);
    transform: translate3d(-50px, 25px, 0) rotate(10deg);
    max-width: 108px;
  }
  .p-intro__text {
    margin: 0 auto;
    width: 98.6%;
  }
  .p-cast__list-item + .p-cast__list-item {
    margin-top: 8.889%;
  }
  .p-cast__list-text {
    margin-top: 0.635%;
  }
  .p-cast__list-text .p-in-pos span {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  .p-cast__list-text .p-in-name {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  .p-cast__list-text .p-in-comment {
    padding-left: 20px;
    font-size: 12px;
  }
  .p-cast__list-text .p-in-comment__icon {
    top: 2px;
    width: 13px;
    height: 13px;
  }
  .p-cast__list-comment {
    margin-top: 5px;
  }
  .p-schedule__list-item + .p-schedule__list-item {
    margin-top: 10px;
  }
  .p-ticket__price-item + .p-ticket__price-item {
    margin-top: 10px;
  }
  .p-goods__note-item + .p-goods__note-item {
    margin-top: 10px;
  }
}

@media not all and (max-width: 900px){
  .p-hero__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .p-hero__wrap--1 {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: -0.4% -0.5% 0 0;
    width: 60.2%;
  }
  .p-hero__wrap--2 {
    display: block;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 39.8%;
    flex: 1 1 39.8%;
    -webkit-transform: translate3d(-50px, 0, 0);
    transform: translate3d(-50px, 0, 0);
    padding-left: 5%;
  }
  .p-hero__ttl {
    margin: 0 auto;
    width: 97%;
  }
  .p-hero__date {
    margin-top: 3.1%;
    width: 70%;
  }
  .p-info {
    margin-top: 25px;
  }
  .p-info {
    -webkit-transform: translate3d(0, 35px, 0);
    transform: translate3d(0, 35px, 0);
  }
  .p-info__list-link {
    padding: 24px 37px 24px 35px;
    font-size: 20px;
    letter-spacing: 0.01em;
  }
  .p-info__list-link::after {
    right: 21px;
    width: 9px;
  }
  .p-news {
    margin-top: 17px;
    padding-bottom: 105px;
  }
  .p-news__twitter-embed {
    padding: 32px 8.4%;
    height: 325px;
  }
  .p-news__chara {
    width: 120px;
  }
  .p-news__list {
    margin-top: 58px;
  }
  .p-intro {
    padding: 100px 0 110px;
  }
  .p-intro__deco-wrap {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
    max-width: 1664px;
    height: 100%;
    pointer-events: none;
  }
  .p-intro__deco--1 {
    top: -131px;
    right: -212px;
    width: 445px;
  }
  .p-intro__deco--2 {
    bottom: -28px;
    left: -64px;
    width: 272px;
  }
  .p-intro__inner {
    padding-top: 18px;
  }
  .p-cast {
    padding-top: 120px;
  }
  .p-cast__ttl {
    margin-bottom: 28px;
  }
  .p-cast__list-item {
    padding: 30px 0 33px;
  }
  .p-cast__list-item:not(:last-of-type)::after {
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 2px solid rgba(65, 33, 15, 0.3);
    width: 100%;
    height: 2px;
    content: '';
  }
  .p-cast__list-img .p-in-item {
    width: 29.5%;
  }
  .p-cast__list-img .p-in-item::before {
    border-radius: 12px;
  }
  .p-cast__list-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    padding-bottom: 3px;
    width: 33.279%;
    height: 100%;
    font-weight: 700;
    font-size: 23px;
  }
  .p-cast__list-text .p-in-pos {
    padding: 19px 0;
  }
  .p-cast__list-text .p-in-pos::before {
    border-width: 3px;
  }
  .p-cast__list-text .p-in-name {
    padding: 17px 0;
    font-size: 1.44em;
  }
  .p-staff {
    padding-top: 116px;
  }
  .p-staff__inner {
    padding-top: 10px;
  }
  .p-staff__list-item {
    font-weight: 700;
    line-height: 1.55;
  }
  .p-staff__list-item + .p-staff__list-item {
    margin-top: 38px;
  }
  .p-staff__list-pos {
    font-size: 20px;
  }
  .p-staff__list-name {
    margin-top: 8px;
    font-size: 29px;
  }
  .p-staff__list-comment {
    width: 20px;
    height: 20px;
  }
  .p-staff__list-comment .p-in-icon {
    width: 8px;
    height: 8px;
  }
  .p-staff__list-sup {
    font-size: 16px;
  }
  .p-schedule {
    margin-top: 40px;
  }
  .p-schedule__inner {
    padding-top: 3px;
  }
  .p-schedule__place {
    font-size: 33px;
    letter-spacing: 0.02em;
  }
  .p-schedule__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 25px;
  }
  .p-schedule__list-item {
    padding: 0.82%;
    width: 49%;
  }
  .p-schedule__list-item:nth-of-type(even) {
    margin-left: 2%;
  }
  .p-schedule__list-item::before, .p-schedule__list-item::after {
    background-image: url(../img/frame_pc_2clm-edge.png);
  }
  .p-schedule__list-item::before {
    padding-top: 2.778%;
  }
  .p-schedule__list-item::after {
    padding-bottom: 2.778%;
  }
  .p-schedule__list-bg {
    margin: 2.778% 0 2.778%;
    background-image: url(../img/frame_pc_2clm-repeat.png);
  }
  .p-schedule__list-head {
    padding: 15px 10px;
    font-size: 27px;
  }
  .p-schedule__list-date .p-in-day {
    font-size: 0.71em;
  }
  .p-schedule__list-content {
    padding: 1px 10px 3px;
  }
  .p-schedule__info {
    max-width: 243px;
  }
  .p-schedule__info-item {
    padding: 20px 0 23px;
  }
  .p-schedule__info-item + .p-schedule__info-item {
    border-width: 3px;
  }
  .p-schedule__info-item dt {
    font-weight: 700;
    font-size: 23px;
  }
  .p-schedule__info-item dd {
    margin-top: 1px;
  }
  .p-schedule__chara {
    top: -129px;
    right: -40px;
    width: 120px;
  }
  .p-schedule__link {
    margin-top: 50px;
  }
  .p-ticket {
    margin-top: 52px;
  }
  .p-ticket__inner {
    padding-top: 22px;
  }
  .p-ticket__price {
    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;
  }
  .p-ticket__price-item {
    margin: 0 2.75% 0 0;
    padding: 0.82%;
    width: 31.5%;
  }
  .p-ticket__price-item:nth-of-type(3n) {
    margin-right: 0;
  }
  .p-ticket__price-item:nth-of-type(n + 4) {
    margin-top: 2.75%;
  }
  .p-ticket__price-item::before, .p-ticket__price-item::after {
    background-image: url(../img/frame_pc_3clm-edge.png);
  }
  .p-ticket__price-item::before {
    padding-top: 4.274%;
  }
  .p-ticket__price-item::after {
    padding-bottom: 4.274%;
  }
  .p-ticket__price-bg {
    margin: 4.274% 0 4.274%;
    background-image: url(../img/frame_pc_3clm-repeat.png);
  }
  .p-ticket__price-head {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 8px 10px 8px;
    min-height: 69px;
    font-size: 22px;
    letter-spacing: normal;
  }
  .p-ticket__price-head .p-in-sup {
    font-size: 0.65em;
  }
  .p-ticket__price-content {
    padding: 20px 10px 25px;
    font-size: 23.3px;
  }
  .p-ticket__price-content .p-in-price .t-small {
    margin-left: 0.35em;
    font-size: 0.7em;
  }
  .p-ticket__info {
    padding-top: 84px;
  }
  .p-ticket__info-ttl {
    margin-bottom: 27px;
    font-size: 32.5px;
  }
  .p-ticket__caution {
    margin-top: 80px;
  }
  .p-ticket__caution-ttl {
    margin-bottom: 33px;
    padding: 14px 10px;
    font-size: 20px;
  }
  .p-ticket__caution-content {
    font-size: 13px;
    line-height: 1.75;
    letter-spacing: 0.1em;
  }
  .p-ticket__caution-note {
    margin-top: 25px;
    padding: 20px 20px;
    line-height: 1.8;
  }
  .p-ticket__caution-note .p-in-item + li {
    margin-top: 0.7em;
  }
  .p-ticket__caution-btm {
    margin-top: 27px;
  }
  .p-goods {
    margin-top: 64px;
    padding-bottom: 228px;
  }
  .p-goods__coming {
    padding: 29px 0 181px;
  }
  .p-goods__outline {
    margin-top: 60px;
  }
  .p-goods__note {
    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-top: 80px;
  }
  .p-goods__note-item {
    margin: 0 10px 15px;
    width: 320px;
  }
  .p-goods__list {
    margin-top: 80px;
  }
  .p-goods_outline {
    padding: 34px 0;
    font-size: 20px;
  }
  .p-goods_outline__head {
    padding: 0 0.5em 0 0.5em;
    width: 180px;
  }
  .p-goods_list + .p-goods_list {
    margin-top: 55px;
  }
  .p-goods_list__img {
    border-radius: 15px;
  }
  .p-goods_list__img::after {
    border-radius: 15px;
  }
  .p-goods_list__text {
    margin-top: 24px;
    text-align: center;
  }
  .p-goods_list__name {
    font-size: 23px;
  }
  .p-goods_list__price {
    margin-top: 2px;
  }
  .p-goods_list__sup {
    margin-top: 12px;
    font-size: 14px;
  }
  .p-goods_list__desc {
    margin-top: 12px;
    font-size: 14px;
  }
  .m-comment {
    margin: 0 auto;
    max-width: 650px;
  }
  .m-comment__pos {
    font-size: 25px;
    letter-spacing: normal;
  }
  .m-comment__name {
    margin-top: 5px;
    font-size: 32px;
  }
  .m-comment__text {
    margin-top: 21px;
    font-size: 15.5px;
    line-height: 2.1;
  }
}

@media (-ms-high-contrast: none){
  .p-news__twitter {
    display: none;
  }
}

@media (hover: hover){
  .p-goods_outline a:hover:hover {
    text-decoration: underline;
  }
  .p-goods_list__img[data-modal]:hover .p-goods_list__img-img:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
}
