@charset "UTF-8";

/*=============================================
 * body
 *=============================================*/
body {
  background: #f5f4ef;
  color: #000;
  font-family: 'Hina Mincho', serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  letter-spacing: 0.3em;
  line-height: 35px;
  min-width: inherit;
  min-height: inherit;
  max-height: 100%;
}

@media only screen and (min-width: 768px) {
  body {
    font-size: 14px;
    line-height: 36px;
  }
}

/*=============================================
 * fonts - DON'T EDIT
 *=============================================*/
.fnt-mincho {
  font-family: '游明朝', YuMincho, 'Noto Serif JP', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'メイリオ', Meiryo, 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
}

.fnt-meiryo {
  font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴシックPro', 'ＭＳ ゴシック', 'Hiragino Kaku Gothic Pro', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

.fnt-gothic {
  font-family: '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

.fnt-noto-sans {
  font-family: 'Noto Sans JP', sans-serif;
}

.fnt-noto-serif {
  font-family: 'Noto Serif JP', serif;
}

.fnt-hina-mincho {
  font-family: 'Hina Mincho', serif;
  font-weight: 400;
  font-style: normal;
}

.fnt-zen-kaku-gothic {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 400;
  font-style: normal;
}

.fnt-cormorant-garamond {
  font-family: 'Cormorant Garamond', serif;
  font-optical-sizing: auto;
  font-style: normal;
}

/*=============================================
   main
*=============================================*/
main {
  clear: both;
  width: 100%;
  position: relative;
  box-sizing: border-box;
}

/* -- -- */
@media only screen and (max-width: 767px) {
  .wrap {
    width: 100%;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0 8.6vw;
    position: relative;
  }

  img {
    width: 100%;
    height: auto;
  }
}

@media only screen and (min-width: 768px) {
  .wrap {
    width: 1000px;
    box-sizing: border-box;
    position: relative;
    margin: 0 auto;
    padding: 0;
  }

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

@media only screen and (min-width: 1241px) {
  .wr_1100 {
    width: 1100px;
  }

  .wr_1200 {
    width: 1200px;
  }
}

.non-over a:hover {
  opacity: 1;
}

.non-over a:hover img {
  opacity: 1;
}

/* -- -- */
#socialbuttons {
  display: flex;
  justify-content: center;
  margin: 0;
}

.social-facebook {
  width: 95px;
  overflow: hidden;
  display: flex !important;
  justify-content: center;
}

.btn-reserve a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-family: 'Cormorant Garamond', serif;
  font-weight: 400;
  letter-spacing: 0.025em;
  border: 1px solid;
  border-radius: 50px;
  box-sizing: border-box;
}

.btn-reserve a:after {
  content: '';
  background: url('../img/shared/icon-calendar.png') no-repeat center/100% auto;
  transition: all 0.3s;
}

.btn-reserve._white a {
  border-color: #fff;
  color: #fff;
}

.btn-reserve._white a:after {
  background-image: url('../img/shared/icon-calendar-white.png');
}

@media only screen and (max-width: 767px) {
  .tel {
    font-size: 2.9vw;
    line-height: 1;
    letter-spacing: 0.05em;
    text-align: center;
  }

  .tel .number {
    display: inline-block;
    font-size: 7.6vw;
    letter-spacing: 0.08em;
    background: url('../img/shared/icon-tel-black.png') no-repeat top 2vw left/3.6vw auto;
    margin-top: 4vw;
    padding-left: 5vw;
  }

  .tel._white .number {
    background-image: url('../img/shared/icon-tel.png');
  }

  .btn-reserve {
    text-align: center;
  }

  .btn-reserve a {
    gap: 5vw;
    width: 53.3vw;
    height: 13.3vw;
    background-color: #332f30;
    color: #fff;
    font-size: 4.8vw;
    line-height: 1;
  }

  .btn-reserve a:after {
    width: 5.1vw;
    height: 4.8vw;
    background-image: url('../img/shared/icon-calendar-white.png');
  }

  .btn-reserve._white a {
    background-color: #fff;
    color: #000;
  }

  .btn-reserve._white a:after {
    background-image: url('../img/shared/icon-calendar.png');
  }
}

@media only screen and (min-width: 768px) {
  .tel {
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.05em;
  }

  .tel .number {
    display: inline-block;
    font-size: 22px;
    line-height: 34px;
    letter-spacing: 0.08em;
    background: url('../img/shared/icon-tel.png') no-repeat top 12px left/11px auto;
    padding-left: 15px;
  }

  .btn-reserve a {
    gap: 15px;
    width: 139px;
    height: 38px;
    font-size: 14px;
    line-height: 18px;
  }

  .btn-reserve a:after {
    width: 16px;
    height: 15px;
  }

  .btn-reserve._white a:before {
    background-color: #f5f4ef;
  }

  .btn-reserve._white a:hover {
    color: #000;
  }

  .btn-reserve._white a:hover:after {
    background-image: url('../img/shared/icon-calendar.png');
  }
}

/*=============================================
   header
*=============================================*/
header {
  width: 100%;
  height: 100vh;
  box-sizing: border-box;
  position: relative;
  color: #fff;
  z-index: 100;
}

header h1 {
  color: #aeaeae;
}

@media only screen and (max-width: 767px) {
  header h1 {
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0.2em;
    position: absolute;
    right: 5vw;
    bottom: 8vw;
    left: 5vw;
    color:#fff;
  }

  header .logo {
    width: 13.3vw;
    position: absolute;
    top: 8.4vw;
    left: 4vw;
  }

  .hamburger {
    background: url('../img/shared/hamburger.png') no-repeat center top/cover;
    width: 9.6vw;
    height: 7.2vw;
    position: fixed;
    top: 8.4vw;
    right: 4vw;
  }

  .has_scroll .hamburger {
    background-image: url('../img/shared/hamburger_b.png');
  }

  #menu-toggle {
    background: #505143;
    color: #fff;
    width: 100%;
    height: 100vh;
    overflow-y: auto;
    position: fixed;
    top: 0;
    left: 0;
    box-sizing: border-box;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s linear;
    padding: 20vw 10vw;
    z-index: 100;
  }

  #menu-toggle .close_btn {
    width: 8vw;
    position: absolute;
    top: 4vw;
    right: 4vw;
  }

  #menu-toggle .nav {
    display: grid;
    grid-template-rows: repeat(5, 1fr);
    grid-auto-flow: column;
    font-size: 4.8vw;
    line-height: 2.6;
    letter-spacing: 0.3em;
  }

  #menu-toggle .nav li {
    opacity: 0;
    transform: translateY(-10px);
    transition: all 0.4s ease;
  }

  #menu-toggle .nav a.current {
    color: #aeafa7;
  }

  #menu-toggle .nav-sub {
    display: none;
  }

  #menu-toggle .sns-icon {
    width: 8vw;
    margin: 0 auto;
    padding-top: 12vw;
  }

  #menu-toggle .tel {
    padding-top: 12vw;
  }

  #menu-toggle .btn-reserve {
    padding-top: 8vw;
  }

  #menu-toggle .info {
    display: grid;
    grid-template-columns: 12vw 1fr;
    gap: 8vw;
    padding-top: 16vw;
    font-size: 13px;
    line-height: 25px;
    letter-spacing: 0.16em;
  }

  #menu-toggle .info dt {
    position: relative;
    top: 2vw;
  }

  #menu-toggle .info dd p + p {
    padding-top: 8vw;
  }

  #menu-toggle .info dd span {
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 20px;
    border: 0;
    border-left: 1px solid #fff;
    margin-right: 10px;
  }

  #menu-toggle .info dd a {
    display: inline-block;
    vertical-align: middle;
    background: url('../img/shared/icon-location.png') no-repeat center left/10px auto;
    font-size: 12px;
    padding-left: 20px;
  }

  .navOpen #menu-toggle {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }

  .nav-fixed {
    display: none;
  }
}

