/* =========================================================================
  ⚠️ 【注意】このファイルはテンプレートのコアファイルです ⚠️
  新しいサイトを作成する際、原則としてこのファイルは編集しないでください。
  ここを編集するとベースとなる共通のレイアウト構造がすべて崩れる恐れがあります。

  デザインの変更（色、フォント、個別の余白などの微調整）は、
  style.css や各投稿タイプの個別CSS (staff.css / news.css など) でオーバーライドしてください。
========================================================================= */

/* common */
@font-face {
  font-family: 'A-OTF Shin Go Pro';
  src: url(../font/a-otf-shin-go-pro/AOTFShinGoProRegular.otf);
}

@font-face {
  font-family: 'Century Gothic Pro';
  src: url(../font/century-gothic/Century_Gothic_Pro.otf);
}

html {
  font-size: 62.5%;
}

body {
  margin: 0;
  font-size: 1.6rem;
  line-height: 1.75;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  overflow-wrap: break-word;
  margin: 0;
}

picture,
video,
canvas,
svg {
  display: block;
}

.label {
  margin-bottom: 20px;
}

input,
button,
textarea,
select {
  outline: none;
  width: 100%;
  line-height: 1.8;
  padding: 5px 10px;
  margin-top: 5px;
  font-size: 1em;
}

ul,
ol,
dl,
dt,
dd {
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
  transition: all 0.2s;
  color: inherit;
}

a:hover {
  opacity: 0.85;
}

section {
  margin: 8rem auto;
}

table {
  border-collapse: collapse;
}

@media (min-width: 769px) {
  .sp {
    display: none !important;
  }

  .pc {
    display: block;
  }
}

@media (max-width: 768px) {
  section {
    margin: 6rem auto;
  }

  .sp {
    display: block;
  }

  .pc {
    display: none !important;
  }
}

/* ここから追加 */
.pc-container {
  padding: 0 !important;
  margin: 0 !important;
  display: block;
  position: relative;
  width: 100%;
  min-height: 100%;
  overflow: hidden;
}

.pc-container::before {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  z-index: -1;
}

.pc-container>.bg_movie {
  position: fixed;
  inset: 0;
  z-index: -1;
  width: 100%;
  height: 100vh;
  object-fit: cover;
}

.sp-container {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  display: block;
}

.left-container,
.right-container {
  display: none;
}

/* tablet */
@media (min-width: 768px) and (max-width: 1072px) {
  .sp {
    display: block !important;
  }

  .pc {
    display: block !important;
  }

  .sp-container {
    width: 513px;
    flex: 0 0 513px;
    max-width: 513px;
    z-index: 5;
    margin: 0 auto;
  }
}

/* PC */
@media only screen and (min-width: 1073px) {
  .pc-container {
    display: flex;
    justify-content: center;
    align-items: stretch;
  }

  .sp-container {
    width: 513px;
    flex: 0 0 513px;
    max-width: 513px;
    z-index: 5;
  }

  .left-container,
  .right-container {
    display: block;
    flex: 1;
    min-width: 0;
    min-height: 100vh;
    position: fixed;
    width: calc((100% - 513px) / 2);
    margin: 0 auto;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
  }

  .left-container {
    left: 0;
  }

  .right-container {
    right: 0;
  }

  .left-container>.bg_movie,
  .right-container>.bg_movie {
    position: fixed;
    top: 0;
    z-index: -1;
    height: 100vh;
    object-fit: cover;
    width: calc((100% - 513px) / 2);
  }

  .left-container>.bg_movie {
    left: 0;
  }

  .right-container>.bg_movie {
    right: 0;
  }

  .left-content,
  .right-content {
    display: block;
    height: 100vh;
    width: fit-content;
    max-width: 80%;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
  }

  .left-content .inner,
  .right-content .inner {
    display: block;
    width: 100%;
    margin: 0 10px;
  }

  .left-content .inner {
    max-height: calc(100vh - 120px);
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
    background-color: transparent;
  }

  .left-content .inner::-webkit-scrollbar {
    display: none;
  }

  .header {
    display: none;
  }
}

/* ここまで追加 */

.inner {
  width: 1063px;
  max-width: 90%;
  margin: 0 auto;
  position: relative;
}

.mw_wp_form {
  width: 50%;
  margin: 0 auto;
  position: relative;
}

