/************************************************************/
/* リセットCSS                                               */
/************************************************************/
body {
  margin: 0;
  font-family: Helvetica, sans-serif;
  font-style: italic;
}

h1, h2, h3, h4, h5, p, hr, a {
  margin: 0;
}
/************************************************************/
/* PC版                                                     */
/************************************************************/
header {
  width: 100%;
  position: fixed;
  left: 50%;
  transform:translateX(-50%) translateY(0);
  transition: transform 0.5s ease;
  z-index: 910;
  background-color: #fff;
}

.header_slide {
  transform: translateX(-50%) translateY(-100%);
}

.header_open {
  animation: fadeIn 0.5s ease forwards;
  background-color: #d8dcdff0;
}

h1 {
  line-height: 0;
}

a:hover {
  opacity: 0.7;
}

.drawer_no_scroll {
  overflow: hidden;
}

.unusual_header {
  display: flex;
  justify-content: space-between;
}

.header_logo {
  width: 92%;
}

.header_logo img {
  padding-top: 0.8%;
  padding-bottom: 0.8%;
  padding-left: 2.5%;
  width: 6.5%;
}

.header_menu {
  width: 8%;
}

.drawer_menu {
  display: none;
  position: fixed;
  width: 100%;
  height: 100vh;
  align-items: center; 
  z-index: 900;
  animation: fadeIn 0.5s ease forwards;
  overflow-y: auto;
}

.drawer_menu_open {
  display: block;
}

.drawer_content {
  background-color: #d8dcdff0;
  overflow-y: auto;
}

.drawer_content_inner {
  max-width: 1200px;
  width: 60%;
  margin: 0 auto;
  position: relative;
}

.drawer_content_inner > p:nth-of-type(1) {
  font-size: min(3.0vw, 57px);
  transform: translateX(20%);
  margin-top: 5%;
  margin-bottom: 8%;
  width: 40%;
  font-weight: 600;
}

.drawer_content_inner > p:nth-of-type(1) span {
  font-size: min(1.0vw, 19px);
  display: block;
  line-height: min(0.9vw, 18px);
  margin-top: 0.2%;
}

.drawer_content_inner > p:nth-of-type(1)::after {
  content: "";
  display: block;
  width: min(9vw, 180px);
  height: clamp(1px, 0.15vw, 2px);
  background-color: #000;
  position: absolute;
  left: 75%;
  transform: translateX(-50%);
  bottom: 63%;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px)
  }
  to {
    opacity: 1;
    transform: translateY(0px)
  }
}

@keyframes fadeInZoom {
  from {
    opacity: 0;
    transform: scale(1.0);
  }
  to {
    opacity: 1;
    transform: scale(1.05);
  }
}

.drawer_box {
  width: 84%;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  align-items: stretch;
}

.drawer_box_inner {
  width: 23%;
  background-color: #fff;
  border-radius: 1vw;
  padding-top: 1%;
  padding-left: 4%;
  padding-right: 4%;
  padding-bottom: 3%;
  position: relative;
  margin-bottom: 7%;
  text-decoration: none;
  color: black;
}

.drawer_box_inner > p:nth-of-type(1) {
  position: absolute;
  top: -10%;
  left: 10%;
  font-size: min(4.0vw, 76px);
  font-weight: 700;
  margin: 0;
}

.drawer_box_inner > p:nth-of-type(2) {
  background: #6C9ba5;
  width: 44%;
  font-size: min(0.6vw, 12px);
  font-weight: 600;
  color: #fff;
  padding-bottom: 1%;
  text-align: center;
  font-style: normal;
  transform: skewY(-10deg) rotate(10deg);
  margin-top: 15%;
  margin-bottom: 2%;
}

.drawer_box_inner > p:nth-of-type(3) {
  font-size: min(1.2vw, 22px);
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 2%;
}

.drawer_box_inner img {
  width: 100%;
}

.drawer_box_inner > p:nth-of-type(4) {
  font-size: min(0.65vw, 13px);
  font-weight: 600;
  margin-bottom: 5%;
}

.drawer_content_inner > p:nth-of-type(2) {
  position: absolute;
  left: -32%;
  height: min(15vw, 275px);
  bottom: 10%;
  writing-mode: vertical-rl;
  text-orientation: sideways;
  font-style: normal;
  transform: skewX(12deg) rotate(192deg);
  font-size: min(0.9vw, 16px);
  font-weight: 600;
}

.drawer_content_inner > p:nth-of-type(2)::after {
  content: "";
  display: block;
  width: clamp(1px, 0.15vw, 2px);
  height: min(8vw, 150px);
  background-color: #000;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: min(16vw, 280px);
}

.drawer_content_inner > a:nth-of-type(1) {
  display: block;
  width: 46%;
  margin: 0 auto;
  font-size: min(1.0vw, 19px);
  font-weight: 600;
  font-style: normal;
  background-color: #000;
  color: #fff;
  text-decoration: none;
  text-align: center;
  transform: skewY(-10deg) rotate(10deg);
  padding-top: 1%;
  padding-bottom: 1%;
  margin-bottom: 3%;
  margin-top: 5%;
}

.drawer_content_inner > a:nth-of-type(1)::before {
  border-right: min(0.2vw, 4px) solid #fff;
  border-top: min(0.2vw, 4px)solid #fff;
  bottom: 0;
  content: "";
  height: min(0.45vw, 10px);
  width: min(0.45vw, 10px);
  margin: auto;
  position: absolute;
  right: min(3vw, 63px);
  top: 0;
  transform: skewY(10deg) rotate(35deg);
  transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), right 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.drawer_content_inner > a:nth-of-type(2) {
  display: block;
  width: 46%;
  margin: 0 auto;
  font-size: min(1.0vw, 19px);
  font-weight: 600;
  font-style: normal;
  background-color: #ad7e46;
  color: #fff;
  text-decoration: none;
  text-align: center;
  transform: skewY(-10deg) rotate(10deg);
  padding-top: 1%;
  padding-bottom: 1%;
  margin-bottom: 10%;
}