@media only screen and (min-width: 768px) {
  header h1 {
    max-width: 70%;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.1em;
    position: absolute;
    bottom: 60px;
    left: 50px;
  }

  header .logo {
    width: 68px;
    position: absolute;
    top: 58px;
    left: 70px;
  }

  header > .tel {
    display: flex;
    align-items: baseline;
    gap: 10px;
    position: absolute;
    top: 42px;
    right: 193px;
  }

  header > .btn-reserve {
    position: absolute;
    top: 43px;
    right: 34px;
  }

  header .icon-insta {
    width: 30px;
    position: absolute;
    top: calc(50% - 17px);
    right: 36px;
  }

  #menu-toggle {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    background: #505143;
    width: 100%;
    height: 100vh;
    box-sizing: border-box;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s linear;
    overflow-y: auto;
  }

  #menu-toggle .close_btn {
    width: 27px;
    position: absolute;
    top: 30px;
    right: 30px;
    cursor: pointer;
  }

  #menu-toggle .col {
    padding: 60px 70px;
  }

  #menu-toggle .col .inner {
    display: grid;
    height: 100%;
    position: relative;
  }

  #menu-toggle .logo {
    width: 68px;
    position: absolute;
    top: 0;
    left: 0;
  }

  #menu-toggle .nav {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 10px;
    margin: auto;
    padding: 200px 0;
  }

  #menu-toggle .nav li {
    opacity: 0;
    transform: translateY(-10px);
    transition: all 0.4s ease;
  }

  #menu-toggle .nav a {
    width: 70px;
    height: 180px;
    font-size: 26px;
    line-height: 70px;
    letter-spacing: 0.15em;
    cursor: pointer;
  }

  #menu-toggle .nav a:hover,
  #menu-toggle .nav a.current {
    color: #8f9088;
  }

  #menu-toggle .nav-sub {
    display: flex;
    align-items: center;
    gap: 45px;
    position: absolute;
    bottom: 0;
    left: 0;
  }

  #menu-toggle .nav-sub li {
    opacity: 0;
    transform: translateY(-10px);
    transition: all 0.4s ease;
  }

  #menu-toggle .nav-sub a {
    font-size: 18px;
    line-height: 36px;
    letter-spacing: 0.22em;
    border-bottom: 1px solid;
  }

  #menu-toggle .nav-sub a:hover {
    border-bottom-color: transparent;
  }

  #menu-toggle .nav-sub .icon {
    width: 30px;
  }

  #menu-toggle .nav-sub .icon a {
    border-bottom: 0;
  }

  #menu-toggle .tel {
    position: absolute;
    top: 20px;
    right: 170px;
  }

  #menu-toggle .tel span {
    font-size: 28px;
    background-size: 14px auto;
  }

  #menu-toggle .btn-reserve {
    position: absolute;
    top: 25px;
    right: 0;
  }

  #menu-toggle .info {
    position: absolute;
    bottom: 80px;
    left: 0;
  }

  #menu-toggle .info dt {
    display: none;
  }

  #menu-toggle .info dd {
    font-size: 16px;
    letter-spacing: 0.16em;
    line-height: 30px;
  }

  #menu-toggle .info dd p {
    display: flex;
    align-items: flex-end;
    gap: 15px;
  }

  #menu-toggle .info dd p + p {
    padding-top: 30px;
  }

  #menu-toggle .info dd span {
    width: 0;
    height: 20px;
    border-left: 1px solid #fff;
    position: relative;
    bottom: 5px;
  }

  #menu-toggle .info dd a {
    display: inline-block;
    background: url('../img/shared/icon-location.png') no-repeat center left/10px auto;
    font-size: 14px;
    padding-left: 20px;
  }

  #menu-toggle .info dd a:hover {
    text-decoration: underline;
  }

  #menu-toggle figure {
    width: 100%;
    min-height: 100vh;
  }

  .hamburger {
    background: url('../img/shared/hamburger.png') no-repeat center/cover;
    width: 25px;
    height: 19px;
    cursor: pointer;
    transition: all 0.3s;
    position: fixed;
    top: calc(50% - 60px);
    right: 40px;
  }

  .hamburger:hover {
    opacity: 0.7;
  }

  .navOpen {
    overflow: hidden;
  }

  .navOpen #menu-toggle {
    opacity: 1;
    visibility: visible;
  }

  .has_scroll .hamburger {
    background-image: url('../img/shared/hamburger_b.png');
  }

  .has_scroll.stop .hamburger {
    background-image: url('../img/shared/hamburger.png');
  }
}

