@charset "UTF-8";
.situation__youtube {
  width: 100%;
}

.situation__youtubePlay {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: block;
  width: 100%;
  padding: 0;
  background-color: transparent;
  border: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  z-index: 10;
}

.situation__youtubePlay img {
  width: 100%;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10000;
  display: none;
  overflow-y: auto;
  background-color: rgba(60, 60, 60, 0.95);
}

.modal__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
}

.modal__body {
  width: 100%;
  max-width: 992px;
  padding: 16px;
  margin: auto;
}

.modal__title {
  font-size: 18px;
  color: #fff;
}

.modal__googlemap {
  position: relative;
  width: 100%;
  max-width: 960px;
  margin: 24px auto 0;
  aspect-ratio: 960/550;
  background-color: #fff;
}

.modal__googlemap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.modal__youtube {
  position: relative;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  aspect-ratio: 960/540;
  background-color: #fff;
}

.modal__youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.modal__address {
  margin-top: 36px;
  font-size: 15px;
  color: #fff;
  line-height: 1.67;
}

.modal__note {
  position: relative;
  padding-left: 1em;
  margin-top: 0.5em;
  font-size: 15px;
  color: #ff00ff;
  line-height: 1.67;
}

.modal__note::before {
  position: absolute;
  top: -0.105em;
  left: 0;
  content: "※";
}

.modal__button {
  margin-top: 40px;
}

.modal__buttonLink {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 200px;
  height: 35px;
  border-radius: 6px;
  padding-left: 20px;
  margin: 0 auto;
  font-size: 14px;
  font-weight: bold;
  color: #3c3c3c;
  text-decoration: none;
  background-color: #c8d700;
}

@media (min-width: 768px) {
  .modal__buttonLink {
    width: 320px;
    height: 70px;
    padding-left: 26px;
    font-size: 21px;
    border-radius: 12px;
  }
}
.modal__buttonLink::after {
  width: 7px;
  height: 13px;
  position: absolute;
  top: 50%;
  right: 10px;
  content: "";
  background-image: url("../images/icon-link.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (min-width: 768px) {
  .modal__buttonLink::after {
    right: 20px;
    width: 10px;
    height: 20px;
  }
}
.modal__close {
  position: absolute;
  top: 5px;
  right: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 45px;
  height: 45px;
  color: #fff;
}

.modal__close__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 25px;
  height: 25px;
  color: #e6e6e6;
}

