*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

.h1 {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: left;
  color: #fff;
}

.p {
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: 0.05em;
  text-align: left;
  color: #fff;
  padding-left: 20px;
}

.main {
  background-color: #000;
  font-family: "Shippori Mincho", "游明朝", "YuMincho", "ヒラギノ明朝 Pro W3",
    "Hiragino Mincho Pro", "HG明朝E", "MS P明朝", "MS 明朝", serif !important;
}

.container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 40px;
}

@media (max-width: 768px) {
  .container {
    padding: 0 20px;
    margin: 0 auto;
  }

  .h1 {
    font-size: 14px;
  }

  .p {
    font-size: 14px;
    padding-left: 0px;
  }
}

/* Hero */
.hero {
  width: 100%;
  height: 100%;
}

.title {
  text-align: center;
  font-weight: 600;
  font-size: 24px;
  color: #fff;
  padding: 8rem 0;
}

@media screen and (max-width: 768px) {
  .title {
    padding: 3rem 0;
  }
}

/* Hide the mobile image by default */
.mobile-image {
  display: none;
}

@media (min-width: 769px) {
  .desktop-image {
    position: relative;
    width: 100%;
  }

  .desktop-title {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .scroll {
    position: absolute;
    top: 80%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 3rem;
  }

  .scroll::before {
    animation: scroll 2s infinite;
    background-color: #fff;
    bottom: -115px;
    content: "";
    height: 100px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    width: 1px;
  }

  @keyframes scroll {
    0% {
      transform: scale(1, 0);
      transform-origin: 0 0;
    }

    50% {
      transform: scale(1, 1);
      transform-origin: 0 0;
    }

    51% {
      transform: scale(1, 1);
      transform-origin: 0 100%;
    }

    100% {
      transform: scale(1, 0);
      transform-origin: 0 100%;
    }
  }
}

@media (max-width: 768px) {
  .desktop-image {
    display: none;
  }

  .mobile-image {
    display: block;
    width: 100%;
  }

  .mobile-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

.paralax {
  background-image: url("/special/hamarikyu_moon-viewing2024/assets/images/cloud-moon.png");
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
}

@media screen and (max-width: 1024px) {
  .paralax {
    background-image: url("/special/hamarikyu_moon-viewing2024/assets/images/mobile_cloud_moon.png");
  }
}

/* movie */
.movie {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.movie-title {
  text-align: center;
  font-size: 32px;
  color: #fff;
  padding: 8rem 0;
  font-weight: normal;
}

.movie-subtitle {
  text-align: center;
  font-size: 16px;
  color: #fff;
  font-weight: normal;
  line-height: 24px;
  text-align: left;
}

.movie-title1 {
  text-align: center;
  font-size: 24px;
  color: #fff;
  font-weight: normal;
  margin-top: 12rem;

  padding-bottom: 4rem;
}

.video-container {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  max-width: 890px;
  overflow: hidden;
  position: relative;
  aspect-ratio: 16 / 9;
}

.video-container iframe {
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 769px) {
  .video-container iframe {
    width: 100%;
    height: 500px;
  }

  .video-container {
    aspect-ratio: 16/9;
  }
}

/* Information */
.information {
  padding-top: 1.25rem;
  padding-bottom: 5rem;
}

.info-wrap {
  padding-bottom: 30px;
}

.button {
  cursor: pointer;
}

.color-button-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
  align-items: center;
  margin-bottom: 1rem;
}

.button-jtb {
  display: inline-flex;
  padding: 0.5rem;
  justify-content: center;
  align-items: center;
  width: 24rem;
  border-radius: 50px;
  gap: 20px;
  margin-bottom: 1rem;
  background-color: #7ce0ff;
  color: #3a3a3a;
}

.button-webkit {
  display: inline-flex;
  padding: 0.5rem;
  justify-content: center;
  align-items: center;
  width: 24rem;
  border-radius: 50px;
  gap: 20px;
  margin-bottom: 1rem;
  background-color: #baff9a;
  color: #3a3a3a;
}

.btn-border {
  border: 1px solid #3a3a3a;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 4rem;
  width: 100%;
  border-radius: 50px;
  gap: 20px;
  font-size: 16px;
  font-weight: bolder;
}

@media screen and (max-width: 768px) {
  .button-jtb {
    width: 100%;
  }

  .button-webkit {
    width: 100%;
  }

  .btn-border {
    height: 6rem;
    font-size: 24px;
  }
}

.button-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
  align-items: center;
  color: #fff;
}

.button-wrap .button {
  display: inline-flex;
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  justify-content: center;
  align-items: center;
  width: 20rem;
  border: 1px solid #fff;
  border-radius: 50px;
  gap: 20px;
}

.btn-inner {
  font-size: 14px;
}

.btn-hover {
  transition: transform 0.3s ease;
}

.btn-hover:hover {
  transform: scale(1.1);
}

@media screen and (max-width: 768px) {
  .button-wrap {
    flex-direction: column;
  }

  .button-wrap .button {
    width: 100%;
    max-width: 40rem;
    padding-top: 2.4rem;
    padding-bottom: 2.4rem;
  }

  .btn-inner {
    font-size: 16px;
  }

  .button i {
    font-size: 16px;
  }
}

/* access */
.access {
  background-color: #3a3a3a;
}

.access-wrap {
  padding-bottom: 30px;
}

.access-wrap.center {
  display: flex;
  justify-content: center;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
  align-items: center;
}

.btn-access {
  display: inline-flex;
  padding: 0.5rem;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  gap: 20px;
  margin-bottom: 1rem;
  background-color: #ffffff;
  color: #3a3a3a;
}

.btn-access .btn-border {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  padding-top: 3rem;
  padding-bottom: 3rem;
  width: 20rem;
  font-weight: bolder;
}

@media screen and (max-width: 768px) {
  .btn-access {
    width: 100%;
    max-width: 40rem;
  }

  .btn-access .btn-border {
    width: 100%;
  }
}

/* contents */
.contents {
  position: relative;
}

.contents-subtitle {
  font-size: 14px;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: 0.05em;
  text-align: left;
  color: #fff;
  text-indent: -4em;
  padding-left: 4em;
  margin-bottom: 10px;
}

.food-subtitle {
  font-size: 14px;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: 0.05em;
  text-align: left;
  color: #fff;
}

.contentsDetail {
  font-size: 14px;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: 0.05em;
  text-align: left;
  color: #fff;
  display: none;
  text-indent: -4em;
  padding-left: 4em;
  margin-bottom: 10px;
}

#modalBodyContent .contentsDetail {
  display: block;
}

