@charset "utf-8";

/* ----------------------------------------------------------------------
	common
---------------------------------------------------------------------- */
body {
  color: #000;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-size: 3.2vw;
  line-height: 2;
}
body._fixed {
  position: fixed;
  width: 100vw;
  height: 100vh;
}

.contents-wrapper {
  position: relative;
}

.note {
  font-size: 0.84rem;
}
.font-s {
  font-size: 2.74vw;
}

img {
  max-width: 100%;
  border: none;
}

.contents-wrapper *:focus,
.modal-wrapper *:focus {
  outline: 0;
}

.onlyPC {
  display: none !important;
}

/* ----------------------------------------------------------------------
	kv
---------------------------------------------------------------------- */
.kv {
  position: relative;
}
.kv h1 {
  position: absolute;
  top: 29.87vw;
  left: 50%;
  transform: translateX(-50%);
  width: 77.87vw;
  height: 61.47vw;
  background: url(../img/ttl_main_sp.png) no-repeat;
  background-size: contain;
  text-indent: -9999px;
  z-index: 2;
}
.kv-slides {
  width: 100vw;
  height: 100vh;
}
.kv-slides div {
  width: 100%;
  height: 100%;

  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}
.kv1 { background-image: url(../img/kv1_sp.jpg)}
.kv2 { background-image: url(../img/kv2_sp.jpg)}
.kv3 { background-image: url(../img/kv3_sp.jpg)}

/* ----------------------------------------------------------------------
	contents
---------------------------------------------------------------------- */
.contents {
  padding-bottom: 12vw;
  background: url(../img/bg_contentss_sp.jpg) center bottom no-repeat;
  background-size: cover;
}

/* ----------------------------------------------------------------------
	lead
---------------------------------------------------------------------- */
.lead {
  padding: 16vw 0 16vw 9vw;
  font-size: 4vw;
  font-feature-settings: 'palt';
  background: url(../img/bg_race_sp.jpg) center bottom no-repeat;
  background-size: cover;
}
.lead p:not(:first-child) {
  margin-top: 1em;
}
.lead p.note {
  margin-top: 3em;
}

/* ----------------------------------------------------------------------
	map
---------------------------------------------------------------------- */
.map {
  position: relative;
  font-size: 8vw;
  background: url(../img/bg_360.png) right 5.6vw no-repeat;
  background-size: 72vw;
}
.map::before {
  content: '';
  display: block;
  margin: 0 auto 16vw;
  width: 16vw;
  height: 2px;
  background-color: #36373b;
}
.map h2 {
  font-size: 8vw;
  font-weight: 900;
  text-align: center;
  line-height: 1.3;
}
.map h2 small {
  display: block;
  margin-bottom: 1vw;
  font-size: 4.27vw;
}
.map p {
  padding: 7.2vw 0 0 9vw;
  font-size: 4vw;
  text-align: left;
}

.map-plots {
  width: 100%;
  height: 61.2vw;
  background: url(../img/bg_map_sp.png) right 5.6vw no-repeat;
  background-size: contain;
  position: relative;
}
.map-plots a { position: absolute; }
.map-plots a:nth-child(1)  { left: 28.6vw; top: 39.9vw}
.map-plots a:nth-child(2)  { left: 58.1vw; top: 39.3vw}
.map-plots a:nth-child(3)  { left: 44.4vw; top: 35.9vw}
.map-plots a:nth-child(4)  { left: 69.6vw; top: 35.3vw}
.map-plots a:nth-child(5)  { left: 83.6vw; top: 35vw}
.map-plots a:nth-child(6)  { left: 33.4vw; top: 26.6vw}
.map-plots a:nth-child(7)  { left: 58.1vw; top: 23.2vw}
.map-plots a:nth-child(8)  { left: 45.5vw; top: 21.7vw}
.map-plots a:nth-child(9)  { left: 67.8vw; top: 18.2vw}
.map-plots a:nth-child(10) { left: 84vw; top: 0.4vw}
.map-plots a img {
  width: 12.67vw;
}
.map-plots a:nth-child(10) img {
  width: 11.47vw;
}

