@charset "UTF-8";

:root {
 /* Colors: */
 --color-blk: #000000;
 --color-wht: #ffffff;
 --color-base: #212121;
 --color-red: #c90012;
 --color-gld: #e1c881;
 --color-gld2: #e7ba47;
 --color-gld3: #9b7a2f;
 --color-ivo: #fdf6e3;
 --ff-bdni: "Libre Bodoni", serif;
 --ff-min: "Zen Old Mincho", serif;
}

/*
LOADING
==================================================================================  */
.loadingWrap {
 width: 100%;
 height: 100%;
 position: fixed;
 top: 0;
 left: 0;
 z-index: 9999;
 margin: 0px;
 padding: 0px;
 display: block;
}
.loadingWrapWaku {
 width: 100%;
 height: 100%;
 background: var(--color-wht);
 position: relative;
 margin: 0px;
 padding: 0px;
 display: flex;
 justify-content: center;
 align-items: center;
}
.lds-flex {
 width: 300px;
 margin-left: auto;
 margin-right: auto;
 display: flex;
 flex-flow: column;
 justify-content: center;
 opacity: 1;
}
.lf_01 {
 width: 100%;
 aspect-ratio: 1152/328;
 margin-left: auto;
 margin-right: auto;
 display: block;
 background: url(/assets/img/logo_jp.webp) no-repeat 50% 50%;
 background-size: contain;
}
body.-start .loadingWrap {
 animation: ani_ld 3s cubic-bezier(1, 0, 0.85, 1) 0.8s both;
}
body.-start .lds-flex {
 animation: ani_ld 2s ease-in-out 0.2s both;
}
@keyframes ani_ld {
 0% {
  opacity: 1;
  visibility: visible;
 }
 100% {
  opacity: 0;
  visibility: hidden;
 }
}

@media screen and (max-width: 820px) {
 .lds-flex {
  width: 360px;
 }
}

@media screen and (max-width: 600px) {
 .lds-flex {
  width: 64%;
 }
}

/* header
==================================================================================  */
body.home .l-header__navi::before,
body.home .l-header__navi::after {
 content: none;
}
body.home .hd__logo {
 display: none;
}
.l-gnav__container.is__scroll .hd__menutrigger {
 opacity: 0;
 transform: scale(1.2);
 pointer-events: none;
}
.l-gnav__container.is__open .hd__logo {
 display: block;
}
.l-header__navi li.menuname {
 display: flex;
}

@media screen and (max-width: 999px) {
 .l-header__navi li.menuname {
  display: none;
 }
 .hd__menutrigger {
  top: unset;
  bottom: 10px;
  opacity: 1;
  transform: scale(1);
  pointer-events: unset;
 }
}

@media screen and (max-width: 600px) {
 .hd__menutrigger {
  bottom: 3vw;
 }
 .l-gnav__container.is__scroll .hd__menutrigger {
  opacity: 1;
  transform: scale(1);
  pointer-events: unset;
 }
}

