@charset "UTF-8";

html {
  font-size: 0.625em;
}

body {
  position: relative;
  background-color: #f3f3f3;
  min-width: auto;
  font-family: "Zen Old Mincho", serif;
}

body.is-menu-open {
  overflow: hidden;
}

a {
  text-decoration: none;
}

img {
  pointer-events: none !important;
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
}

.c-link {
  border-bottom: 1px solid #d39c35;
  padding-bottom: 2px;
  color: #d39c35;
}

.js-scroll {
  -webkit-transform: translateY(15px);
  transform: translateY(15px);
  opacity: 0;
  -webkit-transition: opacity 0.8s cubic-bezier(0.33, 1, 0.68, 1), -webkit-transform 0.8s cubic-bezier(0.33, 1, 0.68, 1);
  transition: opacity 0.8s cubic-bezier(0.33, 1, 0.68, 1), -webkit-transform 0.8s cubic-bezier(0.33, 1, 0.68, 1);
  transition: opacity 0.8s cubic-bezier(0.33, 1, 0.68, 1), transform 0.8s cubic-bezier(0.33, 1, 0.68, 1);
  transition: opacity 0.8s cubic-bezier(0.33, 1, 0.68, 1), transform 0.8s cubic-bezier(0.33, 1, 0.68, 1), -webkit-transform 0.8s cubic-bezier(0.33, 1, 0.68, 1);
}

.js-scroll.is-active {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

.p-op__wrapper {
  opacity: 0;
}

.is-op .p-op__wrapper {
  opacity: 1;
  -webkit-transition: opacity 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0.6s;
  transition: opacity 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0.6s;
}

.l-bg {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: background-position-y 0.5s cubic-bezier(0.33, 1, 0.68, 1);
  transition: background-position-y 0.5s cubic-bezier(0.33, 1, 0.68, 1);
  background: url("../img/bg_pattern01_pc.png") repeat;
  background-size: contain;
  background-position-y: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.l-bg-item {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: background-position-y 0.5s cubic-bezier(0.33, 1, 0.68, 1);
  transition: background-position-y 0.5s cubic-bezier(0.33, 1, 0.68, 1);
  background: url("../img/bg_pattern02_pc.png") repeat;
  background-size: contain;
  background-position-y: 0;
  width: 100%;
  height: 100%;
}

.l-section__deco-left {
  position: relative;
}

.l-section__deco-left::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/bg_left.png") top no-repeat;
  background-size: contain;
  width: 550px;
  height: 225px;
  content: '';
}

.l-section__deco-right {
  position: relative;
}

.l-section__deco-right::before {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  background: url("../img/bg_right.png") top no-repeat;
  background-size: contain;
  width: 550px;
  height: 225px;
  content: '';
}

.l-deco__image {
  position: relative;
  z-index: 1;
  margin-left: auto;
  width: 95.5%;
}

.l-deco__image img {
  width: 100%;
}

.l-deco__image--right {
  margin-right: auto;
  margin-left: 0;
}

.p-cast {
  padding-top: 142px;
}

.p-cast__subtitle {
  margin-top: 84px;
  margin-bottom: 56px;
}

.p-cast__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto 34px;
  width: 83%;
  max-width: 1100px;
}

.p-cast__block-btm {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.p-cast__summary-btm {
  position: relative;
  width: 71%;
}

.p-cast__summary-btm.-large {
  width: 100%;
}

.p-cast__summary-btn {
  margin-top: 106px;
  width: 252px;
}

.p-cast__summary-head {
  font-size: 42px;
  font-size: 4.2rem;
  letter-spacing: 0.1em;
}

.p-cast__summary-head h3 {
  position: relative;
}

.p-cast__summary-head .u-small {
  position: absolute;
  top: 50%;
  left: 168px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: 0.19em;
}

.p-cast__summary-head-btm .u-small {
  display: block;
  position: static;
  margin-top: 27px;
  letter-spacing: 0.21em;
}

.p-cast__summary-head-small {
  position: relative;
  margin-bottom: 47px;
  padding-left: 62px;
  color: #d39c35;
  font-size: 24px;
  font-size: 2.4rem;
}

.p-cast__summary-head-small::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #d39c35;
  width: 40px;
  height: 1px;
  content: '';
}

.p-cast__summary-detail {
  margin-top: 34px;
  width: 94%;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 2.1;
  letter-spacing: 0.05em;
}

.p-cast__summary-small {
  display: block;
  margin-bottom: 20px;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.5;
}

.p-cast__image {
  margin-top: 75px;
  width: 68%;
}

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

.p-cast__image-btm {
  width: 29.5%;
}

.c-main__title {
  position: relative;
  color: #d39c35;
  font-size: 65px;
  font-size: 6.5rem;
  font-family: "Josefin Sans", sans-serif;
  letter-spacing: 0.09em;
  text-align: center;
}

.c-main__title::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 23%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url("../img/title_icon_l.png") center no-repeat;
  background-size: contain;
  width: 82px;
  height: 32px;
  content: '';
}

.c-main__title::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 23%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url("../img/title_icon_r.png") center no-repeat;
  background-size: contain;
  width: 82px;
  height: 32px;
  content: '';
}

.c-main__title h2 {
  font-weight: 300;
}

.c-main__subtitle {
  color: #d39c35;
  font-size: 40px;
  font-size: 4rem;
  letter-spacing: 0.1em;
  text-align: center;
}

.c-btn {
  display: block;
  position: relative;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  transition: -webkit-transform 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  transition: transform 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  transition: transform 0.4s cubic-bezier(0.33, 1, 0.68, 1), -webkit-transform 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  margin: 0 auto;
  border-radius: 50px;
  background: url("../img/btn_base_s.png") center no-repeat;
  background-size: 100% 100%;
  padding: 16px 0;
  width: 252px;
  color: #d39c35;
  font-size: 18px;
  font-size: 1.8rem;
  text-align: center;
}

