@charset "utf-8";

/* loading
----------------------------------------------------------------------*/

.loader {
  -webkit-transition: 300ms;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  z-index: 10000;
  position: fixed;
  top: 0;
  left: 0;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100vh;
  background: #fff;
  transition: 300ms;
}

.loader[data-access] {
  pointer-events: none;
}

.loader[data-access] .logo_line {
  opacity: 0;
}

.loader[data-access="false"] {
  display: none;
}

.loader[data-access="false"]+.contents {
  display: block;
  opacity: 1;
}

.loader[data-access="true"] .logo_line {
  opacity: 1;
}

.loader.hidden {
  visibility: hidde;
  opacity: 0;
}

.loader_bar {
  display: block;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #efefef;
  text-indent: -9999px;
}

.loader svg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.loader .logo_comp {
  opacity: 0;
}

.loader .logo_comp.active {
  -webkit-animation: loadingEnd 2.5s forwards;
  animation: loadingEnd 2.5s forwards;
}

.contents {
  display: none;
  opacity: 0;
}

.contents.show {
  display: block;
  opacity: 1;
}

@media screen and (min-width: 768px) {
  .top .footer_pagetop {
    top: -34px;
  }

  .main {
    margin-top: 0;
    padding-top: 110px;
    overflow: hidden;
    border-top: none;
  }
}

.top_notice {
  padding: 16px 0 18px;
  background: #000;
  color: #fff;
}

.top_notice a {
  color: #fff;
}

.top_notice_con {
  width: calc(100% - 205px);
}

@media screen and (min-width: 1274px) {
  .top_notice_con {
    width: calc(100% - 310px);
  }
}

.top_notice_line {
  padding: 7px 0;
  display: flex;
  flex-wrap: wrap;

  @media screen and (min-width: 1024px) {
    flex-wrap: nowrap;
  }
}

.top_notice_time {
  width: 98px;
  font-size: 1.4rem;
}

.top_notice_mark {
  width: 10em;
  margin: 4px 20px auto 0;
  padding: 0 10px 1px;
  border: 1px solid #fff;
  font-size: 1.2rem;
  line-height: 1.8;
  text-align: center;
  text-wrap: nowrap;
}

.top_notice_text {
  width: 100%;
  font-size: 1.6rem;
  line-height: 1.9;

  @media screen and (min-width: 1024px) {
    width: calc(100% - 195px);
  }
}

.top_notice_text a {
  border-bottom: 1px solid #fff;
}

.top_notice_more {
  margin: auto 0 15px auto;
  padding-right: 15px;
  width: 235px;
}

.narrative {
  padding-bottom: 170px;
  background: url(/jp/image/top/narrative01_pc.jpg) no-repeat center center;
  background-size: cover;
  color: #fff;
}

.top_title {
  position: relative;
  margin-bottom: 75px;
  padding: 112px 0 25px 80px;
  font-family: "Open Sans", sans-serif;
}

.top_title::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 0;
  background: #000;
  transition: 0.5s ease;
}

.top_title h2 {
  position: relative;
  z-index: 2;
  margin-bottom: 0;
  font-size: 5rem;
  letter-spacing: 8px;
  color: #000;
}

.top_title_num {
  position: absolute;
  z-index: 1;
  top: 62px;
  left: 30px;
  font-size: 14rem;
  line-height: 1;
  color: #eee;
}

.narrative .top_title,
.movie .top_title,
.store .top_title {
  border-color: #fff;
}

.narrative .top_title::after,
.movie .top_title::after,
.store .top_title::after {
  background: #fff;
}

.narrative .top_title h2,
.movie .top_title h2,
.store .top_title h2 {
  color: #fff;
}

.narrative .top_title_num {
  color: rgba(255, 255, 255, 0.1);
}

.movie .top_title_num,
.store .top_title_num {
  color: rgba(255, 255, 255, 0.2);
}

