:root {
  --primary: #00AFEC;
  --wh: #fff;
  --wh2: #eee;
  --wh3: #f6f6f6;
  --bk: #000;
  --bk2: #333;
  --gray: #B6BCC1;
  --blue: #15A0D4;
  --blue_dark: #0366B3;
  --yellow: #ECE800;
}

.movie .main_container {
  padding-bottom: 0;
}

.main_top {
  margin-bottom: 80px;
  align-items: flex-start;
}

@media only screen and (max-width: 764px) {
  .main_top .main_top_01 h1 {
    max-width: 158px;
  }
}
.main_top p {
  max-width: 520px;
}

@media only screen and (max-width: 764px) {
  .main_top p {
    max-width: 100%;
  }
}
.top_movie_inner {
  padding: 0 24px;
}

@media screen and (max-width: 764px) {
  .top_movie_inner {
    padding: 0 14px;
  }
}
.top_movie_btn {
  font-family: "Noto Sans JP", sans-serif;
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 1120px;
  position: relative;
}
@media (any-hover: hover) {
  .top_movie_btn:hover .--icon::after {
    width: 150%;
    height: 150%;
  }
  .top_movie_btn:hover .--icon img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(16%) hue-rotate(242deg) brightness(104%) contrast(105%);
  }
}
.top_movie_btn .--thumbnail {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 1;
  border-radius: 10px;
  overflow: hidden;
}

.top_movie_btn .--icon {
  width: 10.8035714286%;
  aspect-ratio: 1/1;
  height: auto;
  position: absolute;
  right: 24px;
  bottom: 24px;
  -webkit-mask-image: url("../img/movie/icon_play.svg");
  mask-image: url("../img/movie/icon_play.svg");
  -webkit-mask-size: cover;
  mask-size: cover;
  background-color: #fff;
}

@media screen and (max-width: 764px) {
  .top_movie_btn .--icon {
    width: 13.9682539683%;
    right: 8px;
    bottom: 8px;
  }
}
.top_movie_btn .--icon::after {
  content: "";
  width: 0;
  height: 0;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: radial-gradient(circle, rgb(0, 175, 236) 0%, rgb(0, 175, 236) 50%, rgba(0, 175, 236, 0.5) 51%, rgba(0, 175, 236, 0.5) 100%);
  transition: opacity 0.5s 0s, transform 0s 0.2s, width 0.5s, height 0.5s;
}

.top_movie_btn .--icon img {
  position: absolute;
  display: block;
  width: 36px;
  height: auto;
  top: 50%;
  left: 53%;
  transform: translate(-50%, -50%);
  z-index: 50;
}

@media screen and (max-width: 764px) {
  .top_movie_btn .--icon img {
    width: 29.5454545455%;
  }
}
.top_movie_highlight {
  margin-top: 60px;
  width: 100%;
  overflow: hidden;
}

.top_movie_highlight-body {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
}

.top_movie_highlight-body .--img {
  width: 320px;
  aspect-ratio: 320/180;
  overflow: hidden;
  border-radius: 10px;
  display: block;
  margin-right: 5px;
  margin-left: 5px;
}

@media screen and (max-width: 764px) {
  .top_movie_highlight-body .--img {
    width: 57.0666666667vw;
    margin-right: 4px;
    margin-left: 4px;
  }
}
.top_movie_highlight-body .--img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.movie_area {
  padding-top: 80px;
}

.movie_area.--pbl {
  padding-bottom: 100px;
}

@media screen and (max-width: 764px) {
  .movie_area.--pbl {
    padding-bottom: 80px;
  }
}
.movie_area.--songs {
  position: relative;
  z-index: 2;
}

.movie_area.--movie {
  position: relative;
  z-index: 1;
}