.c-btn::after {
  position: absolute;
  top: 0;
  right: 17px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  background: url(../img/arrow_l.png) no-repeat right center;
  background-size: contain;
  width: 18px;
  height: 100%;
  content: '';
}

.c-btn-wide {
  background: url("../img/btn_base_l.png") center no-repeat;
  background-size: 100% 100%;
  padding: 21px 0;
  width: 378px;
}

.p-header {
  position: relative;
}

.p-header__logo {
  position: relative;
  margin: 0 auto;
  padding: 35px 0 38px;
  width: 208px;
}

.p-header__title-main {
  background: url("../img/in_title_base.jpg") center no-repeat;
  background-size: cover;
  padding: 73px 0 63px;
}

.p-header .p-menu__btn {
  position: fixed;
  top: 50px;
  right: 50px;
  z-index: 3;
  cursor: pointer;
  width: 50px;
  height: 22px;
}

.is-menu-open .p-header .p-menu__btn-item {
  background-color: #e8d19d;
}

.is-menu-open .p-header .p-menu__btn-item--top {
  -webkit-transform: translateY(10px) rotate(25deg);
  transform: translateY(10px) rotate(25deg);
}

.is-menu-open .p-header .p-menu__btn-item--mdl {
  opacity: 0;
}

.is-menu-open .p-header .p-menu__btn-item--btm {
  -webkit-transform: translateY(-10px) rotate(-25deg);
  transform: translateY(-10px) rotate(-25deg);
}

.p-header .p-menu__btn-item {
  position: absolute;
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transition: opacity 0.4s cubic-bezier(0.33, 1, 0.68, 1), background-color 0.4s cubic-bezier(0.33, 1, 0.68, 1), -webkit-transform 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  transition: opacity 0.4s cubic-bezier(0.33, 1, 0.68, 1), background-color 0.4s cubic-bezier(0.33, 1, 0.68, 1), -webkit-transform 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  transition: opacity 0.4s cubic-bezier(0.33, 1, 0.68, 1), transform 0.4s cubic-bezier(0.33, 1, 0.68, 1), background-color 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  transition: opacity 0.4s cubic-bezier(0.33, 1, 0.68, 1), transform 0.4s cubic-bezier(0.33, 1, 0.68, 1), background-color 0.4s cubic-bezier(0.33, 1, 0.68, 1), -webkit-transform 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  background-color: #d39c35;
  width: 100%;
  height: 2px;
}

.p-header .p-menu__btn-item--top {
  top: 0;
  left: 0;
}

