@charset "UTF-8";
@font-face {
  font-family: "Butler";
  font-weight: 400;
  src: url("../font/Butler.woff") format("woff");
}
/* 矢印のアニメーション */
@-webkit-keyframes scroll {
  0% {
    opacity: 0;
    -webkit-transform: skew(4deg) rotate(47deg) translate(-10px, -10px);
            transform: skew(4deg) rotate(47deg) translate(-10px, -10px);
  }
  40% {
    opacity: 1;
  }
  80% {
    opacity: 0;
    -webkit-transform: skew(4deg) rotate(47deg) translate(10px, 10px);
            transform: skew(4deg) rotate(47deg) translate(10px, 10px);
  }
  100% {
    opacity: 0;
  }
}
@keyframes scroll {
  0% {
    opacity: 0;
    -webkit-transform: skew(4deg) rotate(47deg) translate(-10px, -10px);
            transform: skew(4deg) rotate(47deg) translate(-10px, -10px);
  }
  40% {
    opacity: 1;
  }
  80% {
    opacity: 0;
    -webkit-transform: skew(4deg) rotate(47deg) translate(10px, 10px);
            transform: skew(4deg) rotate(47deg) translate(10px, 10px);
  }
  100% {
    opacity: 0;
  }
}
html {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  color: #fff;
  line-height: 1.45;
  letter-spacing: 0.03em;
}

