@charset "UTF-8";
/* CSS Document */
/* 基本設定-------------------------------------------*/
a {
  text-decoration: none;
  transition: all 0.3s;
  color: #191919;
  outline: none;
  position: relative;
  display: inline-block;
}

a:hover {
  opacity: 0.7;
}

a img,
a svg {
  text-decoration: none;
  transition: all 0.3s;
  color: #191919;
  outline: none;
}

div {
  outline: none;
  word-break: break-word;
}

img {
  max-width: 100%;
  height: auto;
  outline: none;
}

svg {
  backface-visibility: hidden;
  transform: translateZ(0);
}

div,
li,
header,
footer,
dt,
dd,
section {
  box-sizing: border-box;
}

input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

.pc-view {
  display: none !important;
}

.sp-view {
  display: block !important;
}

@media screen and (min-width: 769px) {
  .pc-view {
    display: block !important;
  }
  .sp-view {
    display: none !important;
  }
}
/*-- Base --*/
html {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  height: -webkit-fill-available;
}

body {
  color: #191919;
  background: #fff;
  line-height: 1.5;
  font-family: "Zen Kaku Gothic Antique", "Noto Sans JP", "ヒラギノ角ゴシック", "Hiragino Kaku Gothic", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-size: 16px;
  width: 100%;
  word-wrap: break-word;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
  min-height: -webkit-fill-available;
}

@media screen and (min-width: 769px) {
  a[href*="tel:"] {
    text-decoration: none;
  }
}
/*-- HTML5 elements --*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section,
summary {
  display: block;
  margin: 0;
  padding: 0;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*/ /*/
height: auto;
overflow: hidden;
/**/
}

strong {
  font-weight: bold;
}

section,
article {
  position: relative;
}

.nolink {
  pointer-events: none;
}
.nolink:hover {
  opacity: 1;
}

.svg-box {
  width: 0;
  height: 0;
}

.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

/* 細かいパーツ-------------------------------------------*/
#page {
  position: relative;
  overflow: hidden;
}

.flex-wrapper {
  display: flex;
}

.box-inner {
  padding: 0 20px;
  position: relative;
}

@media screen and (min-width: 769px) {
  .box-inner {
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1020px;
  }
  .pc-flex {
    display: flex;
  }
}
.font-en {
  font-family: "Michroma", sans-serif;
}

.icon-svg {
  position: absolute;
  width: 0;
  height: 0;
}

.font-s {
  font-size: 10px;
}

@media screen and (min-width: 769px) {
  .font-s {
    font-size: 12px;
  }
}
/* スプラッシュ-------------------------------------------*/
#splash {
  position: fixed;
  top: 0;
  left: 0;
  background: #e9e03b;
  transition: 1s;
  z-index: 101;
  padding: 30px;
  text-align: center;
  width: 100%;
  height: 100vh;
}
#splash.hide {
  opacity: 0;
  pointer-events: none;
}
#splash img {
  transition: 2s;
  opacity: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#splash img.show {
  opacity: 1;
}