.drawer_content_inner > a:nth-of-type(2)::before {
  border-right: min(0.2vw, 4px) solid #fff;
  border-top: min(0.2vw, 4px)solid #fff;
  bottom: 0;
  content: "";
  height: min(0.45vw, 10px);
  width: min(0.45vw, 10px);
  margin: auto;
  position: absolute;
  right: min(3vw, 63px);
  top: 0;
  transform: skewY(10deg) rotate(35deg);
  transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), right 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.drawer_content_inner > a:hover {
  opacity: 1;
}

.drawer_content_inner > a:hover::before {
  right: min(2.8vw, 50px);
}

#menuButton {
  width: 100%;
  height: 100%;
  border: none;
  background-color: transparent;
  cursor: pointer;
  position: relative;
}

.line1,
.line2 {
  display: block;
  width: 32%;
  height: 2px;
  background-color: #000;
  margin: 0 auto;
  transition: transform 0.3s ease, opacity 0.3s ease;
  position: relative;
  transform-origin: center; /* 中心回りに回転 */

}

.line1 {
  margin-top: -9%;
}

.line2 {
  margin-top: 4%;
}

.line1_open {
  transform: rotate(20deg);
  margin-top: -8%;
}

.line2_open {
  transform: rotate(-20deg);
  margin-top: -2%;
}

.menutxt {
  font-family: Helvetica, sans-serif;
  font-style: italic;
  font-weight: 900;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
  color: #000;
  font-size: 0.75vw
}

.text1 {
  opacity: 1;
}

.text1_open {
  opacity: 0;
}

.text2 {
  opacity: 0;
}

.text2_open {
  opacity: 1;
}

.unusual_mv {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.unusual_mv::after {
  content: '';
  background-color: #000;
  opacity: 0.4;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 0;
}

.mv_slider {
  width: 100%;
  position: relative;
  z-index: 1;
}

.mv_slider,
.mv_slider .splide,
.mv_slider .splide__track,
.mv_slider .splide__list,
.mv_slider .splide__slide {
  height: 100%;
}

.mv_slider img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1);
  transition: transform 15s ease;      
}

.mv_zoomup {
  transform: scale(1.1)!important;
}

.unusual_mv > img {
  width: 100%;
}

.mv_title {
  color: #fff;
  position: absolute;
  z-index: 2;
  top: 40%;
  left: 10%;
}

.mv_title p:nth-of-type(1) {
  font-size: min(1.1vw, 21px);
  letter-spacing: min(0.05vw, 1.2px);
}

.mv_title p:nth-of-type(2) {
  font-size: min(3.0vw, 58px);
}

.mv_msg {
  position: absolute;
  left: 2%;
  bottom: 0;
  writing-mode: vertical-rl;
  text-orientation: sideways;
  font-style: normal;
  transform: skewX(12deg) rotate(192deg);
  font-weight: 600;
  font-size: min(0.7vw, 14px);
  letter-spacing: min(0.09vw, 1.5px);
  line-height: 0;
  color: #fff;
  display: flex;
  justify-content: space-around;
  height: min(8.0vw, 155px);
  z-index: 3;
}

.mv_msg > p:nth-of-type(1) {
  width: clamp(1px, 0.15vw, 2px);
  height: min(3.8vw, 72px);
  background-color: #fff;
}

.unusual_top {
  background-color: #000;
  color: #fff;
  padding-top: 10%;
}

.unusual_top_inner {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  width: 60%;
}

.fadein {
  opacity: 0;
}

.fadein_active {
  animation: fadeIn 1.5s ease forwards;
}

.fadeinup {
  opacity: 0;
}

.fadeinup_active {
  animation: fadeInUp 1.5s ease forwards;
}

.fadeinzoom {
  opacity: 0;
}

.fadeinzoom_active {
  animation: fadeInZoom 3.0s ease forwards;
}

.top_text {
  top: 8%;
}

h2 {
  font-size: min(3.0vw, 58px);
  letter-spacing: min(0.2vw, 4px);
}

.top_text p {
  font-style: normal;
  font-size: min(1.0vw, 19px);
  letter-spacing: min(0.1vw, 2px);
  line-height: min(2.3vw, 44px);
  margin-top: 6%;
  padding-bottom: 64%;
}

.top_text p span {
  display: block;
  margin-top: 3%;
}

.top_picture {
  width: 100%;
  position: absolute;
  top: 30%;
  right: 0;
}

.top_picture .parallax-image:nth-of-type(1) {
  text-align: right;
  height: min(20vw, 385px);
  overflow: hidden;
  contain: paint;
}

.top_picture .parallax-image:nth-of-type(1) img {
  position: relative;
  width: 56%;
  height: 150%;
  object-fit: cover;
  margin-top: 3%;
  /* カクつき防止設定 */
  transition: none !important;   /* スクロール更新と競合させない */
  will-change: transform;         /* 合成レイヤー化を促す（Cとセット） */
  transform: translate3d(0, 0, 0);/* レイヤーを確実にGPU合成側へ */
  backface-visibility: hidden;    /* 合成の安定化（補助） */
}

.top_picture .parallax-image:nth-of-type(2) {
  position: absolute;
  left: 0;
  top: 132%;
  width: 55%;
  text-align: center;
  height: min(14vw, 270px);
  overflow: hidden;
  contain: paint;
}