.contents-slider {
  padding: 1.5rem;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  /*gap: 4rem;*/
}

.contents-text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  /*gap: 4rem;*/
}

.contents-text h1 {
  margin-bottom: 20px;
  line-height: 1.3;
}

.contents-slider .bottom {
  color: #fff;
  text-align: right;
  font-size: 1.4em;
}

.contents-slides .slider-padding {
  padding: 0px 10px;
  display: flex !important;
  justify-content: center;
  align-items: center;
  /*width: 300px;*/
  max-width: 300px;
  margin: 0 auto;
}

#playPauseButton {
  color: #000;
  padding: 10px;
  background-color: #fff;
  position: absolute;
  z-index: 10;
  bottom: 10px;
  right: 0px;
}

/* food */
.food {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  position: relative;
}


#food_playPauseButton {
  color: #000;
  padding: 10px;
  background-color: #fff;
  position: absolute;
  z-index: 10;
  bottom: 10px;
  /*right: 10px;*/
  right: -4%;
}


/*@media screen and (min-width: 981px) {
  #food_playPauseButton i.fa.fa-pause {
    display: block;
  }
}*/

.food-slide .slider-padding {
  pointer-events: none;
}

.food-slides .slider-padding {
  padding: 0px 10px;
  display: flex !important;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  width: 100%;
  /*min-width: 300px;*/
  max-width: 300px;
  height: 450px;
  max-height: 450px;
}

/* map */
.map {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.image-container {
  position: relative;
  width: 100%;
  max-width: 1100px;
  height: 100%;
  aspect-ratio: 16 / 9;
  overflow: visible;
  text-align: center;
}

.zoom-image {
    height: inherit;
    width: auto;
    margin: auto;
}

.zoom-lens {
  position: absolute;
  border: 2px solid #fff;
  border-radius: 50%;
  width: 250px;
  /* Circle size */
  height: 250px;
  visibility: hidden;
  pointer-events: none;
  overflow: hidden;
  /* Make sure the zoom lens can go out of image */
  z-index: 999;
}

.zoom-lens img {
  position: absolute;
  width: 200%;
  height: 200%;
}

/* slider */
.slider {
  background-color: #3a3a3a;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  padding-bottom: 0;
  display: flex;
  flex-direction: column;
  height: 500px;
  max-height: 500px;
}

.slider .image {
  height: 150px;
  max-height: 150px;
  /*overflow: hidden;*/
}

.slider .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 16/8;
}

