@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@500;600;900&display=swap");
body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #000;
  font-size: 18px;
  letter-spacing: 0.08em;
  line-height: 2.22;
  -webkit-text-size-adjust: 100%;
}
@media screen and (max-width: 812px) {
  body {
    font-size: calc(12 / 375 * 100vw);
  }
}

a {
  text-decoration: none;
  transition: all 0.3s ease-out;
}
a:hover {
  opacity: 0.5;
}

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

li {
  list-style: none;
}

h1, h2, h3, h4 {
  font-weight: normal;
}

.row {
  display: flex;
}

.container {
  width: 100%;
  max-width: 1570px;
  margin: 0 auto;
}
@media screen and (min-width: 1570px) {
  .container {
    padding-left: 100px;
    padding-right: 100px;
  }
}
@media screen and (min-width: 1240px) and (max-width: 1569px) {
  .container {
    width: 90%;
  }
}
@media screen and (min-width: 813px) and (max-width: 1239px) {
  .container {
    width: 90%;
  }
}
@media screen and (max-width: 812px) {
  .container {
    width: 85%;
  }
}

@media screen and (min-width: 813px) {
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 812px) {
  .pc {
    display: none !important;
  }
}
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

.btn {
  font-family: "Noto Serif JP", serif;
  font-weight: 900;
  width: 100%;
  max-width: 100%;
  text-align: center;
}
.btn a {
  display: block;
}

/* ////////////////////////////////////////////////////////////////////////////////

	main

//////////////////////////////////////////////////////////////////////////////// */
.primary {
  position: relative;
}
.primary .video-area {
  overflow: hidden;
}
.primary .video {
  width: auto;
  overflow: hidden;
  min-width: 100%;
}
.primary .overlay {
  position: absolute;
  background: rgba(0, 0, 0, 0.25);
  height: 100%;
  width: 100%;
  z-index: 10;
}
.primary h1 {
  z-index: 20;
  position: absolute;
  top: 4.8vw;
  left: 5.3vw;
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  font-size: 8px;
  line-height: 1.875;
  text-align: center;
  letter-spacing: 0.2;
  color: #fff;
  text-shadow: 0 0 15px #666;
}
.primary h1 img {
  margin-bottom: 18px;
  width: 61px;
}
.primary h2 {
  z-index: 20;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  font-family: kinuta-maruminyoshino-stdn, serif;
  text-align: center;
  font-size: 36px;
  letter-spacing: 0.18em;
  color: #fff;
  font-feature-settings: "palt";
  white-space: nowrap;
  text-shadow: 0 0 15px #666;
}
.primary h2 .mainTitle-lg {
  font-size: 54px;
}
.primary h2 .mainTitle-sm {
  font-size: 42px;
}
@media screen and (min-width: 813px) {
  .primary .video-area {
    height: 54.77vw;
  }
  .primary .video {
    width: 1.8256vh;
  }
}
@media screen and (min-width: 813px) and (max-width: 1200px) {
  .primary h1 {
    font-size: 0.7vw;
  }
  .primary h1 img {
    width: 5.1vw;
  }
  .primary h2 {
    font-size: 3vw;
  }
  .primary h2 .mainTitle-lg {
    font-size: 4vw;
  }
  .primary h2 .mainTitle-sm {
    font-size: 3.5vw;
  }
}
@media screen and (max-width: 812px) {
  .primary {
    height: 80vh;
  }
  .primary .video {
    height: 80vh;
    width: auto;
  }
  .primary h1 {
    top: 4vh;
    left: 6vw;
    font-size: calc(5 / 375 * 100vw);
  }
  .primary h1 img {
    margin-bottom: calc(11 / 375 * 100vw);
    width: calc(36 / 375 * 100vw);
  }
  .primary h2 {
    font-size: calc(16 / 375 * 100vw);
  }
  .primary h2 .mainTitle-lg {
    font-size: calc(24 / 375 * 100vw);
  }
  .primary h2 .mainTitle-sm {
    font-size: calc(16 / 375 * 100vw);
  }
}
@media screen and (max-width: 519px) {
  .primary .video {
    margin-left: -50%;
  }
}
.primary .primary-btn {
  position: absolute;
  right: 0;
  margin-top: -80px;
  z-index: 30;
}
.primary .primary-btn a {
  display: block;
  height: 140px;
  line-height: 140px;
  width: 460px;
  text-align: center;
  background: #403b36;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-weight: 900;
  font-size: 18px;
}
.primary .primary-btn a:hover {
  opacity: 1;
  background: #5c554d;
}
@media screen and (min-width: 813px) and (max-width: 1024px) {
  .primary .primary-btn a {
    height: 12vw;
    line-height: 12vw;
    max-width: 400px;
  }
}
@media screen and (max-width: 812px) {
  .primary .primary-btn {
    position: inherit;
    margin-top: calc(26 / 375 * 100vw);
  }
  .primary .primary-btn a {
    margin: 0 auto;
    width: calc(220 / 375 * 100vw);
    height: calc(60 / 375 * 100vw);
    line-height: calc(60 / 375 * 100vw);
    font-size: calc(12 / 375 * 100vw);
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
  }
}
.primary .arrow {
  position: absolute;
  bottom: 0vw;
  left: 0;
  right: 0;
  margin: auto;
  width: 2px;
  height: 5.5vw;
  overflow: hidden;
  z-index: 20;
}
.primary .arrow::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  animation: 2s arrow-animation infinite ease-in-out;
}
@media screen and (max-width: 519px) {
  .primary .arrow {
    height: 8vh;
    width: 1px;
  }
}
@keyframes arrow-animation {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(100%);
  }
}

