@charset "UTF-8";

:root {
  --text-color: #f2efe6;
  --text-subcolor: #999791;
  --mainfontfamily: "Noto Serif JP", serif;
  --enfontfamily: "Poppins", sans-serif;
  --color-btnbg: #000;
  --color-btntext: #fff;
  --color-linktext: #000;
  --color-background: #171717
}

[lang=kr] {
  --mainfontfamily: "Noto Serif KR", serif;
}
[lang=zh] {
  --mainfontfamily: "Noto Serif SC", serif;
}
[lang=tw] {
  --mainfontfamily: "Noto Serif TC", serif;
}
:where(:not(iframe, canvas, img, svg, video):not(svg *)) {
  all: unset;
  display: revert
}

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

ol,
ul {
  list-style: none
}

img {
  max-width: 100%;
  vertical-align: bottom;
  height: auto
}

table {
  border-collapse: collapse
}

picture {
  display: block
}

video {
  max-width: 100%;
  vertical-align: bottom
}

html {
  width: 100%;
  height: 100%
}

body {
  color: var(--text-color);
  font-family: var(--mainfontfamily);
  font-weight: 300;
  background: var(--color-background);
  background-image: url(../img/common/bg_img.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 0;
  background-attachment: fixed
}

@media screen and (max-width:768px) {
  body {
    background: none;
    background-image: none
  }

  body:before {
    content: "";
    width: 100%;
    height: 100vh;
    background: url(../img/common/bg_img.png) no-repeat center/cover, var(--color-background);
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1
  }
}

a {
  cursor: pointer;
  color: var(--text-color);
  text-decoration: none
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  z-index: 5
}

.l-main {
  padding-top: 111px
}

@media screen and (max-width:768px) {
  .l-main {
    padding-top: 73px
  }
}

.l-full-width {
  width: 100vw;
  margin-left: calc(50% - 50vw)
}

.l-inner {
  width: 960px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto
}

@media screen and (max-width:1080px) {
  .l-inner {
    padding-left: 30px;
    padding-right: 30px
  }
}

.l-spacer-section {
  margin-top: 120px
}

.l-spacer-section+* {
  margin-top: 120px
}

.header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 100
}

.header-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 40px 80px;
  background: #171717;
  position: relative;
  z-index: 1
}

@media screen and (max-width:768px) {
  .header-inner {
    padding: 24px 35px;
    position: static
  }
}

@media screen and (max-width:768px) {
  .header-logo {
    width: 200px
  }
}

.header-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.globalnav,
.language-modal {
  margin-left: 60px
}

@media screen and (max-width:768px) {

  .globalnav,
  .language-modal {
    margin-left: 0;
    position: fixed;
    z-index: -1;
    top: 70px;
    left: 0;
    width: 100%;
    background: rgba(23, 23, 23, 0.9);
    padding: 60px 30px;
    -webkit-transform: translateY(-100vh);
    transform: translateY(-100vh);
    -webkit-transition: -webkit-transform 0.5s ease-in-out;
    transition: -webkit-transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out
  }
}

@media screen and (min-width:769px) {

  .globalnav-list,
  .language-modal-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }
}

@media screen and (min-width:769px) {

  .globalnav-list li:not(:last-child):after,
  .language-modal-list li:not(:last-child):after {
    content: "/";
    display: inline-block;
    margin-left: 1em;
    margin-right: 1em
  }
}

@media screen and (max-width:768px) {

  .globalnav-list li,
  .language-modal-list li {
    border-bottom: 1px solid rgba(153, 151, 145, 0.3)
  }
}

@media screen and (max-width:768px) {

  .globalnav-list a,
  .language-modal-list a {
    display: block;
    padding: 20px 0;
    position: relative
  }

  .globalnav-list a:after,
  .language-modal-list a:after {
    content: "";
    display: block;
    position: absolute;
    width: 10px;
    height: 10px;
    right: 0;
    top: calc(50% - 5px);
    background: url(../img/common/icon_arr.svg) no-repeat center/contain
  }
}