.map-lists {
  display: flex;
  flex-wrap: wrap;
  margin: 4.8vw 0 0 5.6vw;
}
.map-lists li {
  margin-top: 5.2vw;
  width: 44.4vw;
  font-size: 3.73vw;
  font-weight: 700;
}
.map-lists img {
  margin-right: 1vw;
  width: 6.4vw;
}
.map-lists li:nth-child(10) img {
  margin-left: -1.5vw;
  margin-right: 1.25vw;
  width: 7.47vw;
}

/* ----------------------------------------------------------------------
	bnr
---------------------------------------------------------------------- */
.bnr {
  margin-top: 15.6vw;
  text-align: center;
}
.bnr a {
  display: inline-block;
}
.bnr a:nth-child(n+2) {
  margin-top: 5.2vw;
}
.bnr a img {
  width: 89.33vw;
}
.bnr a span {
  display: none;
}

.contents > .note {
/*  text-align: center;*/
  margin-top: 2vw;
  padding: 0 5vw 0 calc(5vw + 1em);
  text-indent: -1em;
  font-size: 3.0vw;
  line-height: 1.6
}
/*
.contents > .note.onlySP {
  margin-top: 1vw;
}
*/

/* ----------------------------------------------------------------------
	copyright
---------------------------------------------------------------------- */
.copyright {
  padding: 5.2vw 0;
  background-color: #095f0d;
}
.copyright p {
  color: #fff;
  font-size: 2.67vw;
  text-align: center;
}

/* ----------------------------------------------------------------------
	modal
---------------------------------------------------------------------- */
.modal-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  padding: 21.6vw 0 calc(21.6vw + env(safe-area-inset-bottom));
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  overflow: scroll;
  overflow-x: none;
  overflow-y: scroll;
  transform: translateX(100%);
}
.modal-wrapper._open {
  transform: translateX(0);
}
.nv_close,
.photo-nv_close {
  position: fixed;
  top: 9.4vw;
  left: 100%;
  width: 7.4vw;
  height: 7.4vw;
  background: url(../img/btn_close.png);
  background-position: center;
  background-repeat: no-repeat;
/*  background-size: 6.4vw;*/
  background-size: 5.4vw;
  z-index: 101;
}
.nv_close._open {
  left: auto;
  right: 10.4vw;
}
.photo-nv_close._open,
.img-modal .nv_close {
  top: 15px;
  left: auto !important;
  right: 15px;
}
.nv_close._bk {
  background-color: #000;
}

.modal-cont {
/*  margin: 0 2.6vw;*/
  margin: 0 auto;
  padding: 10.67vw 5.2vw 18.4vw;
/*  width: 77.33vw;*/
  width: 82.93vw;
  font-weight: 900;
  background-color: #e6efe6;
  line-height: 1.33;
}

.modal-cont .name {
  margin-left: 2vw;
  font-size: 3.73vw;
  font-weight: 700;
}
.modal-cont .name img {
  display: inline-block;
  width: 6.4vw;
}

.modal-cont h2 {
  margin-top: 3.6vw;
  font-size: 7.2vw;
  font-feature-settings: 'palt';
  color: #095f0d;
}
.modal-cont p {
  font-size: 3.2vw;
  font-weight: 500;
  line-height: 2;
}
.modal-cont p.note {
  line-height: 1.75;
  padding-left: 1em;
  text-indent: -1em;
}

/*.modal-cont:not(#modal10) .movie {*/
.modal-cont .movie {
  margin-top: 7.6vw;
}
.modal-cont .movie a {
  display: block;
  position: relative;
  width: 100%;
  height: 40.6vw;
  background: #ccc;
  background-position: center center;
  background-size: cover;
}
.modal-cont .movie a::after {
  content: '';
  display: inline-block;
  width: 21.07vw;
  height: 22.53vw;
  background: url(../img/btn_play360.png);
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -55%);
}
.modal-cont .movie p {
  margin-top: 2.4vw;
}

