@charset "UTF-8";
/* ///////////////////////////////////////////////

　サイト全般のスタイル
　header,footer,modules

/////////////////////////////////////////////// */
/* ///////////////////////////////////////////////

　common style for modern browser

　Version: 4.0

/////////////////////////////////////////////// */
/* ブレイクポイント */
/* Base
----------------------------------------------- */
/*
　各要素のスタイルを初期化し、デフォルトのスタイルを定義
*/
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

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

:where(html) {
  -webkit-text-size-adjust: none;
}

@supports not (min-block-size: 100dvb) {
  :where(html) {
    block-size: 100%;
  }
}
:where(body) {
  block-size: 100%;
  block-size: 100dvb;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}

: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: none;
  background: none;
  outline: none;
  -webkit-appearance: none;
  appearance: none;
}

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

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

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

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

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

:where(table) {
  border-collapse: collapse;
  border-spacing: 0;
}

:where(picture) {
  display: block;
}

:where(i, em) {
  font-style: normal;
}

/* Module
----------------------------------------------- */
.ul-disc > li {
  list-style: disc;
  margin-left: 1.5em;
}

.ol-decimal > li {
  list-style: decimal;
  margin-left: 1.5em;
}

/* State
----------------------------------------------- */
.hidden {
  display: none;
}

.hidden-pc {
  display: none;
}

@media (max-width: 940px) {
  .hidden-pc {
    display: block;
  }
  .hidden-pc.inline {
    display: inline-block;
  }
  .hidden-tab {
    display: none;
  }
}
@media (max-width: 520px) {
  .hidden-tab {
    display: block;
  }
  .hidden-tab.inline {
    display: inline-block;
  }
  .hidden-sp {
    display: none;
  }
}
@media (orientation: landscape) and (max-width: 940px) {
  .hidden-land {
    display: none;
  }
}
/* Utillity
----------------------------------------------- */
/* Text */
.taR {
  text-align: right;
}

.taL {
  text-align: left;
}

.taC {
  text-align: center;
}

.ffYG {
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
}

.ffYM {
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", serif;
}

.indent {
  padding-left: 1em;
  text-indent: -1em;
}

/* Image */
a img {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transition: all 0.2s;
}
@media (hover: hover) {
  a:hover img {
    opacity: 0.8;
  }
}

*[class|=logo] a:hover {
  text-decoration: none;
}
*[class|=logo] a:hover img {
  opacity: 1;
}

a.tel {
  text-decoration: none;
}
a.tel img {
  opacity: 1;
}

.half {
  zoom: 0.5;
  -moz-transform: scale(0.5);
}

/* button */
.btn {
  display: inline-block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  text-decoration: none;
  transition: opacity 0.2s;
}
@media (hover: hover) {
  .btn:hover {
    text-decoration: none;
    opacity: 0.8;
  }
  .btn:hover img {
    opacity: 1;
  }
}