.button-hamburger {
  position: absolute;
  top: 0;
  right: 2.5%;
  bottom: 0;
  z-index: 1;
  width: 24px;
  height: 24px;
  margin: auto 0;
  border: 0;
  outline: 0;
  background-color: transparent;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

.hamburger {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 18px;
  height: 2px;
  margin: auto;
  border-radius: 4px;
  background-color: #fff
}

.hamburger:after,
.hamburger:before {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  background-color: inherit;
  content: ""
}

.hamburger:before {
  top: -5px
}

.hamburger:after {
  top: 5px
}

@media screen and (min-width:768px) {
  .button-hamburger {
    display: none
  }
}

.is-button-hamburgerActive .globalnav {
  -webkit-transform: translateY(0);
  transform: translateY(0)
}

.header-language {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  cursor: pointer
}

.header-language:after {
  content: "";
  display: block;
  width: 10px;
  height: 6px;
  background: url(../img/common/icon_dropdown.svg) no-repeat center/contain;
  position: absolute;
  top: calc(50% - 3px);
  right: -12px
}

@media screen and (max-width:768px) {
  .header-language:after {
    content: none
  }
}

.header-language .icon {
  margin-right: 10px;
  height: 20px
}

@media screen and (max-width:768px) {
  .header-language .icon {
    margin-right: 0
  }
}

.header-language .label {
  margin-right: 20px;
  font-size: 0.75rem
}

.header-language .select-language {
  margin-left: 20px;
  padding-right: 20px;
  display: block;
  width: 100px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background: url(../img/common/icon_dropdown.svg) no-repeat right 0 center/8px 8px
}

@media screen and (max-width:768px) {
  .header-language {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-right: 20px
  }
}

@media screen and (min-width:769px) {
  .language-modal {
    margin-left: 0;
    position: absolute;
    top: 110px;
    width: 100%;
    right: 0;
    padding: 30px 20px;
    background: rgba(0, 0, 0, 0.8);
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    z-index: -1
  }
}

@media screen and (max-width:768px) {
  .language-modal .header-language {
    width: 100%;
    border-bottom: 1px solid rgba(153, 151, 145, 0.3);
    padding-bottom: 1rem;
    margin-bottom: 1rem
  }

  .language-modal .icon {
    margin-right: 20px
  }

  .language-modal .label {
    margin-right: 20px
  }
}

.language-modal__list li {
  display: inline-block;
  margin-bottom: 28px;
  font-size: 0.8125rem
}

.language-modal__list li:not(:last-child):after {
  content: "｜";
  margin-right: 20px;
  margin-left: 20px
}

.is-languagemodalActive .language-modal {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  visibility: visible
}

.footer-bg {
  height: 240px;
  background: url(../img/common/footer_anime.jpg) repeat-x;
  background-position: 0 0;
  background-size: auto 100%;
  -webkit-animation: bgroop 180s linear infinite;
  animation: bgroop 180s linear infinite;
  margin-top: 180px
}

@media screen and (max-width:768px) {
  .footer-bg {
    height: 51vw
  }
}

@-webkit-keyframes bgroop {
  0% {
    background-position: 0 0
  }

  50% {
    background-position: -4245px 0
  }

  to {
    background-position: 0 0
  }
}

@keyframes bgroop {
  0% {
    background-position: 0 0
  }

  50% {
    background-position: -4245px 0
  }

  to {
    background-position: 0 0
  }
}

.footer .l-inner {
  width: 100%;
  padding-left: 80px;
  padding-right: 80px;
  padding-top: 60px;
  padding-bottom: 100px
}

@media screen and (max-width:768px) {
  .footer .l-inner {
    padding-top: 60px;
    padding-bottom: 30px;
    padding-right: 30px;
    padding-left: 20px
  }
}

.footer-name {
  font-size: 1.25rem;
  font-weight: bold
}

.footer-address {
  font-size: 0.75rem;
  color: var(--text-subcolor);
  letter-spacing: 0.075em;
  margin-top: 1rem
}

.footer-copyright {
  margin-top: 40px;
  font-size: 0.625rem;
  letter-spacing: 0.05em;
  color: var(--text-subcolor);
  text-align: right
}

@media screen and (max-width:768px) {
  .footer-copyright {
    text-align: center
  }
}

@media screen and (min-width:769px) {
  .footer-banner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }

  .footer-banner>* {
    display: block;
    margin-left: 10px
  }
}