.top_picture .parallax-image:nth-of-type(2) img {
  position: relative;
  width: 88%;
  height: 150%;
  object-fit: cover;
  margin-top: 6%;
  /* カクつき防止設定 */
  transition: none !important;   /* スクロール更新と競合させない */
  will-change: transform;         /* 合成レイヤー化を促す（Cとセット） */
  transform: translate3d(0, 0, 0);/* レイヤーを確実にGPU合成側へ */
  backface-visibility: hidden;    /* 合成の安定化（補助） */
}

.top_picture .parallax-image:nth-of-type(3) {
  position: absolute;
  right: -32%;
  top: 158%;
  width: 75%;
  height: min(20vw, 383px);
  overflow: hidden;
  contain: paint;
}

.top_picture .parallax-image:nth-of-type(3) img {
  position: relative;
  width: 50%;
  right: -5%;
  height: 170%;
  object-fit: cover;
  margin-top: 22%;
  /* カクつき防止設定 */
  transition: none !important;   /* スクロール更新と競合させない */
  will-change: transform;         /* 合成レイヤー化を促す（Cとセット） */
  transform: translate3d(0, 0, 0);/* レイヤーを確実にGPU合成側へ */
  backface-visibility: hidden;    /* 合成の安定化（補助） */
}

.unusual_movie {
  background-color: #000;
  padding-bottom: 5%;
}

.unusual_movie_inner {
  max-width: 1200px;
  width: 60%;
  margin: 0 auto;
  position: relative;
}

.movie_box {
  width: 80%;
  margin: 0 auto;
}

.top_movie {
  width: 640px;
  margin: 0 auto;
  padding-bottom: 8%;
}

.unusual_lineup {
  background-color: #d8dcdf;
  overflow: hidden;
  position: relative;
  padding-top: 10%;
}

.unusual_lineup_inner {
  max-width: 1200px;
  width: 60%;
  margin: 0 auto;
  position: relative;
  margin-bottom: 8%;
}

.unusual_lineup_inner h3 {
  font-size: min(3.0vw, 57px);
  letter-spacing: min(0.01vw, 0.001px);
  margin-bottom: 4%;
  color: #000;
}

.unusual_lineup_inner h3 span {
  font-size: min(1.0vw, 19px);
  display: block;
  line-height: min(0.9vw, 18px);
}

.unusual_lineup_inner h3::after {
  content: "";
  display: block;
  width: min(9vw, 180px);
  height: clamp(1px, 0.15vw, 2px);
  background-color: #000;
  position: absolute;
  left: 31%;
  transform: translateX(-50%);
  bottom: 93.5%;
}

.lineup_slider {
  width: 105%;
  position: relative;
  z-index: 1;
}

.lineup_slider_inner {
  display: block;
  background-color: #FFFFFF;
  border-radius: 1vw;
  padding: 8% 12%;
  position: relative;
  color: #000;
  text-decoration: none;
}

.lineup_slider_inner > p:nth-of-type(1) {
  position: absolute;
  top: -10%;
  left: 10%;
  font-size: min(4.0vw, 76px);
  font-weight: 700;
  margin: 0;
  color: #000;
}

.lineup_slider_inner > p:nth-of-type(2) {
  background: #6C9ba5;
  width: 44%;
  font-size: min(0.6vw, 12px);
  font-weight: 600;
  color: #fff;
  padding-bottom: 1%;
  text-align: center;
  font-style: normal;
  transform: skewY(-10deg) rotate(10deg);
  margin-top: 15%;
  margin-bottom: 2%;
}

.lineup_slider_inner > p:nth-of-type(3) {
  font-size: min(1.2vw, 22px);
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 2%;
}

.lineup_slider_inner > img {
  width: 100%;
}

.lineup_slider_inner > p:nth-of-type(4) {
  font-size: min(0.65vw, 13px);
  font-weight: 600;
  margin-bottom: 5%;
}

.lineup_tag {
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
}

.lineup_tag_inner {
  background-color: #000;
  color: #fff;
  font-size: min(0.55vw, 11.5px);
  border-radius: min(1vw, 10px);
  padding-left: 3%;
  padding-top: 0.4%;
  padding-right: 4%;
  padding-bottom: 1.3%;
  margin-right: 1.5%;
  margin-bottom: 2%;
}

.lineup_tag_inner_adjust {
  background-color: transparent;
}

.unusual_scenes {
  background-color: #d8dcdf;
  padding-top: 2%;
}

.unusual_scenes_inner {
  max-width: 1200px;
  width: 60%;
  margin: 0 auto;
  padding-bottom: 5%;
  position: relative;
}

.unusual_scenes_inner h3 {
  font-size: min(3.0vw, 57px);
  letter-spacing: min(0.01vw, 0.001px);
  margin-bottom: 8%;
  transform: none;
  color: #000;
}

.unusual_scenes_inner h3 span {
  font-size: min(1.0vw, 19px);
  display: block;
  line-height: min(0.9vw, 18px);
}

.unusual_scenes_inner h3::after {
  content: "";
  display: block;
  width: 9vW;
  height: clamp(1px, 0.15vw, 2px);
  background-color: #000;
  position: absolute;
  left: 24%;
  top: 2.2%;
}

.scenes_box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 auto;
}

.scenes_box_innner {
  width: 48%;
  margin-bottom: 10%;
}

.scenes_box_innner p:nth-of-type(1) {
  font-size: min(1.7vw, 32px);
  font-style: normal;
  letter-spacing: min(0.05vw, 1px);
  margin-left: -4%;
  margin-bottom: -16%;
  z-index: 1;
  position: relative;
  background-color: #000;
  color: #fff;
  width: 34%;
  text-align: center;
  padding-top: 1.5%;
  padding-bottom: 1%;
}