.narrative_text {
  margin-top: -10px;
  width: 45%;
  font-size: 1.6rem;
  line-height: 2.5;
}

.narrative_text p+p {
  margin: 30px auto;
}

.narrative_pic {
  width: 54.2%;
}

.lineup {
  padding-bottom: 200px;
}

.lineup_feature {
  padding: 240px 0 220px;
  background: url(/jp/image/top/lineup03_pc.jpg) no-repeat center center;
  background-size: cover;
  color: #fff;
  text-align: center;
  font-size: 2rem;
  line-height: 2.25;
  letter-spacing: 8px;
}

.lineup_feature h2,
.lineup_feature h3 {
  margin-bottom: 85px;
  font-size: 3.7rem;
  color: #fff;
  letter-spacing: 7.5px;
}

.lineup_feature p+p {
  margin: 45px auto;
}

.top .movie {
  padding-bottom: 170px;
  background: #040303;
}

.information {
  padding-bottom: 180px;
}

.article_list {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-direction: row;
  flex-wrap: wrap;
}

.article_list li {
  width: calc((100% - 20px) / 2.00001);
  display: flex;
  flex-direction: column;
}

.article_list li p {
  padding: 20px 0 30px;
  font-size: 1.6rem;
  line-height: 1.9;
}

.article_list h3 {
  padding: 25px 0 15px;
  font-size: 3rem;
  letter-spacing: 5px;
}

.lineup .article_list .ui_more_b {
  padding: 10px;
  max-width: 235px;
}

.information .article_list li {
  width: calc((100% - 40px) / 3.00001);
}

.information .article_list .ui_more_b {
  margin-top: auto;
  max-width: 215px;
}

.store {
  padding-bottom: 200px;
  background: url(/jp/image/top/store01_pc.jpg) no-repeat center center;
  background-size: cover;
}

.store .ui_more_w {
  padding: 13px;
  margin: 8px 0;
  width: 346px;
  font-size: 2rem;
}

.others {
  padding-bottom: 180px;
}

.others .article_list {
  max-width: 950px;
  width: 100%;
  margin: 0 auto;
}

.others .article_list li p {
  margin-right: -0.5em;
}

.news {
  padding: 100px 0 80px;
  background: #000;
  color: #fff;
}

.news h2 {
  margin-top: -10px;
  width: 205px;
  font-size: 3.7rem;
  color: #fff;
}

.news_box {
  margin-bottom: 60px;
  width: calc(100% - 205px);
}

.news_list li {
  position: relative;
}

.news_list li::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background: #c42a30;
  transition: 0.5s ease;
}

.news_list li:hover::after {
  width: 100%;
  transition: 0.5s ease;
}

.news_list li:hover a::before,
.news_list li:hover a::after {
  background: #fff;
}

.news_list li a {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  padding: 35px 0;
  color: #fff;
  border-bottom: 1px solid #d6d6d6;

  @media screen and (min-width: 1024px) {
    flex-wrap: nowrap;
  }
}

.news_list .top_notice_text {
  width: calc(100% - 40px);

  @media screen and (min-width: 1024px) {
    width: calc(100% - 280px);
  }
}

.news_list li .top_notice_mark {
  margin-top: 2px;
  padding-bottom: 0;
}

.news_list li a::before,
.news_list li a::after {
  display: block;
  position: absolute;
  top: 50%;
  height: 1px;
  background: #8e8e8e;
  content: "";
  transition: 0.5s 0.1s;
}

.news_list li a::before {
  right: 0;
  width: 30px;
  margin-top: -1px;
}

.news_list li a::after {
  -webkit-transform: rotate(45deg);
  right: 0;
  width: 7px;
  margin-top: -4px;
  transform: rotate(45deg);
}

.news .ui_more_w {
  width: 212px;
  margin: 0 auto;
}

.ui_slick_table_wp {
  overflow: hidden;
  border: 1px solid #000;
  border-right: none;
}

