@charset "UTF-8";
/* CSS INFORMATION -====================================================
File name : base.css
Description : 共通
===================================================================== */
/* =====================================================================
    共通（大枠）
======================================================================*/
html {
  min-height: 100vh;
  font-size: calc(10 / 750 * 100vw);
  overflow-x: hidden;
  overflow-y: scroll;
}

.gDef-top-banner {
  background-color: #ffffff;
}

.gDef-top-banner,
#gDefFooter {
  position: relative;
  z-index: 1;
}

.gDef-wrapper {
  overflow: initial;
}

.wrapper {
  position: relative;
  font-family: YakuHanJP, "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 15px;
  letter-spacing: 0.05em;
  line-height: 1;
  color: #000000;
  background-color: #ffffff;
  overflow: hidden;
}
.wrapper section,
.wrapper main,
.wrapper header,
.wrapper footer,
.wrapper aside {
  position: relative;
}
.wrapper img {
  display: block;
  width: 100%;
  height: auto;
  pointer-events: none;
}
.wrapper a,
.wrapper button {
  display: block;
  color: #000000;
  word-wrap: break-word;
}

.main {
  padding-bottom: 12rem;
}
.main::before {
  content: "";
  position: absolute;
  display: block;
  top: 70.5rem;
  left: -8.5rem;
  width: 36.3rem;
  height: 36.3rem;
  background: url(../images/img_ripple.png) no-repeat center/contain;
}
.main p {
  line-height: 1.733;
}
.main p a {
  display: inline;
}

.inner {
  position: relative;
  margin: 0 auto;
  width: calc(680 / 750 * 100%);
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .is-pc {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: calc(10 / 1320 * 100vw);
  }
  .wrapper {
    font-size: 1.8rem;
    font-size: max(1.8rem, 14px);
  }
  .wrapper a,
  .wrapper button {
    -webkit-transition: color 0.5s ease;
    transition: color 0.5s ease;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
  }
  .wrapper a:hover,
  .wrapper button:hover {
    color: #a50008;
  }
  .main::before {
    top: 13.4rem;
    left: -15.1rem;
    width: 80.2rem;
    height: 80.3rem;
  }
  .inner {
    width: calc(1560 / 1920 * 100%);
    max-width: 1560px;
  }
  .is-sp {
    display: none !important;
  }
}
@media screen and (min-width: 1320px) {
  html {
    font-size: 10px;
  }
}
/* =====================================================================
    共通
======================================================================*/
.page-head {
  padding-bottom: 4rem;
}
.page-head-ttl {
  text-align: center;
  margin-bottom: 7rem;
  font-family: "Shippori Mincho", serif;
  font-size: 7rem;
  letter-spacing: 0.08em;
  white-space: nowrap;
}
.page-head-img {
  margin: 0 auto;
  width: calc(581 / 680 * 100%);
}
.red{
  color: #a50008;
  font-size: 122%;
}
.text_em{
  font-size: 122%;
}
@media screen and (min-width: 768px) {
  .page-head {
    padding: 7rem 0 0;
  }
  .page-head::before {
    content: "";
    position: absolute;
    display: block;
    top: 1.7rem;
    right: 2.4rem;
    width: 52.6rem;
    height: 18.4rem;
    background: url(../images/img_scale01.png) no-repeat center/contain;
  }
  .page-head > .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 1080px;
  }
  .page-head-ttl {
    margin-bottom: 0;
    font-size: 4.8rem;
  }
  .page-head-img {
    margin: 0;
    width: calc(312 / 1080 * 100%);
  }
}

.ticket > * {
  position: relative;
  overflow: hidden;
}
.ticket > section {
  padding: 24rem 0 0;
}
@media screen and (min-width: 768px) {
  .ticket > section {
    padding: 18rem 0 0;
  }
}

.sec-ttl {
  position: relative;
  text-align: center;
  margin-bottom: 5rem;
  padding-bottom: 1em;
  font-family: "Shippori Mincho", serif;
  font-size: 4rem;
  font-weight: 600;
}
.sec-ttl::after {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 1.63em;
  height: 0.5em;
  background: url(../images/img_ttl_scale.png) no-repeat center/contain;
}
@media screen and (min-width: 768px) {
  .sec-ttl {
    margin-bottom: 4rem;
    font-size: 2.8rem;
  }
}

.notice li {
  position: relative;
  padding-left: 1.1em;
  font-size: 93%;
  line-height: 1.625;
}
.notice li::before {
  content: "※";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
}
@media screen and (min-width: 768px) {
  .notice li {
    font-size: 88%;
  }
}