.scenes_box_innner img {
  width: 100%;
}

.scenes_box_innner p:nth-of-type(2) {
  font-size: min(1.0vw, 19px);
  font-weight: 600;
  margin-bottom: 0.5%;
  color: #000;
}

.unusual_item{
  background-color: #000;
  color: #fff;
  padding-top: 1%;
  padding-bottom: 10%;
  overflow: hidden;
}

.unusual_item > img {
  width: 100%;
}

.unusual_item_inner {
  max-width: 1200px;
  width: 60%;
  margin: 0 auto;
  position: relative;
  margin-top: 1%;
  padding-top: 4%;
}

.item_inner_title {
  display: flex;
  justify-content: space-between;
  width: 70%;
  margin: 0 auto;
}

.item_inner_title_left {
  width: 36%;
}

.item_inner_title_left p:nth-of-type(1) {
  font-size: min(8.0vw, 152px);
  font-weight: 600;
  margin: 0;
  line-height: 7vw;
  position: relative;
  z-index: 1;
}

.item_inner_title_left p:nth-of-type(2) {
  background: #6C9ba5;
  width: 74%;
  font-size: min(1.1vw, 21px);
  font-weight: 600;
  line-height: min(1.7vw, 32px);
  color: #fff;
  text-align: center;
  font-style: normal;
  transform: skewY(-10deg) rotate(10deg);
  margin-top: 5%;
}

.item_inner_title_right {
  width: 64%;
}

.item_inner_title_right p:nth-of-type(1) {
  margin-top: 7.5%;
  font-weight: 600;
  font-size: min(3.1vw, 59px);
  line-height: min(3.0vw, 58px);
}

.item_inner_title_adjst {
  font-size: min(2.8vw, 53px)!important;
  line-height: min(2.7vw, 49px)!important;
}

.item_inner_title_right p:nth-of-type(2) {
  font-size: min(1.0vw, 19px);
  font-weight: 600;
  margin-top: 1%;
}

.item_inner_img {
  text-align: center;
  width: 100%;
  margin-top: 5%;
  margin-bottom: 3%;
}

.item_inner_img > img {
  width: 70%;
}

.unusual_item_inner > p:nth-of-type(1) {
  font-size: min(1.7vw, 32px);
  font-weight: 600;
  width: 70%;
  margin: 0 auto;
  margin-bottom: 2%;
}

.unusual_item_inner > p:nth-of-type(2) {
  font-size: min(1.0vw, 19px);
  font-style: normal;
  line-height: min(2.4vw, 58px);
  letter-spacing: min(0.1vw, 2px);
  width: 70%;
  margin: 0 auto;
  margin-bottom: 10%;
}

.item_inner_features {
  position: relative;
}

.item_inner_features h3 {
  font-size: min(3.0vw, 57px);
  margin-bottom: 4%;
  transform: none;
  margin-bottom: 2%;
}

.item_inner_features h3 span {
  font-size: min(1.0vw, 19px);
  display: block;
  line-height: min(0.9vw, 18px);
}

.item_inner_features h3::after {
  content: "";
  display: block;
  width: min(9vw, 175px);
  height: clamp(1px, 0.15vw, 2px);
  background-color: #fff;
  position: absolute;
  bottom: 92%;
  left: 30%;
}

.item_inner_features > a {
  width: 43%;
  font-size: min(1.0vw, 19px);
  font-weight: 600;
  font-style: normal;
  background-color: #eaeaea;
  color: #000;
  text-decoration: none;
  text-align: center;
  position: absolute;
  top: 3%;
  right: 0;
  transform: skewY(-10deg) rotate(10deg);
  padding-top: 1.3%;
  padding-bottom: 1.3%;
}

.item_inner_features > a::before {
  border-right: min(0.2vw, 4px) solid #000;
  border-top: min(0.2vw, 4px)solid #000;
  bottom: 0;
  content: "";
  height: min(0.45vw, 10px);
  width: min(0.45vw, 10px);
  margin: auto;
  position: absolute;
  right: min(3vw, 63px);
  top: 0;
  transform: skewY(10deg) rotate(35deg);
  transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), right 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.item_inner_features > a:hover::before {
  right: min(2.8vw, 50px);
}

.features_slider {
  width: 105%;
  position: relative;
  z-index: 1;
}

.features_slider_inner img {
  border-radius: 1vw;
  width: 100%;
}

.features_slider_inner p {
  font-size: min(1.0vw, 19px);
  font-style: normal;
  letter-spacing: min(0.05vw, 1px);
  margin-top: 2%;
}

.unusual_subitem {
  background-color: #000;
  padding-top: 10%;
}