.ui_slick_thead_wp {
  position: absolute;
  z-index: 99;
  left: 0;
  top: 0;
  width: 100%;
  display: flex;
}

.ui_slick_thead {
  text-align: center;
}

.ui_slick_tbody {
  text-align: center;
  font-size: 1.4rem;
}

.ui_slick_table_wp .slick-slide .ui_slick_thead {
  display: none;
}

.ui_slick_table_wp .slick-list {
  overflow: visible;
}

.ui_slick_table_box {
  height: 380px;
  overflow: hidden;
  overflow-y: scroll;
}

.ui_slick_table_box::-webkit-scrollbar {
  width: 5px;
}

.ui_slick_table_box::-webkit-scrollbar-track {
  background-color: #cfcfcf;
}

.ui_slick_table_box::-webkit-scrollbar-thumb {
  background-color: #747474;
  border-radius: 2px;
}

.ui_slick_table_dots {
  display: none;
}

.lineup_spec {
  padding: 140px 0;
}

.lineup_spec h2 {
  margin-bottom: 0;
  padding: 12px;
  font-size: 2.5rem;
  background: #454545;
  color: #fff;
  text-align: center;
}

.lineup_btn_list {
  display: flex;
  justify-content: center;
  margin-top: 80px;
}

.lineup_btn_list li {
  margin: 0 22px;
  width: 255px;
}

.spec_th_title {
  border-bottom: 1px solid #000;
  font-size: 2.3rem;
  height: 130px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: #fff;
  line-height: 1.4;
}

.spec_th_title small {
  display: block;
  padding: 2px;
  font-size: 1.4rem;
}

/*-- Add 2025/8/25   --*/
.spec_th_title h3 {
  margin: 0;
  font-size: 100%;
  vertical-align: baseline;
}
.spec_th_title h3.white {
 color: #fff;
}
/*--     //--*/

.spec_th_title_cap {
  padding-top: 10px;
  font-size: 1.3rem;
}

.spec_th_pic {
  padding: 40px 10px 10px;
  text-align: center;
  background: #fff;
}

.spec_th_pic img {
  max-width: 255px;
}

.ui_slick_thead_wp .ui_slick_thead:nth-child(2n) {
  background: #000;
  color: #fff;
}

.ui_slick_thead_wp .ui_slick_thead:nth-child(2n) .spec_th_title {
  border-bottom: 1px solid #fff;
  background: #000;
}

.ui_slick_thead_wp .ui_slick_thead:nth-child(2n) .spec_th_pic {
  background: #000;
}

.ui_slick_table>div>.ui_slick_thead {
  display: none;
}

.ui_slick_table>div:nth-child(2n) {
  background: #000;
  color: #fff;
}

.ui_slick_tbody h3 {
  margin: 0;
  padding: 20px 0 5px;
  font-size: 1.7rem;
  font-weight: bold;
}

.ui_slick_tbody p {
  padding: 5px 0 15px;
  line-height: 2;
  font-size: 1.3rem;
}

.ui_slick_table>div:nth-child(2n) h3 {
  color: #fff;
}

.spec_none,
.spec_right {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 27px;
  height: 17px;
}

.spec_none::after {
  content: "";
  position: absolute;
  left: 0;
  top: calc(50% - 1px);
  width: 100%;
  height: 2px;
  background: #b1b1b1;
  border-radius: 2px;
}

.spec_right::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(/jp/image/top/icon_right.png);
  background-size: 100% 100%;
}