.modal__close__icon svg {
  width: 100%;
  height: 100%;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html:focus-within {
  scroll-behavior: unset;
}

body {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  color: #3c3c3c;
  overflow: visible;
  background-image: url("../images/bg-sp.png");
}

@media (min-width: 768px) {
  body {
    background-image: url("../images/bg.png");
  }
}
img {
  vertical-align: bottom;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 64px;
  background-color: #000;
}

@media (min-width: 768px) {
  .header {
    height: 110px;
  }
}
.main {
  padding-top: 133px;
}

.main__contents {
  margin-top: calc(100vh - 110px);
}

@media (min-width: 768px) {
  .main {
    padding-top: 110px;
  }
  .main__contents {
    maigin-top: calc(100vh - 110px);
  }
}
.animation {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(150px);
          transform: translateY(150px);
  -webkit-transition: opacity 1s ease-in-out, -webkit-transform 1s ease-in-out;
  transition: opacity 1s ease-in-out, -webkit-transform 1s ease-in-out;
  transition: opacity 1s ease-in-out, transform 1s ease-in-out;
  transition: opacity 1s ease-in-out, transform 1s ease-in-out, -webkit-transform 1s ease-in-out;
}

.show {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

.main_contents {
  position: relative;
  z-index: 3;
}

.main section.fv_section .wrapper {
  height: calc(100vh - 109px);
  background-color: #aaa;
  position: fixed;
  top: 109px;
  left: 0;
  width: 100%;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.main section.fv_section .wrapper h1 {
  width: 100%;
  position: relative;
  z-index: 20;
}
.main section.fv_section .wrapper h1 img {
  width: 40%;
  display: block;
  margin: 0 auto;
}
.main section.fv_section .wrapper .videobox {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.main section.fv_section .wrapper .videobox video {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
.main section.s01 {
  background-image: url(../images/bg_s01.jpg);
  background-size: 100% auto;
  background-position: center center;
  background-repeat: repeat-y;
  padding: 45px 0 50px;
}
.main section.s01 .wrapper h2 {
  width: 434px;
  margin: 0 auto;
}
.main section.s01 .wrapper h2 img {
  width: 100%;
  display: block;
}
.main section.s01 .wrapper .t01 {
  text-align: center;
  font-size: 18px;
  line-height: 2.6;
  margin-top: 45px;
}
.main section.s01 .wrapper .msg {
  width: 300px;
  display: block;
  margin: 50px auto 0;
}
.main section.s02 {
  background-image: url(../images/bg_s01.jpg);
  background-size: 100% auto;
  background-position: center center;
  background-repeat: repeat-y;
}
.main section.s02 .wrapper {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5px;
}
.main section.s02 .wrapper .flex-wrapper {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5px;
  width: calc(50% - 2.5px);
}
.main section.s02 .wrapper .flex-wrapper.flex-wrapper01 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.main section.s02 .wrapper .flex-wrapper.flex-wrapper02 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.main section.s02 .wrapper .flex-wrapper.flex-wrapper03 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}
.main section.s02 .wrapper .flex-wrapper.flex-wrapper04 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
.main section.s02 .wrapper .flex-wrapper.flex-wrapper05 {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
  width: 100%;
}
.main section.s02 .wrapper .flex-wrapper .flex-contents.flex-contents01, .main section.s02 .wrapper .flex-wrapper .flex-contents.flex-contents05 {
  width: 100%;
}
.main section.s02 .wrapper .flex-wrapper .flex-contents.flex-contents01 .contents .txt, .main section.s02 .wrapper .flex-wrapper .flex-contents.flex-contents05 .contents .txt {
  width: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0 99px 25px 20px;
  color: #fff;
  font-size: 18px;
  line-height: 2.3;
  z-index: 15;
}
.main section.s02 .wrapper .flex-wrapper .flex-contents.flex-contents01 .contents .time, .main section.s02 .wrapper .flex-wrapper .flex-contents.flex-contents05 .contents .time {
  height: 4.8vw;
  max-height: 61px;
  top: 20px;
  right: 20px;
}
.main section.s02 .wrapper .flex-wrapper .flex-contents.flex-contents01 .contents .tmb, .main section.s02 .wrapper .flex-wrapper .flex-contents.flex-contents05 .contents .tmb {
  width: 100%;
  height: 637px;
}
.main section.s02 .wrapper .flex-wrapper .flex-contents.flex-contents01 .contents .btnbox, .main section.s02 .wrapper .flex-wrapper .flex-contents.flex-contents05 .contents .btnbox {
  right: 25px;
  bottom: 25px;
}
.main section.s02 .wrapper .flex-wrapper .flex-contents.flex-contents02, .main section.s02 .wrapper .flex-wrapper .flex-contents.flex-contents03, .main section.s02 .wrapper .flex-wrapper .flex-contents.flex-contents07, .main section.s02 .wrapper .flex-wrapper .flex-contents.flex-contents08 {
  width: calc(50% - 2.5px);
}
.main section.s02 .wrapper .flex-wrapper .flex-contents.flex-contents04, .main section.s02 .wrapper .flex-wrapper .flex-contents.flex-contents06 {
  width: 100%;
}
.main section.s02 .wrapper .flex-wrapper .flex-contents.flex-contents09 {
  width: 100%;
}
.main section.s02 .wrapper .flex-wrapper .flex-contents.flex-contents09 .contents .tmb {
  width: 100%;
  height: 316px;
}
.main section.s02 .wrapper .flex-wrapper .flex-contents.flex-contents04 .contents::before, .main section.s02 .wrapper .flex-wrapper .flex-contents.flex-contents06 .contents::before, .main section.s02 .wrapper .flex-wrapper .flex-contents.flex-contents09 .contents::before {
  display: none;
}
.main section.s02 .wrapper .flex-wrapper .flex-contents .contents {
  position: relative;
  background-color: #000;
  cursor: pointer;
  overflow: hidden;
}
.main section.s02 .wrapper .flex-wrapper .flex-contents .contents::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.25);
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}
.main section.s02 .wrapper .flex-wrapper .flex-contents .contents:hover .tmb {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.main section.s02 .wrapper .flex-wrapper .flex-contents .contents:hover::before {
  opacity: 0;
}
.main section.s02 .wrapper .flex-wrapper .flex-contents .contents:hover .btnbox img.btn01 {
  opacity: 0;
}
.main section.s02 .wrapper .flex-wrapper .flex-contents .contents:hover .btnbox img.btn02 {
  opacity: 1;
}
.main section.s02 .wrapper .flex-wrapper .flex-contents .contents .time {
  height: 3.5vw;
  max-height: 45px;
  display: block;
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 15;
}
.main section.s02 .wrapper .flex-wrapper .flex-contents .contents .tmb {
  width: 100%;
  height: 316px;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}
.main section.s02 .wrapper .flex-wrapper .flex-contents .contents .tmb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
.main section.s02 .wrapper .flex-wrapper .flex-contents .contents .btnbox {
  width: 49px;
  height: 49px;
  position: absolute;
  right: 20px;
  bottom: 20px;
  z-index: 20;
}
.main section.s02 .wrapper .flex-wrapper .flex-contents .contents .btnbox img {
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}
.main section.s02 .wrapper .flex-wrapper .flex-contents .contents .btnbox img.btn01 {
  opacity: 1;
}
.main section.s02 .wrapper .flex-wrapper .flex-contents .contents .btnbox img.btn02 {
  opacity: 0;
}
.main section.s02 .wrapper .flex-wrapper .flex-contents .contents .btn_youtube {
  width: 122px;
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  margin: -61px auto 0;
  z-index: 5;
}
.main section.s03 {
  background-image: url(../images/bg_s01.jpg);
  background-size: 100% auto;
  background-position: top 0 center;
  background-repeat: repeat-y;
  padding: 100px 0 90px;
}
.main section.s03 .wrapper h3 {
  width: 317px;
  margin: 0 auto;
}
.main section.s03 .wrapper h3 img {
  width: 100%;
  display: block;
}
.main section.s03 .wrapper .photo_gallery_list01 {
  width: 95%;
  margin: 30px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 2.6666666667%;
}
.main section.s03 .wrapper .photo_gallery_list01 li {
  width: 23%;
  display: none;
  padding-top: 2.4vw;
}
.main section.s03 .wrapper .photo_gallery_list01 li:nth-child(1), .main section.s03 .wrapper .photo_gallery_list01 li:nth-child(2), .main section.s03 .wrapper .photo_gallery_list01 li:nth-child(3), .main section.s03 .wrapper .photo_gallery_list01 li:nth-child(4), .main section.s03 .wrapper .photo_gallery_list01 li:nth-child(5), .main section.s03 .wrapper .photo_gallery_list01 li:nth-child(6), .main section.s03 .wrapper .photo_gallery_list01 li:nth-child(7), .main section.s03 .wrapper .photo_gallery_list01 li:nth-child(8), .main section.s03 .wrapper .photo_gallery_list01 li:nth-child(9), .main section.s03 .wrapper .photo_gallery_list01 li:nth-child(10), .main section.s03 .wrapper .photo_gallery_list01 li:nth-child(11), .main section.s03 .wrapper .photo_gallery_list01 li:nth-child(12) {
  display: block;
}
.main section.s03 .wrapper .photo_gallery_list01 li .photo {
  overflow: hidden;
}
.main section.s03 .wrapper .photo_gallery_list01 li .photo:hover {
  cursor: pointer;
}
.main section.s03 .wrapper .photo_gallery_list01 li .photo:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.main section.s03 .wrapper .photo_gallery_list01 li .photo img {
  width: 100%;
  display: block;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}
.main section.s03 .wrapper .btn_view_all_photo_gallery_list01 {
  width: 386px;
  margin: 60px auto 0;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}
.main section.s03 .wrapper .btn_view_all_photo_gallery_list01:hover {
  opacity: 0.7;
  cursor: pointer;
}
.main section.s03 .wrapper .btn_view_all_photo_gallery_list01.opened img.open {
  display: none;
}
.main section.s03 .wrapper .btn_view_all_photo_gallery_list01.opened img.close {
  display: block;
}
.main section.s03 .wrapper .btn_view_all_photo_gallery_list01 img {
  width: 100%;
  display: block;
}
.main section.s03 .wrapper .btn_view_all_photo_gallery_list01 img.open {
  display: block;
}
.main section.s03 .wrapper .btn_view_all_photo_gallery_list01 img.close {
  display: none;
}
.main section.s03 .wrapper .bnrlist {
  width: auto;
  margin: 90px auto 0;
  max-width: 50vw;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.main section.s03 .wrapper .bnrlist li {
  width: 100%;
}
.main section.s03 .wrapper .bnrlist li a {
  width: 100%;
  display: block;
  border: 1px solid #707070;
}
.main section.s03 .wrapper .bnrlist li a img {
  width: 100%;
  display: block;
}

.modal_days {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100000000;
  background-color: #525252;
  padding: 100px 30px;
  overflow-y: auto;
  display: none;
}
.modal_days .btn_modal_days_close {
  width: 37px;
  display: block;
  position: fixed;
  top: 40px;
  right: 40px;
  cursor: pointer;
}
.modal_days .modal_contents {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.modal_days .modal_contents dl {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.modal_days .modal_contents dl + dl {
  margin-top: 30px;
}
.modal_days .modal_contents dl dt {
  width: 50%;
  position: relative;
}
.modal_days .modal_contents dl dt .time {
  height: 3.5vw;
  max-height: 45px;
  display: block;
  position: absolute;
  top: 25px;
  left: 25px;
  z-index: 10;
}
.modal_days .modal_contents dl dt .photo {
  width: 100%;
  display: block;
}
.modal_days .modal_contents dl dd {
  width: calc(50% - 30px);
}
.modal_days .modal_contents dl dd p {
  font-size: 18px;
  color: #fff;
  line-height: 2;
}

.modal_photo_gallery {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 10000;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  padding-top: 86px;
  background-color: #606060;
  display: none;
}
.modal_photo_gallery .modal_photo_gallery_list01 li .photo {
  width: 80%;
  height: 80%;
  margin: 0 auto;
}
.modal_photo_gallery .modal_photo_gallery_list01 li .photo img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
.modal_photo_gallery .btn_modal_photo_gallery_close {
  width: 37px;
  display: block;
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
}
.modal_photo_gallery .prev {
  width: 19px;
  display: block;
  position: absolute;
  top: 50%;
  left: 34px;
  margin-top: -22px;
  cursor: pointer;
}
.modal_photo_gallery .next {
  width: 19px;
  display: block;
  position: absolute;
  top: 50%;
  right: 34px;
  margin-top: -22px;
  cursor: pointer;
}

@media (max-width: 767px) {
  .main section {
    position: relative;
  }
  .main section.fv_section .wrapper {
    height: calc(100dvh - 62px);
    background-color: #aaa;
    position: fixed;
    top: 62px;
    left: 0;
    width: 100%;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .main section.fv_section .wrapper h1 {
    width: 100%;
    position: relative;
    z-index: 20;
  }
  .main section.fv_section .wrapper h1 img {
    width: 80%;
    display: block;
    margin: 0 auto;
  }
  .main section.fv_section .wrapper .videobox {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
  }
  .main section.fv_section .wrapper .videobox video {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
  }
  .main section.s01 {
    background-image: url(../images/bg_s01_sp.jpg);
    background-size: 100% auto;
    background-position: top 0 center;
    background-repeat: repeat-y;
    padding: 30px 0 25px;
  }
  .main section.s01 .wrapper h2 {
    width: 217px;
    margin: 0 auto;
  }
  .main section.s01 .wrapper h2 img {
    width: 100%;
    display: block;
  }
  .main section.s01 .wrapper .t01 {
    text-align: center;
    font-size: 2.6vw;
    line-height: 2.6;
    margin-top: 25px;
  }
  .main section.s01 .wrapper .msg {
    width: 251.5px;
    display: block;
    margin: 40px auto 0;
  }
  .main section.s02 {
    background-image: url(../images/bg_s01_sp.jpg);
    background-size: 100% auto;
    background-position: top 0 center;
    background-repeat: repeat-y;
  }
  .main section.s02 .wrapper {
    display: block;
  }
  .main section.s02 .wrapper .flex-wrapper {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 3px;
    width: 100%;
  }
  .main section.s02 .wrapper .flex-wrapper + .flex-wrapper {
    margin-top: 3px;
  }
  .main section.s02 .wrapper .flex-wrapper .flex-contents.flex-contents01, .main section.s02 .wrapper .flex-wrapper .flex-contents.flex-contents05 {
    width: 100%;
  }
  .main section.s02 .wrapper .flex-wrapper .flex-contents.flex-contents01 .contents .txt, .main section.s02 .wrapper .flex-wrapper .flex-contents.flex-contents05 .contents .txt {
    width: 100%;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 0 62px 10px 15px;
    color: #fff;
    font-size: 2.6vw;
    line-height: 2;
    z-index: 15;
  }
  .main section.s02 .wrapper .flex-wrapper .flex-contents.flex-contents01 .contents .time, .main section.s02 .wrapper .flex-wrapper .flex-contents.flex-contents05 .contents .time {
    height: 34px;
    top: 15px;
    right: 15px;
  }
  .main section.s02 .wrapper .flex-wrapper .flex-contents.flex-contents01 .contents .tmb, .main section.s02 .wrapper .flex-wrapper .flex-contents.flex-contents05 .contents .tmb {
    width: 100%;
    height: auto;
  }
  .main section.s02 .wrapper .flex-wrapper .flex-contents.flex-contents01 .contents .btnbox, .main section.s02 .wrapper .flex-wrapper .flex-contents.flex-contents05 .contents .btnbox {
    right: 15px;
    bottom: 15px;
  }
  .main section.s02 .wrapper .flex-wrapper .flex-contents.flex-contents02, .main section.s02 .wrapper .flex-wrapper .flex-contents.flex-contents03, .main section.s02 .wrapper .flex-wrapper .flex-contents.flex-contents07, .main section.s02 .wrapper .flex-wrapper .flex-contents.flex-contents08 {
    width: calc(50% - 1.5px);
  }
  .main section.s02 .wrapper .flex-wrapper .flex-contents.flex-contents04, .main section.s02 .wrapper .flex-wrapper .flex-contents.flex-contents06 {
    width: 100%;
  }
  .main section.s02 .wrapper .flex-wrapper .flex-contents.flex-contents09 {
    width: 100%;
  }
  .main section.s02 .wrapper .flex-wrapper .flex-contents.flex-contents09 .contents .tmb {
    width: 100%;
    height: auto;
  }
  .main section.s02 .wrapper .flex-wrapper .flex-contents.flex-contents04 .contents::before, .main section.s02 .wrapper .flex-wrapper .flex-contents.flex-contents06 .contents::before, .main section.s02 .wrapper .flex-wrapper .flex-contents.flex-contents09 .contents::before {
    display: none;
  }
  .main section.s02 .wrapper .flex-wrapper .flex-contents .contents {
    position: relative;
    background-color: #000;
    cursor: pointer;
    overflow: hidden;
  }
  .main section.s02 .wrapper .flex-wrapper .flex-contents .contents::before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    background-color: rgba(0, 0, 0, 0.25);
    -webkit-transition-duration: 0.4s;
            transition-duration: 0.4s;
  }
  .main section.s02 .wrapper .flex-wrapper .flex-contents .contents:hover .tmb {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .main section.s02 .wrapper .flex-wrapper .flex-contents .contents:hover::before {
    opacity: 0;
  }
  .main section.s02 .wrapper .flex-wrapper .flex-contents .contents:hover .btnbox img.btn01 {
    opacity: 0;
  }
  .main section.s02 .wrapper .flex-wrapper .flex-contents .contents:hover .btnbox img.btn02 {
    opacity: 1;
  }
  .main section.s02 .wrapper .flex-wrapper .flex-contents .contents .time {
    height: 26px;
    display: block;
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 15;
  }
  .main section.s02 .wrapper .flex-wrapper .flex-contents .contents .tmb {
    width: 100%;
    height: auto;
    -webkit-transition-duration: 0.4s;
            transition-duration: 0.4s;
  }
  .main section.s02 .wrapper .flex-wrapper .flex-contents .contents .tmb img {
    width: 100%;
    display: block;
    height: auto;
  }
  .main section.s02 .wrapper .flex-wrapper .flex-contents .contents .btnbox {
    width: 32px;
    height: 32px;
    position: absolute;
    right: 8px;
    bottom: 8px;
    z-index: 20;
  }
  .main section.s02 .wrapper .flex-wrapper .flex-contents .contents .btnbox img {
    width: 100%;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transition-duration: 0.4s;
            transition-duration: 0.4s;
  }
  .main section.s02 .wrapper .flex-wrapper .flex-contents .contents .btnbox img.btn01 {
    opacity: 1;
  }
  .main section.s02 .wrapper .flex-wrapper .flex-contents .contents .btnbox img.btn02 {
    opacity: 0;
  }
  .main section.s02 .wrapper .flex-wrapper .flex-contents .contents .btn_youtube {
    width: 72px;
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    margin: -31px auto 0;
    z-index: 5;
  }
  .main section.s03 {
    background-image: url(../images/bg_s01.jpg);
    background-size: 100% auto;
    background-position: top 0 center;
    background-repeat: repeat-y;
    padding: 70px 20px 60px;
  }
  .main section.s03 .wrapper h3 {
    width: 203px;
    margin: 0 auto;
  }
  .main section.s03 .wrapper h3 img {
    width: 100%;
    display: block;
  }
  .main section.s03 .wrapper .photo_gallery_list01 {
    width: 100%;
    margin: 15px auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0 15px;
  }
  .main section.s03 .wrapper .photo_gallery_list01 li {
    width: calc(50% - 7.5px);
    display: none;
    padding-top: 15px;
  }
  .main section.s03 .wrapper .photo_gallery_list01 li:nth-child(1), .main section.s03 .wrapper .photo_gallery_list01 li:nth-child(2), .main section.s03 .wrapper .photo_gallery_list01 li:nth-child(3), .main section.s03 .wrapper .photo_gallery_list01 li:nth-child(4), .main section.s03 .wrapper .photo_gallery_list01 li:nth-child(5), .main section.s03 .wrapper .photo_gallery_list01 li:nth-child(6), .main section.s03 .wrapper .photo_gallery_list01 li:nth-child(7), .main section.s03 .wrapper .photo_gallery_list01 li:nth-child(8), .main section.s03 .wrapper .photo_gallery_list01 li:nth-child(9), .main section.s03 .wrapper .photo_gallery_list01 li:nth-child(10), .main section.s03 .wrapper .photo_gallery_list01 li:nth-child(11), .main section.s03 .wrapper .photo_gallery_list01 li:nth-child(12) {
    display: block;
  }
  .main section.s03 .wrapper .photo_gallery_list01 li .photo {
    overflow: hidden;
  }
  .main section.s03 .wrapper .photo_gallery_list01 li .photo:hover {
    cursor: pointer;
  }
  .main section.s03 .wrapper .photo_gallery_list01 li .photo:hover img {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .main section.s03 .wrapper .photo_gallery_list01 li .photo img {
    width: 100%;
    display: block;
    -webkit-transition-duration: 0.4s;
            transition-duration: 0.4s;
  }
  .main section.s03 .wrapper .btn_view_all_photo_gallery_list01 {
    width: 240px;
    margin: 40px auto 0;
    -webkit-transition-duration: 0.4s;
            transition-duration: 0.4s;
  }
  .main section.s03 .wrapper .btn_view_all_photo_gallery_list01:hover {
    opacity: 0.7;
    cursor: pointer;
  }
  .main section.s03 .wrapper .btn_view_all_photo_gallery_list01.opened img.open {
    display: none;
  }
  .main section.s03 .wrapper .btn_view_all_photo_gallery_list01.opened img.close {
    display: block;
  }
  .main section.s03 .wrapper .btn_view_all_photo_gallery_list01 img {
    width: 100%;
    display: block;
  }
  .main section.s03 .wrapper .btn_view_all_photo_gallery_list01 img.open {
    display: block;
  }
  .main section.s03 .wrapper .btn_view_all_photo_gallery_list01 img.close {
    display: none;
  }
  .main section.s03 .wrapper .bnrlist {
    width: 100%;
    margin: 55px auto 0;
    max-width: 100%;
    display: block;
  }
  .main section.s03 .wrapper .bnrlist li {
    width: 100%;
  }
  .main section.s03 .wrapper .bnrlist li + li {
    margin-top: 25px;
  }
  .main section.s03 .wrapper .bnrlist li a {
    width: 100%;
    display: block;
    border: 1px solid #707070;
  }
  .main section.s03 .wrapper .bnrlist li a img {
    width: 100%;
    display: block;
  }
  .modal_days {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 100000000;
    background-color: #525252;
    padding: 50px 20px;
    overflow-y: auto;
    display: none;
  }
  .modal_days .btn_modal_days_close {
    width: 24px;
    display: block;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
  }
  .modal_days .modal_contents {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
  }
  .modal_days .modal_contents dl {
    display: block;
  }
  .modal_days .modal_contents dl + dl {
    margin-top: 25px;
  }
  .modal_days .modal_contents dl dt {
    width: 100%;
    position: relative;
  }
  .modal_days .modal_contents dl dt .time {
    height: 26px;
    display: block;
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 10;
  }
  .modal_days .modal_contents dl dt .photo {
    width: 100%;
    display: block;
  }
  .modal_days .modal_contents dl dd {
    width: 100%;
    margin-top: 10px;
  }
  .modal_days .modal_contents dl dd p {
    font-size: 2.6vw;
    color: #fff;
    line-height: 2;
  }
  .modal_photo_gallery {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 10000;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    padding: 50px 40px;
    background-color: #606060;
    display: none;
  }
  .modal_photo_gallery .modal_photo_gallery_list01 li {
    width: calc(100% - 80px);
    height: calc(100% - 100px);
    position: fixed;
    top: 50px;
    right: 40px;
    bottom: 50px;
    left: 40px;
    margin: 0 auto;
    z-index: 100;
  }
  .modal_photo_gallery .modal_photo_gallery_list01 li .photo {
    width: 100%;
    height: 100%;
    max-height: 100%;
    margin: 0 auto;
  }
  .modal_photo_gallery .modal_photo_gallery_list01 li .photo img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
  }
  .modal_photo_gallery .btn_modal_photo_gallery_close {
    width: 24px;
    display: block;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
  }
  .modal_photo_gallery .prev {
    width: 10px;
    display: block;
    position: absolute;
    top: 50%;
    left: 15px;
    margin-top: -10px;
    cursor: pointer;
  }
  .modal_photo_gallery .next {
    width: 10px;
    display: block;
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -10px;
    cursor: pointer;
  }
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}