@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,300;0,400;0,500;1,300;1,400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@400;500&display=swap');
.bg-grad {
  background: #efefef;
  background: linear-gradient(180deg, #efefef 0%, #cfcfcf 100%);
}

@media screen and (max-width: 767px) {
  .pc-only {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .sp-only {
    display: none;
  }
}

main {
  font-family: 'Josefin Sans', 'M PLUS 1p', 'Noto Sans JP', 'HiraKakuPro', -apple-system, 'Lucida Grande', 'Helvetica Neue', 'メイリオ', meiryo,
    'Hiragino Kaku Gothic ProN', sans-serif;
}

h1 {
  font-size: 58px;
  text-align: center;
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 24px;
    margin-bottom: 40px;
  }
}

h2 {
  font-size: 50px;
  font-weight: normal;
  text-align: center;
  line-height: 1.3;
  margin: 0;
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 20px;
  }
}

h2 > span {
  display: inline-block;
  padding: 0 50px 5px;
  border-bottom: 2px solid #6a5e05;
}

@media screen and (max-width: 767px) {
  h2 > span {
    padding: 0 20px 5px;
  }
}

.lead {
  font-size: 29px;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .lead {
    font-size: 14px;
  }
}

.lead + h2 {
  margin-top: 40px;
}

section > .lead {
  margin-top: 60px;
}

@media screen and (max-width: 767px) {
  section > .lead {
    margin-top: 40px;
  }
}

.button-list {
  display: flex;
  justify-content: center;
  margin: 40px auto 100px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .button-list {
    margin-top: 35px;
    margin-bottom: 50px;
  }
}

.button-list li {
  display: inline-block;
  margin: 0 33px;
}

@media screen and (max-width: 767px) {
  .button-list li {
    margin: 0 12px;
  }
}

.button-list li .button-link {
  transition: opacity 0.3s ease-out;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 274px;
  height: 91px;
  padding-top: 6px;
  border-radius: 48px;
  font-size: 30px;
  color: #fff;
  text-decoration: none;
  background-color: #716613;
}

.button-list li .button-link:hover {
  opacity: 0.6;
}

@media screen and (max-width: 767px) {
  .button-list li .button-link:hover {
    opacity: 1;
  }
}

@media screen and (max-width: 767px) {
  .button-list li .button-link {
    width: 125px;
    height: 42px;
    padding-top: 4px;
    font-size: 13px;
  }
}

.button-list li .button-link.row2 {
  font-size: 25px;
}

@media screen and (max-width: 767px) {
  .button-list li .button-link.row2 {
    font-size: 11px;
  }
}

.button-list li .button-link.row2 span {
  display: block;
  width: 100%;
  font-size: 18px;
}

@media screen and (max-width: 767px) {
  .button-list li .button-link.row2 span {
    font-size: 10px;
  }
}

.button-list li .text-link {
  transition: opacity 0.3s ease-out;
  display: inline-block;
  font-size: 25px;
  color: #716613;
  margin-top: 20px;
}

.button-list li .text-link:hover {
  opacity: 0.6;
}

@media screen and (max-width: 767px) {
  .button-list li .text-link:hover {
    opacity: 1;
  }
}

@media screen and (max-width: 767px) {
  .button-list li .text-link {
    font-size: 11px;
  }
}

.button-list + .button-list {
  margin-top: -65px;
}

@media screen and (max-width: 767px) {
  .button-list + .button-list {
    margin-top: -35px;
  }
}

@media screen and (max-width: 767px) {
  [lang='en'] .button-list li .button-link {
    width: 140px;
    height: 50px;
  }
}

.section-photo-movie {
  max-width: 1140px;
  padding: 80px 30px 120px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 767px) {
  .section-photo-movie {
    padding: 50px 15px 80px;
  }
}

.section-photo-movie + .section-photo-movie {
  padding-top: 0;
}

.section-photo-movie .photo-list {
  margin-top: 90px;
}

@media screen and (max-width: 767px) {
  .section-photo-movie .photo-list {
    margin-top: 45px;
  }
}

.section-photo-movie .photo-list__body {
  display: flex;
  flex-wrap: wrap;
  margin-top: -20px;
  margin-left: -20px;
}

@media screen and (max-width: 767px) {
  .section-photo-movie .photo-list__body {
    margin-top: -10px;
    margin-left: -10px;
  }
}

.section-photo-movie .photo-list__item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(33.33% - 20px);
  margin-top: 20px;
  margin-left: 20px;
}

