@charset "UTF-8";
.fontMont {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}

/*---------------------------------------------
共通部分
---------------------------------------------*/
body {
  font-family: "Noto Sans JP", sans-serif;
  max-width: 100%;
  overflow-x: hidden;
}

* {
  scroll-behavior: smooth;
}

body * {
  letter-spacing: 0.1em;
  line-height: 190%;
  color: #101d49;
  font-weight: 400;
}

a {
  color: #101d49;
  text-decoration: none;
  transition: 0.3s;
}
a:hover {
  text-decoration: none;
  transition: 0.3s;
}

.ro {
  transition: 0.3s;
}
.ro:hover {
  text-decoration: none;
  transition: 0.3s;
}

.commonWidth {
  margin: 0 auto;
}

.footerWidth {
  margin: 0 auto;
}

.noLink {
  opacity: 0.5;
  pointer-events: none;
  cursor: inherit;
}

.topTitleArea {
  padding: 240px 5vw 50px;
}
.topTitleArea .titleEn {
  font-family: "Spectral", sans-serif;
  text-align: center;
  line-height: 1em;
  letter-spacing: 0em;
}
.topTitleArea .titleJp {
  width: 100%;
  display: block;
  font-family: "Noto Serif JP", serif;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .topTitleArea {
    padding: 150px 5vw 50px;
  }
}
.errorText {
  text-align: center;
}

.fuwel {
  text-align: center;
  font-family: "Spectral", sans-serif;
}

@media only screen and (max-width: 767px) {
  .wrapWidth {
    width: 92.3vw;
    margin: 0 auto;
  }
  .commonWidth {
    width: 92.3vw;
  }
  .commonWidthSp {
    width: 92.3vw;
    margin: 0 auto;
  }
  .footerWidth {
    width: 92.3vw;
    margin: 0 auto;
  }
  .icoCircle {
    width: 12px;
    height: 12px;
  }
  .topTitleArea .titleEn {
    font-size: clamp(24px, 10.26vw, 40px);
  }
  .topTitleArea .titleJp {
    font-size: clamp(14px, 3.85vw, 15px);
  }
  .contentArea {
    padding-bottom: 80px;
  }
  .errorText {
    font-size: clamp(14px, 4.1vw, 16px);
  }
}
@media print, screen and (min-width: 768px) {
  .wrapWidth {
    width: clamp(712px, 92.7vw, 1140px);
    margin: 0 auto;
  }
  .wrapWidthPc {
    width: clamp(712px, 92.7vw, 1140px);
    margin: 0 auto;
  }
  .commonWidth {
    width: 90vw;
    max-width: 1140px;
  }
  .commonWidthPc {
    width: 90vw;
    max-width: 1140px;
    margin: 0 auto;
  }
  .footerWidth {
    width: 78vw;
    max-width: 1500px;
  }
  .icoCircle {
    width: 16px;
    height: 16px;
  }
  .topTitleArea .titleEn {
    font-size: clamp(55px, 5.83vw, 70px);
  }
  .topTitleArea .titleJp {
    font-size: 15px;
  }
  .contentArea {
    padding-bottom: min(10.4vw, 200px);
  }
  .errorText {
    font-size: clamp(18px, 1.67vw, 20px);
  }
}
/*---------------------------------------------
secHeader
---------------------------------------------*/
.secHeader {
  background: #efefef;
}