@media screen and (max-width:768px) {
  .footer-banner {
    margin-top: 40px
  }

  .footer-banner>* {
    margin-top: 10px
  }

  .footer-banner img {
    width: 100%
  }
}

.c-btn {
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  cursor: pointer
}

.c-button-link {
  max-width: 480px;
  margin-top: 60px
}

.c-button-link a,
.c-button-link input {
  display: block;
  border: 1px solid rgba(153, 151, 145, 0.3);
  padding: 20px;
  position: relative;
  -webkit-transition: 0.4s;
  transition: 0.4s
}
.c-button-link input{
  text-align: center;
}
.c-button-link a:after {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  right: 20px;
  top: calc(50% - 5px);
  background: url(../img/common/icon_arr.svg) no-repeat center/contain
}

.c-button-link a:hover,
.c-button-link input:hover {
  background: #fff;
  color: #999791
}

.heading-primary {
  font-size: 1.75rem;
  font-family: var(--mainfontfamily);
  font-weight: 700;
  letter-spacing: 0.06em
}

.heading-primary+* {
  margin-top: 32px
}

@media screen and (max-width:768px) {
  .heading-primary {
    font-size: 1.5rem
  }
}

.heading-primary__bg+* {
  margin-top: 48px
}

.heading-secondary {
  font-size: 1.25rem;
  font-weight: bold;
  letter-spacing: 0.1em
}

.c-text {
  line-height: 2.4;
  letter-spacing: 0.1em;
  font-size: 0.9375rem
}

.ja .c-text,
.tw .c-text,
.zh .c-text {
  text-align: justify
}

.c-text p+p {
  margin-top: 1.5em
}

.c-subtext {
  font-size: 0.75rem;
  color: var(--text-subcolor);
  line-height: 2
}

.c-breadcrumb {
  margin-bottom: 20px;
  color: #555
}

@media screen and (max-width:768px) {
  .c-breadcrumb {
    display: none
  }
}

.c-breadcrumb.float {
  position: absolute;
  width: 100%;
  top: 20px;
  left: 0;
  color: #fff
}

.c-breadcrumb.float a {
  color: inherit
}

.c-breadcrumb.float a:after {
  background: #fff
}

.c-breadcrumb_list li {
  display: inline-block;
  letter-spacing: 0.2em;
  font-size: 0.8125rem
}

.c-breadcrumb_list li a {
  color: inherit;
  position: relative
}

.c-breadcrumb_list li a:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #000;
  position: absolute;
  bottom: -5px;
  right: 0;
  width: 0;
  -webkit-transition: width 0.5s;
  transition: width 0.5s
}

.c-breadcrumb_list li a:hover:after {
  left: 0;
  right: auto;
  width: 100%
}

.c-breadcrumb_list li a:after {
  background: #555
}

.c-breadcrumb_list li:not(:last-child):after {
  content: "/"
}

.c-picFlex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.c-picFlex.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse
}

.c-picFlex.half-half>* {
  width: 50%
}