@media screen and (max-width: 767px) {
  .section-photo-movie .photo-list__item {
    width: calc(33.33% - 10px);
    margin-top: 10px;
    margin-left: 10px;
  }
}

.section-photo-movie .photo-list__item:nth-child(n + 10) {
  height: 0;
  overflow: hidden;
  visibility: hidden;
  margin: 0;
}

.section-photo-movie .photo-list__item.is-visible {
  height: auto;
  overflow: visible;
  visibility: visible;
  margin-top: 20px;
  margin-left: 20px;
}

@media screen and (max-width: 767px) {
  .section-photo-movie .photo-list__item.is-visible {
    margin-top: 10px;
    margin-left: 10px;
  }
}

.section-photo-movie .photo-list__item > a,
.section-photo-movie .photo-list__item button {
  transition: opacity 0.3s ease-out;
  display: block;
  padding: 0;
  border: none;
  cursor: pointer;
}

.section-photo-movie .photo-list__item > a:hover,
.section-photo-movie .photo-list__item button:hover {
  opacity: 0.6;
}

@media screen and (max-width: 767px) {
  .section-photo-movie .photo-list__item > a:hover,
  .section-photo-movie .photo-list__item button:hover {
    opacity: 1;
  }
}

.section-photo-movie .photo-list__item > a img,
.section-photo-movie .photo-list__item button img {
  width: 100%;
}

.section-photo-movie .photo-list__item .title,
.section-photo-movie .photo-list__item .description,
.section-photo-movie .photo-list__item .link-list {
  display: none;
}

.section-photo-movie .more {
  margin-top: 40px;
  border-top: 1px solid #c2c2c2;
}

@media screen and (max-width: 767px) {
  .section-photo-movie .more {
    height: auto;
    margin-top: 30px;
  }
}

.section-photo-movie .more > button {
  transition: opacity 0.3s ease-out;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 500;
  width: 100%;
  height: 100%;
  padding: 20px 0 15px;
  color: #000;
  border: none;
  background-color: transparent;
  transition: opacity 0.3s;
  cursor: pointer;
}

.section-photo-movie .more > button:hover {
  opacity: 0.6;
}

@media screen and (max-width: 767px) {
  .section-photo-movie .more > button:hover {
    opacity: 1;
  }
}

.section-photo-movie .more__icon {
  flex: 0 0 auto;
  position: relative;
  width: 16px;
  height: 16px;
  margin-left: 20px;
  overflow: hidden;
}

.section-photo-movie .more__icon::before,
.section-photo-movie .more__icon::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 10px;
  background: #002f5f;
  transform: translate(-50%, -50%);
}

.section-photo-movie .more__icon::before {
  width: 16px;
  height: 3px;
}

.section-photo-movie .more__icon::after {
  width: 3px;
  height: 16px;
}

.section-photo-movie .movie-container {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin: 90px auto 0;
}

@media screen and (max-width: 767px) {
  .section-photo-movie .movie-container {
    display: block;
    margin-top: 45px;
  }
}

.section-photo-movie .movie-container__item {
  width: calc(50% - 20px);
}

@media screen and (max-width: 767px) {
  .section-photo-movie .movie-container__item {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .section-photo-movie .movie-container__item:nth-child(n + 2) {
    margin-top: 30px;
  }
}

.section-photo-movie .movie-container__item:nth-child(even) {
  margin-left: 40px;
}

@media screen and (max-width: 767px) {
  .section-photo-movie .movie-container__item:nth-child(even) {
    margin-left: 0;
  }
}

.section-photo-movie .movie {
  position: relative;
  padding-top: 56.25%;
  margin-bottom: 10px;
}

.section-photo-movie .movie .activityMovieRename,
.section-photo-movie .movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.section-photo-movie .movie .activityMovieRename > [id] {
  width: 100%;
  height: 100%;
}

.section-photo-movie .movie .activityMovieRename > [id] > * {
  width: 100%;
  height: 100%;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2000;
  width: 100%;
  height: 100%;
  background-color: rgba(185, 185, 185, 0.8);
}

.modal[aria-hidden='true'] {
  display: none;
}

.modal__content {
  width: 100%;
  height: 100%;
  padding: 80px 0 40px;
  overflow: auto;
}

.photo-carousel {
  position: relative;
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 80px;
}

@media screen and (max-width: 767px) {
  .photo-carousel {
    padding: 0;
  }
}

.photo-carousel .swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .photo-carousel .swiper-container {
    width: 80vw;
    margin: 0 auto;
  }
}