/*---------------------------------------------
secFooter
---------------------------------------------*/
footer {
  position: relative;
  z-index: 12;
  padding: 170px 0 0;
  background: url(../../../../../img/wp-content/themes/qsh/shared/footer_bg.jpg);
  background-size: cover;
  background-position: center;
}
footer .innerWidth {
  max-width: 920px;
  width: 90vw;
  margin: auto;
}
footer * {
  color: #ffffff;
}
footer .logo {
  display: block;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
footer .footerSns {
  margin: 30px auto 0;
  display: flex;
  justify-content: center;
  gap: 16px;
}
footer .copy {
  padding: 14px 0 16px;
  width: 100%;
  font-size: 12px;
  letter-spacing: 0em;
  text-align: center;
  color: #ffffff;
  border-top: 1px solid #ffffff;
  font-family: "Spectral", sans-serif;
}
footer .topFooterArea .footerNav {
  width: 100%;
  padding-top: 74px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
footer .topFooterArea .footerNav .footerNavInner {
  display: flex;
  justify-content: center;
  width: 100%;
  gap: 2%;
}
footer .topFooterArea .footerNav .footerNavInner a {
  display: block;
  font-size: 12px;
  font-family: "Spectral", sans-serif;
}
footer .topFooterArea a {
  font-size: 15px;
  font-weight: bold;
}
footer .topFooterArea .line {
  width: 100%;
  height: 1px;
  background: #ffffff;
  margin: 28px 0;
}
footer .topFooterArea .wrap {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
footer .topFooterArea .wrap .place {
  font-size: 14px;
  line-height: 150%;
  width: -moz-fit-content;
  width: fit-content;
}
footer .topFooterArea .wrap .iconWrap {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  gap: 17px;
  align-items: center;
  justify-content: right;
}
footer .footerBtnWrap {
  display: grid;
  max-width: 670px;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  margin: 48px auto 0;
}
footer .footerBtnWrap .indexCtaBox > p {
  font-size: 12px;
  padding: 0 10px 4px;
}
footer .footerBtnWrap .indexCtaBox .ticketbox {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  font-size: 18px;
  padding: 0;
  border-width: 16px;
}
footer .footerBtnWrap .indexCtaBox .ticketbox p {
  line-height: 1.8em;
}
footer .footerBtnWrap .indexCtaBox .ticketbox::before {
  top: -16px;
  left: -16px;
  right: -16px;
  bottom: -16px;
  border-width: 16px;
}
footer .otherWrap {
  margin-top: 50px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 17px;
  align-items: center;
  margin-bottom: 75px;
}
footer .otherWrap .content.contentCenter {
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
}
footer .otherWrap .content .innerWrap .top * {
  text-align: center;
}
footer .otherWrap .content .innerWrap .top h3 {
  font-size: clamp(23px, 2.08vw, 25px);
  font-weight: 400;
  line-height: 120%;
  font-family: "Spectral", sans-serif;
}
footer .otherWrap .content .innerWrap .top p {
  font-size: 12px;
  font-family: "Noto Serif JP", serif;
}
footer .otherWrap .content .innerWrap .line {
  width: 65px;
  height: 1px;
  background: #ffffff;
  margin: 20px auto;
}
footer .otherWrap .content .innerWrap .bottom a {
  display: block;
}
footer .otherWrap .content .innerWrap .bottom.column2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
}
footer .otherWrap .content .innerWrap .bottom.column2 > div {
  height: 100%;
  justify-content: space-between;
  display: flex;
  row-gap: 25px;
  flex-direction: column;
}
footer .companyLogo {
  margin-bottom: 75px;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: right;
}
footer .companyLogo .line {
  width: 1px;
  background-color: #ffffff;
  height: 60px;
}
footer .companyLogo p {
  font-size: 9px;
  padding-top: 5px;
}

@media screen and (max-width: 1100px) {
  footer .topFooterArea .footerNav {
    justify-content: left;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 900px) {
  footer .otherWrap {
    grid-template-columns: 1fr;
    gap: 0px;
  }
  footer .otherWrap .content {
    width: 100%;
  }
  footer .otherWrap .content.contentCenter {
    border-left: initial;
    border-right: initial;
  }
  footer .otherWrap .content {
    border-top: 1px solid #ffffff;
    margin-left: 0px;
    margin-right: 0px;
    padding: 50px 0;
  }
}
@media screen and (max-width: 767px) {
  footer {
    padding: 100px 0 0;
  }
  footer .logo {
    width: 190px;
  }
  footer .footerBtnWrap {
    max-width: 300px;
    grid-template-columns: 1fr;
    grid-template-rows: max-content;
    gap: 16px;
    margin: 40px auto 0;
  }
  footer .footerBtnWrap .sub {
    padding-bottom: 8px;
    font-size: 12px;
  }
  footer .footerBtnWrap .btn {
    height: 40px;
  }
  footer .footerBtnWrap .btn.tel1 {
    margin-bottom: 25px;
  }
  footer .footerBtnWrap .btn .inner {
    align-items: flex-start;
    padding: 0 13px;
  }
  footer .topFooterArea .footerNav {
    display: grid;
    grid-auto-flow: column;
    grid-template-rows: 1fr;
    justify-content: center;
    align-items: flex-start;
    row-gap: 20px;
    -moz-column-gap: 6%;
         column-gap: 6%;
    padding-top: 56px;
  }
  footer .topFooterArea .footerNav .footerNavInner {
    flex-direction: column;
    gap: 16px;
  }
  footer .topFooterArea .footerNav .footerNavInner a {
    font-size: 13px;
  }
  footer .topFooterArea .wrap {
    flex-direction: column;
    align-items: center;
  }
  footer .topFooterArea .wrap .place {
    text-align: center;
    font-size: 18px;
  }
  footer .topFooterArea .line {
    margin: 60px 0;
  }
  footer .otherWrap {
    margin-bottom: 100px;
  }
  footer .otherWrap .content {
    margin: 0 auto;
  }
  footer .otherWrap .content .innerWrap .top p {
    font-size: 14px;
  }
  footer .otherWrap .content .innerWrap .bottom.column2 {
    grid-template-columns: 1fr;
  }
  footer .otherWrap .content:last-of-type {
    padding: 50px 0 0;
  }
  footer .companyLogo {
    justify-content: center;
    margin-bottom: 50px;
  }
  footer .companyLogo p {
    font-size: 7px;
  }
}
/*---------------------------------------------
エラー系テキスト
---------------------------------------------*/
.commonErrorText {
  line-height: 200%;
  text-align: justify;
}
.commonErrorText a {
  text-decoration: underline;
}

@media only screen and (max-width: 767px) {
  .commonErrorText {
    font-size: 15px;
  }
}
@media only screen and (min-width: 768px) {
  .commonErrorText {
    font-size: 15px;
  }
}
/* =========================================
    チケット形式 (Safari対応版: 背景と枠線を分離)
========================================= */
:root {
  /* ----- 1. ネイビー 金 ----- */
  --ticket-bg-nvgd: url('data:image/svg+xml;utf8,<svg width="100" height="100" xmlns="http://www.w3.org/2000/svg"><path d="M 20 2 L 80 2 A 18 18 0 0 0 98 20 L 98 80 A 18 18 0 0 0 80 98 L 20 98 A 18 18 0 0 0 2 80 L 2 20 A 18 18 0 0 0 20 2 Z" fill="%23101D49" stroke="none"/></svg>');
  --ticket-border-nvgd: url('data:image/svg+xml;utf8,<svg width="100" height="100" xmlns="http://www.w3.org/2000/svg"><path d="M 20 2 L 80 2 A 18 18 0 0 0 98 20 L 98 80 A 18 18 0 0 0 80 98 L 20 98 A 18 18 0 0 0 2 80 L 2 20 A 18 18 0 0 0 20 2 Z" fill="none" stroke="%23B8860B" stroke-width="2"/></svg>');
  /* ----- 2. ネイビー透過(グレー50%) 金 ----- */
  --ticket-bg-nv50gd: url('data:image/svg+xml;utf8,<svg width="100" height="100" xmlns="http://www.w3.org/2000/svg"><path d="M 20 2 L 80 2 A 18 18 0 0 0 98 20 L 98 80 A 18 18 0 0 0 80 98 L 20 98 A 18 18 0 0 0 2 80 L 2 20 A 18 18 0 0 0 20 2 Z" fill="%23696969" stroke="none"/></svg>');
  --ticket-border-nv50gd: url('data:image/svg+xml;utf8,<svg width="100" height="100" xmlns="http://www.w3.org/2000/svg"><path d="M 20 2 L 80 2 A 18 18 0 0 0 98 20 L 98 80 A 18 18 0 0 0 80 98 L 20 98 A 18 18 0 0 0 2 80 L 2 20 A 18 18 0 0 0 20 2 Z" fill="none" stroke="%23B8860B" stroke-width="2"/></svg>');
  /* ----- 3. グレー透過(50%) 白 ----- */
  --ticket-bg-gr50wh: url('data:image/svg+xml;utf8,<svg width="100" height="100" xmlns="http://www.w3.org/2000/svg"><path d="M 20 2 L 80 2 A 18 18 0 0 0 98 20 L 98 80 A 18 18 0 0 0 80 98 L 20 98 A 18 18 0 0 0 2 80 L 2 20 A 18 18 0 0 0 20 2 Z" fill="%23696969" stroke="none"/></svg>');
  --ticket-border-gr50wh: url('data:image/svg+xml;utf8,<svg width="100" height="100" xmlns="http://www.w3.org/2000/svg"><path d="M 20 2 L 80 2 A 18 18 0 0 0 98 20 L 98 80 A 18 18 0 0 0 80 98 L 20 98 A 18 18 0 0 0 2 80 L 2 20 A 18 18 0 0 0 20 2 Z" fill="none" stroke="%23FFFFFF" stroke-width="2"/></svg>');
  /* ----- 4. 透過(F5グレー) 白 ----- */
  --ticket-bg-grf5: url('data:image/svg+xml;utf8,<svg width="100" height="100" xmlns="http://www.w3.org/2000/svg"><path d="M 20 2 L 80 2 A 18 18 0 0 0 98 20 L 98 80 A 18 18 0 0 0 80 98 L 20 98 A 18 18 0 0 0 2 80 L 2 20 A 18 18 0 0 0 20 2 Z" fill="%23F5F5F5" stroke="none"/></svg>');
  --ticket-border-grf5: url('data:image/svg+xml;utf8,<svg width="100" height="100" xmlns="http://www.w3.org/2000/svg"><path d="M 20 2 L 80 2 A 18 18 0 0 0 98 20 L 98 80 A 18 18 0 0 0 80 98 L 20 98 A 18 18 0 0 0 2 80 L 2 20 A 18 18 0 0 0 20 2 Z" fill="none" stroke="%23F5F5F5" stroke-width="2"/></svg>');
  /* ----- 5. グレー透過(50%) 金 ----- */
  --ticket-bg-gr50gd: url('data:image/svg+xml;utf8,<svg width="100" height="100" xmlns="http://www.w3.org/2000/svg"><path d="M 20 2 L 80 2 A 18 18 0 0 0 98 20 L 98 80 A 18 18 0 0 0 80 98 L 20 98 A 18 18 0 0 0 2 80 L 2 20 A 18 18 0 0 0 20 2 Z" fill="%23696969" stroke="none"/></svg>');
  --ticket-border-gr50gd: url('data:image/svg+xml;utf8,<svg width="100" height="100" xmlns="http://www.w3.org/2000/svg"><path d="M 20 2 L 80 2 A 18 18 0 0 0 98 20 L 98 80 A 18 18 0 0 0 80 98 L 20 98 A 18 18 0 0 0 2 80 L 2 20 A 18 18 0 0 0 20 2 Z" fill="none" stroke="%23B8860B" stroke-width="2"/></svg>');
  /* ----- 6. 金透過(70%) 白 ----- */
  --ticket-bg-gd70wh: url('data:image/svg+xml;utf8,<svg width="100" height="100" xmlns="http://www.w3.org/2000/svg"><path d="M 20 2 L 80 2 A 18 18 0 0 0 98 20 L 98 80 A 18 18 0 0 0 80 98 L 20 98 A 18 18 0 0 0 2 80 L 2 20 A 18 18 0 0 0 20 2 Z" fill="%23B8860B" stroke="none"/></svg>');
  --ticket-border-gd70wh: url('data:image/svg+xml;utf8,<svg width="100" height="100" xmlns="http://www.w3.org/2000/svg"><path d="M 20 2 L 80 2 A 18 18 0 0 0 98 20 L 98 80 A 18 18 0 0 0 80 98 L 20 98 A 18 18 0 0 0 2 80 L 2 20 A 18 18 0 0 0 20 2 Z" fill="none" stroke="%23ffffff" stroke-width="2"/></svg>');
  /* ----- 7. 透過(白) 金 ----- */
  --ticket-bg-sqgd: url('data:image/svg+xml;utf8,<svg width="100" height="100" xmlns="http://www.w3.org/2000/svg"><path d="M 20 2 L 80 2 A 18 18 0 0 0 98 20 L 98 80 A 18 18 0 0 0 80 98 L 20 98 A 18 18 0 0 0 2 80 L 2 20 A 18 18 0 0 0 20 2 Z" fill="%23ffffff" stroke="none"/></svg>');
  --ticket-border-sqgd: url('data:image/svg+xml;utf8,<svg width="100" height="100" xmlns="http://www.w3.org/2000/svg"><path d="M 20 2 L 80 2 A 18 18 0 0 0 98 20 L 98 80 A 18 18 0 0 0 80 98 L 20 98 A 18 18 0 0 0 2 80 L 2 20 A 18 18 0 0 0 20 2 Z" fill="none" stroke="%23B8860B" stroke-width="2"/></svg>');
  /* ----- 8. 透過(白) ネイビー ----- */
  --ticket-bg-sqnv: url('data:image/svg+xml;utf8,<svg width="100" height="100" xmlns="http://www.w3.org/2000/svg"><path d="M 20 2 L 80 2 A 18 18 0 0 0 98 20 L 98 80 A 18 18 0 0 0 80 98 L 20 98 A 18 18 0 0 0 2 80 L 2 20 A 18 18 0 0 0 20 2 Z" fill="%23ffffff" stroke="none"/></svg>');
  --ticket-border-sqnv: url('data:image/svg+xml;utf8,<svg width="100" height="100" xmlns="http://www.w3.org/2000/svg"><path d="M 20 2 L 80 2 A 18 18 0 0 0 98 20 L 98 80 A 18 18 0 0 0 80 98 L 20 98 A 18 18 0 0 0 2 80 L 2 20 A 18 18 0 0 0 20 2 Z" fill="none" stroke="%23101D49" stroke-width="2"/></svg>');
  /* ----- 9. 透過(f3グレー) ネイビー ----- */
  --ticket-bg-clnv: url('data:image/svg+xml;utf8,<svg width="100" height="100" xmlns="http://www.w3.org/2000/svg"><path d="M 20 2 L 80 2 A 18 18 0 0 0 98 20 L 98 80 A 18 18 0 0 0 80 98 L 20 98 A 18 18 0 0 0 2 80 L 2 20 A 18 18 0 0 0 20 2 Z" fill="%23f3f3f3" stroke="none"/></svg>');
  --ticket-border-clnv: url('data:image/svg+xml;utf8,<svg width="100" height="100" xmlns="http://www.w3.org/2000/svg"><path d="M 20 2 L 80 2 A 18 18 0 0 0 98 20 L 98 80 A 18 18 0 0 0 80 98 L 20 98 A 18 18 0 0 0 2 80 L 2 20 A 18 18 0 0 0 20 2 Z" fill="none" stroke="%23101D49" stroke-width="2"/></svg>');
  /* ----- 10. ネイビー ネイビー(f3) ----- */
  --ticket-bg-nvwh: url('data:image/svg+xml;utf8,<svg width="100" height="100" xmlns="http://www.w3.org/2000/svg"><path d="M 20 2 L 80 2 A 18 18 0 0 0 98 20 L 98 80 A 18 18 0 0 0 80 98 L 20 98 A 18 18 0 0 0 2 80 L 2 20 A 18 18 0 0 0 20 2 Z" fill="%23101D49" stroke="none"/></svg>');
  --ticket-border-nvwh: url('data:image/svg+xml;utf8,<svg width="100" height="100" xmlns="http://www.w3.org/2000/svg"><path d="M 20 2 L 80 2 A 18 18 0 0 0 98 20 L 98 80 A 18 18 0 0 0 80 98 L 20 98 A 18 18 0 0 0 2 80 L 2 20 A 18 18 0 0 0 20 2 Z" fill="none" stroke="%23f3f3f3" stroke-width="2"/></svg>');
}

/* =========================================
    共通クラス
========================================= */
.ticketbox {
  position: relative;
  border-width: 30px;
  border-style: solid;
  border-color: transparent;
  padding: 8px;
  color: #fff;
  z-index: 1;
  transition: border-image-source 0.3s ease, 0.3s;
  /* 初期値（クラス指定なしの場合は 1. ネイビー 金） */
  border-image-source: var(--ticket-border-nvgd);
  border-image-slice: 30; /* 枠線用なので fill は不要 */
  border-image-repeat: stretch;
}

.ticketbox::before {
  content: "";
  position: absolute;
  top: -30px;
  left: -30px;
  right: -30px;
  bottom: -30px;
  border-width: 30px;
  border-style: solid;
  border-color: transparent;
  z-index: -1;
  pointer-events: none;
  transition: border-image-source 0.3s ease, opacity 0.3s ease;
  /* 初期値（クラス指定なしの場合は 1. ネイビー 金） */
  border-image-source: var(--ticket-bg-nvgd);
  border-image-slice: 30 fill; /* 背景用なので fill をつける */
  border-image-repeat: stretch;
  opacity: 1;
}

/* hover時の動作 */
.ticketbox:hover {
  transition: border-image-source 0.3s ease, 0.3s;
}

/* =========================================
    カラーバリエーションごとのクラス
========================================= */
/* 2. ネイビー透過(グレー50%) 金 */
.ticketbox.ticketbox_nv50gd {
  border-image-source: var(--ticket-border-nv50gd);
}

.ticketbox.ticketbox_nv50gd::before {
  border-image-source: var(--ticket-bg-nv50gd);
  opacity: 0.5;
}

/* 3. グレー透過(50%) 白 */
.ticketbox.ticketbox_gr50wh {
  border-image-source: var(--ticket-border-gr50wh);
}

.ticketbox.ticketbox_gr50wh::before {
  border-image-source: var(--ticket-bg-gr50wh);
  opacity: 0.5;
}

/* 4. 透過(F5グレー) 白 */
.ticketbox.ticketbox_grf5 {
  border-image-source: var(--ticket-border-grf5);
}

.ticketbox.ticketbox_grf5::before {
  border-image-source: var(--ticket-bg-grf5);
  opacity: 1;
}

/* 5. グレー透過(50%) 金 */
.ticketbox.ticketbox_gr50gd {
  border-image-source: var(--ticket-border-gr50gd);
}

.ticketbox.ticketbox_gr50gd::before {
  border-image-source: var(--ticket-bg-gr50gd);
  opacity: 0.5;
}

/* 6. 金透過(70%) 白 */
.ticketbox.ticketbox_gd70wh {
  border-image-source: var(--ticket-border-gd70wh);
}

.ticketbox.ticketbox_gd70wh::before {
  border-image-source: var(--ticket-bg-gd70wh);
  opacity: 0.7;
}

/* 7. 透過(白) 金 */
.ticketbox.ticketbox_sqgd {
  border-image-source: var(--ticket-border-sqgd);
}

.ticketbox.ticketbox_sqgd::before {
  border-image-source: var(--ticket-bg-sqgd);
  opacity: 1;
}

/* 8. 透過(白) ネイビー */
.ticketbox.ticketbox_sqnv {
  border-image-source: var(--ticket-border-sqnv);
}

.ticketbox.ticketbox_sqnv::before {
  border-image-source: var(--ticket-bg-sqnv);
  opacity: 1;
}

/* 9. 透過(f3グレー) ネイビー */
.ticketbox.ticketbox_clnv {
  border-image-source: var(--ticket-border-clnv);
}

.ticketbox.ticketbox_clnv::before {
  border-image-source: var(--ticket-bg-clnv);
  opacity: 1;
}

/* 10. ネイビー ネイビー(f3) */
.ticketbox.ticketbox_nvwh {
  border-image-source: var(--ticket-border-nvwh);
}

.ticketbox.ticketbox_nvwh::before {
  border-image-source: var(--ticket-bg-nvwh);
  opacity: 1;
}

/* テキストの装飾 */
.ticket-box h2 {
  font-family: serif;
  font-size: 24px;
  letter-spacing: 0.1em;
  margin-top: 0;
  margin-bottom: 15px;
}

.ticket-box p {
  font-size: 14px;
  line-height: 1.8;
  margin: 0;
}

/*---------------------------------------------
breadlist
---------------------------------------------*/
.breadlist {
  display: flex;
  justify-content: flex-end;
  gap: 2px;
  color: #747474;
  padding-top: 6px;
  padding-bottom: 80px;
  font-size: 14px;
}
.breadlist a,
.breadlist span {
  font-size: 14px;
  color: #747474;
}
.breadlist span {
  color: #101d49;
}

/*---------------------------------------------
secCta
---------------------------------------------*/
.secCta {
  padding: 120px 0 0px;
}
.secCta .ttl * {
  color: #101d49;
}
.secCta .ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
  margin-bottom: 30px;
}
.secCta .ttl h2 {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  font-size: clamp(20px, 1.83vw, 22px);
  font-family: "Spectral", sans-serif;
  font-weight: 600;
}
.secCta .ttl p {
  display: flex;
  justify-content: center;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  gap: 14px;
  font-size: 15px;
  font-weight: 600;
}
.secCta .ttl p:before {
  content: "";
  width: 1px;
  height: 20px;
  display: block;
  background-color: #101d49;
}
.secCta .ticketbox * {
  color: #ffffff;
}
.secCta .ticketbox {
  max-width: 920px;
  width: 90vw;
  margin: auto;
  padding: 0;
}
.secCta .ticketbox .content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto 1fr;
}
.secCta .ticketbox .content .contactus h3,
.secCta .ticketbox .content .reservation h3,
.secCta .ticketbox .content .mail h3 {
  font-family: "Spectral", sans-serif;
  font-size: clamp(30px, 2.67vw, 32px);
  letter-spacing: 0;
}
.secCta .ticketbox .content .contactus p,
.secCta .ticketbox .content .reservation p,
.secCta .ticketbox .content .mail p {
  font-size: 14px;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0;
}
.secCta .ticketbox .content .contactus {
  grid-column: 1/2;
  grid-row: 1/3;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  padding-right: 30px;
}
.secCta .ticketbox .content .contactus:after {
  position: absolute;
  top: -29px;
  right: 0;
  content: "";
  height: calc(100% + 58px);
  width: 2px;
  display: block;
  background: #b8860b;
}
.secCta .ticketbox .content .reservation {
  grid-column: 2/3;
  grid-row: 1/2;
  position: relative;
  padding: 18px 0 40px 30px;
}
.secCta .ticketbox .content .reservation h3 {
  font-size: clamp(28px, 2.5vw, 30px);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
}
.secCta .ticketbox .content .reservation p {
  text-align: center;
}
.secCta .ticketbox .content .reservation:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: calc(100% + 29px);
  height: 2px;
  display: block;
  background: #b8860b;
}
.secCta .ticketbox .content .mail {
  grid-column: 2/3;
  grid-row: 2/3;
  padding: 24px 0 0px 30px;
}
.secCta .ticketbox .content .mail h3 {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  font-family: initial;
  font-size: clamp(15px, 1.33vw, 16px);
}