.unusual_subitem_inner {
  max-width: 1200px;
  width: 60%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.unusual_subitem_detail {
  width: 48%;
  background-color: #fff;
  position: relative;
  margin-bottom: 8%;
  text-decoration: none;
}

.unusual_subitem_detail:hover {
  opacity: 1;
}

.unusual_subitem_detail p:nth-of-type(1) {
  position: absolute;
  top: -8%;
  left: 5%;
  font-size: min(4.0vw, 76px);
  font-weight: 700;
  color: #fff;
}

.unusual_subitem_detail img {
  width: 100%;
}

.unusual_subitem_detail p:nth-of-type(2) {
  font-size: min(1.7vw, 32px);
  letter-spacing: min(0.05vw, 1px);
  color: #000;
  font-weight: 600;
  padding-top: 4%;
  padding-left: 13%;
}

.unusual_subitem_detail p:nth-of-type(3) {
  font-size: min(0.85vw, 18px);
  color: #000;
  font-weight: 600;
  padding-top: 2%;
  padding-left: 13%;
}

.unusual_subitem_adjust {
  margin-bottom: 15.5%;
}

.unusual_subitem_detail p:nth-of-type(4) {
  width: 80%;
  font-size: min(1.0vw, 19px);
  font-style: normal;
  background-color: #000;
  color: #fff;
  text-align: center;
  transform: skewY(-10deg) rotate(10deg);
  margin: 0 auto;
  padding-top: 2%;
  padding-bottom: 2%;
  margin-top: 7%;
  margin-bottom: 7%;
}

.unusual_subitem_detail p:nth-of-type(4)::before {
  border-right: min(0.2vw, 4px) solid #fff;
  border-top: min(0.2vw, 4px)solid #fff;
  bottom: 0;
  content: "";
  height: min(0.45vw, 10px);
  width: min(0.45vw, 10px);
  margin: auto;
  position: absolute;
  right: min(3vw, 63px);
  top: 0;
  transform: skewY(10deg) rotate(35deg);
  transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), right 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.comingsoon::before {
  content: normal!important;
}

.unusual_subitem_detail:hover p:nth-of-type(4)::before {
  right: min(2.8vw, 50px);
}

.unusual_msg {
  background-color: #000;
}

.unusual_msg_inner {
  text-align: center;
  padding-top: 8%;
  padding-bottom: 15%;
}

.unusual_msg_inner > img {
  margin-top: 3%;
  margin-bottom: 2%;
  width: min(10%, 192px);
}

.unusual_msg_inner > p:nth-of-type(1) {
  font-size: min(3.0vw, 58px);
  font-weight: 600;
  color: #fff;
  margin-bottom: 6%;
}

.unusual_msg_inner > p:nth-of-type(2) {
  font-size: min(1.0vw, 19px);
  letter-spacing: min(0.12vw, 2px);
  line-height: min(3.0vw, 58px);
  color: #fff;
  width: 52%;
  margin: 0 auto;
  text-align: left;
  margin-bottom: 7%;
  font-style: normal;
}

.msg_slider {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}

.msg_slider_inner img {
  width: 100%;
  height: 33vw;
}

footer {
  background-color: #ad7e46;
}

.unusual_footer_inner {
  max-width: 1920px;
  margin: 0 auto;
  padding-top: 6%;
  padding-bottom: 6%;
}

.unusual_footer_inner a:nth-of-type(1) {
  display: block;
  width: 30%;
  margin: 0 auto;
  font-size: min(1.0vw, 19px);
  font-weight: 600;
  font-style: normal;
  background-color: #000;
  color: #fff;
  text-decoration: none;
  text-align: center;
  transform: skewY(-10deg) rotate(10deg);
  padding-top: 1%;
  padding-bottom: 1%;
  margin-bottom: 4%;
}

.unusual_footer_inner a:nth-of-type(1)::before {
  border-right: min(0.2vw, 4px) solid #fff;
  border-top: min(0.2vw, 4px)solid #fff;
  bottom: 0;
  content: "";
  height: min(0.45vw, 10px);
  width: min(0.45vw, 10px);
  margin: auto;
  position: absolute;
  right: min(3vw, 63px);
  top: 0;
  transform: skewY(10deg) rotate(35deg);
  transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), right 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.unusual_footer_inner a:nth-of-type(2) {
  display: block;
  width: 30%;
  margin: 0 auto;
  font-size: min(1.0vw, 19px);
  font-weight: 600;
  font-style: normal;
  background-color: #eaeaea;
  color: #000;
  text-decoration: none;
  text-align: center;
  transform: skewY(-10deg) rotate(10deg);
  padding-top: 1%;
  padding-bottom: 1%;
}

.unusual_footer_inner a:nth-of-type(2)::before {
  border-right: min(0.2vw, 4px) solid #000;
  border-top: min(0.2vw, 4px)solid #000;
  bottom: 0;
  content: "";
  height: min(0.45vw, 10px);
  width: min(0.45vw, 10px);
  margin: auto;
  position: absolute;
  right: min(3vw, 63px);
  top: 0;
  transform: skewY(10deg) rotate(35deg);
  transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), right 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.unusual_footer_inner a:hover {
  opacity: 1;
}

.unusual_footer_inner a:hover::before {
  right: min(2.8vw, 50px);
}

#slider_1 .splide__track {
  overflow: visible;
}

#slider_1 .splide__arrow:disabled {
  opacity: 0;
  transition: 0.15s;
}

#slider_1 .splide__arrow {
  background-color: transparent;
  width: auto;
  height: auto;
  opacity: 1;
}

#slider_1 .splide__arrow--prev {
  left: -2%;
}

#slider_1 .splide__arrow--next {
  right: -2%;
}

#slider_1 .splide__arrow svg {
  width: min(3vw, 58px);
  height: min(3vw, 58px);
  fill: #000;
}

#slider_2 .splide__track,#slider_3 .splide__track,#slider_4 .splide__track,#slider_5 .splide__track,#slider_6 .splide__track,#slider_7 .splide__track,#slider_8 .splide__track,#slider_9 .splide__track,#slider_10 .splide__track {
  overflow: visible;
}

#slider_2 .splide__arrow:disabled,#slider_3 .splide__arrow:disabled,#slider_4 .splide__arrow:disabled,#slider_5 .splide__arrow:disabled,#slider_6 .splide__arrow:disabled,#slider_7 .splide__arrow:disabled,#slider_8 .splide__arrow:disabled,#slider_9 .splide__arrow:disabled,#slider_10 .splide__arrow:disabled {
  opacity: 0;
  transition: 0.15s;
}

