@charset "UTF-8";
/*main*/
/*
  .fs__txt__xxx
  .fs__txt__en__xxx
  .fw__xxx
*/
/*
  .color__txt__xxx
  .color__bg__xxx
*/
/*
  .dp__xxx
  .dp__xxx__pc
  .dp__xxx__sp
*/
* {
  margin: 0;
  padding: 0;
  text-align: left;
}

hr {
  display: none;
  line-height: 0;
  font-size: 0;
  padding: 0;
  margin: 0;
  border: none;
}

a {
  color: inherit;
  text-decoration: none;
}

ul, ol {
  list-style: none;
}

address {
  font-style: normal;
}

img {
  border: none;
  width: auto;
  max-width: 100%;
  font-size: 0;
  line-height: 0;
}

table, tbody, tr, th, td {
  padding: 0;
  margin: 0;
  border: none;
  border-collapse: collapse;
}

html, body {
  width: 100%;
  height: auto;
}

html {
  font-size: 62.5%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

small {
  font-size: 100%;
}

@-webkit-keyframes anime__light {
  0% {
    transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}

@keyframes anime__light {
  0% {
    transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
/*
@keyframes anime__xxx__ptn01 {
}
*/
body {
  width: 100%;
  font-family: "Noto Serif JP", "游明朝", Hiragino Mincho ProN, "HGS明朝E", "メイリオ", Meiryo, serif;
  font-weight: 300;
  font-size: 1.6rem;
  line-height: 1.875;
  letter-spacing: 0.04em;
  color: #333;
  background-color: #fff;
}
body .ff__sans {
  font-family: "游ゴシック", "メイリオ", Meiryo, -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, sans-serif;
}
body .ff__serif {
  font-family: "Noto Serif JP";
}
body .ff__sub {
  font-family: "Cormorant";
}
body .fw__bold {
  font-weight: bold;
}
body .fw__normal {
  font-weight: 300;
}
body .fs__txt__30 {
  font-size: 3rem;
  line-height: 1.533;
  letter-spacing: 0.08em;
}
body .fs__txt__26 {
  font-size: 2.6rem;
  line-height: 1.538;
  letter-spacing: 0.04em;
}
body .fs__txt__16 {
  font-size: 1.6rem;
  line-height: 1.875;
  letter-spacing: 0.04em;
}
body .fs__txt__11 {
  font-size: 1.1rem;
  line-height: 2;
  letter-spacing: 0.04em;
}
@media (max-width: 750px) {
  body .fs__txt__30 {
    font-size: 2.6rem;
    line-height: 1.538;
    letter-spacing: 0.04em;
  }
  body .fs__txt__26 {
    font-size: 2.6rem;
    line-height: 1.538;
    letter-spacing: 0.04em;
  }
}
body .fs__txt__en__80 {
  font-size: 8rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
  font-family: "Cormorant";
}
body .fs__txt__en__50 {
  font-size: 5rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
  font-family: "Cormorant";
}
body .fs__txt__en__26 {
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
  font-family: "Cormorant";
}
body .fs__txt__en__20 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
  font-family: "Cormorant";
}
@media (max-width: 750px) {
  body .fs__txt__en__80 {
    font-size: 5rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.1em;
    font-family: "Cormorant";
  }
  body .fs__txt__en__50 {
    font-size: 3rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.1em;
    font-family: "Cormorant";
  }
  body .fs__txt__en__26 {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.1em;
    font-family: "Cormorant";
  }
  body .fs__txt__en__20 {
    font-size: 1.3rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.1em;
    font-family: "Cormorant";
  }
}
body .dp__block {
  display: block;
}
body .dp__block__pc {
  display: block;
}
body .dp__block__sp {
  display: none;
}
body .dp__inline-block {
  display: inline-block;
}
body .dp__inline-block__pc {
  display: inline-block;
}
body .dp__inline-block__sp {
  display: none;
}
body .dp__inline {
  display: inline;
}
body .dp__inline__pc {
  display: inline;
}
body .dp__inline__sp {
  display: none;
}
body .dp__flex {
  display: flex;
}
body .dp__flex__pc {
  display: flex;
}
body .dp__flex__sp {
  display: none;
}
body .dp__grid {
  display: grid;
}
body .dp__grid__pc {
  display: grid;
}
body .dp__grid__sp {
  display: none;
}
@media (max-width: 750px) {
  body .dp__block__pc {
    display: none;
  }
  body .dp__block__sp {
    display: block;
  }
  body .dp__inline-block__pc {
    display: none;
  }
  body .dp__inline-block__sp {
    display: inline-block;
  }
  body .dp__inline__pc {
    display: none;
  }
  body .dp__inline__sp {
    display: inline;
  }
  body .dp__flex__pc {
    display: none;
  }
  body .dp__flex__sp {
    display: flex;
  }
  body .dp__grid__pc {
    display: none;
  }
  body .dp__grid__sp {
    display: grid;
  }
}
body .color__txt__white {
  color: #fff;
}
body .color__txt__black {
  color: #333;
}
body .color__txt__gray1 {
  color: #888;
}
body .color__txt__gray2 {
  color: #ccc;
}
body .color__txt__gray3 {
  color: #ddd;
}
body .color__txt__pri {
  color: #A89942;
}
body .color__txt__sec {
  color: #545E60;
}
body .color__txt__ter {
  color: #B7D450;
}
body .color__txt__qua {
  color: #204179;
}
body .color__txt__qui {
  color: #A8CD37;
}
body .color__txt__sen {
  color: #000028;
}
body .color__txt__sep {
  color: #FFFFFF;
}
body .color__txt__oct {
  color: #E2E3E4;
}
body .color__txt__non {
  color: #949494;
}
body .color__txt__den {
  color: #333333;
}
body .color__bg__white {
  background-color: #fff;
}
body .color__bg__black {
  background-color: #333;
}
body .color__bg__gray1 {
  background-color: #888;
}
body .color__bg__gray2 {
  background-color: #ccc;
}
body .color__bg__gray3 {
  background-color: #ddd;
}
body .color__bg__pri {
  background-color: #A89942;
}
body .color__bg__sec {
  background-color: #545E60;
}
body .color__bg__ter {
  background-color: #B7D450;
}
body .color__bg__qua {
  background-color: #204179;
}
body .color__bg__qui {
  background-color: #A8CD37;
}
body .color__bg__sen {
  background-color: #000028;
}
body .color__bg__sep {
  background-color: #FFFFFF;
}
body .color__bg__oct {
  background-color: #E2E3E4;
}
body .color__bg__non {
  background-color: #949494;
}
body .color__bg__den {
  background-color: #333333;
}
body .anime__light {
  position: relative;
  overflow: hidden;
}
body .anime__light:before {
  position: absolute;
  content: "";
  display: inline-block;
  top: -180px;
  left: 0;
  width: 30px;
  height: 100%;
  background-color: #fff;
  -webkit-animation: anime__light 3s ease-in-out infinite;
          animation: anime__light 3s ease-in-out infinite;
}
body .anime__bottom-up {
  opacity: 0;
  transition: transform 0.5s ease 0s, opacity 0.5s ease 0s;
  transform: translateY(100px);
}
body .anime__bottom-up.js--on, body .anime__bottom-up.js--ing {
  opacity: 1;
  transform: translateY(0px);
}
body .anime__opacity {
  opacity: 1;
  transition: opacity 0.5s ease 0s;
}
body .anime__opacity.js--on {
  opacity: 0.5;
}
body .anime__underline {
  text-decoration: none;
}
body .anime__underline.js--on {
  text-decoration: underline;
}
body .img__reset {
  font-size: 0;
  line-height: 0;
}

img {
  width: 100%;
  image-rendering: -webkit-optimize-contrast;
}

.sec__in__l {
  width: 100%;
  max-width: 1112px;
  min-width: 0;
  margin: 0 auto;
}

.sec__in__s {
  width: 100%;
  max-width: 960px;
  min-width: 0;
  margin: 0 auto;
}

@media (max-width: 750px) {
  .sec__in__l {
    width: 100%;
    max-width: 100%;
  }
  .sec__in__s {
    width: 100%;
    max-width: 100%;
  }
}
/*parts*/
/*
  .fs__txt__xxx
  .fs__txt__en__xxx
  .fw__xxx
*/
/*
  .color__txt__xxx
  .color__bg__xxx
*/
/*
  .dp__xxx
  .dp__xxx__pc
  .dp__xxx__sp
*/
header .title {
  background: #fff;
}
header .stitle {
  background: #524C44;
}
header h1 {
  text-align: center;
  width: 24.375%;
  margin: 0 auto;
  padding: 20px 0 25px;
}
header h2 {
  text-align: center;
  color: #fff;
  padding: 12px 0 14px;
}
/*
  .fs__txt__xxx
  .fs__txt__en__xxx
  .fw__xxx
*/
/*
  .color__txt__xxx
  .color__bg__xxx
*/
/*
  .dp__xxx
  .dp__xxx__pc
  .dp__xxx__sp
*/
footer {
  padding: 0 0 70px;
}
footer p {
  text-align: center;
} /*page*/
/*
  .fs__txt__xxx
  .fs__txt__en__xxx
  .fw__xxx
*/
/*
  .color__txt__xxx
  .color__bg__xxx
*/
/*
  .dp__xxx
  .dp__xxx__pc
  .dp__xxx__sp
*/
#index {
  background: #EEEAD9;
}
#index .btn.off {
  opacity: 0.25;
}
#index .sec__caution {
  padding: 0 0 54px;
}
@media (max-width: 750px) {
  #index .sec__caution {
    padding: 0 2.6666666667% 40px;
  }
}
#index .sec__list {
  padding: 0 0 60px;
}
#index .sec__list h4 {
  text-align: center;
  padding: 10px 0;
  color: #fff;
  background: #524C44;
  margin: 0 0 30px;
}
#index .sec__list ul.dp__flex {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 40px 4.1666666667%;
}
#index .sec__list li {
  width: 47.9166666667%;
}
#index .sec__list .movie {
  width: 100%;
  padding: 64.7826086957% 0 0;
  height: 0;
  position: relative;
  margin: 0 0 15px;
}
#index .sec__list iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#index .sec__list dt {
  margin: 0 0 10px;
}
#index .sec__list p.txt {
  margin: 0 0 15px;
}
#index .sec__list p.btn {
  width: 65.2173913043%;
  margin: 0 auto;
}
#index .sec__list p.btn a {
  display: block;
  text-align: center;
  padding: 15px 0;
  color: #fff;
  background: #C3AC79;
}
@media (max-width: 750px) {
  #index .sec__list {
    padding: 0 2.6666666667% 40px;
  }
  #index .sec__list h4 {
    margin: 0 0 20px;
  }
  #index .sec__list ul.dp__flex {
    gap: 40px 0;
  }
  #index .sec__list li {
    width: 100%;
  }
  #index .sec__list .movie {
    width: 100%;
    padding: 64.7887323944% 0 0;
  }
  #index .sec__list p.btn {
    width: 84.5070422535%;
  }
}
#index .sec01 {
  padding: 40px 0 0;
}
#index .sec01 .sec__in__l {
  padding: 25px 0 40px;
  background: #fff;
}
#index .sec01 h3 {
  text-align: center;
  margin: 0 0 10px;
}
#index .sec01 .movie {
  margin: 0 auto 30px;
  width: 61.1510791367%;
  padding: 39.5683453237% 0 0;
  position: relative;
  height: 0;
}
#index .sec01 .movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#index .sec01 p {
  width: 300px;
  margin: 0 auto;
}
#index .sec01 p a {
  display: block;
  text-align: center;
  padding: 15px 0;
  color: #fff;
  background: #C3AC79;
}
@media (max-width: 750px) {
  #index .sec01 {
    padding: 20px 0 0;
  }
  #index .sec01 .sec__in__l {
    padding: 25px 2.6666666667% 40px;
    box-sizing: border-box;
    background: #fff;
  }
  #index .sec01 .movie {
    margin: 0 auto 30px;
    width: 100%;
    padding: 64.5070422535% 0 0;
  }
  #index .sec01 p {
    width: 84.5070422535%;
  }
}
#index .sec02 {
  overflow: hidden;
  padding: 40px 0 60px;
}
#index .sec02 .sec__in__l {
  padding: 25px 0 40px;
  background: #fff;
}
#index .sec02 h3 {
  text-align: center;
  margin: 0 0 10px;
}
#index .sec02 .slider {
  position: relative;
  width: 880px;
  margin: 0 auto 30px;
}
#index .sec02 .swiper-slide {
  width: 680px;
}
#index .sec02 .swiper-button-next,
#index .sec02 .swiper-button-prev {
  color: #fff;
  width: 80px;
  height: 80px;
  background: #524C44;
  border-radius: 100%;
}
#index .sec02 .swiper-button-next::after,
#index .sec02 .swiper-button-prev::after {
  font-size: 3rem;
  font-weight: bold;
}
#index .sec02 .swiper-button-next {
  right: -40px;
}
#index .sec02 .swiper-button-prev {
  left: -40px;
}
#index .sec02 p {
  width: 300px;
  margin: 0 auto;
}
#index .sec02 p a {
  display: block;
  text-align: center;
  padding: 15px 0;
  color: #fff;
  background: #C3AC79;
}
@media (max-width: 750px) {
  #index .sec02 {
    padding: 20px 0 30px;
  }
  #index .sec02 .sec__in__l {
    padding: 25px 2.6666666667% 40px;
    box-sizing: border-box;
  }
  #index .sec02 .slider {
    width: 100%;
  }
  #index .sec02 .swiper-slide {
    width: 100%;
  }
  #index .sec02 .swiper-button-next,