@media screen and (orientation: portrait), (max-width: 767px) {
  .secCta {
    padding: 80px 0 20px;
  }
  .secCta .ttl {
    flex-direction: column;
    margin-bottom: 40px;
    gap: 1px;
  }
  .secCta .ttl h2 {
    font-size: clamp(14px, 5.64vw, 22px);
  }
  .secCta .ttl p {
    flex-direction: column;
    font-size: 15px;
    gap: 6px;
  }
  .secCta .ttl p:before {
    width: 20px;
    height: 1px;
  }
  .secCta .ticketbox {
    max-width: 640px;
  }
  .secCta .ticketbox .content {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto 1fr;
  }
  .secCta .ticketbox .content .contactus h3,
  .secCta .ticketbox .content .reservation h3,
  .secCta .ticketbox .content .mail h3 {
    font-size: clamp(19px, 8.21vw, 32px);
  }
  .secCta .ticketbox .content .contactus {
    grid-column: 1/2;
    grid-row: 1/2;
    align-items: center;
    flex-direction: column;
    padding-right: 0px;
    padding-top: 12px;
    padding-bottom: 42px;
  }
  .secCta .ticketbox .content .contactus:after {
    position: absolute;
    top: auto;
    bottom: 0;
    right: 0;
    left: -29px;
    height: 2px;
    width: calc(100% + 58px);
  }
  .secCta .ticketbox .content .reservation {
    grid-column: 1/2;
    grid-row: 2/3;
    padding: 32px 0 40px;
  }
  .secCta .ticketbox .content .reservation h3 {
    font-size: clamp(18px, 7.69vw, 30px);
  }
  .secCta .ticketbox .content .reservation:after {
    position: absolute;
    left: -29px;
    height: 2px;
    width: calc(100% + 58px);
  }
  .secCta .ticketbox .content .mail {
    grid-column: 1/2;
    grid-row: 3/4;
    padding: 24px 0 0px;
  }
  .secCta .ticketbox .content .mail h3 {
    font-size: clamp(14px, 4.1vw, 16px);
  }
}
.secFair {
  background-color: #ffffff;
  padding: 130px 0 50px;
  width: 100%;
}
.secFair .mds {
  margin-bottom: 32px;
}
.secFair .mds .mdsSub {
  font-family: "Spectral", sans-serif;
  font-size: 32px;
  color: #b8860b;
  letter-spacing: 0em;
  line-height: 1em;
}
.secFair .mds .mdsTtl {
  font-family: "Noto Serif JP", serif;
  font-size: 15px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .secFair .mds {
    margin-bottom: 18px;
  }
  .secFair .mds .mdsSub {
    font-size: clamp(16px, 6.67vw, 26px);
  }
  .secFair .mds .mdsTtl {
    font-size: 15px;
  }
}
.secFair .wrap {
  max-width: 1140px;
  width: 90vw;
  margin: auto;
}
.secFair .wrap .head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.secFair .wrap .content {
  width: 100%;
  border-top: 1px solid #101d49;
  padding: 40px 0 0;
}