.c-picFlex.justify-spacebetween {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.c-picFlex.-aligncenter {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 1000
}

.modal__container {
  background-color: #fff;
  padding: 30px;
  width: 100%;
  max-height: 100vh;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.modal__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.modal__title {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.25;
  color: #00449e;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.modal__close {
  background: transparent;
  border: 0
}

.modal__header .modal__close:before {
  content: "✕"
}

.modal__content {
  line-height: 1.5
}

.modal__btn {
  font-size: 0.875rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  background-color: transparent;
  color: rgba(0, 0, 0, 0.8);
  border-radius: 0.25rem;
  border-style: none;
  border-width: 0;
  cursor: pointer;
  -webkit-appearance: button;
  text-transform: none;
  overflow: visible;
  line-height: 1.15;
  margin: 0;
  will-change: transform;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  transition: -webkit-transform 0.25s ease-out;
  -webkit-transition: -webkit-transform 0.25s ease-out;
  transition: transform 0.25s ease-out;
  transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out
}

.modal__closebtn {
  width: 40px;
  height: 40px;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  top: -50px;
  right: -50px;
  padding: 0;
  background: transparent
}

.modal__closebtn svg {
  width: 30px;
  height: 30px
}

.modal__closebtn path {
  fill: #fff
}

@-webkit-keyframes mmfadeIn {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@keyframes mmfadeIn {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@-webkit-keyframes mmfadeOut {
  0% {
    opacity: 1
  }

  to {
    opacity: 0
  }
}

@keyframes mmfadeOut {
  0% {
    opacity: 1
  }

  to {
    opacity: 0
  }
}

@-webkit-keyframes mmslideIn {
  0% {
    -webkit-transform: translateY(15%);
    transform: translateY(15%)
  }

  to {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}

@keyframes mmslideIn {
  0% {
    -webkit-transform: translateY(15%);
    transform: translateY(15%)
  }

  to {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}

@-webkit-keyframes mmslideOut {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }

  to {
    -webkit-transform: translateY(-10%);
    transform: translateY(-10%)
  }
}

@keyframes mmslideOut {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }

  to {
    -webkit-transform: translateY(-10%);
    transform: translateY(-10%)
  }
}

.micromodal-slide {
  display: none
}

.micromodal-slide.is-open {
  display: block
}

.micromodal-slide[aria-hidden=false] .modal__overlay {
  -webkit-animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
  animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1)
}

.micromodal-slide[aria-hidden=false] .modal__container {
  -webkit-animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
  animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1)
}

.micromodal-slide[aria-hidden=true] .modal__overlay {
  -webkit-animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
  animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1)
}

.micromodal-slide[aria-hidden=true] .modal__container {
  -webkit-animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
  animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1)
}

.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
  will-change: transform
}

.js-scrollFadeIn {
  opacity: 0;
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, transform 1s;
  transition: opacity 1s, transform 1s, -webkit-transform 1s;
  -webkit-transform: translateY(10px);
  transform: translateY(10px)
}

.js-scrollFadeIn.is-inviewActive {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0)
}

.animationbox {
  position: relative;
  border-bottom: 1px solid rgba(153, 151, 145, 0.3);
  margin-bottom: 40px;
  display: none;
  z-index: 5;
  padding: 0
}

@media screen and (max-width:768px) {
  .animationbox {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #4f5347;
    border-radius: 8px 8px 0 0;
    margin: 0;
    padding: 30px;
    max-height: 50vh;
    overflow: auto
  }
}

@media screen and (min-width:769px) {
  .animationbox:before {
    content: "";
    display: block;
    width: 100%;
    height: 38px;
    background: url(../img/common/box_top.svg) no-repeat right bottom/840px auto;
    margin-bottom: 40px
  }
}

.animationbox .close-btn {
  position: absolute;
  width: 20px;
  height: 20px;
  border: none;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(../img/common/icon_close.svg) no-repeat center/16px 16px;
  top: 25px;
  right: 60px;
  cursor: pointer
}

@media screen and (max-width:768px) {
  .animationbox .close-btn {
    top: 30px;
    right: 30px
  }
}

.animationbox-inner {
  color: #999791
}

@media screen and (max-width:768px) {
  .animationbox-inner {
    display: block;
    font-size: 0.8125rem;
    letter-spacing: 0.05em;
    line-height: 2
  }
}

@media screen and (min-width:769px) {
  .animationbox-inner {
    padding: 0 20px 40px
  }
}

.animationbox-inner h3 {
  font-weight: bold;
  font-size: 1.25rem;
  margin-bottom: 1rem;
  color: #fff;
  text-align: center
}

@media screen and (max-width:768px) {
  .animationbox-inner h3 {
    text-align: left
  }
}

.animationbox-inner .image {
  margin-right: 30px;
  max-width: 50%;
  -ms-flex-negative: 0;
  flex-shrink: 0
}

@media screen and (max-width:768px) {
  .animationbox-inner .image {
    max-width: 100%;
    width: 100%;
    margin-bottom: 30px
  }

  .animationbox-inner .image img {
    width: 100%
  }
}

.animationbox-inner p{
  font-size: 0.875rem;
  line-height: 2;
  letter-spacing: 0.01em;
  text-align: justify
}
[lang=th] .animationbox-inner p,
[lang=de] .animationbox-inner p,
[lang=en] .animationbox-inner p,
[lang=es] .animationbox-inner p,
[lang=fr] .animationbox-inner p,
[lang=id] .animationbox-inner p,
[lang=it] .animationbox-inner p,
[lang=ms] .animationbox-inner p,
[lang=vn] .animationbox-inner p{
  text-align: left;
}
.animationbox-inner.c-picFlex h3 {
  text-align: left
}