.p-header .p-menu__btn-item--mdl {
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.p-header .p-menu__btn-item--btm {
  bottom: 0;
  left: 0;
}

.p-header .p-menu__main {
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 2;
  -webkit-transition: opacity 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  transition: opacity 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  background: -webkit-gradient(linear, left top, left bottom, from(#d39c35), to(#b6b6b6));
  background: linear-gradient(#d39c35, #b6b6b6);
  width: 100%;
  height: 100%;
  overflow-y: auto;
  pointer-events: none;
}

.is-menu-open .p-header .p-menu__main {
  opacity: 1;
  pointer-events: all;
}

.p-header .p-menu__main::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/menu_bg_left.png") top no-repeat;
  background-size: contain;
  width: 550px;
  height: 230px;
  pointer-events: none;
  content: '';
}

.p-header .p-menu__main-list {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.p-header .p-menu__main-list.is-active {
  top: 50px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.p-header .p-menu__main-list-item {
  cursor: pointer;
  margin-bottom: 43px;
  color: #fff;
  font-weight: 300;
  font-size: 27px;
  font-size: 2.7rem;
  font-family: "Josefin Sans", sans-serif;
  letter-spacing: 0.05em;
  text-align: center;
}

.p-header .p-menu__main-list-item a {
  color: #fff;
  font-weight: 300;
}

.p-header .p-menu__main-official {
  position: fixed;
  bottom: 50px;
  left: 50px;
}

.p-header .p-menu__main-official a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}

.p-header .p-menu__main-official-icon {
  margin-right: 6px;
  width: 16px;
}

.p-header .p-menu__main-official-icon img {
  width: 100%;
}

.p-header .p-menu__main-official-text {
  position: relative;
  top: 3px;
  font-weight: 300;
  font-size: 12px;
  font-size: 1.2rem;
  font-family: "Josefin Sans", sans-serif;
  letter-spacing: 0.05em;
}

.p-header .p-menu__main-share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  right: 49px;
  bottom: 45px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-header .p-menu__main-share-head {
  margin-right: 27px;
  color: #fff;
  font-weight: 300;
  font-size: 13px;
  font-size: 1.3rem;
  font-family: "Josefin Sans", sans-serif;
  letter-spacing: 0.05em;
}

.p-header .p-menu__main-share-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-header .p-menu__main-share-list-item {
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  transition: -webkit-transform 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  transition: transform 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  transition: transform 0.4s cubic-bezier(0.33, 1, 0.68, 1), -webkit-transform 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  margin-right: 22px;
  width: 24px;
}

.p-header .p-menu__main-share-list-item:last-of-type {
  margin-right: 0;
}

.p-kv {
  position: relative;
}

.p-kv__inner {
  position: relative;
  overflow: hidden;
}

.p-kv::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.4;
  background: url("../img/bg_left.png") top no-repeat;
  background-size: contain;
  width: 36%;
  max-width: 550px;
  height: 225px;
  content: '';
}

.p-kv::after {
  display: block;
  position: absolute;
  right: 0;
  bottom: 451px;
  opacity: 0.4;
  background: url("../img/bg_right.png") top no-repeat;
  background-size: contain;
  width: 36%;
  max-width: 550px;
  height: 213px;
  content: '';
}

.p-kv__main {
  padding-top: 50px;
}

.p-kv__main::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  background-color: #fff;
  padding-top: min(58%,820px);
  width: 100%;
  content: '';
}

.p-kv__second {
  -webkit-transform: translateX(-25px);
  transform: translateX(-25px);
  opacity: 0;
  margin: 94px auto 0;
  width: 71%;
  max-width: 1320px;
}

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

.is-op .p-kv__second {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
  -webkit-transition: opacity 0.8s cubic-bezier(0.33, 1, 0.68, 1) 0.1s, -webkit-transform 0.8s cubic-bezier(0.33, 1, 0.68, 1) 0.1s;
  transition: opacity 0.8s cubic-bezier(0.33, 1, 0.68, 1) 0.1s, -webkit-transform 0.8s cubic-bezier(0.33, 1, 0.68, 1) 0.1s;
  transition: opacity 0.8s cubic-bezier(0.33, 1, 0.68, 1) 0.1s, transform 0.8s cubic-bezier(0.33, 1, 0.68, 1) 0.1s;
  transition: opacity 0.8s cubic-bezier(0.33, 1, 0.68, 1) 0.1s, transform 0.8s cubic-bezier(0.33, 1, 0.68, 1) 0.1s, -webkit-transform 0.8s cubic-bezier(0.33, 1, 0.68, 1) 0.1s;
}

.p-kv__image {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  width: 64%;
  max-width: 980px;
}

.p-kv__image img {
  -webkit-transform: translateX(-25px);
  transform: translateX(-25px);
  opacity: 0;
  width: 100%;
}

.is-op .p-kv__image img {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
  -webkit-transition: opacity 0.8s cubic-bezier(0.33, 1, 0.68, 1), -webkit-transform 0.8s cubic-bezier(0.33, 1, 0.68, 1);
  transition: opacity 0.8s cubic-bezier(0.33, 1, 0.68, 1), -webkit-transform 0.8s cubic-bezier(0.33, 1, 0.68, 1);
  transition: opacity 0.8s cubic-bezier(0.33, 1, 0.68, 1), transform 0.8s cubic-bezier(0.33, 1, 0.68, 1);
  transition: opacity 0.8s cubic-bezier(0.33, 1, 0.68, 1), transform 0.8s cubic-bezier(0.33, 1, 0.68, 1), -webkit-transform 0.8s cubic-bezier(0.33, 1, 0.68, 1);
}

.p-kv__logo {
  position: absolute;
  top: 60%;
  left: -26.5%;
  -webkit-transform: translate(-25px, -50%);
  transform: translate(-25px, -50%);
  opacity: 0;
  width: 42.5%;
  width: 38.5%;
}

.is-op .p-kv__logo {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  opacity: 1;
  -webkit-transition: opacity 0.8s cubic-bezier(0.33, 1, 0.68, 1), -webkit-transform 0.8s cubic-bezier(0.33, 1, 0.68, 1);
  transition: opacity 0.8s cubic-bezier(0.33, 1, 0.68, 1), -webkit-transform 0.8s cubic-bezier(0.33, 1, 0.68, 1);
  transition: opacity 0.8s cubic-bezier(0.33, 1, 0.68, 1), transform 0.8s cubic-bezier(0.33, 1, 0.68, 1);
  transition: opacity 0.8s cubic-bezier(0.33, 1, 0.68, 1), transform 0.8s cubic-bezier(0.33, 1, 0.68, 1), -webkit-transform 0.8s cubic-bezier(0.33, 1, 0.68, 1);
}

.p-kv__official {
  position: absolute;
  bottom: 40px;
  left: 49px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.p-kv__official a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-kv__official-icon {
  width: 16px;
}

.p-kv__official-text {
  position: relative;
  top: 3px;
  margin-left: 8px;
  color: #d39c35;
  font-size: 11px;
  font-size: 1.1rem;
  font-family: "Josefin Sans", sans-serif;
  letter-spacing: 0.1em;
}

.p-kv__scroll {
  position: absolute;
  right: 49px;
  bottom: 40px;
  z-index: 1;
  cursor: pointer;
  margin-right: 49px;
  margin-left: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 12px;
  font-size: 1.2rem;
  font-family: "Josefin Sans", sans-serif;
  letter-spacing: 0.07em;
}

.p-kv__scroll .u-color {
  vertical-align: top;
  color: #d39c35;
}

.p-kv__lead {
  position: relative;
  -webkit-transform: translateX(-25px);
  transform: translateX(-25px);
  opacity: 0;
  margin: 0 auto;
  padding: 20px 0 0;
  width: 71%;
  max-width: 994px;
}

.is-op .p-kv__lead {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
  -webkit-transition: opacity 0.8s cubic-bezier(0.33, 1, 0.68, 1) 0.2s, -webkit-transform 0.8s cubic-bezier(0.33, 1, 0.68, 1) 0.2s;
  transition: opacity 0.8s cubic-bezier(0.33, 1, 0.68, 1) 0.2s, -webkit-transform 0.8s cubic-bezier(0.33, 1, 0.68, 1) 0.2s;
  transition: opacity 0.8s cubic-bezier(0.33, 1, 0.68, 1) 0.2s, transform 0.8s cubic-bezier(0.33, 1, 0.68, 1) 0.2s;
  transition: opacity 0.8s cubic-bezier(0.33, 1, 0.68, 1) 0.2s, transform 0.8s cubic-bezier(0.33, 1, 0.68, 1) 0.2s, -webkit-transform 0.8s cubic-bezier(0.33, 1, 0.68, 1) 0.2s;
}

.p-kv__lead-detail {
  margin: 52px auto 0;
  width: 84.5%;
}

.p-kv__lead-detail img {
  width: 100%;
}

.p-kv__bunner {
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  transition: -webkit-transform 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  transition: transform 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  transition: transform 0.4s cubic-bezier(0.33, 1, 0.68, 1), -webkit-transform 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  margin: 60px auto 0;
  padding-bottom: 70px;
  width: 41.5%;
  max-width: 800px;
}

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

.p-news {
  position: relative;
  background: url("../img/bg_news.jpg") center no-repeat;
  background-size: cover;
  padding: 94px 0 101px;
}

.p-news__content {
  margin: 39px auto 0;
  width: 83%;
}

.p-news__inner {
  margin: 0 auto;
  max-width: 1100px;
}

.p-news__view {
  position: absolute;
  top: 24px;
  right: 120px;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Josefin Sans", sans-serif;
  letter-spacing: 0.05em;
}

.p-news__view::after {
  position: absolute;
  top: 0;
  right: -26px;
  background: url(../img/arrow_s.png) no-repeat right center;
  background-size: contain;
  width: 16px;
  height: 100%;
  content: '';
}

.p-news__view a {
  color: #fff;
}

.p-news__main-list {
  max-height: 320px;
  overflow-y: auto;
  /*スクロールバーの動く部分*/
}

.p-news__main-list::-webkit-scrollbar {
  width: 8px;
}

.p-news__main-list::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.1);
}

.p-news__main-list::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #fff;
}