#slider_2 .splide__arrow,#slider_3 .splide__arrow,#slider_4 .splide__arrow,#slider_5 .splide__arrow,#slider_6 .splide__arrow,#slider_7 .splide__arrow,#slider_8 .splide__arrow,#slider_9 .splide__arrow,#slider_10 .splide__arrow {
  background-color: transparent;
  width: 4em;
  height: 4em;
  transform: translateY(-90%);
  opacity: 1;
}

#slider_2 .splide__arrow--prev,#slider_3 .splide__arrow--prev,#slider_4 .splide__arrow--prev,#slider_5 .splide__arrow--prev,#slider_6 .splide__arrow--prev,#slider_7 .splide__arrow--prev,#slider_8 .splide__arrow--prev,#slider_9 .splide__arrow--prev,#slider_10 .splide__arrow--prev {
  left: 0;
}

#slider_2 .splide__arrow--next,#slider_3 .splide__arrow--next,#slider_4 .splide__arrow--next,#slider_5 .splide__arrow--next,#slider_6 .splide__arrow--next,#slider_7 .splide__arrow--next,#slider_8 .splide__arrow--next,#slider_9 .splide__arrow--next,#slider_10 .splide__arrow--next {
  right: 0;
}

#slider_2 .splide__arrow svg,#slider_3 .splide__arrow svg,#slider_4 .splide__arrow svg,#slider_5 .splide__arrow svg,#slider_6 .splide__arrow svg,#slider_7 .splide__arrow svg,#slider_8 .splide__arrow svg,#slider_9 .splide__arrow svg,#slider_10 .splide__arrow svg {
  width: auto;
  height: auto;
  fill: #fff;
  width: 100%;
  height: 100%;
}

#slider_11 .splide__track {
  overflow: visible;
}

#slider_11 .splide__arrow:disabled {
  opacity: 0;
  transition: 0.15s;
}

#slider_11 .splide__arrow {
  background-color: transparent;
  width: 4em;
  height: 4em;
  opacity: 1;
}

#slider_11 .splide__arrow--prev {
  left: 0;
}

#slider_11 .splide__arrow--next {
  right: 20%;
}

#slider_11 .splide__arrow svg {
  width: auto;
  height: auto;
}

/* ベースの縦線 */
.mv_msg > p:nth-of-type(1) {
  position: relative;
  background-color: rgba(255, 255, 255, 0.35);
  overflow: hidden;
  --bar-h: clamp(2px, 0.22vw, 4px);
}

/* 走り光（バー）：上端から下端まで “親の高さ基準” で移動させる */
.mv_msg > p:nth-of-type(1)::before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: var(--bar-h);
  background-color: #fff;

  /* 先端の視認性を少し上げる（必要に応じて調整 or 削除） */
  box-shadow: 0 0 clamp(2px, 0.25vw, 5px) rgba(255,255,255,0.7);

  /* ここがポイント：transform は使わず top を動かす */
  top: calc(-1 * var(--bar-h)); /* 上端の外から開始（先端がすぐ入ってくる） */

  animation: mvScrollByTop 2.0s cubic-bezier(0.25, 0.8, 0.25, 1) infinite;
  animation-direction: reverse;
}

/* 上 → 下（見た目）の移動を top で制御 */
@keyframes mvScrollByTop {
  0%   { top: calc(-1 * var(--bar-h)); }          /* 上端の外 */
  100% { top: calc(100% - var(--bar-h) + 0.6vw); } /* 少しだけ下へ抜ける余韻（任意） */
}

/* 動きを減らすユーザー設定に配慮 */
@media (prefers-reduced-motion: reduce) {
  .mv_msg > p:nth-of-type(1)::before { animation: none; }
}

.pc_only {
  display: block;
}

.sp_only {
  display: none;
}

.pc_movie_only {
  display: block;
}

.sp_movie_only {
  display: none;
}