@media only screen and (min-width: 768px) and (max-height: 750px) {
  #menu-toggle .col {
    justify-content: flex-start;
  }
}

@media only screen and (min-width: 1201px) {
  #menu-toggle {
    grid-template-columns: repeat(2, 1fr);
  }
}

/*=============================================
   section
*=============================================*/
section {
  position: relative;
}

/* -- -- */
#key {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

#key .slick-slider,
#key .slick-list,
#key .slick-track,
#key .slick-slide {
  width: 100%;
  height: 100%;
}

@keyframes scroll-line {
  0% {
    transform-origin: top;
    transform: scaleY(0);
  }

  39% {
    transform-origin: top;
    transform: scaleY(1);
  }

  40% {
    transform-origin: bottom;
    transform: scaleY(1);
  }

  100% {
    transform-origin: bottom;
    transform: scaleY(0);
  }
}

.scroll-down {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.scroll-down .text {
  font-weight: 300;
  letter-spacing: 0.15em;
}

.scroll-down .line {
  width: 1px;
  background-color: #ababab;
  position: relative;
}

.scroll-down .line:after {
  content: '';
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  animation: scroll-line 3s infinite both;
}

@media only screen and (max-width: 767px) {
  .scroll-down {
    gap: 5.3vw;
    position: absolute;
    bottom: 29vw;
    right: 4vw;
  }

  .scroll-down .text {
    font-size: 3.5vw;
    line-height: 1;
  }

  .scroll-down .line {
    height: 17.2vw;
  }
}

@media only screen and (min-width: 768px) {
  .scroll-down {
    gap: 20px;
    position: absolute;
    bottom: 55px;
    right: 60px;
  }

  .scroll-down .text {
    font-size: 12px;
    line-height: 22px;
  }

  .scroll-down .line {
    height: 60px;
  }
}

/*=============================================
   footer
*=============================================*/
footer {
  background-color: #605851;
  color: #fff;
  box-sizing: border-box;
  position: relative;
}

@media only screen and (max-width: 767px) {
  footer {
    font-size: 13px;
    line-height: 26px;
    letter-spacing: 0.2em;
    padding: 13.5vw 0 17.5vw;
  }

  footer nav ul {
    display: grid;
    grid-template-rows: repeat(5, 1fr);
    grid-auto-flow: column;
    font-size: 4.8vw;
    line-height: 2.6;
    letter-spacing: 0.3em;
  }

  footer nav ul a.current {
    color: #aeafa7;
  }

  footer .logo {
    text-align: center;
    padding-top: 20vw;
  }

  footer .logo img {
    max-width: 16vw;
  }

  footer .logo figcaption {
    line-height: 30px;
    padding-top: 16vw;
  }

  footer .tel {
    padding-top: 13.3vw;
  }

  footer .btn-reserve {
    padding-top: 8vw;
  }

  footer .sns-icon {
    width: 8vw;
    margin: 0 auto;
    padding-top: 12vw;
  }

  footer .txt-info {
    letter-spacing: 0.1em;
    padding-top: 13.3vw;
  }

  footer .txt-info .left {
    display: flex;
    gap: 10px;
    align-items: flex-end;
  }

  footer .txt-info .left p:last-child {
    line-height: 18px;
    border-left: 1px solid #ababab;
    padding-left: 6px;
    position: relative;
    bottom: 3px;
  }

  footer .txt-info .left a {
    display: inline-block;
    vertical-align: middle;
    background: url('../img/shared/icon-location.png') no-repeat center left/10px auto;
    font-size: 12px;
    padding-left: 15px;
  }

  footer .txt-info .right {
    padding-top: 6.8vw;
  }

  footer .txt-info .right dl {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 5px;
  }

  footer .box-last {
    font-size: 12px;
    letter-spacing: 0.2em;
    line-height: 25px;
    color: #a09f9e;
    text-align: center;
    padding: 20vw 0 13.5vw;
  }

  footer .btn-copy a {
    display: inline-block;
    background: url('../img/shared/icon-url.png') no-repeat center left/12px auto;
    letter-spacing: 0.1em;
    padding-left: 22px;
  }

  footer address,
  footer #socialbuttons {
    padding-top: 8vw;
  }

  .pagetop {
    width: 12vw;
    bottom: 19.5vw;
    right: 2vw;
  }
}