.btn01 {
  margin: 0 auto;
  width: calc(580 / 680 * 100%);
}
.btn01 a {
  position: relative;
  text-align: center;
  font-family: "Shippori Mincho", serif;
  color: #a50008;
  padding: 5.4rem 0;
  font-size: 106%;
  line-height: 1.3;
  border: 1px solid currentColor;
  -webkit-clip-path: polygon(0.4em 0%, calc(100% - 0.4em) 0%, 100% 0.4em, 100% calc(100% - 0.4em), calc(100% - 0.4em) 100%, 0.4em 100%, 0% calc(100% - 0.4em), 0% 0.4em);
          clip-path: polygon(0.4em 0%, calc(100% - 0.4em) 0%, 100% 0.4em, 100% calc(100% - 0.4em), calc(100% - 0.4em) 100%, 0.4em 100%, 0% calc(100% - 0.4em), 0% 0.4em);
}
@media screen and (min-width: 768px) {
  .btn01 {
    width: calc(400 / 1560 * 100%);
    min-width: 300px;
  }
  .btn01 a {
    padding: 3rem 0;
    font-size: 122%;
    -webkit-transition-property: color, background-color;
    transition-property: color, background-color;
  }
  .btn01 a:hover {
    color: #ffffff;
    background-color: #a50008;
    -webkit-clip-path: none;
            clip-path: none;
  }
}

/* =====================================================================
*    header
* =================================================================== */
.header {
  padding: 10rem 0;
}
.header h1 {
  margin: 0 auto 9rem;
  width: calc(153 / 680 * 100%);
}
@media screen and (min-width: 768px) {
  .header {
    padding: 4rem 0;
  }
  .header > .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 1080px;
  }
  .header h1 {
    margin: 0;
    width: calc(115 / 1080 * 100%);
  }
}