/************************************************************/
/* タブレット版・SP版                                         */
/************************************************************/
@media screen and (max-width:1024px) {
  .header_logo img {
    width: 30%;
    padding-top: 2%;
    padding-bottom: 2%;
    padding-left: 3%;
  }

  .header_menu {
    width: 18%;
  }

  #menuButton {
    padding: 0;
  }

  .line1, .line2 {
    height: 0.4vw;
    width: 54%;
  }

  .line1 {
    margin-top: -16%;
  }

  .line2 {
    margin-top: 7%
  }

  .line1_open {
    transform: rotate(20deg);
    margin-top: -15%;
  }

  .line2_open {
    transform: rotate(-20deg);
    margin-top: -2%;
  }

  .menutxt {
    font-size: 3.0vw;
    top: 52%;
  }

  .top_text {
    position: relative;
    left: 0;
    bottom: 0;
  }

  .top_text p span {
    display: none;
  }

  .drawer_content_inner {
    width: 100%;
    padding-bottom: 40%;
  }

  .drawer_content_inner > p:nth-of-type(1) {
    font-size: 6vw;
    letter-spacing: 0.05vw;
    margin-bottom: 12%;
  }

  .drawer_content_inner > p:nth-of-type(1) span {
    font-size: 2.0vw;
  }

  .drawer_box {
    margin-bottom: -6%;
    width: 90%;
  }

  .drawer_box_inner {
    width: 36%;
    margin-bottom: 12%;
  }

  .drawer_box_inner > p:nth-of-type(1) {
    font-size: 9.0vw;
    top: -14%;
  }

  .drawer_box_inner > p:nth-of-type(2) {
    width: 54%;
    font-size: 1.8vw;
  }

  .drawer_box_inner > p:nth-of-type(3) {
    font-size: 3.2vw;
  }

  .drawer_box_inner > p:nth-of-type(4) {
    font-size: 1.7vw;
  }

  .drawer_box_inner .lineup_tag_inner {
    font-size: 1.5vw;
    padding-top: 1%;
  }

  .drawer_content_inner > p:nth-of-type(2) {
    bottom: 0;
    font-size: 2vw;
    top: 97vw;
  }

  .drawer_content_inner > p:nth-of-type(2)::after {
    width: 0.3vw;
  }

  .drawer_content_inner > a:nth-of-type(1), .drawer_content_inner > a:nth-of-type(2) {
    width: 70%;
    font-size: 3.0vw;
    padding-top: 2%;
    padding-bottom: 2%;
    margin-bottom: 5%;
    margin-top: 6%;
  }

  .drawer_content_inner > a:nth-of-type(1)::before, .drawer_content_inner > a:nth-of-type(2)::before {
    height: 2.0vw;
    width: 2.0vw;
  }
    
  .unusual_mv {
    width: 100%;
    height: 100svh;
    overflow: hidden;
    position: relative;
  }

  .mv_slider img {
    width: 100%;
    object-fit: cover;
    object-position: center;
  }

  .mv_title {
    top: 44%;
    left: 8%;
  }

  .mv_title p:nth-of-type(1) {
    font-size: 3.0vw;
    letter-spacing: 0.08vw;
  }

  .mv_title p:nth-of-type(2) {
    font-size: 8.0vw;
  }

  .mv_msg {
    font-size: 3.0vw;
    height: 30vw;
    left: 3%;
  }

  .mv_msg > p:nth-of-type(1) {
    height: 13vw;
  }

  .unusual_top {
    padding-top: 25%;
    padding-bottom: 90%;
    overflow: hidden;
  }

  .unusual_top_inner {
    width: 92%;
  }

  h2 {
    font-size: 9.0vw;
    letter-spacing: 0.6vw;
  }

  .top_text p {
    margin-top: 10%;
    font-size: 4.0vw;
    letter-spacing: 0.3vw;
    line-height: 10.0vw;
  }

  .top_picture {
    top: 75%;
  }

  .top_picture .parallax-image:nth-of-type(1) {
    text-align: center;
    height: 46vw;
  }

  .top_picture .parallax-image:nth-of-type(1) img {
    padding-right: 0;
    width: 100%;
    margin-top: 13%;
  } 

  .top_picture .parallax-image:nth-of-type(2) {
    width: 80%;
    height: 28vw;
    top: 90%;
    left: -24%;
    margin-top: 20%;
  }

  .top_picture .parallax-image:nth-of-type(2) img {
    width: 100%;
    margin-top: 15%;
  }

  .top_picture .parallax-image:nth-of-type(3) {
    width: 78%;
    height: 37vw;
    top: 170%;
    right: -40%;
  }

  .top_picture .parallax-image:nth-of-type(3) img {
    width: 74%;
    margin-top: 40%;
  }

  .movie_box {
    width: 100%;
    margin-top: -10%;
  }

  .unusual_movie_inner {
    width: 100%;
  }

  .unusual_lineup_inner {
    width: 92%;
  }

  .unusual_lineup_inner h3 {
    font-size: 8.0vw;
    letter-spacing: 0.08vw;
    margin-bottom: 19%;
  }

  .unusual_lineup_inner h3::after {
    width: 18vw;
    left: 47%;
    bottom: 96.5%;
  }

  .unusual_lineup_inner h3 span {
    font-size: 3.0vw;
    line-height: 2.0vw;
  }

  .lineup_slider_inner {
    border-radius: 6vw;
  }

  .lineup_slider_inner > p:nth-of-type(1) {
    font-size: 15vw;
    top: -12%;
  }

  .lineup_slider_inner > p:nth-of-type(2) {
    width: 54%;
    font-size: 3.0vw;
  }

  .lineup_slider_inner > p:nth-of-type(3) {
    font-size: 5.6vw;
  }

  .lineup_slider_inner > p:nth-of-type(4) {
    font-size: 3.0vw;
    letter-spacing: 0.05vw;
  }

  .lineup_slider { 
    width: 80%;
  }

  .lineup_tag_inner {
    font-size: 2.7vw;
    padding-left: 1vw;
    padding-right: 2vw;
    padding-bottom: 1%;
    border-radius: 2.5vw;
  }

  .unusual_scenes_inner {
    width: 92%;
  }

  .unusual_scenes_inner h3 {
    font-size: 8.0vw;
    letter-spacing: 0.08vw;
    margin-bottom: 19%;
  }

  .unusual_scenes_inner h3 span {
    font-size: 3.0vw;
    line-height: 2.0vw;
  }

  .unusual_scenes_inner h3::after {
    width: 18vw;
    top: 1.2%;
    left: 40%;
  }

  .scenes_box {
    justify-content: center;
  }

  .scenes_box_innner {
    width: 92%;
    margin-bottom: 18%;
  }

  .scenes_box_innner p:nth-of-type(1) {
    font-size: 4.2vw;
  }

  .scenes_box_innner p:nth-of-type(2) {
    font-size: 4.0vw;
  }

  .unusual_item {
    padding-bottom: 20%;
  }

  .unusual_item_inner {
    width: 92%;
    padding-top: 16%;
  }

  .item_inner_title {
    width: 90%;
  }

  .item_inner_title_left p:nth-of-type(1) {
    font-size: 15.0vw;
  }

  .item_inner_title_left p:nth-of-type(2) {
    width: 80%;
    font-size: 2.5vw;
    line-height: 3.0vw;
    padding-top: 2%;
    padding-bottom: 1%;
    margin-top: 16%;
  }

  .item_inner_title_right p:nth-of-type(1) {
    margin-top: 0;
    font-size: 5.8vw;
    line-height: 5.8vw;
    letter-spacing: 0.1vw;
  }
  .item_inner_title_adjst {
    font-size: 4.8vw!important;
    line-height: 4.8vw!important;
  }

  .item_inner_title_right p:nth-of-type(2) {
    margin-top: 0;
    font-size: 2.3vw;
  }

  .item_inner_img {
    width: 90%;
    margin: 0 auto;
  }

  .item_inner_img > img {
    width: 100%;
    margin-top: 5%;
    margin-bottom: 5%;
  }

  .unusual_item_inner > p:nth-of-type(1) {
    width: 90%;
    font-size: 5.5vw;
    letter-spacing: 0.2vw;
    line-height: 7vw;
  }

  .unusual_item_inner > p:nth-of-type(2) {
    width: 90%;
    font-size: 4.0vw;
    letter-spacing: 0.4vw;
    line-height: 7.0vw;
    margin-top: 5%;
  }

  .item_inner_features h3 {
    font-size: 8.0vw;
    letter-spacing: 0.08vw;
  }

  .item_inner_features h3::after {
    display: none;
  }

  .item_inner_features h3 span {
    font-size: 3.0vw;
    line-height: 2.0vw;
  }

  .features_slider {
    width: 58%;
    margin-top: 7%;
    margin-bottom: 5%;
  }

  .features_slider_inner p {
    font-size: 3.4vw;
  }

  .item_inner_features > a {
    width: 48%;
    font-size: 3.0vw;
    left: 75%;
    transform: skewY(-10deg) rotate(10deg) translateX(-50%);
    padding-top: 2%;
    padding-bottom: 2%;
  }

  .item_inner_features > a::before {
    height: 1.5vw;
    width: 1.5vw;
  }

  .unusual_subitem_inner {
    width: 92%;
  }

  .unusual_subitem_detail {
    margin-bottom: 13%;
  }

  .unusual_subitem_detail p:nth-of-type(1) {
    font-size: 9.0vw;
    top: -12%;
  }

  .unusual_subitem_detail p:nth-of-type(2) {
    font-size: 3.0vw;
    padding-left: 3%;
  }

  .unusual_subitem_detail p:nth-of-type(3) {
    font-size: 1.8vw;
    padding-left: 3%;
  }

  .unusual_subitem_adjust {
    margin-bottom: 18.5%;
  }

  .unusual_subitem_detail p:nth-of-type(4) {
    font-size: 2.5vw;
    font-weight: 600;
    width: 80%;
  }
  .unusual_subitem_detail p:nth-of-type(4)::before {
    height: 1vw;
    width: 1vw;
  }

  .unusual_msg_inner {
    padding-top: 15%;
    padding-bottom: 35%;
  }

  .unusual_msg_inner > img {
    width: 25%;
  }

  .unusual_msg_inner > p:nth-of-type(1) {
    font-size: 5.0vw;
  }

  .unusual_msg_inner > p:nth-of-type(2) {
    font-size: 3.0vw;
    letter-spacing: 0.1vw;
    line-height: 5vw;
    width: 92%;
  }

  .msg_slider_inner img {
    width: 100%;
    height: 46vw;
  }

  .unusual_footer_inner {
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .unusual_footer_inner a:nth-of-type(1), .unusual_footer_inner a:nth-of-type(2) {
    width: 70%;
    font-size: 3.0vw;
    padding-top: 1.5%;
    padding-bottom: 1.5%;
  }

  .unusual_footer_inner a:nth-of-type(1)::before, .unusual_footer_inner a:nth-of-type(2)::before {
    height: 2vw;
    width: 2vw;
  }

  #slider_1 .splide__arrow {
    top: 45%;
  }

  #slider_1 .splide__arrow svg {
    width: 10.0vw;
    height: 10.0vw;
  }

  #slider_1 .splide__arrow--next {
    right: -14%;
  }

  #slider_2 .splide__arrow, #slider_3 .splide__arrow, #slider_4 .splide__arrow, #slider_5 .splide__arrow, #slider_6 .splide__arrow, #slider_7 .splide__arrow, #slider_8 .splide__arrow, #slider_9 .splide__arrow, #slider_10 .splide__arrow {
    top: 60%;
  }

  #slider_2 .splide__arrow svg, #slider_3 .splide__arrow svg, #slider_4 .splide__arrow svg, #slider_5 .splide__arrow svg, #slider_6 .splide__arrow svg, #slider_7 .splide__arrow svg, #slider_8 .splide__arrow svg, #slider_9 .splide__arrow svg, #slider_10 .splide__arrow svg {
    width: 6.0vw;
    height: 6.0vw;
  }

  #slider_2 .splide__arrow--prev, #slider_3 .splide__arrow--prev, #slider_4 .splide__arrow--prev, #slider_5 .splide__arrow--prev, #slider_6 .splide__arrow--prev, #slider_7 .splide__arrow--prev, #slider_8 .splide__arrow--prev, #slider_9 .splide__arrow--prev, #slider_10 .splide__arrow--prev {
    left: -9%;
  }

  #slider_2 .splide__arrow--next, #slider_3 .splide__arrow--next, #slider_4 .splide__arrow--next, #slider_5 .splide__arrow--next, #slider_6 .splide__arrow--next, #slider_7 .splide__arrow--next, #slider_8 .splide__arrow--next, #slider_9 .splide__arrow--next, #slider_10 .splide__arrow--next {
    right: -82%;
  }

  .pc_only {
    display: none;
  }

  .sp_only {
    display: block;
  }
}

/************************************************************/
/* レスポンシブ調整用                                         */
/************************************************************/
@media screen and (max-width:640px) {
  .msg_slider_inner img {
    width: 100%;
    height: 74vw;
  }

  .top_movie {
    width: 320px;
  }

  .pc_movie_only {
    display: none;
  }
  
  .sp_movie_only {
    display: block;
  }
}