.p-news__main-list .c-news_list__item {
  position: relative;
  margin-bottom: 30px;
  border-bottom: 1px solid #fff;
  padding-bottom: 31px;
  width: 95%;
}

.p-news__main-list .c-news_list__item a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.p-news__main-list .c-news_list__item--date {
  color: #d39c35;
  font-size: 14px;
  font-size: 1.4rem;
  font-family: "Josefin Sans", sans-serif;
  letter-spacing: 0.1em;
}

.p-news__main-list .c-news_list__item--title {
  margin-top: 17px;
  color: #fff;
  font-size: 17px;
  font-size: 1.7rem;
  letter-spacing: 0.1em;
}

.p-info {
  padding: 150px 0 120px;
}

.p-info__block {
  margin: 0 auto;
  max-width: 1080px;
}

.p-info__title {
  margin-bottom: 92px;
}

.p-info__place-summary {
  width: 49%;
}

.p-info__place-summary-title {
  margin-top: 7px;
  width: 83%;
}

.p-info__place-summary-title img {
  width: 100%;
}

.p-info__place-summary-title h2 {
  font-weight: 300;
}

.p-info__place-summary-title--wide {
  width: 98%;
}

.p-info__place-summary-data {
  margin-top: 59px;
  margin-left: 5px;
  width: 100%;
}

.p-info__place-summary-data .p-in-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 36px;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.5;
  letter-spacing: 0.09em;
  white-space: nowrap;
}

.p-info__place-summary-data .p-in-item span {
  vertical-align: bottom;
}

.p-info__place-summary-data .p-in-item .u-big {
  font-size: 30px;
  font-size: 3rem;
}

.p-info__place-summary-data .p-in-item .u-space {
  margin-top: -4px;
  margin-left: 48px;
  line-height: 1.25;
  white-space: normal;
}

.p-info__place-summary-data .p-in-item .u-space--btm {
  margin-top: -1px;
  margin-left: 53px;
}

.p-info__place-summary-data .p-in-item .u-time {
  font-size: 18px;
  font-size: 1.8rem;
}

.p-info__place-summary-data .p-in-item .u-time--space {
  display: inline-block;
  margin-bottom: 20px;
}

.p-info__place-summary-data .p-in-item-big {
  color: #d39c35;
  font-size: 25px;
  font-size: 2.5rem;
  letter-spacing: 0.09em;
}

.p-info__place-summary-about {
  margin-top: 41px;
  margin-left: 5px;
  border-top: 1px solid #d39c35;
  border-bottom: 1px solid #d39c35;
  padding: 20px 0 7px;
}

.p-info__place-summary-about .p-in-head {
  color: #d39c35;
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: 0.01em;
}

.p-info__place-summary-about .p-in-detail {
  margin-top: 17px;
}

.p-info__place-summary-about .p-in-detail-item {
  margin-bottom: 14px;
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 0.07em;
}

.p-info__block {
  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;
  margin: 0 auto 144px;
  width: 91%;
}

.p-info .p-info__place-image {
  width: 47%;
}

.p-info .p-info__place-image img {
  width: 100%;
}

.p-info .p-info__place-image-btn {
  margin-top: 30px;
}

.p-info__seat {
  margin: 15px auto 0;
  margin-top: 155px;
  max-width: 1130px;
}

.p-info__seat-nav {
  margin-top: 58px;
  overflow: hidden;
}

.p-info__seat-nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  left: 23px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.p-info__seat-nav-list-item {
  position: relative;
  margin-right: 43px;
  font-size: 23px;
  font-size: 2.3rem;
  letter-spacing: 0.12em;
}

.p-info__seat-nav-list-item::before {
  display: block;
  position: absolute;
  top: 50%;
  right: -35px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  content: '/';
  color: #d39c35;
  font-size: 34px;
  font-size: 3.4rem;
}

.p-info__seat-nav-list-item:last-of-type::before {
  display: none;
}

.p-info__seat-trial {
  margin: 50px auto;
  background-color: #fff;
  padding: 50px 0 61px;
  width: 83%;
}

.p-info__seat-trial-head {
  color: #d39c35;
  font-size: 24px;
  font-size: 2.4rem;
  letter-spacing: 0.05em;
  text-align: center;
}

.p-info__seat-trial-detail {
  margin-top: 20px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.01em;
  text-align: center;
}

.p-info__seat-trial-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 35px auto 0;
  width: 81%;
}

.p-info__seat-trial-image-item {
  width: 47%;
}

.p-info__seat-trial-image-item .p-in-image {
  width: 100%;
}

