@charset "UTF-8";
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

:where([hidden]:not([hidden=until-found])) {
  display: none !important;
}

:where(html) {
  -webkit-text-size-adjust: none;
  /* color-scheme: dark light */
}

@supports not (min-block-size: 100dvb) {
  :where(html) {
    block-size: 100%;
  }
}
@media (prefers-reduced-motion: no-preference) {
  :where(html:focus-within) {
    scroll-behavior: smooth;
  }
}
:where(body) {
  block-size: 100%;
  block-size: 100dvb;
  line-height: 1.5;
  font-family: system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
}

:where(input, button, textarea, select) {
  font: inherit;
  color: inherit;
}

:where(textarea) {
  resize: vertical;
  resize: block;
}

:where(button, label, select, summary, [role=button], [role=option]) {
  cursor: pointer;
}

:where(:disabled) {
  cursor: not-allowed;
}

:where(label:has(> input:disabled), label:has(+ input:disabled)) {
  cursor: not-allowed;
}

:where(button) {
  border-style: solid;
}

:where(a) {
  text-underline-offset: 0.2ex;
}

:where(ul, ol) {
  list-style: none;
}

:where(img, svg, video, canvas, audio, iframe, embed, object) {
  display: block;
}

:where(img, picture, svg) {
  max-inline-size: 100%;
  block-size: auto;
}

:where(p, h1, h2, h3, h4, h5, h6) {
  overflow-wrap: break-word;
}

:where(h1, h2, h3) {
  line-height: calc(1em + 0.5rem);
}

:where(hr) {
  border: none;
  -webkit-border-before: 1px solid;
          border-block-start: 1px solid;
  color: inherit;
  block-size: 0;
  overflow: visible;
}

:where(:focus-visible) {
  outline: 2px solid var(--focus-color, Highlight);
  outline-offset: 2px;
}

:where(.visually-hidden:not(:focus, :active, :focus-within, .not-visually-hidden)) {
  -webkit-clip-path: inset(50%) !important;
          clip-path: inset(50%) !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden !important;
  position: absolute !important;
  white-space: nowrap !important;
  border: 0 !important;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.6rem;
  line-height: 1.75;
  color: #000;
}