.inner .inner {
  max-width: 100%;
}

.mt-0 {
  margin-top: 0;
}

.mt-10 {
  margin-top: 10rem;
}

.mt-12 {
  margin-top: 12rem;
}

.mt-16 {
  margin-top: 16rem;
}

.mb-0 {
  margin-bottom: 0;
}

.mb-6 {
  margin-bottom: 6rem;
}

.mb-8 {
  margin-bottom: 8rem;
}

.mb-10 {
  margin-bottom: 10rem;
}

.mb-12 {
  margin-bottom: 12rem;
}

.mb-16 {
  margin-bottom: 16rem;
}

h2.title {
  font-size: 3.6rem;
  line-height: 1.3;
  font-weight: bold;
  margin-bottom: 3.5rem;
  text-align: center;
}

h2.title span {
  display: block;
  font-size: 1.4rem;
}

div.title {
  max-width: 300px;
  margin: 0 auto 20px;
  text-align: center;
  font-size: 25px !important;
}

div.title span {
  display: block;
  width: 70px;
  margin: 0 auto;
}

.page-title {
  font-size: 6rem;
  font-weight: bold;
  letter-spacing: 0.2em;
  line-height: 1.3;
  margin-bottom: 6rem;
}

.page-title span {
  display: block;
  font-size: 2.1rem;
}

@media screen and (max-width: 768px) {
  .mw_wp_form {
    width: 100%;
  }

  .mt-10 {
    margin-top: 6rem;
  }

  .mt-12 {
    margin-top: 8rem;
  }

  .mt-16 {
    margin-top: 10rem;
  }

  .mb-6 {
    margin-bottom: 4rem;
  }

  .mb-10 {
    margin-bottom: 6rem;
  }

  .mb-12 {
    margin-bottom: 8rem;
  }

  .mb-16 {
    margin-bottom: 10rem;
  }

  h2.title {
    font-size: 3rem;
  }

  h2.title span {
    font-size: 1.2rem;
  }

  .page-title {
    font-size: 3.5rem;
    letter-spacing: 0.1em;
    text-align: center;
    margin-bottom: 4rem;
  }

  .page-title span {
    font-size: 1.4rem;
  }
}

