/*======================================
    @mixin
======================================*/
/* Breakpoint
--------------------------------------*/
/*======================================
    @function
======================================*/
/* rem
--------------------------------------*/
/*=====================================
    Common
======================================*/
html {
  font-size: 100%;
}

body {
  background-color: #111;
  font-family: "baskerville-display-pt", "Zen Old Mincho", serif;
  font-size: 1rem;
  color: #fff;
  letter-spacing: 0.08em;
  line-height: 1.4375;
  font-weight: normal;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  overflow-y: scroll;
  position: relative;
}

a {
  color: inherit;
  cursor: pointer;
  text-decoration: none;
}

img {
  max-width: 100%;
  vertical-align: bottom;
  image-rendering: -webkit-optimize-contrast;
}

ol, ul {
  list-style: none;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  line-height: 1.2;
}

/*  Accessibility
--------------------------------------*/
:focus-visible {
  outline: auto !important;
}

.visually-hidden {
  width: 1px;
  height: 1px;
  white-space: nowrap;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  overflow: hidden;
  padding: 0;
  position: absolute;
}

/*  Layout
	Contents Padding/Margin
--------------------------------------*/
.l-container {
  width: 100%;
  min-height: 100vh;
  padding: max(6%, 60px) 3.125% 3.125%;
  margin: 0 auto;
}
@media screen and (max-height: 739px) {
  .l-container {
    padding-top: 60px;
  }
}
@media screen and (max-height: 599px) {
  .l-container {
    padding-top: 20px;
  }
}

.l-main-wrap {
  width: 100%;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 50%;
  -webkit-transform: translateY(35%);
          transform: translateY(35%);
}
@media screen and (max-height: 599px) {
  .l-main-wrap {
    position: static;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

/* display
--------------------------------------*/
.md_disp-b {
  display: none;
}
@media screen and (max-width: 1067px) {
  .md_disp-b {
    display: block;
  }
}

@media screen and (max-width: 1067px) {
  .md_disp-n {
    display: none;
  }
}
.sm_disp-b {
  display: none;
}
@media screen and (max-width: 839px) {
  .sm_disp-b {
    display: block;
  }
}

@media screen and (max-width: 839px) {
  .sm_disp-n {
    display: none;
  }
}
.xs_disp-b {
  display: none;
}
@media screen and (max-width: 499px) {
  .xs_disp-b {
    display: block;
  }
}

@media screen and (max-width: 499px) {
  .xs_disp-n {
    display: none;
  }
}
/*=====================================
    FadeIn
======================================*/
.fadeIn {
  -webkit-animation: fadeInAnime 1s 0.5s forwards;
          animation: fadeInAnime 1s 0.5s forwards;
  opacity: 0;
}

.fadeIn-d2,
.fadeIn-d3 {
  -webkit-animation: fadeInAnime 1.5s forwards;
          animation: fadeInAnime 1.5s forwards;
  opacity: 0;
}

.fadeIn-d2 {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}

.fadeIn-d3 {
  -webkit-animation-delay: 1.6s;
          animation-delay: 1.6s;
}

@-webkit-keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/*=====================================
    bg
======================================*/
.bg {
  opacity: 0.45;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.bg img {
  width: 100vw;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}

/*=====================================
    Header
======================================*/
.header {
  margin-bottom: clamp(50px, 8vw, 67px);
}
@media screen and (max-height: 739px) {
  .header {
    margin-bottom: 20px;
  }
}
.header .site-title__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-shadow: 0 0 18px #fff;
  position: relative;
}
.header .logo svg {
  width: 75px;
  height: auto;
}
@media screen and (max-width: 499px) {
  .header .logo svg {
    width: max(15vw, 57px);
  }
}
@media screen and (max-height: 739px) {
  .header .logo svg {
    width: max(8.259vh, 57px);
  }
}
.header .site-title {
  display: inline-block;
  margin: clamp(5px, 0.78%, 12px) 0;
}
@media screen and (max-width: 839px) {
  .header .site-title {
    margin-top: 0;
  }
}
.header .site-title svg {
  width: 44px;
  height: auto;
  -webkit-filter: drop-shadow(0 0 8px rgba(255, 255, 255, 0.65));
          filter: drop-shadow(0 0 8px rgba(255, 255, 255, 0.65));
}
@media screen and (max-width: 499px) {
  .header .site-title svg {
    width: clamp(26px, 8.8vw, 44px);
  }
}
@media screen and (max-height: 739px) {
  .header .site-title svg {
    width: clamp(22px, 4.5vh, 44px);
  }
}
@media screen and (max-height: 599px) {
  .header .site-title svg {
    margin-top: -10px;
  }
}
.header .site-title__sub {
  font-size: 16px;
}
@media screen and (max-width: 499px) {
  .header .site-title__sub {
    font-size: clamp(12px, 3.2vw, 16px);
  }
}
@media screen and (max-height: 739px) {
  .header .site-title__sub {
    font-size: 12px;
  }
}

/*=====================================
    Main
======================================*/
.main-content .desc {
  font-size: 28px;
  font-weight: 400;
  letter-spacing: 0.2em;
  line-height: 2.035;
}
@media screen and (max-height: 739px) {
  .main-content .desc {
    font-size: clamp(15px, 3.5vh, 28px);
  }
}
@media screen and (max-height: 599px) {
  .main-content .desc {
    line-height: 1.8;
  }
}
@media screen and (max-width: 839px) {
  .main-content .desc {
    font-size: clamp(15px, 3.8vw, 28px);
    letter-spacing: 0.1em;
  }
}
.main-content .note {
  font-size: 13px;
  padding: 15px 20px 0;
}

/*=====================================
    Footer
======================================*/
.footer {
  width: 100%;
  font-weight: 400;
  position: absolute;
  left: 0;
  bottom: 40px;
}
@media screen and (max-height: 599px) {
  .footer {
    bottom: 24px;
  }
}
@media screen and (max-width: 499px) {
  .footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    padding: 0 8px 20px 20px;
    bottom: 0;
  }
}
.footer .box {
  display: inline-block;
  border-top: solid 0.5px #fff;
  border-bottom: solid 0.5px #fff;
  padding: 2px 16px 2px 12px;
  position: absolute;
  right: 40px;
  bottom: 5px;
}
@media screen and (max-height: 599px) {
  .footer .box {
    bottom: 0;
  }
}
@media screen and (max-width: 1067px) {
  .footer .box {
    border-top: none;
    border-bottom: none;
    padding: 0;
    right: 20px;
    bottom: -2px;
  }
}
@media screen and (max-width: 499px) {
  .footer .box {
    position: static;
  }
}
.footer .box-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footer .box-inner > p {
  font-size: 11px;
  line-height: 1.6;
  padding-left: 10px;
}
.footer .box-img {
  width: 70px;
}
@media screen and (max-width: 1067px) {
  .footer .box-img {
    width: 90px;
  }
}
.footer .contact {
  width: 100%;
  text-align: center;
  text-wrap: nowrap;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-height: 599px) {
  .footer .contact {
    font-size: 12px;
  }
}
@media screen and (max-width: 499px) {
  .footer .contact {
    font-size: 12px;
    text-align: left;
    position: static;
  }
}
.footer .contact .tel {
  margin-top: 12px;
}/*# sourceMappingURL=style.css.map */