.p-info__seat-trial-image-item .p-in-image img {
  width: 100%;
}

.p-info__seat-trial-image-item .p-in-head {
  margin-top: 19px;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
}

.p-ticket {
  padding: 150px 0;
}

.p-ticket__val {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 68px auto 0;
  width: 83%;
  max-width: 1100px;
}

.p-ticket__val-detail {
  width: 35%;
}

.p-ticket__val-detail-block {
  margin-bottom: 80px;
}

.p-ticket__val-detail-head {
  margin-bottom: 25px;
  color: #d39c35;
  font-size: 38px;
  font-size: 3.8rem;
  letter-spacing: 0.08em;
}

.p-ticket__val-detail-head--small {
  margin-bottom: 37px;
  border-bottom: 2px solid #d39c35;
  padding-bottom: 5px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 24px;
  font-size: 2.4rem;
  letter-spacing: -0.03em;
}

.p-ticket__val-detail-list .p-in-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 28px;
  font-size: 22px;
  font-size: 2.2rem;
  letter-spacing: 0.17em;
}

.p-ticket__val-detail-list .p-in-item::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #d39c35;
  width: 8%;
  height: 1px;
  content: '';
}

.p-ticket__val-detail-list .p-in-item-num {
  letter-spacing: 0.05em;
}

.p-ticket__val-image {
  background-color: #fff;
  padding: 30px 0;
  width: 53.5%;
}

.p-ticket__val-image-head {
  margin-bottom: 20px;
  color: #d39c35;
  font-size: 20px;
  font-size: 2rem;
  letter-spacing: 0.05em;
  text-align: center;
}

.p-ticket__val-image-main {
  margin: 0 auto;
  width: 80%;
}

.p-ticket__val-image-main img {
  width: 100%;
}

.p-ticket__val-image-caution {
  margin-top: 25px;
  font-size: 10px;
  font-size: 1rem;
  line-height: 1.6;
  text-align: center;
}

.p-ticket__schedule {
  margin: 130px auto 0;
  border-bottom: 1px solid #d39c35;
  padding-bottom: 51px;
  width: 83%;
  max-width: 1100px;
}

.p-ticket__schedule-title {
  border-bottom: 1px solid #d39c35;
  padding-bottom: 41px;
  letter-spacing: 0.01em;
}

.p-ticket__schedule-lead {
  margin-top: 47px;
  color: #d39c35;
  font-size: 25px;
  font-size: 2.5rem;
  line-height: 1.75;
  letter-spacing: 0.03em;
}

.p-ticket__schedule-lead p {
  font-weight: 600;
}

.p-ticket__schedule-label {
  margin-top: 21px;
  background-color: #d39c35;
  padding: 6px 8px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  font-size: 23px;
  font-size: 2.3rem;
  letter-spacing: 0.01em;
}

.p-ticket__schedule-detail-list {
  position: relative;
  margin-top: 40px;
  width: 740px;
}

.p-ticket__schedule-detail-list .p-in-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 25px;
  font-size: 20px;
  font-size: 2rem;
  letter-spacing: 0.07em;
}

.p-ticket__schedule-detail-list .p-in-item::before {
  -webkit-transform: translate(-50%, -50%);
  display: block;
  position: absolute;
  top: 50%;
  left: 138px;
  transform: translate(-50%, -50%);
  background-color: #d39c35;
  width: 5%;
  height: 1px;
  content: '';
}

.p-ticket__schedule-detail-list .p-in-item-num {
  margin-left: 107px;
  letter-spacing: 0.01em;
}

.p-ticket__schedule-caution {
  margin-top: 34px;
}

.p-ticket__schedule-caution a {
  color: #d39c35;
}

.p-ticket__schedule-caution .p-in-item {
  margin-bottom: 4px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.6;
}

.p-goods {
  position: relative;
  z-index: 1;
  margin-top: 158px;
  background: url("../img/bg_goods.jpg") center no-repeat;
  background-size: cover;
  padding: 94px 0 117px;
}

.p-goods__content {
  margin: 72px auto 0;
  width: 82.5%;
  width: 1100px;
}

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

.p-attention {
  margin: 142px 0 134px;
}

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

.p-attention__btn {
  margin-right: 23px;
}

.p-attention__btn:last-of-type {
  margin-right: 0;
}

.p-footer {
  position: relative;
}

.p-footer__official {
  position: relative;
  padding: 88px 0 86px;
  overflow: hidden;
}

.p-footer__official::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: #fff;
  width: 100%;
  height: 100%;
  content: '';
}

.p-footer__official-head {
  margin-bottom: 54px;
  color: #d39c35;
  font-size: 24px;
  font-size: 2.4rem;
  font-family: "Josefin Sans", sans-serif;
  text-align: center;
}

.p-footer__official-tw {
  margin: 0 auto;
  width: 79.5%;
  max-width: 1100px;
}

.p-footer__official-tw-item {
  display: inline-block;
  vertical-align: top;
  margin-right: 2.8%;
  width: 31.2%;
  letter-spacing: normal;
}

.p-footer__official-tw-item-head {
  margin-bottom: 20px;
  color: #d39c35;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.08em;
  text-align: center;
}

.p-footer__official-tw-item iframe {
  border: 1px solid #d6d6d6 !important;
  border-radius: 3%;
  width: 100% !important;
}

.p-footer__official-tw-item:last-of-type {
  margin-right: 0;
}

.p-footer__share {
  padding-top: 67px;
}

.p-footer__share-head {
  color: #d39c35;
  font-size: 24px;
  font-size: 2.4rem;
  font-family: "Josefin Sans", sans-serif;
  text-align: center;
}

.p-footer__share-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  left: -4px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 16px;
}

.p-footer__share-list-item {
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  transition: -webkit-transform 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  transition: transform 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  transition: transform 0.4s cubic-bezier(0.33, 1, 0.68, 1), -webkit-transform 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  margin-right: 44px;
  width: 28px;
}