/* btn */
.btn {
  margin: 4rem auto;
  font-size: 1.5rem;
  width: 24.8rem;
  max-width: 100%;
  min-height: 4.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.btn--primary,
.btn--back {
  width: 40%;
  margin: 15px auto 0;
  font-size: 1.8rem;
}

@media screen and (max-width: 768px) {

  .btn--primary,
  .btn--back {
    width: 50%;
  }
}

/* header */
.header {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
}

.header__inner {
  height: 70px !important;
  margin: 0 5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 5rem;
  transition: min-height 0.3s;
  overflow: hidden;
}

.header__logo {
  margin: 0 auto;
}

.header__logo img {
  display: block;
  object-fit: cover;
  width: auto;
}

.header__nav {
  position: fixed;
  z-index: 99999;
  top: 0;
  right: -1000px;
  transition: right 0.5s;
  font-size: 1.7rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 100px 2rem;
  font-size: 1.4rem;
  width: 400px;
  height: 100vh;
  overflow-y: auto;
}

.header__nav::before,
.header__nav::after {
  content: "";
  margin: auto;
}

.open-menu .header__nav {
  right: 0;
}

.header__nav__items {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.2rem 3.5rem;
}

.header__nav__item a {
  font-size: 2rem;
}

.header .reservation,
.header .sns,
.header .menu {
  display: flex;
}

.header .menu {
  position: absolute;
  right: 10px;
  width: 5rem;
  height: 5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 9px;
  cursor: pointer;
  z-index: 99999;
}

.header .menu span {
  width: 3rem;
  height: 1px;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

body.open-menu .header .menu span:nth-child(1) {
  transform: translateY(10px) rotate(45deg);
}

body.open-menu .header .menu span:nth-child(2) {
  opacity: 0;
}

body.open-menu .header .menu span:nth-child(3) {
  transform: translateY(-10px) rotate(-45deg);
}

.header .reservation {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  margin: 4rem auto 0;
  gap: 2.5rem;
}

.header .reservation a {
  font-size: 2rem;
  width: fit-content;
  max-width: 100%;
  line-height: 1.3;
  text-align: center;
  height: 4.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 15px;
  border-radius: 0;
}

.header .sns {
  margin: 4rem auto 0;
}

@media screen and (max-width: 920px) {
  .header {
    width: 100vw;
  }

  .header__inner {
    min-height: 5.4rem;
    margin: 0 4vw;
  }

  .header__nav {
    width: 100vw;
  }

  .header .reservation a {
    line-height: 1.5;
    height: 5rem;
  }
}

/* breadcrumb */
.breadcrumb {
  margin: 10px 0;
}

.breadcrumb ul {
  display: flex;
}

.breadcrumb li {
  text-decoration: underline;
  font-size: 14px;
}

.breadcrumb li span {
  height: 100%;
  line-height: 25px;
}

.breadcrumb li:last-child {
  text-decoration: none;
}

.breadcrumb li:not(:last-child)::after {
  display: inline-block;
  padding: 0 5px;
  content: "＞";
  text-decoration: none;
}

/* contact */
.form-btn {
  margin-top: 40px;
}

/* top eyetach */
.mv {
  position: relative;
  margin-bottom: 0;
  padding-top: 70px;
}

.mv__video {
  object-fit: cover;
  width: 100%;
  max-height: 450px;
}

.mv__logo {
  position: absolute;
  top: calc(50% + 35px);
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  height: auto;
  display: block;
  object-fit: cover;
}

/* page eyetach */
.mv__img img {
  display: block;
  object-fit: cover;
  width: 100%;
  max-height: 450px;
}

.home .mv__img img {
  min-height: 81.7rem;
}

.mv__ttl {
  text-align: center;
  font-size: 5rem;
  font-weight: normal;
  line-height: 1.3;
  letter-spacing: 0.2em;
  position: absolute;
  width: 100%;
  top: calc(50% + 35px);
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
}

.mv__ttl span {
  display: block;
  font-size: 2.1rem;
}

@media screen and (max-width: 768px) {
  .mv__ttl {
    font-size: 3rem;
  }

  .mv__ttl span {
    font-size: 1.4rem;
  }
}

/* translation */
.gt_switcher_wrapper {
  width: fit-content;
}

body.show-modal .gt_switcher_wrapper {
  opacity: 0 !important;
  pointer-events: none !important;
  z-index: -1 !important;
}

/* shop-photo */
.shop-photo img {
  aspect-ratio: 1 / 1;
  object-fit: cover;
  width: 100%;
}


/* Spectra Lightbox */
.spectra-image-gallery__control-lightbox {
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.spectra-image-gallery__control-lightbox--main .swiper-slide img {
  object-fit: contain;
}

.spectra-image-gallery__control-lightbox--close {
  width: fit-content;
  top: 25px !important;
  right: 25px !important;
  z-index: 9999;
}

/* SNS Thumbnail List */
.sns-gallery__inner {
  width: 70rem;
}

.sns-gallery__items {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 1.5rem;
}

.sns-gallery__item {
  width: calc((100% - 3rem) / 3);
  aspect-ratio: 1 / 1 !important;
  cursor: pointer;
  display: flex;
  position: relative;
}

.sns-gallery__item-img {
  display: block;
  object-fit: cover;
  aspect-ratio: 1 / 1;
}

.sns-gallery__type {
  position: absolute;
  width: 25px;
  height: 25px;
  bottom: 10px;
  right: 10px;
  padding: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sns-gallery__type svg {
  height: 30px;
  width: 30px;
}

.sns-gallery__type svg.tiktok-icon {
  height: 18px;
  width: 18px;
}

.sns-gallery__item.hide {
  display: none;
}

.sns #sb_instagram #sbi_load .sbi_load_btn {
  margin: 4rem auto;
  font-size: 1.5rem;
  width: 24.8rem;
  max-width: 100%;
  min-height: 4.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #707070;
  cursor: pointer;
  border-radius: 3rem;
}

.sbi_loader {
  display: none;
}

.sns #sb_instagram .sbi_btn_text.sbi_hidden {
  opacity: 1 !important;
}

#sb_instagram .sbi_follow_btn a:active,
#sb_instagram #sbi_load .sbi_load_btn:active {
  box-shadow: unset !important;
}


@media screen and (max-width: 768px) {
  .sns-gallery__items {
    gap: 0.5rem;
  }

  .sns-gallery__item {
    width: calc((100% - 1rem) / 3);
  }

  .sns-gallery__type {
    width: 20px;
    height: 20px;
    bottom: 5px;
    right: 5px;
  }
}

/* SNS Modal */
body.open-menu,
body.show-modal {
  overflow: hidden;
}

.sns__modal {
  position: fixed;
  z-index: 99999;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  transition: opacity 0.5s;
  display: none;
  opacity: 0;
}

.show-modal .sns__modal {
  display: block;
  opacity: 1;
}

.sns__modal__inner {
  width: 51.3rem;
  max-width: 90%;
  height: 100%;
  position: relative;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .sns__modal__inner {
    width: 100%;
    max-width: 100%;
  }
}

.sns__modal__body {
  flex: 1;
  overflow: scroll;
  scrollbar-width: none;
}

.sns__modal__close {
  width: 100%;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.sns__modal__item:first-child {
  margin-top: 1rem;
}

.sns__modal__item:last-child {
  margin-bottom: 1rem;
}

.sns__modal-header {
  margin: 30px auto;
  padding: 20px 30px 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.sns__modal-user {
  display: flex;
}

.sns__modal-user-link {
  line-height: 60px;
  display: flex;
}

.sns__modal-user-icon {
  width: 60px !important;
  height: 60px !important;
  border-radius: 8px;
  background-color: black;
}

.sns__modal-user-name {
  margin-left: 20px;
}

.sns__modal-sns-link {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
}

.sns__modal__item img,
.sns__modal__item video {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: contain;
}

.sns__modal__item iframe {
  width: 100%;
  aspect-ratio: 16 / 9;
}

.sns__modal__item svg {
  width: 30px;
  height: 50px;
}

.sns__modal__item svg.tiktok-icon {
  height: 30px;
}

.sns__modal__item .sns_content {
  display: block;
  padding: 1rem;
  font-size: 1.2rem;
}

/* footer */
.footer__inner {
  width: 900px;
}

.footer hr {
  margin: 3.5rem 0 3rem;
}

.footer__map {
  height: 75rem;
}

.footer__map iframe {
  width: 100%;
  height: 100%;
}

.footer__ctt {
  text-align: center;
  padding: 5rem 0 10rem;
}

.footer__logo {
  display: inline-block;
}

.footer__logo a img {
  height: auto;
}

.footer__info {
  margin-top: 3rem;
  display: flex;
  flex-direction: column;
  gap: 15px;
  font-style: normal;
}

.footer__info p {
  font-size: 2.1rem;
}

.footer__info .access {
  font-size: 1.5rem;
}

.footer__nav {
  margin: 3.5rem 0;
  font-size: 1.2rem;
  line-height: 1;
}

.footer__nav__items {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1.5rem 0;
}

.footer__nav__item {
  border-right: 1px solid transparent;
}

.footer__nav__item:last-child {
  border-right: none;
}

.footer__nav__item a {
  padding: 0 1.5rem;
}

.footer__cpr {
  font-size: 1.1rem;
}

.footer__fixed {
  position: fixed;
  z-index: 9999;
  bottom: 0;
  left: 0;
  padding: 1.5rem 0;
  width: 100%;
  transform: translateZ(0);
}

.footer__fixed .inner {
  border-radius: 8px;
  width: 600px;
  min-width: fit-content;
}

.footer__fixed .inner a {
  display: block;
  text-align: center;
  padding: 5px 15px;
}

.footer__gotop {
  position: fixed;
  z-index: 9999;
  right: 1rem;
  bottom: -30rem;
  transition: all 1s;
  transform: translateZ(0);
}

.scrolled .footer__gotop {
  bottom: 80px;
}

.footer__gotop a {
  display: block;
}

.footer__gotop a img {
  display: block;
  object-fit: contain;
  width: 50px;
  height: auto;
}

.sns__items {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3.5rem;
  margin-top: 10px;
}

@media screen and (max-width: 768px) {
  .footer__map {
    height: 42rem;
  }

  .footer__info {
    margin-bottom: 10px;
  }

  .footer__info p {
    font-size: 1.6rem;
  }

  .footer__info .open,
  .footer__info .remarks {
    font-size: 1.4rem;
  }

  .footer__info .access {
    font-size: 1.2rem;
  }

  .footer__gotop a img {
    width: 40px;
  }
}
