@charset "UTF-8";
/* Scss Document */
/*=============================================
 * body
 *=============================================*/
body {
  color: #0c0c0c;
  font-family: 'Zen Old Mincho';
  font-size: 16px;
  line-height: 1.75;
  background: #fffcfa;
  min-width: inherit;
  min-height: inherit;
  max-height: 100%;
  font-weight: 400;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 768px) {
}
/*=============================================
 * fonts - DON'T EDIT
 *=============================================*/
.fnt-mincho {
  font-family: '游明朝', YuMincho, 'ヒラギノ明朝 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;
}
/* zen-old-mincho-regular - cyrillic_greek_japanese_latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Zen Old Mincho';
  font-style: normal;
  font-weight: 400;
  src: url('../font/zen-old-mincho-v13-cyrillic_greek_japanese_latin_latin-ext-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* zen-old-mincho-500 - cyrillic_greek_japanese_latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Zen Old Mincho';
  font-style: normal;
  font-weight: 500;
  src: url('../font/zen-old-mincho-v13-cyrillic_greek_japanese_latin_latin-ext-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* eb-garamond-regular - cyrillic_cyrillic-ext_greek_greek-ext_latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'EB Garamond';
  font-style: normal;
  font-weight: 400;
  src: url('../font/eb-garamond-v32-cyrillic_cyrillic-ext_greek_greek-ext_latin_latin-ext-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* cormorant-garamond-300 - cyrillic_cyrillic-ext_latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Cormorant Garamond';
  font-style: normal;
  font-weight: 300;
  src: url('../font/cormorant-garamond-v21-cyrillic_cyrillic-ext_latin_latin-ext-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
.f500 {
  font-weight: 500;
}
/*--------------------------------------
  font-size
--------------------------------------*/
.fz38 {
  font-size: 38px;
  letter-spacing: 0.2em;
}
/*--------------------------------------
  main
--------------------------------------*/
main {
  clear: both;
  width: 100%;
  position: relative;
  overflow: hidden;
}
section {
  position: relative;
  z-index: 2;
  background: #fffcfa;
}
.wrap {
  padding: 0 4%;
}
img {
  max-width: 100%;
  width: 100%;
  height: auto;
}
html {
  min-width: auto;
}
.txt {
  text-align: justify;
}
:root {
  --main: #000;
  --sub: #fff;
}
.telhref {
  text-decoration: none !important;
}
/*=============================================
===============================================
===============================================
*************** mobie first header ************
===============================================
===============================================
*=============================================*/
.header-box {
  position: relative;
  z-index: 101;
  min-height: 100vh;
}
.head-info {
  margin-right: 0px;
  display: none;
}
header .logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 240px;
  z-index: 2;
  margin: -2px 0 0 2px;
}
#head-key {
  min-height: 943px;
  position: relative;
}
#head-key::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('../img/mask.png') repeat-x center bottom;
  background-size: auto 100%;
  z-index: 2;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);

  /* Progressive blur */
  mask-image: linear-gradient(to top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
  -webkit-mask-image: linear-gradient(to top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
}
.key-img {
  position: fixed;
  top: 0;
  z-index: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}
.key-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/*--------------------------------------
  nav-header
--------------------------------------*/
.nav-header {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  left: 48px;
  font-size: 15px;
  line-height: 2;
  color: #fff;
  z-index: 102;
  margin-top: 4px;
  letter-spacing: 0.1em;
}
.nav-header a {
  opacity: 0.5;
  display: block;
  text-decoration: none;
  margin: 13px 0;
  transition: all 0.3s ease;
}
.nav-header a:before {
  content: '';
  display: inline-block;
  background: #d9d9d9;
  border-radius: 50%;
  width: 4px;
  height: 4px;
  margin: -5px 6px 3px 0;
}
.nav-header a.active,
.nav-header a:hover {
  opacity: 1;
}
/*--------------------------------------
  footer
--------------------------------------*/
footer {
  position: relative;
  z-index: 2;
  color: #fff;
  background: url('../img/shared/footer_bg.jpg') repeat-x center bottom;
  background-size: auto 652px;
  padding: 126px 0 250px;
  text-align: center;
  letter-spacing: 0.04em;
}
footer::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  z-index: -1;
}
footer h2 {
  margin: 0 auto 45px;
}
footer .tel {
  font-family: 'EB Garamond';
  padding-top: 85px;
  display: table;
  margin: 41px auto -3px;
  font-size: 52px;
  position: relative;
  letter-spacing: 0.04em;
}
footer .tel:before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 72px;
  background: #fff;
}
footer .tel small {
  font-size: 32px;
  letter-spacing: 0.04em;
  margin-right: 9px;
}
footer .buttons {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  gap: 64px;
  margin-top: 64px;
}
/*--------------------------------------
  btn-cus
--------------------------------------*/
.btn-cus {
  position: relative;
  width: 203px;
  max-width: 100%;
}
.btn-cus a:hover {
  opacity: 0.8;
}
.btn-cus a {
  display: block;
  font-size: 20px;
  line-height: 59px;
  height: 63px;
  text-decoration: none;
  border-top: 1px solid;
  border-bottom: 1px solid;
  box-sizing: border-box;
  text-align: left;
  padding-left: 15px;
  position: relative;
  transition: all 0.3s ease;
  font-weight: 500;
}