.modal-cont .column {
  margin-top: 6vw;
}
.modal-cont .column img {
  display: inline-block;
  width: 100%;
  height: 50.67vw;
  object-fit: cover;
  background-color: #ccc;
}
.modal-cont .column h4 {
  margin-top: 6vw;
  text-decoration: underline;
}
.modal-cont .column p {
  margin-top: 6vw;
  text-align: justify
}
#modal10 .column p {
  margin-top: 2.4vw;
  margin-bottom: 8vw;
}

.modal-cont .photo {
  margin-top: 8vw;
}
.modal-cont .photo h3 {
  position: relative;
  color: #095f0d;
  font-size: 4vw;
  text-align: center;
}
.modal-cont .photo h3::before {
  content: '';
  display: block;
  margin: 0 auto 5.2vw;
  width: 10.67vw;
  height: 2px;
  background-color: #095f0d;
}
.modal-cont .photo .slides {
  margin-top: 5.2vw;
}
.modal-cont .photo .slides img {
  width: 100%;
  height: 50.67vw;
  object-fit: cover;
  background-color: #ccc;
}

.photo-modal-wrapper {
  position: fixed;
  top: 0;
  left: 100%;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.9);
  overflow: scroll;
  overflow-x: none;
  overflow-y: scroll;
  z-index: 101;
}
.photo-modal-wrapper._open,
.photo-modal-overlay._open {
  left: 0;
}
.photo-modal .slick-initialized .slick-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100vh;
}
.photo-modal img {
  max-width: 82vw;
  max-height: 80vh;
}

/* ----------------------------------------------------------------------
	slick
---------------------------------------------------------------------- */
.slick-arrow {
  width: 6.13vw;
  height: 6.13vw;
  background-repeat: no-repeat;
  background-size: contain;
  text-indent: -10000px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition-duration: .3s;
  z-index: 20;
}
.slick-prev { background-image: url(../img/arrow_left.png); left: 0;}
.slick-next { background-image: url(../img/arrow_right.png); right: 0;}
.slick-dots {
  position: absolute;
  bottom: -4vw;
  display: flex;
  justify-content: center;
  width: 100%;
}
.slick-dots li {
  display: inline-block;
  margin: 0 1.8vw;
  width: 1.33vw;
  height: 1.33vw;
  border-radius: 50%;
  background-color: #bad2bb;
  text-indent: -10000px;
}
.slick-dots li.slick-active {
  background-color: #095f0d;
}

.photo-modal-wrapper._open .slick-arrow {
  position: fixed;
  display: block;
}

/* ----------------------------------------------------------------------
	album
---------------------------------------------------------------------- */
.album-wrapper {
  padding: 8vw 5.33vw 16vw;
  background-color: rgb(226,145,30);
}
.album-wrapper::before {
  content: '';
  display: block;
  width: 100%;
  height: 405.6vw;
  background-image: -moz-linear-gradient( -48deg, rgb(255,228,0) 1%, rgb(241,187,15) 30%, rgb(226,145,30) 100%);
  background-image: -webkit-linear-gradient( -48deg, rgb(255,228,0) 1%, rgb(241,187,15) 30%, rgb(226,145,30) 100%);
  background-image: -ms-linear-gradient( -48deg, rgb(255,228,0) 1%, rgb(241,187,15) 30%, rgb(226,145,30) 100%);
  position: absolute;
  top: 0;
  left: 0;
}

.album-wrapper .head {
  position: relative;
  z-index: 10
}
.album-wrapper .head img {
  width: 24vw;
}