/* スプリットレイアウト全般設定-------------------------------------------*/
.split-layout {
  --content-width: 375px;
  position: relative;
  min-height: 100vh;
  background-color: #e9e03b;
}
.split-layout__left, .split-layout__right {
  position: fixed;
  top: 0;
  width: calc((100vw - var(--content-width)) / 2);
  height: 100vh;
  background-color: #e9e03b;
  background-image: url(../images/bg_dotted_line.svg);
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-blend-mode: multiply;
}
.split-layout__left {
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.split-layout__logo {
  display: block;
}
.split-layout__logo img {
  display: block;
  width: 180px;
  height: auto;
}
.split-layout__logo:focus-visible {
  outline: 3px solid #005fcc;
  outline-offset: 5px;
}
.split-layout__main {
  width: var(--content-width);
  min-height: 100vh;
  margin-inline: auto;
  background: #fff;
  box-shadow: 0px 0px 10px rgba(43, 43, 43, 0.1);
}
.split-layout__right {
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-position: right top;
}

.split-layout__left .pc-ttl {
  width: min(26.7811158798vw, 312px);
}
.split-layout__left .deco {
  position: absolute;
}
.split-layout__left .deco.deco01 {
  top: 10px;
  left: 10px;
}
.split-layout__left .deco.deco02 {
  bottom: 10px;
  left: 10px;
}

.split-layout__right .deco {
  position: absolute;
}
.split-layout__right .deco.deco01 {
  top: 10px;
  right: 10px;
}
.split-layout__right .deco.deco02 {
  bottom: 10px;
  right: 10px;
}
.split-layout__right .btn-ticket {
  text-align: center;
}
.split-layout__right .btn-ticket .btn {
  width: 118px;
}
.btn-ticket.sp-view {
  position: fixed;
  bottom: 2px;
  right: -5px;
  z-index: 10;
}
.btn-ticket.sp-view .btn {
  width: 118px;
}
/* グローバルナビ-------------------------------------------*/
.global-nav {
  display: flex;
  flex-direction: column;
  gap: 18px;
  width: min(24.0343347639vw, 280px);
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  .global-nav {
    width: 80vw;
    gap: 24px;
  }
}
.global-nav li {
  padding-bottom: 18px;
  border-bottom: 1px solid #948E29;
}
.global-nav li a {
  display: flex;
  align-items: center;
  gap: 8px;
  position: relative;
  padding: 0 12px;
}
@media (max-width: 768px) {
  .global-nav li a {
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
  }
}
.global-nav li a .txt-en {
  line-height: 1;
}
@media (max-width: 768px) {
  .global-nav li a .txt-en img {
    height: 16px;
    width: fit-content;
  }
}
.global-nav li a .txt-jp {
  font-size: 10px;
  font-weight: 600;
}
@media (max-width: 768px) {
  .global-nav li a .txt-jp {
    font-size: 12px;
  }
}
.global-nav li a::before {
  content: "";
  position: absolute;
  right: 6px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 22px;
  height: 22px;
  background: url(../images/nav_icon_da.svg) no-repeat;
  background-size: contain;
}
@media (max-width: 768px) {
  .global-nav li a::before {
    width: 32px;
    height: 32px;
  }
}

/* SP用メニュー関連-------------------------------------------*/
.menu-button {
  display: none;
}

.sp-menu {
  display: none;
}

@media (max-width: 768px) {
  .split-layout__left, .split-layout__right {
    display: none;
  }
  .split-layout__main {
    width: 100%;
  }
  .menu-button {
    position: fixed;
    z-index: 100;
    top: 12px;
    right: 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: #222;
    color: #fff;
    cursor: pointer;
  }
  .menu-button__line {
    display: block;
    width: 22px;
    height: 1px;
    background: #fff;
  }
  .menu-button__line:first-child {
    margin-bottom: 7px;
  }
  .menu-button__text {
    margin-top: 5px;
    font-size: 9px;
    letter-spacing: 0.1em;
  }
  .menu-button:focus-visible {
    outline: 3px solid #005fcc;
    outline-offset: 4px;
  }
  .menu-button .close-btn {
    opacity: 0;
    transition: 0.3s;
    position: absolute;
    z-index: 1;
    right: 0;
    top: 0;
  }
  .menu-button.is-open .close-btn {
    opacity: 1;
  }
  .sp-menu {
    position: fixed;
    z-index: 99;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #E9E03B;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s, visibility 0.3s;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .sp-menu {
    background-image: url(../images/spnav_bg.svg);
    background-repeat: no-repeat;
    background-size: contain;
  }
}
@media (max-width: 768px) {
  .sp-menu__list {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
  }
  .sp-menu__list li:not(:last-child) {
    margin-bottom: 30px;
  }
  .sp-menu__list a {
    color: #222;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-decoration: none;
  }
  .sp-menu.is-open {
    visibility: visible;
    opacity: 1;
  }
  .sp-menu .menu-button-close {
    position: absolute;
    top: 12px;
    right: 8px;
    width: 52px;
    height: 52px;
    z-index: 1;
  }
  body.is-menu-open {
    overflow: hidden;
  }
}
/* コンテンツ-------------------------------------------*/
.content-section {
  position: relative;
  padding-top: 44px;
  padding-bottom: 26.6666666667vw;
  font-size: 16px;
  font-weight: 500;
}
@media (min-width: 769px) {
  .content-section {
    padding-bottom: 100px;
  }
}
.content-section .content-section-inner {
  padding: 0 24px;
  position: relative;
}
.content-section__title {
  margin: 0 0 30px;
  font-size: 40px;
  line-height: 1.2;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  text-align: left;
}
.content-section__text {
  margin: 0;
  line-height: 2;
}
.content-section::before {
  content: "";
  position: absolute;
  left: 0;
  top: -16vw;
  width: 100%;
  height: 16vw;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 769px) {
  .content-section::before {
    top: -60px;
    background-size: contain;
  }
}
.content-section.bg-b {
  background: #191919;
  color: #fff;
}
.content-section.bg-b::before {
  background-image: url(../images/border_black.svg);
}
.content-section.bg-w {
  background: #fff;
}
.content-section.bg-w::before {
  background-image: url(../images/border_white.svg);
}
.content-section.bg-y {
  background: #e9e03b;
}
.content-section.bg-y::before {
  background-image: url(../images/border_yellow.svg);
}
.content-section.side-l .content-section-inner {
  padding-left: 60px;
}
.content-section.side-l .content-section-inner .ttl-img {
  position: absolute;
  left: 0;
  top: 0;
}
.content-section.side-r .content-section-inner {
  padding-right: 55px;
}
.content-section.side-r .content-section-inner .ttl-img {
  position: absolute;
  top: 0;
  right: 0;
}

/*============================
#top
============================*/
#top {
  padding: 0;
}
#top .content-section__title {
  margin-bottom: 0;
}
/*============================
#intro
============================*/
#intro {
  padding-top: 48px;
}
#intro .content-section-inner {
  text-align: center;
}
#intro .content-section-inner .intro-ttl_sub01 {
  font-size: 5.3333333333vw;
  font-weight: bold;
}
@media (min-width: 769px) {
  #intro .content-section-inner .intro-ttl_sub01 {
    font-size: 20px;
  }
}
#intro .content-section-inner .intro-ttl {
  margin-bottom: 5px;
  font-family: "Zen Old Mincho", serif;
  font-size: 11.7333333333vw;
  font-weight: 700;
  line-height: 1.4;
}
@media (min-width: 769px) {
  #intro .content-section-inner .intro-ttl {
    font-size: 44px;
  }
}
#intro .content-section-inner .intro-ttl .letter01 {
  color: #fff;
  position: relative;
  display: inline-block;
  margin-left: 2.1333333333vw;
}
@media (min-width: 769px) {
  #intro .content-section-inner .intro-ttl .letter01 {
    margin-left: 8px;
  }
}
#intro .content-section-inner .intro-ttl .letter01::before {
  content: "";
  position: absolute;
  top: 1.3333333333vw;
  left: -1.0666666667vw;
  width: 13.8666666667vw;
  height: 13.8666666667vw;
  background: #191919;
}
@media (min-width: 769px) {
  #intro .content-section-inner .intro-ttl .letter01::before {
    top: 5px;
    left: -4px;
    width: 52px;
    height: 52px;
  }
}
#intro .content-section-inner .intro-ttl .letter01 span {
  position: relative;
}
#intro .content-section-inner .intro-ttl_sub02 {
  font-family: "Zen Old Mincho", serif;
  font-size: 4.8vw;
  margin-bottom: 12px;
  font-weight: 700;
}
@media (min-width: 769px) {
  #intro .content-section-inner .intro-ttl_sub02 {
    font-size: 18px;
  }
}
#intro .content-section-inner .content-section__text {
  text-align: left;
  line-height: 1.75;
  font-size: min(4.2666666667vw, 16px);
  font-weight: 500;
}
#intro .content-section-inner .content-section__text .intro-blacktxt {
  width: min(24.5333333333vw, 92px);
  height: min(6.1333333333vw, 23px);
  background: #191919;
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
}
#intro .content-section-inner .content-section__text .txt-img {
  height: 16px;
  width: auto;
  vertical-align: initial;
}

