.mv {
  width: 100%;
  height: 100dvh;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-direction: column;
}
.mv .hero {
  flex: 1;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 784px) {
  .win .mv .hero {
    padding-bottom: 160px;
  }
}
@media screen and (max-width: 767px) {
  .mv .hero {
    padding-bottom: 160px;
  }
}
.mv .hero .hero_bg {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.mv .hero .hero_bg:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.mv .hero .hero_bg:after {
  content: "";
  display: block;
  height: 100%;
  width: 144px;
  background: url(../img/top/hero_bg-texture.png) top left/100% auto repeat-y;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 784px) {
  .win .mv .hero .hero_bg:after {
    width: 78px;
  }
}
@media screen and (max-width: 767px) {
  .mv .hero .hero_bg:after {
    width: 78px;
  }
}
.mv .hero .hero_bg video {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  background-size: cover;
  position: fixed;
  z-index: -999;
}
.mv .hero .hero_title-pc {
  width: 952px;
  height: 127px;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 785px) and (max-width: 1217px) {
  .win .mv .hero .hero_title-pc {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  .mv .hero .hero_title-pc {
    display: none;
  }
}
.mv .hero .hero_title-pc .hero_title_bg {
  width: 100%;
}
.mv .hero .hero_title-pc .hero_title_01 {
  width: 420px;
  height: 64px;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
.mv .hero .hero_title-pc .hero_title_01 img {
  width: 100%;
  transform: translateX(100%);
  opacity: 0;
}
.mv .hero .hero_title-pc .hero_title_line {
  width: 1px;
  background: white;
  position: absolute;
  top: 4px;
  left: 454px;
  height: 0;
}
.mv .hero .hero_title-pc .hero_title_02 {
  width: 466px;
  height: 62px;
  position: absolute;
  top: 5px;
  right: 0;
  overflow: hidden;
}
.mv .hero .hero_title-pc .hero_title_02 img {
  width: 100%;
  transform: translateX(-100%);
  opacity: 0;
}
.mv .hero .hero_title-pc-en {
  width: 660px;
  height: 140px;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 785px) and (max-width: 1217px) {
  .win .mv .hero .hero_title-pc-en {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  .mv .hero .hero_title-pc-en {
    display: none;
  }
}
.mv .hero .hero_title-pc-en img {
  width: 525px;
  margin-inline: auto;
  display: block;
}
@media screen and (max-width: 784px) {
  .win .mv .hero .hero_title-pc-en img {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .mv .hero .hero_title-pc-en img {
    width: 100%;
  }
}
.mv .hero .hero_title-pc-en .hero_title_text {
  bottom: 4px;
  left: 0px;
}
.mv .hero .hero_title-tab_sp {
  display: none;
}
@media screen and (min-width: 785px) and (max-width: 1217px) {
  .win .mv .hero .hero_title-tab_sp {
    z-index: 2;
    display: block;
  }
}
@media screen and (max-width: 1200px) {
  .mv .hero .hero_title-tab_sp {
    z-index: 2;
    display: block;
  }
}
@media screen and (max-width: 1217px) {
  .win .mv .hero .hero_title-tab_sp {
    width: 432px;
  }
}
@media screen and (min-width:768px) and (max-width: 1200px) {
  .mv .hero .hero_title-tab_sp {
    width: 432px;
  }
}
@media screen and (max-width: 784px) {
  .win .mv .hero .hero_title-tab_sp {
    width: 271.5px;
  }
}
@media screen and (max-width: 767px) {
  .mv .hero .hero_title-tab_sp {
    width: 271.5px;
  }
}
.mv .hero .hero_title-tab_sp img {
  width: 100%;
}
.mv .hero .hero_title_text {
  font-size: 20px;
  font-weight: 300;
  color: white;
  position: absolute;
  bottom: 4px;
  left: 142px;
  line-height: 1;
  letter-spacing: 2.94px;
}
.mv .hero .hero_title_text span {
  opacity: 0;
}
.mv .hero .hero_title_text span.is-animated {
  animation: flash 0.8s steps(2, jump-none) backwards 3;
}
@keyframes flash {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.mv .hero .news_ara {
  background: #000000;
  position: absolute;
  bottom: 0;
  right: 0;
  padding-block: 20px;
  padding-inline: 50px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 50px;
  width: 850px;
}
@media screen and (max-width: 1217px) {
  .win .mv .hero .news_ara {
    width: calc(100% - 144px);
  }
}
@media screen and (min-width:768px) and (max-width: 1200px) {
  .mv .hero .news_ara {
    width: calc(100% - 144px);
  }
}
@media screen and (max-width: 784px) {
  .win .mv .hero .news_ara {
    padding-inline: 30px;
    padding-block: 15px;
    width: 100%;
    height: 160px;
    align-items: flex-end;
    justify-content: space-between;
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .mv .hero .news_ara {
    padding-inline: 30px;
    padding-block: 15px;
    width: 100%;
    height: 160px;
    align-items: flex-end;
    justify-content: space-between;
    flex-direction: column;
  }
}
.mv .hero .news_ara .news_list {
  flex: 1;
  overflow: hidden;
}
@media screen and (max-width: 784px) {
  .win .mv .hero .news_ara .news_list {
    flex: none;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .mv .hero .news_ara .news_list {
    flex: none;
    width: 100%;
  }
}
.mv .hero .news_ara .news_list a {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  column-gap: 20px;
}
@media screen and (max-width: 784px) {
  .win .mv .hero .news_ara .news_list a {
    flex-direction: column;
    row-gap: 0;
  }
}
@media screen and (max-width: 767px) {
  .mv .hero .news_ara .news_list a {
    flex-direction: column;
    row-gap: 0;
  }
}
.mv .hero .news_ara .news_list a .news_category {
  font-size: 11px;
  border: solid 1px #CEAA43;
  color: #CEAA43;
  height: 24px;
  width: 60px;
  min-width: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 1px;
  white-space: nowrap;
  transform: translateY(2px);
}
.mv .hero .news_ara .news_list a .news_date {
  font-size: 14px;
  color: white;
  letter-spacing: 2px;
  white-space: nowrap;
}
@media screen and (max-width: 784px) {
  .win .mv .hero .news_ara .news_list a .news_date {
    line-height: 1;
    margin-top: 15px;
  }
}
@media screen and (max-width: 767px) {
  .mv .hero .news_ara .news_list a .news_date {
    line-height: 1;
    margin-top: 15px;
  }
}
.mv .hero .news_ara .news_list a .news_text {
  font-size: 14px;
  color: white;
  white-space: nowrap;
  position: relative;
  flex: 1;
}
@media screen and (max-width: 784px) {
  .win .mv .hero .news_ara .news_list a .news_text {
    margin-top: 5px;
    flex: none;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .mv .hero .news_ara .news_list a .news_text {
    margin-top: 5px;
    flex: none;
    width: 100%;
  }
}
.mv .hero .news_ara .news_list a .news_text:after {
  content: "";
  display: block;
  width: 4em;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: linear-gradient(to right, transparent, #000);
}
@media screen and (max-width: 784px) {
  .win .mv .hero .news_ara .btn_more {
    position: absolute;
    bottom: 20px;
    right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .mv .hero .news_ara .btn_more {
    position: absolute;
    bottom: 20px;
    right: 20px;
  }
}
.mv .hero .scroll {
  position: absolute;
  bottom: 0;
  left: 60px;
  height: 80px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  column-gap: 5px;
  overflow: hidden;
}
@media screen and (max-width: 784px) {
  .win .mv .hero .scroll {
    left: 50%;
    bottom: 160px;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 767px) {
  .mv .hero .scroll {
    left: 50%;
    bottom: 160px;
    transform: translateX(-50%);
  }
}
.mv .hero .scroll:before {
  content: "";
  display: block;
  width: 1px;
  background: white;
  animation: pathmove 1.4s ease-in-out infinite;
  opacity: 0;
  position: relative;
}
.mv .hero .scroll .scroll_text {
  width: 11px;
}
@keyframes pathmove {
  0% {
    height: 0;
    top: 0;
    opacity: 0;
  }
  30% {
    height: 100%;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 100%;
    opacity: 0;
  }
}

.inner {
  max-width: 1100px;
  margin-inline: auto;
}
@media screen and (min-width: 785px) and (max-width: 1217px) {
  .win .inner {
    max-width: 820px;
  }
}
@media screen and (max-width: 1200px) {
  .inner {
    max-width: 820px;
  }
}

.main {
  position: relative;
  background: white;
  background: url(../img/common/bg_main.jpg) top left/66px auto repeat;
}

.op {
  border-top: solid 1px #D6C2A7;
  padding-block: 50px;
  background: url(../img/common/bg_jp.jpg) top left/38px auto repeat;
}
@media screen and (max-width: 784px) {
  .win .op {
    padding-inline: 15px;
    padding-block: 30px;
  }
}
@media screen and (max-width: 767px) {
  .op {
    padding-inline: 15px;
    padding-block: 30px;
  }
}
.op .op_text {
  font-size: 24px;
  line-height: 2;
  text-align: center;
  color: #444444;
}
@media screen and (max-width: 1217px) {
  .win .op .op_text {
    font-size: 20px;
  }
}
@media screen and (min-width:768px) and (max-width: 1200px) {
  .op .op_text {
    font-size: 20px;
  }
}
@media screen and (max-width: 784px) {
  .win .op .op_text {
    font-size: 16px;
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .op .op_text {
    font-size: 16px;
    text-align: left;
  }
}

@media screen and (max-width: 1217px) {
  .win .section {
    padding-inline: 20px;
  }
}
@media screen and (min-width:768px) and (max-width: 1200px) {
  .section {
    padding-inline: 20px;
  }
}
.section .inner {
  position: relative;
  padding-block: 50px 70px;
}
@media screen and (max-width: 784px) {
  .win .section .inner {
    padding-block: 30px 110px;
    padding-inline: 20px;
  }
}
@media screen and (max-width: 767px) {
  .section .inner {
    padding-block: 30px 110px;
    padding-inline: 20px;
  }
}
.section .index {
  display: flex;
  align-items: stretch;
  justify-content: center;
}
@media screen and (min-width: 785px) and (max-width: 1217px) {
  .win .section .index {
    flex-direction: column;
    row-gap: 20px;
  }
}
@media screen and (max-width: 1200px) {
  .section .index {
    flex-direction: column;
    row-gap: 20px;
  }
}
.section .index.is-v {
  margin-top: 60px;
}
@media screen and (min-width: 785px) and (max-width: 1217px) {
  .win .section .index.is-v {
    margin-top: 20px;
  }
}
@media screen and (max-width: 1200px) {
  .section .index.is-v {
    margin-top: 20px;
  }
}
.section .index.is-v .card {
  width: 100%;
  align-items: stretch;
  flex-direction: row;
}
@media screen and (max-width: 784px) {
  .win .section .index.is-v .card {
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .section .index.is-v .card {
    flex-direction: column;
  }
}
.section .index.is-v .card .card_cover .card_title_block {
  width: 100%;
  height: 93px;
  background: url(../img/top/card_title_bg-h.png) top left/cover no-repeat;
}
.section .index .card {
  text-decoration: none;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  border-top: solid 1px #D2D2D2;
  border-bottom: solid 1px #D2D2D2;
  border-left: solid 1px #D2D2D2;
}
@media screen and (max-width: 1217px) {
  .win .section .index .card {
    flex-direction: row;
  }
}
@media screen and (min-width:768px) and (max-width: 1200px) {
  .section .index .card {
    flex-direction: row;
  }
}
@media screen and (min-width: 785px) and (max-width: 1217px) {
  .win .section .index .card {
    align-items: stretch;
    width: 100%;
    border: solid 1px #D2D2D2;
  }
}
@media screen and (max-width: 1200px) {
  .section .index .card {
    align-items: stretch;
    width: 100%;
    border: solid 1px #D2D2D2;
  }
}
@media screen and (max-width: 784px) {
  .win .section .index .card {
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .section .index .card {
    flex-direction: column;
  }
}
@media screen and (min-width: 1216px) {
  .win .section .index .card:last-of-type {
    border-right: solid 1px #D2D2D2;
  }
}
@media screen and (min-width: 1199px) {
  .section .index .card:last-of-type {
    border-right: solid 1px #D2D2D2;
  }
}
@media screen and (min-width: 1216px) {
  .win .section .index .card:not(.is-sp .section .index .card):hover .card_cover:after {
    opacity: 0;
  }
  .win .section .index .card:not(.is-sp .section .index .card):hover .card_cover .card_thumb {
    transform: scale(1.05);
  }
  .win .section .index .card:not(.is-sp .section .index .card):hover .btn_more .arrow:before {
    animation: anime_line-for_card 1.4s ease-in forwards infinite;
  }
  .win .section .index .card:not(.is-sp .section .index .card):hover .btn_more .arrow:after {
    animation: anime_arrow-for_card 1.4s ease-in forwards infinite;
  }
}
@media screen and (min-width: 1199px) {
  .section .index .card:not(.is-sp .section .index .card):hover .card_cover:after {
    opacity: 0;
  }
  .section .index .card:not(.is-sp .section .index .card):hover .card_cover .card_thumb {
    transform: scale(1.05);
  }
  .section .index .card:not(.is-sp .section .index .card):hover .btn_more .arrow:before {
    animation: anime_line-for_card 1.4s ease-in forwards infinite;
  }
  .section .index .card:not(.is-sp .section .index .card):hover .btn_more .arrow:after {
    animation: anime_arrow-for_card 1.4s ease-in forwards infinite;
  }
}
.section .index .card .card_cover {
  overflow: hidden;
  position: relative;
}
.section .index .card .card_cover:before {
  content: "";
  display: block;
  height: 100%;
  width: 2px;
  background: #CEAA43;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
}
.section .index .card .card_cover:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  transition: opacity 0.5s;
  z-index: 1;
}
.section .index .card .card_cover .card_thumb {
  width: 367px;
  transition: transform 0.5s;
}
@media screen and (max-width: 784px) {
  .win .section .index .card .card_cover .card_thumb {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .section .index .card .card_cover .card_thumb {
    width: 100%;
  }
}
.section .index .card .card_cover .card_title_block {
  width: 120px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 20px;
  padding-left: 20px;
  background: url(../img/top/card_title_bg.png) top left/cover no-repeat;
  z-index: 2;
}
.section .index .card .card_cover .card_title_block .card_title {
  color: white;
  font-size: 18px;
  border-bottom: solid 1px white;
  width: fit-content;
  line-height: 2;
}
.section .index .card .card_cover .card_title_block .card_title-en {
  color: white;
  font-size: 12px;
  margin-top: 6px;
  line-height: 2;
}
.is-en .section .index .card .card_cover .card_title_block .card_title-en {
  display: none;
}
.section .index .card .card_content {
  background: white;
  padding: 40px 30px;
  flex: 1;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  flex-direction: column;
}
.section .index .card .card_content .card_text {
  flex: 1;
  line-height: 2;
  color: #000000;
  font-size: 15px;
  margin-bottom: 30px;
}
@media screen and (max-width: 784px) {
  .win .section .index .card .card_content .card_text {
    flex: none;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .section .index .card .card_content .card_text {
    flex: none;
    width: 100%;
  }
}

.movie_section {
  background: radial-gradient(ellipse at center 120%, #656565 0%, #292929 50%, #292929);
  border-top: solid 2px #CEAA43;
}
@media screen and (max-width: 1217px) {
  .win .movie_section {
    padding-inline: 20px;
  }
}
@media screen and (min-width:768px) and (max-width: 1200px) {
  .movie_section {
    padding-inline: 20px;
  }
}
.movie_section .inner {
  position: relative;
  padding-block: 50px;
}
@media screen and (max-width: 784px) {
  .win .movie_section .inner {
    padding-block: 30px 110px;
    padding-inline: 20px;
  }
}
@media screen and (max-width: 767px) {
  .movie_section .inner {
    padding-block: 30px 110px;
    padding-inline: 20px;
  }
}
.movie_section .title {
  font-size: 32px;
  font-weight: 400;
  width: fit-content;
  margin-inline: auto;
  letter-spacing: 2px;
  position: relative;
  color: white;
  margin-bottom: 20px;
}
.movie_section .title .is-sm {
  font-size: 20px;
}
@media screen and (max-width: 784px) {
  .win .movie_section .title {
    font-size: 26px;
  }
}
@media screen and (max-width: 767px) {
  .movie_section .title {
    font-size: 26px;
  }
}
.movie_section .title:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #CEAA43;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: width 0.3s ease-in;
}
.movie_section .text {
  font-size: 15px;
  text-align: center;
  color: white;
}
.movie_section .movie {
  margin-top: 30px;
  width: 100%;
  max-width: 638px;
  margin-inline: auto;
  cursor: pointer;
  position: relative;
}
@media screen and (max-width: 784px) {
  .win .movie_section .movie {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .movie_section .movie {
    width: 100%;
  }
}
.movie_section .movie .poster {
  width: 100%;
}
.movie_section .movie video {
  width: 100%;
}
.movie_section .movie .icon_play {
  position: absolute;
  width: 127px;
  height: 55px;
  background: url(../img/common/icon_play.png) center/contain no-repeat;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: background 0.3s;
}
@media screen and (min-width: 1216px) {
  .win .movie_section .movie .icon_play:not(.is-sp .movie_section .movie .icon_play):hover {
    background: url(../img/common/icon_play-on.png) center/contain no-repeat;
  }
}
@media screen and (min-width: 1199px) {
  .movie_section .movie .icon_play:not(.is-sp .movie_section .movie .icon_play):hover {
    background: url(../img/common/icon_play-on.png) center/contain no-repeat;
  }
}