@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;600;700&family=Noto+Serif+JP:wght@400;500;600;700&family=Libre+Baskerville:wght@700&display=swap");
@media screen and (min-width: 769px) {
  html {
    font-size: 0.848vw; } }
@media screen and (min-width: 1181px) {
  html {
    font-size: 10px; } }
@media screen and (max-width: 768px) {
  html {
    font-size: 2.667vw; } }

body {
  margin: 0;
  font-weight: 400;
  font-family: 'Noto Sans JP', sans-serif;
  color: #222222;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  position: relative;
  line-height: 0;
  background: #fff; }

html, body {
  overscroll-behavior: none; }

/*
 font-family: "Libre Baskerville", serif;
font-family: 'Noto Serif JP', serif;
font-family: 'Noto Sans JP', sans-serif;
*/
html {
  height: -webkit-fill-available; }

body {
  min-height: 100vh;
  min-height: -webkit-fill-available; }

img {
  vertical-align: bottom; }

img,
svg {
  width: 100%;
  height: auto; }

@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  img {
    image-rendering: -webkit-optimize-contrast; } }
a {
  text-decoration: none;
  color: inherit;
  color: #000; }

h1, h2, h3, h4, h5, p, dl, dt, dd, ul, ol, li, figure {
  margin: 0;
  padding: 0; }

ul, ol {
  list-style: none; }

@media screen and (max-width: 768px) {
  .pcv {
    display: none !important; } }

@media screen and (min-width: 769px) {
  .spv {
    display: none !important; } }

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

.svg_img {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  will-change: transform;
  image-rendering: -webkit-optimize-contrast;
  shape-rendering: crispEdges;
  text-rendering: geometricPrecision; }

/*base*/
.slider,
.slider div {
  width: 100%;
  height: 100%; }

img {
  pointer-events: none;
  user-select: none; }

section,
footer {
  position: relative;
  width: 100%; }

footer > div {
  position: relative;
  width: 100%;
  background: #f8f8f8;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column; }
  @media screen and (min-width: 769px) {
    footer > div {
      padding: 10rem 0 3rem;
      gap: 4rem; } }
  @media screen and (max-width: 768px) {
    footer > div {
      padding: 6.5rem 0 2.5rem;
      gap: 3rem; } }

.copyright {
  position: relative;
  width: 100%;
  text-align: center;
  background: #c6d5e1;
  font-weight: 400;
  color: #000; }
  @media screen and (min-width: 769px) {
    .copyright {
      padding: 3rem 0;
      line-height: 1em;
      font-size: 1rem; } }
  @media screen and (max-width: 768px) {
    .copyright {
      padding: 2.5rem 0;
      line-height: 1em;
      font-size: 1rem; } }

footer h1 {
  position: relative;
  margin: 0 auto; }
  @media screen and (min-width: 769px) {
    footer h1 {
      width: 34rem; } }
  @media screen and (max-width: 768px) {
    footer h1 {
      width: 20.8rem; } }

footer .btn_set {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center; }
  @media screen and (min-width: 769px) {
    footer .btn_set {
      flex-direction: row;
      padding: 1rem 0;
      gap: 5rem; } }
  @media screen and (max-width: 768px) {
    footer .btn_set {
      flex-direction: column;
      padding: 1rem 0;
      gap: 1rem; } }

.btn_set a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  transition: ease-in-out .4s all;
  border: #398FD5 1px solid;
  border-radius: 0.6rem; }
  @media screen and (min-width: 769px) {
    .btn_set a {
      width: 32rem;
      height: 6rem; } }
  @media screen and (max-width: 768px) {
    .btn_set a {
      width: 26rem;
      height: 4.5rem; } }

.btn_set a p {
  position: relative;
  display: inline-block;
  transition: ease-in-out .4s all;
  font-weight: 500;
  letter-spacing: 0.0em;
  color: #000; }
  @media screen and (min-width: 769px) {
    .btn_set a p {
      line-height: 1em;
      font-size: 1.4rem; } }
  @media screen and (max-width: 768px) {
    .btn_set a p {
      line-height: 1em;
      font-size: 1.2rem; } }

@media screen and (min-width: 769px) {
  .btn_set a:hover {
    background: #398FD5; } }

@media screen and (min-width: 769px) {
  .btn_set a:hover p {
    color: #fff; } }

.btn_set a[target=_blank] p::after {
  content: "";
  display: inline-block;
  position: relative;
  background-image: url(../img/icon_window.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: ease-in-out .4s all; }
  @media screen and (min-width: 769px) {
    .btn_set a[target=_blank] p::after {
      width: 1rem;
      height: 1rem;
      margin-left: 0.5rem; } }
  @media screen and (max-width: 768px) {
    .btn_set a[target=_blank] p::after {
      width: 1rem;
      height: 1rem;
      margin-left: 0.5rem; } }

@media screen and (min-width: 769px) {
  .btn_set a:hover p::after {
    background-image: url(../img/icon_window_w.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain; } }

footer .sns_set {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row; }
  @media screen and (min-width: 769px) {
    footer .sns_set {
      gap: 3rem; } }
  @media screen and (max-width: 768px) {
    footer .sns_set {
      gap: 2.5rem; } }

footer .sns_set a {
  position: relative;
  display: inline-block;
  transition: ease-in-out .4s all; }
  @media screen and (min-width: 769px) {
    footer .sns_set a {
      width: 3.5rem; } }
  @media screen and (max-width: 768px) {
    footer .sns_set a {
      width: 3.5rem; } }

@media screen and (min-width: 769px) {
  footer .sns_set a:hover {
    opacity: .6; } }

footer .utility_set {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row; }
  @media screen and (min-width: 769px) {
    footer .utility_set {
      gap: 6rem; } }
  @media screen and (max-width: 768px) {
    footer .utility_set {
      gap: 2rem; } }

footer .utility_set a {
  position: relative;
  display: inline-block;
  transition: ease-in-out .4s all; }

footer .utility_set a::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  height: 100%;
  width: 1px;
  background: rgba(0, 0, 0, 0.2); }
  @media screen and (min-width: 769px) {
    footer .utility_set a::after {
      right: -3rem; } }
  @media screen and (max-width: 768px) {
    footer .utility_set a::after {
      right: -1rem; } }

footer .utility_set a:last-of-type::after {
  display: none !important; }

footer .utility_set a p {
  position: relative;
  display: inline-block;
  transition: ease-in-out .4s all;
  font-weight: 500;
  letter-spacing: 0.0em;
  color: #000; }
  @media screen and (min-width: 769px) {
    footer .utility_set a p {
      line-height: 1em;
      font-size: 1.2rem; } }
  @media screen and (max-width: 768px) {
    footer .utility_set a p {
      line-height: 1em;
      font-size: 1rem; } }

@media screen and (min-width: 769px) {
  footer .utility_set a:hover p {
    color: #398FD5; } }

main {
  position: relative;
  width: 100%;
  margin: 0;
  overflow: hidden; }
  @media screen and (min-width: 769px) {
    main {
      padding-top: 0rem; } }
  @media screen and (max-width: 768px) {
    main {
      padding-top: 0rem; } }

/*common*/
figure.cover::after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0; }

main section .inner {
  position: relative;
  margin: 0 auto; }
  @media screen and (min-width: 769px) {
    main section .inner {
      width: 108rem; } }
  @media screen and (max-width: 768px) {
    main section .inner {
      width: 33.5rem; } }

/**/
#modal_bg {
  position: fixed;
  inset: 0;
  margin: 0;
  width: 100%;
  height: 100lvh;
  z-index: 9998;
  background: #000;
  backdrop-filter: blur(10px);
  opacity: 0;
  pointer-events: none;
  transition: ease-out .6s all; }

#modal_bg.open {
  opacity: 0.85;
  pointer-events: auto !important; }

.modal_set {
  position: fixed;
  inset: 0;
  margin: 0;
  width: 100%;
  min-height: 100vh;
  z-index: 9999;
  opacity: 0;
  pointer-events: none;
  transition: ease-out .4s all; }

.modal_set.open {
  opacity: 1;
  pointer-events: auto !important; }

.modal_set .close_bg {
  position: absolute;
  inset: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 0; }

.modal_set.open .close_bg {
  pointer-events: auto !important; }

.modal_outer {
  position: relative;
  margin: 0;
  width: 100%;
  min-height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none; }
  @media screen and (min-width: 769px) {
    .modal_outer {
      padding: 6rem 2rem; } }

#movie_modal {
  position: relative;
  margin: 0 auto;
  pointer-events: none;
  width: 100%;
  aspect-ratio: 16 / 9; }
  @media screen and (min-width: 769px) {
    #movie_modal {
      max-width: 100rem; } }

#movie_modal iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

#img_modal {
  position: relative;
  margin: 0 auto;
  pointer-events: none;
  width: 100%;
  overflow: hidden; }
  @media screen and (min-width: 769px) {
    #img_modal {
      max-width: 100rem; } }

#img_modal figure {
  position: relative;
  width: 100%;
  height: 100%; }

#img_modal figure img {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain; }

.modal_set.open #movie_modal,
.modal_set.open #img_modal {
  pointer-events: auto !important; }

.modal_set .btn_close {
  position: absolute !important;
  display: block;
  cursor: pointer;
  transition: .3s;
  background: url("../img/icon_close.svg") center center no-repeat;
  background-size: contain;
  z-index: 99999;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  border: none;
  opacity: 0;
  pointer-events: none; }
  @media screen and (min-width: 769px) {
    .modal_set .btn_close {
      top: -6rem;
      right: -6rem;
      width: 4.2rem;
      height: 4.2rem; } }
  @media screen and (max-width: 768px) {
    .modal_set .btn_close {
      top: -5.4rem;
      right: 2rem;
      width: 3.4rem;
      height: 3.4rem; } }

.modal_set.open .btn_close {
  opacity: 1;
  pointer-events: auto !important; }

@media screen and (min-width: 769px) {
  .modal_set .btn_close:hover {
    opacity: .7; } }

.fade_in {
  transition: all 1200ms cubic-bezier(0.67, 0.515, 0.11, 1.28);
  transition-timing-function: cubic-bezier(0.67, 0.515, 0.11, 1.28);
  opacity: 0;
  	/*
      @include mq(pc) {
          transform: translateY(divceil(50, 10, rem));
  
      }
      @include mq(sp) {
          transform: translateY(divceil(40, 10, rem));
      }
  	*/ }

.fade_in.active {
  opacity: 1;
  transform: translateY(0);
  /*transition-delay: 0.3s;*/ }