.btn-cus a:before {
  content: '';
  display: inline-block;
  background: #d9d9d9;
  border-radius: 50%;
  width: 4px;
  height: 4px;
  margin: -7px 9px 6px 0;
}

.btn-cus a::after {
  content: '';
  position: absolute;
  top: 0;
  right: 16px;
  width: 15px;

  height: 100%;
  background: url('../img/arrow.svg') no-repeat center;
  background-size: contain;
}

.sp {
  display: none;
}
/*=============================================
===============================================
===============================================
*************** css for iphone 5 ************
===============================================
===============================================
*=============================================*/
/*=============================================
===============================================
===============================================
***************** css for ie 11 ***************
===============================================
===============================================
*=============================================*/
/*=============================================
===============================================
===============================================
***************** CSS FOR SP ***************
===============================================
===============================================
*=============================================*/

@media only screen and (max-width: 767px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .txt {
    text-align: left;
  }
  .fz38 {
    font-size: 30px;
  }
  .btn-cus {
    width: 100%;
  }
  /*--------------------------------------
    header
  --------------------------------------*/
  header .logo {
    width: 180px;
    margin-left: 0;
  }
  #head-key {
    min-height: 623px;
  }
  /*--------------------------------------
    footer
  --------------------------------------*/
  footer {
    box-sizing: border-box;
    background-size: auto 90%;
    padding-bottom: 53px;
  }
  footer h2.fz38 {
    font-size: 38px;
  }
  footer .tel {
    font-size: 10.6vw;
    padding-top: 91px;
    margin-bottom: 0;
  }
  footer .tel:before {
    left: 50%;
  }
  footer .tel small {
    font-size: 7.73vw;
  }
  footer .buttons {
    margin: 63px 8px 0 9px;
    flex-direction: column;
    gap: 40px;
  }
  footer .sp {
    font-weight: 300;
    font-family: 'Cormorant Garamond';
    font-size: 11px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    margin-top: 106px;
    align-items: end;
    letter-spacing: 0.04em;
  }
  footer .sp .logo {
    width: 66px;
  }
  footer .sp .copyright {
    margin-bottom: -5px;
  }
}

/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 35px;
  height: 35px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: #fff;
  border: none;
  outline: none;
  background: #b10505;
  font-family: 'fontello';
  z-index: 98;
  border-radius: 50%;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  /* background: #b10505; */
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-size: 30px;
  line-height: 0.5;
  opacity: 1;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: 0;
  background: url('../img/shared/prev.png') no-repeat;
  background-size: 100%;
  width: 40px;
  height: 40px;
}
[dir='rtl'] .slick-prev {
  right: 0px;
  left: auto;
}
.slick-prev:before {
  content: '';
}
[dir='rtl'] .slick-prev:before {
  content: '▶';
  color: #fff;
}
.slick-next {
  right: 0;
  background: url('../img/shared/next.png') no-repeat;
  background-size: 100%;
  width: 40px;
  height: 40px;
}
[dir='rtl'] .slick-next {
  right: auto;
  left: 0px;
}
.slick-next:before {
  content: '';
  color: #fff;
}
[dir='rtl'] .slick-next:before {
  content: '←';
}
/* Dots */
.slick-dots {
  position: absolute;
  display: block;
  bottom: 20px;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: left;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 0px 8px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
  border: 1px solid #fff;
  border-radius: 8px;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li.slick-active button {
  background: #fff;
}
@media screen and (min-width: 767px) {
  .slick-dots li:hover,
  .slick-arrow:hover {
    opacity: 0.8;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUp {
  0% {
    -webkit-transform: translate3d(0, 20px, 0);
    opacity: 0;
    transform: translate3d(0, 20px, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}
@keyframes fadeInUp {
  0% {
    -webkit-transform: translate3d(0, 20px, 0);
    opacity: 0;
    transform: translate3d(0, 20px, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}
.txt_thanks {
  text-align: center;
  color: #000;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .btn-over img,
  .over-img img,
  img.over,
  img:not(.btn):not(.non-over),
  button img,
  .btn {
    opacity: 1;
    transform: none !important;
    -moz-transform: none !important;
    -webkit-transform: none !important;
    transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -webkit-transition: opacity 0.3s ease;
  }
  .btn {
    transition: none !important ;
    -moz-transition: none !important ;
    -webkit-transition: none !important ;
  }
  .over-img img:hover, img.over:hover, /* a:not([href=""]):hover img:not(.btn):not(.non-over), */
a:hover img:not(.btn):not(.non-over), button:hover img {
    cursor: pointer;
    opacity: 0.8;
    transform: none !important;
    -moz-transform: none !important;
    -webkit-transform: none !important;
  }
  a:before {
    text-decoration: underline;
    display: inline-block;
  }
  a:before,
  a:hover:before {
    text-decoration: none;
  }
}