.photo-carousel .swiper-slide img {
  margin: 0 auto;
}

.photo-carousel .swiper-slide .title {
  font-size: 32px;
  font-weight: 500;
  margin-top: 25px;
}

@media screen and (max-width: 767px) {
  .photo-carousel .swiper-slide .title {
    font-size: 15px;
    margin-top: 15px;
  }
}

.photo-carousel .swiper-slide .description {
  font-size: 22px;
  margin-top: 18px;
}

@media screen and (max-width: 767px) {
  .photo-carousel .swiper-slide .description {
    font-size: 10px;
    margin-top: 5px;
  }
}

.photo-carousel .swiper-slide .link-list a {
  font-size: 22px;
  color: #333;
  margin-top: 8px;
}

@media screen and (max-width: 767px) {
  .photo-carousel .swiper-slide .link-list a {
    font-size: 10px;
  }
}

.photo-carousel .swiper-slide .link-list a::before {
  content: '＞';
}

.photo-carousel .swiper-slide .link-list a::after {
  content: '';
  display: inline-block;
  width: 21px;
  height: 21px;
  margin-left: 10px;
  background: url(../img/icon_window.svg) no-repeat center center;
  background-size: 100%;
  transform: translateY(4px);
}

@media screen and (max-width: 767px) {
  .photo-carousel .swiper-slide .link-list a::after {
    width: 8px;
    height: 8px;
    margin-left: 5px;
    transform: translateY(2px);
  }
}

.photo-carousel .swiper-button-prev,
.photo-carousel .swiper-button-next {
  transition: opacity 0.3s ease-out;
  justify-content: flex-end;
  top: 247px;
  margin-top: 0;
  padding: 0;
  border: none;
  background-color: transparent;
  cursor: pointer;
}

.photo-carousel .swiper-button-prev:hover,
.photo-carousel .swiper-button-next:hover {
  opacity: 0.6;
}

@media screen and (max-width: 767px) {
  .photo-carousel .swiper-button-prev:hover,
  .photo-carousel .swiper-button-next:hover {
    opacity: 1;
  }
}

@media screen and (max-width: 1040px) {
  .photo-carousel .swiper-button-prev,
  .photo-carousel .swiper-button-next {
    top: 23.75vw;
  }
}

@media screen and (max-width: 767px) {
  .photo-carousel .swiper-button-prev,
  .photo-carousel .swiper-button-next {
    top: 20.8vw;
  }
}

.photo-carousel .swiper-button-prev::after,
.photo-carousel .swiper-button-next::after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 50px 0 50px 47px;
  border-color: transparent transparent transparent #6a5e05;
}

@media screen and (max-width: 1040px) {
  .photo-carousel .swiper-button-prev::after,
  .photo-carousel .swiper-button-next::after {
    border-width: 4.80769vw 0 4.80769vw 4.51923vw;
  }
}

.photo-carousel .swiper-button-prev {
  left: 0;
  transform: rotate(180deg);
}

@media screen and (max-width: 1240px) {
  .photo-carousel .swiper-button-prev {
    left: 20px;
  }
}

@media screen and (max-width: 767px) {
  .photo-carousel .swiper-button-prev {
    left: 2.66667vw;
  }
}

.photo-carousel .swiper-button-next {
  right: 0;
}

@media screen and (max-width: 1240px) {
  .photo-carousel .swiper-button-next {
    right: 20px;
  }
}

@media screen and (max-width: 767px) {
  .photo-carousel .swiper-button-next {
    right: 2.66667vw;
  }
}

.photo-carousel .modal-close-button {
  transition: opacity 0.3s ease-out;
  position: absolute;
  top: -40px;
  right: -80px;
  width: 54px;
  height: 40px;
  padding: 0;
  border: none;
  background: url(../img/icon_modal_close.svg) no-repeat center center;
  background-size: 100%;
  cursor: pointer;
}

.photo-carousel .modal-close-button:hover {
  opacity: 0.6;
}

@media screen and (max-width: 767px) {
  .photo-carousel .modal-close-button:hover {
    opacity: 1;
  }
}

@media screen and (max-width: 1240px) {
  .photo-carousel .modal-close-button {
    top: -55px;
    right: 20px;
  }
}

@media screen and (max-width: 767px) {
  .photo-carousel .modal-close-button {
    width: 28px;
    height: 20px;
    top: -45px;
    right: 10px;
  }
}