@media only screen and (min-width: 768px) {
  footer {
    padding: 98px 0 150px;
  }

  footer nav {
    width: 270px;
    font-size: 16px;
    line-height: 36px;
    letter-spacing: 0.3em;
    position: absolute;
    top: 0;
    right: 0;
  }

  footer nav a:hover,
  footer nav a.current {
    color: #b8b2b2;
  }

  footer nav ul {
    display: grid;
    grid-template-rows: repeat(5, 1fr);
    grid-auto-flow: column;
  }

  footer .sns-icon {
    width: 30px;
    position: absolute;
    top: 203px;
    right: 238px;
  }

  footer .logo {
    padding: 14px 0 0 22px;
  }

  footer .logo img {
    max-width: 68px;
    padding-left: 4px;
  }

  footer .logo figcaption {
    line-height: 30px;
    letter-spacing: 0.2em;
    padding-top: 120px;
  }

  footer .txt-info {
    display: grid;
    grid-template-columns: 313px auto;
    align-items: flex-end;
    line-height: 28px;
    letter-spacing: 0.2em;
    margin-top: -60px;
    padding-left: 22px;
  }

  footer .txt-info .left p:last-child {
    line-height: 20px;
    border-left: 1px solid #ababab;
    margin-top: 15px;
    padding-left: 10px;
  }

  footer .txt-info p a {
    display: inline-block;
    background: url(../img/shared/icon-location.png) no-repeat center left/10px auto;
    font-size: 12px;
    letter-spacing: 0.1em;
    padding-left: 20px;
  }

  footer .txt-info p a:hover {
    text-decoration: underline;
  }

  footer .txt-info .right {
    padding-bottom: 13px;
  }

  footer .txt-info dl {
    display: flex;
    gap: 5px;
  }

  footer .tel {
    font-size: 14px;
    position: absolute;
    top: 46px;
    left: 150px;
  }

  footer .tel .number {
    background-size: 14px auto;
    font-size: 30px;
    margin-top: 13px;
    padding-left: 25px;
  }

  footer .btn-reserve {
    position: absolute;
    top: 74px;
    left: 405px;
    z-index: 1;
  }

  footer .btn-reserve a {
    width: 150px;
  }

  footer .btn-reserve a:before {
    background: #fff;
  }

  footer .btn-reserve a:hover {
    color: #000;
  }

  footer .btn-reserve a:hover:after {
    background-image: url('../img/shared/icon-calendar.png');
  }

  footer .box-last {
    display: flex;
    gap: 15px;
    color: #a9a5a2;
    font-weight: 300;
    letter-spacing: 0.2em;
    line-height: 24px;
    position: relative;
    padding: 110px 0 0 22px;
  }

  footer .btn-copy {
    position: absolute;
    top: 54px;
    right: 3px;
  }

  footer .btn-copy a {
    display: inline-block;
    background: url('../img/shared/icon-url.png') no-repeat center left/12px auto;
    font-size: 12px;
    letter-spacing: 0;
    padding-left: 22px;
  }

  footer .btn-copy a:hover {
    text-decoration: underline;
  }

  footer .btn-cookies {
    flex: 1 0 0;
  }

  footer .btn-cookies a:hover {
    text-decoration: underline;
  }

  .pagetop {
    width: 58px;
    bottom: 10px;
    right: 10px;
  }
}

@media only screen and (min-width: 1241px) {
  footer .logo figcaption {
    padding-top: 58px;
  }

  footer nav ul {
    gap: 0 60px;
  }
}

/*=============================================
   css for ie 11 
*=============================================*/
#fixed-sp {
  background: #fff;
  width: 100%;
  box-sizing: border-box;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 100;
  opacity: 1;
  visibility: visible;
}