.p-footer__share-list-item:last-of-type {
  margin-right: 0;
}

.p-footer__share-list-item img {
  width: 100%;
}

.p-footer__copy {
  margin-top: 60px;
  padding-bottom: 55px;
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  text-align: center;
}

.p-footer__pageTop {
  position: absolute;
  right: 60px;
  bottom: 76px;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  transition: -webkit-transform 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  transition: transform 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  transition: transform 0.4s cubic-bezier(0.33, 1, 0.68, 1), -webkit-transform 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  cursor: pointer;
  width: 43px;
  height: 69px;
}

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

.p-top .c-news_list__item--body {
  display: none;
}

.p-news__low {
  position: relative;
  z-index: 1;
  padding-bottom: 138px;
}

.p-news__low .c-news_list {
  margin: 57px auto 0;
  width: 78.5%;
}

.p-news__low .c-news_list__item {
  cursor: pointer;
  margin-bottom: 30px;
  border-bottom: 1px solid #d39c35;
  padding-bottom: 32px;
}

.p-news__low .c-news_list__item--head {
  position: relative;
}

.p-news__low .c-news_list__item--head.is-open::before {
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}

.p-news__low .c-news_list__item--head::before {
  display: block;
  position: absolute;
  top: 50%;
  right: 21px;
  -webkit-transform: translateY(-50%) rotate(0deg);
  transform: translateY(-50%) rotate(0deg);
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  transition: -webkit-transform 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  transition: transform 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  transition: transform 0.4s cubic-bezier(0.33, 1, 0.68, 1), -webkit-transform 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  background: url("../img/arrow_l.png") center no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  content: '';
}

.p-news__low .c-news_list__item--date {
  margin-bottom: 11px;
  color: #d39c35;
  font-size: 14px;
  font-size: 1.4rem;
  font-family: "Josefin Sans", sans-serif;
  letter-spacing: 0.1em;
}

.p-news__low .c-news_list__item--title {
  padding-right: 50px;
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
}

.p-news__low .c-news_list__item--body {
  display: none;
  margin-top: 38px;
  background-color: #fff;
  padding: 30px 38px 81px;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: 0.04em;
}

.p-news__low .c-news_list__item--body img {
  width: 100%;
  max-width: 600px;
}

.p-news__low .c-news_list__item--body a {
  border-bottom: 1px solid #d39c35;
  padding-bottom: 2px;
  color: #d39c35;
}

.p-news__low .c-news_list__item--body iframe {
  max-width: 100%;
}

.p-news__low .c-news_list__item--body strong {
  vertical-align: baseline;
}

.p-news__low .c-news_list__item--body u {
  vertical-align: baseline;
}

