@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  /* background-color: #ff9; */
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  /* background-color: #ff9; */
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

svg,
img {
  max-width: 100%;
  vertical-align: middle;
}

li {
  list-style: none;
}

h1, h2, h3, h4, h5, h6, th, dt {
  font-weight: inherit;
}

article, main, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, picture {
  display: block;
}

/* :root {
  --sans: source-han-sans-japanese, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "メイリオ", "Meiryo", sans-serif;
  --serif: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ 明朝", serif;
  --font: var(--sans);
  --WDXL: "WDXL Lubrifont TC", sans-serif;
  --Zen: "Zen Kaku Gothic Antique", sans-serif;
  --Roboto: "Roboto", sans-serif;
  --color: #000;
  --color-inverse: #fff;
  --color-accent: #0f539f;
  --header-height: 3.75rem;
  --border-wh: 1px solid #fff;
  --border-gray: 1px solid #e5e5e5;
  --border-acceent: 1px solid #0f539f;
  --gap: 0.75rem;
  --padding-block: 1.875rem;
  --padding-section-sm: 3.125rem;
  --padding-section: 3.75rem;
  --padding-page: 6.25rem;
}
@media screen and (min-width: 1024px) {
  :root {
    --header-height: 7.5rem;
  }
}
@media screen and (min-width: 1024px) {
  :root {
    --gap: 1rem;
    --padding-block: 2.5rem;
    --padding-section-sm: 3.75rem;
    --padding-section: 5rem;
    --padding-page: 9.375rem;
  }
}



.is-section-dark,
.is-nav-open {
  --color: #fff;
} */
:root {
  --easeInSine: cubic-bezier(0.47, 0, 0.745, 0.715);
  --easeOutSine: cubic-bezier(0.39, 0.575, 0.565, 1);
  --easeInOutSine: cubic-bezier(0.445, 0.05, 0.55, 0.95);
  --easeInQuad: cubic-bezier(0.55, 0.085, 0.68, 0.53);
  --easeOutQuad: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  --easeInOutQuad: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  --easeInCubic: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  --easeOutCubic: cubic-bezier(0.215, 0.61, 0.355, 1);
  --easeInOutCubic: cubic-bezier(0.645, 0.045, 0.355, 1);
  --easeInQuart: cubic-bezier(0.895, 0.03, 0.685, 0.22);
  --easeOutQuart: cubic-bezier(0.165, 0.84, 0.44, 1);
  --easeInOutQuart: cubic-bezier(0.77, 0, 0.175, 1);
  --easeInQuint: cubic-bezier(0.755, 0.05, 0.855, 0.06);
  --easeOutQuint: cubic-bezier(0.23, 1, 0.32, 1);
  --easeInOutQuint: cubic-bezier(0.86, 0, 0.07, 1);
  --easeInExpo: cubic-bezier(0.95, 0.05, 0.795, 0.035);
  --easeOutExpo: cubic-bezier(0.19, 1, 0.22, 1);
  --easeInOutExpo: cubic-bezier(1, 0, 0, 1);
  --easeInBack: cubic-bezier(0.6, -0.28, 0.735, 0.045);
  --easeOutBack: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  --easeInOutBack: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

/*----------------------------------------------------
	フォーム
----------------------------------------------------*/
[hidden] {
  display: none !important;
}

[disabled] {
  cursor: not-allowed;
}

:focus:not(:focus-visible) {
  outline: none;
}

.sr-only {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
  left: -9999px;
  top: -9999px;
}

input,
select,
label {
  vertical-align: middle;
  color: var(--color);
}

[type=text] {
  line-height: normal;
}

input[type=text],
input[type=email],
input[type=tel],
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  outline: none;
  background: transparent;
  color: var(--color);
  font-family: var(--font);
  font-size: 16px;
}

input[type=submit],
button {
  cursor: pointer;
  border: none;
}

textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  resize: none;
  outline: none;
  background: transparent;
  color: var(--color);
  font-family: var(--font);
  font-size: 16px;
}

*:focus {
  outline: none;
}

/*----------------------------------------------------
	フォント
----------------------------------------------------*/
html {
  font-size: 16px;
}

@media screen and (max-width: 640px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 641px) and (max-width: 1023px) {
  html {
    font-size: 2.1333333333vw;
  }
}
@media screen and (min-width: 1024px) {
  html {
    font-size: 1.1713030747vw;
  }
}
@media screen and (min-width: 1921px) {
  html {
    font-size: 22.4890190337px;
  }
}
body {
  font-family: var(--font);
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  word-wrap: break-word;
  color: var(--color);
}