@media screen and (max-width:768px) {
  .animationbox-inner.c-picFlex.-aligncenter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
  }
}

.animation-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  display: none
}

.added-box .animationbox-inner {
  -webkit-transition: opacity 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0)
}

@media screen and (min-width:769px) {
  .added-box .animationbox-inner.is-hide {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px)
  }
}

.c-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1rem
}

.c-grid.-spacebetween {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

@media screen and (min-width:769px) {
  .c-grid.pc-col-1 .c-grid__item {
    width: 100%
  }
}

@media screen and (min-width:769px) {
  .c-grid.pc-col-2 .c-grid__item {
    width: 50%
  }
}

@media screen and (min-width:769px) {
  .c-grid.pc-col-3 .c-grid__item {
    width: 33.3333333333%
  }
}

@media screen and (min-width:769px) {
  .c-grid.pc-col-4 .c-grid__item {
    width: 25%
  }
}

@media screen and (min-width:769px) {
  .c-grid.pc-col-5 .c-grid__item {
    width: 20%
  }
}

@media screen and (min-width:769px) {
  .c-grid.pc-col-6 .c-grid__item {
    width: 16.6666666667%
  }
}

@media screen and (min-width:769px) {
  .c-grid.pc-col-7 .c-grid__item {
    width: 14.2857142857%
  }
}

@media screen and (min-width:769px) {
  .c-grid.pc-col-8 .c-grid__item {
    width: 12.5%
  }
}

@media screen and (min-width:769px) {
  .c-grid.pc-col-9 .c-grid__item {
    width: 11.1111111111%
  }
}

@media screen and (min-width:769px) {
  .c-grid.pc-col-10 .c-grid__item {
    width: 10%
  }
}

@media screen and (min-width:769px) {
  .c-grid.pc-col-11 .c-grid__item {
    width: 9.0909090909%
  }
}

@media screen and (min-width:769px) {
  .c-grid.pc-col-12 .c-grid__item {
    width: 8.3333333333%
  }
}

@media screen and (max-width:768px) {
  .c-grid.sp-col-1 .c-grid__item {
    width: 100%
  }
}

@media screen and (max-width:768px) {
  .c-grid.sp-col-2 .c-grid__item {
    width: 50%
  }
}

@media screen and (max-width:768px) {
  .c-grid.sp-col-3 .c-grid__item {
    width: 33.3333333333%
  }
}

@media screen and (max-width:768px) {
  .c-grid.sp-col-4 .c-grid__item {
    width: 25%
  }
}

@media screen and (max-width:768px) {
  .c-grid.sp-col-5 .c-grid__item {
    width: 20%
  }
}

@media screen and (max-width:768px) {
  .c-grid.sp-col-6 .c-grid__item {
    width: 16.6666666667%
  }
}

@media screen and (max-width:768px) {
  .c-grid.sp-col-7 .c-grid__item {
    width: 14.2857142857%
  }
}

@media screen and (max-width:768px) {
  .c-grid.sp-col-8 .c-grid__item {
    width: 12.5%
  }
}

@media screen and (max-width:768px) {
  .c-grid.sp-col-9 .c-grid__item {
    width: 11.1111111111%
  }
}

@media screen and (max-width:768px) {
  .c-grid.sp-col-10 .c-grid__item {
    width: 10%
  }
}

@media screen and (max-width:768px) {
  .c-grid.sp-col-11 .c-grid__item {
    width: 9.0909090909%
  }
}

@media screen and (max-width:768px) {
  .c-grid.sp-col-12 .c-grid__item {
    width: 8.3333333333%
  }
}

@media screen and (min-width:769px) {
  .c-grid.pc-gap-lg {
    gap: 2rem
  }
}

.top-mv {
  width: 100%;
  height: calc(100vh - 120px);
  max-height: 660px
}

.top-mv img {
  width: 100%
}

.top-mv .swiper-slide {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat
}

.top-mv .slide01 {
  background-image: url(../img/top/top_img01.jpg)
}

.top-mv .slide02 {
  background-image: url(../img/top/top_img02.jpg)
}

.top-mv .slide03 {
  background-image: url(../img/top/top_img03.jpg)
}
.top-mv .slide04 {
  background-image: url(../img/top/top_img04.jpg)
}

.top-mv .slide05 {
  background-image: url(../img/top/top_img05.jpg)
}

.top-mv .slide06 {
  background-image: url(../img/top/top_img06.jpg)
}

.top-mv_sliderpagination .pagenation-bar {
  width: 1px;
  height: 100px;
  background: #fff;
  position: relative;
  position: absolute;
  top: 100%;
  right: 50%;
  margin-top: 20px
}

.top-mv_sliderpagination .pagenation-bar:after {
  content: "";
  display: block;
  position: absolute;
  width: 2px;
  height: 0;
  top: 0;
  left: calc(50% - 1px);
  background: #fff;
  -webkit-animation: mv-progressbar 6s infinite linear;
  animation: mv-progressbar 6s infinite linear
}

@-webkit-keyframes mv-progressbar {
  0% {
    height: 0
  }

  to {
    height: 100%
  }
}

@keyframes mv-progressbar {
  0% {
    height: 0
  }

  to {
    height: 100%
  }
}

.top-mv .swiper-pagination-bullet {
  background: transparent;
  border: 1px solid #fff;
  width: 8px;
  height: 8px;
  margin: 0 !important;
  z-index: 10;
  position: relative;
  opacity: 1
}

.top-mv .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fff
}