.slider-content {
  padding: 1.5rem;
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: space-between;
}

.slider-content .bottom {
  color: #fff;
  text-align: right;
  font-size: 16px;
}

.slick-prev,
.slick-next {
  border: none;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  cursor: pointer;
  font-size: 28px;
  background-color: #ffffff;
  opacity: "0.7";
}

.slick-prev {
  left: 10px;
}

.slick-prev i {
  color: #000;
}

.slick-next i {
  color: #000;
}

.slick-prev i:hover,
.slick-next i:hover,
.slick-prev i:focus,
.slick-next i:focus {
  color: #000;
}

.slick-next {
  right: 10px;
}

.slick-prev:before,
.slick-next:before {
  display: none;
}

/* Adjust hover styles */
.slick-prev:hover,
.slick-next:hover,
.slick-prev:focus,
.slick-next:focus {
  background-color: #ffffff;
  opacity: "0.7";
}

@media screen and (max-width: 768px) {

  .slick-prev,
  .slick-next {
    width: 30px;
    height: 30px;
    font-size: 16px;
  }
}

/* Modal container */
#sliderModal {
  display: none;
  /* Initially hidden */
  position: fixed;
  z-index: 100000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.modal {
  position: relative;
  z-index: 100000;
  width: 100%;
  height: 100%;
  min-width: 100vw;
  overflow: auto;
  background-color: transparent;
  border-radius: 0%;
  box-shadow: none;
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  margin: 0 30%;
  box-shadow: none;
  min-height: 100vh;
  max-width: 100%;
  max-height: 100%;
}

#modalBodyContent {
  position: relative;
}

#modalBodyContent .contents-slider {
  height: 450px;
  max-height: 450px;
}

#modalBodyContent .bottom {
  display: none;
}

@media screen and (min-width: 769px) {
  #modalBodyContent .slider {
    min-width: 600px;
    min-height: 700px;
  }
}

@media screen and (max-width: 769px) {
  #modalBodyContent .slider {
    overflow: auto;
  }

  #food_playPauseButton {
    right: 2%;
    bottom: 0%;
  }
}

@media screen and (min-width: 1920px) {
  #modalBodyContent .slider {
    min-width: 800px;
    min-height: 800px;
  }

  #modalBodyContent .image {
    height: 300px;
    max-height: 300px;
    width: 800px;
    max-width: 800px;
  }
}

/* Close button */
.close-button {
  position: absolute;
  right: -10px;
  top: -10px;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  z-index: 1000;
  background-color: #3a3a3a;
  height: 35px;
  width: 35px;
  text-align: center;
  border-radius: 50%;
  z-index: 1000000;
  padding: 3px;
}

.close-button:hover,
.close-button:focus {
  text-decoration: none;
  cursor: pointer;
}

/* Disable scroll when modal is open */
.modal-open {
  overflow: hidden;
}

@media screen and (max-width: 425px) {
  .modal {
    padding: 0 10px;
  }

  .modal-content {
    max-width: 100%;
    margin: 0%;
  }
}

@media screen and (max-width: 767px) {
  .modal-content {
    max-width: 100%;
    margin: 0 10% !important;
  }
}

@media screen and (min-width: 769px) {
  .modal-content {
    min-width: 300px;
    min-height: 450px;
    max-width: 300px;
    max-height: 450px;
    margin: 0 auto;
  }
}

.modal-center {
  height: 100%;
  width: 100%;
  min-height: 100%;
  min-width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (min-width: 2500px) {
  .contents {
    position: relative;
    max-width: 2400px;
    margin: 0 auto;
  }

  .contents-slides .slick-prev {
    left: -60px;
  }

  .contents-slides .slick-next {
    right: -60px !important;
  }

  .food-slides {
    max-width: 900px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 2499px) {
  .contents {
    position: relative;
    max-width: 1500px;
    margin: 0 auto;
  }

  .contents-slides .slick-prev {
    left: -55px;
  }

  .contents-slides .slick-next {
    right: -60px !important;
  }

  .contents #playPauseButton {
    right: -4%;
  }

  .food-slides {
    max-width: 900px;
    margin: 0 auto;
  }
}

@media screen and (min-width: 2048px) {
  .contents-slides .slick-prev {
    left: -55px;
  }

  .contents-slides .slick-next {
    right: -55px !important;
  }

  .contents #playPauseButton {
    right: -2%;
  }
}