#index .sec02 .swiper-button-prev {
    width: 40px;
    height: 40px;
  }
  #index .sec02 .swiper-button-next::after,
#index .sec02 .swiper-button-prev::after {
    font-size: 1.4rem;
  }
  #index .sec02 .swiper-button-next {
    right: -5px;
  }
  #index .sec02 .swiper-button-prev {
    left: -5px;
  }
  #index .sec02 p {
    width: 84.5070422535%;
  }
}
#index .sec03 {
  padding: 0 0 20px;
}
#index .sec03 ul.dp__flex {
  justify-content: center;
  gap: 0 20px;
}
#index .sec03 li {
  width: 31.25%;
}
#index .sec03 li a {
  display: block;
  text-align: center;
  border: 1px solid #C3AC79;
  padding: 19px 0;
  transition: background-color 0.5s ease 0s;
}
#index .sec03 li a:hover {
  background: #fff;
}
@media (max-width: 750px) {
  #index .sec03 {
    padding: 0 2.6666666667% 20px;
  }
  #index .sec03 ul.dp__flex {
    justify-content: center;
    gap: 0 5px;
  }
  #index .sec03 li {
    width: 100%;
  }
}
#index .sec06 {
  padding: 40px 0 0;
}
#index .sec06 .sec__in__l {
  padding: 25px 0 40px;
  background: #fff;
}
#index .sec06 h3 {
  text-align: center;
  margin: 0 0 10px;
}
#index .sec06 .view__box {
  margin: 0 auto 30px;
  width: 86.3309352518%;
  position: relative;
}
#index .sec06 .view__box iframe {
  width: 100%;
  aspect-ratio: 24/11;
}
#index .sec06 ul.btn__box {
  justify-content: center;
  gap: 0 20px;
}
#index .sec06 li {
  width: 300px;
}
#index .sec06 li a {
  display: block;
  text-align: center;
  padding: 15px 0;
  color: #fff;
}
#index .sec06 li.dw a {
  background: #C3AC79;
}
#index .sec06 li.view a {
  background: #707070;
}
@media (max-width: 750px) {
  #index .sec06 {
    padding: 20px 0 0;
  }
  #index .sec06 .sec__in__l {
    padding: 25px 2.6666666667% 40px;
    box-sizing: border-box;
    background: #fff;
  }
  #index .sec06 .view__box {
    margin: 0 auto 30px;
    width: 100%;
  }
  #index .sec06 .view__box iframe {
    aspect-ratio: 24/21;
  }
  #index .sec06 ul.btn__box {
    flex-direction: column;
    gap: 20px 0;
  }
  #index .sec06 li {
    width: 84.5070422535%;
    margin: 0 auto;
  }
}

/*
  .fs__txt__xxx
  .fs__txt__en__xxx
  .fw__xxx
*/
/*
  .color__txt__xxx
  .color__bg__xxx
*/
/*
  .dp__xxx
  .dp__xxx__pc
  .dp__xxx__sp
*/