/*
titleArea
==================================================================================*/
.titleArea {
 display: block;
 position: relative;
 width: 100%;
 background-color: var(--color-bg);
}
.kv {
 display: block;
 width: 100%;
 position: relative;
}
.swiper.slider-thumbnail {
 position: absolute;
 bottom: 13px;
 left: 8px;
 width: calc((140 / 1360) * 100cqw);
 max-width: 140px;
}
.slider-thumbnail .swiper-wrapper {
 box-sizing: border-box;
 flex-direction: column;
 gap: 4px;
 height: 100%;
 width: 100%;
 z-index: 1;
}
.slider-thumbnail .swiper-slide {
 width: calc((140 / 1360) * 100cqw) !important;
 max-width: 140px !important;
 padding: 4px;
 background-color: var(--color-red);
 border: 2px solid var(--color-gld);
 cursor: pointer;
}
.slider-thumbnail .swiper-slide figure {
 display: block;
 position: relative;
}
.slider-thumbnail .swiper-slide figure::after {
 content: "";
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 display: block;
 background-color: rgba(0, 0, 0, 0.3);
 z-index: 2;
}
.slider-thumbnail .swiper-slide.swiper-slide-thumb-active figure::after {
 opacity: 0;
}
.slider-thumbnail .swiper-slide.swiper-slide-thumb-active {
 opacity: 1;
}
.swiper {
 width: 100%;
}
.swiper-slide img {
 height: auto;
 width: 100%;
}
.bar {
 position: absolute;
 bottom: 0;
 left: 0;
 width: 100%;
 height: 5px;
 background: none;
 margin: 10px auto 0;
 overflow: hidden;
 z-index: 4;
}
.bar span {
 display: inline-block;
 position: absolute;
 top: 0;
 bottom: 0;
 left: 0;
 width: 100%;
 background: var(--color-red);
 transform: scaleX(0);
 transform-origin: left center;
 transition-timing-function: linear;
}
.kv_img_01,
.kv_img_02 {
 display: block;
 width: 100%;
}
.kv .logo_jp {
 position: absolute;
 bottom: calc((14 / 1360) * 100cqw);
 left: calc((296 / 1360) * 100cqw);
 width: calc((767 / 1360) * 100cqw);
 display: block;
 z-index: 2;
}
.kv .logo_en {
 position: absolute;
 top: calc((28 / 1360) * 100cqw);
 left: calc((19 / 1360) * 100cqw);
 width: calc((1300 / 1360) * 100cqw);
 display: block;
 z-index: 2;
}
.kv .ta_cp_01a {
 position: absolute;
 top: calc((800 / 1360) * 100cqw);
 right: calc((54 / 1360) * 100cqw);
 width: calc((50 / 1360) * 100cqw);
 aspect-ratio: 100 / 1220;
 display: block;
 z-index: 2;
}
.kv .ta_cp_01b {
 position: absolute;
 top: calc((228 / 1360) * 100cqw);
 left: calc(50% - ((25 / 1360) * 100cqw));
 width: calc((50 / 1360) * 100cqw);
 aspect-ratio: 100 / 1220;
 display: block;
 z-index: 2;
}
.kv .ta_cp_01a img,
.kv .ta_cp_01b img {
 filter: drop-shadow(0px 0px 8px rgba(0, 92, 197, 1)) drop-shadow(0px 0px 8px rgba(0, 92, 197, 1)) drop-shadow(0px 0px 8px rgba(0, 92, 197, 1)) drop-shadow(0px 0px 8px rgba(0, 92, 197, 1));
}
.ta_date {
 width: 100%;
 height: 90px;
 display: flex;
 align-items: center;
 justify-content: center;
 padding-inline: 40px;
 background: var(--color-red) url(/assets/img/ta_date_bg.jpg) no-repeat 50% 50%;
 background-size: cover;
 position: relative;
}
.ta_date .date {
 max-width: 600px;
}
.ta_date .date img {
 filter: drop-shadow(4px 4px 0 #000000);
}
.ta_date::before,
.ta_date::after {
 content: "";
 position: absolute;
 top: 0;
 left: 0;
 display: block;
 width: 100%;
 height: 1px;
 background-color: #e0bc5c;
}
.ta_date::after {
 top: unset;
 bottom: 0;
}
.ta_date .dline {
 position: absolute;
 top: 5px;
 left: 0px;
 display: block;
 width: 100%;
 height: 3px;
 border-top: 1px solid var(--color-blk);
 border-bottom: 1px solid var(--color-blk);
 background-color: #e0bc5c;
}
.ta_date .dline.dline_02 {
 top: unset;
 bottom: 5px;
}

/* -start */
/* 
.kv .logo_jp,
.kv .logo_en {
 opacity: 0;
}
body.-start .kv .logo_jp {
 animation-name: obizoom;
 animation-duration: 1.6s;
 animation-timing-function: cubic-bezier(0.08, 0.8, 0.315, 1);
 animation-delay: 4.5s;
 animation-fill-mode: both;
}
body.-start .kv .logo_en {
 animation-name: obizoom;
 animation-duration: 1.6s;
 animation-timing-function: cubic-bezier(0.08, 0.8, 0.315, 1);
 animation-delay: 4.5s;
 animation-fill-mode: both;
}
body.-start .kv .ta_cp_01a,
body.-start .kv .ta_cp_01b {
 animation-name: obidown;
 animation-duration: 1.6s;
 animation-timing-function: cubic-bezier(0.08, 0.8, 0.315, 1);
 animation-delay: 2s;
 animation-fill-mode: both;
} */
@keyframes tah1 {
 0% {
  opacity: 0;
 }
 100% {
  opacity: 1;
 }
}
@keyframes obizoom {
 0% {
  opacity: 0;
  transform: scale(1.2, 1.2);
 }
 100% {
  opacity: 1;
  transform: scale(1, 1);
 }
}
@keyframes obidown {
 0% {
  opacity: 0;
  transform: translateY(-20%);
 }
 100% {
  opacity: 1;
  transform: translateY(0);
 }
}
@keyframes obiOpa {
 0% {
  opacity: 0;
 }
 100% {
  opacity: 1;
 }
}

@media screen and (min-width: 821px) {
 .trailer_btn a:hover {
  color: var(--color-ylw);
  border-color: var(--color-ylw);
 }
 .ts_linkbtn .sns .btn a:hover {
  fill: var(--color-ylw);
 }
}

@media screen and (max-width: 820px) {
 .ta_date {
  height: calc((70 / 820) * 100cqw);
 }
 .ta_date .date {
  max-width: 60%;
 }
}

@media screen and (max-width: 600px) {
 /* .swiper.slider-thumbnail {
  position: relative;
  bottom: unset;
  left: unset;
  width: 100%;
  max-width: unset;
  padding-block: calc((8 / 358) * 100cqw);
  background: var(--color-red) url(/assets/img/bg_hisi.svg) repeat 50% 50%;
  background-size: 10% auto;
 }
 .slider-thumbnail .swiper-wrapper {
  box-sizing: border-box;
  flex-direction: row;
  justify-content: center;
  gap: 4px;
  height: auto;
  width: 100%;
 }
 .slider-thumbnail .swiper-slide {
  width: calc((120 / 390) * 100cqw) !important;
  max-width: unset !important;
  padding: 2px;
  border: 1px solid var(--color-gld);
 }
 .slider-thumbnail .swiper-slide figure {
  display: block;
  position: relative;
  width: 100%;
  height: calc((64 / 390) * 100cqw);
  overflow: hidden;
 }
 .slider-thumbnail .swiper-slide figure img {
  width: 100%;
  height: calc((64 / 390) * 100cqw);
  object-fit: cover;
  object-position: 50% 30%;
 } */
 .swiper.slider-thumbnail {
  bottom: calc((10 / 390) * 100cqw);
  left: 2px;
  width: calc((56 / 390) * 100cqw);
  max-width: 56px;
 }
 .slider-thumbnail .swiper-wrapper {
  gap: 2px;
 }
 .slider-thumbnail .swiper-slide {
  width: calc((56 / 390) * 100cqw) !important;
  max-width: 56px !important;
  padding: 2px;
  background-color: var(--color-red);
  border: 2px solid var(--color-gld);
  cursor: pointer;
 }
 .bar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: none;
  margin: 10px auto 0;
  overflow: hidden;
  z-index: 4;
 }
 .bar span {
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  background: var(--color-red);
  transform: scaleX(0);
  transform-origin: left center;
  transition-timing-function: linear;
 }
 .kv_img_01,
 .kv_img_02 {
  display: block;
  width: 100%;
  aspect-ratio: 1170/1657;
 }
 .kv_img_01 {
  background: url(/assets/img/kv_01_sp.webp) no-repeat 0 0;
  background-size: cover;
 }
 .kv_img_02 {
  background: url(/assets/img/kv_02_sp.webp) no-repeat 0 0;
  background-size: cover;
 }
 .kv .logo_jp {
  position: absolute;
  bottom: unset;
  top: calc((440 / 390) * 100cqw);
  left: calc((58 / 390) * 100cqw);
  width: calc((290 / 390) * 100cqw);
  display: block;
  z-index: 2;
  opacity: 1;
 }
 .kv .logo_en {
  position: absolute;
  top: calc((28 / 1360) * 100cqw);
  left: calc((19 / 1360) * 100cqw);
  width: calc((1300 / 1360) * 100cqw);
  display: block;
  z-index: 2;
 }
 .kv .ta_cp_01a {
  position: absolute;
  top: calc((250 / 390) * 100cqw);
  right: calc((16 / 390) * 100cqw);
  width: calc((18 / 390) * 100cqw);
  aspect-ratio: 100 / 1220;
  display: none;
  z-index: 2;
 }
 .kv .ta_cp_01b {
  position: absolute;
  top: calc((78 / 390) * 100cqw);
  left: calc(50% - ((8 / 390) * 100cqw));
  width: calc((18 / 390) * 100cqw);
  aspect-ratio: 100 / 1220;
  display: block;
  z-index: 2;
 }
 .kv .ta_cp_01a img,
 .kv .ta_cp_01b img {
  filter: drop-shadow(0px 0px 18px rgba(0, 92, 197, 1)) drop-shadow(0px 0px 18px rgba(0, 92, 197, 1)) drop-shadow(0px 0px 18px rgba(0, 92, 197, 1)) drop-shadow(0px 0px 18px rgba(0, 92, 197, 1));
  transform: translateZ(0);
 }

 .ta_date {
  height: calc((45 / 390) * 100cqw);
  padding-inline: 4vw;
 }
 .ta_date .date {
  max-width: 80%;
 }
 .ta_date .date img {
  filter: drop-shadow(1px 1px 0 #000000);
 }
 .ta_date .dline {
  top: 3px;
 }
 .ta_date .dline.dline_02 {
  top: unset;
  bottom: 3px;
 }
}

/* pv
 ================================================================================== */
#pv {
 width: 100%;
 height: 30vw;
 background-color: var(--color-blk);
 position: relative;
}
.th_mv {
 display: block;
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 overflow: hidden;
 background-color: var(--color-nav);
 z-index: 0;
}
.th_mv #loading {
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 display: flex;
 justify-content: center;
 align-items: center;
 background-color: var(--color-org);
 transition: all 3s cubic-bezier(0.2, 0.01, 0, 1) 2s;
 transform-origin: right center;
}
.th_mv #loading.disappear {
 opacity: 0;
}
.loader,
.loader:before,
.loader:after {
 background: var(--color-wht);
 animation: load1 1s infinite ease-in-out;
 width: 16px;
 border-radius: 2em;
 height: 48px;
 opacity: 0.6;
}
.loader {
 color: var(--color-wht);
 margin: 0 auto 80px;
 position: relative;
 transform: translateZ(0);
 animation-delay: -0.16s;
 z-index: 0;
}
.loader:before,
.loader:after {
 position: absolute;
 top: 0;
 content: "";
}
.loader:before {
 left: -24px;
 -webkit-animation-delay: -0.32s;
 animation-delay: -0.32s;
}
.loader:after {
 left: 24px;
}
@keyframes load1 {
 0%,
 80%,
 100% {
  box-shadow: 0 0;
  height: 48px;
 }
 40% {
  box-shadow: 0 -30px;
  height: 40px;
 }
}
.th_mv #youtube-area {
 position: absolute;
 top: 0;
 right: 0;
 left: 0;
 height: calc(58vw + 60px);
 transform: translateY(-25%);
 overflow: hidden;
 opacity: 0;
}
.th_mv #youtube-area.appear {
 animation-name: PageAnimeAppear;
 animation-duration: 0.5s;
 animation-fill-mode: forwards;
}
@keyframes PageAnimeAppear {
 0% {
  opacity: 0;
 }
 100% {
  opacity: 1;
 }
}
.th_mv #youtube {
 position: absolute;
 top: 50%;
 left: 50%;
 transform: translate(-50%, -50%);
 width: 120vw;
 height: 56.25vw;
 min-height: 100%;
 min-width: 100%;
}
.th_mv #youtube-mask {
 position: absolute;
 z-index: 2;
 top: 0;
 width: 100%;
 height: 100%;
 background-color: rgba(0, 0, 0, 0.15);
}
.th_play {
 width: 100%;
 height: 100%;
 display: block;
 position: relative;
 background-color: rgba(0, 0, 0, 0.4);
 z-index: 2;
}
.th_play a {
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 display: flex;
 justify-content: center;
 align-items: center;
}
.th_play a .playbtn {
 color: var(--color-gld);
 font-size: 2.4rem;
 font-family: var(--ff-bdni);
 font-weight: 700;
 display: flex;
 justify-content: center;
 align-items: center;
 width: 150px;
 aspect-ratio: 150/ 156;
 transition: all 0.4s;
 position: relative;
 background: url(/assets/img/btn_play.svg) no-repeat 50% 50%;
 background-size: contain;
}