.photos {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 2.67vw;
  width: 100%;
  position: relative;
  z-index: 2;
}
.photos h1 {
  padding: 5.33vw 0 3.6vw;
  width: 100%;
  text-align: center;
}
.photos h1 img {
  width: 88.27vw;
}
.photos div {
  margin-top: 2.67vw;
  background: rgba(255, 255, 255, 0.5);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  transform: scale(0);
  transform-origin: center center;
  opacity: 0;
  transition-duration: .5s;
}
.photos .size1 {
  width: 28vw;
  height: 28vw;
}
.photos .size2 {
  width: 43.33vw;
  height: 43.33vw;
}
.photos .size3 {
  width: 89.33vw;
  height: 89.33vw;
}

.photos div._showS {
  transform: scale(1);
}
.photos div._showO {
  opacity: 1;
}
.photos .img1  { background-image: url(../img/album/img1.jpg);}
.photos .img2  { background-image: url(../img/album/img2.jpg);}
.photos .img3  { background-image: url(../img/album/img3.jpg);}
.photos .img4  { background-image: url(../img/album/img4.jpg);}
.photos .img5  { background-image: url(../img/album/img5.jpg);}
.photos .img6  { background-image: url(../img/album/img6.jpg);}
.photos .img7  { background-image: url(../img/album/img7.jpg);}
.photos .img8  { background-image: url(../img/album/img8.jpg);}
.photos .img9  { background-image: url(../img/album/img9.jpg);}
.photos .img10 { background-image: url(../img/album/img10.jpg);}
.photos .img11 { background-image: url(../img/album/img11.jpg);}
.photos .img12 { background-image: url(../img/album/img12.jpg);}
.photos .img13 { background-image: url(../img/album/img13.jpg);}
.photos .img14 { background-image: url(../img/album/img14.jpg);}
.photos .img15 { background-image: url(../img/album/img15.jpg);}
.photos .img16 { background-image: url(../img/album/img16.jpg);}
.photos .img17 { background-image: url(../img/album/img17.jpg);}
.photos .img18 { background-image: url(../img/album/img18.jpg);}
.photos .img19 { background-image: url(../img/album/img19.jpg);}
.photos .img20 { background-image: url(../img/album/img20.jpg);}
.photos .img21 { background-image: url(../img/album/img21.jpg);}
.photos .img22 { background-image: url(../img/album/img22.jpg);}
.photos .img23 { background-image: url(../img/album/img23.jpg);}
.photos .img24 { background-image: url(../img/album/img24.jpg);}
.photos .img25 { background-image: url(../img/album/img25.jpg);}
.photos .img26 { background-image: url(../img/album/img26.jpg);}
.photos .img27 { background-image: url(../img/album/img27.jpg);}
.photos .img28 { background-image: url(../img/album/img28.jpg);}
.photos .img29 { background-image: url(../img/album/img29.jpg);}
.photos .img30 { background-image: url(../img/album/img30.jpg);}
.photos .img31 { background-image: url(../img/album/img31.jpg);}
.photos .img32 { background-image: url(../img/album/img32.jpg);}
.photos .img33 { background-image: url(../img/album/img33.jpg);}
.photos .img34 { background-image: url(../img/album/img34.jpg);}
.photos .img35 { background-image: url(../img/album/img35.jpg);}
.photos .img36 { background-image: url(../img/album/img36.jpg);}
.photos .img37 { background-image: url(../img/album/img37.jpg);}
.photos .img38 { background-image: url(../img/album/img38.jpg);}
.photos .img39 { background-image: url(../img/album/img39.jpg);}
.photos .img40 { background-image: url(../img/album/img40.jpg);}
.photos .img41 { background-image: url(../img/album/img41.jpg);}
.photos .img42 { background-image: url(../img/album/img42.jpg);}
.photos .img43 { background-image: url(../img/album/img43.jpg);}
.photos .img44 { background-image: url(../img/album/img44.jpg);}
.photos .img45 { background-image: url(../img/album/img45.jpg);}
.photos .img46 { background-image: url(../img/album/img46.jpg);}
.photos .img47 { background-image: url(../img/album/img47.jpg);}
.photos .img48 { background-image: url(../img/album/img48.jpg);}
.photos .img49 { background-image: url(../img/album/img49.jpg);}
.photos .img50 { background-image: url(../img/album/img50.jpg);}
.photos .img51 { background-image: url(../img/album/img51.jpg);}
.photos .img52 { background-image: url(../img/album/img52.jpg);}
.photos .img53 { background-image: url(../img/album/img53.jpg);}
.photos .img54 { background-image: url(../img/album/img54.jpg);}
.photos .img55 { background-image: url(../img/album/img55.jpg);}
.photos .img56 { background-image: url(../img/album/img56.jpg);}
.photos .img57 { background-image: url(../img/album/img57.jpg);}
.photos .img58 { background-image: url(../img/album/img58.jpg);}
.photos .img59 { background-image: url(../img/album/img59.jpg);}
.photos .img60 { background-image: url(../img/album/img60.jpg);}
.photos .img61 { background-image: url(../img/album/img61.jpg);}
.photos .img62 { background-image: url(../img/album/img62.jpg);}
.photos .img63 { background-image: url(../img/album/img63.jpg);}
.photos .img64 { background-image: url(../img/album/img64.jpg);}
.photos .img65 { background-image: url(../img/album/img65.jpg);}
.photos .img66 { background-image: url(../img/album/img66.jpg);}
.photos .img67 { background-image: url(../img/album/img67.jpg);}
.photos .img68 { background-image: url(../img/album/img68.jpg);}
.photos .img69 { background-image: url(../img/album/img69.jpg);}
.photos .img70 { background-image: url(../img/album/img70.jpg);}
.photos .img71 { background-image: url(../img/album/img71.jpg);}
.photos .img72 { background-image: url(../img/album/img72.jpg);}
.photos .img73 { background-image: url(../img/album/img73.jpg);}
.photos .img74 { background-image: url(../img/album/img74.jpg);}
.photos .img75 { background-image: url(../img/album/img75.jpg);}
.photos .img76 { background-image: url(../img/album/img76.jpg);}
.photos .img77 { background-image: url(../img/album/img77.jpg);}
.photos .img78 { background-image: url(../img/album/img78.jpg);}
.photos .img79 { background-image: url(../img/album/img79.jpg);}
.photos .img80 { background-image: url(../img/album/img80.jpg);}
.photos .img81 { background-image: url(../img/album/img81.jpg);}
.photos .img82 { background-image: url(../img/album/img82.jpg);}
.photos .img83 { background-image: url(../img/album/img83.jpg);}
.photos .img84 { background-image: url(../img/album/img84.jpg);}
.photos .img85 { background-image: url(../img/album/img85.jpg);}
.photos .img86 { background-image: url(../img/album/img86.jpg);}
.photos .img87 { background-image: url(../img/album/img87.jpg);}
.photos .img88 { background-image: url(../img/album/img88.jpg);}
.photos .img89 { background-image: url(../img/album/img89.jpg);}
.photos .img90 { background-image: url(../img/album/img90.jpg);}
.photos .img91 { background-image: url(../img/album/img91.jpg);}
.photos .img92 { background-image: url(../img/album/img92.jpg);}
.photos .img93 { background-image: url(../img/album/img93.jpg);}
.photos .img94 { background-image: url(../img/album/img94.jpg);}
.photos .img95 { background-image: url(../img/album/img95.jpg);}
.photos .img96 { background-image: url(../img/album/img96.jpg);}
.photos .img97 { background-image: url(../img/album/img97.jpg);}
.photos .img98 { background-image: url(../img/album/img98.jpg);}
.photos .img99 { background-image: url(../img/album/img99.jpg);}
.photos .img100 { background-image: url(../img/album/img100.jpg);}

.btn_back {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 9.6vw auto 0;
  width: 55.07vw;
  height: 11.47vw;
  border: 1px solid #fff;
  color: #fff;
}

.img-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 100;
  display: none;
}
.bigimg {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.bigimg img {
  max-width: 90vw;
  max-height: 70vh;
  object-fit: contain;
}