.icon-skelton {
  animation: katakata 6000ms step-start infinite;
}

@keyframes katakata {
  0% {
    transform: translateY(-2px) rotate(6deg);
  }
  10% {
    transform: translate(0) rotate(0deg);
  }
  20% {
    transform: translate(0) rotate(-6deg);
  }
  30% {
    transform: translateY(-2px) rotate(0deg);
  }
  40% {
    transform: translateY(-2px) rotate(6deg);
  }
  50% {
    transform: translate(2px) rotate(-2deg);
  }
  60% {
    transform: translateY(2px) rotate(0deg);
  }
  70% {
    transform: translate(0) rotate(6deg);
  }
  80% {
    transform: translate(2px) rotate(-2deg);
  }
  90% {
    transform: translate(0) rotate(0deg);
  }
  100% {
    transform: translateY(-2px) rotate(6deg);
  }
}
/*============================
#news
============================*/
#news {
  padding-bottom: 32vw;
}
@media (min-width: 769px) {
  #news {
    padding-bottom: 120px;
  }
}
#news .icon-skelton {
  width: 140px;
  position: absolute;
  top: -102px;
  right: 0;
}
#news .content-section-inner .content-section__title {
  margin-bottom: 37px;
  font-size: 36px;
}
#news .content-section-inner .news-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
#news .content-section-inner .news-list .news-item {
  padding-bottom: 24px;
  border-bottom: 1px solid #313131;
}
#news .content-section-inner .news-list .news-item .news-hd {
  display: flex;
  gap: 55px;
  align-items: center;
  margin-bottom: 10px;
}
#news .content-section-inner .news-list .news-item .news-hd .date {
  font-size: 14px;
}
#news .content-section-inner .news-list .news-item .news-hd .category {
  font-size: 13px;
  font-weight: 600;
  background: #fff;
  color: #191919;
  padding: 2px 6px;
}
/*============================
#about
============================*/
#about .content-section-inner .content-section__subtitle {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 8px;
}
#about .content-section-inner .taiken-img {
  margin-bottom: 20px;
}
#about .content-section-inner .content-section__title {
  margin-bottom: 20px;
  font-size: 35px;
}
#about .content-section-inner .content-section__text .about-txt-l {
  font-size: 20px;
  font-weight: 600;
}
#about .content-section-inner .content-section__text {
  padding-top: 30px;
  margin-top: 30px;
  border-top: 1px solid #191919;
}
#about .content-section-inner .content-section__text .txt-img {
  height: 18px;
  width: auto;
  vertical-align: initial;
}