@media screen and (max-width: 767px) {
  .secFair {
    padding: 64px 0 40px;
  }
  .secFair .wrap {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .secFair .wrap .head {
    display: contents;
  }
  .secFair .wrap .head .mds {
    width: 90vw;
    margin: auto;
  }
  .secFair .wrap .head a {
    order: 3;
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
  }
  .secFair .wrap .content {
    order: 2;
    display: flex;
    flex-direction: column;
    padding: 32px 0;
    margin: 22px auto;
  }
}
.wrapWidth.topTitleAreaBg {
  width: 100%;
}
.wrapWidth.topTitleAreaBg .topTitleArea {
  padding: 240px 0vw;
  background-position: center;
  background-size: cover;
}
.wrapWidth.topTitleAreaBg .topTitleArea .titleEn,
.wrapWidth.topTitleAreaBg .topTitleArea .titleJp {
  color: #ffffff;
}

@media only screen and (max-width: 767px) {
  .wrapWidth.topTitleAreaBg .topTitleArea {
    padding: 160px 0vw 120px;
  }
}
.secReport {
  background-color: #ffffff;
  padding: 80px 0 80px;
  width: 100%;
}
.secReport .wrap {
  width: 100%;
}
.secReport .wrap .head {
  max-width: 1140px;
  width: 90vw;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.secReport .wrap .content {
  width: 100%;
  border-top: 1px solid #101d49;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding: 40px 0 0;
}
.secReport .wrap .content .box {
  padding: 30px 40px;
  border-right: 1px solid #101d49;
}
.secReport .wrap .content .box:last-of-type {
  border-right: 0px solid #101d49;
}
.secReport .wrap .content .box img {
  aspect-ratio: 16/9;
  margin-bottom: 14px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.secReport .wrap .content .box h3 {
  font-size: 15px;
}
.secReport .wrap .content .box span {
  font-size: 13px;
}

.secReport .mds {
  margin-bottom: 32px;
}
.secReport .mds .mdsSub {
  font-family: "Spectral", sans-serif;
  font-size: 32px;
  color: #b8860b;
  letter-spacing: 0em;
  line-height: 1em;
}
.secReport .mds .mdsTtl {
  font-family: "Noto Serif JP", serif;
  font-size: 15px;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .secReport {
    padding: 80px 0;
  }
  .secReport .wrap {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .secReport .wrap .head {
    display: contents;
  }
  .secReport .wrap .head .mds {
    width: 90vw;
    margin: auto;
  }
  .secReport .wrap .head a {
    order: 3;
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
  }
  .secReport .wrap .content {
    order: 2;
    display: flex;
    flex-direction: column;
    padding: 0 0;
    margin: 22px auto;
  }
  .secReport .wrap .content .box {
    width: 90vw;
    margin: auto;
    padding: 20px 0;
    border-right: 0px solid #101d49;
    border-bottom: 1px solid #101d49;
  }
  .secReport .wrap .content .box:last-of-type {
    border-right: 0px solid #101d49;
    border-bottom: 0px solid #101d49;
  }
}
@media screen and (max-width: 767px) {
  .secReport .mds {
    margin-bottom: 18px;
  }
  .secReport .mds .mdsSub {
    font-size: clamp(16px, 6.67vw, 26px);
  }
  .secReport .mds .mdsTtl {
    font-size: 15px;
  }
}
.secReport.secFaqpartshead {
  padding-bottom: 0;
}

.secFaqparts {
  border-top: 1px solid #101d49;
}
.secFaqparts .secFaqContent {
  max-width: 1140px;
  width: 90vw;
  padding: 60px 0 40px;
  margin: auto;
}
.secFaqparts .secFaqContent .ttl {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  color: #b8860b;
  font-size: clamp(20px, 1.83vw, 22px);
  font-weight: 700;
  margin-bottom: 40px;
}
.secFaqparts .secFaqContent details {
  border-bottom: 1px solid #a3a3a3;
}
.secFaqparts .secFaqContent details:first-of-type {
  border-top: 1px solid #a3a3a3;
}
.secFaqparts .secFaqContent details .question {
  padding: 50px 24px 50px 16px;
  transition: 0.3s;
  display: grid;
  grid-template-columns: 40px 1fr 16px;
  gap: 20px;
  align-items: baseline;
}
.secFaqparts .secFaqContent details .question::before {
  content: "Q";
  font-family: "Spectral", sans-serif;
  font-size: 32px;
  color: #b8860b;
  border-right: 1px solid #b8860b;
}
.secFaqparts .secFaqContent details .question .pmbtn {
  position: relative;
  width: 16px;
  height: 16px;
  display: block;
}
.secFaqparts .secFaqContent details .question .pmbtn:after {
  content: "";
  width: 16px;
  height: 1px;
  position: absolute;
  inset: 0;
  margin: auto;
  background: #101d49;
}
.secFaqparts .secFaqContent details .question .pmbtn:before {
  content: "";
  width: 16px;
  height: 1px;
  position: absolute;
  inset: 0;
  margin: auto;
  background: #101d49;
  transform: rotate(90deg);
  transition: 0.3s;
}
.secFaqparts .secFaqContent details .question::marker {
  content: "";
}
.secFaqparts .secFaqContent details .question::-webkit-details-marker {
  display: none;
}
.secFaqparts .secFaqContent details .answer {
  overflow: hidden;
}
.secFaqparts .secFaqContent details .answer .answerinner::before {
  content: "A";
  font-family: "Spectral", sans-serif;
  font-size: 32px;
  color: #b8860b;
  border-right: 1px solid #b8860b;
}
.secFaqparts .secFaqContent details .answer .answerinner {
  padding: 30px 24px 30px 16px;
  transition: 0.3s;
  display: grid;
  grid-template-columns: 40px 1fr 16px;
  align-items: baseline;
  gap: 20px;
  background-color: #f5f5f5;
}
.secFaqparts .secFaqContent details[open] .question {
  transition: 0.3s;
}
.secFaqparts .secFaqContent details[open] .question .pmbtn {
  position: relative;
  width: 16px;
  height: 16px;
  display: block;
}
.secFaqparts .secFaqContent details[open] .question .pmbtn:after {
  content: "";
  width: 16px;
  height: 1px;
  position: absolute;
  inset: 0;
  margin: auto;
  background: #b8860b;
}
.secFaqparts .secFaqContent details[open] .question .pmbtn:before {
  width: 10px;
  transform: rotate(0deg);
  transition: 0.3s;
}
@media only screen and (max-width: 767px) {
  .secFaqWrap .wrap {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .secFaqWrap .wrap .head {
    display: contents;
  }
  .secFaqWrap .wrap .head .mds {
    width: 90vw;
    margin: auto;
  }
  .secFaqWrap .wrap .head a {
    order: 3;
  }
  .secFaqWrap .secFaqContent {
    padding: 60px 0 0;
  }
  .secFaqWrap .secFaqContent .ttl {
    font-size: clamp(14px, 5.64vw, 22px);
    margin-bottom: 40px;
  }
  .secFaqWrap .secFaqContent details .question {
    padding: 30px 14px;
    grid-template-columns: 30px 1fr 16px;
    gap: 10px;
    font-size: 15px;
  }
  .secFaqWrap .secFaqContent details .question::before {
    font-size: 24px;
  }
  .secFaqWrap .secFaqContent details .answer .answerinner::before {
    font-size: 24px;
  }
  .secFaqWrap .secFaqContent details .answer .answerinner {
    padding: 30px 14px;
    grid-template-columns: 30px 1fr;
    gap: 10px;
    font-size: 15px;
  }
  .secFaqparts {
    margin-top: 24px;
    margin-bottom: 50px;
  }
}/*# sourceMappingURL=common.css.map */