.nav-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.nav-menu li {
  margin-bottom: 6rem;
  width: calc(320 / 680 * 100%);
}
.nav-menu li a {
  position: relative;
  text-align: center;
  padding-bottom: 2rem;
  font-family: "Shippori Mincho", serif;
  font-size: 3rem;
  font-weight: 600;
  border-bottom: 1px solid currentColor;
}
@media screen and (max-width: 767px) {
  .nav-menu li a::after {
    content: "";
    position: absolute;
    display: block;
    top: -0.3em;
    right: 0;
    width: 0.4em;
    height: 0.4em;
    border-top: 1px solid currentColor;
    border-right: 1px solid currentColor;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
    -webkit-transform-origin: bottom left;
            transform-origin: bottom left;
  }
}
.nav-menu li.nav-site {
  margin-bottom: 0;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .nav-menu li.nav-site a {
    border-top: 0;
    border-left: 0;
    border-right: 0;
    padding: 0 0 4rem;
  }
}
@media screen and (min-width: 768px) {
  .nav {
    width: calc(925 / 1080 * 100%);
  }
  .nav-menu {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .nav-menu li {
    margin: 0 2.3% 0 0;
    width: auto;
  }
  .nav-menu li a {
    font-size: 1.8rem;
  }
  .nav-menu li:not(.nav-site) a {
    padding-bottom: 0;
    border-bottom: 0;
  }
  .nav-menu li:not(.nav-site) a::after {
    content: "";
    position: absolute;
    display: block;
    bottom: -1.5em;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 4.17em;
    height: 1.11em;
    background: url(../images/img_ttl_scale.png) no-repeat center/contain;
    opacity: 0;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
  }
  .nav-menu li:not(.nav-site) a:hover::after {
    opacity: 1;
  }
  .nav-menu li.nav-site {
    margin: 0 0 0 auto;
    width: 24.4444444444%;
    min-width: auto;
  }
  .nav-menu li.nav-site a {
    padding: 2rem 0;
  }
}

/* =====================================================================
    goods
======================================================================*/
.goods {
  padding-top: 16rem !important;
}
.goods-list > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8rem 0;
  padding: 14rem calc(50 / 680 * 100%);
  background-color: #f6f6f6;
}
.goods-list > li:not(:last-child) {
  margin-bottom: 10rem;
}
.goods-list > li dl > * {
  position: relative;
  padding-left: 1em;
  font-family: "Shippori Mincho", serif;
  font-size: 126%;
  line-height: 1.4;
}
.goods-list > li dl > *::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto 0;
  width: 0.11em;
  height: 0.3em;
  background-color: #a50008;
}
.goods-list > li dl > *:not(:last-child) {
  margin-bottom: 4rem;
}
.goods-list > li dl dt {
  color: #a50008;
}
.goods-list > li figure {
  margin: 0 auto;
  width: calc(500 / 580 * 100%);
}
@media screen and (max-width: 767px) {
  .goods-list-right {
    display: contents;
  }
  .goods-list > li dl {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .goods-list > li figure {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .goods-list > li p {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .goods-list > li .notice {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
}
@media screen and (min-width: 768px) {
  .goods {
    padding-top: 10rem !important;
  }
  .goods-list > li {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 0;
    padding: 8rem calc(240 / 1560 * 100%);
  }
  .goods-list > li:not(:last-child) {
    margin-bottom: 6rem;
  }
  .goods-list > li dl > * {
    font-size: 122%;
  }
  .goods-list > li figure {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin: 0 calc(80 / 1080 * 100%) 0 0;
    width: calc(300 / 1080 * 100%);
  }
  .goods-list-right {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .goods-list-right > *:not(:last-child) {
    margin-bottom: 3rem;
  }
}

/* =====================================================================
    fee
======================================================================*/
.fee::before {
  content: "";
  position: absolute;
  display: block;
  top: 1.1rem;
  right: 0;
  width: 31.6rem;
  height: 18.4rem;
  background: url(../images/img_scale02.png) no-repeat center/contain;
}
.fee-table dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  font-family: "Shippori Mincho", serif;
}
.fee-table dl:not(:first-child) {
  border-top: 1px solid #000000;
}
.fee-table dl > * {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 3rem 0;
  line-height: 1.4;
}
.fee-table dl > *:not(:last-child) {
  border-right: 1px solid #000000;
}
.fee-table dl dt {
  width: calc(200 / 680 * 100%);
}
.fee-table dl dd {
  width: calc(240 / 680 * 100%);
  color: #a50008;
}
.fee-table-head > * {
  line-height: 1.071 !important;
}
.fee-table-head > * small {
  display: inline-block;
}
.fee-table-head dd {
  color: #000000 !important;
}
.fee .notice {
  margin: 8rem auto 0;
  width: calc(580 / 680 * 100%);
}
@media screen and (min-width: 768px) {
  .fee::before {
    top: 5.4rem;
  }
  .fee-table {
    margin: 0 auto;
    max-width: 1080px;
  }
  .fee-table dl > * {
    padding: 3.5rem 0;
    font-size: 122%;
  }
  .fee .notice {
    margin: 4rem auto 0;
    width: 100%;
    max-width: 1080px;
  }
}

/* =====================================================================
    guide
======================================================================*/
.guide::before {
  content: "";
  position: absolute;
  display: block;
  top: 3rem;
  left: -1.7rem;
  width: 52.6rem;
  height: 18.4rem;
  background: url(../images/img_scale03.png) no-repeat center/contain;
}
.guide-list,
.guide .notice {
  margin: 0 auto;
  width: calc(580 / 680 * 100%);
}
.guide-list > li {
  padding-bottom: 4rem;
  border-bottom: 1px solid #000000;
}
.guide-list > li:not(:last-child) {
  margin-bottom: 4rem;
}
.guide-list > li h4 {
  margin-bottom: 2rem;
}
.guide-list > li h4 img {
  margin: auto;
  width: auto;
  height: 15.2rem;
}
.guide-list-desc {
  padding: 0 calc(30 / 580 * 100%);
}
.guide-list-desc p a {
  font-size: 80%;
}
.guide .notice {
  margin-top: 12rem;
}
@media screen and (min-width: 768px) {
  .guide::before {
    top: 3.6rem;
    left: 1.4rem;
  }
  .guide-list,
  .guide .notice {
    width: 100%;
    max-width: 1080px;
  }
  .guide-list > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-bottom: 2rem;
  }
  .guide-list > li:not(:last-child) {
    margin-bottom: 5.2rem;
  }
  .guide-list > li h4 {
    display: grid;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    margin-bottom: 0;
    width: calc(450 / 1080 * 100%);
  }
  .guide-list > li h4 img {
    height: 9.7rem;
  }
  .guide-list-desc {
    padding: 0;
    width: calc(600 / 1080 * 100%);
  }
}

/* =====================================================================
*    banner
* =================================================================== */
.banner::before {
  content: "";
  position: absolute;
  display: block;
  top: 4rem;
  right: 0;
  width: 31.6rem;
  height: 14.4rem;
  background: url(../images/img_scale04.png) no-repeat center/contain;
}
.banner-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.banner-list li {
  margin-top: 3rem;
  width: calc(560 / 680 * 100%);
}
.banner-list li:first-child {
  margin-top: 0;
}
.banner .link-site {
  margin-top: 24rem;
}
@media screen and (min-width: 768px) {
  .banner::before {
    top: 2rem;
    right: 2.3rem;
  }
  .banner-list li {
    margin: 4rem calc(60 / 1560 * 100%) 0 0;
    width: calc(480 / 1560 * 100%);
  }
  .banner-list li:nth-child(-n+3) {
    margin-top: 0;
  }
  .banner-list li:nth-child(3n), .banner-list li:last-child {
    margin-right: 0;
  }
  .banner-list li a {
    -webkit-transition-property: opacity;
    transition-property: opacity;
  }
  .banner-list li a:hover {
    opacity: 0.7;
  }
  .banner .link-site {
    margin-top: 20rem;
  }
}/*# sourceMappingURL=base.css.map */