.top .page-body {
  padding-top: 130px;
  padding-bottom: 104px;
  background: url(../images/bg.png) no-repeat;
  background-size: 60%;
  background-position: center 85px;
}
.top .page-body .text-ja {
  margin-top: 70px;
  margin-bottom: 70px;
}
.top .page-body .text-ja h3 {
  margin-bottom: 10px;
  font-size: 32px;
  font-family: kinuta-maruminyoshino-stdn, serif;
  color: #403b36;
  letter-spacing: 0.18em;
}
.top .page-body .text-ja p {
  letter-spacing: 0.12em;
}
.top .page-body .text-en h3 {
  margin-bottom: 10px;
  font-size: 32px;
  font-family: kinuta-maruminyoshino-stdn, serif;
  color: #403b36;
  letter-spacing: 0.02em;
}
.top .page-body .img-1 {
  margin-bottom: 80px;
  max-width: 500px;
}
.top .page-body .img-2 {
  float: right;
  max-width: 400px;
}
@media screen and (min-width: 1300px) {
  .top .page-body .colL {
    width: 49%;
  }
  .top .page-body .colR {
    width: 51%;
  }
}
@media screen and (min-width: 813px) and (max-width: 1299px) {
  .top .page-body {
    background-size: 85%;
  }
  .top .page-body .colL {
    width: 54%;
  }
  .top .page-body .colR {
    width: 46%;
  }
  .top .page-body .text-ja h3, .top .page-body .text-en h3 {
    font-size: 2.5vw;
  }
  .top .page-body p {
    font-size: 1.4vw;
  }
}
@media screen and (max-width: 813px) {
  .top .page-body {
    padding-top: calc(146 / 375 * 100vw);
    padding-bottom: calc(70 / 375 * 100vw);
    background-size: contain;
    background-position-y: calc(270 / 375 * 100vw);
  }
  .top .page-body .container {
    flex-direction: column;
  }
  .top .page-body .text-ja {
    margin-top: 0;
    margin-bottom: calc(40 / 375 * 100vw);
  }
  .top .page-body .text-ja h3 {
    margin-bottom: calc(12 / 375 * 100vw);
    font-size: calc(21 / 375 * 100vw);
    letter-spacing: 0.08em;
  }
  .top .page-body .text-ja p {
    letter-spacing: 0.08em;
  }
  .top .page-body .text-en {
    margin-bottom: calc(50 / 375 * 100vw);
  }
  .top .page-body .text-en h3 {
    margin-bottom: calc(16 / 375 * 100vw);
    font-size: calc(21 / 375 * 100vw);
    letter-spacing: 0.08em;
    line-height: 1.56;
  }
  .top .page-body .img-1 {
    margin-bottom: calc(63 / 375 * 100vw);
    margin-left: -9%;
    max-width: calc(250 / 375 * 100vw);
  }
  .top .page-body .img-2 {
    max-width: calc(200 / 375 * 100vw);
  }
}

.imageSlider {
  padding-top: 110px;
  padding-bottom: 160px;
  background: #403b36;
}
.imageSlider .slider {
  margin-bottom: 88px;
}
.imageSlider .slide-item {
  padding-right: 69px;
}
.imageSlider .slick-next {
  display: none !important;
}
.imageSlider .btn a {
  max-width: 640px;
  height: 140px;
  line-height: 140px;
  margin: 0 auto;
  color: #fff;
  border: #fff 1px solid;
  border-radius: 10px;
}
@media screen and (min-width: 813px) and (max-width: 1239px) {
  .imageSlider .btn a {
    height: 13vw;
    line-height: 13vw;
  }
}
@media screen and (max-width: 812px) {
  .imageSlider {
    padding-top: 66px;
    padding-bottom: 68px;
  }
  .imageSlider .slider {
    margin-bottom: 51px;
  }
  .imageSlider .slide-item {
    padding-right: calc(26 / 375 * 100vw);
  }
  .imageSlider .btn a {
    max-width: calc(213 / 375 * 100vw);
    height: calc(46 / 375 * 100vw);
    line-height: calc(46 / 375 * 100vw);
    margin: 0 auto;
  }
}

footer {
  padding-bottom: 87px;
  background: #403b36;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
}
footer a {
  color: #fff;
}
footer .footer-container {
  padding-left: 60px;
  padding-right: 78px;
  justify-content: space-between;
}
footer nav ul {
  font-size: 16px;
  margin-bottom: 30px;
}
footer nav ul li {
  margin-right: 36px;
}
footer nav ul li:last-child {
  margin-right: 0;
}
footer p {
  font-size: 14px;
}
footer .logo img {
  width: 52px;
}
@media screen and (min-width: 813px) and (max-width: 1239px) {
  footer .footer-container {
    padding-left: 3vw;
    padding-right: 3vw;
  }
  footer nav ul {
    font-size: 15px;
  }
  footer p {
    font-size: 13px;
  }
}
@media screen and (max-width: 812px) {
  footer {
    padding-bottom: calc(50 / 375 * 100vw);
  }
  footer .footer-container {
    flex-direction: column-reverse;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
  }
  footer .logo img {
    width: calc(28 / 375 * 100vw);
    margin-bottom: 40px;
  }
  footer nav ul {
    font-size: calc(12 / 375 * 100vw);
    flex-wrap: wrap;
    justify-content: space-around;
    width: 80%;
    margin: 0 auto 30px;
  }
  footer nav ul li {
    margin-right: 0;
    margin-bottom: 17px;
  }
  footer p {
    font-size: calc(10 / 375 * 100vw);
  }
}

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