/* settings */
body {
  font-family: 'Quattrocento Sans', sans-serif;
  font-weight: 400;
}

h2,
h3 {
  font-family: inherit;
}

.container {
  max-width: 374px;
  width: 100%;
}

@media (min-width: 768px) {
  .container {
    max-width: 1100px;
  }
}

.main {
  overflow: hidden;
}

a:hover,
a:focus {
  color: #6C6C6C;
}



/* 共通 */
.h2-title {
  font-size: 32px;
  font-weight: 700;
  padding-bottom: 30px;
  letter-spacing: .05em;
}

@media (min-width: 768px) {
  .h2-title {
    font-size: 60px;
    padding-bottom: 52px;
  }
}

span.smoothText {
  overflow: hidden;
  display: block;
  line-height: initial;
}

/* アニメーションで傾斜がついている文字列を水平に戻す*/
span.smoothTextTrigger {
  transition: .8s ease-in-out;
  transform: translate3d(0, 100%, 0) skewY(12deg);
  transform-origin: left;
  display: block;
}

span.smoothTextTrigger.smoothTextAppear {
  transform: translate3d(0, 0, 0) skewY(0);
}

.h3-title {
  font-size: 18px;
  font-weight: 700;
}

@media (min-width: 768px) {
  .h3-title {
    font-size: 24px;
  }
}

.text {
  font-size: 12px;
  line-height: calc(22/14);
}

@media (min-width: 768px) {
  .text {
    font-size: 16px;
    line-height: calc(22/16);
  }
}

.btn {
  font-size: 18px;
  font-weight: 700;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 0;
  text-transform: capitalize;
  padding: 11px 40px 10px 27px;
  position: relative;
  display: inline-block;
}

.btn:hover {
  background-color: #000;
  color: #fff;
}

.btn::before {
  content: '';
  position: absolute;
  bottom: 20px;
  left: 109px;
  width: 50px;
  height: 1px;
  background: #000;
  transition: all .3s;
}

.btn::after {
  content: '';
  position: absolute;
  bottom: 23px;
  right: -28px;
  width: 15px;
  height: 1px;
  background: #000;
  transform: rotate(23deg);
  transition: all .3s;
}

.btn:hover::before {
  left: 129px;
}

.btn:hover::after {
  right: -48px;
}


.main {
  margin-top: 60px;
}

.under-line {
  text-decoration: underline;
}

/* header */
.ol-header .gu-global-nav-button {
  right: 0;
}

.ol-header#gu-header {
  position: static;
}

@media (min-width: 768px) {
  .ol-header#gu-header {
    box-shadow: none;
    height: 60px;
  }
}

.ol-header #gu-utility-nav-wrap {
  background-color: #000;
  min-width: 60px;
  width: 60px;
  min-height: 60px;
  padding: 0;
}


@media (min-width: 768px) {
  .ol-header #gu-utility-nav-wrap {}
}

.ol-header#gu-header #gu-utility-nav-wrap {
  padding: 0 !important;
}

.ol-header#gu-header .gu-utility-nav {
  right: 15px;
  top: 10px;
}

.ol-header .gu-utility-search {
  display: none;
}