#fixed-sp.visible {
  opacity: 1;
  visibility: visible;
}

#fixed-sp ul {
  display: flex;
}

.navOpen #fixed-sp {
  display: none;
}

/* iPhone X */
@media only screen and (max-width: 767px) and (min-device-width: 375px) and (min-device-height: 812px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait) {
  footer {
    padding-bottom: calc(env(safe-area-inset-bottom) + 17.5vw);
  }

  #fixed-sp {
    padding-bottom: calc(env(safe-area-inset-bottom) - 0px);
  }

  .pagetop {
    bottom: calc(env(safe-area-inset-bottom) + 19.5vw);
  }
}

/* iPhone XR */
@media only screen and (max-width: 767px) and (min-device-width: 414px) and (min-device-height: 896px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {
  footer {
    padding-bottom: calc(env(safe-area-inset-bottom) + 17.5vw);
  }

  #fixed-sp {
    padding-bottom: calc(env(safe-area-inset-bottom) - 0px);
  }

  .pagetop {
    bottom: calc(env(safe-area-inset-bottom) + 19.5vw);
  }
}

/* iPhone 11 */
@media only screen and (max-width: 767px) and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 2) {
  footer {
    padding-bottom: calc(env(safe-area-inset-bottom) + 17.5vw);
  }

  #fixed-sp {
    padding-bottom: calc(env(safe-area-inset-bottom) - 0px);
  }

  .pagetop {
    bottom: calc(env(safe-area-inset-bottom) + 19.5vw);
  }
}

@media only screen and (max-width: 767px) and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) {
  footer {
    padding-bottom: calc(env(safe-area-inset-bottom) + 17.5vw);
  }

  #fixed-sp {
    padding-bottom: calc(env(safe-area-inset-bottom) - 0px);
  }

  .pagetop {
    bottom: calc(env(safe-area-inset-bottom) + 19.5vw);
  }
}

@media only screen and (max-width: 767px) and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 3) {
  footer {
    padding-bottom: calc(env(safe-area-inset-bottom) + 17.5vw);
  }

  #fixed-sp {
    padding-bottom: calc(env(safe-area-inset-bottom) - 0px);
  }

  .pagetop {
    bottom: calc(env(safe-area-inset-bottom) + 19.5vw);
  }
}

/* --- --- */
/*=============================================
   Custom
*=============================================*/
.pc {
  display: none;
}

.sp {
  display: block;
}

@media only screen and (min-width: 768px) {
  .pc {
    display: block;
  }

  .sp {
    display: none;
  }
}

/* -- -- */
.img-shadow {
  box-shadow: 0px 0px 22px 7.83px rgba(0, 0, 0, 0.18);
}

.text-shadow {
  text-shadow: 8px 11px 52px rgba(0, 0, 0, 0.3);
}

.cl-red {
  color: #cf2d2d;
}

.cl-brown {
  color: #665831;
}

.cl-yellow {
  color: #b29257;
}

.cl-white {
  color: #f3ece9;
}

.cl-black {
  color: #000;
}

.cl-orange {
  color: #ca3921;
}

.txt-c {
  text-align: center;
}

.txt-r {
  text-align: right;
}

.uppercase {
  text-transform: uppercase;
}

a {
  transition: all 0.3s;
}

a img {
  transition: all 0.3s;
}

a:hover {
  text-decoration: none;
}

@media only screen and (min-width: 768px) {
  a:hover {
    opacity: 0.7;
  }
}

.img-cover {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.ovh {
  overflow: hidden;
}

/* -- slick -- */
.slick-arrow {
  display: block;
  background: transparent;
  border: 0;
  font-size: 0;
  cursor: pointer;
  position: absolute;
  z-index: 1;
}

.slick-arrow:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.slick-prev {
  background: url('../img/index/slider-prev.png') no-repeat center/cover;
}

.slick-next {
  background: url('../img/index/slider-next.png') no-repeat center/cover;
}

.slick-dots {
  display: flex;
}

.slick-dots li {
  display: block;
  font-size: 0;
  cursor: pointer;
  position: relative;
}

.slick-dots button {
  font-size: 0;
  background: transparent;
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  background-color: #5c4b3e;
  -webkit-appearance: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  border-radius: 0;
  transition: all 0.3s;
  opacity: 0.5;
}

.slick-dots .slick-active button {
  opacity: 1;
}

@media only screen and (max-width: 767px) {
  .slick-arrow {
    width: 9.2vw;
    height: 9.2vw;
  }

  .slick-prev {
    left: 0;
  }

  .slick-next {
    right: 0;
  }

  .slick-dots {
    justify-content: center;
    gap: 2vw;
  }

  .slick-dots li {
    width: 17vw;
    height: 2px;
  }
}

@media only screen and (min-width: 768px) {
  .slick-arrow {
    width: 40px;
    height: 40px;
  }

  .slick-arrow:hover {
    opacity: 0.7;
  }

  .slick-dots {
    gap: 6px;
  }

  .slick-dots li {
    width: 50px;
    height: 2px;
  }

  .slick-dots li button:hover {
    opacity: 0.5;
  }
}

/* -- -- */
.button {
  position: relative;
}

.button a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #ababab;
  font-weight: 400;
  letter-spacing: 0.5em;
  text-align: center;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
}