/*============================
#highlight
============================*/
#highlight {
  padding-top: 48px;
}
#highlight .content-section-inner {
  padding-bottom: 60px;
}
#highlight .hilight-list {
  display: flex;
  flex-direction: column;
  gap: 56px;
}
#highlight .hilight-list .hilight-item .img-box {
  position: relative;
  margin-bottom: 20px;
}
#highlight .hilight-list .hilight-item .img-box .num {
  position: absolute;
  left: 43px;
  top: -4px;
}
#highlight .hilight-list .hilight-item .txt-box {
  font-size: 14px;
  padding: 0 24px;
  line-height: 1.7;
}

/*============================
#message
============================*/
/*============================
#goods
============================*/
#goods .content-section-inner .content-section__title {
  margin-bottom: 16px;
}
#goods .content-section-inner .content-section__text {
  margin-bottom: 32px;
}
#goods .content-section-inner .ttl-goods {
  margin-left: 8px;
  width: min(49.0666666667vw, 184px);
}
#goods .content-section-inner .goods-list {
  display: grid;
  gap: 24px 21px;
  grid-template-columns: 1fr 1fr;
}
#goods .content-section-inner .goods-list .goods-item .img-box {
  margin-bottom: 12px;
}
#goods .content-section-inner .goods-list .goods-item .txt-box .item-name {
  font-size: 14px;
}
#goods .content-section-inner .goods-list .goods-item .txt-box .price {
  font-weight: 400;
  font-size: 13px;
}

.content-dllist {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.content-dllist .inner {
  border-bottom: 1px solid #EDEDED;
  padding-bottom: 16px;
  margin-bottom: 2px;
}
.content-dllist .inner dt {
  font-size: 20px;
  font-weight: 600;
}
/*============================
#outline
============================*/
#outline {
  padding-top: 60px;
}
#outline .content-section-inner .content-section__note {
  font-size: 13px;
  font-weight: 400;
  margin-top: 12px;
}