.top-mv_sliderpagination {
  width: 10px;
  position: absolute;
  top: 50%;
  right: 50px;
  line-height: 1;
  z-index: 10
}

@media screen and (max-width:768px) {
  .top-mv_sliderpagination {
    right: 10px
  }
}

.top-mv_sliderpagination .swiper-pagination {
  position: static
}

.top-message {
  margin-top: 120px
}

.top-message+* {
  margin-top: 180px
}

.top-treasure__list {
  margin-top: 75px
}

@media screen and (min-width:769px) {
  .top-treasure__list[class*=pc-] .c-grid__item {
    width: calc(33.3% - 1.5rem);
    margin-bottom: 40px
  }
}

@media screen and (max-width:768px) {
  .top-treasure__list .c-grid__item {
    margin-bottom: 40px
  }
}

.top-treasure__item {
  position: relative
}

.top-treasure__item a {
  display: block
}

.top-treasure__item a:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2
}

.top-treasure__item .title {
  font-size: 1.25rem;
  letter-spacing: 0.1em;
  margin-bottom: 12px;
  color: #fff
}

.top-treasure__item .category li {
  display: inline-block;
  font-size: 0.75rem;
  color: var(--text-subcolor)
}

.top-treasure__item .category li:not(:last-child):after {
  content: " | "
}

.top-treasure__img {
  margin-bottom: 1rem
}

.page-mv img {
  width: 100%
}

.info-list {
  padding-left: 40px;
  margin-top: 20px
}

@media screen and (max-width:768px) {
  .info-list {
    padding-left: 0
  }
}

.info-list dt {
  color: var(--text-subcolor);
  font-size: 0.75rem;
  letter-spacing: 0.075em;
  padding-top: 20px
}

.info-list dd {
  font-size: 0.9375rem;
  color: #fff;
  letter-spacing: 0.1em;
  padding-bottom: 20px
}

.info-list.has-border {
  padding-left: 0;
  border-bottom: 1px solid rgba(153, 151, 145, 0.3)
}

.info-list.has-border dt {
  border-top: 1px solid rgba(153, 151, 145, 0.3);
  padding-left: 40px
}

.info-list.has-border dd {
  padding-left: 40px
}

@media screen and (max-width:768px) {

  .info-list.has-border dd,
  .info-list.has-border dt {
    padding-left: 0
  }
}

.info-access__inner {
  padding-left: 40px;
  margin-top: 30px
}

@media screen and (max-width:768px) {
  .info-access__inner {
    padding-left: 0
  }
}

.info-access__inner .subtitle {
  margin-top: 20px
}

.info-map {
  position: relative;
  padding-bottom: 50%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin-top: 120px
}

.info-map+* {
  margin-top: 80px
}

.info-map embed,
.info-map iframe,
.info-map object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.treasure-introduction {
  margin-top: 50px
}

