/*!*******************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!../node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!../node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./scss/style.scss ***!
  \*******************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/*  color
================================================ */
:root .-dealer {
  --vColor: #24AC21;
  --vBg: #E7F5E2;
}
:root .-generalDealer {
  --vColor: #F39800;
  --vBg: #FFF2DB;
}

/*  width
================================================ */
/*  transition
================================================ */
/*  font
================================================ */
/*  bg
---------------------------------------- */
/*  reset
================================================ */
* {
  -webkit-box-sizing: border-box;
  border: 0;
          box-sizing: border-box;
  font-size: 100%;
  margin: 0;
  outline: 0;
  padding: 0;
}

html {
  word-break: break-all;
}

body {
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}

img, picture, video, canvas, svg {
  vertical-align: bottom;
  width: 100%;
}

input, button, textarea, select {
  font: inherit;
}

span {
  font-weight: inherit;
}

a {
  color: inherit;
}

a[class] {
  text-decoration: none;
}

mark {
  background-color: #ff9;
  font-weight: bold;
}

blockquote, q {
  quotes: none;
}

ul[class],
ol[class] {
  list-style: none;
}

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

table {
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  width: 100%;
}

#root, #__next {
  isolation: isolate;
}

input[type=text], input[type=email], input[type=tel], textarea, button, select, option {
  border-radius: 0;
  display: block;
  font: inherit;
  outline: none;
  width: 100%;
}

textarea {
  resize: vertical;
}

button {
  cursor: pointer;
}

/*  base
================================================ */
html {
  overflow: auto;
  scroll-behavior: smooth;
}
html:not([lang=ja]) {
  word-break: break-word;
}

body {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  color: #000;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
  font-size: 0.9375rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.6;
  min-width: 320px;
  overflow: hidden;
}

.l-header {
  height: 56px;
  position: relative;
  z-index: 100;
}
.l-header .l-header__inner {
  -ms-flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          align-items: center;
  background: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-wrap: wrap;
  height: 100%;
          justify-content: space-between;
  padding: 0 15px;
  position: relative;
  z-index: 2;
}
.l-header .l-header__logo {
  width: 149px;
}
.l-header .l-header__btn {
  display: none;
}

.l-gnav {
  display: none;
}

.l-footer {
  background: #000;
  padding: 65px 0 0;
}
.l-footer .l-footer__inner {
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
  width: min(100%, 1130px);
}
.l-footer .l-footer__container {
  padding-bottom: 50px;
}
.l-footer .l-footer__info {
  padding-bottom: 50px;
}
.l-footer .l-footer__info-logo {
  width: 298px;
}
.l-footer .l-footer__info-logo-link {
  display: block;
}
.l-footer .l-footer__info-btnWrap {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
  gap: 8px;
  margin-top: 24px;
}
.l-footer .l-footer__info-btn {
  margin: 0;
}
.l-footer .l-footer__nav {
  display: none;
}
.l-footer .l-footer__nav-cr {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.625rem;
  padding: 20px 0;
  position: relative;
  text-align: center;
}
.l-footer .l-footer__nav-cr::before {
  background: rgba(255, 255, 255, 0.3);
  content: "";
  height: 1px;
  left: 50%;
  position: absolute;
  top: 0;
  translate: -50% 0;
  width: 100vw;
}

/*  l-fix-nav
---------------------------------------- */
.l-fix-nav {
  background: #000;
  border-top: 3px solid #fff;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 65px;
  left: 0;
  position: fixed;
  width: 100%;
  z-index: 1000;
}
.l-fix-nav .l-fix-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% - 62px);
}
.l-fix-nav .l-fix-nav__item {
  position: relative;
  width: 33.33%;
}
.l-fix-nav .l-fix-nav__item:nth-child(n+2)::before {
  background: #fff;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  top: 0;
  width: 1px;
}
.l-fix-nav .l-fix-nav__item-link {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
  gap: 6px;
  height: 100%;
          justify-content: center;
  width: 100%;
}
.l-fix-nav .l-fix-nav__item-ico {
  -webkit-mask: no-repeat center/contain;
  display: inline-block;
  height: 24px;
          mask: no-repeat center/contain;
  width: 24px;
}
.l-fix-nav .l-fix-nav__item-ico.-search {
  -webkit-mask-image: url(../img/common/ico-search.svg);
  background: #2291FF;
          mask-image: url(../img/common/ico-search.svg);
}
.l-fix-nav .l-fix-nav__item-ico.-access {
  -webkit-mask-image: url(../img/common/ico-access.svg);
  background: #24AC21;
          mask-image: url(../img/common/ico-access.svg);
}
.l-fix-nav .l-fix-nav__item-ico.-ticket {
  -webkit-mask-image: url(../img/common/ico-ticket.svg);
  background: #FF4738;
          mask-image: url(../img/common/ico-ticket.svg);
}
.l-fix-nav .l-fix-nav__item-txt {
  color: #fff;
  display: inline-block;
  font-size: 0.6875rem;
  text-align: center;
  width: 100%;
}
.l-fix-nav .l-fix-nav__menu {
  border-left: 1px solid #fff;
  cursor: pointer;
  height: 62px;
  position: relative;
  width: 62px;
}
.l-fix-nav .l-fix-nav__menu-line {
  height: 21px;
  left: 50%;
  position: absolute;
  top: 10px;
  translate: -50% 0;
  width: 24px;
}
.l-fix-nav .l-fix-nav__menu-line-in {
  -webkit-transition: 0.25s cubic-bezier(0.5, 0.26, 0.23, 0.93);
  -webkit-transition-property: all;
  background: #fff;
  height: 2px;
  left: 0;
  position: absolute;
  top: 0;
  transition: 0.25s cubic-bezier(0.5, 0.26, 0.23, 0.93);
  transition-property: all;
  width: 24px;
}
.l-fix-nav .l-fix-nav__menu-line-in:nth-child(1) {
  top: 0px;
}
.l-fix-nav .l-fix-nav__menu-line-in:nth-child(2) {
  top: 9px;
}
.l-fix-nav .l-fix-nav__menu-line-in:nth-child(3) {
  top: 18px;
}
.l-fix-nav .l-fix-nav__menu[aria-expanded=true] .l-fix-nav__menu-line-in:nth-child(1) {
  rotate: 45deg;
  top: 10px;
}
.l-fix-nav .l-fix-nav__menu[aria-expanded=true] .l-fix-nav__menu-line-in:nth-child(2) {
  opacity: 0;
}
.l-fix-nav .l-fix-nav__menu[aria-expanded=true] .l-fix-nav__menu-line-in:nth-child(3) {
  rotate: -45deg;
  top: 10px;
}
.l-fix-nav .l-fix-nav__menu-txt {
  bottom: 9px;
  color: #fff;
  font-size: 0.6875rem;
  left: 50%;
  line-height: 1.1;
  position: absolute;
  text-align: center;
  translate: -50% 0;
  width: 100%;
}

.l-fix-ticket {
  display: none;
}

