@charset "UTF-8";
/*reset*/
*, *::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;
  color-scheme: dark light;
}

@media (prefers-reduced-motion: no-preference) {
  :where(html:focus-within) {
    scroll-behavior: smooth;
  }
}
:where(body) {
  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) {
  color: inherit;
  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;
  border-block-start: 1px solid;
  color: inherit;
  block-size: 0;
  overflow: visible;
}

:where(:focus-visible) {
  outline: 3px solid Highlight;
  outline-offset: 2px;
  scroll-margin-block: 10vh;
}

:where(.visually-hidden:not(:focus-within, :active)) {
  -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;
}

figure {
  margin-bottom: 0;
}

/*
font-family: 'EB Garamond', serif;
font-family: 'Zen Old Mincho', serif;

*/
html, body {
  font-family: "Zen Old Mincho", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 20px;
  line-height: 2;
  font-weight: 400;
  letter-spacing: 0.05em;
  font-style: normal;
  color: #3c3c3c;
  background: #FFF;
  font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  min-height: 100%;
}

body.lang-jp .lang_jp {
  display: block;
}
body.lang-jp .lang_en {
  display: none;
}
body.lang-en .lang_jp {
  display: none;
}
body.lang-en .lang_en {
  display: block;
}

.pc_only {
  display: block;
}

.sp_only {
  display: none;
}

@media only screen and (max-width: 896px) {
  html, body {
    cursor: auto;
  }
  .pc_only {
    display: none;
  }
  .sp_only {
    display: block;
  }
  body.page {
    padding-top: 0vw;
  }
}
img {
  width: 100%;
  height: auto;
}

/* ::selection {
  background: #333333;
  color: #fff;
}

::-moz-selection {
  background: #ccc;
  color: #fff;
} */
/*----------------------------------------------------
 swiper
--------------------------------------------------- */
.swiper-wrapper {
  transition-timing-function: ease;
}

/*----------------------------------------------------
 link
--------------------------------------------------- */
a:link, a:visited, a:active {
  color: #3c3c3c;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}
a:hover {
  text-decoration: none;
}

/*----------------------------------------------------
  .scrollview
--------------------------------------------------- */
.scrollview, .fade_up {
  opacity: 0;
  transform: scale(1, 1) translate(0%, 10px);
}

.scrollview.view, .fade_up.js-fade_up_view {
  opacity: 1;
  transition: all 0.6s 0.1s ease;
  transform: scale(1, 1) translate(0%, 0%);
}

/*----------------------------------------------------
  .lazyload
--------------------------------------------------- */
.lazyload_set span {
  opacity: 0;
}
.lazyload_set span.lazyloaded {
  opacity: 1;
  transition: all 0.5s 0s ease;
}

/*----------------------------------------------------
  .wrapper
--------------------------------------------------- */
.wrapper {
  overflow: hidden;
  position: relative;
  transition: all 0.8s 0s ease;
  z-index: 3;
}

body.page .wrapper {
  padding-top: 120px;
}

@media only screen and (max-width: 896px) {
  body.page .wrapper {
    padding-top: 100px;
  }
}
/*----------------------------------------------------
 block_header
--------------------------------------------------- */
.block_loading {
  z-index: 10;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 90;
  background: #FFF;
}
body.pageLoad .block_loading {
  opacity: 0;
  visibility: hidden;
  transition: all 1.5s 0s ease;
}

/*----------------------------------------------------
 block_mainvisual
--------------------------------------------------- */
.block_mainvisual {
  position: relative;
  height: 100vh;
}
@media (max-width: 896px) {
  .block_mainvisual {
    height: auto;
  }
}
.block_mainvisual .slide {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
@media (max-width: 896px) {
  .block_mainvisual .slide {
    position: relative;
    height: 164vw;
  }
}
.block_mainvisual .slide .column figure {
  position: relative;
  height: -webkit-calc(100%);
  height: 100%;
  overflow: hidden;
  margin: 0;
}
.block_mainvisual .slide .column figure span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  background-size: cover;
  background-position: center center;
}
@media (max-width: 896px) {
  .block_mainvisual .slide .column figure span {
    width: 150vh;
  }
}
@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}
@keyframes zoomSlide {
  0% {
    transform: scale(1, 1) translate(-10%, 0%);
  }
  100% {
    transform: scale(1, 1) translate(-50%, 0%);
  }
}
.block_mainvisual .swiper-slide-active .img_wrap span,
.block_mainvisual .swiper-slide-duplicate-active .img_wrap span,
.block_mainvisual .swiper-slide-prev .img_wrap span {
  animation: zoomUp 7s linear 0s normal both;
}
@media (max-width: 896px) {
  .block_mainvisual .swiper-slide-active .img_wrap span,
  .block_mainvisual .swiper-slide-duplicate-active .img_wrap span,
  .block_mainvisual .swiper-slide-prev .img_wrap span {
    animation: zoomSlide 14s linear 0s normal both;
  }
}
.block_mainvisual .swiper-wrapper {
  transition-timing-function: linear;
}
.block_mainvisual .information {
  position: absolute;
  top: 55px;
  left: 45px;
  background: #FFF;
  z-index: 10;
}
@media (max-width: 896px) {
  .block_mainvisual .information {
    position: relative;
    top: 0;
    left: 0;
  }
}
.block_mainvisual .information .inner {
  padding: 25px 23px;
}
@media (max-width: 896px) {
  .block_mainvisual .information .inner {
    padding: 46px 30px;
  }
}
.block_mainvisual .information .inner p {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 20px;
  font-family: "Zen Old Mincho", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  letter-spacing: 0.1em;
  font-weight: 500;
}
.block_mainvisual .information .inner .link {
  font-size: 15px;
  line-height: 1.5;
  margin-bottom: 10px;
}
.block_mainvisual .information .inner .link a {
  display: block;
  transition: all 0.6s 0s ease;
  font-family: "EB Garamond", "Zen Old Mincho", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  letter-spacing: 0.1em;
  font-weight: 500;
}
.block_mainvisual .information .inner .link a:hover {
  opacity: 0.5;
}
.block_mainvisual .information .inner .sns a {
  display: block;
  transition: all 0.6s 0s ease;
}
.block_mainvisual .information .inner .sns a:hover {
  opacity: 0.5;
}
.block_mainvisual .information .inner .sns a svg {
  width: 18px;
  height: 18px;
}
@media (max-width: 896px) {
  .block_mainvisual .information .inner .sns a svg {
    width: 22px;
    height: 22px;
  }
}
.block_mainvisual .title {
  position: absolute;
  bottom: 80px;
  right: 65px;
  z-index: 10;
  width: 76px;
}
@media (max-width: 896px) {
  .block_mainvisual .title {
    bottom: auto;
    top: 62.8vw;
    width: 23.5vw;
    right: 50%;
    margin-right: -11.7vw;
  }
}/*# sourceMappingURL=common.css.map */