@media screen and (max-width: 1920px) {
  .contents {
    position: relative;
    /*max-width: 1190px;*/
    max-width: 1500px;
    margin: 0 auto;
  }

  .contents-slides .slick-prev {
    left: -5% !important;
  }

  .contents-slides .slick-next {
    right: -5% !important;
  }

  .contents #playPauseButton {
    right: -4%;
  }

  .food-slides {
    max-width: 900px;
    margin: 0 auto;
  }
}

/*@media screen and (max-width: 1500px) {*/
@media screen and (max-width: 1690px) {
  .contents {
    position: relative;
    /*max-width: 900px;*/
    max-width: 1200px;
    margin: 0 auto;
  }

  .contents-slides .slick-prev {
    left: -5% !important;
  }

  .contents-slides .slick-next {
    right: -5% !important;
  }
}

/*@media screen and (max-width: 1024px) {*/
@media screen and (max-width: 1340px) {
  .contents {
    position: relative;
    max-width: 900px !important;
    max-width: 100%;
    margin: 0 auto;
  }

  .contents-slides .slick-prev {
    left: -7% !important;
  }

  .contents-slides .slick-next {
    right: -7% !important;
  }
}

/*@media screen and (max-width: 980px) {*/
@media screen and (max-width: 1050px) {
  .contents {
    position: relative;
    max-width: 601px !important;
    margin: 0 auto;
  }

  .contents-slides .slick-prev {
    left: -9% !important;
  }

  .contents-slides .slick-next {
    right: -9% !important;
  }

  /*.food-slides {
    max-width: 600px;
    margin: 0 auto;
  }*/
}

@media screen and (max-width: 980px) {
  .contents {
    position: relative;
    margin: 0 auto;
  }

  .contents-slides .slick-prev {
    left: 2% !important;
  }

  .contents-slides .slick-next {
    right: 2% !important;
  }

  .food-slides {
    max-width: 600px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 768px) {
  .food-slides {
    max-width: 100%;
    margin: 0 auto;
  }

  .contents #playPauseButton {
    right: 2%;
    bottom: 0%;
  }
}

@media screen and (min-width: 769px) {
  /*.contents-slides .slider-padding {
    min-width: 300px;
    min-height: 450px;
    max-width: 300px;
    max-height: 450px;
  }*/

  .slider {
    min-height: 450px;
  }
}

/* Hide the mobile image by default */
.mobile-image {
  display: none;
}

@media (min-width: 769px) {
  .desktop-image {
    position: relative;
    width: 100%;
  }

  .desktop-title {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    /*width: 450px;*/
  }

  .scroll {
    position: absolute;
    top: 80%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 3rem;
  }

  .scroll::before {
    animation: scroll 2s infinite;
    background-color: #fff;
    bottom: -115px;
    content: "";
    height: 100px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    width: 1px;
  }

  @keyframes scroll {
    0% {
      transform: scale(1, 0);
      transform-origin: 0 0;
    }

    50% {
      transform: scale(1, 1);
      transform-origin: 0 0;
    }

    51% {
      transform: scale(1, 1);
      transform-origin: 0 100%;
    }

    100% {
      transform: scale(1, 0);
      transform-origin: 0 100%;
    }
  }
}

@media (max-width: 768px) {
  .desktop-image {
    display: none;
  }

  .mobile-image {
    display: block;
    position: relative;
    width: 100vw;
  }

  .desktop-title {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    /*width: 95% !important;*/
    height: inherit !important;
  }

  .scroll {
    position: absolute;
    top: 80%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 3rem;
  }

  .scroll::before {
    animation: scroll 2s infinite;
    background-color: #fff;
    bottom: -115px;
    content: "";
    height: 100px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    width: 1px;
  }

  @keyframes scroll {
    0% {
      transform: scale(1, 0);
      transform-origin: 0 0;
    }

    50% {
      transform: scale(1, 1);
      transform-origin: 0 0;
    }

    51% {
      transform: scale(1, 1);
      transform-origin: 0 100%;
    }

    100% {
      transform: scale(1, 0);
      transform-origin: 0 100%;
    }
  }
}

p.otherTxtindent {
  text-indent: -1em;
  padding-left: 1em;
}

#slideshow {
  position: relative;
  width: 100%;
  height: 90vh;  /*画像の高さ */
  overflow: hidden;
}

.fade-img {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  opacity: 0;
  transition: opacity 2s ease-in-out;
}

.fade-img.active {
  opacity: 1;
}


@media (max-width: 768px) { 
  #slideshow {
    position: relative;
    width: 100%;
    /*height: 900px;  画像の高さ */
    max-height: 900px;
    overflow: hidden;
  }
}