@media screen and (min-width: 768px) {
  .ui_slick_thead_wp {
    position: static;
  }

  .ui_slick_table {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
  }

  .ui_slick_table>div {
    width: 50%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1274px) {
  .top_notice_text {
    /* width: calc(100% - 400px); */
  }

  .top_notice_more {
    width: 165px;
  }

  .news h2 {
    width: 160px;
  }

  .news_box {
    width: calc(100% - 120px);
  }

  .top_title h2 {
    font-size: 4.5rem;
  }
}

@media screen and (max-width: 767px) {
  .top_notice {
    padding: 40px 0;
  }

  .top_notice_text {
    margin: 2.7vw 0 5.4vw;
    width: 100%;
  }

  .top_notice_time {
    width: auto;
    margin-right: 10px;
    font-size: calc(22 / 750 * 100vw);
  }

  .top_notice_mark {
    font-size: calc(20 / 750 * 100vw);
    line-height: 1.5;
  }

  .top_notice_text {
    margin: 10px 0 20px;
    font-size: calc(26 / 750 * 100vw);
  }

  .top_notice_more {
    width: 100%;
    padding: 0;
    margin: 0;
  }

  .top_notice_con {
    display: block;
    width: 100%;
  }

  .top_notice_line {
    flex-wrap: wrap;
    padding: 0;
  }

  .top_notice_line:last-child {
    margin-bottom: 5px;
  }

  .top_notice_line:first-child {
    margin-bottom: 0;
  }

  .top_title {
    margin-bottom: 12vw;
    padding: 15vw 0 1vw 9vw;
  }

  .top_title_num {
    left: 4vw;
    top: 7vw;
    font-size: calc(180 / 750 * 100vw);
    letter-spacing: -2px;
  }

  .top_title h2 {
    font-size: calc(67 / 750 * 100vw);
    letter-spacing: 4px;
  }

  .narrative {
    padding-bottom: 12vw;
    background-image: url(/jp/image/top/narrative01_sp.jpg);
  }

  .narrative_text,
  .narrative_pic {
    width: 100%;
  }

  .narrative_text {
    margin-bottom: 8vw;
    font-size: calc(26 / 750 * 100vw);
    line-height: 1.8;
    letter-spacing: 0.03em;
  }

  .narrative_text p+p {
    margin: 4vw auto;
  }

  .article_list {
    display: block;
  }

  .article_list li {
    width: 100%;
    margin-bottom: 13vw;
  }

  .article_list li:last-child {
    margin-bottom: 0;
  }

  .article_list h3 {
    margin-bottom: 0;
    padding: 6vw 0 4.5vw;
    font-size: calc(40 / 750 * 100vw);
    text-align: center;
    letter-spacing: 0.15em;
  }

  .article_list li p {
    padding: 5.5vw 0 4.5vw;
    font-size: calc(26 / 750 * 100vw);
    line-height: 1.75;
  }

  .lineup {
    padding-bottom: 18vw;
  }

  .information .article_list .ui_more_b,
  .lineup .article_list .ui_more_b {
    max-width: none;
  }

  .lineup_feature {
    padding: 20vw 0 15vw;
    background-image: url(/jp/image/top/lineup03_sp.jpg);
    font-size: calc(27 / 750 * 100vw);
    letter-spacing: 0.15em;
    line-height: 2;
  }

  .lineup_feature h2,
  .lineup_feature h3 {
    margin-bottom: 8vw;
    font-size: calc(49 / 750 * 100vw);
    letter-spacing: 0.15em;
    line-height: 1.45;
  }

  .lineup_feature p+p {
    margin: 7vw 0;
  }

  .top .movie {
    padding-bottom: 22vw;
  }

  .information {
    padding-bottom: 17vw;
  }

  .information .article_list li {
    width: 100%;
  }

  .information .article_list li:last-child p {
    min-height: 16vw;
  }

  .store {
    padding-bottom: 23vw;
    background-image: url(/jp/image/top/store01_sp.jpg);
  }

  .store .ui_more_w {
    width: auto;
    padding: 2.6vw;
    font-size: calc(22 / 750 * 100vw);
  }

  .others {
    padding-bottom: 17vw;
  }

  .others .article_list li p {
    margin-bottom: -3vw;
    padding-bottom: 0;
  }

  .news {
    padding: 19vw 0 20vw;
  }

  .news h2 {
    margin-top: 0;
    width: 100%;
    font-size: calc(67 / 750 * 100vw);
    text-align: center;
  }

  .news_box {
    margin-bottom: 16vw;
    width: 100%;
  }

  .news_list li a {
    flex-wrap: wrap;
    padding: 5.5vw 0 0.2vw;
  }

  .news_list .top_notice_text {
    width: 100%;
    padding-right: 10vw;
    letter-spacing: 0.02em;
  }

  .news_list li a::before,
  .news_list li a::after {
    top: calc((100% - 9.5vw) / 2 + 9.5vw);
  }

  .news_list li a::before {
    width: 8vw;
  }

  .news_list li a::after {
    margin-top: -1vw;
    width: 1.87vw;
  }

  .news .ui_more_w {
    width: auto;
    margin: 0 8vw 0 5.3vw;
  }

  .lineup_spec {
    padding: 17vw 0;
  }

  .lineup_spec h2 {
    padding: 2.5vw;
    margin-right: calc(40 / 750 * 100vw);
    font-size: calc(31 / 750 * 100vw);
  }

  .lineup_btn_list {
    display: block;
    margin-top: 0;
    padding-top: 8vw;
  }

  .lineup_btn_list li {
    width: 100%;
    margin: 5.3vw 0 0;
  }

  .spec_th_title {
    height: 25vw;
    font-size: calc(30 / 750 * 100vw);
    line-height: 1.7;
  }

  .spec_th_title small {
    padding: 0;
    font-size: calc(22 / 750 * 100vw);
  }

  .spec_th_title_cap {
    padding-top: 1.5vw;
    font-size: calc(20 / 750 * 100vw);
  }

  .spec_th_pic {
    padding: 2vw 0 1px;
  }

  .spec_th_pic img {
    width: 78%;
    max-width: none;
  }

  .ui_slick_tbody h3 {
    padding: 1.5vw 0 0;
    font-size: calc(25 / 750 * 100vw);
  }

  .ui_slick_tbody p {
    padding: 1vw 0 3vw;
    font-size: calc(21 / 750 * 100vw);
    line-height: 1.8;
  }

  .spec_none,
  .spec_right {
    margin: 2vw auto 2vw;
    width: 6vw;
    height: 4vw;
  }

  .spec_even .ui_slick_tbody {
    background: #000;
    color: #fff;
  }

  .spec_even .ui_slick_tbody h3 {
    color: #fff;
  }

  .lineup_spec .ui_wide {
    padding-right: 0;
  }

  .ui_slick_table_wp {
    position: relative;
    border-top: none;
    border-bottom: none;
  }

  .ui_slick_table_box {
    height: 120vw;
    direction: rtl;
  }

  .ui_slick_table {
    direction: ltr;
  }

  .ui_slick_table {
    position: relative;
    margin-right: calc(40 / 750 * 100vw);
  }

  .ui_slick_table_wp::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 89.1vw;
    height: 1px;
    background: #000;
  }

  .ui_slick_table_box::-webkit-scrollbar {
    width: 2px;
  }

  .ui_slick_table .slick-dots {
    position: sticky;
    top: 0;
    bottom: inherit;
    align-items: flex-start;
  }

  .ui_slick_table_dots {
    padding-right: calc(40 / 750 * 100vw);
    padding-left: calc(40 / 750 * 100vw);
    margin-top: 6.6vw;
    display: flex;
    flex-direction: row;
  }

  .ui_slick_table_dots li {
    width: 100%;
    height: 2px;
    background: #cfcfcf;
  }

  .ui_slick_table_dots li.slick-active {
    background: #747474;
  }

  .top_text_id01 {
    display: inline-block;
    vertical-align: middle;
    margin-right: -0.5vw;
  }

  .top_text_Noto {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
  }
}

@media screen and (min-width: 767px) {
  .mainv img {
    width: 100%;
    height: auto !important;
  }
}

@media screen and (min-width: 767px) {
  .slick-slide {
    height: auto !important;
  }
}