@charset "UTF-8";
/* Scss Document */
html {
  width: 100%;
  height: 100%;
  min-width: 120rem;
  font-family: YakuHanMP, "Noto Serif JP", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 62.5%;
  font-size: 62.5%;
}
@media only screen and (max-width: 1200px) {
  html {
    min-width: 1200px;
  }
}
@media only screen and (max-width: 640px) {
  html {
    min-width: 100%;
    font-size: 2.2vw;
    scroll-padding-top: 13.75vw;
    -webkit-text-size-adjust: 100%;
  }
}

body {
  font-size: 1.6rem;
  font-weight: 300;
  width: 100%;
  height: 100%;
  min-width: 120rem;
  letter-spacing: 0.1em;
  text-rendering: optimizeSpeed;
  font-feature-settings: "palt";
  color: rgb(0, 0, 0);
  color: rgb(0, 0, 0);
  animation: fadeIn 1.5s ease 0s 1 normal;
}
@media only screen and (max-width: 1200px) {
  body {
    min-width: 1200px;
  }
}
@media only screen and (max-width: 640px) {
  body {
    font-size: 3.4375vw;
    min-width: 100%;
    letter-spacing: 0.05em;
    -webkit-overflow-scrolling: auto;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
img {
  max-width: 100%;
  height: auto;
}

address {
  font-style: normal;
}

a,
.hover {
  color: rgb(0, 0, 0);
  transition: opacity 0.3s ease;
  text-decoration: none;
}

a:hover,
.hover:hover {
  opacity: 0.6;
}

.inner {
  margin: 0 auto;
  padding: 0 4.8rem;
  position: relative;
  width: 100%;
  max-width: 120rem;
  min-width: 120rem;
}
@media only screen and (max-width: 640px) {
  .inner {
    padding: 0 6.25vw;
    width: 100%;
    min-width: 100%;
  }
}
.inner.-middle {
  max-width: 95rem;
  min-width: 95rem;
}
@media only screen and (max-width: 640px) {
  .inner.-middle {
    width: 100%;
    min-width: 100%;
  }
}
.inner.-large {
  max-width: 133rem;
}
@media only screen and (max-width: 1390px) {
  .inner.-large {
    width: 96.2025316456%;
  }
}
.inner.-xlarge {
  max-width: 158rem;
}
@media only screen and (max-width: 1580px) {
  .inner.-xlarge {
    width: 100%;
  }
}
@media only screen and (max-width: 640px) {
  .inner.-xlarge {
    width: 100%;
  }
}
.inner.-full {
  padding: 0;
  max-width: 100%;
}
@media only screen and (max-width: 640px) {
  .inner.-full {
    padding: 0 4vw;
  }
}
.inner.-full-mgn {
  padding: 0 9rem 0 6rem;
  max-width: 100%;
}
@media only screen and (max-width: 640px) {
  .inner.-full-mgn {
    padding: 0 2.34375vw;
  }
}

.header_logo {
  position: absolute;
  top: 6rem;
  left: 9rem;
  width: 15.8rem;
  text-align: center;
  z-index: 2;
}
@media only screen and (max-width: 640px) {
  .header_logo {
    width: 15.625vw;
    top: 3.125vw;
    left: 3.75vw;
  }
}

.header {
  padding: 2.8rem 2.8rem 0 0;
  position: fixed;
  display: flex;
  align-items: flex-start;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 100;
}
@media only screen and (max-width: 640px) {
  .header {
    padding: 2.1875vw 2.1875vw 0 0;
  }
}
.header_translation {
  position: absolute;
  top: 3rem;
  right: 8rem;
}
.header_translation-list {
  display: flex;
}
.header_translation-list li {
  padding: 0 1em;
  line-height: 1;
}
.header_translation-list li:first-child {
  line-height: 1;
  border-right: solid 1px rgb(255, 255, 255);
  transition: border-color 0.3s;
}
.header_translation span,
.header_translation a {
  padding-bottom: 0.5em;
  color: rgb(255, 255, 255);
  display: block;
  transition: color 0.3s;
}
.header_translation span {
  border-bottom: solid 2px #ae9b61;
}
.header a {
  text-decoration: none;
}
.header.-dark .header_translation-list li:first-child {
  border-right-color: rgb(0, 0, 0);
}
.header.-dark .header_translation span,
.header.-dark .header_translation a {
  color: rgb(0, 0, 0);
}
.header.-dark .global_nav-menu-item,
.header.-dark .global_nav-menu-item::before,
.header.-dark .global_nav-menu-item::after {
  background: rgb(0, 0, 0);
}

.open .global_nav {
  display: flex;
}
.open .global_nav-menu-item {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 3vw;
  height: 2px;
  margin: -1px 0 0;
  background: rgb(0, 0, 0);
  background-color: transparent;
}
.open .global_nav-menu-item:before, .open .global_nav-menu-item:after {
  background: rgb(255, 255, 255) !important;
  top: 0;
}
.open .global_nav-menu-item:before {
  transform: rotate(225deg);
}
.open .global_nav-menu-item:after {
  transform: rotate(-225deg);
}

.global_nav {
  margin: 0;
  display: none;
  width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: auto;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  text-align: center;
  padding-top: 6rem;
}
@media only screen and (max-width: 640px) {
  .global_nav {
    padding-top: 9.375vw;
  }
}
.global_nav_logo {
  margin-bottom: 2em;
  width: 20rem;
}
@media only screen and (max-width: 640px) {
  .global_nav_logo {
    width: 31.25vw;
  }
}
.global_nav-list {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1em;
}
.global_nav-list li {
  font-size: 2rem;
  font-weight: 400;
  letter-spacing: 0.2em;
  margin: 0.5em 0;
  font-weight: 600;
  text-align: center;
}
@media only screen and (max-width: 640px) {
  .global_nav-list li {
    font-size: 3.75vw;
  }
}
.global_nav-list li span,
.global_nav-list li a {
  color: rgb(255, 255, 255);
}
.global_nav-menu {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
  border: none;
  height: 6.8rem;
  width: 6.8rem;
  display: block;
  z-index: 100;
}
@media only screen and (max-width: 640px) {
  .global_nav-menu {
    width: 10.625vw;
    height: 10.625vw;
    top: 2.34375vw;
    right: 3.90625vw;
  }
}
.global_nav-menu-outer {
  position: relative;
  width: 2.2rem;
  height: 1.8rem;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
@media only screen and (max-width: 640px) {
  .global_nav-menu-outer {
    width: 3.4375vw;
    height: 2.8125vw;
    transform: translate(-50%, 0);
  }
}
.global_nav-menu-item {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 2.2rem;
  height: 1px;
  margin: -1px 0 0;
  background: rgb(255, 255, 255);
  transition: background 0.3s;
}
@media only screen and (max-width: 640px) {
  .global_nav-menu-item {
    width: 5.9375vw;
  }
}
.global_nav-menu-item:before, .global_nav-menu-item:after {
  display: block;
  position: absolute;
  left: 0;
  width: 2.2rem;
  height: 1px;
  background: rgb(255, 255, 255);
  content: "";
  transition: background 0.3s, transform 200ms, top 200ms;
}
@media only screen and (max-width: 640px) {
  .global_nav-menu-item:before, .global_nav-menu-item:after {
    width: 5.9375vw;
  }
}
.global_nav-menu-item:before {
  top: -0.8rem;
  transform: rotate(0deg);
}
@media only screen and (max-width: 640px) {
  .global_nav-menu-item:before {
    top: -1.5625vw;
  }
}
.global_nav-menu-item:after {
  top: 0.8rem;
  transform: rotate(0deg);
}
@media only screen and (max-width: 640px) {
  .global_nav-menu-item:after {
    top: 1.5625vw;
  }
}
.global_nav a {
  display: block;
}
.global_nav span {
  opacity: 0.3;
}
.global_nav a + a {
  margin-top: 2em;
}
@media only screen and (max-width: 640px) {
  .global_nav a + a {
    margin-top: 4.6875vw;
  }
}
.global_nav-bnr {
  margin: 4em auto;
  width: 56rem;
}
@media only screen and (max-width: 640px) {
  .global_nav-bnr {
    margin: 2em auto;
    width: 87.5vw;
  }
}
.global_nav-logo {
  margin: 2em auto;
  width: 12rem;
}
@media only screen and (max-width: 640px) {
  .global_nav-logo {
    width: 24.6875vw;
  }
}

.main {
  line-height: 1.9;
  min-width: 120rem;
}
@media only screen and (max-width: 640px) {
  .main {
    min-width: 100%;
  }
}

.kv {
  margin-bottom: 10rem;
}
@media only screen and (max-width: 640px) {
  .kv {
    margin-bottom: 10.9375vw;
  }
}
.kv .content {
  background: url(../img/img-kv.jpg) no-repeat center center;
  background-size: cover;
  height: 40rem;
  width: 100%;
}
@media only screen and (max-width: 640px) {
  .kv .content {
    height: 62.5vw;
  }
}
.kv h1 {
  margin: 0;
  color: rgb(255, 255, 255);
  font-size: 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-weight: 400;
  padding-top: 15rem;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 640px) {
  .kv h1 {
    font-size: 5.625vw;
    padding-top: 28.125vw;
    justify-content: flex-end;
  }
}
.kv h1::after {
  margin: 0.5em auto 0;
  content: "";
  display: block;
  background: #ae9b61;
  width: 8rem;
  height: 2px;
}

.footer {
  padding: 5.2083333333vw 0 5.2083333333vw 4.6875vw;
}
@media only screen and (max-width: 640px) {
  .footer {
    padding: 14.0625vw 6.25vw;
  }
}
.footer_container {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 640px) {
  .footer_container {
    flex-direction: column;
    gap: 6.25vw;
  }
}
.footer_logo {
  margin-right: 3.125vw;
  width: 8.3333333333vw;
}
@media only screen and (max-width: 640px) {
  .footer_logo {
    width: 25vw;
    margin: 0 auto;
  }
}
.footer_information {
  margin-top: 5.7291666667vw;
  width: 31.25vw;
  line-height: 2;
  font-size: 0.8333333333vw;
}
@media only screen and (max-width: 640px) {
  .footer_information {
    width: 100%;
  }
}
.footer_information h3 {
  font-size: 1.6rem;
}
@media only screen and (max-width: 640px) {
  .footer_information h3 {
    font-size: 3.125vw;
  }
}
.footer_address {
  margin-bottom: 1.5em;
}
@media only screen and (max-width: 640px) {
  .footer_address {
    font-size: 3.125vw;
  }
}
@media only screen and (max-width: 640px) {
  .footer p {
    font-size: 3.125vw;
  }
}
.footer_access {
  margin-top: 3.5em;
}
.footer_access_item {
  padding: 1.5em 0;
  border-bottom: solid 1px rgb(0, 0, 0);
}
@media only screen and (max-width: 640px) {
  .footer_access_item {
    font-size: 3.125vw;
  }
}
.footer_access_item:last-child {
  border: none;
}
@media only screen and (max-width: 640px) {
  .footer_access_item:last-child {
    padding-bottom: 0;
  }
}
.footer_access_item dl {
  display: flex;
}
@media only screen and (max-width: 640px) {
  .footer_access_item dl {
    flex-direction: column;
  }
}
.footer_access_item dl dt {
  font-weight: 400;
}
.footer_access_item dl.parent dt {
  width: 13em;
}
.footer_access_item dl.parent dd {
  width: calc(100% - 13em);
}
@media only screen and (max-width: 640px) {
  .footer_access_item dl.parent dd {
    padding-left: 1em;
    width: 100%;
  }
}
.footer_access_item dl.child {
  margin-left: 3.5em;
  flex-wrap: wrap;
}
@media only screen and (max-width: 640px) {
  .footer_access_item dl.child {
    margin-left: 0;
  }
}
.footer_access_item dl.child dt {
  width: 6em;
}
@media only screen and (max-width: 640px) {
  .footer_access_item dl.child dt {
    margin-top: 7.03125vw;
  }
}
.footer_access_item dl.child dd {
  width: calc(100% - 6em);
}
.footer_map {
  margin-top: 5.7291666667vw;
  width: 50vw;
}
@media only screen and (max-width: 640px) {
  .footer_map {
    width: 100%;
    margin-top: 0;
  }
}
.footer_map iframe {
  width: 100%;
  height: 30.9895833333vw;
  filter: grayscale(1);
}
@media only screen and (max-width: 640px) {
  .footer_map iframe {
    height: 62.5vw;
  }
}
.footer_map a {
  display: block;
  text-align: center;
  margin-top: 1em;
  text-decoration: underline;
}
@media only screen and (max-width: 640px) {
  .footer_map a {
    color: #b0a35d;
  }
}

@media only screen and (max-width: 640px) {
  .-english .kv h1 {
    font-size: 5vw;
  }
}/*# sourceMappingURL=common.css.map */