/*  drawer
---------------------------------------- */
.l-drawer-btn {
  background-color: #F4A21A;
  background-image: linear-gradient(0deg, transparent 50%, #F39800 50%, #F39800 calc(50% + 1px), transparent calc(50% + 1px)), linear-gradient(90deg, transparent 50%, #F39800 50%, #F39800 calc(50% + 1px), transparent calc(50% + 1px));
  background-size: 10px 10px;
  border: 2px solid #000;
  height: 56px;
  position: absolute;
  right: 0;
  top: 0;
  width: 56px;
  z-index: 3;
}
.l-drawer-btn .l-drawer-btn__line {
  display: inline-block;
  display: grid;
  height: 16px;
  left: 50%;
  place-content: center;
  position: absolute;
  top: 10px;
  translate: -50% 0;
  width: 25px;
}
.l-drawer-btn .l-drawer-btn__line::before {
  background: #000;
  content: "";
  height: 2px;
  left: 50%;
  position: absolute;
  top: 50%;
  translate: -50% -50%;
  width: 25px;
}
.l-drawer-btn .l-drawer-btn__line-in::before, .l-drawer-btn .l-drawer-btn__line-in::after {
  -webkit-transition: 0.25s cubic-bezier(0.5, 0.26, 0.23, 0.93);
  -webkit-transition-property: all;
  background: #000;
  content: "";
  height: 2px;
  left: 50%;
  position: absolute;
  transition: 0.25s cubic-bezier(0.5, 0.26, 0.23, 0.93);
  transition-property: all;
  translate: -50% 0;
  width: 25px;
}
.l-drawer-btn .l-drawer-btn__line-in::before {
  top: 0;
}
.l-drawer-btn .l-drawer-btn__line-in::after {
  top: 14px;
}
.l-drawer-btn .l-drawer-btn__txt {
  bottom: 8px;
  font-size: 0.75rem;
  font-weight: 700;
  left: 50%;
  line-height: 1.2;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  translate: -50% 0;
  width: 100%;
}
.l-drawer-btn[aria-expanded=true] .l-drawer-btn__line::before {
  opacity: 0;
}
.l-drawer-btn[aria-expanded=true] .l-drawer-btn__line-in::before {
  rotate: 45deg;
  top: 7px;
}
.l-drawer-btn[aria-expanded=true] .l-drawer-btn__line-in::after {
  rotate: -45deg;
  top: 7px;
}

/* .l-drawer
---------------------------------------- */
.l-drawer {
  background: #fff;
  display: none;
  height: 100vh;
  left: 0;
  overflow-y: scroll;
  padding: 80px 0 100px;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1;
}
.l-drawer::before {
  background: url(../img/common/bg-txt01.svg) no-repeat center/contain;
  content: "";
  height: 485px;
  position: absolute;
  right: 0;
  top: 56px;
  width: 170px;
}
.l-drawer .l-drawer__inner {
  padding: 0 15px;
  position: relative;
  z-index: 1;
}
.l-drawer .l-drawer__listWrap {
  padding: 0 30px;
}
.l-drawer .l-drawer__list {
  padding: 14px 0;
}
.l-drawer .l-drawer__list:nth-child(n+2) {
  border-top: 1px solid #F1F1F1;
}
.l-drawer .l-drawer__item-link {
  display: block;
  font-size: 1.125rem;
  line-height: 1.5;
  padding: 8px 0;
  position: relative;
}
.l-drawer .l-drawer__item-link[target=_blank]::after {
  -webkit-mask: url(../img/common/ico-blank.svg) no-repeat center/contain;
  background-color: #000;
  bottom: 4px;
  content: "";
  display: inline-block;
  height: 9px;
  margin-left: 10px;
          mask: url(../img/common/ico-blank.svg) no-repeat center/contain;
  position: relative;
  width: 11px;
}
.l-drawer .l-drawer__ticket {
  margin-top: 25px;
}
.l-drawer .p-index-nav__ticket-box {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-wrap: wrap;
}
.l-drawer .p-index-nav__ticket-in {
  background: #fff;
  border: 2px solid #000;
  width: 100%;
}
.l-drawer .p-index-nav__ticket-in.-logo {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
  border-radius: 14px 14px 0 0;
  border-width: 2px;
  margin-top: -2px;
          order: 2;
  padding: 30px;
  z-index: 1;
}
.l-drawer .p-index-nav__ticket-in.-info {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
  border-radius: 0 0 14px 14px;
          order: 1;
  padding: 15px 15px 32px;
  position: relative;
  z-index: 2;
}
.l-drawer .p-index-nav__ticket-in.-info::before {
  background: linear-gradient(to right, #F1F1F1 6px, transparent 6px);
  background-repeat: repeat-x;
  background-size: 12px 2px;
  bottom: -2px;
  content: "";
  height: 2px;
  left: 35px;
  position: absolute;
  right: 35px;
  z-index: 1;
}
.l-drawer .p-index-nav__ticket-in.-info::after {
  background: #fff;
  bottom: -5px;
  content: "";
  height: 10px;
  left: 10px;
  position: absolute;
  right: 10px;
}
.l-drawer .p-index-nav__ticket-logo {
  margin: 0 auto;
  width: 248px;
}
.l-drawer .p-index-nav__ticket-en {
  -ms-flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          align-items: center;
  background-color: #FF4738;
  background-image: radial-gradient(rgba(255, 255, 255, 0.1) 35%, #FF4738 40%);
  background-size: 10px 10px;
  border: 2px solid #000;
  border-radius: 9999px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-wrap: wrap;
  gap: 14px;
          justify-content: center;
  margin-bottom: 15px;
  padding: 10px;
}
.l-drawer .p-index-nav__ticket-en-ico {
  -webkit-mask: url(../img/common/ico-ticket.svg) no-repeat center/contain;
  background-color: #000;
  display: inline-block;
  height: 14px;
          mask: url(../img/common/ico-ticket.svg) no-repeat center/contain;
  width: 14px;
}
.l-drawer .p-index-nav__ticket-en-txt {
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.1;
}
.l-drawer .p-index-nav__ticket-ja {
  font-size: 1.75rem;
  font-weight: 700;
  text-align: center;
}
.l-drawer .l-drawer__cr {
  margin-top: 10px;
  width: 345px;
}

/*  c-head01
---------------------------------------- */
.c-head01 {
  font-size: 1.75rem;
  margin-bottom: 25px;
  padding-bottom: 15px;
  position: relative;
  text-align: center;
}
.c-head01::before {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #24AC21), color-stop(50%, #2291FF));
  background: linear-gradient(to right, #24AC21 50%, #2291FF 50%);
  bottom: 0;
  content: "";
  height: 4px;
  left: 50%;
  position: absolute;
  translate: -50% 0;
  width: 62px;
}
.c-head01::after {
  background: #fff;
  bottom: 0;
  content: "";
  height: 4px;
  left: 50%;
  position: absolute;
  translate: -50% 0;
  width: 2px;
}

/*  c-head02
---------------------------------------- */
.c-head02 {
  font-size: 1.5625rem;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 20px;
  padding-left: 22px;
  position: relative;
}
.c-head02::before {
  background: var(--vColor, #F39800);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  top: 0;
  width: 4px;
}

/*  c-btn01
---------------------------------------- */
.c-btn01 {
  margin: 24px auto 0;
  width: min(100%, 200px);
}
.c-btn01 .c-btn01__link {
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-transition: 0.25s cubic-bezier(0.5, 0.26, 0.23, 0.93);
  -webkit-transition-property: all;
          align-items: center;
  background: #fff;
  border: 1px solid #F39800;
  border-radius: 9999px;
  color: #F39800;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 45px;
  padding: 5px 40px 5px 20px;
  position: relative;
  transition: 0.25s cubic-bezier(0.5, 0.26, 0.23, 0.93);
  transition-property: all;
}
.c-btn01 .c-btn01__link:hover, .c-btn01 .c-btn01__link:focus-visible {
  opacity: 0.5;
}
.c-btn01 .c-btn01__arw {
  background: #FFF2DB;
  border: 1px solid #F39800;
  border-radius: 50%;
  display: block;
  height: 35px;
  position: absolute;
  right: 5px;
  top: 50%;
  translate: 0 -50%;
  width: 35px;
}
.c-btn01 .c-btn01__arw::before {
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
  background: #F39800;
          clip-path: polygon(0 0, 100% 50%, 0 100%);
  content: "";
  height: 8px;
  left: 50%;
  position: absolute;
  top: 50%;
  translate: -25% -50%;
  width: 6px;
}
.c-btn01 .c-btn01__link[target=_blank] .c-btn01__arw::before {
  -webkit-clip-path: none;
  -webkit-mask: url(../img/common/ico-blank.svg) no-repeat center/contain;
          clip-path: none;
  height: 9px;
          mask: url(../img/common/ico-blank.svg) no-repeat center/contain;
  translate: -50% -50%;
  width: 11px;
}
.c-btn01.-blue .c-btn01__link {
  border-color: #2291FF;
  color: #2291FF;
}
.c-btn01.-blue .c-btn01__arw {
  background: #E6F2FF;
  border-color: #2291FF;
}
.c-btn01.-blue .c-btn01__arw::before {
  background: #2291FF;
}
.c-btn01.-green .c-btn01__link {
  border-color: #24AC21;
  color: #24AC21;
}
.c-btn01.-green .c-btn01__arw {
  background: #E7F5E2;
  border-color: #24AC21;
}
.c-btn01.-green .c-btn01__arw::before {
  background: #24AC21;
}
.c-btn01.-red .c-btn01__link {
  border-color: #FF4738;
  color: #FF4738;
}
.c-btn01.-red .c-btn01__arw {
  background: #FFEDE6;
  border-color: #FF4738;
}
.c-btn01.-red .c-btn01__arw::before {
  background: #FF4738;
}

/*  c-btn-soon
---------------------------------------- */
.c-btn-soon {
  -ms-flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-wrap: wrap;
  font-size: 0.875rem;
  font-weight: 700;
  height: 45px;
  padding: 10px 40px;
  text-align: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.c-btn-soon.-orange {
  background: #FFF2DB;
  border: 1px solid #F39800;
  color: #F39800;
}
.c-btn-soon.-blue {
  background: #E6F2FF;
  border: 1px solid #2291FF;
  color: #2291FF;
}
.c-btn-soon.-green {
  background: #E7F5E2;
  border: 1px solid #24AC21;
  color: #24AC21;
}

/*  c-ticket-btn
---------------------------------------- */
.c-ticket-btn__wrap {
  width: min(100%, 200px);
}

.c-ticket-btn {
  width: min(100%, 200px);
}
.c-ticket-btn + .c-ticket-btn {
  margin-top: 8px;
}
.c-ticket-btn .c-ticket-btn__link {
  -ms-flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-transition: 0.25s cubic-bezier(0.5, 0.26, 0.23, 0.93);
  -webkit-transition-property: all;
          align-items: center;
  background: #fff;
  border: 1px solid #F39800;
  border-radius: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-wrap: wrap;
  height: 45px;
  position: relative;
  transition: 0.25s cubic-bezier(0.5, 0.26, 0.23, 0.93);
  transition-property: all;
  width: 100%;
}
.c-ticket-btn .c-ticket-btn__link::before {
  -webkit-mask: url(../img/common/ico-blank.svg) no-repeat center/contain;
  background: #F39800;
  content: "";
  height: 9px;
          mask: url(../img/common/ico-blank.svg) no-repeat center/contain;
  position: absolute;
  right: 20px;
  top: 50%;
  translate: 0 -50%;
  width: 11px;
}
.c-ticket-btn .c-ticket-btn__link img {
  display: block;
  height: 24px;
  margin: auto;
  width: auto;
}
.c-ticket-btn .c-ticket-btn__link:hover, .c-ticket-btn .c-ticket-btn__link:focus-visible {
  opacity: 0.5;
}

.c-ticket-btn.-ltike .c-ticket-btn__link {
  border-color: #0074BE;
}
.c-ticket-btn.-ltike .c-ticket-btn__link::before {
  background: #0074BE;
}

.c-ticket-btn.-eplus .c-ticket-btn__link {
  border-color: #E85298;
}
.c-ticket-btn.-eplus .c-ticket-btn__link::before {
  background: #E85298;
}

.c-ticket-btn.-kkday .c-ticket-btn__link {
  border-color: #26BEC9;
}
.c-ticket-btn.-kkday .c-ticket-btn__link::before {
  background: #26BEC9;
}

.c-ticket-btn.-soon .c-ticket-btn__link {
  background: #C6C6C6;
  border-color: #525252;
  pointer-events: none;
}
.c-ticket-btn.-soon .c-ticket-btn__link::before {
  background: #525252;
}

/*  c-btn-anchor01
---------------------------------------- */
.c-btn-anchor01 {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 50px;
}
.c-btn-anchor01 .c-btn-anchor01__item {
  width: calc(50% - 3px);
}
.c-btn-anchor01 .c-btn-anchor01__item-in, .c-btn-anchor01 .c-btn-anchor01__item-link {
  border: 1px solid #F39800;
  border-radius: 60px;
  color: #F39800;
  display: grid;
  font-weight: 700;
  height: 60px;
  place-content: center;
  text-align: center;
}
.c-btn-anchor01 .c-btn-anchor01__item-in {
  background: #FFF2DB;
}

/*  c-bg-wave01
---------------------------------------- */
.c-bg-wave01-top {
  position: relative;
}
.c-bg-wave01-top::before {
  background: url(../img/common/bg-wave01.png) repeat-x center/auto 20px;
  content: "";
  height: 20px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

.c-bg-wave01-bottom {
  position: relative;
}
.c-bg-wave01-bottom::after {
  background: url(../img/common/bg-wave01.png) repeat-x center/auto 20px;
  bottom: 0;
  content: "";
  height: 20px;
  left: 0;
  position: absolute;
  right: 0;
  scale: 1 -1;
  z-index: 1;
}

/*  card01
---------------------------------------- */
:root .c-card01.-orange {
  --main: #F39800;
  --sub: #FFF2DB;
}
:root .c-card01.-green {
  --main: #24AC21;
  --sub: #E7F5E2;
}
:root .c-card01.-blue {
  --main: #2291FF;
  --sub: #E6F2FF;
}

.c-card01 {
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
  border: 1px solid var(--main);
  border-radius: 0 0 10px 10px;
          box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
  padding-top: 5px;
  position: relative;
}
.c-card01::before {
  background: var(--main);
  content: "";
  height: 5px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.c-card01 .c-card01__img {
  position: relative;
}
.c-card01 .c-card01__img .c-card01__img-character {
  bottom: -10px;
  position: absolute;
  right: 0;
  width: 70px;
}
.c-card01 .c-card01__areaTxt {
  padding: 16px 16px 10px;
  position: relative;
}
.c-card01 .c-card01__en {
  color: var(--main);
  font-size: 0.75rem;
  font-weight: 700;
}
.c-card01 .c-card01__ja {
  font-size: 1.125rem;
  font-weight: 700;
  margin-top: 5px;
}
.c-card01 .c-card01__arw {
  display: block;
  height: 24px;
  margin: 10px 0 0 auto;
  width: 24px;
}
.c-card01 .c-card01__arw-link {
  background: var(--sub);
  border: 1px solid var(--main);
  border-radius: 50%;
  display: block;
  height: 100%;
  position: relative;
  width: 100%;
}
.c-card01 .c-card01__arw-link::before {
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
  background: var(--main);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
  content: "";
  height: 8px;
  left: 50%;
  position: absolute;
  top: 50%;
  translate: -25% -50%;
  width: 6px;
}
.c-card01 .c-card01__soon {
  background: var(--sub);
  border: 1px solid var(--main);
  border-radius: 9999px;
  color: var(--main);
  font-size: 0.75rem;
  font-weight: 700;
  margin: 10px auto 0;
  padding: 4px 10px;
  text-align: center;
  width: min(100%, 136px);
}

/*  c-card02
---------------------------------------- */
:root .c-card02.-orange {
  --main: #F39800;
  --sub: #FFF2DB;
}
:root .c-card02.-green {
  --main: #24AC21;
  --sub: #E7F5E2;
}
:root .c-card02.-blue {
  --main: #2291FF;
  --sub: #E6F2FF;
}

.c-card02 {
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
  background: #fff;
  border: 1px solid var(--main, #F39800);
  border-radius: 0 0 10px 10px;
          box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
  padding: 35px 24px 16px;
  position: relative;
}
.c-card02::before {
  background: var(--main, #F39800);
  content: "";
  height: 2px;
  left: 50%;
  position: absolute;
  top: 0;
  translate: -50% 0;
  width: 100%;
}
.c-card02 .c-card02__en {
  -ms-flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-wrap: wrap;
  gap: 10px;
}
.c-card02 .c-card02__en-txt {
  color: var(--main);
  font-size: 0.875rem;
  font-weight: 700;
}
.c-card02 .c-card02__en-ico {
  -webkit-mask: no-repeat center/contain;
  background: var(--main);
  display: inline-block;
  height: 10px;
          mask: no-repeat center/contain;
  width: 10px;
}
.c-card02 .c-card02__en-ico.-search {
  -webkit-mask-image: url(../img/common/ico-search.svg);
          mask-image: url(../img/common/ico-search.svg);
}
.c-card02 .c-card02__en-ico.-list {
  -webkit-mask-image: url(../img/common/ico-list.svg);
          mask-image: url(../img/common/ico-list.svg);
}
.c-card02 .c-card02__en-ico.-access {
  -webkit-mask-image: url(../img/common/ico-access.svg);
          mask-image: url(../img/common/ico-access.svg);
}
.c-card02 .c-card02__en-ico.-wf {
  -webkit-mask-image: url(../img/common/ico-wf.svg);
          mask-image: url(../img/common/ico-wf.svg);
}
.c-card02 .c-card02__en-ico.-hatena {
  -webkit-mask-image: url(../img/common/ico-hatena.svg);
          mask-image: url(../img/common/ico-hatena.svg);
}
.c-card02 .c-card02__ja {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  margin-top: 5px;
}
.c-card02 .c-card02__ja-small {
  display: inline-block;
  font-size: 1.125rem;
  line-height: 1.4;
}
.c-card02 .c-card02__btn {
  margin: 20px 0 0 auto;
}

/*  archive
---------------------------------------- */
.c-archive01 {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-wrap: wrap;
  gap: 10px;
}
.c-archive01 .c-archive01__item {
  width: calc(50% - 5px);
}

/*  c-archive02
---------------------------------------- */
.c-archive02 {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-wrap: wrap;
  gap: 25px 8px;
}
.c-archive02 .c-archive02__item {
  width: calc(50% - 4px);
}
.c-archive02 .c-archive02__item-inner {
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
  border: 1px solid #e4e4e4;
          box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
}
.c-archive02 .c-archive02__item-num {
  background: var(--vColor);
  color: #fff;
  font-size: 0.9375rem;
  font-weight: 900;
  padding: 5px 10px;
  text-align: center;
}
.c-archive02 .c-archive02__item-img {
  -ms-flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          align-items: center;
  aspect-ratio: 335/268;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-wrap: wrap;
          justify-content: center;
  width: 100%;
}
.c-archive02 .c-archive02__item-img img {
  -o-object-fit: contain;
  height: 100%;
     object-fit: contain;
  width: 100%;
}
.c-archive02 .c-archive02__item-txt {
  padding: 25px;
}
.c-archive02 .c-archive02__item-name {
  font-size: 1.125rem;
  font-weight: 900;
}
.c-archive02 .c-archive02__item-works {
  border-top: 1px solid #F1F1F1;
  margin-top: 15px;
  padding-top: 15px;
}
.c-archive02 .c-archive02__item-works-title {
  color: #888;
  font-size: 0.875rem;
  margin-bottom: 10px;
}
.c-archive02 .c-archive02__item-works-list {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-wrap: wrap;
  gap: 5px;
}
.c-archive02 .c-archive02__item-works-list-item {
  font-size: 0.9375rem;
}
.c-archive02 .c-archive02__item-cats {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-wrap: wrap;
  gap: 2px;
}
.c-archive02 .c-archive02__item-cats-item {
  background: var(--vBg);
  color: var(--vColor);
  font-size: 0.8125rem;
  padding: 4px 10px;
}

/*
---------------------------------------- */
.c-archive03 {
  border-top: 1px solid #F1F1F1;
}
.c-archive03 .c-archive03__item {
  border-bottom: 1px solid #F1F1F1;
}
.c-archive03 .c-archive03__item-link {
  display: block;
  padding: 20px 0;
}
.c-archive03 .c-archive03__item-title {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  margin-top: 10px;
  overflow: hidden;
}

/*  c-cv
---------------------------------------- */
.c-cv {
  background-color: #F39800;
  background-image: radial-gradient(rgba(255, 255, 255, 0.1) 10%, #F39800 15%);
  background-size: 23px 23px;
  padding: 50px 0;
}
.c-cv .c-cv__inner {
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
  width: min(100%, 1130px);
}
.c-cv .c-cv__list {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-wrap: wrap;
  gap: 16px;
}
.c-cv .c-cv__item {
  position: relative;
  width: 100%;
}

.c-hero01 {
  background-color: #F7F7F7;
  background-image: radial-gradient(#F1F1F1 10%, #F7F7F7 15%);
  background-size: 23px 23px;
  padding: 13px 0;
}
.c-hero01 .c-hero01__inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          justify-content: center;
  margin: 0 auto;
  min-height: 150px;
  padding-left: 15px;
  padding-right: 15px;
  width: min(100%, 1130px);
}
.c-hero01 .c-hero01__txt {
  font-size: 2.1875rem;
  line-height: 1.25;
  text-align: center;
}
.c-hero01 .c-hero01__txt-small {
  font-size: 1rem;
  line-height: 1.5;
}

/*  table
---------------------------------------- */
.c-table01 {
  border-top: 5px solid #F39800;
}
.c-table01 table {
  table-layout: fixed;
}
.c-table01 th, .c-table01 td {
  display: block;
  text-align: left;
}
.c-table01 th {
  padding: 20px 15px 3px;
}
.c-table01 td {
  border-bottom: 1px solid #F1F1F1;
  padding: 3px 15px 20px;
}

/*  c-txt-note01
---------------------------------------- */
.c-txt-note01 {
  color: #525252;
  font-size: 0.875rem;
  margin-top: 5px;
  padding-left: 1.25em;
  text-indent: -1.25em;
}
.c-txt-note01 a {
  color: #2291FF;
  text-decoration: underline;
}

.c-txt-note01__wrap {
  margin-top: 5px;
}
.c-txt-note01__wrap .c-txt-note01 {
  margin-top: 0;
}

/*  c-txt-note02
---------------------------------------- */
.c-txt-note02 {
  color: #525252;
  font-size: 0.875rem;
  margin-top: 10px;
  padding-left: 1em;
  text-indent: -1em;
}

/*  c-txt-lead01
---------------------------------------- */
.c-txt-lead01 .c-txt-lead01__txt strong {
  color: #F39800;
}
.c-txt-lead01 .c-txt-lead01__txt .bold {
  font-weight: bold;
}
.c-txt-lead01 .c-txt-lead01__note {
  color: #888;
  font-size: 0.875rem;
  margin-top: 10px;
}
.c-txt-lead01.mt .c-txt-lead01__txt + .c-txt-lead01__txt {
  margin-top: 1em;
}
.c-txt-lead01.tl {
  text-align: left;
}
.p-goods-contents__archive + .c-txt-lead01 {
  margin-top: 1.5em;
}


/*  c-list01
---------------------------------------- */
.c-list01 .c-list01__item {
  font-size: 0.9375rem;
  padding-left: 15px;
  position: relative;
}
.c-list01 .c-list01__item::before {
  background: #F39800;
  content: "";
  height: 4px;
  left: 0;
  position: absolute;
  top: 9px;
  width: 4px;
}

/*  search
---------------------------------------- */
.c-search01 {
  display: grid;
  grid-template-areas: "general dealer" "content content";
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto 1fr;
}
.c-search01 .c-search01__tab-item {
  background: #fff;
  border-top: 5px solid var(--vColor);
  position: relative;
  z-index: 1;
}
.c-search01 .c-search01__tab-item.-dealer {
  grid-area: dealer;
}
.c-search01 .c-search01__tab-item.-dealer:not(.is-active) {
  -webkit-box-shadow: inset 5px 0 10px rgba(0, 0, 0, 0.1);
  border-right: 1px solid #525252;
          box-shadow: inset 5px 0 10px rgba(0, 0, 0, 0.1);
}
.c-search01 .c-search01__tab-item.-generalDealer {
  grid-area: general;
}
.c-search01 .c-search01__tab-item.-generalDealer:not(.is-active) {
  -webkit-box-shadow: inset -5px 0 10px rgba(0, 0, 0, 0.1);
  border-left: 1px solid #525252;
          box-shadow: inset -5px 0 10px rgba(0, 0, 0, 0.1);
}
.c-search01 .c-search01__tab-item.is-active {
  border: var(--vColor) solid;
  border-width: 5px 1px 0;
  z-index: 3;
}
.c-search01 .c-search01__tab-item.is-active::before {
  background: #fff;
  bottom: -2px;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  right: 0;
  z-index: 3;
}
.c-search01 .c-search01__tab-item-in, .c-search01 .c-search01__tab-item-link {
  display: grid;
  font-size: 1.0625rem;
  font-weight: 900;
  height: 60px;
  place-content: center;
  position: relative;
  width: 100%;
}
.c-search01 .c-search01__content {
  -webkit-box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.1);
  background: #fff;
  border: 1px solid var(--vColor);
          box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.1);
  grid-area: content;
  padding: 25px 20px 0;
  position: relative;
  z-index: 2;
}
.c-search01 .c-search01__content dt {
  font-size: 1rem;
  margin-bottom: 10px;
}
.c-search01 .c-search01__content .c-search01__content-item-text input {
  border: 1px solid #C6C6C6;
  border-radius: 9999px;
  padding: 10px 25px;
}
.c-search01 .c-search01__content .c-search01__content-item-cats {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-wrap: wrap;
  gap: 8px 6px;
}
.c-search01 .c-search01__content .c-search01__content-item-cats input {
  display: none;
}
.c-search01 .c-search01__content .c-search01__content-item-cats input + span {
  -webkit-transition: 0.25s cubic-bezier(0.5, 0.26, 0.23, 0.93);
  -webkit-transition-property: all;
  background: #F1F1F1;
  border: 1px solid #f1f1f1;
  border-radius: 9999px;
  color: #525252;
  cursor: pointer;
  display: inline-block;
  font-size: 1rem;
  line-height: 1.1;
  padding: 7px 15px;
  transition: 0.25s cubic-bezier(0.5, 0.26, 0.23, 0.93);
  transition-property: all;
}
.c-search01 .c-search01__content .c-search01__content-item-cats input:checked + span {
  background: var(--vBg, #FFF2DB);
  border: 1px solid var(--vColor, #F39800);
  color: var(--vColor, #F39800);
}
.c-search01 .c-search01__content-item + .c-search01__content-item {
  margin-top: 25px;
}
.c-search01 .c-search01__btn {
  background: var(--vColor);
  margin: 25px -20px 0;
  padding: 10px;
  width: calc(100% + 40px);
}
.c-search01 .c-search01__btn .c-search01__btn-txt {
  color: #fff;
  display: inline-block;
  font-size: 1rem;
  font-weight: 900;
  padding-right: 25px;
  position: relative;
}
.c-search01 .c-search01__btn .c-search01__btn-txt::after {
  -webkit-mask: url(../img/common/ico-search.svg) no-repeat center/contain;
  background-color: #fff;
  content: "";
  display: inline-block;
  height: 16px;
          mask: url(../img/common/ico-search.svg) no-repeat center/contain;
  position: absolute;
  right: 0;
  top: 50%;
  translate: 0 -50%;
  width: 16px;
}

/*  c-pager01
---------------------------------------- */
.c-pager01 {
  -ms-flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-wrap: wrap;
          justify-content: center;
  margin-top: 30px;
}
.c-pager01 li {
  font-size: 0.9375rem;
  font-weight: 900;
  height: 50px;
  width: 50px;
}
.c-pager01 li a, .c-pager01 li span {
  border-radius: 50%;
  color: var(--vColor, #F39800);
  display: grid;
  height: 100%;
  place-content: center;
  text-decoration: none;
  width: 100%;
}
.c-pager01 .current span {
  background: var(--vColor, #F39800);
  color: #fff;
}
.c-pager01 .previous a,
.c-pager01 .next a {
  overflow: hidden;
  position: relative;
  text-indent: 100px;
  white-space: nowrap;
}
.c-pager01 .previous a::before,
.c-pager01 .next a::before {
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
  background: var(--vColor, #F39800);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
  content: "";
  height: 12px;
  left: 50%;
  position: absolute;
  top: 50%;
  translate: -50% -50%;
  width: 10px;
}
.c-pager01 .previous a::before {
  scale: -1 1;
}

/*  c-pager02
---------------------------------------- */
.c-pager02 {
  border-top: 1px solid #F1F1F1;
  padding-top: 90px;
  position: relative;
}
.c-pager02::before {
  background: #F1F1F1;
  content: "";
  height: 40px;
  left: 50%;
  position: absolute;
  top: 30px;
  width: 1px;
}
.c-pager02 .c-pager02__prev,
.c-pager02 .c-pager02__next {
  position: absolute;
  top: 30px;
}
.c-pager02 .c-pager02__prev a,
.c-pager02 .c-pager02__next a {
  color: #F39800;
  display: block;
  font-weight: 900;
  height: 40px;
  line-height: 40px;
  position: relative;
  text-decoration: none;
}
.c-pager02 .c-pager02__prev a::before,
.c-pager02 .c-pager02__next a::before {
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
  background-color: #F39800;
          clip-path: polygon(0 0, 100% 50%, 0 100%);
  content: "";
  height: 12px;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  width: 10px;
}
.c-pager02 .c-pager02__prev {
  left: 0;
}
.c-pager02 .c-pager02__prev a {
  padding-left: 20px;
}
.c-pager02 .c-pager02__prev a::before {
  left: 0;
  scale: -1 1;
}
.c-pager02 .c-pager02__next {
  right: 0;
}
.c-pager02 .c-pager02__next a {
  padding-right: 20px;
}
.c-pager02 .c-pager02__next a::before {
  right: 0;
}
.c-pager02 .c-pager02__back {
  margin: 0 auto;
  width: 260px;
}
.c-pager02 .c-pager02__back a {
  border: 2px solid #F39800;
  border-radius: 9999px;
  color: #F39800;
  display: block;
  font-weight: 900;
  padding: 15px;
  text-align: center;
  text-decoration: none;
  width: 100%;
}

/*  c-single01
---------------------------------------- */
.c-single01 .c-single01__header {
  border-bottom: 1px solid #F1F1F1;
  margin-bottom: 25px;
  padding-bottom: 20px;
}
.c-single01 .c-single01__header-title {
  font-size: 1.5625rem;
  letter-spacing: 0.12em;
  margin-top: 15px;
}
.c-single01 .c-single01__body {
  overflow: hidden;
  padding-bottom: 40px;
}
.c-single01 .c-single01__body > * {
  margin-top: 15px;
}
.c-single01 .c-single01__body > *:first-child {
  margin-top: 0;
}
.c-single01 .c-single01__body h2, .c-single01 .c-single01__body h3, .c-single01 .c-single01__body h4 {
  clear: both;
}
.c-single01 .c-single01__body h2 {
  font-size: 1.375rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  margin-top: 25px;
  padding-left: 20px;
  position: relative;
}
.c-single01 .c-single01__body h2::before {
  background: #F39800;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  top: 0;
  width: 4px;
}
.c-single01 .c-single01__body h3 {
  font-size: 1.25rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  margin-top: 20px;
  padding-left: 20px;
  position: relative;
}
.c-single01 .c-single01__body h3::before {
  background: #F39800;
  content: "";
  height: 6px;
  left: 0;
  position: absolute;
  top: 13px;
  width: 6px;
}
.c-single01 .c-single01__body h4 {
  font-size: 1.0625rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  margin-top: 20px;
}
.c-single01 .c-single01__body strong, .c-single01 .c-single01__body b {
  color: #F39800;
  font-weight: 900;
}
.c-single01 .c-single01__body a {
  color: #2291FF;
}
.c-single01 .c-single01__body ol {
  counter-reset: item;
}
.c-single01 .c-single01__body ol li {
  padding-left: 24px;
  position: relative;
  text-indent: -24px;
}
.c-single01 .c-single01__body ol li::before {
  color: #F39800;
  content: counter(item) ". ";
  counter-increment: item;
  font-weight: 900;
}
.c-single01 .c-single01__body ol li:nth-child(n+2) {
  margin-top: 2px;
}
.c-single01 .c-single01__body ul li {
  padding-left: 15px;
  position: relative;
}
.c-single01 .c-single01__body ul li::before {
  -webkit-transform: translateY(-50%);
  background: #F39800;
  content: "";
  height: 4px;
  left: 0;
  position: absolute;
  top: 0.8em;
          transform: translateY(-50%);
  width: 4px;
}
.c-single01 .c-single01__body ul li:nth-child(n+2) {
  margin-top: 2px;
}
.c-single01 .c-single01__body img {
  display: block;
  margin: 0 auto;
}
.c-single01 .c-single01__body table {
  border: 1px solid #000;
}
.c-single01 .c-single01__body table th,
.c-single01 .c-single01__body table td {
  border: 1px solid #000;
  padding: 10px 20px;
}
@media screen and (max-width: 767px) {
  .c-single01 .c-single01__body table {
    table-layout: auto;
  }
}



/*  meta
---------------------------------------- */
.c-meta01 .c-meta01__cat {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-wrap: wrap;
}
.c-meta01 .c-meta01__cat-item {
  color: #2291FF;
  display: grid;
  font-size: 0.8125rem;
  letter-spacing: 0.04em;
  line-height: 1.1;
  margin-right: -1px;
  padding: 5px 10px;
  place-content: center;
}
.c-meta01 .c-meta01__cat-item:nth-child(n+2) {
  border-left: 1px solid #F1F1F1;
}
.c-meta01 .c-meta01__date {
  color: #888;
  font-size: 0.8125rem;
  letter-spacing: 0.04em;
  line-height: 1.1;
  padding: 5px 0;
}

/*  c-accordion01
---------------------------------------- */
.u-clearfix {
  position: relative;
}
.u-clearfix::before {
  clear: both;
  content: "";
  display: block;
}

.u-txt-uppercase {
  text-transform: uppercase;
}

.u-txt-center {
  text-align: center;
}

.u-txt-left {
  text-align: left;
}

.u-txt-right {
  text-align: right;
}

/*  404
================================================ */
.p-error__page404 {
  padding: 50px 0;
}
.p-error__page404 .p-error__page404-inner {
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
  width: min(100%, 1130px);
}

.p-index-hero__finished {
  margin: 0 auto;
  width: 100%;
}

.p-index-hero {
  padding-bottom: 32px;
  position: relative;
}
.p-index-hero .p-index-hero__bg {
  position: absolute;
  right: 0;
  top: 0;
  width: 170px;
  z-index: -1;
}
.p-index-hero .p-index-hero__txt {
  margin-top: 10px;
  padding: 0 40px;
  width: min(100%, 400px);
}
.p-index-hero .p-index-hero__cr {
  margin-top: 10px;
  padding: 0 40px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

/*  p-index-bnr
---------------------------------------- */
.p-index-bnr {
  background-color: #24AC21;
  background-image: linear-gradient(0deg, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) calc(50% + 1px), transparent calc(50% + 1px)), linear-gradient(90deg, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) calc(50% + 1px), transparent calc(50% + 1px));
  background-size: 70px 70px;
  padding: 25px 0;
}
.p-index-bnr .p-index-bnr__inner {
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  width: min(100%, 1130px);
  z-index: 1;
}
.p-index-bnr .p-index-bnr__list {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-wrap: wrap;
  gap: 6px;
}
.p-index-bnr .p-index-bnr__item {
  position: relative;
  width: calc(50% - 3px);
}
.p-index-bnr .p-index-bnr__item::before {
  background: #fff;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.p-index-bnr .p-index-bnr__item-link {
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
  -webkit-transition: 0.25s cubic-bezier(0.5, 0.26, 0.23, 0.93);
  -webkit-transition-property: all;
          box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
  display: block;
  transition: 0.25s cubic-bezier(0.5, 0.26, 0.23, 0.93);
  transition-property: all;
}
.p-index-bnr .p-index-bnr__item-link:hover, .p-index-bnr .p-index-bnr__item-link:focus-visible {
  opacity: 0.6;
}

/*  p-index-news
---------------------------------------- */
.p-index-news {
  padding: 50px 0;
}
.p-index-news .p-index-news__inner {
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
  width: min(100%, 1130px);
}
.p-index-news .p-index-news__archive {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-wrap: wrap;
  gap: 15px;
}
.p-index-news .p-index-news__item {
  width: 100%;
}
.p-index-news .p-index-news__item-link {
  -webkit-transition: 0.25s cubic-bezier(0.5, 0.26, 0.23, 0.93);
  -webkit-transition-property: all;
  background-color: #fff;
  background-image: linear-gradient(0deg, transparent 50%, #F1F1F1 50%, #F1F1F1 calc(50% + 1px), transparent calc(50% + 1px)), linear-gradient(90deg, transparent 50%, #F1F1F1 50%, #F1F1F1 calc(50% + 1px), transparent calc(50% + 1px));
  background-size: 70px 70px;
  border: 1px solid #F1F1F1;
  display: block;
  padding: 24px;
  transition: 0.25s cubic-bezier(0.5, 0.26, 0.23, 0.93);
  transition-property: all;
}
.p-index-news .p-index-news__item-link:hover, .p-index-news .p-index-news__item-link:focus-visible {
  opacity: 0.7;
}
.p-index-news .p-index-news__item-cats {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-wrap: wrap;
  gap: 5px 16px;
}
.p-index-news .p-index-news__item-cat {
  color: #2291FF;
  font-size: 0.75rem;
  position: relative;
}
.p-index-news .p-index-news__item-cat:nth-child(n+2)::before {
  background: #C6C6C6;
  content: "";
  height: 11px;
  left: -8px;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  width: 1px;
}
.p-index-news .p-index-news__item-date {
  color: #888;
  font-size: 0.875rem;
}
.p-index-news .p-index-news__item-title {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  display: -webkit-box;
  margin-top: 20px;
  overflow: hidden;
}

/*  p-index-nav
---------------------------------------- */
.p-index-nav {
  background-color: #FFF2DB;
  background-image: linear-gradient(0deg, transparent 50%, rgba(243, 152, 0, 0.1) 50%, rgba(243, 152, 0, 0.1) calc(50% + 1px), transparent calc(50% + 1px)), linear-gradient(90deg, transparent 50%, rgba(243, 152, 0, 0.1) 50%, rgba(243, 152, 0, 0.1) calc(50% + 1px), transparent calc(50% + 1px));
  background-size: 70px 70px;
  padding: 62px 0;
}
.p-index-nav .p-index-nav__inner {
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
  width: min(100%, 1130px);
}
.p-index-nav .p-index-nav__head {
  margin: 0 auto 32px;
  width: 276px;
}
.p-index-nav .p-index-nav__list {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-wrap: wrap;
  gap: 16px;
}
.p-index-nav .p-index-nav__item {
  width: 100%;
}
.p-index-nav .p-index-nav__ticket {
  -ms-flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: url(../img/common/bg-wave-orange.png) repeat-x center/auto 380px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-wrap: wrap;
  height: 380px;
  margin: 32px -15px 0;
  padding: 10px 15px;
}
.p-index-nav .p-index-nav__ticket-box {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-wrap: wrap;
}
.p-index-nav .p-index-nav__ticket-in {
  background: #fff;
  border: solid #000;
  width: 100%;
}
.p-index-nav .p-index-nav__ticket-in.-logo {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
  border-radius: 14px 14px 0 0;
  border-width: 2px;
  margin-top: -2px;
          order: 2;
  padding: 30px;
  z-index: 1;
}
.p-index-nav .p-index-nav__ticket-in.-info {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
  border-bottom: 2px solid #fff;
  border-radius: 0 0 14px 14px;
  border-width: 2px 2px 0;
          order: 1;
  padding: 15px 15px 32px;
  position: relative;
  z-index: 2;
}
.p-index-nav .p-index-nav__ticket-in.-info::before {
  background: linear-gradient(to right, #F1F1F1 6px, transparent 6px);
  background-repeat: repeat-x;
  background-size: 12px 2px;
  bottom: -2px;
  content: "";
  height: 2px;
  left: 35px;
  position: absolute;
  right: 35px;
}
.p-index-nav .p-index-nav__ticket-logo {
  margin: 0 auto;
  width: 248px;
}
.p-index-nav .p-index-nav__ticket-en {
  -ms-flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          align-items: center;
  background-color: #FF4738;
  background-image: radial-gradient(rgba(255, 255, 255, 0.1) 35%, #FF4738 40%);
  background-size: 10px 10px;
  border: 2px solid #000;
  border-radius: 9999px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-wrap: wrap;
  gap: 14px;
          justify-content: center;
  margin-bottom: 15px;
  padding: 10px;
}
.p-index-nav .p-index-nav__ticket-en-ico {
  -webkit-mask: url(../img/common/ico-ticket.svg) no-repeat center/contain;
  background-color: #000;
  display: inline-block;
  height: 14px;
          mask: url(../img/common/ico-ticket.svg) no-repeat center/contain;
  width: 14px;
}
.p-index-nav .p-index-nav__ticket-en-txt {
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.1;
}
.p-index-nav .p-index-nav__ticket-ja {
  font-size: 1.75rem;
  font-weight: 700;
  text-align: center;
}

/*  p-index-contents
---------------------------------------- */
.p-index-contents {
  padding: 62px 0;
}
.p-index-contents .p-index-contents__inner {
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
  width: min(100%, 1600px);
}
.p-index-contents .p-index-contents__head {
  background-color: #000000;
  background-image: linear-gradient(0deg, transparent 50%, #1A1A1A 50%, #1A1A1A calc(50% + 1px), transparent calc(50% + 1px)), linear-gradient(90deg, transparent 50%, #1A1A1A 50%, #1A1A1A calc(50% + 1px), transparent calc(50% + 1px));
  background-size: 10px 10px;
  border-radius: 9999px;
  color: #fff;
  font-size: 1.75rem;
  font-weight: 700;
  margin: 0 auto 30px;
  padding: 8px 10px;
  text-align: center;
  width: 265px;
}

/*  p-index-sns
---------------------------------------- */
.p-index-sns {
  background-color: #E6F2FF;
  background-image: linear-gradient(0deg, transparent 50%, rgba(34, 145, 255, 0.1) 50%, rgba(34, 145, 255, 0.1) calc(50% + 1px), transparent calc(50% + 1px)), linear-gradient(90deg, transparent 50%, rgba(34, 145, 255, 0.1) 50%, rgba(34, 145, 255, 0.1) calc(50% + 1px), transparent calc(50% + 1px));
  background-size: 70px 70px;
  padding: 62px 0;
}
.p-index-sns .p-index-sns__inner {
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
  width: min(100%, 1280px);
}
.p-index-sns .p-index-sns__head {
  background-color: #000000;
  background-image: linear-gradient(0deg, transparent 50%, #1A1A1A 50%, #1A1A1A calc(50% + 1px), transparent calc(50% + 1px)), linear-gradient(90deg, transparent 50%, #1A1A1A 50%, #1A1A1A calc(50% + 1px), transparent calc(50% + 1px));
  background-size: 10px 10px;
  border-radius: 9999px;
  color: #fff;
  font-size: 1.375rem;
  font-weight: 700;
  margin: 0 auto;
  padding: 8px 10px;
  position: relative;
  text-align: center;
  width: min(100%, 350px);
  z-index: 1;
}
.p-index-sns .p-index-sns__container-box {
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
  background-color: #fff;
  border-radius: 0 0 10px 10px;
          box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
  margin-top: -30px;
  padding: 50px 20px 20px;
}
.p-index-sns .p-index-sns__contents {
  border-radius: 0 0 16px 16px;
  overflow: hidden;
}
.p-index-sns .p-index-sns__contents:nth-child(1) {
  border: 1px solid #F39800;
}
.p-index-sns .p-index-sns__contents:nth-child(1) .p-index-sns__contents-head {
  background-color: #F4A31A;
  background-image: linear-gradient(0deg, transparent 50%, #F39A04 50%, #F39A04 calc(50% + 1px), transparent calc(50% + 1px)), linear-gradient(90deg, transparent 50%, #F39A04 50%, #F39A04 calc(50% + 1px), transparent calc(50% + 1px));
  background-size: 10px 10px;
}
.p-index-sns .p-index-sns__contents:nth-child(2) {
  border: 1px solid #24AC21;
  margin-top: 16px;
}
.p-index-sns .p-index-sns__contents:nth-child(2) .p-index-sns__contents-head {
  background-color: #3AB438;
  background-image: linear-gradient(0deg, transparent 50%, #26AD23 50%, #26AD23 calc(50% + 1px), transparent calc(50% + 1px)), linear-gradient(90deg, transparent 50%, #26AD23 50%, #26AD23 calc(50% + 1px), transparent calc(50% + 1px));
  background-size: 0px 0px;
}
.p-index-sns .p-index-sns__contents-head {
  font-size: 1rem;
  font-weight: 700;
  padding: 12px;
  text-align: center;
}
.p-index-sns .p-index-sns__contents-tl {
  height: 415px;
  overflow-y: scroll;
  scrollbar-width: none;
}
.p-index-sns .p-index-sns__contents-tl::-webkit-scrollbar {
  display: none;
}
.p-index-sns .p-index-sns__youtube {
  border: 1px solid #000;
  border-radius: 0 0 16px 16px;
  margin-top: 16px;
  padding: 15px 15px 32px;
}
.p-index-sns .p-index-sns__youtube-head {
  background-color: #FF4738;
  background-image: radial-gradient(#1A1A1A 35%, #000 40%);
  background-size: 10px 10px;
  border-radius: 9999px;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 700;
  padding: 7px 10px;
  text-align: center;
}
.p-index-sns .p-index-sns__youtube-logo {
  margin: 24px auto 0;
  width: 190px;
}

/*  p-index-about
---------------------------------------- */
.p-index-about .p-index-about__info {
  padding: 50px 0;
}
.p-index-about .p-index-about__info-inner {
  padding-left: 15px;
  padding-right: 15px;
}
.p-index-about .p-index-about__info-head {
  background-color: #FF4738;
  background-image: radial-gradient(#F4A31A 35%, #F39A04 40%);
  background-size: 10px 10px;
  border: 1px solid #000;
  border-radius: 9999px;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 auto 20px;
  padding: 5px 10px;
  text-align: center;
  width: min(100%, 315px);
}
.p-index-about .p-index-about__info-table {
  border-top: 5px solid #F39800;
}
.p-index-about .p-index-about__info-table table {
  table-layout: fixed;
}
.p-index-about .p-index-about__info-table th, .p-index-about .p-index-about__info-table td {
  display: block;
  text-align: left;
}
.p-index-about .p-index-about__info-table th {
  padding: 20px 15px 3px;
}
.p-index-about .p-index-about__info-table td {
  border-bottom: 1px solid #F1F1F1;
  padding: 3px 15px 20px;
}
.p-index-about .p-index-about__info-table-txt {
  font-size: 0.9375rem;
  padding-left: 15px;
  position: relative;
}
.p-index-about .p-index-about__info-table-txt::before {
  background: #F39800;
  content: "";
  height: 4px;
  left: 0;
  position: absolute;
  top: 9px;
  width: 4px;
}
.p-index-about .p-index-about__info-table-txt:nth-child(n+2) {
  margin-top: 1em;
}
.p-index-about .p-index-about__info-btnWrap {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
  gap: 8px;
  margin-top: 24px;
}
.p-index-about .p-index-about__info-btn {
  margin: 0;
}
.p-index-about .p-index-about__map {
  aspect-ratio: 375/300;
  position: relative;
  width: 100%;
}
.p-index-about .p-index-about__map iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

/*
---------------------------------------- */
.p-index-gallery .p-index-gallery__list {
  -ms-flex-wrap: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-wrap: nowrap;
}
.p-index-gallery .p-index-gallery__item {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-index-gallery .p-index-gallery__item img {
  height: 150px;
  width: auto;
}
.p-index-gallery .p-index-gallery__item:first-child {
  -webkit-animation: loop 70s -35s linear infinite;
          animation: loop 70s -35s linear infinite;
}
.p-index-gallery .p-index-gallery__item:last-child {
  -webkit-animation: loop2 70s linear infinite;
          animation: loop2 70s linear infinite;
}

@-webkit-keyframes loop {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes loop {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@-webkit-keyframes loop2 {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
}
@keyframes loop2 {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
}
/*  p-message-contents
---------------------------------------- */
.p-message-contents {
  padding: 50px 0 70px;
}
.p-message-contents .p-message-contents__inner {
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
  width: min(100%, 1130px);
}
.p-message-contents .p-message-contents__writer {
  background-color: #f7f7f7;
  background-image: linear-gradient(0deg, transparent 50%, #f1f1f1 50%, #f1f1f1 calc(50% + 1px), transparent calc(50% + 1px)), linear-gradient(90deg, transparent 50%, #f1f1f1 50%, #f1f1f1 calc(50% + 1px), transparent calc(50% + 1px));
  background-size: 70px 70px;
  padding: 25px 20px;
}
.p-message-contents .p-message-contents__writer-box {
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
  background: #fff;
  border: 1px solid #000;
  border-radius: 0 0 10px 10px;
          box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
}
.p-message-contents .p-message-contents__writer-img {
  border-bottom: 1px solid #000;
}
.p-message-contents .p-message-contents__writer-txt {
  padding: 30px 10px;
  text-align: center;
}
.p-message-contents .p-message-contents__writer-txt-name {
  font-size: 1.5625rem;
  font-weight: 700;
}
.p-message-contents .p-message-contents__writer-txt-position {
  font-size: 0.875rem;
  margin-top: 15px;
}
.p-message-contents .p-message-contents__writer-txt-en {
  color: #525252;
  font-size: 0.75rem;
  margin-top: 20px;
}
.p-message-contents .p-message-contents__greeting {
  margin-top: 40px;
}
.p-message-contents .p-message-contents__greeting > *:nth-child(n+2) {
  margin-top: 25px;
}
.p-message-contents .p-message-contents__greeting-header {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 15px;
}
.p-message-contents .p-message-contents__greeting-txt {
  line-height: 1.8;
}
.p-message-contents .p-message-contents__greeting-col {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-wrap: wrap;
  gap: 25px;
}
.p-message-contents .p-message-contents__greeting-col-item {
  text-align: center;
  width: 100%;
}
.p-message-contents .p-message-contents__greeting-col-item-txt {
  color: #525252;
  font-size: 0.875rem;
  margin-top: 10px;
}

/*p-ticket-about
---------------------------------------- */
.p-ticket-about {
  padding: 50px 0 25px;
}
.p-ticket-about .p-ticket-about__inner {
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
  width: min(100%, 1130px);
}
.p-ticket-about .p-ticket-about__bg {
  background-color: #F4A31A;
  background-image: linear-gradient(0deg, transparent 50%, #F39A04 50%, #F39A04 calc(50% + 1px), transparent calc(50% + 1px)), linear-gradient(90deg, transparent 50%, #F39A04 50%, #F39A04 calc(50% + 1px), transparent calc(50% + 1px));
  background-size: 70px 70px;
  padding: 25px 20px;
  position: relative;
}
.p-ticket-about .p-ticket-about__box {
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
  background: #fff;
  border: 1px solid #000;
  border-radius: 0 0 10px 10px;
          box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
  padding: 10px 15px 30px;
}
.p-ticket-about .p-ticket-about__box-header {
  background-color: #FF4738;
  background-image: radial-gradient(#1A1A1A 35%, #000 40%);
  background-size: 10px 10px;
  border-radius: 9999px;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  padding: 7px 10px;
  text-align: center;
}
.p-ticket-about .p-ticket-about__box-txt {
  font-weight: 700;
  text-align: center;
}
.p-ticket-about .p-ticket-about__box-txt-place {
  font-size: 0.9375rem;
  margin-top: 20px;
}
.p-ticket-about .p-ticket-about__box-txt-date {
  font-size: 1.625rem;
}
.p-ticket-about .p-ticket-about__box-txt-date span {
  font-size: 1.25rem;
}
.p-ticket-about .p-ticket-about__box-txt-time {
  font-size: 1.375rem;
}

/*  p-ticket-sale
---------------------------------------- */
.p-ticket-sale {
  padding: 50px 0 70px;
}
.p-ticket-sale .p-ticket-sale__inner {
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
  width: min(100%, 1130px);
}
.p-ticket-sale .p-ticket-sale__table {
  margin-top: 8px;
}
.p-ticket-sale .p-ticket-sale__table-en {
  font-size: 0.9375rem;
  margin-top: 15px;
}
.p-ticket-sale .p-ticket-sale__table-en-link {
  color: #2291FF;
  display: inline-block;
  position: relative;
}
.p-ticket-sale .p-ticket-sale__table-en-link::after {
  -webkit-mask: url(../img/common/ico-blank.svg) no-repeat center/contain;
  background: #2291FF;
  content: "";
  display: inline-block;
  height: 9px;
  margin-left: 5px;
          mask: url(../img/common/ico-blank.svg) no-repeat center/contain;
  width: 11px;
}
.p-ticket-sale .p-ticket-sale__about {
  margin-top: 25px;
}
.p-ticket-sale .p-ticket-sale__about-item {
  border: 1px solid #C6C6C6;
}
.p-ticket-sale .p-ticket-sale__about-item:nth-of-type(n+2) {
  margin-top: 40px;
}
.p-ticket-sale .p-ticket-sale__about-item-header {
  display: grid;
  padding: 20px;
  place-content: center;
  position: relative;
  text-align: center;
}
.p-ticket-sale .p-ticket-sale__about-item-header-txt {
  font-size: 1.0625rem;
  font-weight: 700;
  line-height: 1.5;
}
.p-ticket-sale .p-ticket-sale__about-item-header-txt span {
  font-size: 0.875rem;
  font-weight: 500;
}
.p-ticket-sale .p-ticket-sale__about-item-header-topic {
  border-radius: 100px;
  color: #fff;
  font-size: 0.8125rem;
  font-weight: 700;
  left: 50%;
  padding: 5px;
  position: absolute;
  top: 0;
  translate: -50% -50%;
  width: calc(100% - 50px);
}
.p-ticket-sale .p-ticket-sale__about-item-header-topic span {
  font-size: 1.1875rem;
  line-height: 1.1;
}
.p-ticket-sale .p-ticket-sale__about-item-body {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid #c6c6c6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
  padding: 20px;
}
.p-ticket-sale .p-ticket-sale__about-item-btn {
  margin-top: 20px;
}
.p-ticket-sale .p-ticket-sale__about-item-note {
  margin-top: 15px;
}
.p-ticket-sale .p-ticket-price {
  font-size: 1.25rem;
  font-weight: 700;
}
.p-ticket-sale .p-ticket-price__small {
  font-size: 1rem;
}
.p-ticket-sale .p-ticket-price.-red {
  color: #FF4738;
}
.p-ticket-sale .p-ticket-price.-default {
  color: #000 !important;
}

/*  color
---------------------------------------- */
.p-ticket-sale__about-item.-allday .p-ticket-sale__about-item-header {
  background: #FFF2DB;
}
.p-ticket-sale__about-item.-allday .p-ticket-price {
  color: #F39800;
}

.p-ticket-sale__about-item.-u22 .p-ticket-sale__about-item-header {
  background: #E6F2FF;
}
.p-ticket-sale__about-item.-u22 .p-ticket-sale__about-item-header-txt {
  padding-top: 10px;
}
.p-ticket-sale__about-item.-u22 .p-ticket-sale__about-item-header-topic {
  background: #096CD0;
}
.p-ticket-sale__about-item.-u22 .p-ticket-price {
  color: #096CD0;
}
.p-ticket-sale__about-item.-u22 .p-ticket-price__note {
  color: #096CD0;
}

.p-ticket-sale__about-item.-afternoon .p-ticket-sale__about-item-header {
  background: #E7F5E2;
}
.p-ticket-sale__about-item.-afternoon .p-ticket-sale__about-item-header-txt {
  padding-top: 10px;
}
.p-ticket-sale__about-item.-afternoon .p-ticket-sale__about-item-header-topic {
  background: #459A48;
}
.p-ticket-sale__about-item.-afternoon .p-ticket-price {
  color: #459A48;
}
.p-ticket-sale__about-item.-afternoon .p-ticket-price__note {
  color: #459A48;
}

/*  p-ticket-sale__direct
---------------------------------------- */
.p-ticket-sale__direct {
  margin-top: 35px;
}
.p-ticket-sale__direct .p-ticket-sale__direct-table {
  margin-top: 8px;
}

/*  .p-ticket-sale__foreign
---------------------------------------- */
.p-ticket-sale__foreign {
  border: solid #C6C6C6;
  border-width: 1px 0 0 1px;
  margin-top: 25px;
}
.p-ticket-sale__foreign .p-ticket-sale__foreign-th {
  background: #F7F7F7;
  border: solid #C6C6C6;
  border-width: 0 1px 1px 0;
  font-size: 1.0625rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  padding: 20px;
  text-align: center;
}
.p-ticket-sale__foreign .p-ticket-sale__foreign-td {
  border: solid #C6C6C6;
  border-width: 0 1px 1px 0;
  padding: 20px;
}
.p-ticket-sale__foreign .p-ticket-sale__foreign-btn {
  margin: 0 auto;
}

.p-list-container {
  padding: 50px 0 70px;
}
.p-list-container .p-list-container__inner {
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
  width: min(100%, 1130px);
}
.p-list-container .p-list-container__category {
  margin: 0 auto 50px;
  position: relative;
  width: 300px;
  z-index: 2;
}
.p-list-container .p-list-container__category .p-list-container__category-tab {
  display: none;
}
.p-list-container .p-list-container__category.is-active .p-list-container__category-tab {
  display: block;
}
.p-list-container .p-list-container__category-head {
  border: 1px solid #000;
  border-radius: 9999px;
  cursor: pointer;
  padding: 12px 50px 12px 20px;
  position: relative;
}
.p-list-container .p-list-container__category-head::after {
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
  background: #000;
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: "";
  height: 8px;
  position: absolute;
  right: 20px;
  top: 50%;
  translate: 0 -50%;
  width: 10px;
}
.p-list-container .p-list-container__category-tab {
  background: #fff;
  bottom: 0;
  left: 0;
  padding-top: 15px;
  position: absolute;
  right: 0;
  translate: 0 100%;
}
.p-list-container .p-list-container__category-item:nth-child(n+2) {
  border-top: 1px solid #F1F1F1;
}
.p-list-container .p-list-container__category-in,
.p-list-container .p-list-container__category-link {
  display: block;
  padding: 10px 20px;
}
.p-list-container .p-list-container__content {
  position: relative;
  z-index: 1;
}
.p-list-container .p-list-container__content-note {
  background-color: #f7f7f7;
  background-image: linear-gradient(0deg, transparent 50%, #f1f1f1 50%, #f1f1f1 calc(50% + 1px), transparent calc(50% + 1px)), linear-gradient(90deg, transparent 50%, #f1f1f1 50%, #f1f1f1 calc(50% + 1px), transparent calc(50% + 1px));
  background-size: 70px 70px;
  padding: 25px 30px;
}
.p-list-container .p-list-container__content-inner {
  margin-top: 30px;
}
.p-list-container .p-list-container__content-list {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-wrap: wrap;
  gap: 25px;
}
.p-list-container .p-list-container__content-item {
  width: 100%;
}
.p-list-container .p-list-container__content-item-link {
  -webkit-transition: 0.25s cubic-bezier(0.5, 0.26, 0.23, 0.93);
  -webkit-transition-property: all;
  display: block;
  padding-left: 14px;
  position: relative;
  transition: 0.25s cubic-bezier(0.5, 0.26, 0.23, 0.93);
  transition-property: all;
}
.p-list-container .p-list-container__content-item-link:hover, .p-list-container .p-list-container__content-item-link:focus-visible {
  color: #F39800;
  text-decoration: underline;
}
.p-list-container .p-list-container__content-item-link::before {
  background: #F39800;
  content: "";
  height: 4px;
  left: 0;
  position: absolute;
  top: 9px;
  width: 4px;
}

.p-dealer-search {
  padding: 50px 0 70px;
}
.p-dealer-search .p-dealer-search__inner {
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
  width: min(100%, 1130px);
}
.p-dealer-search .p-dealer-search__text {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 15px;
  text-align: center;
}
.p-dealer-search .p-dealer-search__archive {
  margin-top: 50px;
  padding: 0 15px;
}
.p-dealer-search .p-dealer-search__archive-cat {
  -ms-flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-wrap: wrap;
  gap: 4px;
          justify-content: center;
}
.p-dealer-search .p-dealer-search__archive-cat-btn {
  background: #fff;
  border: 1px solid var(--vColor, #F39800);
  border-radius: 60px;
  color: var(--vColor, #F39800);
  display: grid;
  font-size: 0.9375rem;
  font-weight: 700;
  height: 60px;
  place-content: center;
  width: min(50% - 2px, 230px);
}
.p-dealer-search .p-dealer-search__archive-cat-btn.is-active {
  background: var(--vBg, #FFF2DB);
}
.p-dealer-search .p-dealer-search__archive-title {
  margin-top: 35px;
}
.p-dealer-search .p-dealer-search__archive-list {
  margin-top: 25px;
}

/*  p-news-archive
---------------------------------------- */
.p-news-archive {
  padding: 50px 0 70px;
}
.p-news-archive .p-news-archive__inner {
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
  width: min(100%, 1130px);
}
.p-news-archive .p-news-archive__title {
  margin-top: 50px;
}

.p-news-single {
  padding: 50px 0 70px;
}
.p-news-single .p-news-single__inner {
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
  width: min(100%, 1130px);
}

.p-food-contents {
  padding: 50px 0 70px;
}
.p-food-contents .p-food-contents__inner {
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
  width: min(100%, 1130px);
}

/*  p-food-section
---------------------------------------- */
.p-food-section {
  margin-top: 35px;
}
.p-food-section .p-food-section__card {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-wrap: wrap;
  gap: 25px;
}
.p-food-section .p-food-section__card-item {
  border: 1px solid #F39800;
  border-radius: 0 0 10px 10px;
  padding: 15px 25px 25px;
  position: relative;
  width: 100%;
}
.p-food-section .p-food-section__card-item::before {
  background: #F39800;
  content: "";
  height: 5px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.p-food-section .p-food-section__card-item:nth-child(3n+1) {
  border-color: #F39800;
}
.p-food-section .p-food-section__card-item:nth-child(3n+1)::before {
  background: #F39800;
}
.p-food-section .p-food-section__card-item:nth-child(3n+2) {
  border-color: #24AC21;
}
.p-food-section .p-food-section__card-item:nth-child(3n+2)::before {
  background: #24AC21;
}
.p-food-section .p-food-section__card-item:nth-child(3n) {
  border-color: #2291FF;
}
.p-food-section .p-food-section__card-item:nth-child(3n)::before {
  background: #2291FF;
}
.p-food-section .p-food-section__card-item-img {
  margin: 0 -15px;
}
.p-food-section .p-food-section__card-item-name {
  border-bottom: 1px solid #F1F1F1;
  font-size: 1.25rem;
  font-weight: 700;
  margin-top: 20px;
  padding-bottom: 10px;
}
.p-food-section .p-food-section__card-item-desc {
  font-size: 92%;
  border-bottom: 1px solid #F1F1F1;
  margin-top: 15px;
  padding-bottom: 10px;
}
.p-food-section .p-food-section__card-menu {
  margin-top: 15px;
}
.p-food-section .p-food-section__card-menu-item {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-wrap: wrap;
  gap: 10px;
  padding-left: 14px;
  position: relative;
}
.p-food-section .p-food-section__card-menu-item::before {
  background: #F39800;
  content: "";
  height: 4px;
  left: 0;
  position: absolute;
  top: 10px;
  width: 4px;
}
.p-food-section .p-food-section__card-menu-item:nth-child(n+2) {
  margin-top: 5px;
}
.p-food-section .p-food-section__card-menu-item-txt {
  width: 70%;
}
.p-food-section .p-food-section__card-menu-item-price {
  text-align: right;
  width: calc(30% - 10px);
}

.p-stage-contents {
  padding: 50px 0 70px;
}
.p-stage-contents .p-stage-contents__inner {
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
  width: min(100%, 1130px);
}

/*  p-stage-section
---------------------------------------- */
.p-stage-section {
  border-radius: 0 0 10px 10px;
  margin-top: 25px;
}
.p-stage-section:first-of-type {
  margin-top: 50px;
}
.p-stage-section:nth-of-type(3n+1) {
  border: 1px solid #F39800;
}
.p-stage-section:nth-of-type(3n+1) .p-stage-section__header {
  background: #F39800;
}
.p-stage-section:nth-of-type(3n+1) .p-stage-section__header-num {
  color: #F39800;
}
.p-stage-section:nth-of-type(3n+2) {
  border: 1px solid #24AC21;
}
.p-stage-section:nth-of-type(3n+2) .p-stage-section__header {
  background: #24AC21;
}
.p-stage-section:nth-of-type(3n+2) .p-stage-section__header-num {
  color: #24AC21;
}
.p-stage-section:nth-of-type(3n) {
  border: 1px solid #2291FF;
}
.p-stage-section:nth-of-type(3n) .p-stage-section__header {
  background: #2291FF;
}
.p-stage-section:nth-of-type(3n) .p-stage-section__header-num {
  color: #2291FF;
}
.p-stage-section .p-stage-section__header {
  padding: 5px 5px 15px;
}
.p-stage-section .p-stage-section__header-num {
  background: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.75rem;
  padding: 2px 10px;
  text-align: center;
  width: 100%;
}
.p-stage-section .p-stage-section__header-time {
  font-size: 1.5625rem;
  font-weight: 700;
  margin-top: 10px;
  text-align: center;
}
.p-stage-section .p-stage-section__body {
  padding: 25px;
}
.p-stage-section .p-stage-section__title {
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  margin-bottom: 20px;
}
.p-stage-section .p-stage-section__img {
  margin: 0 auto;
  width: min(100%, 350px);
}
.p-stage-section .p-stage-section__txtArea {
  padding-top: 20px;
}
.p-stage-section .p-stage-section__cast {
  font-weight: 700;
  margin-bottom: 10px;
}
.p-stage-section .p-stage-section__cast-position {
  font-weight: 400;
}

/*
---------------------------------------- */
.p-goods-contents {
  padding: 50px 0 70px;
}
.p-goods-contents .p-goods-contents__inner {
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
  width: min(100%, 1130px);
}

/*  p-goods-contents__40th
---------------------------------------- */
.p-goods-contents__40th {
  background-color: #F4A31A;
  background-image: linear-gradient(0deg, transparent 50%, #F39A04 50%, #F39A04 calc(50% + 1px), transparent calc(50% + 1px)), linear-gradient(90deg, transparent 50%, #F39A04 50%, #F39A04 calc(50% + 1px), transparent calc(50% + 1px));
  background-size: 70px 70px;
  margin-top: 50px;
  padding: 25px 20px;
}
.p-goods-contents__40th .p-goods-contents__40th-box {
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
  background: #fff;
  border: 1px solid #000;
          box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
  padding: 25px;
}
.p-goods-contents__40th .p-goods-contents__40th-box-head {
  border-bottom: 1px solid #F1F1F1;
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.p-goods-contents__40th .p-goods-contents__40th-box-img-caption {
  color: #888;
  font-size: 0.625rem;
  letter-spacing: 0;
  margin-top: 10px;
}
.p-goods-contents__40th .p-goods-contents__40th-box-txtArea {
  margin-top: 15px;
}
.p-goods-contents__40th .p-goods-contents__40th-box-price {
  color: #F39800;
  font-size: 1.375rem;
  font-weight: 700;
}
.p-goods-contents__40th .p-goods-contents__40th-box-price span {
  font-size: 0.875rem;
}
.p-goods-contents__40th .p-goods-contents__40th-box-txt {
  line-height: 1.8;
  margin-top: 15px;
}
.p-goods-contents__40th .p-goods-contents__40th-box-list {
  margin-top: 10px;
}
.p-goods-contents__40th .p-goods-contents__40th-box-note {
  color: #888;
  font-size: 0.875rem;
  margin-top: 15px;
}

/*  p-goods-contents__sec
---------------------------------------- */
.p-goods-contents__sec {
  /* margin-top: 35px; */
  margin-top: 50px;
}
.p-goods-contents__sec:first-child {
  margin-top: 25px;
}
.p-goods-contents__sec .p-goods-contents__cr {
  color: #888;
  font-size: 0.625rem;
  letter-spacing: 0;
  margin-top: 10px;
}
.p-goods-contents__sec .p-goods-contents__archive {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-wrap: wrap;
  gap: 25px 8px;
}
.p-goods-contents__sec .p-goods-contents__item {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  border: 1px solid #F39800;
  border-radius: 0 0 10px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
  overflow: hidden;
  padding: 15px 10px 70px;
  position: relative;
  width: calc(50% - 4px);
}
.p-goods-contents__sec .p-goods-contents__item.-large,
.p-goods-contents__sec .p-goods-contents__item.-xlarge {
  width: 100%;
}
.p-goods-contents__sec .p-goods-contents__item::before {
  background: #F39800;
  content: "";
  height: 5px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.p-goods-contents__sec .p-goods-contents__item:nth-of-type(3n+2) {
  border-color: #24AC21;
}
.p-goods-contents__sec .p-goods-contents__item:nth-of-type(3n+2)::before {
  background: #24AC21;
}
.p-goods-contents__sec .p-goods-contents__item:nth-of-type(3n+2) .p-goods-contents__item-price {
  background: #24AC21;
}
.p-goods-contents__sec .p-goods-contents__item:nth-of-type(3n) {
  border-color: #2291FF;
}
.p-goods-contents__sec .p-goods-contents__item:nth-of-type(3n)::before {
  background: #2291FF;
}
.p-goods-contents__sec .p-goods-contents__item:nth-of-type(3n) .p-goods-contents__item-price {
  background: #2291FF;
}
.p-goods-contents__sec .p-goods-contents__item-header {
  margin-top: 20px;
}
.p-goods-contents__sec .p-goods-contents__item-name {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.6;
}
.p-goods-contents__sec .p-goods-contents__item-name-small {
  display: inline-block;
  font-size: 0.75rem;
  line-height: 1.6;
}
.p-goods-contents__sec .p-goods-contents__item-note {
  color: #888;
  font-size: 0.75rem;
  margin-top: 10px;
}
.p-goods-contents__sec .p-goods-contents__item-txt {
  border-top: 1px solid #F1F1F1;
  margin-top: 15px;
  padding: 15px 0 0;
}
.p-goods-contents__sec .p-goods-contents__item-txt-note {
  color: #888;
  font-size: 0.875rem;
  margin-top: 10px;
}
.p-goods-contents__sec .p-goods-contents__item-price {
  background: #F39800;
  bottom: 0;
  color: #fff;
  font-size: 1.375rem;
  font-weight: 700;
  left: 0;
  line-height: 1.2;
  padding: 8px 10px;
  position: absolute;
  right: 0;
  text-align: center;
}
.p-goods-contents__sec .p-goods-contents__item-price span {
  bottom: 2px;
  display: inline-block;
  font-size: 0.875rem;
  padding: 0 5px;
  position: relative;
}

.p-experience-contents {
  padding: 50px 0 70px;
}
.p-experience-contents .p-experience-contents__inner {
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
  width: min(100%, 1130px);
}
.p-experience-contents .p-experience-contents__head {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 10px;
}
.p-experience-contents .p-experience-contents__head strong {
  color: #F39800;
}
.p-experience-contents .p-experience-contents__lead-table {
  border: solid #C6C6C6;
  border-width: 1px 1px 0 0;
  margin-top: 25px;
}
.p-experience-contents .p-experience-contents__lead-table table {
  table-layout: fixed;
}
.p-experience-contents .p-experience-contents__lead-table th, .p-experience-contents .p-experience-contents__lead-table td {
  border: solid #C6C6C6;
  border-width: 0 0 1px 1px;
  display: block;
  padding: 15px 10px;
}
.p-experience-contents .p-experience-contents__lead-table th {
  background: #E7F5E2;
}
.p-experience-contents .p-experience-contents__lead-table td strong {
  font-weight: 700;
}

/* .p-experience-sec
---------------------------------------- */
.p-experience-sec {
  margin-top: 50px;
}
.p-experience-sec .p-experience-sec__txt {
  margin-bottom: 25px;
}
.p-experience-sec .p-experience-sec__txt.-mt {
  margin-bottom: 0;
  margin-top: 25px;
}
.p-experience-sec .p-experience-sec__table-note {
  color: #888;
  display: block;
  font-size: 0.875rem;
}
.p-experience-sec .p-experience-sec__note {
  color: #888;
  font-size: 0.875rem;
  margin-top: 10px;
}
.p-experience-sec .p-experience-sec__table {
  border: solid #C6C6C6;
  border-width: 1px 1px 0 0;
  margin-top: 10px;
}
.p-experience-sec .p-experience-sec__table table {
  table-layout: fixed;
}
.p-experience-sec .p-experience-sec__table th, .p-experience-sec .p-experience-sec__table td {
  border: solid #C6C6C6;
  border-width: 0 0 1px 1px;
  display: block;
  padding: 15px 10px;
}
.p-experience-sec .p-experience-sec__table th {
  background: #E6F2FF;
}
.p-experience-sec .p-experience-sec__table td strong {
  font-weight: 700;
}

/*  p-experience-sec__paint
---------------------------------------- */
.p-experience-sec__paint .p-experience-sec__paint-txtArea {
  margin-top: 15px;
}
.p-experience-sec__paint .p-experience-sec__paint-table {
  margin-top: 15px;
}

/* p-experience-corner
---------------------------------------- */
.p-experience-corner .p-experience-corner__areaImg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px 8px;
}
.p-experience-corner .p-experience-corner__img-txt {
  color: #888;
  font-size: 0.875rem;
  margin-top: 5px;
}
.p-experience-corner .p-experience-corner__table {
  margin-top: 15px;
}
.p-experience-corner .p-experience-corner__logo-item:nth-child(n+2) {
  margin-top: 15px;
}
.p-experience-corner .p-experience-corner__logo-item-txt {
  display: block;
  margin-top: 5px;
}
.p-experience-corner .p-experience-corner__logo-item.-godhand .p-experience-corner__logo-item-img {
  display: inline-block;
  width: 80px;
}
.p-experience-corner .p-experience-corner__logo-item.-turner .p-experience-corner__logo-item-img {
  display: inline-block;
  width: 200px;
}

/* p-experience-diorama
---------------------------------------- */
.p-experience-diorama {
  margin-top: 35px;
}
.p-experience-diorama .p-experience-diorama__sec:not(:first-of-type) {
  margin-top: 35px;
}
.p-experience-diorama .p-experience-diorama__sec-areaTxt {
  margin-top: 20px;
}
.p-experience-diorama .p-experience-diorama__sec-table {
  margin-top: 15px;
}
.p-experience-diorama .p-experience-diorama__sec-table a {
  color: #2291FF;
}

/*  p-experience-model
---------------------------------------- */
.p-experience-model .p-experience-model__areaImg {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-wrap: wrap;
  gap: 8px;
}
.p-experience-model .p-experience-model__img {
  width: calc(50% - 4px);
}
.p-experience-model .p-experience-model__table {
  margin-top: 25px;
}
.p-experience-model .p-experience-model__table a {
  color: #2291FF;
}

/*  p-faq-contents
---------------------------------------- */
.p-faq-contents {
  padding: 60px 0 50px;
}
.p-faq-contents .p-faq-contents__inner {
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
  width: min(100%, 1130px);
}
.p-faq-contents .p-faq-contents__anchor {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-wrap: wrap;
  gap: 8px;
  margin-top: 20px;
}
.p-faq-contents .p-faq-contents__anchor-item {
  width: calc(50% - 4px);
}
.p-faq-contents .p-faq-contents__anchor-item-link {
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-transition: 0.25s cubic-bezier(0.5, 0.26, 0.23, 0.93);
  -webkit-transition-property: all;
          align-items: center;
  border: 1px solid #F39800;
  border-radius: 10px;
  color: #F39800;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.9375rem;
  font-weight: 700;
  height: 100%;
  padding: 20px 40px 20px 20px;
  position: relative;
  transition: 0.25s cubic-bezier(0.5, 0.26, 0.23, 0.93);
  transition-property: all;
}
.p-faq-contents .p-faq-contents__anchor-item-link:hover, .p-faq-contents .p-faq-contents__anchor-item-link:focus-visible {
  opacity: 0.7;
}
.p-faq-contents .p-faq-contents__anchor-item-link::before {
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
  background: #F39800;
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: "";
  height: 8px;
  position: absolute;
  right: 20px;
  top: 50%;
  translate: 0 -50%;
  width: 10px;
}

/* p-faq-sec
---------------------------------------- */
.p-faq-sec {
  padding-top: 50px;
}

/*  p-faq-accordion
---------------------------------------- */
.p-faq-accordion + .p-faq-accordion {
  margin-top: 10px;
}
.p-faq-accordion .p-faq-accordion__summary {
  cursor: pointer;
  display: block;
  font-weight: 700;
}
.p-faq-accordion .p-faq-accordion__summary::-webkit-details-marker {
  display: none;
}
.p-faq-accordion .p-faq-accordion__summary-inner {
  -ms-flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #FFF2DB;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-wrap: wrap;
  gap: 16px;
  padding: 5px 50px 5px 5px;
  position: relative;
}
.p-faq-accordion .p-faq-accordion__summary-q {
  align-self: stretch;
  background: #F39800;
  border-radius: 5px;
  color: #fff;
  display: grid;
  font-size: 1.125rem;
  place-content: center;
  width: 30px;
}
.p-faq-accordion .p-faq-accordion__summary-txt {
  font-size: 1.0625rem;
  padding: 10px 0;
  width: calc(100% - 30px - 16px);
}
.p-faq-accordion .p-faq-accordion__summary-ico {
  height: 16px;
  position: absolute;
  right: 10px;
  top: 50%;
  translate: 0 -50%;
  width: 16px;
}
.p-faq-accordion .p-faq-accordion__summary-ico::before, .p-faq-accordion .p-faq-accordion__summary-ico::after {
  background: #F39800;
  content: "";
  height: 2px;
  left: 50%;
  position: absolute;
  top: 50%;
  translate: -50% -50%;
  width: 16px;
}
.p-faq-accordion .p-faq-accordion__summary-ico::before {
  -webkit-transition: 0.25s cubic-bezier(0.5, 0.26, 0.23, 0.93);
  -webkit-transition-property: all;
  rotate: 90deg;
  transition: 0.25s cubic-bezier(0.5, 0.26, 0.23, 0.93);
  transition-property: all;
}
.p-faq-accordion[open=true] .p-faq-accordion__summary-ico::before {
  rotate: 0deg;
}
.p-faq-accordion .p-faq-accordion__content {
  overflow: hidden;
}
.p-faq-accordion .p-faq-accordion__content-inner {
  padding: 20px 0 15px;
}
.p-faq-accordion .p-faq-accordion__content-inner > *:nth-child(n+2) {
  margin-top: 10px;
}
.p-faq-accordion .p-faq-accordion__content-inner a {
  color: #2291FF;
}
.p-faq-accordion .p-faq-accordion__content-inner a:hover, .p-faq-accordion .p-faq-accordion__content-inner a:focus-visible {
  text-decoration: none;
}
.p-faq-accordion .p-faq-accordion__content-inner strong {
  font-weight: 700;
}
.p-faq-accordion .p-faq-accordion__content-inner .-red {
  color: #FF4738;
}
.p-faq-accordion .p-faq-accordion__content-inner .p-faq-contents__img {
  margin-inline: auto;
  width: min(100%, 880px);
}
.p-faq-accordion .p-faq-accordion__content-inner .p-faq-contents__block:nth-child(n+2) {
  margin-top: 20px;
}
.p-faq-accordion .p-faq-accordion__content-inner .p-faq-contents__block > *:nth-child(n+2) {
  margin-top: 10px;
}
.p-faq-accordion .p-faq-accordion__content-inner .p-faq-contents__head {
  font-size: 0.9375rem;
  font-weight: 700;
  margin-bottom: 10px;
  padding-left: 14px;
  position: relative;
}
.p-faq-accordion .p-faq-accordion__content-inner .p-faq-contents__head::before {
  background: #F39800;
  content: "";
  height: 4px;
  left: 0;
  position: absolute;
  top: 10px;
  width: 4px;
}

/*  green
---------------------------------------- */
.p-faq-accordionWrap-green .p-faq-accordion .p-faq-accordion__summary-inner {
  background: #E7F5E2;
}
.p-faq-accordionWrap-green .p-faq-accordion .p-faq-accordion__summary-q {
  background: #24AC21;
}
.p-faq-accordionWrap-green .p-faq-accordion .p-faq-accordion__summary-ico::before, .p-faq-accordionWrap-green .p-faq-accordion .p-faq-accordion__summary-ico::after {
  background: #24AC21;
}

/*  blue
---------------------------------------- */
.p-faq-accordionWrap-blue .p-faq-accordion .p-faq-accordion__summary-inner {
  background: #E6F2FF;
}
.p-faq-accordionWrap-blue .p-faq-accordion .p-faq-accordion__summary-q {
  background: #2291FF;
}
.p-faq-accordionWrap-blue .p-faq-accordion .p-faq-accordion__summary-ico::before, .p-faq-accordionWrap-blue .p-faq-accordion .p-faq-accordion__summary-ico::after {
  background: #2291FF;
}
@media all and (max-width: 1129px){
  .u-view-large {
    display: none !important;
  }
}
@media all and (768px <= width <= 1130px){
  .l-footer .l-footer__inner {
    padding-left: 60px;
    padding-right: 60px;
  }
  .c-cv .c-cv__inner {
    padding-left: 60px;
    padding-right: 60px;
  }
  .c-hero01 .c-hero01__inner {
    padding-left: 60px;
    padding-right: 60px;
  }
  .p-error__page404 .p-error__page404-inner {
    padding-left: 60px;
    padding-right: 60px;
  }
  .p-index-bnr .p-index-bnr__inner {
    padding-left: 60px;
    padding-right: 60px;
  }
  .p-index-news .p-index-news__inner {
    padding-left: 60px;
    padding-right: 60px;
  }
  .p-index-nav .p-index-nav__inner {
    padding-left: 60px;
    padding-right: 60px;
  }
  .p-index-contents .p-index-contents__inner {
    padding-left: 60px;
    padding-right: 60px;
  }
  .p-index-sns .p-index-sns__inner {
    padding-left: 60px;
    padding-right: 60px;
  }
  .p-message-contents .p-message-contents__inner {
    padding-left: 60px;
    padding-right: 60px;
  }
  .p-ticket-about .p-ticket-about__inner {
    padding-left: 60px;
    padding-right: 60px;
  }
  .p-ticket-sale .p-ticket-sale__inner {
    padding-left: 60px;
    padding-right: 60px;
  }
  .p-list-container .p-list-container__inner {
    padding-left: 60px;
    padding-right: 60px;
  }
  .p-dealer-search .p-dealer-search__inner {
    padding-left: 60px;
    padding-right: 60px;
  }
  .p-news-archive .p-news-archive__inner {
    padding-left: 60px;
    padding-right: 60px;
  }
  .p-news-single .p-news-single__inner {
    padding-left: 60px;
    padding-right: 60px;
  }
  .p-food-contents .p-food-contents__inner {
    padding-left: 60px;
    padding-right: 60px;
  }
  .p-stage-contents .p-stage-contents__inner {
    padding-left: 60px;
    padding-right: 60px;
  }
  .p-goods-contents .p-goods-contents__inner {
    padding-left: 60px;
    padding-right: 60px;
  }
  .p-experience-contents .p-experience-contents__inner {
    padding-left: 60px;
    padding-right: 60px;
  }
  .p-faq-contents .p-faq-contents__inner {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media all and ( width < 768px){
  .u-view-medium {
    display: none !important;
  }
  .u-view-upper-medium {
    display: none !important;
  }
}
@media all and ( 768px <= width ){
  html {
    scroll-padding-top: 100px;
  }
  body {
    font-size: 1rem;
  }
  body {
    min-width: auto;
    padding-top: 100px;
  }
  .l-header {
    height: 100px;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
  }
  .l-header .l-header__inner {
    padding: 0 100px 0 20px;
  }
  .l-header .l-header__logo {
    width: 268px;
  }
  .l-header .l-header__btn {
    background-color: #F4A31A;
    background-image: linear-gradient(0deg, transparent 50%, #F39A04 50%, #F39A04 calc(50% + 1px), transparent calc(50% + 1px)), linear-gradient(90deg, transparent 50%, #F39A04 50%, #F39A04 calc(50% + 1px), transparent calc(50% + 1px));
    background-size: 10px 10px;
    border: 2px solid #000;
    display: block;
    height: 100px;
    position: absolute;
    right: 0;
    top: 0;
    width: 100px;
  }
  .l-header .l-header__btn-line {
    display: inline-block;
    height: 24px;
    left: 50%;
    position: absolute;
    top: 26px;
    translate: -50% 0;
    width: 35px;
  }
  .l-header .l-header__btn-line::before {
    background: #000;
    content: "";
    height: 2px;
    left: 50%;
    position: absolute;
    top: 50%;
    translate: -50% -50%;
    width: 35px;
  }
  .l-header .l-header__btn-line-in {
    display: inline-block;
    height: 100%;
    left: 50%;
    position: absolute;
    top: 50%;
    translate: -50% -50%;
    width: 100%;
  }
  .l-header .l-header__btn-line-in::before, .l-header .l-header__btn-line-in::after {
    background: #000;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 35px;
  }
  .l-header .l-header__btn-line-in::before {
    top: 0;
  }
  .l-header .l-header__btn-line-in::after {
    bottom: 0;
  }
  .l-header .l-header__btn-txt {
    bottom: 25px;
    font-size: 0.75rem;
    font-weight: 700;
    left: 50%;
    position: absolute;
    translate: -50% 0;
    width: 100%;
  }
  .l-footer {
    padding: 100px 0 0;
  }
  .l-footer .l-footer__container {
    -ms-flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
        flex-wrap: wrap;
  }
  .l-footer .l-footer__info {
    width: 500px;
  }
  .l-footer .l-footer__info-logo {
    width: 397px;
  }
  .l-footer .l-footer__info-btnWrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
            flex-direction: row;
    margin-top: 32px;
  }
  .l-footer .l-footer__info-btn {
    margin: 0;
    width: 230px;
  }
  .l-footer .l-footer__nav {
    -ms-flex-wrap: wrap;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
        flex-wrap: wrap;
    gap: 8px;
            justify-content: flex-end;
    width: calc(100% - 500px);
  }
  .l-footer .l-footer__nav-list {
    width: 100%;
  }
  .l-footer .l-footer__nav-item:nth-child(n+2) {
    margin-top: 8px;
  }
  .l-footer .l-footer__nav-item-link {
    color: #C6C6C6;
    display: block;
    padding-left: 30px;
    position: relative;
  }
  .l-footer .l-footer__nav-item-link::before {
    background: #F39800;
    content: "";
    height: 4px;
    left: 0;
    position: absolute;
    top: 10px;
    width: 4px;
  }
  .l-footer .l-footer__nav-cr {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.625rem;
    padding: 20px 0;
    position: relative;
    text-align: center;
  }
  .l-footer .l-footer__nav-cr::before {
    background: rgba(255, 255, 255, 0.3);
    content: "";
    height: 1px;
    left: 50%;
    position: absolute;
    top: 0;
    translate: -50% 0;
    width: 100vw;
  }
  .l-fix-nav {
    display: none;
  }
  .l-drawer-btn {
    height: 100px;
    width: 100px;
  }
  .l-drawer-btn .l-drawer-btn__line {
    height: 23px;
    top: 26px;
    width: 35px;
  }
  .l-drawer-btn .l-drawer-btn__line::before {
    height: 3px;
    width: 35px;
  }
  .l-drawer-btn .l-drawer-btn__line-in::before, .l-drawer-btn .l-drawer-btn__line-in::after {
    content: "";
    height: 3px;
    width: 35px;
  }
  .l-drawer-btn .l-drawer-btn__line-in::after {
    top: 20px;
  }
  .l-drawer-btn .l-drawer-btn__txt {
    bottom: 20px;
  }
  .l-drawer-btn[aria-expanded=true] .l-drawer-btn__line-in::before {
    top: 10px;
  }
  .l-drawer-btn[aria-expanded=true] .l-drawer-btn__line-in::after {
    top: 10px;
  }
  .l-drawer {
    padding: 120px 0 100px;
  }
  .l-drawer .l-drawer__inner {
    min-height: 800px;
    padding: 0 50px;
  }
  .l-drawer .l-drawer__list {
    padding: 25px 0;
  }
  .l-drawer .l-drawer__item-link {
    font-size: 1.125rem;
    padding: 10px 0;
  }
  .l-drawer .l-drawer__item-link[target=_blank]::after {
    bottom: 4px;
    height: 9px;
    margin-left: 10px;
    width: 11px;
  }
  .l-drawer .p-index-nav__ticket {
    height: 380px;
    margin: 60px 0 0;
    padding: 10px 50px;
  }
  .l-drawer .p-index-nav__ticket-box {
    width: 100%;
  }
  .l-drawer .p-index-nav__ticket-in.-logo {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
    border-radius: 0 14px 14px 0;
    margin-right: -5px;
    margin-top: 0;
            order: 1;
    padding: 30px;
    width: 360px;
  }
  .l-drawer .p-index-nav__ticket-in.-info {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
    border-bottom-color: #000;
    border-radius: 14px 0 0 14px;
    border-width: 2px;
            order: 2;
    padding: 20px 20px 40px;
    width: calc(100% - 360px);
    z-index: 2;
  }
  .l-drawer .p-index-nav__ticket-in.-info::before {
    background: linear-gradient(to bottom, #F1F1F1 6px, transparent 6px);
    background-repeat: repeat-y;
    background-size: 2px 12px;
    bottom: 35px;
    height: auto;
    left: -2px;
    right: 0;
    top: 35px;
    width: 2px;
    z-index: 1;
  }
  .l-drawer .p-index-nav__ticket-in.-info::after {
    background: #fff;
    bottom: 7px;
    content: "";
    height: auto;
    left: -2px;
    position: absolute;
    top: 7px;
    width: 5px;
  }
  .l-drawer .p-index-nav__ticket-logo {
    width: 208px;
  }
  .l-drawer .p-index-nav__ticket-en {
    margin-bottom: 40px;
    padding: 7px;
  }
  .l-drawer .p-index-nav__ticket-en-ico {
    height: 20px;
    width: 20px;
  }
  .l-drawer .p-index-nav__ticket-en-txt {
    font-size: 1.125rem;
  }
  .l-drawer .p-index-nav__ticket-ja {
    font-size: 2rem;
  }
  .c-head01 {
    font-size: 2.5rem;
    margin-bottom: 30px;
  }
  .c-head01::before {
    height: 6px;
    width: 82px;
  }
  .c-head01::after {
    height: 6px;
  }
  .c-head02 {
    font-size: 1.75rem;
    margin-bottom: 30px;
    padding-left: 26px;
  }
  .c-head02::before {
    width: 6px;
  }
  .c-btn01 {
    margin: 32px auto 0;
    width: min(100%, 230px);
  }
  .c-btn01 .c-btn01__link {
    height: 50px;
    padding: 10px 50px 10px 20px;
  }
  .c-btn01 .c-btn01__arw {
    height: 40px;
    width: 40px;
  }
  .c-btn01 .c-btn01__arw::before {
    height: 10px;
    width: 8px;
  }
  .c-btn-soon {
    border-radius: 50px;
    font-size: 1rem;
    height: 50px;
    padding: 12px 40px;
  }
  .c-ticket-btn__wrap {
    width: 230px;
  }
  .c-ticket-btn {
    width: 230px;
  }
  .c-ticket-btn + .c-ticket-btn {
    margin-top: 10px;
  }
  .c-ticket-btn .c-ticket-btn__link {
    border-radius: 50px;
    height: 50px;
  }
  .c-ticket-btn .c-ticket-btn__link img {
    height: 30px;
  }
  .c-btn-anchor01 {
    margin-bottom: 90px;
  }
  .c-btn-anchor01 .c-btn-anchor01__item {
    width: calc(33.33% - 4px);
  }
  .c-card01 .c-card01__img .c-card01__img-character {
    bottom: -30px;
    width: 43%;
  }
  .c-card01 .c-card01__areaTxt {
    padding: 40px 50px 32px;
  }
  .c-card01 .c-card01__en {
    font-size: 1.125rem;
  }
  .c-card01 .c-card01__ja {
    font-size: 1.75rem;
  }
  .c-card01 .c-card01__arw {
    display: none;
  }
  .c-card01 .c-card01__soon {
    font-size: 1rem;
    margin: 32px 0 0 auto;
    padding: 8px 10px;
    width: min(100%, 230px);
  }
  .c-card01 .c-card01__btn {
    margin: 32px 0 0 auto;
  }
  .c-card02 {
    padding: 45px 50px 32px;
  }
  .c-card02::before {
    height: 7px;
  }
  .c-card02 .c-card02__txt.-flex {
    -ms-flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
        flex-wrap: wrap;
    gap: 20px;
  }
  .c-card02 .c-card02__en-txt {
    font-size: 1.125rem;
  }
  .c-card02 .c-card02__en-ico {
    height: 20px;
    width: 20px;
  }
  .c-card02 .c-card02__ja {
    font-size: 1.75rem;
  }
  .c-card02 .c-card02__btn {
    margin: 32px 0 0 auto;
  }
  .c-card02.-flex {
    -ms-flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
        flex-wrap: wrap;
            justify-content: space-between;
    padding-bottom: 60px;
    padding-top: 60px;
  }
  .c-card02.-flex .c-card02__btn {
    margin: 0;
  }
  .c-archive01 {
    gap: 25px 20px;
  }
  .c-archive01 .c-archive01__item {
    width: calc(33.33% - 13.3333333333px);
  }
  .c-archive02 {
    gap: 40px 12px;
  }
  .c-archive02 .c-archive02__item {
    width: calc(33.33% - 14px);
  }
  .c-archive02 .c-archive02__item-num {
    font-size: 1rem;
    padding: 8px 10px;
  }
  .c-archive02 .c-archive02__item-txt {
    padding: 25px 30px;
  }
  .c-archive02 .c-archive02__item-name {
    font-size: 1.25rem;
  }
  .c-archive02 .c-archive02__item-works {
    padding-top: 20px;
  }
  .c-archive02 .c-archive02__item-works-title {
    font-size: 0.9375rem;
  }
  .c-archive02 .c-archive02__item-works-list {
    gap: 8px;
  }
  .c-archive02 .c-archive02__item-cats-item {
    font-size: 0.875rem;
  }
  .c-archive03 .c-archive03__item-link {
    padding: 35px 0;
  }
  .c-archive03 .c-archive03__item-title {
    -webkit-line-clamp: 1;
    margin-top: 15px;
  }
  .c-cv {
    padding: 100px 0;
  }
  .c-cv .c-cv__list {
    gap: 20px;
  }
  .c-cv .c-cv__item {
    width: calc(50% - 10px);
  }
  .c-hero01 {
    padding: 65px 0 80px;
  }
  .c-hero01 .c-hero01__inner {
    min-height: 155px;
  }
  .c-hero01 .c-hero01__txt {
    font-size: 4rem;
  }
  .c-hero01 .c-hero01__txt-small {
    font-size: 2rem;
  }
  .c-table01 th, .c-table01 td {
    border-bottom: 1px solid #F1F1F1;
    display: table-cell;
  }
  .c-table01 th {
    border-right: 1px solid #F1F1F1;
    padding: 30px 22px;
    width: 175px;
  }
  .c-table01 td {
    padding: 30px 40px;
  }
  .c-txt-note01 {
    font-size: 0.9375rem;
    margin-top: 15px;
  }
  .c-txt-note01__wrap {
    margin-top: 15px;
  }
  .c-txt-note02 {
    font-size: 0.9375rem;
  }
  .c-txt-lead01 {
    text-align: center;
  }
  .c-txt-lead01 .c-txt-lead01__txt {
    font-size: 1.125rem;
  }
  .c-txt-lead01 .c-txt-lead01__note {
    font-size: 0.9375rem;
    margin-top: 13px;
  }
  .c-list01 .c-list01__item {
    font-size: 1rem;
    padding-left: 19px;
  }
  .c-list01 .c-list01__item::before {
    top: 10px;
  }
  .c-search01 .c-search01__tab-item-in, .c-search01 .c-search01__tab-item-link {
    font-size: 1.25rem;
    height: 66px;
  }
  .c-search01 .c-search01__content {
    padding: 50px 55px 0;
  }
  .c-search01 .c-search01__content dt {
    margin-bottom: 0;
    padding-top: 5px;
    width: 140px;
  }
  .c-search01 .c-search01__content dd {
    width: calc(100% - 140px);
  }
  .c-search01 .c-search01__content .c-search01__content-item {
    -ms-flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
        flex-wrap: wrap;
  }
  .c-search01 .c-search01__content .c-search01__content-item + .c-search01__content-item {
    margin-top: 30px;
  }
  .c-search01 .c-search01__content .c-search01__content-item-text input {
    width: 500px;
  }
  .c-search01 .c-search01__content .c-search01__content-item-cats {
    gap: 10px;
  }
  .c-search01 .c-search01__content .c-search01__content-item-cats input + span {
    padding: 8px 20px;
  }
  .c-search01 .c-search01__btn {
    margin: 50px -55px 0;
    padding: 15px;
    width: calc(100% + 110px);
  }
  .c-pager01 {
    margin-top: 70px;
  }
  .c-pager01 li {
    font-size: 0.9375rem;
    height: 55px;
    width: 55px;
  }
  .c-pager02 {
    padding-top: 70px;
  }
  .c-pager02::before {
    content: none;
  }
  .c-pager02 .c-pager02__prev,
.c-pager02 .c-pager02__next {
    top: 70px;
  }
  .c-pager02 .c-pager02__prev a,
.c-pager02 .c-pager02__next a {
    height: 60px;
    line-height: 60px;
  }
  .c-pager02 .c-pager02__prev a::before,
.c-pager02 .c-pager02__next a::before {
    height: 12px;
    width: 10px;
  }
  .c-pager02 .c-pager02__prev a {
    padding-left: 27px;
  }
  .c-pager02 .c-pager02__next a {
    padding-right: 27px;
  }
  .c-pager02 .c-pager02__back {
    width: 290px;
  }
  .c-single01 .c-single01__header {
    margin-bottom: 45px;
    padding-bottom: 40px;
  }
  .c-single01 .c-single01__header-title {
    font-size: 1.875rem;
    margin-top: 20px;
  }
  .c-single01 .c-single01__body {
    padding-bottom: 70px;
  }
  .c-single01 .c-single01__body > * {
    margin-top: 25px;
  }
  .c-single01 .c-single01__body h2 {
    font-size: 1.625rem;
    margin-top: 40px;
    padding-left: 23px;
  }
  .c-single01 .c-single01__body h2::before {
    width: 5px;
  }
  .c-single01 .c-single01__body h3 {
    font-size: 1.5rem;
    margin-top: 40px;
    padding-left: 22px;
  }
  .c-single01 .c-single01__body h3::before {
    height: 7px;
    top: 13px;
    width: 7px;
  }
  .c-single01 .c-single01__body h4 {
    font-size: 1.375rem;
    margin-top: 40px;
  }
  .c-single01 .c-single01__body a:hover {
    text-decoration: none;
  }
  .c-single01 .c-single01__body ol li {
    padding-left: 26px;
    text-indent: -26px;
  }
  .c-single01 .c-single01__body ul li {
    padding-left: 19px;
  }
  .c-single01 .c-single01__body .aligncenter {
    display: block;
    margin: 0 auto;
  }
  .c-single01 .c-single01__body .alignleft {
    float: left;
    padding: 0 40px 40px 0;
  }
  .c-single01 .c-single01__body .alignright {
    float: right;
    padding: 0 0 40px 40px;
  }
  .c-meta01 {
    -ms-flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
        flex-wrap: wrap;
    gap: 15px;
  }
  .c-meta01 .c-meta01__cat-item {
    font-size: 0.875rem;
    padding: 4px 10px;
  }
  .c-meta01 .c-meta01__date {
    font-size: 0.875rem;
    padding: 4px 0;
  }
  .u-view-small {
    display: none !important;
  }
  .p-error__page404 {
    padding: 100px 0;
  }
  .p-index-hero__finished {
    width: min(100%, 1920px);
  }
  .p-index-hero {
    padding-bottom: 0;
  }
  .p-index-hero .p-index-hero__bg {
    width: 100px;
  }
  .p-index-hero .p-index-hero__img {
    left: 0;
    position: absolute;
    top: 0;
    width: 55%;
  }
  .p-index-hero .p-index-hero__txt {
    margin-top: 0;
    padding: 50px 8.75% 50px 60.4%;
    width: auto;
  }
  .p-index-hero .p-index-hero__cr {
    display: none;
  }
  .p-index-bnr {
    padding: 65px 0;
  }
  .p-index-bnr .p-index-bnr__list {
    gap: 15px 16px;
  }
  .p-index-bnr .p-index-bnr__item {
    width: calc(33.33% - 10.6666666667px);
  }
  .p-index-news {
    padding: 90px 0;
  }
  .p-index-news .p-index-news__archive {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
    gap: 40px;
            justify-content: center;
  }
  .p-index-news .p-index-news__item {
    width: calc(33.33% - 26.6666666667px);
  }
  .p-index-news .p-index-news__item-link {
    padding: 40px;
  }
  .p-index-news .p-index-news__item-cat {
    font-size: 0.875rem;
  }
  .p-index-nav {
    padding: 100px 0;
  }
  .p-index-nav .p-index-nav__head {
    margin: 0 auto 60px;
    width: 613px;
  }
  .p-index-nav .p-index-nav__list {
    gap: 20px;
  }
  .p-index-nav .p-index-nav__item {
    width: calc(50% - 10px);
  }
  .p-index-nav .p-index-nav__item.-full {
    width: 100%;
  }
  .p-index-nav .p-index-nav__ticket {
    height: 380px;
    margin: 60px 0 0;
    padding: 10px 50px;
  }
  .p-index-nav .p-index-nav__ticket-box {
    width: 100%;
  }
  .p-index-nav .p-index-nav__ticket-in.-logo {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
    border-radius: 0 14px 14px 0;
    margin-right: -5px;
    margin-top: 0;
            order: 1;
    padding: 30px;
    width: 360px;
  }
  .p-index-nav .p-index-nav__ticket-in.-info {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
    border-bottom-color: #000;
    border-radius: 14px 0 0 14px;
    border-width: 2px;
            order: 2;
    padding: 20px 20px 40px;
    width: calc(100% - 360px);
    z-index: 2;
  }
  .p-index-nav .p-index-nav__ticket-in.-info::before {
    background: linear-gradient(to bottom, #F1F1F1 6px, transparent 6px);
    background-repeat: repeat-y;
    background-size: 2px 12px;
    bottom: 35px;
    height: auto;
    left: -2px;
    right: 0;
    top: 35px;
    width: 2px;
    z-index: 1;
  }
  .p-index-nav .p-index-nav__ticket-in.-info::after {
    background: #fff;
    bottom: 7px;
    content: "";
    height: auto;
    left: -2px;
    position: absolute;
    top: 7px;
    width: 3px;
  }
  .p-index-nav .p-index-nav__ticket-logo {
    width: 208px;
  }
  .p-index-nav .p-index-nav__ticket-en {
    margin-bottom: 40px;
    padding: 7px;
  }
  .p-index-nav .p-index-nav__ticket-en-ico {
    height: 20px;
    width: 20px;
  }
  .p-index-nav .p-index-nav__ticket-en-txt {
    font-size: 1.125rem;
  }
  .p-index-nav .p-index-nav__ticket-ja {
    font-size: 2rem;
  }
  .p-index-contents {
    padding: 112px 0;
  }
  .p-index-contents .p-index-contents__head {
    font-size: 3.375rem;
    margin: 0 auto 55px;
    padding: 3px 10px;
    width: min(100%, 1100px);
  }
  .p-index-sns {
    padding: 100px 0;
  }
  .p-index-sns .p-index-sns__head {
    font-size: 3.375rem;
    padding: 3px 10px;
    width: min(100%, 1100px);
  }
  .p-index-sns .p-index-sns__container-box {
    margin-top: -40px;
    padding: 105px 90px 90px;
  }
  .p-index-sns .p-index-sns__container {
    -ms-flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
        flex-wrap: wrap;
    gap: 40px;
  }
  .p-index-sns .p-index-sns__contents {
    width: calc(50% - 20px);
  }
  .p-index-sns .p-index-sns__contents:nth-child(2) {
    margin-top: 0;
  }
  .p-index-sns .p-index-sns__contents-head {
    font-size: 1.375rem;
    padding: 16px;
  }
  .p-index-sns .p-index-sns__contents-tl {
    height: 720px;
  }
  .p-index-sns .p-index-sns__youtube {
    margin-top: 40px;
    padding: 20px 20px 40px;
  }
  .p-index-sns .p-index-sns__youtube-head {
    font-size: 1.125rem;
    padding: 2px 10px;
  }
  .p-index-sns .p-index-sns__youtube-logo {
    margin: 40px auto 0;
    width: 250px;
  }
  .p-index-gallery .p-index-gallery__item img {
    height: 300px;
  }
  .p-message-contents {
    padding: 90px 0;
  }
  .p-message-contents .p-message-contents__writer {
    margin: 0 -90px;
    padding: 40px 90px;
  }
  .p-message-contents .p-message-contents__writer-box {
    -ms-flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
        flex-wrap: wrap;
    overflow: hidden;
    position: relative;
    z-index: 1;
  }
  .p-message-contents .p-message-contents__writer-img {
    border-bottom: 0;
    border-right: 1px solid #000;
    width: 40.9%;
  }
  .p-message-contents .p-message-contents__writer-img img {
    -o-object-fit: cover;
    height: 100%;
       object-fit: cover;
    width: 100%;
  }
  .p-message-contents .p-message-contents__writer-txt {
    padding: 60px 7.27%;
    position: relative;
    text-align: left;
    width: 59.1%;
  }
  .p-message-contents .p-message-contents__writer-txt::before {
    background: url(../img/message/bg-txt01.svg) no-repeat center/contain;
    bottom: 0;
    content: "";
    height: 120px;
    position: absolute;
    right: 0;
    width: 351px;
    z-index: -1;
  }
  .p-message-contents .p-message-contents__writer-txt-name {
    font-size: 2.1875rem;
  }
  .p-message-contents .p-message-contents__writer-txt-position {
    font-size: 1.0625rem;
    margin-top: 20px;
  }
  .p-message-contents .p-message-contents__writer-txt-en {
    font-size: 0.8125rem;
    margin-top: 30px;
  }
  .p-message-contents .p-message-contents__greeting {
    margin-top: 70px;
  }
  .p-message-contents .p-message-contents__greeting > *:nth-child(n+2) {
    margin-top: 35px;
  }
  .p-message-contents .p-message-contents__greeting-header {
    font-size: 1.75rem;
    margin-bottom: 25px;
  }
  .p-message-contents .p-message-contents__greeting-col {
    gap: 40px;
  }
  .p-message-contents .p-message-contents__greeting-col-item {
    width: calc(50% - 20px);
  }
  .p-message-contents .p-message-contents__greeting-col-item-txt {
    font-size: 0.9375rem;
  }
  .p-ticket-about {
    padding: 130px 0 45px;
  }
  .p-ticket-about .p-ticket-about__bg {
    margin: 0 -90px;
    padding: 40px 90px;
  }
  .p-ticket-about .p-ticket-about__box {
    padding: 20px 15px 40px;
  }
  .p-ticket-about .p-ticket-about__box-header {
    font-size: 1.125rem;
    padding: 5px 10px;
  }
  .p-ticket-about .p-ticket-about__box-txt-place {
    font-size: 1.5rem;
    margin-top: 30px;
  }
  .p-ticket-about .p-ticket-about__box-txt-date {
    font-size: 3.5rem;
  }
  .p-ticket-about .p-ticket-about__box-txt-date span {
    font-size: 2.5rem;
  }
  .p-ticket-about .p-ticket-about__box-txt-time {
    font-size: 2.1875rem;
  }
  .p-ticket-sale {
    padding: 45px 0 90px;
  }
  .p-ticket-sale .p-ticket-sale__table {
    margin-top: 20px;
  }
  .p-ticket-sale .p-ticket-sale__table-en {
    font-size: 1rem;
    margin-top: 20px;
  }
  .p-ticket-sale .p-ticket-sale__table-en-link {
    text-decoration: underline;
  }
  .p-ticket-sale .p-ticket-sale__table-en-link::after {
    margin-left: 6px;
  }
  .p-ticket-sale .p-ticket-sale__about {
    margin-top: 38px;
  }
  .p-ticket-sale .p-ticket-sale__about-list {
    margin: 0 auto;
    width: 80%;
  }
  .p-ticket-sale .p-ticket-sale__about-item-header {
    height: 115px;
  }
  .p-ticket-sale .p-ticket-sale__about-item-header-txt {
    font-size: 1.125rem;
  }
  .p-ticket-sale .p-ticket-sale__about-item-header-txt span {
    font-size: 0.9375rem;
  }
  .p-ticket-sale .p-ticket-sale__about-item-header-topic {
    font-size: 0.875rem;
  }
  .p-ticket-sale .p-ticket-sale__about-item-header-topic span {
    font-size: 1.375rem;
  }
  .p-ticket-sale .p-ticket-sale__about-item-body {
    padding: 24px;
  }
  .p-ticket-sale .p-ticket-sale__about-item-btn {
    margin-top: 25px;
  }
  .p-ticket-sale .p-ticket-price {
    font-size: 1.75rem;
  }
  .p-ticket-sale .p-ticket-price__small {
    font-size: 1.25rem;
  }
  .p-ticket-sale__direct {
    margin-top: 50px;
  }
  .p-ticket-sale__direct .p-ticket-sale__direct-table {
    margin-top: 20px;
  }
  .p-ticket-sale__direct .p-ticket-sale__direct-table th {
    width: 295px;
  }
  .p-ticket-sale__foreign {
    margin-left: auto;
    margin-right: auto;
    width: 80%;
  }
  .p-ticket-sale__foreign .p-ticket-sale__foreign-th {
    font-size: 1.125rem;
    padding: 25px;
  }
  .p-ticket-sale__foreign .p-ticket-sale__foreign-td {
    padding: 25px;
  }
  .p-list-container {
    padding: 90px 0;
  }
  .p-list-container .p-list-container__category {
    margin: 0 auto 90px;
    width: 100%;
  }
  .p-list-container .p-list-container__category-head {
    display: none;
  }
  .p-list-container .p-list-container__category-tab {
    -ms-flex-wrap: wrap;
    bottom: 0;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
        flex-wrap: wrap;
    gap: 20px 8px;
    left: 0;
    padding-top: 0;
    position: relative;
    right: 0;
    translate: 0;
  }
  .p-list-container .p-list-container__category-item {
    text-align: center;
    width: calc(16.6666666667% - 6.6666666667px);
  }
  .p-list-container .p-list-container__category-item:nth-child(n+2) {
    border-top: 0;
  }
  .p-list-container .p-list-container__category-in,
.p-list-container .p-list-container__category-link {
    border: 1px solid #F39800;
    border-radius: 9999px;
    color: #F39800;
    font-weight: 700;
    padding: 15px 0;
  }
  .p-list-container .p-list-container__category-in {
    background: #FFF2DB;
  }
  .p-list-container .p-list-container__category-link {
    -webkit-transition: 0.25s cubic-bezier(0.5, 0.26, 0.23, 0.93);
    -webkit-transition-property: all;
    transition: 0.25s cubic-bezier(0.5, 0.26, 0.23, 0.93);
    transition-property: all;
  }
  .p-list-container .p-list-container__category-link:hover {
    opacity: 0.5;
  }
  .p-list-container .p-list-container__content {
    position: relative;
    z-index: 1;
  }
  .p-list-container .p-list-container__content-note {
    padding: 30px 40px;
  }
  .p-list-container .p-list-container__content-inner {
    margin-top: 70px;
  }
  .p-list-container .p-list-container__content-list {
    gap: 25px 70px;
  }
  .p-list-container .p-list-container__content-item {
    width: calc(33.33% - 46.6666666667px);
  }
  .p-list-container .p-list-container__content-item-link {
    padding-left: 14px;
  }
  .p-list-container .p-list-container__content-item-link::before {
    top: 10px;
  }
  .p-dealer-search {
    padding: 90px 0;
  }
  .p-dealer-search .p-dealer-search__archive {
    margin-top: 70px;
    padding: 0 4%;
  }
  .p-dealer-search .p-dealer-search__archive-title {
    margin-top: 50px;
  }
  .p-dealer-search .p-dealer-search__archive-list {
    margin-top: 25px;
  }
  .p-dealer-search .p-dealer-search__text {
    font-size: 1.125rem;
    margin-bottom: 60px;
  }
  .p-news-archive {
    padding: 90px 0;
  }
  .p-news-archive .p-news-archive__title {
    margin-top: 90px;
  }
  .p-news-single {
    padding: 90px 0;
  }
  .p-food-contents {
    padding: 90px 0 100px;
  }
  .p-stage-contents {
    padding: 90px 0 100px;
  }
  .p-goods-contents {
    padding: 90px 0 100px;
  }
  .p-goods-contents__40th {
    margin: 70px -45px 0;
    padding: 40px 45px;
  }
  .p-goods-contents__40th .p-goods-contents__40th-box {
    -ms-flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
        flex-wrap: wrap;
    gap: 0 50px;
    padding: 40px 50px;
  }
  .p-goods-contents__40th .p-goods-contents__40th-box-head {
    font-size: 1.625rem;
    margin-bottom: 30px;
    padding-bottom: 30px;
    text-align: center;
    width: 100%;
  }
  .p-goods-contents__40th .p-goods-contents__40th-box-img {
    width: 46%;
  }
  .p-goods-contents__40th .p-goods-contents__40th-box-img-caption {
    font-size: 0.75rem;
  }
  .p-goods-contents__40th .p-goods-contents__40th-box-txtArea {
    margin-top: 0;
    width: calc(54% - 50px);
  }
  .p-goods-contents__40th .p-goods-contents__40th-box-price {
    font-size: 1.625rem;
  }
  .p-goods-contents__40th .p-goods-contents__40th-box-price span {
    bottom: 2px;
    font-size: 1rem;
    position: relative;
  }
  .p-goods-contents__40th .p-goods-contents__40th-box-txt {
    margin-top: 20px;
  }
  .p-goods-contents__40th .p-goods-contents__40th-box-note {
    font-size: 0.9375rem;
  }
  .p-experience-contents {
    padding: 90px 0;
  }
  .p-experience-contents .p-experience-contents__head {
    font-size: 1.625rem;
    margin-bottom: 20px;
    text-align: center;
  }
  .p-experience-contents .p-experience-contents__lead-txt {
    font-size: 1.125rem;
    text-align: center;
  }
  .p-experience-contents .p-experience-contents__lead-table {
    border: 0;
    margin: 20px auto 0;
    width: min(100%, 765px);
  }
  .p-experience-contents .p-experience-contents__lead-table th, .p-experience-contents .p-experience-contents__lead-table td {
    border: 1px solid #C6C6C6;
    display: table-cell;
    padding: 20px 40px;
  }
  .p-experience-contents .p-experience-contents__lead-table th {
    -moz-text-align-last: left;
         text-align-last: left;
    width: 150px;
  }
  .p-experience-contents .p-experience-contents__lead-table td strong {
    font-weight: 700;
  }
  .p-experience-sec {
    margin-top: 90px;
  }
  .p-experience-sec .p-experience-sec__txt {
    line-height: 1.8;
    margin-bottom: 35px;
    text-align: center;
  }
  .p-experience-sec .p-experience-sec__txt.-mt {
    margin-bottom: 0;
    margin-top: 35px;
  }
  .p-experience-sec .p-experience-sec__table-note {
    display: inline-block;
    font-size: 0.9375rem;
  }
  .p-experience-sec .p-experience-sec__note {
    font-size: 0.9375rem;
    margin-top: 15px;
    text-align: center;
  }
  .p-experience-sec .p-experience-sec__table {
    border: 0;
    margin: 20px auto 0;
    width: min(100%, 765px);
  }
  .p-experience-sec .p-experience-sec__table th, .p-experience-sec .p-experience-sec__table td {
    border: 1px solid #C6C6C6;
    display: table-cell;
    padding: 20px 40px;
  }
  .p-experience-sec .p-experience-sec__table th {
    -moz-text-align-last: left;
         text-align-last: left;
    width: 150px;
  }
  .p-experience-sec__paint {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    display: grid;
    gap: 0 70px;
    grid-template-columns: 1fr 38%;
  }
  .p-experience-sec__paint .p-experience-sec__paint-head {
    grid-area: 1/1/2/2;
  }
  .p-experience-sec__paint .p-experience-sec__paint-img {
    grid-area: 1/2/3/3;
  }
  .p-experience-sec__paint .p-experience-sec__paint-txtArea {
    grid-area: 2/1/3/2;
    margin-top: 0;
  }
  .p-experience-sec__paint .p-experience-sec__paint-table {
    margin-top: 20px;
  }
  .p-experience-sec__paint .p-experience-sec__paint-table th {
    width: 130px;
  }
  .p-experience-corner .p-experience-corner__areaImg {
    gap: 40px;
  }
  .p-experience-corner .p-experience-corner__img-txt {
    font-size: 0.9375rem;
    margin-top: 10px;
    text-align: center;
  }
  .p-experience-corner .p-experience-corner__table {
    margin-top: 35px;
  }
  .p-experience-corner .p-experience-corner__table th {
    width: 295px;
  }
  .p-experience-corner .p-experience-corner__logo-item {
    -ms-flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
        flex-wrap: wrap;
    gap: 20px;
  }
  .p-experience-corner .p-experience-corner__logo-item:nth-child(n+2) {
    margin-top: 25px;
  }
  .p-experience-corner .p-experience-corner__logo-item-txt {
    margin-top: 0;
  }
  .p-experience-corner .p-experience-corner__logo-item.-godhand .p-experience-corner__logo-item-img {
    width: 100px;
  }
  .p-experience-corner .p-experience-corner__logo-item.-turner .p-experience-corner__logo-item-img {
    width: 24 0px;
  }
  .p-experience-diorama {
    margin-top: 85px;
  }
  .p-experience-diorama .p-experience-diorama__sec {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    display: grid;
    gap: 0 70px;
    grid-template-columns: 1fr 38%;
  }
  .p-experience-diorama .p-experience-diorama__sec:not(:first-of-type) {
    margin-top: 85px;
  }
  .p-experience-diorama .p-experience-diorama__sec .p-experience-diorama__sec-head {
    grid-area: 1/1/2/2;
  }
  .p-experience-diorama .p-experience-diorama__sec .p-experience-diorama__sec-img {
    grid-area: 1/2/3/3;
  }
  .p-experience-diorama .p-experience-diorama__sec .p-experience-diorama__sec-areaTxt {
    grid-area: 2/1/3/2;
    margin-top: 0;
  }
  .p-experience-diorama .p-experience-diorama__sec .p-experience-diorama__sec-table {
    margin-top: 20px;
  }
  .p-experience-diorama .p-experience-diorama__sec .p-experience-diorama__sec-table th {
    width: 130px;
  }
  .p-experience-model .p-experience-model__areaImg {
    gap: 40px;
  }
  .p-experience-model .p-experience-model__img {
    width: calc(50% - 20px);
  }
  .p-experience-model .p-experience-model__table {
    margin-top: 35px;
  }
  .p-faq-contents {
    padding: 90px 0;
  }
  .p-faq-contents .p-faq-contents__lead {
    font-size: 1.125rem;
    text-align: center;
  }
  .p-faq-contents .p-faq-contents__anchor {
    gap: 20px;
    margin-top: 50px;
  }
  .p-faq-contents .p-faq-contents__anchor-item {
    width: calc(25% - 15px);
  }
  .p-faq-contents .p-faq-contents__anchor-item-link {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
    border-radius: 9999px;
    font-size: 1rem;
            justify-content: center;
    padding: 20px 40px;
  }
  .p-faq-contents .p-faq-contents__anchor-item-link::before {
    right: 24px;
  }
  .p-faq-sec {
    padding-top: 90px;
  }
  .p-faq-accordion + .p-faq-accordion {
    margin-top: 25px;
  }
  .p-faq-accordion .p-faq-accordion__summary-inner {
    gap: 20px;
    padding: 5px 70px 5px 5px;
  }
  .p-faq-accordion .p-faq-accordion__summary-q {
    font-size: 1.25rem;
    place-content: center;
    width: 52px;
  }
  .p-faq-accordion .p-faq-accordion__summary-txt {
    font-size: 1.125rem;
    padding: 13px 0;
    width: calc(100% - 52px - 20px);
  }
  .p-faq-accordion .p-faq-accordion__summary-ico {
    height: 20px;
    right: 24px;
    width: 20px;
  }
  .p-faq-accordion .p-faq-accordion__summary-ico::before, .p-faq-accordion .p-faq-accordion__summary-ico::after {
    width: 20px;
  }
  .p-faq-accordion .p-faq-accordion__content-inner {
    padding-bottom: 25px;
  }
  .p-faq-accordion .p-faq-accordion__content-inner > *:nth-child(n+2) {
    margin-top: 20px;
  }
  .p-faq-accordion .p-faq-accordion__content-inner .p-faq-contents__head {
    font-size: 1rem;
    padding-left: 20px;
  }
  .p-faq-accordion .p-faq-contents__block > *:nth-child(n+2) {
    margin-top: 20px;
  }
}
@media all and (850px < width){
  .p-goods-contents__sec {
    margin-top: 70px;
  }
  .p-goods-contents__sec:first-child {
    margin-top: 70px;
  }
  .p-goods-contents__sec .p-goods-contents__cr {
    font-size: 0.75rem;
    margin-top: 15px;
  }
  .p-goods-contents__sec .p-goods-contents__archive {
    gap: 50px 40px;
  }
  .p-goods-contents__sec .p-goods-contents__archive.-irregular .p-goods-contents__item:nth-of-type(9n+2), .p-goods-contents__sec .p-goods-contents__archive.-irregular .p-goods-contents__item:nth-of-type(9n), .p-goods-contents__sec .p-goods-contents__archive.-irregular .p-goods-contents__item:nth-of-type(9n+1) {
    border-color: #F39800;
  }
  .p-goods-contents__sec .p-goods-contents__archive.-irregular .p-goods-contents__item:nth-of-type(9n+2)::before, .p-goods-contents__sec .p-goods-contents__archive.-irregular .p-goods-contents__item:nth-of-type(9n)::before, .p-goods-contents__sec .p-goods-contents__archive.-irregular .p-goods-contents__item:nth-of-type(9n+1)::before {
    background: #F39800;
  }
  .p-goods-contents__sec .p-goods-contents__archive.-irregular .p-goods-contents__item:nth-of-type(9n+2) .p-goods-contents__item-price, .p-goods-contents__sec .p-goods-contents__archive.-irregular .p-goods-contents__item:nth-of-type(9n) .p-goods-contents__item-price, .p-goods-contents__sec .p-goods-contents__archive.-irregular .p-goods-contents__item:nth-of-type(9n+1) .p-goods-contents__item-price {
    background: #F39800;
  }
  .p-goods-contents__sec .p-goods-contents__archive.-irregular .p-goods-contents__item:nth-of-type(9n+3), .p-goods-contents__sec .p-goods-contents__archive.-irregular .p-goods-contents__item:nth-of-type(9n+4), .p-goods-contents__sec .p-goods-contents__archive.-irregular .p-goods-contents__item:nth-of-type(9n+5) {
    border-color: #24AC21;
  }
  .p-goods-contents__sec .p-goods-contents__archive.-irregular .p-goods-contents__item:nth-of-type(9n+3)::before, .p-goods-contents__sec .p-goods-contents__archive.-irregular .p-goods-contents__item:nth-of-type(9n+4)::before, .p-goods-contents__sec .p-goods-contents__archive.-irregular .p-goods-contents__item:nth-of-type(9n+5)::before {
    background: #24AC21;
  }
  .p-goods-contents__sec .p-goods-contents__archive.-irregular .p-goods-contents__item:nth-of-type(9n+3) .p-goods-contents__item-price, .p-goods-contents__sec .p-goods-contents__archive.-irregular .p-goods-contents__item:nth-of-type(9n+4) .p-goods-contents__item-price, .p-goods-contents__sec .p-goods-contents__archive.-irregular .p-goods-contents__item:nth-of-type(9n+5) .p-goods-contents__item-price {
    background: #24AC21;
  }
  .p-goods-contents__sec .p-goods-contents__archive.-irregular .p-goods-contents__item:nth-of-type(9n+6), .p-goods-contents__sec .p-goods-contents__archive.-irregular .p-goods-contents__item:nth-of-type(9n+7), .p-goods-contents__sec .p-goods-contents__archive.-irregular .p-goods-contents__item:nth-of-type(9n+8) {
    border-color: #2291FF;
  }
  .p-goods-contents__sec .p-goods-contents__archive.-irregular .p-goods-contents__item:nth-of-type(9n+6)::before, .p-goods-contents__sec .p-goods-contents__archive.-irregular .p-goods-contents__item:nth-of-type(9n+7)::before, .p-goods-contents__sec .p-goods-contents__archive.-irregular .p-goods-contents__item:nth-of-type(9n+8)::before {
    background: #2291FF;
  }
  .p-goods-contents__sec .p-goods-contents__archive.-irregular .p-goods-contents__item:nth-of-type(9n+6) .p-goods-contents__item-price, .p-goods-contents__sec .p-goods-contents__archive.-irregular .p-goods-contents__item:nth-of-type(9n+7) .p-goods-contents__item-price, .p-goods-contents__sec .p-goods-contents__archive.-irregular .p-goods-contents__item:nth-of-type(9n+8) .p-goods-contents__item-price {
    background: #2291FF;
  }
  .p-goods-contents__sec .p-goods-contents__item {
    padding: 20px 20px 80px;
    width: calc(33.33% - 26.6666666667px);
  }
  .p-goods-contents__sec .p-goods-contents__item.-large {
    padding-left: 50px;
    padding-right: 50px;
    width: calc(50% - 20px);
  }
  .p-goods-contents__sec .p-goods-contents__item.-xlarge {
    padding-left: 30px;
    padding-right: 30px;
    width: 100%;
  }
  .p-goods-contents__sec .p-goods-contents__item.-large .p-goods-contents__item-img {
    margin: 0 -30px;
  }
  .p-goods-contents__sec .p-goods-contents__item.-large:nth-of-type(4n+1), .p-goods-contents__sec .p-goods-contents__item.-large:nth-of-type(4n+2) {
    border-color: #F39800 !important;
  }
  .p-goods-contents__sec .p-goods-contents__item.-large:nth-of-type(4n+1)::before, .p-goods-contents__sec .p-goods-contents__item.-large:nth-of-type(4n+2)::before {
    background: #F39800 !important;
  }
  .p-goods-contents__sec .p-goods-contents__item.-large:nth-of-type(4n+1) .p-goods-contents__item-price, .p-goods-contents__sec .p-goods-contents__item.-large:nth-of-type(4n+2) .p-goods-contents__item-price {
    background: #F39800 !important;
  }
  .p-goods-contents__sec .p-goods-contents__item.-large:nth-of-type(4n+3), .p-goods-contents__sec .p-goods-contents__item.-large:nth-of-type(4n) {
    border-color: #24AC21 !important;
  }
  .p-goods-contents__sec .p-goods-contents__item.-large:nth-of-type(4n+3)::before, .p-goods-contents__sec .p-goods-contents__item.-large:nth-of-type(4n)::before {
    background: #24AC21 !important;
  }
  .p-goods-contents__sec .p-goods-contents__item.-large:nth-of-type(4n+3) .p-goods-contents__item-price, .p-goods-contents__sec .p-goods-contents__item.-large:nth-of-type(4n) .p-goods-contents__item-price {
    background: #24AC21 !important;
  }
  .p-goods-contents__sec .p-goods-contents__item:nth-of-type(9n+1), .p-goods-contents__sec .p-goods-contents__item:nth-of-type(9n+2), .p-goods-contents__sec .p-goods-contents__item:nth-of-type(9n+3) {
    border-color: #F39800;
  }
  .p-goods-contents__sec .p-goods-contents__item:nth-of-type(9n+1)::before, .p-goods-contents__sec .p-goods-contents__item:nth-of-type(9n+2)::before, .p-goods-contents__sec .p-goods-contents__item:nth-of-type(9n+3)::before {
    background: #F39800;
  }
  .p-goods-contents__sec .p-goods-contents__item:nth-of-type(9n+1) .p-goods-contents__item-price, .p-goods-contents__sec .p-goods-contents__item:nth-of-type(9n+2) .p-goods-contents__item-price, .p-goods-contents__sec .p-goods-contents__item:nth-of-type(9n+3) .p-goods-contents__item-price {
    background: #F39800;
  }
  .p-goods-contents__sec .p-goods-contents__item:nth-of-type(9n+4), .p-goods-contents__sec .p-goods-contents__item:nth-of-type(9n+5), .p-goods-contents__sec .p-goods-contents__item:nth-of-type(9n+6) {
    border-color: #24AC21;
  }
  .p-goods-contents__sec .p-goods-contents__item:nth-of-type(9n+4)::before, .p-goods-contents__sec .p-goods-contents__item:nth-of-type(9n+5)::before, .p-goods-contents__sec .p-goods-contents__item:nth-of-type(9n+6)::before {
    background: #24AC21;
  }
  .p-goods-contents__sec .p-goods-contents__item:nth-of-type(9n+4) .p-goods-contents__item-price, .p-goods-contents__sec .p-goods-contents__item:nth-of-type(9n+5) .p-goods-contents__item-price, .p-goods-contents__sec .p-goods-contents__item:nth-of-type(9n+6) .p-goods-contents__item-price {
    background: #24AC21;
  }
  .p-goods-contents__sec .p-goods-contents__item:nth-of-type(9n+7), .p-goods-contents__sec .p-goods-contents__item:nth-of-type(9n+8), .p-goods-contents__sec .p-goods-contents__item:nth-of-type(9n) {
    border-color: #2291FF;
  }
  .p-goods-contents__sec .p-goods-contents__item:nth-of-type(9n+7)::before, .p-goods-contents__sec .p-goods-contents__item:nth-of-type(9n+8)::before, .p-goods-contents__sec .p-goods-contents__item:nth-of-type(9n)::before {
    background: #2291FF;
  }
  .p-goods-contents__sec .p-goods-contents__item:nth-of-type(9n+7) .p-goods-contents__item-price, .p-goods-contents__sec .p-goods-contents__item:nth-of-type(9n+8) .p-goods-contents__item-price, .p-goods-contents__sec .p-goods-contents__item:nth-of-type(9n) .p-goods-contents__item-price {
    background: #2291FF;
  }
  .p-goods-contents__sec .p-goods-contents__item-header {
    text-align: center;
  }
  .p-goods-contents__sec .p-goods-contents__item-name {
    font-size: 1.375rem;
  }
  .p-goods-contents__sec .p-goods-contents__item-name-small {
    font-size: 0.9375rem;
  }
  .p-goods-contents__sec .p-goods-contents__item-note {
    font-size: 0.9375rem;
    margin-top: 10px;
  }
  .p-goods-contents__sec .p-goods-contents__item-txt {
    margin-top: 20px;
    padding: 20px 0 0;
  }
  .p-goods-contents__sec .p-goods-contents__item-txt-note {
    font-size: 0.9375rem;
    margin-top: 13px;
  }
  .p-goods-contents__sec .p-goods-contents__item-price {
    font-size: 1.5rem;
    padding: 13px;
  }
  .p-goods-contents__sec .p-goods-contents__item-price span {
    font-size: 0.9375rem;
  }
}
@media all and (900px < width){
  .p-food-section {
    margin-top: 50px;
  }
  .p-food-section .p-food-section__card {
    gap: 50px 40px;
  }
  .p-food-section .p-food-section__card-item {
    padding: 25px 50px 40px;
    width: calc(50% - 20px);
  }
  .p-food-section .p-food-section__card-item:nth-child(6n+1), .p-food-section .p-food-section__card-item:nth-child(6n+2) {
    border-color: #F39800;
  }
  .p-food-section .p-food-section__card-item:nth-child(6n+1)::before, .p-food-section .p-food-section__card-item:nth-child(6n+2)::before {
    background: #F39800;
  }
  .p-food-section .p-food-section__card-item:nth-child(6n+3), .p-food-section .p-food-section__card-item:nth-child(6n+4) {
    border-color: #24AC21;
  }
  .p-food-section .p-food-section__card-item:nth-child(6n+3)::before, .p-food-section .p-food-section__card-item:nth-child(6n+4)::before {
    background: #24AC21;
  }
  .p-food-section .p-food-section__card-item:nth-child(6n+5), .p-food-section .p-food-section__card-item:nth-child(6n+6) {
    border-color: #2291FF;
  }
  .p-food-section .p-food-section__card-item:nth-child(6n+5)::before, .p-food-section .p-food-section__card-item:nth-child(6n+6)::before {
    background: #2291FF;
  }
  .p-food-section .p-food-section__card-item-img {
    margin: 0 -30px;
  }
  .p-food-section .p-food-section__card-item-name {
    font-size: 1.375rem;
    padding-bottom: 15px;
    text-align: center;
  }
  .p-food-section .p-food-section__card-item-desc {
    padding-bottom: 15px;
  }
  .p-food-section .p-food-section__card-menu {
    margin-top: 20px;
  }
  .p-food-section .p-food-section__card-menu-item {
    padding-left: 19px;
  }
  .p-food-section .p-food-section__card-menu-item-txt {
    width: 75%;
  }
  .p-food-section .p-food-section__card-menu-item-price {
    width: calc(25% - 10px);
  }
}
@media all and (1000px < width){
  .p-stage-section {
    margin-top: 50px;
  }
  .p-stage-section .p-stage-section__header {
    -ms-flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
        flex-wrap: wrap;
    gap: 20px;
    padding: 5px;
  }
  .p-stage-section .p-stage-section__header-num {
    font-size: 0.875rem;
    padding: 18px 10px;
    width: 83px;
  }
  .p-stage-section .p-stage-section__header-time {
    font-size: 1.25rem;
    margin-top: 0;
    text-align: left;
  }
  .p-stage-section .p-stage-section__body {
    display: grid;
    gap: 0 50px;
    grid-template-columns: 40% auto;
    grid-template-rows: auto 1fr;
    padding: 40px 50px;
  }
  .p-stage-section .p-stage-section__body.-full {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto 1fr;
  }
  .p-stage-section .p-stage-section__body.-full .p-stage-section__title {
    grid-area: 2/1/3/2;
  }
  .p-stage-section .p-stage-section__body.-full .p-stage-section__img {
    grid-area: 1/1/2/2;
    margin: 0 auto 40px;
    width: 57%;
  }
  .p-stage-section .p-stage-section__body.-full .p-stage-section__txtArea {
    grid-area: 3/1/4/2;
  }
  .p-stage-section .p-stage-section__title {
    font-size: 1.625rem;
    grid-area: 1/2/2/3;
  }
  .p-stage-section .p-stage-section__img {
    grid-area: 1/1/3/2;
    margin: 0;
    width: 100%;
  }
  .p-stage-section .p-stage-section__txtArea {
    grid-area: 2/2/3/3;
    padding-top: 0;
  }
}
@media all and ( 1130px <= width){
  .l-footer .l-footer__nav {
    gap: 70px;
  }
  .l-footer .l-footer__nav-list {
    width: auto;
  }
  .l-drawer {
    padding: 100px 0 10px;
  }
  .l-drawer::before {
    height: 820px;
    top: 100px;
    width: 282px;
  }
  .l-drawer .l-drawer__img {
    left: 0;
    position: absolute;
    top: 100px;
    width: 30%;
  }
  .l-drawer .l-drawer__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
            flex-direction: column;
    height: max(100%, 100vh - 100px);
            justify-content: center;
    padding: 0 80px 0 30%;
  }
  .l-drawer .l-drawer__listWrap {
    -ms-flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
        flex-wrap: wrap;
    width: 100%;
  }
  .l-drawer .l-drawer__list {
    padding: 0 0 0 40px;
    position: relative;
    width: 33.33%;
  }
  .l-drawer .l-drawer__list::before {
    background: #000;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    top: 0;
    width: 1px;
  }
  .l-drawer .l-drawer__list:nth-child(n+2) {
    border-top: 0;
  }
  .l-drawer .l-drawer__item-link {
    font-size: 1rem;
    padding: 10px 0;
  }
  .l-drawer .p-index-nav__ticket {
    height: 260px;
    margin: 80px 0 0;
    padding: 10px 50px;
  }
  .l-drawer .l-drawer__cr {
    bottom: 20px;
    left: 20px;
    position: absolute;
  }
  .c-ticket-btn__wrap.-pcFlex {
    -ms-flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
        flex-wrap: wrap;
    gap: 10px;
            justify-content: center;
    width: 100%;
  }
  .c-ticket-btn__wrap.-pcFlex .c-ticket-btn {
    margin: 0;
  }
  .u-view-medium {
    display: none !important;
  }
  .u-view-under-medium {
    display: none !important;
  }
  .p-index-hero {
    margin: 0 auto;
    width: min(100%, 1920px);
  }
  .p-index-hero .p-index-hero__bg {
    width: 282px;
  }
  .p-index-about .p-index-about__inner {
    -ms-flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
        flex-wrap: wrap;
  }
  .p-index-about .p-index-about__info {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding: 90px 5%;
    width: 55%;
  }
  .p-index-about .p-index-about__info-head {
    font-size: 1.125rem;
    margin: 0 auto 40px;
    width: min(100%, 373px);
  }
  .p-index-about .p-index-about__info-table-txt {
    font-size: 1rem;
    padding-left: 19px;
  }
  .p-index-about .p-index-about__info-table-txt::before {
    top: 10px;
  }
  .p-index-about .p-index-about__info-table th, .p-index-about .p-index-about__info-table td {
    border-bottom: 1px solid #F1F1F1;
    display: table-cell;
  }
  .p-index-about .p-index-about__info-table th {
    border-right: 1px solid #F1F1F1;
    padding: 30px 22px;
    width: 175px;
  }
  .p-index-about .p-index-about__info-table td {
    padding: 30px 40px;
  }
  .p-index-about .p-index-about__info-btnWrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            flex-direction: row;
            justify-content: center;
    margin-top: 32px;
  }
  .p-index-about .p-index-about__info-btn {
    margin: 0;
    width: 230px;
  }
  .p-index-about .p-index-about__map {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
    aspect-ratio: none;
            order: 1;
    width: 45%;
  }
  .p-ticket-sale .p-ticket-sale__about-list {
    -ms-flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
        flex-wrap: wrap;
    width: 100%;
  }
  .p-ticket-sale .p-ticket-sale__about-item {
    width: 33.33%;
  }
  .p-ticket-sale .p-ticket-sale__about-item:nth-of-type(n+2) {
    border-left: 0;
    margin-top: 0;
  }
  .p-ticket-sale__foreign {
    border-top-width: 0;
    margin: 0;
    width: 100%;
  }
}
@media all and (min-width: 1200px){
  .c-archive02 {
    gap: 40px;
  }
  .c-archive02 .c-archive02__item {
    width: calc(25% - 30px);
  }
}
@media all and (min-width: 1280px){
  .l-gnav {
    display: block;
  }
  .l-gnav .l-gnav__list {
    -ms-flex-wrap: wrap;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
        flex-wrap: wrap;
            justify-content: flex-end;
    padding: 0 12px;
  }
  .l-gnav .l-gnav__item-link {
    color: #fff;
    display: block;
    font-size: 1rem;
    font-weight: 700;
    padding: 10px 12px;
  }
}
@media all and (1280px < width){
  .l-fix-ticket {
    display: block;
    position: fixed;
    right: 10px;
    top: 470px;
    width: 56px;
    z-index: 9999;
  }
  .l-fix-ticket .l-fix-ticket__link {
    -webkit-transition: 0.25s cubic-bezier(0.5, 0.26, 0.23, 0.93);
    -webkit-transition-property: all;
    display: block;
    transition: 0.25s cubic-bezier(0.5, 0.26, 0.23, 0.93);
    transition-property: all;
  }
  .l-fix-ticket .l-fix-ticket__link:hover {
    opacity: 0.7;
  }
}
@media all and ( 1530px <= width ){
  .l-drawer .l-drawer__img {
    width: 45%;
  }
  .l-drawer .l-drawer__inner {
    padding: 0 80px 0 45%;
  }
  .l-drawer .l-drawer__item-link {
    font-size: 1.125rem;
  }
  .p-index-about .p-index-about__info {
    padding: 90px 8.3%;
    width: 50%;
  }
  .p-index-about .p-index-about__map {
    width: 50%;
  }
  .p-dealer-search .p-dealer-search__archive {
    padding: 0 10%;
  }
  .p-goods-contents__40th {
    margin-left: -90px;
    margin-right: -90px;
    padding-left: 90px;
    padding-right: 90px;
  }
}

/*# sourceMappingURL=style.css.map*/


/* 2024/06/05 追加
TOPページにスライドショー */
.p-index-hero .slick-dots {
  display: flex;
  justify-content: center;
  margin-top: 10px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -30px;
  margin: auto;
}
.p-index-hero .slick-dots li button {
  width: 16px;
  height: 16px;
  font-size: 0;
  border: 1px solid var(--main, #F39800);
  border-radius: 50%;
  background-color: #fff;
  transition: 0.25s cubic-bezier(0.5, 0.26, 0.23, 0.93);
  transition-property: all;
  margin-inline: 5px;
}
.p-index-hero .slick-dots li button:hover {
  opacity: 0.5;
}
.p-index-hero .slick-dots .slick-active button {
  background-color: var(--main, #F39800);
}
@media screen and (max-width: 767px) {
  .p-index-hero {
    padding-bottom: 0;
  }
}


/* 2024/06/14 追加
TOPページ：WSCの注釈テキスト */
.c-card01__notes {
  font-size: 14px;
  margin-top: 10px;
}
.c-card01__notes  + .c-card01__soon {
  margin-top: 15px;
}
.c-card01__notes  + .c-card01__arw + .c-card01__btn {
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .c-card01__notes {
    font-size: calc((21/750)*100vw);
    margin-top: 5px;
  }
  .c-card01__notes  + .c-card01__soon {
    margin-top: 10px;
  }
}


/* 2024/06/14 追加
TOPページ：youtube動画の追加 */
@media screen and (min-width: 768px), print {
  .p-index-sns__youtube__iframeBox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
  }
  .p-index-sns__youtube__iframe {
    width: 49%;
  }
}
.p-index-sns__youtube__iframe iframe {
  display: block;
  max-width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  margin: 32px auto 0;
}
@media screen and (max-width: 767px) {
  .p-index-sns__youtube__iframe iframe {
    margin-top: 24px;
  }
}


/* 2024/07/01 追加
TOPページ：View Moreボタンが特定の幅で消えないように調整 */
@media screen and (min-width: 1000px) {
  .c-card01 .c-card01__btn {
    display: block !important;
  }
}
@media screen and (max-width: 999px) {
  .c-card01 .c-card01__arw {
    display: block !important;
  }
}


/* 2024/07/08 追加
グッズページ：
■ 目次を追加
■ モーダルを追加
■ モーダルの中にスライドショーを追加 */
.p-goods .list {
  width:80%;
  margin: 4em auto 5em;
  border: solid 1px #ccc;
  padding: 2em;
}
@media screen and (max-width: 767px) {
  .p-goods .list {
    width: 100%;
  }
}
.p-goods .list a {
  display: block;
  padding-left: 1em;
  text-indent: -1em;
  margin: 0.5em 0;
  color: #2291FF;
}
.p-goods .list .ttl {
  font-size: 1.5em;
  font-weight: bold;
  text-align: center;
  margin-bottom: 1em;
  color: #2291FF;
} 
.p-goods-contents__sec .p-food-section__head + .c-txt-lead01 {
  margin-bottom: 2em;
}
.modal-on {
  margin: 1em 0 0;
}
.modal-on a {
  color: #2291FF;
  text-decoration: underline;
  cursor: pointer;
}
.modal-bg {
  display: block;
  position: fixed;
  overflow-y: scroll;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, .7);
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s;
}
.modal-bg.active {
  z-index: 10000;
  opacity: 1;
  visibility: visible;
}
.modal-bg-inner {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}
.modal-box {
  width: 92%;
  max-height: 90%;
  margin: 0 auto;
  background-color: #fff;
  overflow-y: scroll;
  padding: 1em;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  border-radius: 10px;
  @media screen and (min-width: 768px), print {
    width: 80%;
    padding: 2em;
  }
}
.modal-box .ttl {
  font-weight: bold;
  text-align: center;
}
.modal-box .ttl-small {
  font-size: 80%;
}
.modal-box .price {
  text-align: center;
  padding: 0.5em 0;
  border-bottom: 1px solid #000;
}
.modal-box .heading {
  font-size: 90%;
  margin-top: 1.5em;
}
.modal-box .txt {
  font-size: 80%;
  margin-top: 0.8em;
}
.modal-box .slide {
  padding-top: 1.5em;
  margin-top: 1.5em;
  border-top: 1px solid #000;
}
.modal-box .slick-arrow {
  width: calc((30/750)*100vw);
  height: calc((30/750)*100vw);
  background: none;
  font-size: 0;
  border-top: 2px solid #F39800;
  border-right: 2px solid #F39800;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  z-index: 2;
}
@media screen and (min-width: 768px), print {
  .modal-box .slick-arrow {
    width: 20px;
    height: 20px;
  }
}
.modal-box .slick-next {
  right: 0;
  rotate: 45deg;
}
.modal-box .slick-prev {
  left: 0;
  rotate: -135deg;
}
.modal-box .slick-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 0.8em;
}
.modal-box .slick-dots li {
  width: calc((20/750)*100vw);
  height: calc((20/750)*100vw);
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #F39800;
  margin: 0 calc((10/750)*100vw);
}
@media screen and (min-width: 768px), print {
  .modal-box .slick-dots li {
    width: 16px;
    height: 16px;
    margin-inline: 5px;
  }
}
.modal-box .slick-dots .slick-active {
  background-color: #F39800;
}
.modal-box .slick-dots button {
  font-size: 0;
  height: 0;
  padding: 0;
}
.modal-box.active {
  display: block;
  z-index: 10000;
  opacity: 1;
  visibility: visible;
}
.modal-off {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc((50/750)*100vw);
  height: calc((50/750)*100vw);
  color: #000;
  line-height: 1;
  cursor: pointer;
  position: absolute;
  top: calc((10/750)*100vw);
  right: calc((10/750)*100vw);
  border: 1px solid #000;
  border-radius: 50%;
}
@media screen and (min-width: 768px), print {
  .modal-off {
    width: 50px;
    height: 50px;
    font-size: 30px;
    top: 10px;
    right: 10px;
  }
}


/* 2024/07/17 追加
よくある質問ページ：
■ テキストの装飾を追加 */
.p-faq span.bold {
  font-weight: bold;
}
.p-faq span.underline {
  text-decoration: underline;
}
.p-faq-table {
  border: 1px solid #000;
}
.p-faq-table thead {
  border: 1px solid #000;
}
.p-faq-table th + th,
.p-faq-table td + td {
  border-left: 1px solid #000;
}
.p-faq-table th,
.p-faq-table td {
  padding: 0 1em;
}
@media screen and (min-width: 768px), print {
  .p-faq-table {
    width: 50%;
  }
}


/* 2024/12/12 追加
実行委員会 代表挨拶ページ：
■ ページ内のレイアウト変更 */
.p-message-contents .p-message-contents__greeting {
  margin-top: 0;
}
.p-message-contents .p-message-contents__greeting-bigHeader {
  font-size: 1.8rem;
  text-align: center;
}
@media screen and (min-width: 768px), print {
  .p-message-contents .p-message-contents__greeting-bigHeader {
    font-size: 2.3rem;
  }
}
.p-message-contents__greeting-logo40th {
  width: 50%;
  margin: 0 auto;
}
@media screen and (min-width: 768px), print {
  .p-message-contents__greeting-logo40th {
    width: calc(1119px/3);
  }
}
.p-message-contents .p-message-contents__greeting-header + .p-message-contents__greeting-txt {
  margin-top: 15px;
}
@media screen and (min-width: 768px), print {
  .p-message-contents .p-message-contents__greeting-header {
    margin-bottom: 20px;
  }
  .p-message-contents .p-message-contents__greeting-header + .p-message-contents__greeting-txt {
    margin-top: 20px;
  }
}
.p-message-contents .p-message-contents__writer {
  margin-top: 40px;
}
@media screen and (min-width: 768px), print {
  .p-message-contents .p-message-contents__writer {
    margin-top: 70px;
  }
}


/* 2024/12/20 追加
TOPページ：
■ アーカイブ用のセクションを追加 */
.p-index-archive {
  padding-top: 30px;
}
@media screen and (min-width: 768px), print {
  .p-index-archive {
    padding-top: 30px;
  }
  .p-index-archive__bnr {
    width: 554px;
    margin: 0 auto;
  }
  .p-index-archive__bnr a {
    transition: 0.25s cubic-bezier(0.5, 0.26, 0.23, 0.93);
    transition-property: all;
  }
  .p-index-archive__bnr a:hover {
    opacity: 0.7;
  }
}


/* 2025/05/08 追加
header / footer：
■ 個人情報保護方針のリンク */
@media all and ( width < 768px){
  .l-drawer .l-drawer__list-small {
    padding-left: 1em;
  }
  .l-drawer .l-drawer__list-small a {
    font-size: 0.9rem;
  }
}
@media all and ( 1130px <= width ){
  .l-drawer .l-drawer__listWrap {
    justify-content: flex-end;
  }
  .l-drawer .l-drawer__inner {
    padding-left: 80px;
  }
  .l-drawer .l-drawer__list {
    width: 25%;
  }
  .l-drawer .l-drawer__ticket {
    margin-left: calc(30% - 80px);
  }
  .l-drawer .l-drawer__list-small {
    width: 16%;
  }
  .l-drawer .l-drawer__list-small:before {
    border-color: #ccc;
  }
  .l-drawer .l-drawer__list-small a {
    font-size: 0.8rem;
  }
}
@media all and ( 768px <= width ){
  .l-footer__nav-item-small {
    margin-left: 20px;
  }
  .l-footer__nav-item-small a {
    font-size: 0.8rem;
  }
}


/* 2025/06/22 追加
TOPページ：
■ SNS部分を改修、Instagramを追加 */
.p-index-sns__container {
  display: block !important;
  width: 100%;
  margin-inline: auto;
}
.p-index-sns .p-index-sns__container-box {
  padding-top: 20px;
  margin-top: 0;
}
.p-index-sns .p-index-sns__head {
  color: #000;
  background: none;
}
.p-index-sns__iconArea {
  margin-block: calc((30/750)*100vw) calc((80/750)*100vw);
}
.p-index-sns__subHeading {
  text-align: center;
  margin-bottom: calc((30/750)*100vw);
}
.p-index-sns__subHeading > span {
  font-size: calc((40/750)*100vw);
  border-bottom: 1px solid #000;
  padding-inline: 1.3em;
  padding-bottom: 0.3em;
}
.p-index-sns__subHeading .small {
  font-size: calc((26/750)*100vw);
  margin-left: 0.2em;
}
.p-index-sns__iconArea-list {
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-index-sns__iconArea-list li {
  width: calc((70/750)*100vw);
  margin-inline: calc((50/750)*100vw);
}
.p-index-sns__iconArea-list li:first-child {
  width: calc((65/750)*100vw);
}
.p-index-sns__youtube.c-archive01__item.c-card01 {
  box-shadow: none;
  border-color: var(--main);
}
@media screen and (min-width: 768px), print {
  .p-index-sns .p-index-sns__container-box {
    padding-top: 50px;
  }
  .p-index-sns__iconArea {
    margin-block: 30px 100px;
  }
  .p-index-sns__subHeading {
    margin-bottom: 30px;
  }
  .p-index-sns__subHeading > span {
    font-size: 40px;
  }
  .p-index-sns__subHeading .small {
    font-size: 22px;
  }
  .p-index-sns__iconArea-list li {
    width: 70px;
    margin-inline: 50px;
  }
  .p-index-sns__iconArea-list li a {
    transition: 0.25s cubic-bezier(0.5, 0.26, 0.23, 0.93);
    transition-property: all;
  }
  .p-index-sns__iconArea-list li a:hover {
    opacity: 0.5;
  }
  .p-index-sns__iconArea-list li:first-child {
    width: 65px;
  }
}