/*============================
#ticket
============================*/
#ticket {
  padding-bottom: 29.3333333333vw;
}
@media (min-width: 769px) {
  #ticket {
    padding-bottom: 110px;
  }
}
#ticket .content-section-inner .content-dllist .inner {
  border-color: #D8D04C;
}
#ticket .content-section-inner .content-section__note {
  font-size: 13px;
  font-weight: 400;
  margin-top: 12px;
}
#ticket .content-section-inner .btn {
  margin-inline: auto;
  margin-top: 24px;
  height: 70px;
  border-radius: 10px;
  background: #191919;
  position: relative;
  color: #fff;
  display: flex;
  align-items: center;
  padding: 0 35px;
  max-width: 300px;
}
#ticket .content-section-inner .btn::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 17px;
  margin: auto;
  background: url(../images/arrow_btn.svg) no-repeat;
  background-size: contain;
  width: 32px;
  height: 32px;
}
/*============================
#access
============================*/
#access .content-section-inner .address {
  margin-bottom: 24px;
  font-size: 14px;
}
/*============================
#attention
============================*/
#attention {
  font-size: 14px;
}
#attention .content-section-inner .content-section__title {
  margin-bottom: 20px;
}
#attention .content-section-inner .attention-wrapper {
  position: relative;
  overflow: hidden;
  transition: 0.5s;
  height: 276px;
}
#attention .content-section-inner .attention-wrapper::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background: linear-gradient(rgba(255, 255, 255, 0) 0%, #191919 100%);
  z-index: 1;
}
@media (min-width: 769px) {
  #attention .content-section-inner .attention-wrapper::before {
    height: 100px;
  }
}
#attention .content-section-inner .attention-wrapper.open {
  height: auto;
}
#attention .content-section-inner .attention-wrapper.open::before {
  opacity: 0;
}
#attention .content-section-inner .attention-wrapper .content-section__text {
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.85;
}
#attention .content-section-inner .attention-wrapper .content-section__text .note {
  font-weight: 400;
  font-size: 12px;
}
#attention .content-section-inner .attention-wrapper .content-section__mds {
  margin-bottom: 4px;
  font-size: 18px;
  font-weight: 600;
}
#attention .content-section-inner .btn-more {
  position: relative;
  width: fit-content;
  margin-inline: auto;
  margin-top: 30px;
  cursor: pointer;
}
#attention .content-section-inner .btn-more .icon-more {
  background: #fff;
  border-radius: 50%;
  width: 22px;
  height: 22px;
  display: inline-block;
  vertical-align: bottom;
  position: absolute;
  right: -28px;
  top: 0;
  bottom: 0;
  margin: auto;
}
#attention .content-section-inner .btn-more .icon-more:before, #attention .content-section-inner .btn-more .icon-more:after {
  content: "";
  position: absolute;
  margin: auto;
  right: 0;
  top: 0;
  bottom: 0;
  left: 0;
  width: 8px;
  height: 1px;
  background: #3b3b3b;
  transition: all 0.3s;
}
#attention .content-section-inner .btn-more .icon-more:before {
  transform: rotate(90deg);
}
#attention .content-section-inner .btn-more.open .icon-more::before {
  transform: rotate(0deg);
}

/*============================
#credit
============================*/
#credit {
  padding-bottom: 45.3333333333vw;
}
@media (min-width: 769px) {
  #credit {
    padding-bottom: 170px;
  }
}
#credit .content-section-inner .content-dllist .inner {
  border-color: #D8D04C;
}
.page-ft {
  padding: 80px 0 40px;
  background: #191919;
  color: #fff;
  text-align: center;
  position: relative;
}
.page-ft::before {
  content: "";
  position: absolute;
  left: 0;
  top: -16vw;
  width: 100%;
  height: 16vw;
  background-image: url(../images/border_black.svg);
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 769px) {
  .page-ft::before {
    top: -60px;
    height: 60px;
    background-size: contain;
  }
}
.page-ft .icon-skelton {
  width: 150px;
  position: absolute;
  top: -110px;
  left: 0;
  right: 0;
  margin: auto;
}
.page-ft .sns-list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 13px;
  margin-bottom: 36px;
}
.page-ft a {
  text-decoration: underline;
  color: #fff;
}
.page-ft .copyright {
  font-size: 10px;
  color: #727272;
}
/*# sourceMappingURL=_map/common.css.map */