.treasure-introduction .l-inner {
  width: 1100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

@media screen and (max-width:768px) {
  .treasure-introduction .l-inner {
    -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
  }
}

.treasure-introduction__title {
  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;
  height: 100%;
  position: sticky;
  top: 160px
}

@media screen and (max-width:768px) {
  .treasure-introduction__title {
    position: static
  }

  .treasure-introduction__title img {
    width: 48px
  }
}

.treasure-introduction__title.-line2 img {
  width: 140px
}

@media screen and (max-width:768px) {
  .treasure-introduction__title.-line2 img {
    width: 100px
  }
}

.treasure-introduction__playbtn {
  margin-top: 32px;
  cursor: pointer;
  border-radius: 50%;
  height: 48px;
  width: 48px
}

.treasure-introduction__playbtn span,
.treasure-introduction__playbtn svg {
  pointer-events: none
}

.treasure-introduction__playbtn:hover,
.treasure-introduction__playbtn[data-play=play] {
  background: #4F5347
}

.treasure-introduction__playbtn:hover svg>g,
.treasure-introduction__playbtn[data-play=play] svg>g {
  stroke: transparent
}

.treasure-introduction__playbtn .pause {
  display: none
}

@media screen and (max-width:768px) {
  .treasure-introduction__playbtn {
    margin-top: 0;
    position: absolute;
    right: 0;
    top: calc(100% + 40px)
  }
}

@media screen and (max-width:768px) {
  .sp-titlewrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 60px;
    margin-bottom: 40px;
    position: relative
  }
}

.treasure-introduction__sec {
  width: 840px;
  max-width: 100%
}

@media screen and (max-width:768px) {
  .treasure-introduction__sec {
    margin-top: 50px;
    position: relative
  }
}

.treasure-introduction__sec .title {
  font-weight: bold;
  margin-top: 100px;
  color: #fff;
  font-size: 2rem;
  margin-bottom: 30px
}
.treasure-introduction__sec .title em{
  font-style: italic;
}

.treasure-introduction__sec .title .kana {
  font-weight: normal;
  margin-left: 20px
}

@media screen and (max-width:768px) {
  .treasure-introduction__sec .title {
    margin-top: 0;
    margin-bottom: 0
  }
}
.treasure-introduction__sec .movie{
  width: 100%;
}
.treasure-introduction__sec .movie.vimeo {
  width: 100%;
  height: auto;
  padding-top: 56.19%;
  position: relative;
}

.treasure-introduction__sec .movie video {
  width: 100%;
}

.treasure-introduction__sec .movie iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.treasure-introduction__sec .content {
  margin-top: 40px
}

.treasure-introduction__sec .content p {
  margin-bottom: 1.625rem
}

.treasure-introduction__sec .content em{
  font-style: italic;
}

.treasure-introduction__sec .content a {
  text-decoration: underline
}

.treasure-introduction__sec .gallery {
  margin-top: 100px;
  border-top: 1px solid rgba(153, 151, 145, 0.1);
  padding-top: 100px
}

.treasure-introduction__sec .gallery-img+* {
  margin-top: 40px
}

.vr-wrapper {
  max-width: 1080px;
  margin: 100px auto
}

@media screen and (min-width:769px) {
  .vr-wrapper .l-inner {
    width: 100%
  }
}

.vr-wrapper iframe {
  width: 100%;
  max-width: 100%
}

#tourDIV {
  max-width: 1080px;
  max-height: 600px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  z-index: 0
}

@media screen and (max-width:768px) {
  #tourDIV {
    max-width: calc(100% - 60px)
  }
}

.u-tac {
  text-align: center
}

@media screen and (max-width:768px) {
  .pc-db {
    display: none !important
  }
}

@media screen and (min-width:769px) {
  .sp-db {
    display: none !important
  }
}

@media screen and (max-width:768px) {
  .u-sp-fullwidth {
    width: 100vw;
    margin-left: calc(50% - 50vw)
  }
}

.screen-reader-text {
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  clip: rect(1px, 1px, 1px, 1px)
}

.hidden {
  display: none !important
}

.visually-hidden {
  position: absolute !important;
  overflow: hidden;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(0 0 0 0);
  word-wrap: normal !important
}