@media (min-width: 768px) {
  .ol-header .gu-utility-search {
    padding-left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #000;
    max-width: 60px;
    width: 100%;
    height: inherit;
    margin-right: 0;
    margin-left: auto;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.ol-header .gu-lang-list-wrap {
  background-color: #fff;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 200px;
  padding: 5px 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

.ol-header .gu-lang-list li a {
  color: #000;
}

.ol-header .gu-global-navbar {
  padding: 0 !important;
  height: 60px;
  margin-top: 0;
  margin-bottom: 0;

}

.ol-header .gu-global-navbar .container {
  height: inherit;
}

.ol-header .gu-global-nav-wrapper {
  display: none;
}

@media (min-width: 768px) {

  .ol-header .gu-global-nav-wrapper {
    height: inherit;
    display: flex;
    align-items: center;
    margin: 0;
    width: 100%;
    justify-content: flex-end;
  }
}

.ol-header .gu-global-nav-wrap {
  width: auto;
  margin: 0;
  height: inherit;
}

.ol-header .gu-global-nav {
  margin: 0;
}

@media (min-width: 768px) {
  .ol-header .gu-global-nav {
    display: flex;
    align-items: center;
  }
}

.ol-header .gu-utility-lang {
  display: none;
}

@media (min-width: 768px) {
  .ol-header .gu-utility-lang {
    font-weight: 700;
    position: relative;
    height: inherit;
  }
}

.ol-header .gu-lang-list {
  display: flex;
  flex-direction: column;
  text-align: left;
}

.ol-header .gu-lang-list a li {
  color: #000;
}

.ol-header .gu-global-nav,
.ol-header .gu-global-nav li,
.ol-header .gu-global-nav li a {
  height: inherit;
}

.ol-header .gu-global-nav li a,
.ol-header .gu-utility-lang {
  display: flex;
  align-items: center;
  padding: 0 20px;
}

.ol-header .gu-global-nav li>a::after,
.ol-header .gu-utility-lang::after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  margin-left: 10px;
  margin-bottom: 4px;
}

.ol-header .gu-global-navbar .gu-global-nav li .sub-menu,
.ol-header .gu-utility-lang .sub-menu {
  background-color: #fff;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 200px;
  padding: 5px 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

.ol-header .gu-global-navbar .gu-global-nav li .sub-menu li a:hover,
.ol-header .gu-utility-lang .gu-lang-list a:hover {
  background-color: #000;
  color: #fff;
  text-decoration: none;
}

.ol-header .gu-lang-list a:hover li {
  color: #fff;
  text-decoration: none;
}

.gu-global-navbar .gu-global-nav li .sub-menu a::after,
.ol-header .gu-lang-list-wrap .gu-lang-list a::after {
  content: none;
}

.ol-header a.gu-global-nav-button {
  position: static;
}

@media (min-width: 768px) {
  .ol-header a.gu-global-nav-button {
    margin-top: 0;
  }
}

#gu-header .gu-global-nav-button {
  margin-top: 0;
}

.ol-header .gu-global-nav-button span {
  background-color: #000;
}

.ol-header .gu-global-nav-button span:nth-of-type(1) {
  width: 30px;
}

.ol-header .gu-global-nav-button span:nth-of-type(2) {
  width: 20px;
  left: 10px;
}

.ol-header .gu-navbar-brand {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 60px;
  width: 100%;
}

.ol-header .gu-navbar-brand p {
  display: flex;
  flex-direction: column;
}

.ol-header .gu-navbar-brand p span:nth-child(1) {
  color: #6C6C6C;
}

.ol-header .gu-navbar-brand p span:nth-child(2) {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
}

.ol-header .gu-global-navbar .gu-navbar-header {
  width: 100%;
}

@media (min-width: 768px) {
  .ol-header .gu-global-navbar .gu-navbar-header {
    max-width: 100%;
  }
}

.ol-header .logo {
  display: flex;
  align-items: center;
  width: 100%;
}

.ol-header .logo div {
  margin-left: 10px;
  display: flex;
  flex-direction: column;
  width: 100%;
}

.ol-header .logo p {
  margin: 0;
}

.ol-header .logo p:nth-child(1) {
  color: #6C6C6C;
  font-size: 12px;
}

.ol-header .logo p:nth-child(2) {
  font-weight: 700;
  font-size: 18px;
}

.ol-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: inherit;
}

.ol-header .gu-global-search-wrap {
  right: 0;
  /* background-color: #000; */
}

.gu-global-search-input {
  /* background-color: #000; */
}

.ol-header #menu-item-25976 a {
  padding-right: 15px;
}

.ol-header #menu-item-25976 a::after {
  content: none;
}

/* MV */
.mv {
  position: relative;
  height: 100vh;
}

@media (min-width: 768px) {
  .mv {
    height: 768px;
  }
}

.mv__text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  color: transparent;
  white-space: nowrap;
}

.mv__copy {
  position: absolute;
  bottom: 11px;
  left: 10px;
  font-size: 12px;
  color: #fff;
}

.glowAnime span {
  font-size: 42px;
  opacity: 0;
  color: #fff;
}

@media (min-width: 768px) {
  .glowAnime span {
    font-size: 60px;
  }
}

.glowAnime.glow span {
  animation: glow_anime_on 1s ease-out forwards;
}

@keyframes glow_anime_on {
  0% {
    opacity: 0;
    text-shadow: 0 0 0 #fff, 0 0 0 #fff;
  }

  50% {
    opacity: 1;
    text-shadow: 0 0 10px #fff, 0 0 15px #fff;
  }

  100% {
    opacity: 1;
    text-shadow: 0 0 0 #fff, 0 0 0 #fff;
  }
}