.serif {
  font-family: var(--serif);
}

/*----------------------------------------------------
	レスポンシブ
----------------------------------------------------*/
@media screen and (min-width: 641px) {
  .sp {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .sp-tab {
    display: none;
  }
}
@media screen and (max-width: 1023px) {
  .pc {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  .pc-tab {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  .tab {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .tab {
    display: none;
  }
}
/*----------------------------------------------------
	リンク
----------------------------------------------------*/
button,
a {
  color: var(--color);
  text-decoration: none;
  -webkit-transition: 0.6s var(--easeOutQuart);
  transition: 0.6s var(--easeOutQuart);
  cursor: pointer;
}

@media (hover: hover) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
@media (hover: none) {
  a, button {
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
  }
}
[data-scroll-target] {
  content: "";
  display: block;
  position: relative;
  pointer-events: none;
  top: calc(-1 * var(--header-height));
}

/*----------------------------------------------------
	コンテナ
----------------------------------------------------*/
.l-container {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1920px;
}

@media screen and (max-width: 640px) {
  .l-container {
    padding-left: 5.3333333333vw;
    padding-right: 5.3333333333vw;
  }
}
@media screen and (min-width: 641px) and (max-width: 1023px) {
  .l-container {
    padding-left: 10.6666666667vw;
    padding-right: 10.6666666667vw;
  }
}
@media screen and (min-width: 1024px) {
  .l-container {
    padding-left: 9.7364568082vw;
    padding-right: 9.7364568082vw;
  }
}
@media screen and (min-width: 1921px) {
  .l-container {
    padding-left: 186.9399707174px;
    padding-right: 186.9399707174px;
  }
}
/*----------------------------------------------------
	body
----------------------------------------------------*/
html {
  height: 100%;
}

body {
  position: relative;
  height: 100%;
  background-color: #000;
  color: #fff;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;
}

._en {
  font-family: "EB Garamond", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.l-body-wrap {
  width: 100%;
  min-height: 100%;
}

@media screen and (max-width: 1023px) {
  .l-body-wrap {
    overflow: hidden;
  }
}
/*----------------------------------------------------
	mv
----------------------------------------------------*/
.mv {
  position: relative;
}

/*----------------------------------------------------
	cloud
----------------------------------------------------*/
.cloud01 {
  position: absolute;
  left: 0;
  bottom: -3.575rem;
  width: 20.125rem;
  z-index: 999;
  overflow: visible;
}

.cloud02 {
  position: absolute;
  right: 0;
  top: 2.5rem;
  width: 9rem;
  z-index: 999;
  overflow: visible;
}

.cloud03 {
  position: absolute;
  left: 0;
  top: -3.575rem;
  width: 20.125rem;
  z-index: 999;
  overflow: visible;
}

.img01 {
  position: absolute;
  left: -13.3125rem;
  top: 4.0625rem;
  width: 58.0625rem;
  pointer-events: none;
}

.img02 {
  position: absolute;
  right: -3.25rem;
  top: 4.0625rem;
  width: 24.75rem;
  pointer-events: none;
}

@media screen and (max-width: 640px) {
  .cloud01 {
    bottom: -1.575rem;
    width: 8.125rem;
  }
  .cloud02 {
    top: -6.25rem;
    width: 4.874rem;
  }
  .cloud03 {
    top: -1.575rem;
    width: 8.125rem;
  }
  .img01 {
    left: -4.875rem;
    top: 5rem;
    width: 20.25rem;
  }
  .img02 {
    right: -0.75rem;
    top: 5rem;
    width: 8.625rem;
  }
}
@media screen and (min-width: 641px) and (max-width: 1023px) {
  .cloud01 {
    bottom: -1.9375rem;
    width: 10.625rem;
  }
  .cloud02 {
    top: -2.5rem;
    width: 4.874rem;
  }
  .cloud03 {
    top: -1.9375rem;
    width: 10.625rem;
  }
  .img01 {
    left: -7.3125rem;
    top: 2.0625rem;
    width: 33.0625rem;
  }
  .img02 {
    right: -1.25rem;
    top: 2.0625rem;
    width: 13.75rem;
  }
}
/*----------------------------------------------------
	contents
----------------------------------------------------*/
.contents {
  position: relative;
  padding: 13.375rem 0 6.25rem;
  overflow: hidden;
}

.contents__bg {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  background-image: url(../images/map.webp);
  background-position: center center;
  background-size: 50%;
  background-repeat: no-repeat;
  opacity: 0;
  -webkit-filter: blur(1.25rem);
          filter: blur(1.25rem);
  -webkit-transition: opacity 1.5s var(--easeOutCubic) 0.5s, -webkit-filter 0.5s 0.5s, -webkit-transform 1.5s var(--easeOutCubic) 0.5s;
  transition: opacity 1.5s var(--easeOutCubic) 0.5s, -webkit-filter 0.5s 0.5s, -webkit-transform 1.5s var(--easeOutCubic) 0.5s;
  transition: filter 0.5s 0.5s, opacity 1.5s var(--easeOutCubic) 0.5s, transform 1.5s var(--easeOutCubic) 0.5s;
  transition: filter 0.5s 0.5s, opacity 1.5s var(--easeOutCubic) 0.5s, transform 1.5s var(--easeOutCubic) 0.5s, -webkit-filter 0.5s 0.5s, -webkit-transform 1.5s var(--easeOutCubic) 0.5s;
}
.is-visible .contents__bg, .contents__bg.is-visible {
  will-change: opacity, filter, transorm;
  -webkit-filter: blur(0);
          filter: blur(0);
  opacity: 1;
}

.contents ._txt {
  font-size: 1.25em;
  line-height: 2.5;
  margin-bottom: 17.5rem;
  letter-spacing: 0.35rem;
}
.contents ._txt span {
  display: inline-block;
}

.contents ._lead {
  font-size: 1.625rem;
  margin-bottom: 1rem;
  letter-spacing: 0.35rem;
  line-height: 1.8;
}

.contents ._en {
  font-size: 3.75rem;
  letter-spacing: 0.25rem;
}

@media screen and (min-width: 641px) and (max-width: 1023px) {
  .contents {
    background-size: 42%;
    background-position: center 1.625rem;
    padding: 5.125rem 0 3.75rem;
  }
}
/* @media screen and (max-width: 640px) { */
@media screen and (max-width: 640px) {
  .contents {
    background-size: 65%;
    background-position: center 4.375rem;
    padding: 3.125rem 0 3.75rem;
  }
}
@media screen and (max-width: 1023px) {
  .contents ._txt {
    font-size: 0.75em;
    margin-bottom: 8.125rem;
  }
  .contents ._lead {
    font-size: 1rem;
  }
  .contents ._en {
    font-size: 2rem;
  }
}
/*----------------------------------------------------
	youtube
----------------------------------------------------*/
.youtube {
  position: relative;
}

.movie-wrapper {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  aspect-ratio: 16/9;
}

.movie-wrapper iframe {
  width: 100%;
  height: 100%;
}

/*----------------------------------------------------
	footer
----------------------------------------------------*/
.footer {
  margin-top: 6.25rem;
  padding: 3.75rem 0 2rem;
  border-top: solid 1px #fff;
  position: relative;
}

.footer li {
  text-align: center;
}

.footer li + li {
  margin-top: 2.5rem;
}

.footer .logo01 img {
  width: 17.0625rem;
}

.footer .logo02 img {
  width: 12.0625rem;
}

.footer .logo02 p {
  text-decoration: underline;
  font-size: 0.75em;
  margin-top: 1em;
}

/* @media screen and (max-width: 640px) { */
@media screen and (max-width: 1023px) {
  .footer {
    margin-top: 2.8125rem;
    padding: 2.8125rem 0;
  }
  .footer li + li {
    margin-top: 1.5rem;
  }
  .footer .logo01 img {
    width: 10.375rem;
  }
  .footer .logo02 img {
    width: 7.375rem;
  }
  .footer .logo02 p {
    font-size: 0.625em;
  }
}
.u-fadein-up {
  opacity: 0;
  -webkit-filter: blur(1.25rem);
          filter: blur(1.25rem);
  -webkit-transform: translateY(1.25rem);
          transform: translateY(1.25rem);
  -webkit-transition: opacity 1.5s var(--easeOutCubic), -webkit-filter 0.5s, -webkit-transform 1.5s var(--easeOutCubic);
  transition: opacity 1.5s var(--easeOutCubic), -webkit-filter 0.5s, -webkit-transform 1.5s var(--easeOutCubic);
  transition: filter 0.5s, opacity 1.5s var(--easeOutCubic), transform 1.5s var(--easeOutCubic);
  transition: filter 0.5s, opacity 1.5s var(--easeOutCubic), transform 1.5s var(--easeOutCubic), -webkit-filter 0.5s, -webkit-transform 1.5s var(--easeOutCubic);
}
.is-visible .u-fadein-up, .u-fadein-up.is-visible {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  will-change: opacity, filter, transorm;
  -webkit-filter: blur(0);
          filter: blur(0);
  opacity: 1;
}