@font-face {
  font-family: "ZenOldMincho", sans-serif;
  font-style: normal;
  src: url(../font/ZenOldMincho-Regular.ttf);
}
@font-face {
  font-family: "ZenKakuGothicAntique", sans-serif;
  font-style: normal;
  src: url(../font/ZenKakuGothicAntique-Medium.ttf);
}
@font-face {
  font-family: "Manrope", sans-serif;
  font-style: normal;
  font-weight: 500 300 200;
  src: url(../font/Manrope-Medium.ttf) format("truetype");
  src: url(../font/Manrope-Light.ttf) format("truetype");
  src: url(../font/Manrope-ExtraLight.ttf) format("truetype");
}
main {
  background-color: #fdfcfc;
  padding: 0 0 100px;
  position: relative;
  z-index: 0;
}

.meal .main_visual {
  aspect-ratio: 1280/550;
  background: url(../image/oshima-resort_cap_10.jpg?20260720) no-repeat center center/cover;
  height: 100%;
  position: relative;
  width: 100%;
  z-index: 1;
}
@media screen and (max-width: 959px) {
  .meal .main_visual {
    aspect-ratio: 375/440;
    background: url(../image/oshima-resort_cap_10.jpg?20260720) no-repeat center center/cover;
  }
}
.meal .main_visual .main_copy {
  left: 10%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 959px) {
  .meal .main_visual .main_copy {
    left: 50%;
    top: 25%;
    transform: translate(-50%, -50%);
    width: 100%;
  }
}
.meal .main_visual .main_copy h1 {
  color: #fff;
  font-size: 34px;
  font-weight: 400;
  letter-spacing: 0.2em;
  line-height: 1.5;
  min-width: 340px;
}
@media screen and (max-width: 959px) {
  .meal .main_visual .main_copy h1 {
    font-size: 30px;
    text-align: center;
  }
}
.meal .main_visual .main_copy h1 span {
  color: #fff;
  display: block;
  font-size: 12px;
  margin-top: 6px;
}
@media screen and (max-width: 959px) {
  .meal .main_visual .main_copy h1 span {
    font-size: 10px;
  }
}
.meal .concept_wave_container {
  overflow: hidden;
  position: relative;
  top: -99px;
  z-index: 10;
}
@media screen and (max-width: 959px) {
  .meal .concept_wave_container {
    top: -99px;
  }
}
.meal .concept_text {
  height: 100%;
  position: relative;
  width: 100%;
  z-index: 1;
}
.meal .concept_text .concept_text_inner {
  width: 100%;
}
@media screen and (max-width: 959px) {
  .meal .concept_text .concept_text_inner {
    margin: 0 auto;
    width: 90%;
  }
}
.meal .concept_text .concept_text_inner h2 {
  color: #000000;
  font-size: 26px;
  font-weight: 400;
  letter-spacing: 0.2em;
  line-height: 1.5;
  margin-bottom: 25px;
  text-align: center;
}
@media screen and (max-width: 959px) {
  .meal .concept_text .concept_text_inner h2 {
    font-size: 22px;
    margin-bottom: 20px;
  }
}
.meal .concept_text .concept_text_inner .concept_text_sub {
  color: #000000;
  font-size: 12px;
  letter-spacing: 0.2em;
  text-align: center;
}
.meal .concept_text .concept_text_inner .text {
  color: #000000;
  font-size: 14px;
  letter-spacing: 0.2em;
  line-height: 2.1;
  margin-top: 30px;
  text-align: center;
}
@media screen and (max-width: 959px) {
  .meal .concept_text .concept_text_inner .text {
    text-align: center;
  }
}
@media screen and (max-width: 560px) {
  .meal .concept_text .concept_text_inner .text {
    text-align: left;
  }
}
.meal .movie_list {
  margin: 120px auto 0;
  max-width: 1000px;
  width: 90%;
}
@media screen and (max-width: 959px) {
  .meal .movie_list {
    margin: 80px auto 0;
  }
}
.meal .movie_list .movie_section {
  margin-bottom: 100px;
}
@media screen and (max-width: 959px) {
  .meal .movie_list .movie_section {
    margin-bottom: 60px;
  }
}
.meal .movie_list .movie_section:last-of-type {
  margin-bottom: 0;
}
.meal .movie_list .movie_swipe_hint {
  display: none;
}
@media screen and (max-width: 959px) {
  .meal .movie_list .movie_swipe_hint {
    align-items: center;
    color: #777;
    display: flex;
    font-size: 12px;
    gap: 6px;
    justify-content: center;
    letter-spacing: 0.2em;
    line-height: 1.5;
    margin-top: 16px;
  }
}
.meal .movie_list .movie_swipe_hint .movie_swipe_hint_arrow {
  animation: movie_swipe_hint_slide 1.6s ease-in-out infinite;
}
@media screen and (max-width: 959px) {
  .meal .movie_list .movie_swipe_hint + .movie_grid {
    margin-top: 14px;
  }
}
.meal .movie_list .movie_section_title {
  font-size: 30px;
  font-weight: 400;
  letter-spacing: 0.2em;
  line-height: 1.5;
  padding-bottom: 26px;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 959px) {
  .meal .movie_list .movie_section_title {
    font-size: 20px;
    padding-bottom: 12px;
  }
}
.meal .movie_list .movie_section_title::after {
  background-color: #b1b1b1;
  bottom: 0;
  content: "";
  height: 1px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 100px;
}
.meal .movie_list .movie_grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  margin: 30px auto 0;
}
@media screen and (max-width: 959px) {
  .meal .movie_list .movie_grid {
    gap: 10px;
  }
}
.meal .movie_list .movie_grid._youtube .movie_item {
  width: calc(50% - 10px);
}
@media screen and (max-width: 959px) {
  .meal .movie_list .movie_grid._youtube .movie_item {
    width: 100%;
  }
}
.meal .movie_list .movie_grid._youtube .movie_item iframe {
  aspect-ratio: 560/315;
  height: 100%;
  width: 100%;
}
.meal .movie_list .movie_grid._youtube .yt_facade {
  aspect-ratio: 560/315;
  background-color: #000;
  border: none;
  cursor: pointer;
  display: block;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 100%;
}
.meal .movie_list .movie_grid._youtube .yt_facade img {
  -o-object-fit: cover;
  display: block;
  height: 100%;
  object-fit: cover;
  transition: opacity 0.3s;
  width: 100%;
}
.meal .movie_list .movie_grid._youtube .yt_facade:hover img {
  opacity: 0.85;
}
.meal .movie_list .movie_grid._youtube .yt_facade .yt_facade_play {
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 10px;
  height: 44px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: background-color 0.3s;
  width: 64px;
}
.meal .movie_list .movie_grid._youtube .yt_facade .yt_facade_play::after {
  border-color: transparent transparent transparent #fff;
  border-style: solid;
  border-width: 9px 0 9px 15px;
  content: "";
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-40%, -50%);
}
.meal .movie_list .movie_grid._youtube .yt_facade:hover .yt_facade_play {
  background-color: #f00;
}
@media screen and (max-width: 959px) {
  .meal .movie_list .movie_grid._instagram, .meal .movie_list .movie_grid._tiktok {
    -webkit-overflow-scrolling: touch;
    flex-wrap: nowrap;
    justify-content: flex-start;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 14px;
    scroll-snap-type: x proximity;
    scrollbar-width: thin;
  }
}
.meal .movie_list .movie_grid._instagram .movie_item, .meal .movie_list .movie_grid._tiktok .movie_item {
  max-width: 325px;
  width: calc((100% - 40px) / 3);
}
@media screen and (max-width: 959px) {
  .meal .movie_list .movie_grid._instagram .movie_item, .meal .movie_list .movie_grid._tiktok .movie_item {
    flex: 0 0 300px;
    max-width: none;
    scroll-snap-align: center;
    width: 300px;
  }
}
.meal .movie_list .movie_grid._instagram .movie_item iframe, .meal .movie_list .movie_grid._tiktok .movie_item iframe {
  height: 100%;
  width: 100%;
}
.meal .movie_list .movie_grid._instagram .movie_item {
  height: 452px;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 959px) {
  .meal .movie_list .movie_grid._instagram .movie_item {
    height: 427px;
  }
}
.meal .movie_list .movie_grid._instagram .movie_item::after {
  background: #fff;
  content: "";
  height: 48px;
  position: absolute;
  right: 0;
  top: 0;
  width: 165px;
}
.meal .movie_list .movie_grid._instagram .movie_item iframe {
  aspect-ratio: auto;
  height: 700px;
}
.meal .movie_list .movie_grid._tiktok .movie_item iframe {
  aspect-ratio: 9/16;
}
.meal .movie_list .movie_note {
  font-size: 12px;
  font-weight: 200;
  letter-spacing: 0.2em;
  line-height: 1.5;
  margin-top: 60px;
  text-align: center;
}
@media screen and (max-width: 959px) {
  .meal .movie_list .movie_note {
    margin-top: 40px;
  }
}

@keyframes movie_swipe_hint_slide {
  0%, 100% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(6px);
  }
}
/*# sourceMappingURL=sourcemaps/movie.css.map */