.slider {
  height: 100%;
  margin-inline: auto;
  overflow: hidden;
  width: 100vw;
}

.slick-list,
.slick-track {
  height: inherit;
}

.slick-img {
  position: relative;
  object-fit: cover;
}

.slick-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .3);
}

.slick-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@keyframes zoomUp {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(1.15);
  }
}

.add-animation {
  animation: zoomUp 10s linear 0s normal both;
}

.mv__line {
  bottom: 0;
  width: 1px;
  height: 120px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  z-index: 4;
  background-color: #fff;
  position: absolute;
}

/* about */
.about__map {
  position: relative;
  overflow: hidden;
}

.about__map>img:nth-of-type(1) {
  position: absolute;
  top: 180px;
  right: -90px;
  width: auto;
  height: 460px;
  z-index: -1;
}

@media (min-width: 768px) {
  .about__map>img:nth-of-type(1) {
    top: 0;
    right: -90px;
    height: 710px;
  }
}

.about__map>img:nth-of-type(2) {
  position: absolute;
  top: 160px;
  right: 360px;
  width: 160px;
}

.about {
  padding-top: 175px;
  padding-bottom: 200px;
  margin-top: -120px;
}

@media (min-width: 768px) {
  .about {
    padding-top: 230px;
    padding-bottom: 35px;
  }
}

.about__head-line {
  height: 120px;
  width: 1px;
  background-color: #000;
  margin-left: auto;
  margin-right: auto;
}

.about .h2-title {
  text-align: center;
}

@media (min-width: 768px) {
  .about .h2-title {
    text-align: left;
  }
}

.about .text {}



/* features */
.features {
  background-color: #fff;
  padding: 50px 0;
}

@media (min-width: 768px) {
  .features {
    padding: 50px 0 100px 0;
    background-color: inherit
  }
}

.features__content {
  display: flex;
}

@media (min-width: 768px) {
  .features__content {
    flex-direction: column;
  }
}

.features__image {}

/*　画像の拡大　*/
.zoomIn img {
  transform: scale(1);
  transition: .3s ease-in-out;
  /*移り変わる速さを変更したい場合はこの数値を変更*/
}

.zoomIn:hover img {
  /*hoverした時の変化*/
  transform: scale(1.2);
  /*拡大の値を変更したい場合はこの数値を変更*/
}

/*　画像のマスク　*/
.mask {
  display: block;
  line-height: 0;
  /*行の高さを0にする*/
  overflow: hidden;
  /*拡大してはみ出る要素を隠す*/
}

.features__body {
  padding-left: 20px;
}

@media (min-width: 768px) {
  .features__body {
    padding-top: 25px;
    padding-left: 0;
  }
}

.features__title {
  margin: 0 0 10px 0;
}

@media (min-width: 768px) {
  .features__title {
    margin: 20px 0 10px 0;
  }
}

.features__text {
  margin-top: 11px;
}

@media (min-width: 768px) {
  .features__text {
    margin-top: 22px;
  }
}

/* see */
.see {
  background: linear-gradient(90deg, transparent 0%, transparent 25%, #F9F9F9 25%, #F9F9F9 100%);
  padding: 50px 0;
}

@media (min-width: 768px) {
  .see {
    padding: 100px 0;
  }
}

.see__links-items {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
}

@media (min-width: 768px) {
  .see__links-items {
    width: 100%;
    margin: 0;
  }
}

.see__links {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

@media (min-width: 768px) {
  .see__links {
    gap: 15px;
  }
}

.see__links.see__links--top a {
  width: calc(100%/2);
}

.see__links.see__links--bottom a {
  width: calc(100%/3);
}

@media (min-width: 768px) {
  .see__links.see__links--bottom a {
    margin-top: 15px;
  }
}

.see__links img {
  width: 100%;
}

.see__link {
  position: relative;
}

.see__text {
  font-size: 14px;
  position: absolute;
  bottom: 3px;
  right: 5px;
  color: #fff;
  font-weight: 700;
}

@media (min-width: 768px) {
  .see__text {
    font-size: 26px;
    padding: 0 10px 2px 0;
  }
}

.see__more {
  padding-top: 50px;
}

/* video */
.video {
  padding: 100px 0;
}

@media (min-width: 768px) {
  .video__content {
    max-width: 1016px;
    padding: 0 50px;
    width: 100%;
    margin: 0 auto;
  }
}

.other-language .movie-play-circle {
  width: 70px;
  bottom: -40px;
  right: -10px;
}

@media (min-width: 768px) {
  .other-language .movie-play-circle {
    width: 150px;
    bottom: -90px;
    right: -30px;
  }
}

.other-language .movie-play-circleInner:before {
  background: url(../../assets/images/other-language/video-move.svg);
  background-size: contain;
}

.other-language a.movie-play-link {
  content: url(../../assets/images/other-language/video-move-btn.svg);
  width: 15px;
  top: 25px;
}

@media (min-width: 768px) {

  .other-language a.movie-play-link {
    width: 25px;
    top: 55px;
  }
}

.other-language .movie-play-circleInner {}

/*動画モーダル*/
.other-language #nightview-movie-wrap {
  background-color: #fff;
}

.other-language #nightview-movie-wrap .modal-dialog {
  height: 100vh;
  margin: 0 auto;
  width: 100%;
}