.movie_area.--movie::before {
  content: "";
  width: 195.1388888889vw;
  height: 195.1388888889vw;
  border-radius: 50%;
  background-color: rgba(96, 200, 238, 0.3);
  position: absolute;
  top: -75px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

@media screen and (max-width: 764px) {
  .movie_area.--movie::before {
    top: -10px;
    width: 280vw;
    height: 280vw;
    min-height: 1100px;
  }
}
.movie_area_inner {
  max-width: 1212px;
  margin: 0 auto;
  padding: 0 45px;
}

@media screen and (max-width: 1300px) {
  .movie_area_inner {
    padding: 0 20px;
  }
}
@media screen and (max-width: 764px) {
  .movie_area_inner {
    max-width: 100%;
    padding: 0 14px;
  }
}
.movie_area_title {
  margin-bottom: 24px;
  font-size: clamp(2.2rem, 2.4vw, 3.2rem);
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.6;
  position: relative;
}

@media screen and (max-width: 1300px) {
  .movie_area_title {
    padding-left: 40px;
  }
}
@media screen and (max-width: 764px) {
  .movie_area_title {
    margin-bottom: 16px;
    font-size: 1.8rem;
    padding-left: 17px;
  }
}
.movie_area_title::after {
  content: "";
  width: 23px;
  height: 30px;
  position: absolute;
  top: 0.35em;
  left: -39px;
  background-image: url("../img/movie/icon_triangle.svg");
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
}

@media screen and (max-width: 1300px) {
  .movie_area_title::after {
    left: 0;
  }
}
@media screen and (max-width: 764px) {
  .movie_area_title::after {
    width: 13px;
    height: 14px;
    top: 0.45em;
    left: 0;
  }
}
.movie_box01 {
  display: flex;
  align-items: center;
  gap: 2.1390374332%;
  line-height: 1.6;
  font-weight: 500;
}

@media screen and (max-width: 764px) {
  .movie_box01 {
    display: block;
  }
}
.movie_box01.--top {
  gap: 2.1390374332%;
  align-items: flex-start;
}

.movie_box01_left {
  width: 32.3529411765%;
  border-radius: 12px;
  overflow: hidden;
}

@media screen and (max-width: 764px) {
  .movie_box01_left {
    width: 267px;
    max-width: 100%;
    margin: 0 auto;
    border-radius: 6px;
  }
}
.movie_box01_left.--l {
  width: 31.9073083779%;
}

@media screen and (max-width: 764px) {
  .movie_box01_left.--l {
    width: 100%;
  }
}
.movie_box01_left img {
  width: 100%;
  height: auto;
}

.movie_box01_right {
  width: 65.5080213904%;
}

@media screen and (max-width: 764px) {
  .movie_box01_right {
    width: 100%;
    margin-top: 24px;
  }
}
.movie_box01_right.--s {
  width: 65.9536541889%;
}

@media screen and (max-width: 764px) {
  .movie_box01_right.--s {
    width: 100%;
  }
}
.movie_box01_right > .separator {
  display: block;
  margin-top: 24px;
  margin-bottom: 24px;
}

.movie_box01_right > .separator img {
  width: 100%;
  height: 3px;
  display: block;
}

@media screen and (max-width: 764px) {
  .movie_box01_right > .separator img {
    height: auto;
  }
}
.movie_box01_name {
  font-size: clamp(2.2rem, 2.4vw, 3.2rem);
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 764px) {
  .movie_box01_name {
    font-size: 1.8rem;
  }
}
.movie_box01_name .--small {
  margin-left: 12px;
  font-weight: 500;
  font-size: 1.2rem;
}

@media screen and (max-width: 764px) {
  .movie_box01_name .--small {
    margin-left: 8px;
  }
}
.movie_box01_name + p {
  margin-top: 16px;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
}

.movie_comment {
  display: flex;
  align-items: center;
  gap: 4px;
}

.movie_comment .--left, .movie_comment .--right {
  width: 6px;
}

.movie_comment .--text {
  width: 69px;
}

.movie_comment_desc {
  font-size: clamp(1.2rem, 1.14vw, 1.4rem);
  letter-spacing: 0.05em;
  font-weight: 500;
}

@media screen and (max-width: 764px) {
  .movie_comment + p {
    font-size: 1.2rem;
  }
}
.movie_box02 {
  display: flex;
  align-items: flex-start;
  gap: 2.1390374332%;
  line-height: 1.6;
  font-weight: 500;
}

@media screen and (max-width: 764px) {
  .movie_box02 {
    display: block;
  }
}
.movie_box02_left {
  width: 38.5026737968%;
  padding: 55px 24px;
  position: sticky !important;
  top: 100px;
  left: 0;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 764px) {
  .movie_box02_left {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    padding: 32px 24px;
  }
}
.movie_box02_left .wave {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.movie_box02_left .wave img {
  width: 100%;
  height: 100%;
}

.movie_box02_left .--top {
  font-size: clamp(2.2rem, 2.4vw, 3.2rem);
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 764px) {
  .movie_box02_left .--top {
    font-size: 2.4rem;
  }
}
.movie_box02_left .--name {
  margin-top: 16px;
  font-size: clamp(2rem, 1.9vw, 2.4rem);
  line-height: 1;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 764px) {
  .movie_box02_left .--name {
    margin-top: 12px;
    font-size: 1.8rem;
  }
}
.movie_box02_left .--text {
  margin-top: 24px;
  font-size: 1.2rem;
  font-weight: 500;
}

@media screen and (max-width: 764px) {
  .movie_box02_left .--text {
    margin-top: 16px;
  }
}
.movie_box02_right {
  width: 59.3582887701%;
}

@media screen and (max-width: 764px) {
  .movie_box02_right {
    width: 100%;
    margin-top: 24px;
  }
}
.movie_box02_right > .separator {
  display: block;
  margin-top: 24px;
  margin-bottom: 24px;
}

.movie_box02_right > .separator img {
  display: block;
  height: 3px;
  width: 100%;
}

@media screen and (max-width: 764px) {
  .movie_box02_right > .separator img {
    height: auto;
  }
}
.movie_box02_img {
  margin-bottom: 16px;
  border-radius: 10px;
  overflow: hidden;
}

.movie_program {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.05em;
  display: flex;
  align-items: center;
  gap: 4px;
}

.movie_program > img {
  width: 12px;
}

.movie_program_list {
  margin-top: 16px;
  display: flex;
  gap: 16px;
}

@media screen and (max-width: 764px) {
  .movie_program_list {
    flex-direction: column;
    gap: 8px;
  }
}
.movie_program_item {
  display: block;
  width: calc(50% - 8px);
  background-color: var(--wh);
  border-radius: 10px;
  padding: 24px 16px;
  color: var(--primary);
}

@media screen and (max-width: 764px) {
  .movie_program_item {
    width: 100%;
  }
}
.movie_program_item .--top {
  font-size: clamp(1.4rem, 1.3vw, 1.6rem);
  font-weight: bold;
  line-height: 1.6;
}

@media screen and (max-width: 764px) {
  .movie_program_item .--top {
    font-size: 1.6rem;
  }
}
.movie_program_item .--middle {
  margin-top: 8px;
  font-size: 1.2rem;
  line-height: 1;
  font-weight: 500;
}

.movie_program_item .--date {
  margin-top: 12px;
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 1.2rem;
  line-height: 1;
  font-weight: 500;
}

@media screen and (max-width: 764px) {
  .movie_program_item .--date {
    margin-top: 16px;
  }
}
.movie_program_item .--date > img {
  width: 12px;
}

.movie_list {
  display: flex;
  gap: 1.6042780749%;
}

@media screen and (max-width: 764px) {
  .movie_list {
    flex-direction: column;
    gap: 24px;
  }
}
.movie_list_item {
  width: 23.7967914439%;
}

@media screen and (max-width: 764px) {
  .movie_list_item {
    width: 100%;
  }
}
.movie_list_btn {
  font-family: "Noto Sans JP", sans-serif;
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  width: 100%;
}

@media (any-hover: hover) {
  .movie_list_btn:hover .--icon::after {
    width: 150%;
    height: 150%;
  }
  .movie_list_btn:hover .--icon img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(16%) hue-rotate(242deg) brightness(104%) contrast(105%);
  }
}
.movie_list_img {
  display: block;
  aspect-ratio: 267/150;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}

@media screen and (max-width: 764px) {
  .movie_list_img {
    max-width: 98.7460815047%;
    margin: 0 auto;
    aspect-ratio: 315/177;
  }
}
.movie_list_img .--thumbnail {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.movie_list_img .--icon {
  display: block;
  width: 16.7597765363%;
  aspect-ratio: 1/1;
  position: absolute;
  right: 8px;
  bottom: 8px;
  -webkit-mask-image: url("../img/movie/icon_play.svg");
  mask-image: url("../img/movie/icon_play.svg");
  -webkit-mask-size: cover;
  mask-size: cover;
  background-color: #fff;
}

@media screen and (max-width: 764px) {
  .movie_list_img .--icon {
    width: 13.9682539683%;
  }
}
.movie_list_img .--icon::after {
  content: "";
  width: 0;
  height: 0;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: radial-gradient(circle, rgb(0, 175, 236) 0%, rgb(0, 175, 236) 50%, rgba(0, 175, 236, 0.5) 51%, rgba(0, 175, 236, 0.5) 100%);
  transition: opacity 0.5s 0s, transform 0s 0.2s, width 0.5s, height 0.5s;
}

.movie_list_img .--icon img {
  position: absolute;
  display: block;
  width: 18px;
  height: auto;
  top: 50%;
  left: 53%;
  transform: translate(-50%, -50%);
  z-index: 50;
}

@media screen and (max-width: 764px) {
  .movie_list_img .--icon img {
    width: 29.5454545455%;
  }
}
.movie_list_text {
  display: block;
  text-align: left;
  margin-top: 8px;
  font-size: clamp(1.4rem, 1.3vw, 1.6rem);
  font-weight: bold;
  line-height: 1.4;
  color: var(--wh);
  letter-spacing: 0.05em;
}

@media screen and (max-width: 764px) {
  .movie_list_text {
    font-size: 1.6rem;
  }
}
.btn_more {
  width: 118px;
  height: 30px;
  margin-top: 16px;
  border: 1px solid var(--primary);
}

@media only screen and (max-width: 764px) {
  .btn_more {
    width: 100%;
    height: 50px;
    margin-top: 23px;
  }
}
.btn_more .link2 {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}

.btn_more .link2 > span {
  position: relative;
  padding-right: 12px;
  color: var(--primary);
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.4;
  transition: transform 0.3s;
}

@media only screen and (max-width: 764px) {
  .btn_more .link2 > span {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 374px) {
  .btn_more .link2 > span {
    font-size: 1.2rem;
  }
}
.btn_more .link2::before, .btn_more .link2::after {
  position: absolute;
  content: "";
  width: 11px;
  height: 9px;
  background: url("../img/common/icon_external.svg") no-repeat 0 0/contain;
  top: calc(50% - 4px);
}

.btn_more .link2::before {
  left: -17px;
  transition: transform 0.4s;
}

@media only screen and (max-width: 764px) {
  .btn_more .link2::before {
    left: -16px;
  }
}
.btn_more .link2::after {
  right: 14px;
  transition: transform 0.4s;
}

@media only screen and (max-width: 764px) {
  .btn_more .link2::after {
    right: calc(50% - 50px);
  }
}
.btn_more .link2.soon::before, .btn_more .link2.soon::after {
  top: calc(50% - 3px);
}

.btn_more .link2.gray {
  color: var(--wh);
  background: var(--gray);
  transition: none;
}

.btn_more .link2.gray > span {
  padding-right: 0;
  color: var(--wh);
  transition: none;
}

.btn_more .link2.gray::before, .btn_more .link2.gray::after {
  content: none;
}

.btn_more.gray {
  border: 1px solid var(--gray);
  background: var(--gray);
}

@media only screen and (min-width: 765px) {
  a:hover .btn_more .link2 > span {
    color: var(--wh);
    transform: translateX(18px);
  }
}
@media only screen and (min-width: 765px) {
  a:hover .btn_more .link2::before {
    transform: translateX(34px);
  }
}
@media only screen and (min-width: 765px) {
  a:hover .btn_more .link2::after {
    transform: translateX(60px);
  }
}
.bg_light_blue {
  background-color: rgba(96, 200, 238, 0.3);
}

.campaign_top {
  margin-top: 65px;
  display: flex;
  align-items: center;
  gap: 30px;
}

@media screen and (max-width: 764px) {
  .campaign_top {
    margin-top: 108px;
    align-items: flex-start;
    gap: 16px;
  }
}
.campaign_top_img {
  width: 197px;
  flex: 0 0 auto;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 764px) {
  .campaign_top_img {
    width: min(36.1111111111vw, 130px);
  }
}
.campaign_top_img .--shadow {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  mix-blend-mode: multiply;
}

.campaign_top_img .--fukidashi {
  max-width: none;
  width: 107.614213198%;
  position: absolute;
  top: -17.5355450237%;
  right: -87.3096446701%;
}

@media screen and (max-width: 764px) {
  .campaign_top_img .--fukidashi {
    width: 188.4615384615%;
    top: -60.4316546763%;
    right: auto;
    left: 26.9230769231%;
  }
}
.campaign_top_desc {
  max-width: 590px;
  font-size: clamp(1.2rem, 1.14vw, 1.4rem);
  line-height: 1.6;
  font-weight: 500;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 764px) {
  .campaign_top_desc {
    width: 100%;
    font-size: 1.2rem;
  }
}
.campaign_body {
  margin-top: 16px;
  display: flex;
  justify-content: center;
  gap: 5.8823529412%;
}

@media screen and (max-width: 764px) {
  .campaign_body {
    margin-top: 40px;
    flex-direction: column;
    gap: 24px;
  }
}
.campaign_body_item {
  width: 47.0588235294%;
  max-width: 421px;
  border-radius: 10px;
  background-color: var(--wh);
  padding: 24px 5px 24px;
  color: var(--primary);
  position: relative;
}

@media screen and (max-width: 764px) {
  .campaign_body_item {
    width: 100%;
    max-width: 100%;
    padding: 24px;
  }
}
.campaign_body_top {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 1;
}

@media screen and (max-width: 764px) {
  .campaign_body_top {
    gap: 16px;
    font-size: 1.6rem;
  }
}
.campaign_body_top .--a {
  width: 46px;
}

@media screen and (max-width: 764px) {
  .campaign_body_top .--a {
    width: 35px;
  }
}
.campaign_body_top .--b {
  width: 36px;
}

@media screen and (max-width: 764px) {
  .campaign_body_top .--b {
    width: 27px;
  }
}
.campaign_body_img {
  margin: 0 auto;
  border-radius: 10px;
  overflow: hidden;
}
.campaign_body_img.--a {
  max-width: 230px;
}
@media screen and (max-width: 764px) {
  .campaign_body_img.--a {
    max-width: 164px;
  }
}
.campaign_body_img.--b {
  max-width: 198px;
}
@media screen and (max-width: 764px) {
  .campaign_body_img.--b {
    max-width: 142px;
  }
}

.campaign_body_desc {
  margin-top: 16px;
  font-size: clamp(2rem, 1.9vw, 2.4rem);
  text-align: center;
  line-height: 1.6;
  font-weight: 500;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
}

@media screen and (max-width: 764px) {
  .campaign_body_desc {
    font-size: 1.6rem;
  }
}
.campaign_body_bottom {
  width: -moz-fit-content;
  width: fit-content;
  margin: 8px auto 0;
  padding-bottom: 8px;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-weight: bold;
  position: relative;
}

.campaign_body_bottom .wave {
  max-width: 51px;
  height: auto;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (max-width: 764px) {
  .campaign_body_bottom .wave {
    max-width: 46px;
  }
}
.campaign_body_bottom .--small {
  margin-left: 4px;
  font-size: clamp(1.4rem, 1.3vw, 1.6rem);
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
}

@media screen and (max-width: 764px) {
  .campaign_body_bottom .--small {
    margin-left: 2px;
    font-size: 1.4rem;
  }
}
.campaign_body_bottom .--large {
  font-size: clamp(2rem, 1.9vw, 2.4rem);
}

@media screen and (max-width: 764px) {
  .campaign_body_bottom .--large {
    font-size: 1.8rem;
  }
}
.campaign_info {
  margin: 60px auto 0;
  max-width: 667px;
  letter-spacing: 0.05em;
  line-height: 1.6;
}

@media screen and (max-width: 764px) {
  .campaign_info {
    margin-top: 40px;
    max-width: 100%;
  }
}
.campaign_info h3 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  font-size: clamp(1.4rem, 1.3vw, 1.6rem);
  font-weight: bold;
  line-height: 1;
}

@media screen and (max-width: 764px) {
  .campaign_info h3 {
    justify-content: flex-start;
    font-size: 1.2rem;
  }
}
.campaign_info h3 img {
  width: 12px;
}

.campaign_info_date {
  margin-top: 16px;
  font-size: clamp(2rem, 1.9vw, 2.4rem);
  font-weight: bold;
  text-align: center;
  font-feature-settings: "palt";
}

@media screen and (max-width: 764px) {
  .campaign_info_date {
    font-size: 1.6rem;
    text-align: left;
    letter-spacing: 0;
  }
}
.campaign_info .separator {
  margin: 24px 0;
}

.campaign_info .separator img {
  width: 100%;
  height: 3px;
  display: block;
}

@media screen and (max-width: 764px) {
  .campaign_info .separator img {
    height: auto;
  }
}
.campaign_info_list {
  width: -moz-fit-content;
  width: fit-content;
  margin: 16px auto 0;
  counter-reset: num;
  list-style: none;
}

.campaign_info_list a {
  color: #fff;
  text-decoration: underline;
}

.campaign_info_list li {
  counter-increment: num;
  position: relative;
  padding-left: 2.6rem;
  font-size: clamp(1.2rem, 1.14vw, 1.4rem);
  font-weight: 500;
}

@media screen and (max-width: 764px) {
  .campaign_info_list li {
    font-size: 1.2rem;
  }
}
.campaign_info_list li::before {
  content: counter(num) ".";
  position: absolute;
  top: -0.1rem;
  left: 0;
  font-size: clamp(1.4rem, 1.3vw, 1.6rem);
  font-weight: bold;
}

@media screen and (max-width: 764px) {
  .campaign_info_list li::before {
    font-size: 1.4rem;
  }
}
.campaign_info_list li:not(:first-of-type) {
  margin-top: 24px;
}

@media screen and (max-width: 764px) {
  .campaign_info_list li:not(:first-of-type) {
    margin-top: 40px;
  }
}
.campaign_info_list li:not(:first-of-type)::after {
  content: "";
  width: 8px;
  height: 8px;
  background-image: url("../img/movie/icon_triangle_bottom.svg");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  bottom: calc(100% + 8px);
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (max-width: 764px) {
  .campaign_info_list li:not(:first-of-type)::after {
    bottom: calc(100% + 16px);
  }
}
.campaign_info_btn {
  margin-top: 40px;
  padding: 16px;
  display: block;
  border: 1px solid var(--wh);
  border-radius: 4px;
  overflow: hidden;
  position: relative;
}

@media screen and (max-width: 764px) {
  .campaign_info_btn {
    padding: 10px 15px;
  }
}
.campaign_info_btn .--body {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding-right: 27px;
  padding-bottom: 3px;
  position: relative;
}

.campaign_info_btn .--body::before {
  content: "";
  width: 18px;
  height: 18px;
  background-image: url("../img/movie/icon_campaign_btn.svg");
  background-size: cover;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  transition: transform 0.2s;
}

.campaign_info_btn .--body img {
  width: 131px;
}

.staff_list {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 0;
  font-size: clamp(1.2rem, 1.14vw, 1.4rem);
  font-weight: 500;
}

@media screen and (max-width: 764px) {
  .staff_list {
    gap: 8px 0;
    font-size: 1.2rem;
  }
}
.staff_list > div {
  display: flex;
}

.staff_list dt {
  margin-right: 4px;
}

@media screen and (max-width: 764px) {
  .staff_list dt {
    margin-right: 8px;
  }
}
.staff_list dd {
  margin-right: 16px;
}

@media screen and (max-width: 764px) {
  .staff_list dd {
    margin-right: 12px;
  }
}
.modal_movie {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100000000;
  display: grid;
  place-items: center;
}

.modal_movie_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: -1;
}

.modal_movie_body {
  width: 1003px;
  max-width: 90vw;
  max-height: calc(100vh - 138px);
  aspect-ratio: 1003/564;
  position: relative;
}

@media screen and (max-width: 764px) {
  .modal_movie_body {
    width: 92.5333333333vw;
    max-height: calc(100vh - 150px);
    aspect-ratio: 347/195;
  }
}
.modal_movie_body iframe, .modal_movie_body video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.modal_movie_close {
  position: absolute;
  top: calc(100% + 24px);
  right: 0;
  font-family: "Noto Sans JP", sans-serif;
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  width: 160px;
  min-height: 40px;
  border: 1px solid var(--wh);
  border-radius: 50px;
  font-size: 1.4rem;
  font-size: clamp(1.2rem, 1.14vw, 1.4rem);
  color: var(--wh);
  font-weight: bold;
}

@media screen and (max-width: 764px) {
  .modal_movie_close {
    width: 126px;
    min-height: 50px;
    font-size: 1.4rem;
  }
}
.modal_movie_close img {
  width: 10px;
}

.toggle_wrap {
  border: 1px solid var(--wh);
  border-radius: 4px;
  margin-top: 40px;
}

.toggle_wrap .toggle {
  padding: 20px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 8px;
  cursor: pointer;
}

@media only screen and (max-width: 764px) {
  .toggle_wrap .toggle {
    padding: 16px;
  }
}
.toggle_wrap .toggle button {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 8px;
}

.toggle_wrap .toggle span {
  width: 18px;
  height: 18px;
  background: url("../img/campaign/icon_down.svg") no-repeat 0 0/contain;
  display: block;
}

.toggle_wrap .toggle.active {
  border-bottom: 1px solid var(--wh);
}

.toggle_wrap .toggle.active span {
  background: url("../img/campaign/icon_up.svg") no-repeat 0 0/contain;
}

.toggle_wrap .toggle_inner {
  padding: 20px 40px 40px;
}

@media only screen and (max-width: 764px) {
  .toggle_wrap .toggle_inner {
    padding: 8px 24px 32px;
  }
}
.toggle_wrap .toggle_inner dl {
  margin-top: 16px;
}

@media only screen and (max-width: 764px) {
  .toggle_wrap .toggle_inner dl {
    margin-top: 22px;
  }
}
.toggle_wrap .toggle_inner dl dt {
  font-size: clamp(1.4rem, 1.3vw, 1.6rem);
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.6;
}

@media only screen and (max-width: 764px) {
  .toggle_wrap .toggle_inner dl dt {
    margin-bottom: 8px;
    font-size: 1.4rem;
  }
}
.toggle_wrap .toggle_inner dl dd {
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.8;
}

.toggle_wrap .toggle_inner dl dd .mb {
  margin-bottom: 8px;
}

.toggle_wrap .toggle_inner dl dd a {
  padding-bottom: 0.5em;
  color: var(--wh);
  text-decoration: underline;
  text-underline-offset: 5px;
  display: inline-block;
}

.toggle_wrap .toggle_inner dl dd a:hover {
  text-decoration: none;
}

.toggle_wrap .toggle_inner dl ul li {
  padding-left: 1em;
  text-indent: -1em;
}

@media only screen and (max-width: 764px) {
  .toggle_wrap .toggle_inner dl ul li {
    letter-spacing: 0.05em;
  }
}
.toggle_wrap .toggle_inner dl ul li ol li {
  padding-left: 2.5em;
  text-indent: 0;
  position: relative;
}
.toggle_wrap .toggle_inner dl ul li ol li span {
  position: absolute;
  top: 0;
  left: 0;
}

.toggle_wrap .toggle_inner dl .kome {
  padding-left: 1em;
  text-indent: -1em;
}

@media only screen and (max-width: 764px) {
  .toggle_wrap .toggle_inner .media {
    display: flex;
    flex-direction: column;
    gap: 8px 0;
  }
  .toggle_wrap .toggle_inner .media div p + p {
    margin-left: 1em;
  }
}
.toggle_wrap .toggle_inner .box02 {
  width: 70%;
}

@media only screen and (max-width: 764px) {
  .toggle_wrap .toggle_inner .box02 {
    width: 100%;
  }
}
.making_btn {
  font-family: "Noto Sans JP", sans-serif;
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 100% !important;
  position: relative;
}
@media (any-hover: hover) {
  .making_btn:hover .--icon::after {
    width: 150%;
    height: 150%;
  }
  .making_btn:hover .--icon img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(16%) hue-rotate(242deg) brightness(104%) contrast(105%);
  }
}
.making_btn .--thumbnail {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 1;
  border-radius: 6px;
  overflow: hidden;
}

.making_btn .--icon {
  width: 10.8035714286%;
  aspect-ratio: 1/1;
  height: auto;
  position: absolute;
  right: 24px;
  bottom: 24px;
  -webkit-mask-image: url("../img/movie/icon_play.svg");
  mask-image: url("../img/movie/icon_play.svg");
  -webkit-mask-size: cover;
  mask-size: cover;
  background-color: #fff;
}

@media screen and (max-width: 764px) {
  .making_btn .--icon {
    width: 13.9682539683%;
    right: 8px;
    bottom: 8px;
  }
}
.making_btn .--icon::after {
  content: "";
  width: 0;
  height: 0;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: radial-gradient(circle, rgb(0, 175, 236) 0%, rgb(0, 175, 236) 50%, rgba(0, 175, 236, 0.5) 51%, rgba(0, 175, 236, 0.5) 100%);
  transition: opacity 0.5s 0s, transform 0s 0.2s, width 0.5s, height 0.5s;
}

.making_btn .--icon img {
  position: absolute;
  display: block;
  width: 36px;
  height: auto;
  top: 50%;
  left: 53%;
  transform: translate(-50%, -50%);
  z-index: 50;
}

@media screen and (max-width: 764px) {
  .making_btn .--icon img {
    width: 29.5454545455%;
  }
}
.making_desc {
  margin-top: 16px;
  font-size: clamp(1.2rem, 1.14vw, 1.4rem);
  line-height: 1.6;
  letter-spacing: 0.05em;
  font-weight: 500;
}

@media screen and (max-width: 764px) {
  .making_desc {
    margin-top: 8px;
    font-size: 1.2rem;
  }
}
.movie_wrap {
  overflow: hidden;
}

.title_col {
  margin-top: 24px;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.title_col.--mts {
  margin-top: 16px;
}
.title_col.--mtl {
  margin-top: 32px;
}
.title_col_left {
  flex: 0 0 auto;
}
.title_col_line {
  display: block;
  overflow: hidden;
  line-height: 0;
  font-size: 0;
}
.title_col_line img {
  width: 639px;
  height: auto;
}

.list_col2 {
  margin-top: 12px;
  display: flex;
  gap: 24px;
}
@media screen and (max-width: 764px) {
  .list_col2 {
    margin-top: 16px;
    flex-direction: column;
  }
}
.list_col2_item {
  padding-left: 14px;
}
@media screen and (max-width: 764px) {
  .list_col2_item {
    padding: 0 16px;
    width: 100%;
  }
}
.list_col2_item h3 {
  font-size: clamp(1.2rem, 1.14vw, 1.4rem);
  font-weight: bold;
  line-height: 1;
  position: relative;
}
@media screen and (max-width: 764px) {
  .list_col2_item h3 {
    font-size: 1.4rem;
    line-height: 1.6;
    padding-left: 18px;
  }
}
.list_col2_item h3::after {
  content: "";
  width: 10px;
  height: 12px;
  background-image: url("../img/movie/icon-triangle-white.svg");
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: absolute;
  top: 0.2em;
  left: -14px;
}
@media screen and (max-width: 764px) {
  .list_col2_item h3::after {
    left: 0;
    top: 0.4em;
  }
}
.list_col2_item h3 + p {
  margin-top: 8px;
  font-size: 1.2rem;
  line-height: 1;
  font-weight: 500;
}
@media screen and (max-width: 764px) {
  .list_col2_item h3 + p {
    padding: 0 19px;
  }
}
.list_col2 .btn_more {
  border: 1px solid var(--wh);
}
.list_col2 .btn_more::after {
  transition: opacity 0.5s, transform 0.5s;
}

@media only screen and (min-width: 765px) {
  .btn_more:hover::after {
    color: var(--wh);
    transform: translateY(-50%) scale(1.5);
  }
}
@media only screen and (min-width: 765px) {
  .btn_more:hover .link2 > span {
    color: var(--wh);
    transform: translateX(18px);
  }
}
@media only screen and (min-width: 765px) {
  .btn_more:hover .link2::before {
    transform: translateX(34px);
  }
}
@media only screen and (min-width: 765px) {
  .btn_more:hover .link2::after {
    transform: translateX(60px);
  }
}/*# sourceMappingURL=movie.css.map */
