@keyframes _mainVisualScroll {}
#Contents .mainVisual {
  width: 100%;
  height: 100svh;
  overflow: hidden;
  position: relative;
}
#Contents .mainVisual img {
  width: 100%;
  height: 100svh;
  object-fit: cover;
}
@media screen and (max-width: 767.9px) {
  #Contents .mainVisual_progress {
    display: none;
  }
}
@media print, screen and (min-width: 768px) {
  #Contents .mainVisual_progress {
    position: absolute;
    left: 2em;
    bottom: 2em;
    z-index: 1000;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
}
@media print, screen and (min-width: 768px) {
  #Contents .mainVisual_progress svg {
    width: min(5.393258427vw, 48px);
    height: min(5.393258427vw, 48px);
  }
}
@media print, screen and (min-width: 768px) {
  #Contents .mainVisual_progress p {
    margin-left: 0.8em;
    color: #FFF;
    font-size: min(0.875em, 1.5730337079vw);
  }
}
@media screen and (max-width: 767.9px) {
  #Contents .mainVisual_scroll {
    background: url("../images/icon_allow-down.svg") no-repeat 50% 100%;
    background-size: min(4vw, 15px);
    pointer-events: none;
    font-size: min(0.75em, 3.2vw);
    color: #504B3C;
    line-height: 1;
    letter-spacing: 0.2em;
    position: absolute;
    bottom: min(2.6666666667vw, 10px);
    padding-bottom: min(9.6vw, 36px);
    left: 50%;
    transform: translateX(-50%);
  }
}
@media print, screen and (min-width: 768px) {
  #Contents .mainVisual_scroll {
    display: none;
  }
}
#Contents .photography,
#Contents .costume {
  box-sizing: border-box;
  padding: 0 min(4.4943820225vw, 40px);
}
@media print, screen and (min-width: 768px) {
  #Contents .photography,
  #Contents .costume {
    max-width: 890px;
  }
}
#Contents .photographyImages,
#Contents .costumeImages {
  margin-top: min(4.0449438202vw, 36px);
}
#Contents .photographyImages_list,
#Contents .costumeImages_list {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 810/525;
}
#Contents .photographyImages_thumbs,
#Contents .costumeImages_thumbs {
  width: min(100vw, 540px);
  max-width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media screen and (max-width: 767.9px) {
  #Contents .photographyImages_thumbs,
  #Contents .costumeImages_thumbs {
    margin: min(1.5625vw, 12px) auto 0;
  }
}
@media print, screen and (min-width: 768px) {
  #Contents .photographyImages_thumbs,
  #Contents .costumeImages_thumbs {
    margin: min(2.6966292135vw, 24px) auto 0;
  }
}
#Contents .photographyImages_thumbs li,
#Contents .costumeImages_thumbs li {
  margin-left: min(1.1235955056vw, 10px);
  cursor: pointer;
}
#Contents .photographyImages_thumbs li:first-child,
#Contents .costumeImages_thumbs li:first-child {
  margin-left: 0;
}
body:not([data-device=touchDevice]) #Contents .photographyImages_thumbs li:hover,
body:not([data-device=touchDevice]) #Contents .costumeImages_thumbs li:hover {
  opacity: 0.7;
  transition: opacity 500ms;
}
#Contents .photographyImages img,
#Contents .costumeImages img {
  width: 100%;
}
#Contents .photography_text,
#Contents .costume_text {
  color: #504B3C;
  line-height: 1.8;
  text-align: justify;
  text-justify: inter-ideograph;
  margin: min(6.1797752809vw, 55px) auto 0;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767.9px) {
  #Contents .photography_text,
  #Contents .costume_text {
    font-size: min(0.875em, 3.6458333333vw);
  }
}
@media print, screen and (min-width: 768px) {
  #Contents .photography_text,
  #Contents .costume_text {
    font-size: min(1.0625em, 1.9101123596vw);
  }
}
#Contents .photography_button,
#Contents .costume_button {
  margin-top: min(6.2921348315vw, 56px);
}
#Contents .photography_button a,
#Contents .costume_button a {
  color: #FFF;
  text-decoration: none;
  letter-spacing: 0.2em;
  display: inline-block;
  background-color: rgba(100, 180, 210, 0.8);
  padding: 2em 6em 2.2em 6em;
  border-radius: 10em;
  position: relative;
  transition: background-color 500ms;
}
@media screen and (max-width: 767.9px) {
  #Contents .photography_button a,
  #Contents .costume_button a {
    font-size: min(1em, 4.1666666667vw);
  }
}
@media print, screen and (min-width: 768px) {
  #Contents .photography_button a,
  #Contents .costume_button a {
    font-size: min(1.25em, 2.2471910112vw);
  }
}
#Contents .photography_button a::before,
#Contents .costume_button a::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0.5em;
  left: 0.5em;
  background: linear-gradient(90deg, rgba(130, 235, 241, 0.8) 0%, rgba(99, 164, 255, 0.8) 100%);
  filter: blur(0.8em);
  z-index: -1;
  border-radius: inherit;
  transition: top 500ms, left 500ms;
}
#Contents .photography_button a::after,
#Contents .costume_button a::after {
  content: "";
  width: 0.5em;
  height: 0.5em;
  position: absolute;
  top: 50%;
  right: 2.5em;
  display: block;
  border-top: min(0.625vw, 2px) solid #FFF;
  border-right: min(0.625vw, 2px) solid #FFF;
  z-index: 100;
  transform: rotate(45deg) translateY(-90%);
}
body:not([data-device=touchDevice]) #Contents .photography_button a:hover,
body:not([data-device=touchDevice]) #Contents .costume_button a:hover {
  background-color: rgba(100, 180, 210, 0.5);
}
body:not([data-device=touchDevice]) #Contents .photography_button a:hover::before,
body:not([data-device=touchDevice]) #Contents .costume_button a:hover::before {
  top: 0;
  left: 0;
}
#Contents .photography {
  margin: min(7.4157303371vw, 66px) auto 0;
}
#Contents .photography_heading {
  margin: 0 auto;
}
@media screen and (max-width: 767.9px) {
  #Contents .photography_heading {
    width: min(54.6666666667vw, 354px);
  }
}
@media print, screen and (min-width: 768px) {
  #Contents .photography_heading {
    width: min(46.1797752809vw, 411px);
  }
}
#Contents .costume {
  margin: min(15.7303370787vw, 140px) auto 0;
}
#Contents .costume_heading {
  margin: 0 auto;
}
@media screen and (max-width: 767.9px) {
  #Contents .costume_heading {
    width: min(32.5333333333vw, 210px);
  }
}
@media print, screen and (min-width: 768px) {
  #Contents .costume_heading {
    width: min(27.4157303371vw, 244px);
  }
}
#Contents .access {
  background: linear-gradient(135deg, rgb(253, 251, 251) 0%, rgb(235, 237, 238) 100%);
}
@media screen and (max-width: 767.9px) {
  #Contents .access {
    margin: min(21.3333333333vw, 80px) auto 0;
    padding: min(14.6666666667vw, 55px) 0 min(29.3333333333vw, 110px);
  }
}
@media print, screen and (min-width: 768px) {
  #Contents .access {
    margin: min(18.2291666667vw, 140px) auto 0;
    padding: min(9.375vw, 72px) 0 min(14.3229166667vw, 110px);
  }
}
#Contents .access_heading {
  margin: 0 auto;
}
@media screen and (max-width: 767.9px) {
  #Contents .access_heading {
    width: min(25.8666666667vw, 116px);
  }
}
@media print, screen and (min-width: 768px) {
  #Contents .access_heading {
    width: min(15.1685393258vw, 135px);
  }
}
@media print, screen and (min-width: 768px) {
  #Contents .access_inner {
    margin: min(5.8333333333vw, 56px) auto;
    box-sizing: border-box;
    max-width: 960px;
  }
}
@media screen and (max-width: 767.9px) {
  #Contents .access_item {
    width: 89.3333333333vw;
    max-width: 420px;
    margin: min(10.6666666667vw, 40px) auto 0;
  }
}
@media print, screen and (min-width: 768px) {
  #Contents .access_item {
    width: min(43.75vw, 420px);
    padding: 0 min(3.125vw, 30px);
    margin: 0 auto;
  }
}
#Contents .access_name {
  color: #504B3C;
  font-weight: normal;
  letter-spacing: 0.2em;
  margin-top: -0.2em;
}
@media screen and (max-width: 767.9px) {
  #Contents .access_name {
    font-size: min(1.25em, 5.2083333333vw);
    line-height: 1.3;
  }
}
@media print, screen and (min-width: 768px) {
  #Contents .access_name {
    font-size: min(2em, 3.3333333333vw);
    line-height: 1.1;
    min-height: 4em;
  }
}
#Contents .access_name span {
  display: inline-block;
  letter-spacing: 0.15em;
  line-height: 2;
}
@media screen and (max-width: 767.9px) {
  #Contents .access_name span {
    font-size: 58.3333333333%;
  }
}
@media print, screen and (min-width: 768px) {
  #Contents .access_name span {
    font-size: 56.25%;
  }
}
#Contents .access_name small {
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767.9px) {
  #Contents .access_name small {
    font-size: 66.6666666667%;
  }
}
@media print, screen and (min-width: 768px) {
  #Contents .access_name small {
    font-size: 50%;
  }
}
#Contents .access_map {
  width: 100%;
}
@media screen and (max-width: 767.9px) {
  #Contents .access_map {
    margin-top: min(5.3333333333vw, 20px);
  }
}
@media print, screen and (min-width: 768px) {
  #Contents .access_map {
    margin-top: min(2.9166666667vw, 28px);
  }
}
#Contents .access_map iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 420/300;
}
#Contents .access_text {
  line-height: 1.4;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 767.9px) {
  #Contents .access_text {
    font-size: min(0.875em, 3.6458333333vw);
    margin-top: 1em;
  }
}
@media print, screen and (min-width: 768px) {
  #Contents .access_text {
    font-size: min(1.125em, 1.875vw);
  }
}
#Contents .access_text em {
  color: #64B4D2;
  font-style: normal;
}
#Contents .access address {
  font-style: normal;
}
#Contents .access_address {
  color: #504B3C;
  line-height: 1.4;
  letter-spacing: 0.15em;
  margin-top: min(3.125vw, 30px);
}
@media screen and (max-width: 767.9px) {
  #Contents .access_address {
    font-size: min(0.875em, 3.6458333333vw);
  }
}
@media print, screen and (min-width: 768px) {
  #Contents .access_address {
    font-size: min(1em, 1.6666666667vw);
  }
}
#Contents .access_tel {
  color: #504B3C;
  line-height: 1.2;
  letter-spacing: 0.2em;
  margin-top: min(10.4166666667vw, 40px);
}
@media screen and (max-width: 767.9px) {
  #Contents .access_tel {
    font-size: min(1.5em, 6.25vw);
  }
}
@media print, screen and (min-width: 768px) {
  #Contents .access_tel {
    font-size: min(1.75em, 2.9166666667vw);
  }
}
#Contents .access_tel a {
  display: inline-block;
  background: url("../images/icon_tel.svg") no-repeat 50% 0;
  background-size: min(12.5vw, 48px);
  color: #504B3C;
  text-decoration: none;
  padding-top: min(18.2291666667vw, 70px);
}
#Contents .access_time {
  color: #504B3C;
  line-height: 1.8;
  letter-spacing: 0.15em;
  margin-top: min(1.6666666667vw, 16px);
}
@media screen and (max-width: 767.9px) {
  #Contents .access_time {
    font-size: min(0.875em, 3.6458333333vw);
  }
}
@media print, screen and (min-width: 768px) {
  #Contents .access_time {
    font-size: min(1em, 1.6666666667vw);
  }
}
#Contents .access_button {
  margin-top: min(6.2921348315vw, 56px);
  position: relative;
  z-index: 100;
}
#Contents .access_button a {
  color: #FFF;
  text-decoration: none;
  letter-spacing: 0.2em;
  display: inline-block;
  background-color: rgba(100, 180, 210, 0.8);
  border-radius: 10em;
  position: relative;
  transition: background-color 500ms;
}
@media screen and (max-width: 767.9px) {
  #Contents .access_button a {
    padding: 2em 4.6em 2.2em 4.6em;
    font-size: min(1em, 4.1666666667vw);
  }
}
@media print, screen and (min-width: 768px) {
  #Contents .access_button a {
    padding: 2em 6em 2.2em 6em;
    font-size: min(1.25em, 2.2471910112vw);
  }
}
#Contents .access_button a::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0.5em;
  left: 0.5em;
  background: linear-gradient(90deg, rgba(130, 235, 241, 0.8) 0%, rgba(99, 164, 255, 0.8) 100%);
  filter: blur(0.8em);
  z-index: -1;
  border-radius: inherit;
  transition: top 500ms, left 500ms;
}
#Contents .access_button a::after {
  content: "";
  width: 0.5em;
  height: 0.5em;
  position: absolute;
  top: 50%;
  right: 2.5em;
  display: block;
  border-top: min(0.625vw, 2px) solid #FFF;
  border-right: min(0.625vw, 2px) solid #FFF;
  z-index: 100;
  transform: rotate(45deg) translateY(-90%);
}
body:not([data-device=touchDevice]) #Contents .access_button a:hover {
  background-color: rgba(100, 180, 210, 0.5);
}
body:not([data-device=touchDevice]) #Contents .access_button a:hover::before {
  top: 0;
  left: 0;
}

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