.other-language #nightview-movie-wrap .modal-content {
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  max-width: 960px;
  background-color: unset;
  box-shadow: unset;
  border: unset;
}

.other-language #nightview-movie-wrap div#modal1 {
  background-color: rgba(0, 0, 0, .7);
}

.other-language #nightview-movie-wrap button.close {
  font-size: 50px;
  color: #fff;
  text-shadow: unset;
  opacity: .6;
  padding: 10px 10px 0 0;
}

.other-language #nightview-movie-wrap button.close:hover {
  opacity: 1;
}

.other-language .modal-content-youtube {
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  max-width: 900px;
  background-color: unset;
  box-shadow: unset;
  border: unset;
}

.other-language .modal-content-youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 540px) {
  .other-language #nightview-movie-wrap button.close {
    font-size: 38px;
  }
}

/* instagram */
.instagram {
  padding: 50px 0;
}

@media (min-width: 768px) {
  .instagram {
    padding: 100px 0 0 0;
  }
}

.instagram__contents {
  height: 327px;
  overflow: hidden;
  padding-top: 30px;
}

@media (min-width: 768px) {
  .instagram__contents {
    height: 568px;
  }
}

.instagram__more {
  padding-top: 30px;
}

/* links */
.links {
  padding: 50px 0;
}

@media (min-width: 768px) {
  .links {
    padding: 100px 0;
  }
}

.links__item {
  text-decoration: underline;
  margin-top: 1em;
  text-indent: -1em;
  padding-left: 2.5em;
}

.links__item::before {
  content: "-";
  margin-right: 1em;
  text-decoration: none;
  display: inline-block;
}

/* banner */
.banner {
  padding: 100px 0;
}

/* ol-footer x*/
.ol-footer {
  background-color: #3F3F3F;
  color: #fff;
  font-size: 12px;
  line-height: calc(22/12);
  padding: 50px 0 11px 0;
}

@media (min-width: 768px) {
  .ol-footer {
    padding: 100px 0 20px 0;
  }
}

.ol-footer .col-md-12,
.ol-footer .col-md-4,
.ol-footer .col-md-6,
.ol-footer .col-md-8 {
  padding-right: 0;
  padding-left: 0;
}

.ol-footer a {
  color: #fff;
}

.ol-footer-navi:nth-child(2) {
  margin-top: 20px;
}

.ol-footer-lang {
  margin-top: 20px;
}

.ol-footer-links {
  display: flex;
  justify-content: space-between;
}

.ol-footer-links__open {
  display: flex;
  align-items: center;
}

.ol-footer-links__open::after {
  content: "";
  background-image: url(../images/other-language/open.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 8px;
  height: 8px;
  display: inline-block;
}

.ol-footer-link {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  column-gap: 28px;
}

.ol-footer-lang-list {
  display: flex;
  justify-content: flex-end;
}

.ol-footer-lang-list li {
  padding: 0 10px;
}

.f-title {
  font-size: 18px;
  font-weight: 700;
  line-height: calc(22/18);
  margin-bottom: 16px;
}

.ol-footer__link {
  color: #fff;
  display: block;
  padding-top: 24px;
}

.of-footer-items li:not(:first-child) {
  padding-top: 14px;
}

.gu-footer-copyright {
  margin-top: 50px;
  text-align: left !important;
}

.scrollToTop {
  background-color: #6C6C6C;
}