.button.black a {
  border-color: #000;
  color: #000;
}

@media only screen and (max-width: 767px) {
  .button {
    text-align: center;
  }

  .button a {
    background-color: #2c2a26;
    color: #fff;
    width: 80vw;
    height: 17.2vw;
    font-size: 4vw;
    line-height: 2;
  }

  .button a:after {
    content: '';
    width: 5.3vw;
    height: 0.8vw;
    background: url('../img/shared/btn-arrow-white.png') no-repeat center/100% auto;
    position: absolute;
    top: 50%;
    right: 7.3vw;
    transform: translateY(-50%);
  }

  .button-1 a {
    display: inline-flex;
    align-items: flex-start;
    gap: 15px;
    font-size: 4.8vw;
    letter-spacing: 0.3em;
    line-height: 1.6;
  }

  .button-1 a i {
    display: inline-block;
    background: url('../img/shared/btn-arrow-1.png') no-repeat center/cover;
    width: 8vw;
    height: 8vw;
    transition: all 0.3s;
  }

  .button-1 a > span {
    display: inline-block;
    border-bottom: 1px solid rgba(0, 0, 0, 0.6);
  }
}

@media only screen and (min-width: 768px) {
  .button a {
    width: 100%;
    max-width: 410px;
    height: 89px;
    font-size: 15px;
    line-height: 35px;
  }

  .button a:after {
    content: '';
    width: 28px;
    height: 4px;
    background: url('../img/shared/btn-arrow-black.png') no-repeat center/100% auto;
    position: absolute;
    top: 50%;
    right: 35px;
    transform: translateY(-50%);
  }

  .button a:hover:after {
    background-image: url('../img/shared/btn-arrow-white.png');
  }

  .button-1 a {
    display: inline-flex;
    align-items: flex-start;
    gap: 15px;
    font-size: 14px;
    letter-spacing: 0.15em;
    line-height: 28px;
  }

  .button-1 a i {
    display: inline-block;
    background: url('../img/shared/btn-arrow-1.png') no-repeat center/cover;
    width: 27px;
    height: 27px;
    transition: all 0.3s;
  }

  .button-1 a > span {
    display: inline-block;
    border-bottom: 1px solid rgba(0, 0, 0, 0.6);
    overflow: hidden;
  }

  .button-1 a > span span {
    display: inline-block;
  }

  .button-1 a:hover {
    opacity: 1;
  }

  .button-1 a:hover > span span {
    animation: animationText 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s forwards;
  }

  .button-1 a:hover i {
    transform: scale(1.2);
  }
}

@keyframes animationText {
  0% {
    transform: translateY(0);
  }

  49% {
    transform: translateY(-100%);
  }

  50% {
    transform: translateY(100%);
  }

  100% {
    transform: translateY(0);
  }
}

/* --- --- */
@media only screen and (min-width: 768px) {
  .hvr-radial-out {
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    position: relative;
    overflow: hidden;
  }

  .hvr-radial-out:before {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #2c2a26;
    border-radius: 100%;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }

  .hvr-radial-out:hover {
    color: #fff;
    opacity: 1;
  }

  .hvr-radial-out:hover:before {
    -webkit-transform: scale(2);
    transform: scale(2);
  }
}

/* -- -- */
.d-flex {
  display: flex;
}

/* --- --- */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 10px, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }

  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}