/* slick */
.slick-dots {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.slick-dots li {
  display: inline-block;
  line-height: 1;
  font-size: 0;
}
.slick-dots button {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  text-indent: -9999px;
  font-size: 0;
}
.slick-dots .slick-active button {
  background: rgb(255, 255, 255);
}

.slick-arrow {
  position: absolute;
  z-index: 50;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-indent: -9999px;
}
.slick-arrow.slick-prev {
  left: 0;
}
.slick-arrow.slick-next {
  right: 0;
}

.slick-slide:focus {
  outline: none;
}

/* ブレイクポイント */
/*

  FONT
----------------------------------------------- */
:root {
  font-size: 1px;
  --color-base: #FFFAF2;
  --font-Almarai: "Almarai", sans-serif;
  --font-Garamond: "EB Garamond", serif;
}
@media (max-width: 520px) {
  :root {
    font-size: 0.875px;
  }
}

body {
  color: #000;
  font-size: 16rem;
  font-family: "Shippori Mincho B1", serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

:is(p) {
  line-height: 2;
}

:is(li, dt, dd, th, td, address) {
  line-height: 1.75;
}

:is(input, textarea, select) {
  font-size: 16px;
}

:where(a) {
  color: inherit;
  text-decoration: none;
}
:where(a):hover {
  text-decoration: underline;
}

.ffG {
  font-family: "EB Garamond", serif;
  font-style: italic;
}

.ffA {
  font-family: "Almarai", sans-serif;
}

.ffH {
  font-family: Helvetica, sans-serif;
}

/*

  LAYOUT
----------------------------------------------- */
body.isOpenMenu {
  overflow: hidden;
}

body {
  background-color: var(--color-base);
  overflow: hidden;
}

.contents {
  position: relative;
}

/*

  HEADER
----------------------------------------------- */
.header {
  position: fixed;
  z-index: 10;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (min-width: 941px) {
  .header {
    top: 50px;
  }
}
@media (max-width: 940px) {
  .header {
    top: 40px;
  }
}
@media (orientation: landscape) and (max-width: 940px) {
  .header {
    top: 20px;
  }
}

/*

  MENU
----------------------------------------------- */
@media (min-width: 941px) {
  .main-menu {
    margin-right: min(8vw, 80px);
  }
}
@media (max-width: 940px) {
  .main-menu {
    position: fixed;
    z-index: 20;
    inset: 0 0 0 0;
    padding-left: calc(50vw - 310px);
    padding-right: calc(50vw - 310px);
    display: grid;
    align-content: center;
    background-color: #fff;
    opacity: 0;
    pointer-events: none;
    transition: 1.2s;
  }
}
@media screen and (max-width: 940px) and (max-width: 660px) {
  .main-menu {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 940px) and (max-width: 940px) {
  .main-menu {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (max-width: 940px) and (orientation: landscape) {
  .main-menu {
    padding-left: 80px;
  }
}
@media (min-width: 941px) {
  .main-menu .logo {
    display: none;
  }
}
@media (max-width: 940px) {
  .main-menu .logo {
    width: 200px;
    margin-bottom: 90px;
  }
}
@media (max-width: 940px) and (orientation: landscape) {
  .main-menu .logo {
    margin-bottom: 40px;
  }
}
@media (max-width: 520px) {
  .main-menu .logo {
    width: 160px;
  }
}
.main-menu .gnav {
  display: flex;
  font-family: var(--font-Almarai);
}
@media (min-width: 941px) {
  .main-menu .gnav {
    gap: 3em;
    font-size: 11px;
  }
}
@media (max-width: 940px) {
  .main-menu .gnav {
    flex-direction: column;
    font-size: 25px;
  }
}
@media (max-width: 940px) and (orientation: landscape) {
  .main-menu .gnav {
    font-size: 18px;
  }
}
@media (max-width: 520px) {
  .main-menu .gnav {
    font-size: 18px;
  }
}

.isOpenMenu .main-menu {
  opacity: 1;
  pointer-events: inherit;
}

/*

  BUTTON MENU
----------------------------------------------- */
.btnMenu {
  position: relative;
  z-index: 100;
  display: none;
  place-items: center;
  margin-right: 30px;
  height: 30px;
}
.btnMenu::before, .btnMenu::after, .btnMenu span {
  grid-area: 1/1;
  width: 30px;
  height: 1px;
  background: #707070;
  content: "";
  text-indent: -9999px;
  transition: 0.3s;
}
@media (max-width: 940px) {
  .btnMenu {
    display: grid;
  }
  .btnMenu::before {
    -webkit-transform: translateY(-14px);
            transform: translateY(-14px);
  }
  .btnMenu::after {
    -webkit-transform: translateY(14px);
            transform: translateY(14px);
  }
}
@media (orientation: landscape) {
  .btnMenu {
    margin-right: 20px;
  }
  .btnMenu::before, .btnMenu::after, .btnMenu span {
    width: 25px;
  }
  .btnMenu::before {
    -webkit-transform: translateY(-12px);
            transform: translateY(-12px);
  }
  .btnMenu::after {
    -webkit-transform: translateY(12px);
            transform: translateY(12px);
  }
}
@media (max-width: 520px) {
  .btnMenu {
    margin-right: 20px;
  }
}

.isOpenMenu .btnMenu::before {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
.isOpenMenu .btnMenu span {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  opacity: 0;
}
.isOpenMenu .btnMenu::after {
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
}

/*

  FOOTER
----------------------------------------------- */
.footer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 60px;
  padding-right: 30px;
  font-size: 12rem;
  font-family: var(--font-Almarai);
}
@media (max-width: 940px) {
  .footer {
    display: none;
  }
}

/*

  MODULES
----------------------------------------------- */
/* 1文字づつフェードさせるロゴ */
.splitLogo {
  display: flex;
  align-items: flex-end;
  gap: 3.5px;
  transition: opacity 0.6s, translate 0.5s ease-out;
}
.splitLogo > *:nth-child(3) {
  margin-right: 18px;
}
.splitLogo > * {
  opacity: 0;
  translate: 15px;
  transition: opacity 1.6s, translate 1.4s ease-out;
}
.splitLogo > *:nth-child(1) {
  transition-delay: 0.1s;
}
.splitLogo > *:nth-child(2) {
  transition-delay: 0.3s;
}
.splitLogo > *:nth-child(3) {
  transition-delay: 0.5s;
}
.splitLogo > *:nth-child(4) {
  transition-delay: 0.7s;
}
.splitLogo > *:nth-child(5) {
  transition-delay: 0.9s;
}
.splitLogo > *:nth-child(6) {
  transition-delay: 1.1s;
}

.add .splitLogo > * {
  opacity: 1;
  translate: 0;
}

/* .remove .splitLogo > * {
  opacity: 1;
  translate: 0;
} */
.remove .splitLogo {
  opacity: 0;
  translate: -15px;
}

.h2 {
  margin-bottom: 1em;
  font-family: var(--font-Garamond);
  font-style: italic;
  font-weight: normal;
}
@media (min-width: 941px) {
  .h2 {
    font-size: 25px;
  }
}
@media (max-width: 940px) {
  .h2 {
    font-size: 35px;
  }
}
@media (max-width: 520px) {
  .h2 {
    font-size: 22px;
  }
}

.rollover {
  display: block;
  padding: 1em 0;
  position: relative;
  overflow: hidden;
  line-height: 1;
  text-decoration: none;
}
.rollover::after {
  position: absolute;
  top: 100%;
  right: 0;
  content: attr(data-text);
  opacity: 0;
  transition: opacity 0.6s, translate 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.rollover span {
  display: block;
  transition: opacity 0.6s, translate 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media (min-width: 941px) and (hover: hover) {
  .rollover:hover::after {
    opacity: 1;
    translate: 0 -200%;
  }
  .rollover:hover span {
    opacity: 0;
    translate: 0 -200%;
  }
}