.u-hov-border {
  position: relative
}

.u-hov-border:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #000;
  position: absolute;
  bottom: -5px;
  right: 0;
  width: 0;
  -webkit-transition: width 0.5s;
  transition: width 0.5s
}

.u-hov-border:hover:before {
  left: 0;
  right: auto;
  width: 100%
}

#koala-inspector-detector-obj {
  display: none
}

/*# sourceMappingURL=common.css.map */

.top-vr{
  margin-top: 120px;
}
.vr_box01{
  position: relative;
  width: 100%;
  height: auto;
  padding-top: 56.27%;
}
.vr_box01 iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

/*star*/
#star,
#star02,
#star03,
#star04 {
  position: relative;
}
#star .wpcf7-list-item,
#star02 .wpcf7-list-item,
#star03 .wpcf7-list-item,
#star04 .wpcf7-list-item {
  position: absolute;
  top: 0;
  left: 0;
}
#star input[type='radio'],
#star02 input[type='radio'],
#star03 input[type='radio'],
#star04 input[type='radio'] {
  position: absolute;
  opacity: 0;
}
#star .wpcf7-list-item-label,
#star02 .wpcf7-list-item-label,
#star03 .wpcf7-list-item-label,
#star04 .wpcf7-list-item-label {
  color: #ccc;
  font-size: 180%;
  letter-spacing: .5em;
  cursor: pointer;
}
#star .wpcf7-list-item:hover .wpcf7-list-item-label,
#star .wpcf7-list-item:hover ~ .wpcf7-list-item .wpcf7-list-item-label,
#star .wpcf7-list-item.checked .wpcf7-list-item-label,
#star .wpcf7-list-item.checked ~ .wpcf7-list-item .wpcf7-list-item-label {
  color: #fc0;
}
#star02 .wpcf7-list-item:hover .wpcf7-list-item-label,
#star02 .wpcf7-list-item:hover ~ .wpcf7-list-item .wpcf7-list-item-label,
#star02 .wpcf7-list-item.checked .wpcf7-list-item-label,
#star02 .wpcf7-list-item.checked ~ .wpcf7-list-item .wpcf7-list-item-label {
  color: #fc0;
}
#star03 .wpcf7-list-item:hover .wpcf7-list-item-label,
#star03 .wpcf7-list-item:hover ~ .wpcf7-list-item .wpcf7-list-item-label,
#star03 .wpcf7-list-item.checked .wpcf7-list-item-label,
#star03 .wpcf7-list-item.checked ~ .wpcf7-list-item .wpcf7-list-item-label {
  color: #fc0;
}
#star04 .wpcf7-list-item:hover .wpcf7-list-item-label,
#star04 .wpcf7-list-item:hover ~ .wpcf7-list-item .wpcf7-list-item-label,
#star04 .wpcf7-list-item.checked .wpcf7-list-item-label,
#star04 .wpcf7-list-item.checked ~ .wpcf7-list-item .wpcf7-list-item-label {
  color: #fc0;
}
.contact_list01 dd{
  height: 30px;
  margin: 10px 0 20px;
}
/*contact*/
.contact_box01{
  width: 100%;
  max-width: 550px;
  border: 1px solid rgba(255, 255, 255, .4);
  margin: 80px auto 20px;
  padding: 25px;
}
.contact_list01{
  width: 260px;
  margin: 0 auto;
}
.contact_list01 dt{
  color: var(--color-primary);
  margin-bottom: 20px;
}
.contact_list01 dd{
  margin-bottom: 30px;
}
.contact_list01 dd:first-of-type{
  font-size: 0;
  display: none;
}
.contact_box01 .btn01{
  margin: 0 auto;
  font-family: 'Shippori Mincho', serif;
  width: 100%;
  max-width: 150px;
}
.contact_box01 .btn01.sent{
  background-color: rgba(153, 151, 145, 0.3);
  color: #000;
  pointer-events: none;
}
.wpcf7 form.sent .wpcf7-response-output{
  border: none!important;
  text-align: center!important;
}
.wpcf7-form.sent .contact_box01 .btn01{
  background-color: #ccc!important;
  pointer-events: none!important;
  border-color: #ccc!important;
}
.contact_box01 .txt01{
  margin-bottom: 30px;
  text-align: center;
}