.fadeInUp {
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

.animated {
  animation-duration: 1.2s;
  animation-fill-mode: both;
}

.animated.infinite {
  animation-iteration-count: infinite;
}

@media (prefers-reduced-motion) {
  .animated {
    animation: unset !important;
    transition: none !important;
  }
}

/* --- --- */
@media only screen and (max-width: 767px) {
  .h-22,
  .h-26 {
    font-weight: 400;
    font-size: 6.6vw;
    letter-spacing: 0.5em;
    line-height: 1.8;
  }

  .h-22 .en,
  .h-26 .en {
    font-weight: 300;
    font-size: 3.2vw;
    letter-spacing: 0.5em;
    color: #665831;
  }

  .h-22 .line,
  .h-26 .line {
    display: block;
    width: 44vw;
    height: 1px;
    background-color: #665831;
    margin: 10vw auto 4vw;
  }

  .h-30 {
    font-weight: 400;
    font-size: 7.6vw;
    line-height: 2;
    letter-spacing: 0.3em;
  }

  .h-50 {
    font-weight: 400;
    font-size: 9.3vw;
    letter-spacing: 0.5em;
    line-height: 1.7;
  }

  .h-50 .en {
    font-weight: 300;
    font-size: 3.2vw;
    letter-spacing: 0.6em;
    color: #665831;
  }
}

@media only screen and (min-width: 768px) {
  .h-22 {
    font-weight: 400;
    font-size: 22px;
    letter-spacing: 0.5em;
    line-height: 50px;
  }

  .h-22 .en {
    font-weight: 300;
    font-size: 14px;
    letter-spacing: 0.5em;
    color: #665831;
  }

  .h-22 .line {
    display: block;
    width: 182px;
    height: 1px;
    background-color: #665831;
    margin: 40px auto 15px;
  }

  .h-26 {
    font-weight: 400;
    font-size: 26px;
    line-height: 60px;
    letter-spacing: 0.3em;
  }

  .h-26 .en {
    font-weight: 300;
    font-size: 14px;
    letter-spacing: 0.5em;
    color: #665831;
  }

  .h-30 {
    font-weight: 400;
    font-size: 30px;
    line-height: 60px;
    letter-spacing: 0.3em;
  }

  .h-50 {
    font-weight: 400;
    font-size: 50px;
    letter-spacing: 0.5em;
    line-height: 90px;
  }

  .h-50 .en {
    font-weight: 300;
    font-size: 16px;
    letter-spacing: 0.6em;
    color: #665831;
  }
}

/* -- -- */
.txt {
  text-align: justify;
}

@media only screen and (max-width: 767px) {
  .txt br {
    display: none;
  }
}

@media only screen and (min-width: 768px) {
  .txt-c .txt {
    text-align: center;
  }
}

/* -- -- */
.list-menu {
  text-align: left;
}

.list-menu dl {
  display: flex;
  border-bottom: 1px solid #aba9a6;
  padding: 0 0 15px;
  letter-spacing: 0.05em;
}

.list-menu dl + dl {
  padding-top: 15px;
}

.list-menu dl dt {
  flex: 1 0 0;
}

.list-menu dl dd {
  text-align: right;
}

.list-menu dl dd.end {
  align-self: flex-end;
}

.list-menu dl.type-1 {
  flex-direction: column;
}

.list-menu dl.type-1 dt {
  width: 100%;
}

.list-menu dl.type-1 dd {
  width: 100%;
}

.list-menu dl.type-1 dd p {
  display: flex;
  justify-content: space-between;
}

.list-menu .note-r {
  text-align: right;
  padding: 15px 0 30px;
  border-bottom: 1px solid #aba9a6;
}

.list-menu .ttl {
  font-family: 'Shippori Mincho', serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-align: center;
  border-bottom: 2px solid #000;
}

.list-menu .ttl-sub {
  font-family: 'Shippori Mincho', serif;
  font-weight: 400;
  letter-spacing: 0.05em;
  text-align: left;
}

@media only screen and (max-width: 767px) {
  .popup-body .wrap {
    padding: 0 4vw;
  }

  .popup-body .note {
    font-size: 12px;
    line-height: 20px;
    padding-top: 2vw;
  }

  .list-menu {
    display: flex;
    flex-direction: column;
    gap: 12vw;
    padding-top: 12vw;
  }

  .list-menu .item + .item {
    padding-top: 12vw;
  }

  .list-menu .ttl {
    font-size: 4.8vw;
    line-height: 1.5;
    text-align: center;
    margin-bottom: 30px;
    padding-bottom: 10px;
  }

  .list-menu .ttl-sub {
    font-size: 4vw;
    line-height: 1.5;
    text-align: left;
    padding-bottom: 20px;
  }

  .list-menu .ttl-sub:not(:first-of-type) {
    padding-top: 30px;
  }
}

@media only screen and (min-width: 768px) {
  .list-menu {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    justify-content: center;
    gap: 30px;
    padding-top: 60px;
  }

  .list-menu .item + .item {
    padding-top: 40px;
  }

  .list-menu .ttl {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
    padding-bottom: 15px;
  }

  .list-menu .ttl-sub {
    font-size: 16px;
    padding-bottom: 20px;
  }

  .list-menu .ttl-sub:not(:first-of-type) {
    padding-top: 30px;
  }
}

/* -- -- */
[data-remodal-target] {
  cursor: pointer;
}

.remodal-overlay {
  background: url('../img/shared/popup-bg.png') repeat center top;
}

.popup-body {
  background: url('../img/shared/body-bg.jpg') repeat center top;
  font-size: 14px;
  line-height: 24px;
}

@media only screen and (max-width: 767px) {
  .remodal-wrapper {
    padding: 8vw 4vw;
  }

  .remodal {
    padding-top: 12vw;
  }

  .popup-body {
    padding: 12vw 0;
  }

  .remodal-close-top {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
  }

  button.remodal-close {
    background: url('../img/shared/remodal-close_top.png') no-repeat center/100% auto;
    width: 8vw;
    height: 8vw;
  }

  button.remodal-close.top {
    position: sticky;
    top: 0;
    right: 0;
  }

  button.remodal-close.bottom {
    background: url('../img/shared/remodal-close_bottom.png') no-repeat center top/cover;
    width: 30vw;
    height: 7.3vw;
    margin: 8vw auto 0;
    position: static;
  }
}

@media only screen and (min-width: 768px) {
  .remodal-close-top {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
  }

  button.remodal-close {
    background: url('../img/shared/remodal-close_top.png') no-repeat center/100% auto;
    width: 52px;
    height: 52px;
  }

  button.remodal-close.top {
    position: sticky;
    top: 0;
    right: 0;
  }

  button.remodal-close.bottom {
    display: block;
    background: url('../img/shared/remodal-close_bottom.png') no-repeat center/100% auto;
    width: 150px;
    height: 40px;
    margin: 40px auto 0;
    position: static;
  }

  button.remodal-close:hover {
    opacity: 0.5;
  }

  .remodal-wrapper {
    padding: 100px 20px;
  }

  .remodal {
    padding-top: 110px;
  }

  .popup-body {
    padding: 80px 0;
  }
}

/* parallax image  */
.parallax-image {
  overflow: hidden;
  position: relative;
}

.parallax-image img {
  width: 100%;
  max-width: inherit;
  height: 100%;
  object-fit: cover;
  transition: transform 0.1s linear;
  will-change: transform;
}

.-end-intro .eraseStart #async-container {
  animation: hideContents 1.25s cubic-bezier(0.17, 0.84, 0.44, 1) 1;
}