.onlineShop {
  position: fixed;
  top: 20px;
  right: 165px;
  z-index: 5;
  width: 205px;
  height: 60px;
  background-color: #150b0b;
  border: none;
}
@media screen and (max-width: 1023px) {
  .onlineShop {
    top: 70px;
    right: 10px;
    width: 60px;
  }
}
.onlineShop__link {
  text-decoration: none;
  display: block;
  width: 100%;
  height: 100%;
}
.onlineShop__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  height: 100%;
}
.onlineShop__wrap:hover {
  -webkit-transform: translateX(6px);
          transform: translateX(6px);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 599px) {
  .onlineShop__wrap:hover {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
.onlineShop__icon {
  width: 40px;
  height: 35px;
  margin-top: 12px;
  margin-left: 20px;
}
@media screen and (max-width: 1023px) {
  .onlineShop__icon {
    margin-left: 8px;
  }
}
.onlineShop__text {
  color: #F59330;
  font-size: 16px;
  font-weight: normal;
  margin-top: 16px;
  margin-left: 15px;
}
@media screen and (max-width: 1023px) {
  .onlineShop__text {
    display: none;
  }
}

.humberger {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 20;
  width: 145px;
  height: 60px;
  background-color: #150b0b;
  /*ハンバーガーボタンの三本線*/
}
@media screen and (max-width: 1023px) {
  .humberger {
    top: 80px;
    width: 60px;
    top: 10px;
    right: 10px;
  }
}
.humberger__area {
  display: block;
  cursor: pointer;
  position: relative;
  background-color: #150b0b;
  width: 139px;
  height: 100%;
  z-index: 20;
  border: none;
  /*ハンバーガーボタンのMENU・CLOSE表示*/
}
@media screen and (max-width: 1023px) {
  .humberger__area {
    width: 54px;
  }
}
.humberger__area:hover {
  -webkit-transform: translateX(6px);
          transform: translateX(6px);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 599px) {
  .humberger__area:hover {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
.humberger__area::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 20px;
  z-index: 1;
  font-size: 1.6rem;
  color: #fff;
  font-weight: normal;
}
.humberger__area::after {
  content: "MENU";
}
@media screen and (max-width: 1023px) {
  .humberger__area::after {
    display: none;
  }
}
.humberger.is-active .humberger__area::after {
  content: "CLOSE";
}
@media screen and (max-width: 1023px) {
  .humberger.is-active .humberger__area::after {
    display: none;
  }
}
.humberger__button {
  width: 40px;
  height: 2px;
  margin-top: 3px;
  margin-left: 20px;
  background-color: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .humberger__button {
    margin-left: 10px;
  }
}
.humberger__button::before, .humberger__button::after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: absolute;
  top: -10px;
  left: 0;
  z-index: 200;
}
.humberger__button::after {
  top: 10px;
  left: 0;
}
.humberger.is-active .humberger__button::before {
  -webkit-transform: translateY(10px) rotate(315deg);
          transform: translateY(10px) rotate(315deg);
}
.humberger.is-active .humberger__button {
  height: 0px;
}
.humberger.is-active .humberger__button::after {
  -webkit-transform: translateY(-10px) rotate(-315deg);
          transform: translateY(-10px) rotate(-315deg);
}
.humberger__menu {
  position: fixed;
  top: 0;
  right: -150vw;
  z-index: 10;
  width: 40%;
  min-width: 375px;
  height: 100vh;
  height: 100dvh;
  -webkit-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
  border: 1px solid #F59330;
  overflow-y: auto;
  background-color: #000;
  -webkit-box-shadow: -6px 0 6px #C9A063;
          box-shadow: -6px 0 6px #C9A063;
}
.humberger.is-active .humberger__menu {
  right: 0;
}
.humberger__menuWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 70%;
  background: -webkit-gradient(linear, left top, left bottom, from(#1a1209), to(#67330C));
  background: linear-gradient(#1a1209, #67330C);
  border-radius: 0 0 3000px 3000px/0 0 150px 150px;
}
.humberger__menuLists {
  text-align: left;
  width: 290px;
  margin: 0 auto;
}
.humberger__menuList {
  position: relative;
  text-decoration: none;
  color: #fff;
  font-size: 3.2rem;
  line-height: 2.5;
  font-family: "Noto Serif JP", serif;
  font-weight: 200;
  font-style: italic;
  margin-left: 35px;
}
.humberger__menuList::before {
  display: block;
  content: "";
  background-image: url(../img/cacao-gold@2x.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 10px;
  left: -35px;
}
.humberger__menuList--sm {
  font-size: 1.6rem;
}
.humberger__menuList::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 1px;
  background-color: #fff;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.humberger__menuList:hover::after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
.humberger__menuList:hover {
  font-weight: bold;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.humberger__menuListOnlineshop {
  position: relative;
  text-decoration: none;
  font-size: 3.2rem;
  line-height: 2.5;
  font-family: "Noto Serif JP", serif;
  font-weight: 200;
  font-style: italic;
  color: #F59330;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 10px;
}
.humberger__menuListOnlineshop:hover {
  font-weight: bold;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.humberger__menuListOnlineshopLogo {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-right: 15px;
}
.humberger__menuFooter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 30%;
  padding: 30px 0;
  background-color: #000;
  position: relative;
}
.humberger__menuFooterLogo {
  width: 140px;
}
.humberger__sns {
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.humberger__snsIcon {
  display: block;
}
.humberger__snsIcon--Instagram {
  width: 32px;
  height: 32px;
  margin: 15px 15px;
}
.humberger__snsIcon--Facebook {
  width: 40px;
  height: 40px;
  margin: 10px 10px;
}
.humberger__snsIcon--Twitter {
  width: 32px;
  height: 32px;
  border: 1px solid white;
  padding: 7px;
  border-radius: 5px;
  margin: 15px 15px;
}
.humberger__snsIcon:hover {
  -webkit-filter: invert(62%) sepia(59%) saturate(317%) hue-rotate(357deg) brightness(96%) contrast(85%);
          filter: invert(62%) sepia(59%) saturate(317%) hue-rotate(357deg) brightness(96%) contrast(85%);
}

/* 星空の背景のスタイル */
.stars,
.stars2 {
  position: relative;
  overflow: hidden;
}

/* 星のスタイル */
.star {
  position: absolute;
  z-index: 0;
  display: block;
  background-color: #fff;
  /* 星の色 */
  border-radius: 50%;
  -webkit-box-shadow: 0 0 4px 2px rgba(255, 255, 255, 0.2);
          box-shadow: 0 0 4px 2px rgba(255, 255, 255, 0.2);
  /* 星の影 */
  opacity: 0;
  -webkit-animation: twinkle 2s infinite;
          animation: twinkle 2s infinite;
}

.stars.is-stopAnim .star {
  opacity: 0.7;
  -webkit-animation: none;
          animation: none;
  -webkit-transition: 2s;
  transition: 2s;
}

.humberger .stars2 .star {
  opacity: 0.5;
  -webkit-animation: none;
          animation: none;
}

.humberger.is-active .stars2 .star {
  opacity: 0;
  -webkit-animation: twinkle 2s infinite;
          animation: twinkle 2s infinite;
}

@-webkit-keyframes twinkle {
  0% {
    opacity: 0;
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes twinkle {
  0% {
    opacity: 0;
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.shop {
  width: 100%;
  overflow: auto;
}
.shop__inner {
  margin-top: 120px;
  margin-bottom: 220px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  width: 90%;
}
@media screen and (max-width: 1023px) {
  .shop__inner {
    margin-top: 88px;
    margin-bottom: 88px;
  }
}
@media screen and (max-width: 599px) {
  .shop__inner {
    margin-top: 48px;
    margin-bottom: 48px;
  }
}
.shop__title {
  font-size: clamp(4.2rem, -4.264rem + 18.3vw, 17.7rem);
  font-family: "Noto Serif JP", serif;
  font-weight: 200;
  font-style: italic;
  margin-bottom: 140px;
}
@media screen and (max-width: 1023px) {
  .shop__title {
    margin-bottom: 88px;
  }
}
@media screen and (max-width: 599px) {
  .shop__title {
    margin-bottom: 48px;
  }
}
.shop__text {
  font-size: 1.6rem;
  line-height: 2;
  margin-bottom: 26px;
}
.shop__infoWrap {
  display: grid;
  width: 100%;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 5px;
  margin-bottom: 10px;
}
.shop__info {
  position: relative;
  width: 100%;
  height: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}
.shop__info:hover {
  -webkit-box-shadow: inset 15px 15px 15px rgb(0, 0, 0), inset -15px -15px 15px rgb(0, 0, 0);
          box-shadow: inset 15px 15px 15px rgb(0, 0, 0), inset -15px -15px 15px rgb(0, 0, 0);
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
.shop__info:hover .shop__link-img {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
.shop__info:hover .shop__linkText {
  text-shadow: 3px 3px 3px black;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
.shop__link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.shop__linkText {
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.5;
  font-size: clamp(2.6rem, 1.1888rem + 3.76vw, 4.2rem);
  text-align: center;
}
.shop__linkText--accent {
  color: #F59330;
}
.shop__linkText--small {
  margin-top: 30px;
  font-size: 1.6rem;
}
.shop__link-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: calc(100% + 600px);
  top: -600px;
}
.shop__link-bg::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  background-color: hsla(0, 0%, 0%, 0.6);
}
.shop__link-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.shop__link-icon {
  width: 80px;
  margin: 0 auto;
}

#loading {
  width: 100vw;
  height: 100vh;
  height: 100dvh;
  background-color: #000;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}

#loading.is-loaded {
  top: -150vh;
  opacity: 0.5;
  -webkit-transition: 0.7s linear;
  transition: 0.7s linear;
  -webkit-transition-property: top;
  transition-property: top;
}

#logo {
  width: 15%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 1023px) {
  #logo {
    width: 30%;
  }
}
@media screen and (max-width: 700px) {
  #logo {
    width: 50%;
  }
}

#logo_svg path {
  /*透過0で塗りの色が見えない状態*/
  fill-opacity: 0;
  /*1.5秒で色が付くアニメーション*/
  -webkit-transition: fill-opacity 1.5s;
  transition: fill-opacity 1.5s;
  /*塗りの色*/
  fill: none;
  /*線の色*/
  stroke: #C9A063;
}

#logo_svg.is-done path {
  /*塗りの色*/
  fill: none;
  -webkit-transition: 1s;
  transition: 1s;
  /*透過1で塗りの色が見える状態*/
  fill-opacity: 1;
  /*線の色*/
  stroke: #C9A063;
}

.cls-3 {
  stroke-width: 6px;
}

.cls-3,
.cls-4 {
  fill: none;
}

.cls-4 {
  stroke-width: 3px;
}

.btn {
  position: relative;
  display: block;
  width: 220px;
  padding: 18px 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-align: center;
  text-decoration: none;
  border-radius: 50px;
  border: 0px solid transparent;
  background-image: -webkit-gradient(linear, left top, right top, from(#1a1209), color-stop(51%, #67330C), to(#1a1209));
  background-image: linear-gradient(to right, #1a1209 0%, #67330C 51%, #1a1209 100%);
  background-size: 200% auto;
  color: #fff;
  letter-spacing: 0.1em;
  font-weight: bold;
  line-height: 1.4;
  font-size: 1.4rem;
}

.btn::after {
  position: absolute;
  top: 50%;
  right: 1.5em;
  font-family: "Material Symbols Outlined";
  font-weight: 400;
  content: "\ea50";
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 1.4rem;
}

.btn:hover {
  text-decoration: none;
  background-position: right center;
}

.btn:hover::after {
  right: 1.2em;
}

@media screen and (max-width: 768px) {
  .btn:hover::after {
    right: 1.5em;
  }
}
/*スクロールダウン全体の場所*/
.scrolldown {
  position: absolute;
  bottom: 10px;
  left: 50%;
}

/*Scrollテキストの描写*/
.scrolldown span {
  /*描画位置*/
  position: absolute;
  left: 7px;
  bottom: 40px;
  /*テキストの形状*/
  color: #eee;
  font-size: 1.6rem;
  letter-spacing: 0.2em;
  /*縦書き設定*/
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}

/* 丸の描写 */
.scrolldown:after {
  content: "";
  /*描画位置*/
  position: absolute;
  bottom: 0;
  left: -5px;
  /*丸の形状*/
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #F59330;
  /*丸の動き1.6秒かけて透過し、永遠にループ*/
  -webkit-animation: circlemove 1.6s ease-in-out infinite, circlemovehide 1.6s ease-out infinite;
          animation: circlemove 1.6s ease-in-out infinite, circlemovehide 1.6s ease-out infinite;
}

/*下からの距離が変化して丸の全体が上から下に動く*/
@-webkit-keyframes circlemove {
  0% {
    bottom: 75px;
  }
  100% {
    bottom: -5px;
  }
}
@keyframes circlemove {
  0% {
    bottom: 75px;
  }
  100% {
    bottom: -5px;
  }
}
/*上から下にかけて丸が透過→不透明→透過する*/
@-webkit-keyframes circlemovehide {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
@keyframes circlemovehide {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
/* 線の描写 */
.scrolldown:before {
  content: "";
  /*描画位置*/
  position: absolute;
  bottom: 0;
  left: 0;
  /*線の形状*/
  width: 2px;
  height: 80px;
  background: #eee;
}

/*=========================
fade Up アニメーション
============================*/
.fadeUp {
  -webkit-animation-name: fadeUpAnime;
          animation-name: fadeUpAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(90px);
            transform: translateY(90px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(90px);
            transform: translateY(90px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.fadeUpTrigger {
  opacity: 0;
}

.footer__top {
  width: 100%;
  position: relative;
  background-color: #000;
  border-top: 8px solid #C9A063;
  overflow: auto;
}
.footer__icon {
  position: absolute;
  top: 100px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 200px;
}
@media screen and (max-width: 1023px) {
  .footer__icon {
    top: 50px;
    width: 150px;
  }
}
.footer__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 599px) {
  .footer__wrap {
    display: block;
  }
}
.footer__info {
  margin-left: 5%;
  padding-top: 160px;
  padding-bottom: 110px;
}
@media screen and (max-width: 1023px) {
  .footer__info {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media screen and (max-width: 599px) {
  .footer__info {
    padding-top: 240px;
    margin: 0;
    text-align: center;
    padding-bottom: 20px;
  }
}
.footer__address {
  color: #C9A063;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: normal;
  font-style: normal;
  line-height: 1.5;
  margin-bottom: 13px;
}
@media screen and (max-width: 1023px) {
  .footer__address {
    font-size: 1.4rem;
  }
}
.footer__businesshours {
  color: #C9A063;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: normal;
  font-style: normal;
  line-height: 1.5;
  margin-bottom: 13px;
}
@media screen and (max-width: 1023px) {
  .footer__businesshours {
    font-size: 1.4rem;
  }
}
.footer__sns {
  margin-top: 50px;
  margin-right: 5%;
}
@media screen and (max-width: 1023px) {
  .footer__sns {
    margin-top: 10px;
  }
}
@media screen and (max-width: 599px) {
  .footer__sns {
    margin: 0 0 30px;
  }
}
.footer__snsLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 599px) {
  .footer__snsLink {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.footer__snsIcon {
  display: block;
}
.footer__snsIcon--Instagram {
  width: 40px;
  height: 40px;
  margin: 0 10px;
}
.footer__snsIcon--Facebook {
  width: 50px;
  height: 50px;
  margin: 0 5px;
}
.footer__snsIcon--Twitter {
  width: 40px;
  height: 40px;
  border: 1px solid white;
  padding: 7px;
  border-radius: 5px;
  margin: 0 10px;
}
.footer__snsIcon:hover {
  -webkit-filter: invert(62%) sepia(59%) saturate(317%) hue-rotate(357deg) brightness(96%) contrast(85%);
          filter: invert(62%) sepia(59%) saturate(317%) hue-rotate(357deg) brightness(96%) contrast(85%);
}
.footer__bottom {
  background-color: #301F0E;
  padding: 20px 0;
}
.footer__copyright {
  display: block;
  color: #C9A063;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  font-size: 1.4rem;
}

.header__h1 {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 1;
  color: #C9A063;
  font-family: "Noto Serif JP", serif;
  font-weight: normal;
  font-size: 1.2rem;
}

.break {
  display: inline-block;
}

.kv {
  position: relative;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  min-height: 550px;
  background-color: #000;
  padding-top: 120px;
}
.kv__sky {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 80%;
  background: -webkit-gradient(linear, left top, left bottom, from(#1a1209), to(#67330C));
  background: linear-gradient(#1a1209, #67330C);
  border-radius: 0 0 3000px 3000px/0 0 100px 100px;
  overflow: hidden;
}
.kv__stars {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 0 0 3000px 3000px/0 0 100px 100px;
}
.kv__stars.is-zoom {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transition-duration: 4s;
          transition-duration: 4s;
}
.kv__KeyImg {
  position: relative;
  z-index: 1;
  width: 85%;
  height: calc(100vh - 120px);
  height: calc(100dvh - 120px);
  min-height: 500px;
  overflow: hidden;
  margin: 0 auto;
}
.kv__KeyImg::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  background-color: hsla(0, 0%, 0%, 0.5);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7333333333)), color-stop(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.2)));
  background: linear-gradient(rgba(0, 0, 0, 0.7333333333), rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.2));
}
.kv__KeyImg, .kv__KeyImg::after {
  display: block;
  -webkit-mask-image: linear-gradient(135deg, rgb(0, 0, 0) 30%, rgba(0, 0, 0, 0.4) 45%, rgba(0, 0, 0, 0) 55%, rgba(0, 0, 0, 0) 100%);
          mask-image: linear-gradient(135deg, rgb(0, 0, 0) 30%, rgba(0, 0, 0, 0.4) 45%, rgba(0, 0, 0, 0) 55%, rgba(0, 0, 0, 0) 100%);
  -webkit-mask-size: 250% 250%;
          mask-size: 250% 250%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: 130% 130%;
          mask-position: 130% 130%;
}
.kv__KeyImg.is-active, .kv__KeyImg.is-active::after {
  -webkit-animation: mask-animation 2s linear forwards;
          animation: mask-animation 2s linear forwards;
}
@-webkit-keyframes mask-animation {
  0% {
    -webkit-mask-position: 130% 130%;
            mask-position: 130% 130%;
  }
  100% {
    -webkit-mask-position: 0 0;
            mask-position: 0 0;
  }
}
@keyframes mask-animation {
  0% {
    -webkit-mask-position: 130% 130%;
            mask-position: 130% 130%;
  }
  100% {
    -webkit-mask-position: 0 0;
            mask-position: 0 0;
  }
}
.kv__imgWrap {
  display: block;
  width: calc(100% + 100px);
  height: 100%;
  display: none;
  position: absolute;
  top: 0;
  left: -50px;
  z-index: 0;
}
.kv__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.kv__logo {
  position: absolute;
  z-index: 1;
  top: 50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 180px;
  -webkit-filter: drop-shadow(5px 5px 5px black);
          filter: drop-shadow(5px 5px 5px black);
}
@media screen and (max-width: 1023px) {
  .kv__logo {
    width: 240px;
  }
}
.kv__messagetext {
  display: none;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 60%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #dfdfdf;
  width: 100%;
  text-align: center;
  text-shadow: 5px 5px 5px black;
  font-family: "Noto Serif JP", serif;
  font-size: 4.2rem;
  line-height: 1.5;
}
@media screen and (max-width: 1023px) {
  .kv__messagetext {
    top: 60%;
    font-size: 2.6rem;
  }
}
.kv__messagetext--accent {
  color: #F59330;
  font-size: 2.6rem;
}
.kv__scrolldown {
  z-index: 1;
  opacity: 0;
}
.kv__scrolldown.is-active {
  opacity: 0.7;
  -webkit-transition: 2s;
  transition: 2s;
  -webkit-transition-delay: 2.5s;
          transition-delay: 2.5s;
}

.js-bgTrigger.is-current {
  display: block;
  opacity: 0;
  -webkit-animation: showimg 6s linear;
          animation: showimg 6s linear;
}

.js-bgTrigger.is-prev {
  display: block;
  opacity: 1;
  -webkit-animation: hideimg 6s linear;
          animation: hideimg 6s linear;
}

.js-textTrigger.is-current {
  display: block;
  opacity: 0;
  -webkit-animation: showText 7s linear;
          animation: showText 7s linear;
}

.js-textTrigger.is-prev {
  display: block;
  opacity: 1;
  -webkit-animation: hideText 7s linear;
          animation: hideText 7s linear;
}

@-webkit-keyframes hideimg {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
  }
}

@keyframes hideimg {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
  }
}
@-webkit-keyframes showimg {
  0% {
    opacity: 0;
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
@keyframes showimg {
  0% {
    opacity: 0;
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
@-webkit-keyframes hideText {
  0% {
    opacity: 1;
  }
  20% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes hideText {
  0% {
    opacity: 1;
  }
  20% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes showText {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes showText {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
.news {
  width: 100%;
  background-color: #000;
  padding-top: 80px;
  padding-bottom: 20px;
}
.news__title {
  font-family: "Noto Serif JP", serif;
  font-size: 4.2rem;
  font-weight: 200;
  color: #F59330;
  text-align: center;
  margin-bottom: 40px;
}
.news__inner {
  width: 70%;
  margin: 0 auto;
}
.news__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-gap: 30px;
  margin-bottom: 12px;
}
.news__heading {
  color: #fff;
}
.news__link {
  color: #fff;
  text-decoration: none;
}

.concept {
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(black), color-stop(20%, rgba(128, 128, 128, 0.8039215686)), color-stop(55%, rgba(255, 255, 255, 0.8039215686)), to(white)), url(../img/concept-bg.jpg);
  background: linear-gradient(black, rgba(128, 128, 128, 0.8039215686) 20%, rgba(255, 255, 255, 0.8039215686) 55%, white 100%), url(../img/concept-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  overflow: auto;
}
.concept__inner {
  margin-top: 200px;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  width: 90%;
  overflow: hidden;
}
.concept__title {
  font-size: 1.6rem;
  font-weight: normal;
  margin-bottom: 48px;
}
.concept__text {
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 2;
  margin-bottom: 26px;
}
.concept__--noimage {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5647058824)), color-stop(50%, rgba(255, 255, 255, 0.8039215686)), to(white));
  background: linear-gradient(rgba(0, 0, 0, 0.5647058824), rgba(255, 255, 255, 0.8039215686) 50%, white 100%);
}

.bean2bar {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.bean2bar__grid-wrapper {
  z-index: 1;
  position: relative;
  min-height: 450vh;
}
.bean2bar__grid-inner {
  height: 350vh;
}
.bean2bar__grids {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 100%;
  height: 100vh;
  max-height: 100vh;
  translate: none;
  rotate: none;
  scale: none;
  margin: 0px;
  padding: 0px;
  -webkit-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
}
.bean2bar__grids-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  gap: 10px;
  -webkit-transition: all 1s ease-out;
  transition: all 1s ease-out;
}
.bean2bar__grids-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  gap: 10px;
}
.bean2bar__grids-items {
  position: relative;
  overflow: hidden;
}
.bean2bar__grids-items--1 {
  width: 22%;
  margin-right: 20%;
  margin-left: auto;
  aspect-ratio: 100/56.25;
}
.bean2bar__grids-items--2 {
  -ms-flex-item-align: end;
      align-self: end;
  width: 15%;
  aspect-ratio: 100/130;
}
.bean2bar__grids-items--main {
  width: 40%;
  aspect-ratio: 100/56.25;
}
.bean2bar__grids-items--3 {
  -ms-flex-item-align: start;
      align-self: start;
  width: 15%;
  aspect-ratio: 100/130;
}
.bean2bar__grids-items--4 {
  width: 22%;
  margin-right: auto;
  margin-left: 25%;
  aspect-ratio: 100/56.25;
}
.bean2bar__grids-items-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 1s ease-out;
  transition: all 1s ease-out;
}
.bean2bar__grids-items--main .bean2bar__grids-items-image {
  display: none;
}
.bean2bar__grid-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100vh;
}
.bean2bar__grid-main-items {
  position: relative;
  width: 40%;
  overflow: hidden;
  -webkit-transition: all 1s ease-out;
  transition: all 1s ease-out;
  aspect-ratio: 100/56.25;
}
.bean2bar__grid-main-items-image {
  -o-object-fit: cover;
  -webkit-transform: scale(2);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(2);
  -webkit-transition: all 1s ease-out;
  transition: all 1s ease-out;
}
.bean2bar__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5019607843);
  opacity: 0;
  -webkit-transition: all 1s ease-out;
  transition: all 1s ease-out;
}
.bean2bar__title {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100vh;
  text-align: center;
}
.bean2bar__text {
  display: block;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-weight: 200;
  font-style: italic;
  line-height: 1;
  font-size: clamp(4.2rem, -4.264rem + 18.3vw, 17.7rem);
}
.bean2bar__text--small {
  margin-top: 20px;
  font-size: clamp(2.6rem, 0.6912rem + 5.09vw, 6.8rem);
}

img,
svg {
  max-width: 100%;
  height: auto;
}

.particular {
  position: relative;
  overflow: hidden;
  width: 100%;
  border-top: 1px solid #999;
}
.particular--last {
  border-bottom: 1px solid #999;
}
.particular__wrapper {
  width: 75%;
  padding: 40px 0 80px;
  margin: 0 auto;
}
.particular__heading {
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-weight: 200;
  font-style: normal;
  line-height: 3;
  font-size: clamp(2.6rem, -0.4rem + 8vw, 6.8rem);
}
@media screen and (max-width: 1023px) {
  .particular__heading {
    text-align: center;
  }
}
.particular__desc {
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 200;
  font-style: normal;
  line-height: 1.7;
  font-size: clamp(1.6rem, 0.8864rem + 1.9vw, 2.6rem);
  text-align: center;
}
.particular__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  overflow: hidden;
}
.particular__bg::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  background-color: hsla(0, 0%, 0%, 0.5);
}
.particular__bgFigure {
  width: 100%;
  height: 100%;
  height: calc(100% + 600px);
  position: absolute;
  top: -600px;
  left: 0;
}
.particular__bgFigureImg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.lineup__space {
  height: 350vh;
}
.lineup__space-window {
  overflow: hidden;
  position: sticky;
  top: 0;
  height: 100vh;
}
.lineup__wrapper {
  width: 85%;
  padding-top: clamp(20px, -21.44px + 11.05vh, 120px);
  padding-bottom: clamp(20px, -54.592px + 19.89vh, 200px);
  margin: 0 auto;
}
.lineup__heading {
  color: #fff;
  font-family: "Rock Salt", cursive;
  line-height: 1;
  font-style: italic;
  font-size: clamp(2.6rem, 1.0736rem + 3.05vw, 4.2rem);
  margin-bottom: clamp(20px, -21.44px + 11.05vh, 120px);
}
.lineup__heading--accent {
  color: #F59330;
}
.lineup__heading--big {
  font-size: clamp(3.2rem, -0.2352rem + 6.87vw, 6.8rem);
}
.lineup__desc {
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  line-height: 1.5;
  font-size: 1.6rem;
  text-align: center;
}
.lineup__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  overflow: hidden;
}
.lineup__bg::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  background-color: hsla(0, 0%, 0%, 0.5);
}
.lineup__bgFigure {
  width: 100%;
  position: absolute;
  height: calc(100% + 600px);
  top: -600px;
  left: 0;
}
.lineup__bgFigureImg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.lineup__cardWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 2610px;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  grid-gap: 45px;
  -webkit-transform-origin: top left;
          transform-origin: top left;
}
@media screen and (max-height: 800px) {
  .lineup__cardWrap {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
}
@media screen and (max-height: 700px) {
  .lineup__cardWrap {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}
@media screen and (max-height: 600px) {
  .lineup__cardWrap {
    -webkit-transform: scale(0.65);
            transform: scale(0.65);
  }
}
@media screen and (max-height: 500px) {
  .lineup__cardWrap {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
}
@media screen and (max-height: 400px) {
  .lineup__cardWrap {
    -webkit-transform: scale(0.45);
            transform: scale(0.45);
  }
}
@media screen and (max-height: 375px) {
  .lineup__cardWrap {
    -webkit-transform: scale(0.4);
            transform: scale(0.4);
  }
}

.js-sideScrollObject {
  margin-left: 20%;
}

.card {
  width: 250px;
  height: 370px;
  padding-top: 12px;
  background-color: #075804;
  border: 8px solid #E3AF06;
  -webkit-box-shadow: 5px 5px 10px white;
          box-shadow: 5px 5px 10px white;
}
.card--original {
  background-color: #5C0418;
}
.card:nth-child(odd) {
  border-radius: 0 70px 0 0;
  margin-top: 30px;
}
.card:nth-child(odd) .card__figureImage {
  border-radius: 0 50px 0 0;
}
.card:nth-child(even) {
  border-radius: 0 0 70px 0;
}
.card:last-child:hover {
  -webkit-box-shadow: 0 0 0 transparent;
          box-shadow: 0 0 0 transparent;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
.card--linkcard:nth-child(n) {
  position: relative;
  width: 200px;
  height: 80px;
  border-radius: 40px;
  margin-top: 150px;
}
.card--linkcard:nth-child(n) :hover {
  border-radius: 40px;
  -webkit-transform: translate(8px, 0px);
          transform: translate(8px, 0px);
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
.card__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-decoration: none;
  font-family: "BIZ UDPGothic", sans-serif;
  color: #FF9C07;
  font-size: 16px;
  font-weight: normal;
  line-height: 64px;
  padding: 0;
  padding-left: 32px;
}
.card__link::after {
  display: block;
  font-family: "Material Symbols Outlined";
  content: "\ea50";
  font-weight: normal;
  font-size: 26px;
  line-height: 26px;
  width: 26px;
  height: 26px;
  position: absolute;
  top: 19px;
  right: 32px;
}
.card__figureImage {
  width: 210px;
  height: 157px;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0 auto 30px;
}
.card__caption {
  font-family: "BIZ UDPGothic", sans-serif;
  color: #FF9C07;
  font-size: 22px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  margin-bottom: 23px;
}
.card__desc {
  width: 190px;
  font-family: "BIZ UDPGothic", sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.1875;
  text-align: center;
  margin: 0 auto;
}

.tv {
  position: relative;
  width: 100%;
  height: 70vh;
  max-height: 700px;
  min-height: 550px;
  background-color: #000;
  padding-top: 120px;
}
.tv__sky {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 85%;
  background: -webkit-gradient(linear, left top, left bottom, from(#1a1209), to(#67330C));
  background: linear-gradient(#1a1209, #67330C);
  border-radius: 0 0 3000px 3000px/0 0 100px 100px;
  overflow: hidden;
}
.tv__stars {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 0 0 3000px 3000px/0 0 100px 100px;
}
.tv__KeyImg {
  position: relative;
  z-index: 1;
  width: 85%;
  height: calc(70vh - 120px);
  max-height: 580px;
  min-height: 430px;
  overflow: hidden;
  margin: 0 auto;
}
.tv__imgWrap {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.tv__imgWrap::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  background-color: hsla(0, 0%, 0%, 0.5);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7333333333)), color-stop(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.2)));
  background: linear-gradient(rgba(0, 0, 0, 0.7333333333), rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.2));
}
.tv__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.tv__logo {
  position: absolute;
  z-index: 1;
  top: 50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 180px;
  -webkit-filter: drop-shadow(5px 5px 5px black);
          filter: drop-shadow(5px 5px 5px black);
}
@media screen and (max-width: 1023px) {
  .tv__logo {
    width: 240px;
  }
}
.tv__messagetext {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 60%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #fff;
  width: 100%;
  text-align: center;
  text-shadow: 5px 5px 5px black;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(4.2rem, 2.3424rem + 4.95vw, 6.8rem);
  font-style: italic;
  font-weight: 200;
  line-height: 1.5;
}
@media screen and (max-width: 1023px) {
  .tv__messagetext {
    top: 70%;
  }
}
.tv__messagetext--accent {
  color: #F59330;
}
.tv__messagetext--sm {
  font-size: 2.6rem;
  top: 70%;
}
@media screen and (max-width: 1023px) {
  .tv__messagetext--sm {
    font-size: 2rem;
    top: 80%;
  }
}

.tv__imgWrap,
.tv__imgWrap::after {
  display: block;
  -webkit-mask-image: linear-gradient(135deg, rgb(0, 0, 0) 30%, rgba(0, 0, 0, 0.4) 45%, rgba(0, 0, 0, 0) 55%, rgba(0, 0, 0, 0) 100%);
          mask-image: linear-gradient(135deg, rgb(0, 0, 0) 30%, rgba(0, 0, 0, 0.4) 45%, rgba(0, 0, 0, 0) 55%, rgba(0, 0, 0, 0) 100%);
  -webkit-mask-size: 250% 250%;
          mask-size: 250% 250%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: 130% 130%;
          mask-position: 130% 130%;
}

.tv__imgWrap.is-active,
.tv__imgWrap.is-active::after {
  -webkit-animation: mask-animation 1.5s linear forwards;
          animation: mask-animation 1.5s linear forwards;
}

@keyframes mask-animation {
  0% {
    -webkit-mask-position: 130% 130%;
            mask-position: 130% 130%;
  }
  100% {
    -webkit-mask-position: 0 0;
            mask-position: 0 0;
  }
}
.products {
  width: 100%;
  background-color: #000;
  overflow: auto;
  padding-top: 80px;
}
.products__title {
  font-family: "Noto Serif JP", serif;
  font-size: 4.2rem;
  font-weight: 200;
  font-style: italic;
  color: #fff;
  text-align: center;
  margin-bottom: 120px;
}
.products__tabArea {
  width: 100%;
  background-color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.products__tab {
  width: 30%;
  min-width: 180px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.products__tabBody {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  cursor: pointer;
  border-radius: 0 30px 0 0;
}
.products__tabBody--1 {
  background-color: #1a1209;
}
.products__tabBody--2 {
  background-color: #67330C;
}
.products__tabBody ::after {
  position: absolute;
  top: 0;
  right: -30px;
  content: "";
  width: 30px;
  height: 100%;
  background-color: #000;
  border-radius: 0 0 0 30px;
}
.products__tabTitle {
  font-family: "Noto Serif JP", serif;
  font-size: clamp(1.6rem, 1.0832rem + 1.38vw, 2.6rem);
  font-weight: 200;
  font-style: italic;
  color: #fff;
  line-height: 1.2;
  text-align: center;
  padding: 20px 20px;
  margin: 0 auto;
}
.products__tabSide {
  width: 30px;
  height: 30px;
  -ms-flex-item-align: end;
      align-self: flex-end;
}
.products__tabSide--1 {
  background-color: #1a1209;
}
.products__tabSide--2 {
  background-color: #67330C;
}
.products__area {
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, from(#1a1209), to(#67330C));
  background: linear-gradient(#1a1209, #67330C);
  padding-top: 80px;
  padding-bottom: 100px;
  overflow: hidden;
}
@media screen and (max-height: 376px) {
  .products__area {
    padding-bottom: 0px;
  }
}
.products__area--orginal {
  background: -webkit-gradient(linear, left top, left bottom, from(#1a1209), to(#67330C));
  background: linear-gradient(#1a1209, #67330C);
  padding-bottom: 150px;
}
@media screen and (max-height: 376px) {
  .products__area--orginal {
    padding-bottom: 0px;
  }
}
.products__subTitle {
  color: #fff;
  font-family: "Rock Salt", cursive;
  line-height: 1;
  font-style: italic;
  font-size: clamp(2.6rem, 1.0736rem + 3.05vw, 4.2rem);
  margin-bottom: 80px;
  text-align: center;
}
.products__subTitle--accent {
  color: #F59330;
}
.products__subTitle--big {
  font-size: clamp(3.2rem, -0.2352rem + 6.87vw, 6.8rem);
}
.products__bgImgWrap {
  position: absolute;
  top: 50px;
  left: 50px;
  width: 40%;
  min-width: 300px;
  height: auto;
}
.products__bgImgWrap--original {
  width: 45%;
  left: auto;
  right: 50px;
}
.products__bgImg {
  width: 100%;
  height: 100%;
}
.products__descInner {
  width: 90%;
  margin: 0 auto;
  margin-bottom: 120px;
}
@media screen and (max-width: 700px) {
  .products__descInner {
    margin-bottom: 80px;
  }
}
@media screen and (max-height: 500px) {
  .products__descInner {
    margin-bottom: 60px;
  }
}
@media screen and (max-height: 400px) {
  .products__descInner {
    margin-bottom: 50px;
  }
}
@media screen and (max-height: 376px) {
  .products__descInner {
    margin-bottom: 30px;
  }
}
.products__desc {
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  line-height: 1.7;
  text-align: center;
  margin-bottom: 16px;
}

.lineUpCard {
  width: 100%;
  background-color: #075804;
  margin: 0 auto;
  padding: 40px 40px;
  margin-bottom: 20px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr 3fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.lineUpCard--original {
  background-color: #5C0418;
  padding: 20px 40px 40px;
}
@media screen and (max-width: 700px) {
  .lineUpCard {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    grid-gap: 20px;
    padding: 30px 20px;
  }
}
.lineUpCard__captionWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-column: 1/4;
  grid-row: 1/2;
  margin-bottom: 5px;
}
@media screen and (max-width: 700px) {
  .lineUpCard__captionWrap {
    display: block;
    grid-column: 1/1;
    grid-row: 2/3;
    margin-bottom: 0px;
  }
}
.lineUpCard__caption {
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: bold;
  font-size: 2.6rem;
  color: #FF9C07;
  width: 60%;
}
.lineUpCard__caption--original {
  width: 100%;
}
@media screen and (max-width: 700px) {
  .lineUpCard__caption {
    width: 100%;
    text-align: center;
    font-size: 1.6rem;
  }
}
.lineUpCard__countryWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 40%;
}
@media screen and (max-width: 700px) {
  .lineUpCard__countryWrap {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.lineUpCard__countryText {
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  line-height: 1;
  text-align: center;
  margin-right: 10px;
}
@media screen and (max-width: 700px) {
  .lineUpCard__countryText {
    font-size: 1.4rem;
  }
}
.lineUpCard__countryFigure {
  width: 50%;
  max-width: 100px;
  border: 1px solid white;
}
@media screen and (max-width: 700px) {
  .lineUpCard__countryFigure {
    width: 25%;
    max-width: 50px;
  }
}
.lineUpCard__countryFigureImg {
  aspect-ratio: 3/2;
}
.lineUpCard__figure {
  min-width: 150px;
  grid-column: 1/2;
  grid-row: 2/3;
  margin-right: 20px;
}
@media screen and (max-width: 700px) {
  .lineUpCard__figure {
    min-width: auto;
    grid-column: 1/2;
    grid-row: 1/2;
    margin-right: 0px;
  }
}
.lineUpCard__figureImg {
  width: 100%;
  height: 100%;
  aspect-ratio: 344/285;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 700px) {
  .lineUpCard__figureImg {
    aspect-ratio: 344/200;
  }
}
.lineUpCard__descWrap {
  grid-column: 2/4;
  grid-row: 2/3;
}
@media screen and (max-width: 700px) {
  .lineUpCard__descWrap {
    grid-column: 1/2;
    grid-row: 3/4;
  }
}
.lineUpCard__descript {
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  line-height: 1.7;
  text-align: left;
  margin-bottom: 16px;
}
@media screen and (max-width: 700px) {
  .lineUpCard__descript {
    font-size: 1.4rem;
  }
}
.lineUpCard__subDescript {
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  line-height: 1.7;
  text-align: left;
}
@media screen and (max-width: 700px) {
  .lineUpCard__subDescript {
    font-size: 1.4rem;
  }
}

.swiper-area {
  position: relative;
  width: 80%;
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 700px) {
  .swiper-area {
    width: 90%;
  }
}
@media screen and (max-height: 500px) {
  .swiper-area {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transform-origin: top center;
            transform-origin: top center;
  }
}
@media screen and (max-height: 400px) {
  .swiper-area {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
    -webkit-transform-origin: top center;
            transform-origin: top center;
  }
}
@media screen and (max-height: 376px) {
  .swiper-area {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    -webkit-transform-origin: top center;
            transform-origin: top center;
  }
}

.swiper {
  width: 75%;
  height: 100%;
  width: calc(100% - 80px);
}

.swiper-button-prev {
  position: absolute;
  top: 50%;
  left: 0;
  color: #fff;
}

.swiper-button-next {
  position: absolute;
  top: 50%;
  right: 0;
  color: #fff;
}

.swiper-pagination2 {
  position: absolute;
  text-align: center;
  -webkit-transition: 0.3s opacity;
  transition: 0.3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: -15px;
}

.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  width: 0.8rem;
  height: 0.8rem;
  margin: 0.5rem;
  background: white;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
  opacity: 1;
}

.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  /*アクティブなときのスタイル*/
  -webkit-transform: scale(1.8);
          transform: scale(1.8);
}

.access {
  width: 100%;
  background-color: #000;
  overflow: auto;
  padding-top: 100px;
}
.access__title {
  font-family: "Noto Serif JP", serif;
  font-size: 4.2rem;
  font-weight: 200;
  font-style: italic;
  line-height: 1.5;
  color: #fff;
  text-align: center;
  margin-bottom: 80px;
}
.access__contentArea {
  width: 100%;
  background-color: #000;
  position: relative;
  z-index: 0;
}
.access__bg {
  position: absolute;
  top: 300px;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 1000px;
  background: -webkit-gradient(linear, left top, left bottom, from(#1a1209), to(#67330C));
  background: linear-gradient(#1a1209, #67330C);
}
.access__inner {
  position: static;
  z-index: 1;
  width: 80%;
  margin: 0 auto;
  padding: 80px 80px;
  background-color: #fff;
}
@media screen and (max-width: 1023px) {
  .access__inner {
    padding: 40px 20px;
  }
}
.access__contentWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 40px;
}
.access__contentWrap:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-bottom: 120px;
}
@media screen and (max-width: 1023px) {
  .access__contentWrap:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 1023px) {
  .access__contentWrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 80px;
  }
}
.access__figureArea {
  position: relative;
  width: 45%;
}
@media screen and (max-width: 1023px) {
  .access__figureArea {
    width: 100%;
    margin-bottom: 40px;
  }
}
.access__figureBg {
  width: 100%;
  height: 100%;
}
.access__figureBgImg {
  width: 100%;
  height: 100%;
  aspect-ratio: 470/570;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-filter: opacity(40%) blur(4px);
          filter: opacity(40%) blur(4px);
}
@media screen and (max-width: 1023px) {
  .access__figureBgImg {
    aspect-ratio: 470/300;
  }
}
.access__figure {
  position: absolute;
  top: 10%;
  left: 10%;
  width: 80%;
  height: 80%;
}
.access__figureImg {
  width: 100%;
  height: 100%;
  aspect-ratio: 470/570;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1023px) {
  .access__figureImg {
    aspect-ratio: 470/300;
  }
}
.access__descWrap {
  width: 55%;
  padding: 0 40px;
}
@media screen and (max-width: 1023px) {
  .access__descWrap {
    width: 90%;
    text-align: center;
    padding: 0 0px;
  }
}
.access__desc {
  font-family: "Noto Serif JP", serif;
  font-size: 2.65rem;
  font-weight: normal;
  color: #000;
  margin-bottom: 30px;
}
.access__shopInfoTitle {
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 1023px) {
  .access__shopInfoTitle {
    margin-bottom: 40px;
  }
}
.access__shopInfo {
  width: 80%;
  margin: 0 auto 80px;
}
@media screen and (max-width: 1023px) {
  .access__shopInfo {
    width: 90%;
  }
}
.access__shopInfoTable {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}
.access__shopInfoTable tr {
  border-bottom: 1px solid #000;
}
.access__shopInfoTable th {
  width: 30%;
  font-weight: normal;
}
.access__shopInfoTable th,
.access__shopInfoTable td {
  padding: 8px 0;
}
@media screen and (max-width: 700px) {
  .access__shopInfoTable th,
  .access__shopInfoTable td {
    display: block;
    padding: 0;
  }
  .access__shopInfoTable th {
    width: 100%;
    text-align: left;
    margin-top: 20px;
    margin-bottom: 5px;
  }
  .access__shopInfoTable td {
    margin-bottom: 20px;
  }
}
.access__map {
  width: 100%;
  padding: 120px 0;
}
.access__mapTitle {
  font-family: "Noto Serif JP", serif;
  font-size: 4.2rem;
  font-weight: 200;
  font-style: italic;
  color: #fff;
  text-align: center;
  margin-bottom: 64px;
}
.access__mapDesc {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: normal;
  color: #fff;
  text-align: center;
  margin-bottom: 64px;
}
.access__mapWrap {
  margin-bottom: 5px;
}
.access__mapIframe {
  height: 400px;
  vertical-align: bottom;
}
@media screen and (max-width: 768px) {
  .access__mapIframe {
    height: 240px;
  }
}

.contact {
  width: 100%;
  background-color: #000;
  overflow: auto;
  padding-top: 100px;
}
.contact__title {
  font-family: "Noto Serif JP", serif;
  font-size: 4.2rem;
  font-weight: 200;
  font-style: italic;
  line-height: 1.5;
  color: #fff;
  text-align: center;
  margin-bottom: 40px;
}
.contact__subtitle {
  width: 90%;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 200;
  line-height: 1.5;
  color: #fff;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 30px;
}
.contact__subtitle--big {
  font-size: 2.6rem;
  letter-spacing: 2px;
  margin-left: 10px;
}
.contact__subtitle:last-of-type {
  margin-bottom: 80px;
}
.contact__contentArea {
  width: 100%;
  background-color: #000;
  position: relative;
  z-index: 0;
}
.contact__bg {
  position: absolute;
  top: 200px;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 1000px;
  background: -webkit-gradient(linear, left top, left bottom, from(#1a1209), to(#67330C));
  background: linear-gradient(#1a1209, #67330C);
}
.contact__inner {
  position: static;
  z-index: 1;
  width: 80%;
  margin: 0 auto;
  margin-bottom: 80px;
  padding: 80px 80px;
  background-color: #fff;
}
@media screen and (max-width: 1023px) {
  .contact__inner {
    padding: 40px 20px;
  }
}

/*-------------
contact form
--------------*/
.contactForm {
  padding-bottom: 0px;
  /* contact 矢羽表示 */
}
.contactForm__inner {
  max-width: 700px;
  margin: 0 auto;
}
.contactForm__title {
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
  margin-top: 32px;
  margin-bottom: 8px;
}
.contactForm__input::-webkit-input-placeholder {
  padding-left: 10px;
}
.contactForm__input::-moz-placeholder {
  padding-left: 10px;
}
.contactForm__input:-ms-input-placeholder {
  padding-left: 10px;
}
.contactForm__input::-ms-input-placeholder {
  padding-left: 10px;
}
.contactForm__input::placeholder {
  padding-left: 10px;
}
.contactForm__input label {
  margin-right: 32px;
}
.contactForm__input {
  width: 100%;
}
.contactForm__privacyPolycy {
  height: 300px;
  border: 1px solid #000;
  background-color: #fff;
  overflow: auto;
  padding: 10px 10px;
  margin-bottom: 24px;
}
.contactForm__privacy {
  text-align: center;
  margin-bottom: 80px;
}
.contactForm__privacy label {
  margin-left: 8px;
}
.contactForm__submit {
  display: block;
  margin: 0 auto;
}
.contactForm__submit.is-disable {
  background-image: none;
  background-color: #c9c9c9;
  color: #979797;
}
.contactForm--Required::after {
  content: "必須";
  margin-left: 16px;
  display: inline-block;
  padding: 0 8px;
  color: white;
  background-color: black;
  text-align: center;
  font-size: 1.2rem;
  vertical-align: middle;
  margin-bottom: 4px;
}
.contactForm__step {
  list-style-type: none;
  display: table;
  width: 80%;
  padding: 0;
  margin: 0 auto;
  overflow: hidden;
  margin-bottom: 64px;
}
.contactForm__step .contactForm__step--current {
  background-color: #67330C;
}
.contactForm__step .contactForm__step--current:after {
  border-color: transparent transparent transparent #67330C;
}
.contactForm__step li {
  display: table-cell;
  position: relative;
  background: #1a1209;
  padding: 1em 0.5em 1em 2em;
  color: #fff;
  font-size: 1.6rem;
  line-height: 3.2rem;
}
@media screen and (max-width: 599px) {
  .contactForm__step li {
    font-size: 1.3rem;
  }
}
.contactForm__step li:last-child {
  padding-right: 1em;
}
.contactForm__step li:last-child:before, .contactForm__step li:last-child:after {
  display: none;
}
.contactForm__step li:before, .contactForm__step li:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  margin: auto;
}
.contactForm__step li:before {
  top: -11px;
  right: -1em;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  border-width: 40px 0 40px 1em;
  z-index: 1;
}
.contactForm__step li:after {
  top: -11px;
  right: -0.8em;
  border-style: solid;
  border-color: transparent transparent transparent #1a1209;
  border-width: 40px 0 40px 1em;
  z-index: 1;
}/*# sourceMappingURL=style.css.map */