@media screen and (min-width: 821px) {
 .th_play a:hover .playbtn {
  transform: scale(1.1);
  transition: all 0.4s;
 }
}

@media screen and (max-width: 820px) {
 #pv {
  height: 50vw;
 }
 .th_mv #youtube-area {
  transform: translateY(-10%);
 }
}

@media screen and (max-width: 600px) {
 .loader,
 .loader:before,
 .loader:after {
  background: var(--color-wht);
  animation: load1 1s infinite ease-in-out;
  width: 16px;
  border-radius: 2em;
  height: 48px;
  opacity: 0.6;
 }
 .loader {
  color: var(--color-wht);
  margin: 0 auto 80px;
  position: relative;
  transform: translateZ(0);
  animation-delay: -0.16s;
  z-index: 0;
 }
 .loader:before,
 .loader:after {
  position: absolute;
  top: 0;
  content: "";
 }
 .loader:before {
  left: -24px;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
 }
 .loader:after {
  left: 24px;
 }
 .th_mv #youtube-area {
  height: calc(58vw + 60px);
  transform: translateY(-15%);
 }
 .th_play a .playbtn {
  font-size: 4.1vw;
  width: 25vw;
 }
}

/* news
 ================================================================================== */
#topnews {
 padding-block: 40px 90px;
 background: var(--color-red) url(/assets/img/bg_cross_01.svg) 50% 50%;
 background-size: 180px 180px;
}
#topnews .contbox {
 max-width: 1080px;
 padding-block: 70px 60px;
 position: relative;
}
#topnews .dc_a {
 top: 0;
 left: 0;
}
#topnews .dc_b {
 top: 0;
 right: 0;
}
#topnews .dc_c {
 bottom: 0;
 right: 0;
}
#topnews .dc_d {
 bottom: 0;
 left: 0;
}
#topnews .newslist li {
 border-bottom: 1px solid var(--color-gld4);
}
#topnews .newslist li:nth-child(1) {
 border-top: 1px solid var(--color-gld4);
}
#topnews .newslist li .date {
 color: var(--color-ivo);
}
#topnews .newslist li a {
 color: var(--color-ivo);
}
#topnews .newslist li .ar {
 background: url(/assets/img/ar_02.svg) no-repeat 50% 50%;
 background-size: contain;
}
#topnews #page-navi {
 margin-top: 60px;
}

@media screen and (min-width: 821px) {
 #topnews .newslist li:hover::before {
  background-color: rgba(0, 0, 0, 0.1);
 }
}

@media only screen and (max-width: 820px) {
}

@media only screen and (max-width: 600px) {
 #topnews {
  padding-block: calc((20 / 358) * 100cqw);
  background: var(--color-red) url(/assets/img/bg_cross_01.svg) 50% 50%;
  background-size: 25vw 25vw;
 }
 #topnews .contbox {
  max-width: unset;
  padding-block: calc((40 / 358) * 100cqw) calc((80 / 358) * 100cqw);
 }
 #topnews .newslist li .ar {
  background: url(/assets/img/ar_02.svg) no-repeat 50% 50%;
  background-size: contain;
 }
 #topnews #page-navi {
  margin-top: calc((40 / 358) * 100cqw);
 }
}

/* [Show Animate] 出現アニメーション
================================================================================== */