body {
  position: relative;
  min-height: 100vh;
  min-height: 100dvh;
  background: #080e34;
}
body::before {
  content: "";
  opacity: 1;
  visibility: visible;
  position: absolute;
  z-index: 999999;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #080e34;
  -webkit-transition: all 1s;
  transition: all 1s;
}
body.loaded::before {
  opacity: 0;
  visibility: hidden;
}
body > .common-bg {
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: #081a5d;
  background: radial-gradient(#081a5d 0, #061652 30%, #080e34 100%);
}
body > .common-bg::before, body > .common-bg::after {
  content: "";
  display: block;
  position: absolute;
}
body > .common-bg::before {
  left: 0;
  top: 267px;
  width: 360px;
  background: url(../images/common/back_reft.jpg) no-repeat center/contain;
  mix-blend-mode: screen;
  height: 831px;
}
@media screen and (max-width: 2300px) {
  body > .common-bg::before {
    top: 193px;
    width: 260px;
    height: 600px;
  }
}
@media screen and (max-width: 1119px) {
  body > .common-bg::before {
    top: 175px;
    width: 210px;
    height: 486px;
  }
}
@media screen and (max-width: 767px) {
  body > .common-bg::before {
    top: 270px;
    width: 160px;
    height: 368px;
  }
}
body > .common-bg::after {
  right: 0;
  top: 0;
  width: 389px;
  background: url(../images/common/back_right.jpg) no-repeat center/contain;
  mix-blend-mode: screen;
  height: 694px;
}
@media screen and (max-width: 2300px) {
  body > .common-bg::after {
    top: 0px;
    width: 280px;
    height: 500px;
  }
}
@media screen and (max-width: 1119px) {
  body > .common-bg::after {
    top: 40px;
    width: 230px;
    height: 411px;
  }
}
@media screen and (max-width: 767px) {
  body > .common-bg::after {
    top: 69px;
    width: 180px;
    height: 322px;
  }
}

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

@media screen and (max-width: 1119px) {
  .none-max-l {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .none-max-t {
    display: none;
  }
}
@media screen and (max-width: 425px) {
  .none-max-ml {
    display: none;
  }
}
@media screen and (max-width: 1120px) {
  .none-max-1120 {
    display: none;
  }
}
@media screen and (min-width: 1120px) {
  .none-min-l {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .none-min-t {
    display: none;
  }
}
@media screen and (min-width: 426px) {
  .none-min-ml {
    display: none;
  }
}
@media screen and (min-width: 1120px) {
  .none-min-1120 {
    display: none;
  }
}

.wrap {
  max-width: 1120px;
  width: calc(100% - 80px);
  margin: auto;
}
@media screen and (max-width: 1119px) {
  .wrap {
    width: calc(100% - 120px);
  }
}
@media screen and (max-width: 767px) {
  .wrap {
    width: calc(100% - 40px);
  }
}

.page-mv {
  position: relative;
  height: 478px;
  padding-top: 262px;
}
@media screen and (max-width: 959px) {
  .page-mv {
    height: 423px;
    padding-top: 207px;
  }
}
@media screen and (max-width: 767px) {
  .page-mv {
    height: 390px;
    padding-top: 200px;
  }
}
.page-mv::before {
  content: "";
  opacity: 30%;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: no-repeat center/cover;
}
.page-mv.v2 {
  height: 460px;
}
@media screen and (max-width: 959px) {
  .page-mv.v2 {
    height: 405px;
  }
}
@media screen and (max-width: 767px) {
  .page-mv.v2 {
    height: 350px;
  }
}
.page-mv.v2::before {
  display: none;
}
.page-mv .wrap {
  text-align: center;
  color: #e3bb60;
}
.page-mv .en {
  font-family: "Butler", serif;
  font-size: 40px;
  font-weight: 400;
  letter-spacing: 0.4em;
}
@media screen and (max-width: 767px) {
  .page-mv .en {
    font-size: 32px;
  }
}
.page-mv .ja {
  margin-top: 8px;
  font-weight: 400;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 767px) {
  .page-mv .ja {
    font-size: 12px;
  }
}

.page-lead {
  padding-block: 120px 56px;
}
@media screen and (max-width: 767px) {
  .page-lead {
    padding-block: 80px 48px;
  }
}
.page-lead::after {
  content: "";
  display: block;
  width: 48px;
  height: 1px;
  margin: 48px auto 0;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .page-lead::after {
    margin-top: 40px;
  }
}
.page-lead .txt {
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .page-lead .txt {
    font-size: 18px;
  }
}

.common-btn {
  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;
  gap: 50px;
}
.common-btn::before, .common-btn::after {
  content: "";
  display: block;
  width: 72px;
  height: 8px;
  background: url(../images/common/side-5-dots.svg) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .common-btn::before, .common-btn::after {
    display: none;
  }
}
.common-btn .link {
  position: relative;
  display: block;
  width: 360px;
  height: 72px;
  background: url(../images/common/btn.svg) no-repeat center/contain;
}
.common-btn .link::after {
  content: "";
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/common/btn_hover.svg) no-repeat center/contain;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
@media screen and (min-width: 768px) {
  .common-btn .link:hover::after {
    opacity: 1;
  }
}

.dot-border {
  width: 100%;
  height: 2px;
  background: url(../images/common/dot-border.svg) repeat-x center/contain;
}

.header {
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  width: 100%;
}
.header .top {
  padding-block: 20px;
  background-color: #76654a;
}
@media screen and (max-width: 959px) {
  .header .top {
    position: relative;
    z-index: 999999;
  }
}
.header .top .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1840px;
  width: calc(100% - 80px);
  margin: auto;
}
@media screen and (max-width: 959px) {
  .header .top .wrap {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .header .top .wrap {
    width: calc(100% - 40px);
  }
}
.header .top .wrap .logo {
  width: 360px;
}
@media screen and (max-width: 767px) {
  .header .top .wrap .logo {
    max-width: 262px;
    width: 75%;
  }
}
.header .top .wrap .access {
  width: 472px;
}
@media screen and (max-width: 959px) {
  .header .top .wrap .access {
    display: none;
  }
}
.header .top .wrap .ham {
  cursor: pointer;
  position: relative;
  z-index: 999999;
  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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 35px;
  height: 24px;
}
@media screen and (min-width: 960px) {
  .header .top .wrap .ham {
    display: none;
  }
}
.header .top .wrap .ham .line {
  display: block;
  width: 35px;
  height: 2px;
  background-color: #fff;
  border-radius: 2px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.header .top .wrap .ham .line-med {
  opacity: 1;
}
.header .top .wrap .ham.open {
  height: 27px;
  width: 27px;
}
.header .top .wrap .ham.open .line {
  position: absolute;
  right: 0;
}
.header .top .wrap .ham.open .line-top {
  top: 0;
  -webkit-transform-origin: center right;
          transform-origin: center right;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.header .top .wrap .ham.open .line-med {
  opacity: 0;
}
.header .top .wrap .ham.open .line-btm {
  bottom: 0;
  -webkit-transform-origin: center right;
          transform-origin: center right;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.header .nav {
  background-color: rgba(8, 14, 52, 0.5);
}
@media screen and (max-width: 959px) {
  .header .nav {
    overflow: auto;
    position: absolute;
    top: 0;
    right: -50%;
    background-color: #76654a;
    width: 50%;
    height: 100vh;
    height: 100dvh;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}
@media screen and (max-width: 767px) {
  .header .nav {
    min-width: 195px;
    right: min(-195px, -50%);
  }
}
@media screen and (max-width: 1119px) {
  .header .nav .wrap {
    width: 100%;
  }
}
@media screen and (max-width: 959px) {
  .header .nav .wrap {
    padding-top: 184px;
    width: calc(100% - 40px);
  }
}
@media screen and (max-width: 390px) {
  .header .nav .wrap {
    padding-top: 120px;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 320px) {
  .header .nav .wrap {
    padding-top: 80px;
  }
}
.header .nav .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
@media screen and (max-width: 959px) {
  .header .nav .list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 16px;
  }
}
.header .nav .list .item {
  width: 137px;
  padding: 16px;
  text-align: center;
  font-weight: 400;
}
@media screen and (max-width: 959px) {
  .header .nav .list .item {
    width: 100%;
    border-bottom: solid 1px rgba(255, 255, 255, 0.1);
  }
}
@media screen and (min-width: 960px) {
  .header .nav .list .item.current {
    pointer-events: none;
    background: linear-gradient(45deg, #5f4624, #90713b, #5f4a2c, #6c5832);
  }
}
@media screen and (min-width: 960px) {
  .header .nav .list .item:hover {
    background-color: rgba(106, 82, 45, 0.5);
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
  }
}
.header .nav.open {
  right: 0;
}

.footer {
  padding-block: 80px 40px;
  background-color: #76654a;
}
@media screen and (max-width: 767px) {
  .footer {
    padding-block: 56px 40px;
  }
}
.footer .wrap {
  max-width: 1008px;
}
.footer .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
@media screen and (max-width: 767px) {
  .footer .menu {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }
}
.footer .menu .item {
  overflow: hidden;
  position: relative;
  display: grid;
  place-content: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 320px;
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 1119px) {
  .footer .menu .item {
    height: 267px;
  }
}
@media screen and (max-width: 767px) {
  .footer .menu .item {
    height: 227px;
  }
}
@media screen and (min-width: 768px) {
  .footer .menu .item:hover .img {
    opacity: 1;
  }
}
@media screen and (min-width: 768px) {
  .footer .menu .item:hover .img img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
.footer .menu .item .img {
  opacity: 0.5;
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: inherit;
  transition: inherit;
}
.footer .menu .item .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-transition: inherit;
  transition: inherit;
}
.footer .menu .item .name {
  position: relative;
  z-index: 10;
}
.footer .menu .item .en {
  font-family: "Butler", serif;
  font-size: 20px;
  letter-spacing: 0.3em;
}
@media screen and (max-width: 1119px) {
  .footer .menu .item .en {
    font-size: 14px;
  }
}
.footer .menu .item .ja {
  margin-top: 8px;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1119px) {
  .footer .menu .item .ja {
    font-size: 10px;
  }
}
.footer .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 64px;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .footer .content {
    margin-top: 56px;
    -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;
    gap: 56px;
  }
}
.footer .content .left {
  max-width: 495px;
  width: 100%;
}
@media screen and (max-width: 1119px) {
  .footer .content .left {
    max-width: 396px;
  }
}
.footer .content .left .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px 16px;
  max-width: 390px;
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .footer .content .left .nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 32px;
    margin-top: 48px;
    margin-inline: auto;
  }
}
.footer .content .left .nav .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
@media screen and (max-width: 767px) {
  .footer .content .left .nav .item {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-bottom: 16px;
    border-bottom: solid 1px rgba(255, 255, 255, 0.1);
  }
}
.footer .content .left .nav .item::after {
  content: "";
  display: block;
  width: 1px;
  height: 12px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .footer .content .left .nav .item::after {
    display: none;
  }
}
.footer .content .left .nav .item .link {
  display: block;
  font-size: 12px;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .footer .content .left .nav .item .link {
    font-size: 16px;
  }
}
.footer .content .right {
  max-width: 400px;
}
@media screen and (max-width: 1119px) {
  .footer .content .right {
    max-width: 300px;
  }
}
.footer .content .right .time {
  margin-top: 15px;
  text-indent: -10px;
}
.footer .content .right .detail {
  margin-top: 10px;
  font-size: 12px;
  font-weight: 400;
}
.footer .note {
  margin-top: 64px;
  text-align: center;
  font-size: 10px;
  letter-spacing: 0.03em;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .footer .note {
    margin-top: 32px;
  }
}
.footer .copyright {
  margin-top: 64px;
  text-align: center;
  font-family: "Cardo", serif;
  font-size: 10px;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .footer .copyright {
    margin-top: 56px;
  }
}/*# sourceMappingURL=common.css.map */