.-end-intro .onloadcomplete #async-container {
  animation: showContents 1.25s cubic-bezier(0.17, 0.84, 0.44, 1) 1;
  animation-fill-mode: forwards;
  cursor: auto;
}

@keyframes hideContents {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 1;
  }
}

@keyframes showContents {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 1;
  }
}

.progress-indicator {
  --size: 50px;
  position: fixed;
  width: 100%;
  height: 100%;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 101;
  pointer-events: none;
  transition: opacity 0.3s ease;
  transform: rotate(-90deg);
}

.progress-indicator svg {
  padding: 10px;
}

.progress-indicator circle {
  fill: transparent;
  stroke: #867c7c;
  stroke-width: var(--stroke-width, 1);
  stroke-dasharray: calc((var(--progress-loaded) / 50) * var(--perimeter)) var(--perimeter);
  transition: stroke-dasharray 0.2s steps(12);
  transition-property: stroke-dasharray, stroke-dashoffset;
}

.progress-complete .progress-indicator {
  opacity: 0;
}

.progress-complete .progress-indicator circle {
  stroke-dashoffset: calc(var(--perimeter-px) * -1);
}

.def-svg {
  position: absolute;
  inset: 0;
  width: 0;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}

.page-transition-cover {
  position: fixed;
  left: 0;
  top: 0;
  bottom: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100vh;
  background-color: #1e1d1d;
  background-image: url('../img/shared/pattern_noise.png');
  background-size: 100px;
  z-index: 101;
  pointer-events: none;
  animation: ramdomTexture 2s steps(5) infinite;
  -webkit-mask-image: linear-gradient(90deg, #000 0, #000 80%, transparent 100%);
  mask-image: linear-gradient(90deg, #000 0, #000 80%, transparent 100%);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 200% 100%;
  mask-size: 200% 100%;
  -webkit-mask-position: 200% 0;
  mask-position: 200% 0;
}

.-end-intro .eraseStart ~ .page-transition-cover {
  animation: hidePage 1.25s cubic-bezier(0.77, 0, 0.18, 1) 1, ramdomTexture 2s steps(5) infinite;
  animation-fill-mode: forwards;
}

.-end-intro .eraseStart ~ .page-transition-cover .indicator {
  opacity: 1;
}

.-end-intro .onloadcomplete ~ .page-transition-cover {
  -webkit-mask-image: linear-gradient(-90deg, #000 0, #000 80%, transparent 100%);
  mask-image: linear-gradient(-90deg, #000 0, #000 80%, transparent 100%);
  animation: showPage 1.25s linear 1, ramdomTexture 2s steps(5) infinite;
  animation-fill-mode: forwards;
  cursor: auto;
  pointer-events: none;
}

.-end-intro .onloadcomplete ~ .page-transition-cover .indicator {
  opacity: 0;
}

@keyframes hidePage {
  0% {
    opacity: 0;
    -webkit-mask-position: 200% 0;
  }

  100% {
    opacity: 1;
    -webkit-mask-position: 0 0;
  }
}

@keyframes showPage {
  0% {
    opacity: 1;
    -webkit-mask-position: 0 0;
  }

  100% {
    opacity: 0;
    -webkit-mask-position: -400% 0;
  }
}

.first-transition-cover {
  position: fixed;
  left: 0;
  top: 0;
  bottom: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100vh;
  background-color: #1e1d1d;
  background-image: url('../img/shared/pattern_noise.png');
  background-size: 150px;
  z-index: 101;
  animation: ramdomTexture 2s steps(5) infinite;
}

.first-transition-cover img {
  width: 100px;
}

.-end-intro .first-transition-cover {
  transition: opacity 0.5s cubic-bezier(0.17, 0.84, 0.44, 1);
  pointer-events: none;
  opacity: 0;
}

@media (min-width: 1280px) {
  .first-transition-cover img {
    width: 120px;
  }
}

@keyframes ramdomTexture {
  0% {
    background-position: 50% 100%;
  }

  20% {
    background-position: 30% 50%;
  }

  40% {
    background-position: 60% 90%;
  }

  60% {
    background-position: 20% 40%;
  }

  80% {
    background-position: 70% 80%;
  }

  100% {
    background-position: 10% 30%;
  }
}