@media screen and (min-width: 768px){
  .is-pc {
    display: block;
  }
  .is-sp {
    display: none;
  }
  .is-pc-inline {
    display: inline-block;
  }
  .is-sp-inline {
    display: none;
  }
  body.is-top {
    min-width: 1180px;
  }
  .c-btn:hover {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  .p-header .p-menu__main-share-list-item:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  .p-kv__bunner:hover {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  .p-footer__share-list-item:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  .p-footer__pageTop:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}

@media screen and (max-width: 767px){
  .is-pc {
    display: none;
  }
  .is-sp {
    display: block;
  }
  .is-pc-inline {
    display: none;
  }
  .is-sp-inline {
    display: inline-block;
  }
  .l-bg {
    background: url("../img/bg_pattern01_sp.png") repeat;
    background-size: contain;
    background-position-y: 0;
  }
  .l-bg-item {
    background: url("../img/bg_pattern02_sp.png") repeat;
    background-size: contain;
    background-position-y: 0;
  }
  .l-section__deco-left::before {
    padding-top: 29%;
    width: 72%;
    height: auto;
  }
  .l-section__deco-right::before {
    padding-top: 29%;
    width: 72%;
    height: auto;
  }
  .l-deco__image {
    width: 100%;
  }
  .p-cast {
    padding-top: 36px;
  }
  .p-cast__subtitle {
    margin-top: 7px;
    margin-bottom: 15px;
    font-size: 2rem;
  }
  .p-cast__block {
    display: block;
    margin: 0 auto 48px;
    width: 92%;
  }
  .p-cast__block-btm {
    margin-bottom: 48px;
  }
  .p-cast__summary-btm {
    width: 100%;
  }
  .p-cast__summary-btn {
    margin: 0 auto;
    width: 85%;
  }
  .p-cast__summary-head {
    font-size: 2.4rem;
  }
  .p-cast__summary-head .u-small {
    left: 96px;
    font-size: 1.2rem;
    letter-spacing: 0.1em;
  }
  .p-cast__summary-head-btm .u-small {
    margin-top: 10px;
  }
  .p-cast__summary-head-small {
    margin-bottom: 24px;
    padding-left: 30px;
    font-size: 1.7rem;
    letter-spacing: 0em;
  }
  .p-cast__summary-head-small::before {
    width: 20px;
  }
  .p-cast__summary-detail {
    margin-top: 18px;
    width: 100%;
    font-size: 1.3rem;
    line-height: 1.7;
    letter-spacing: 0.07em;
  }
  .p-cast__summary-small {
    margin-bottom: 5px;
    font-size: 1.5rem;
  }
  .p-cast__image {
    margin: 12px auto 0;
    width: 55%;
  }
  .p-cast__image-btm {
    margin: 24px auto;
    width: 79%;
  }
  .c-main__title {
    padding: 39px 0 34px;
    font-size: 2.7rem !important;
    letter-spacing: 0.07em;
    text-align: center;
  }
  .c-main__subtitle {
    font-size: 2.4rem;
  }
  .c-btn::after {
    right: 16px;
    width: 12px;
  }
  .c-btn {
    width: 76%;
    max-width: 223px;
    font-size: 1.6rem;
  }
  .c-btn-wide {
    width: 81%;
    max-width: 304px;
    font-size: 1.4rem;
  }
  .p-header__logo {
    margin: 0 auto;
    padding: 6px 0 11px;
    width: 117px;
  }
  .is-menu-open .p-header .p-menu__btn-item--top {
    -webkit-transform: translateY(8px) rotate(25deg);
    transform: translateY(8px) rotate(25deg);
  }
  .p-header .p-menu__btn {
    position: absolute;
    top: 25px;
    right: 16px;
    width: 40px;
    height: 18px;
  }
  .p-header .p-menu__btn-item {
    height: 1px;
  }
  .p-header .p-menu__main {
    position: absolute;
  }
  .p-header .p-menu__main::before {
    padding-top: 29%;
    width: 72%;
    height: auto;
  }
  .p-header .p-menu__main-list-item {
    margin-bottom: 28px;
    font-size: 2.2rem;
  }
  .p-header .p-menu__main-official {
    position: absolute;
    bottom: -83px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    padding-bottom: 50px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .p-header .p-menu__main-official-text {
    letter-spacing: 0.08em;
  }
  .p-header .p-menu__main-share {
    display: none;
  }
  .p-kv::before {
    padding-top: 29%;
    width: 72%;
    height: auto;
  }
  .p-kv::after {
    display: none;
    padding-top: 29%;
    width: 72%;
    height: auto;
  }
  .p-kv__main {
    padding-top: 0;
  }
  .p-kv__main::before {
    padding-top: min(109.5%,820px);
  }
  .p-kv__second {
    margin: 35px auto 0;
    width: 100%;
  }
  .is-op .p-kv__image img {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .p-kv__image {
    margin-top: 117px;
    width: 92%;
  }
  .is-op .p-kv__logo {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .p-kv__logo {
    top: 58px;
    left: 50%;
    -webkit-transform: translate(-60%, -50%);
    transform: translate(-60%, -50%);
    width: 43%;
  }
  .p-kv__lead {
    margin: 0 auto;
    padding: 14px 0 0;
    width: 100%;
  }
  .p-kv__lead-detail {
    margin: 14px auto 0;
    width: 100%;
  }
  .p-kv__bunner {
    margin: 30px auto 0;
    padding-bottom: 40px;
    width: 94%;
  }
  .p-news {
    padding: 23px 0 108px;
  }
  .p-news__content {
    margin: 5px auto 0;
    width: 92%;
  }
  .p-news__view::after {
    right: -20px;
    width: 10px;
  }
  .p-news__view {
    position: absolute;
    top: auto;
    right: auto;
    bottom: -58px;
    left: 47.5%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    font-size: 1.2rem;
  }
  .p-news__main-list {
    max-height: 268px;
  }
  .p-news__main-list::-webkit-scrollbar {
    width: 5px;
  }
  .p-news__main-list .c-news_list__item {
    margin-bottom: 17px;
    padding-bottom: 15px;
  }
  .p-news__main-list .c-news_list__item--date {
    font-size: 1.2rem;
    letter-spacing: 0.04em;
  }
  .p-news__main-list .c-news_list__item--title {
    margin-top: 10px;
    font-size: 1.2rem;
    line-height: 1.5;
    letter-spacing: 0.07em;
  }
  .p-info {
    padding: 36px 0 47px;
  }
  .p-info__title {
    margin-bottom: 7px;
  }
  .p-info__place-summary {
    width: 100%;
  }
  .p-info__place-summary-data {
    margin-top: 30px;
    margin-left: -4px;
  }
  .p-info__place-summary-data .p-in-item {
    margin-top: 19px;
    font-size: 1.4rem;
  }
  .p-info__place-summary-data .p-in-item .u-big {
    font-size: 1.8rem;
  }
  .p-info__place-summary-data .p-in-item .u-space {
    margin-top: -1px;
    margin-left: 26px;
    line-height: 1.3;
  }
  .p-info__place-summary-data .p-in-item .u-time {
    font-size: 1.3rem;
  }
  .p-info__place-summary-data .p-in-item-big {
    font-size: 1.6rem;
  }
  .p-info__place-summary-about {
    margin-top: 24px;
    margin-left: 0;
    padding: 19px 0 7px;
    font-size: 1.2rem;
  }
  .p-info__place-summary-about .p-in-head {
    font-size: 1.2rem;
  }
  .p-info__place-summary-about .p-in-detail-item {
    margin-bottom: 11px;
    font-size: 1.2rem;
    letter-spacing: 0.01em;
  }
  .p-info__block {
    display: block;
    margin: 0 auto 52px;
  }
  .p-info .p-info__place-image {
    margin: 25px auto 0;
    width: 87%;
  }
  .p-info .p-info__place-image-btn {
    margin-top: 24px;
  }
  .p-info__seat {
    margin-top: 56px;
  }
  .p-info__seat-nav {
    margin-top: 27px;
  }
  .p-info__seat-nav-list-item {
    margin-right: 31px;
    font-size: 1.4rem;
  }
  .p-info__seat-nav-list-item::before {
    right: -26px;
  }
  .p-info__seat-trial {
    margin: 30px auto;
    background-color: #fff;
    padding: 40px 0 1px;
    width: 92%;
  }
  .p-info__seat-trial-head {
    font-size: 1.5rem;
  }
  .p-info__seat-trial-detail {
    font-size: 1.3rem;
    line-height: 1.75;
  }
  .p-info__seat-trial-image {
    display: block;
    margin: 24px auto 0;
    width: 82%;
  }
  .p-info__seat-trial-image-item {
    margin-bottom: 30px;
    width: 100%;
  }
  .p-info__seat-trial-image-item .p-in-head {
    margin-top: 12px;
    font-size: 1.3rem;
  }
  .p-ticket {
    padding: 36px 0 75px;
  }
  .p-ticket__val {
    display: block;
    margin: 10px auto 0;
    width: 92%;
  }
  .p-ticket__val-detail {
    margin: 0 auto;
    width: 92%;
  }
  .p-ticket__val-detail-block {
    margin-bottom: 36px;
  }
  .p-ticket__val-detail-block--btm {
    margin-bottom: 25px;
  }
  .p-ticket__val-detail-head {
    margin-bottom: 22px;
    font-size: 2rem;
    text-align: center;
  }
  .p-ticket__val-detail-head--small {
    margin: 0 auto 25px;
    font-size: 1.6rem;
  }
  .p-ticket__val-detail-list {
    margin: 0 auto;
    width: 83%;
  }
  .p-ticket__val-detail-list .p-in-item {
    margin-bottom: 18px;
    font-size: 1.4rem;
    letter-spacing: 0.17em;
  }
  .p-ticket__val-image {
    padding: 20px 0 24px;
    width: 100%;
  }
  .p-ticket__val-image-head {
    margin-bottom: 23px;
    font-size: 1.3rem;
  }
  .p-ticket__schedule {
    margin: 60px auto 0;
    padding-bottom: 17px;
    width: 93%;
  }
  .p-ticket__schedule-title {
    padding-bottom: 26px;
    font-size: 1.8rem;
  }
  .p-ticket__schedule-lead {
    margin-top: 21px;
    font-size: 1.4rem;
    line-height: 1.5;
  }
  .p-ticket__schedule-label {
    margin-top: 12px;
    padding: 3px 6px;
    font-size: 1.25rem;
    letter-spacing: 0.03em;
  }
  .p-ticket__schedule-detail-list {
    margin-top: 25px;
    width: auto;
  }
  .p-ticket__schedule-detail-list .p-in-item {
    margin-bottom: 6px;
    font-size: 1.4rem;
    letter-spacing: 0.01em;
  }
  .p-ticket__schedule-detail-list .p-in-item-block {
    width: 25%;
  }
  .p-ticket__schedule-detail-list .p-in-item::before {
    top: 25%;
    left: 22.5%;
  }
  .p-ticket__schedule-detail-list .p-in-item-wide::before {
    left: 22.5%;
  }
  .p-ticket__schedule-detail-list .p-in-item-num {
    margin-left: 13%;
    width: 103%;
    font-size: 1.3rem;
    line-height: 1.5;
    letter-spacing: 0.01em;
  }
  .p-ticket__schedule-caution {
    margin-top: 16px;
  }
  .p-ticket__schedule-caution .p-in-item {
    font-size: 1.1rem;
    line-height: 1.7;
  }
    .p-goods {
    margin-top: 72px;
    padding: 37px 0 74px;
  }
  .p-goods__content {
    margin: 10px auto 0;
    width: 92.5%;
    font-size: 1rem;
  }
  .p-attention {
    margin: 35px 0 70px;
  }
  .p-attention__content {
    display: block;
    margin-top: 5px;
  }
  .p-attention__btn {
    margin-right: 0;
    margin-bottom: 12px;
  }
  .p-footer__official {
    padding: 72px 0 54px;
  }
  .p-footer__official-head {
    margin-bottom: 42px;
    font-size: 1.8rem;
  }
  .p-footer__official-tw {
    margin: 0 auto;
    width: 92.5%;
  }
  .p-footer__official-tw-item {
    display: block;
    margin-bottom: 25px;
    width: 100%;
  }
  .p-footer__official-tw-item-head {
    margin-bottom: 21px;
    font-size: 1.2rem;
  }
  .p-footer__official-tw-item iframe {
    height: 168px !important;
    min-height: 168px !important;
  }
  .p-footer__share {
    padding-top: 46px;
  }
  .p-footer__share-head {
    font-size: 1.6rem;
  }
  .p-footer__share-list {
    left: 0;
  }
  .p-footer__share-list-item {
    margin-right: 38px;
    width: 23px;
  }
  .p-footer__copy {
    margin-top: 37px;
    padding-bottom: 50px;
    font-size: 1rem;
    letter-spacing: 0.1em;
  }
  .p-footer__pageTop {
    right: 15px;
    bottom: 127px;
    width: 35px;
    height: 51px;
  }
  .p-news__low {
    padding-bottom: 80px;
  }
  .p-news__low .c-news_list {
    margin: 50px auto 0;
    width: 91.5%;
  }
  .p-news__low .c-news_list__item--head::before {
    right: 0;
    width: 15px;
    height: 15px;
  }
  .p-news__low .c-news_list__item--date {
    margin-bottom: 8px;
    font-size: 1.1rem;
  }
  .p-news__low .c-news_list__item--title {
    margin-right: auto;
    padding-right: 0;
    width: 93%;
    font-size: 1.4rem;
  }
  .p-news__low .c-news_list__item--body {
    margin-top: 26px;
    margin-top: 26px;
    padding: 25px 16px 81px;
    font-size: 1.3rem;
    line-height: 1.8;
  }
}

@media screen and (max-width: 1200px){
  .c-main__title::before {
    left: 17%;
  }
  .c-main__title::after {
    right: 17%;
  }
  .p-header__title-main {
    font-size: 5.3rem;
  }
  .p-header__title-main-disco::before {
    left: 5%;
  }
  .p-header__title-main-disco::after {
    right: 5%;
  }
  .p-news__view {
    right: 80px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .p-ticket__val-detail-list .p-in-item::before {
    left: 48%;
    width: 7%;
  }
}

@media screen and (max-width: 768px){
  .c-main__title::before {
    left: 4%;
    width: 11%;
    height: 15px;
  }
  .c-main__title::after {
    right: 4%;
    width: 11%;
    height: 15px;
  }
}
