@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Zen+Kurenaido&display=swap");
/*============================
footer - pagetop
============================*/
@media only screen and (min-width:769px) {
  .l-footer__outer {
    padding: 90px 50px 54px 0;
  }
}
@media only screen and (max-width:768px) {
  .l-footer__outer {
    padding: 100px 0 10.6vw;
  }
}

.l-footer__pagetop {
  cursor: pointer;
  position: fixed;
  bottom: 56px;
  right: 50px;
  width: 20px;
  transition: transform 0.7s cubic-bezier(0.25, 1, 0.5, 1) 0s, opacity 0.7s cubic-bezier(0.25, 1, 0.5, 1) 0s;
  opacity: 0;
  z-index: 100;
}
@media only screen and (min-width:769px) {
  .l-footer__pagetop {
    transform: translateY(0);
  }
  .l-footer__pagetop:hover {
    transform: translateY(-5px);
  }
}
@media only screen and (max-width:768px) {
  .l-footer__pagetop {
    right: 5.4vw;
    bottom: 10.6vw;
    width: 14px;
  }
}
.is-scrolled .l-footer__pagetop {
  opacity: 1;
}

@media only screen and (max-width:768px) {
  .l-footer__copy {
    line-height: 1.4;
  }
}

/*============================
TICKET
============================*/
@media only screen and (min-width:769px) {
  .p-ticket {
    padding-top: 60px;
  }
}
.p-ticket__ttl {
  text-align: center;
}
.p-ticket__ttl-en::before {
  background: linear-gradient(to right, #e71e1d, #b30772);
}
.p-ticket__ttl-en-txt {
  background: linear-gradient(to right, #e71e1d 0%, #b30772 25%, #fff 75%, #fff 0%) no-repeat left 100% top 50%;
  background-size: 400% 100%;
  -webkit-background-clip: text;
  background-clip: text;
}
.p-ticket__ttl-jp-txt {
  background: linear-gradient(to right, #e71e1d 0%, #b30772 25%, #fff 75%, #fff 0%) no-repeat left 100% top 50%;
  background-size: 400% 100%;
  -webkit-background-clip: text;
  background-clip: text;
}
.p-ticket__cont {
  margin-top: 52px;
  transform: translate(0, 30px);
  opacity: 0;
}
@media only screen and (min-width:769px) {
  .p-ticket__cont {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width:768px) {
  .p-ticket__cont {
    margin-top: 15px;
  }
}
.is-scroll .p-ticket__cont {
  transform: translate(0, 0);
  opacity: 1;
  transition: opacity 1s cubic-bezier(0.5, 1, 0.89, 1) 0.4s, transform 1s cubic-bezier(0.5, 1, 0.89, 1) 0.4s;
}
.p-ticket__cont-inner .ticket_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1000px;
  margin: 0 auto 12px;
}
.p-ticket__cont-inner .ticket_list > li {
  cursor: pointer;
  position: relative;
  margin: 0 0.9vw 1.8vw;
  padding: 2px 2.6vw 3px;
  color: #b30772;
  border: 1px solid #b30772;
  font-size: 12px;
  overflow: hidden;
}
@media only screen and (min-width:769px) {
  .p-ticket__cont-inner .ticket_list > li {
    font-size: 13px;
    margin: 0 9px 12px;
    padding: 3px 14px 4px;
  }
  .p-ticket__cont-inner .ticket_list > li::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 105%;
    height: 105%;
    background: linear-gradient(to right, #e71e1d, #b30772);
    transition: transform 0.4s cubic-bezier(0.5, 1, 0.89, 1);
    transform: scaleX(0);
  }
  .p-ticket__cont-inner .ticket_list > li:hover::before {
    transform: scaleX(1);
  }
  .p-ticket__cont-inner .ticket_list > li:hover span {
    color: #fff;
  }
}
.p-ticket__cont-inner .ticket_list > li span {
  position: relative;
  z-index: 2;
  vertical-align: baseline;
  line-height: 1.2;
  transition: color 0.4s cubic-bezier(0.5, 1, 0.89, 1);
}

.p-ticket__cont-inner .ticket_box + .ticket_box {
  margin-top: 40px;
}
@media only screen and (min-width:769px) {
  .p-ticket__cont-inner .ticket_box + .ticket_box {
    margin-top: 70px;
  }
}
.p-ticket__cont-inner .ticket_box .ticket_title {
  position: relative;
  margin-bottom: 16px;
  padding: 10px 0;
  font-size: 15px;
  color: #b30772;
  line-height: 1.4;
  font-weight: 400;
  text-align: center;
}
@media only screen and (min-width:769px) {
  .p-ticket__cont-inner .ticket_box .ticket_title {
    margin-bottom: 24px;
    font-size: 24px;
    padding: 16px 0;
  }
}
.p-ticket__cont-inner .ticket_box .ticket_title::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #e8e8e8;
}
.p-ticket__cont-inner .ticket_box .ticket_title span.-end {
  display: inline-block;
  padding: 2px 10px;
  margin-left: 0.6em;
  vertical-align: baseline;
  border: 2px solid #b30772;
  font-size: 70%;
}
.p-ticket__cont-inner .ticket_box .ticket_info {
  position: relative;
}
.p-ticket__cont-inner .ticket_box .ticket_info .img {
  width: 67.1%;
  margin: 0 auto 12px;
}
@media only screen and (min-width:769px) {
  .p-ticket__cont-inner .ticket_box .ticket_info .img {
    position: absolute;
    top: 0;
    left: 0;
    width: 400px;
  }
}
.p-ticket__cont-inner .ticket_box .ticket_info .txt {
  font-size: 12px;
}
@media only screen and (min-width:769px) {
  .p-ticket__cont-inner .ticket_box .ticket_info .txt {
    padding-left: 435px;
    min-height: 400px;
  }
}
.p-ticket__cont-inner .ticket_box .ticket_info .txt .att {
  font-size: 80%;
}
.p-ticket__cont-inner .ticket_box .ticket_info .txt .lead {
  color: #b30772;
  font-size: 14px;
  line-height: 1.8;
}
@media only screen and (min-width:769px) {
  .p-ticket__cont-inner .ticket_box .ticket_info .txt .lead {
    font-size: 16px;
  }
}
.p-ticket__cont-inner .ticket_box .ticket_info .txt a {
  color: #b30772;
}
.p-ticket__cont-inner .ticket_box .ticket_info .txt .detail {
  margin-top: 2em;
}

.p-ticket__cont-inner .ticket_box .ticket_info .txt .detail_bnr {
  width: 100%;
}

@media only screen and (min-width:769px) {
  .p-ticket__cont-inner .ticket_box .ticket_info .txt .detail_bnr {
    width: 66.66%;
    max-width: 400px;
  }
}
.p-ticket__cont-inner .ticket_box .ticket_info .txt .detail_bnr a {
  position: relative;
  display: block;
}

@media only screen and (min-width:769px) {
  .p-ticket__cont-inner .ticket_box .ticket_info .txt .detail_bnr a::before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    transform-origin: 0 0;
    opacity: 0;
    z-index: 1;
    transition: opacity 0.7s cubic-bezier(0.5, 1, 0.89, 1);
    background: linear-gradient(to right, rgba(255, 144, 90, 0.5), rgba(221, 23, 42, 0.5));
    width: 100%;
    height: 100%;
    pointer-events: none;
    content: "";
  }
  .p-ticket__cont-inner .ticket_box .ticket_info .txt .detail_bnr a:hover::before {
    opacity: 0.5;
    transition: opacity 0.7s cubic-bezier(0.5, 1, 0.89, 1) 0s;
  }
}
.p-ticket__cont-inner .ticket_box .ticket_info .txt .detail_mvtkwidgets {
  margin-top: 1.5em;
}
.p-ticket__cont-inner .ticket_box .ticket_info .txt .btn {
  margin-top: 2.5em;
}
@media only screen and (max-width:768px) {
  .p-ticket__cont-inner .ticket_box .ticket_info .txt .btn {
    text-align: center;
  }
}
.p-ticket__cont-inner .ticket_box .ticket_info .txt .btn a {
  display: inline-block;
  position: relative;
  padding: 10px 20% 11px;
  color: #b30772;
  font-size: 18px;
  overflow: hidden;
  text-decoration: none;
  font-weight: 700;
  font-family: "Cormorant Garamond", serif;
  border-radius: 1000px;
  color: #fff;
  transition: transform 0.7s cubic-bezier(0.5, 1, 0.89, 1) 0s;
  transform: scale(1);
  background: linear-gradient(to right, #e71e1d, #b30772);
  text-align: center;
  margin-bottom: 0.6em;
}
@media only screen and (min-width:769px) {
  .p-ticket__cont-inner .ticket_box .ticket_info .txt .btn a {
    width: 220px;
    font-size: 18px;
    padding: 10px 0 11px;
    margin-right: 0.6em;
  }
  .p-ticket__cont-inner .ticket_box .ticket_info .txt .btn a:hover {
    transform: scale(1.04);
  }
}
.p-ticket__cont-inner .ticket_box .ticket_info .txt .btn a span {
  position: relative;
  z-index: 2;
  letter-spacing: 0.04em;
  color: #fff;
  vertical-align: baseline;
  line-height: 1.2;
  transition: color 0.4s cubic-bezier(0.5, 1, 0.89, 1);
}
.p-ticket__cont-inner .ticket_box .ticket_info .txt .info {
  margin-top: 8px;
}
@media only screen and (min-width:769px) {
  .p-ticket__cont-inner .ticket_box .ticket_info .txt .info {
    margin-top: 16px;
  }
}
.p-ticket__cont-inner .ticket_box .ticket_info .txt .info dl {
  display: flex;
  flex-wrap: wrap;
  line-height: 1.6;
}
.p-ticket__cont-inner .ticket_box .ticket_info .txt .info dl + dl {
  margin-top: 4px;
}
.p-ticket__cont-inner .ticket_box .ticket_info .txt .info dl dt {
  box-sizing: border-box;
  position: relative;
  width: 6em;
  padding-right: 1em;
}
.p-ticket__cont-inner .ticket_box .ticket_info .txt .info dl dt::after {
  content: "：";
  position: absolute;
  top: 0;
  right: 0;
}
.p-ticket__cont-inner .ticket_box .ticket_info .txt .info dl dd {
  width: calc(100% - 6em);
}
.p-ticket__cont-inner .ticket_box .ticket_title small {
  font-size: 80%;
}
.p-ticket__cont-inner .ticket_box .ticket_info .txt .-attlist {
  margin-top: 8px;
}
.p-ticket__cont-inner .ticket_box .ticket_info .txt .-attlist > li {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 10px;
  line-height: 1.8;
}
.p-ticket__cont-inner .ticket_box .ticket_info .txt .-attlist > li.-cap {
  font-weight: bold;
}

/*============================
TICKET - slick
============================*/
.p-ticket {
  /* Arrows */
  /* Dots */
}
.p-ticket .slick-slider {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -ms-touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
  display: block;
  position: relative;
  box-sizing: border-box;
  touch-action: pan-y;
  user-select: none;
}
.p-ticket .slick-list {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.p-ticket .slick-list:focus {
  outline: none;
}
.p-ticket .slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.p-ticket .slick-slider .slick-track, .p-ticket .slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}
.p-ticket .slick-track {
  display: block;
  position: relative;
  top: 0;
  left: 0;
  margin-right: auto;
  margin-left: auto;
}
.p-ticket .slick-track:before {
  display: table;
  content: "";
}
.p-ticket .slick-track:after {
  display: table;
  clear: both;
  content: "";
}
.p-ticket .slick-loading .slick-track {
  visibility: hidden;
}
.p-ticket .slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
.p-ticket [dir=rtl] .slick-slide {
  float: right;
}
.p-ticket .slick-slide img {
  display: block;
}
.p-ticket .slick-slide.slick-loading img {
  display: none;
}
.p-ticket .slick-slide.dragging img {
  pointer-events: none;
}
.p-ticket .slick-initialized .slick-slide {
  display: block;
}
.p-ticket .slick-loading .slick-slide {
  visibility: hidden;
}
.p-ticket .slick-vertical .slick-slide {
  display: block;
  border: 1px solid transparent;
  height: auto;
}
.p-ticket .slick-arrow.slick-hidden {
  display: none;
}
.p-ticket .slick-prev, .p-ticket .slick-next {
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  display: block;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  cursor: pointer;
  outline: none;
  border: none;
  background: transparent;
  padding: 0;
  width: 20px;
  height: 20px;
  color: transparent;
  font-size: 0px;
  line-height: 0px;
}
.p-ticket .slick-prev:hover, .p-ticket .slick-prev:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.p-ticket .slick-next:hover, .p-ticket .slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.p-ticket .slick-prev {
  left: -25px;
}
.p-ticket .slick-prev:hover:before, .p-ticket .slick-prev:focus:before {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
}
.p-ticket .slick-next {
  right: -25px;
}
.p-ticket .slick-next:hover:before, .p-ticket .slick-next:focus:before {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
}
.p-ticket .slick-prev.slick-disabled:before, .p-ticket .slick-next.slick-disabled:before {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=25)";
  opacity: 0.25;
}
.p-ticket .slick-prev:before, .p-ticket .slick-next:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
  opacity: 0.75;
  color: #fff;
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
}
.p-ticket [dir=rtl] .slick-prev {
  right: -25px;
  left: auto;
}
.p-ticket .slick-prev:before {
  content: "←";
}
.p-ticket [dir=rtl] .slick-prev:before {
  content: "→";
}
.p-ticket [dir=rtl] .slick-next {
  right: auto;
  left: -25px;
}
.p-ticket .slick-next:before {
  content: "→";
}
.p-ticket [dir=rtl] .slick-next:before {
  content: "←";
}
.p-ticket .slick-dots {
  display: block;
  position: absolute;
  right: 6px;
  bottom: 4px;
  margin: 0;
  padding: 0;
  width: 100%;
  list-style: none;
  text-align: right;
  z-index: 5;
}
.p-ticket .slick-dots li {
  display: inline-block;
  position: relative;
  cursor: pointer;
  margin: 0;
  margin-left: 4px;
  padding: 0;
  z-index: 5;
}
.p-ticket .slick-dots li button {
  -webkit-transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-border-radius: 50%;
  -webkit-background-size: contain;
  display: block;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  cursor: pointer;
  outline: none;
  border: 0;
  border-radius: 50%;
  background: transparent;
  background: #b30772;
  background-size: contain;
  padding: 0;
  width: 8px;
  height: 8px;
  color: transparent;
  font-size: 0px;
  line-height: 0px;
  opacity: 0.4;
}
.p-ticket .slick-dots li button:hover, .p-ticket .slick-dots li button:focus {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  outline: none;
}
@media screen and (max-width: 1000px) {
  .p-ticket .slick-dots li {
    margin-left: 4px;
  }
}
@media screen and (max-width: 1000px) {
  .p-ticket .slick-dots li button {
    width: 6px;
    height: 6px;
  }
}
.p-ticket .slick-dots li.slick-active button {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
}
.p-ticket textarea, .p-ticket select, .p-ticket .slick-slide {
  outline: none;
}
@media screen and (max-width: 1000px) {
  .p-ticket .slick-initialized .slick-slide {
    height: auto;
  }
}
.p-ticket .slide-dots {
  display: block;
  position: absolute;
  right: 6px;
  bottom: 4px;
  margin: 0;
  padding: 0;
  width: 100%;
  list-style: none;
  text-align: right;
}
.p-ticket .slide-dots li {
  display: inline-block;
  position: relative;
  cursor: pointer;
  margin: 0;
  margin-left: 4px;
  padding: 0;
}
.p-ticket .slide-dots li button {
  -webkit-transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-border-radius: 50%;
  -webkit-background-size: contain;
  display: block;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  cursor: pointer;
  outline: none;
  border: 0;
  border-radius: 50%;
  background: transparent;
  background: #fff;
  background-size: contain;
  padding: 0;
  padding-bottom: 1px;
  width: 14px;
  height: 14px;
  color: transparent;
  font-family: YakuHanJP, "Josefin Sans", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 8px;
  font-weight: 400;
  line-height: 1;
}
@media screen and (max-width: 1000px) {
  .p-ticket .slide-dots {
    bottom: 2px;
  }
}
@media screen and (max-width: 1000px) {
  .p-ticket .slide-dots li {
    margin-left: 4px;
  }
}
@media screen and (max-width: 1000px) {
  .p-ticket .slide-dots li button {
    width: 6px;
    height: 6px;
  }
}
.p-ticket .slide-dots li button:hover, .p-ticket .slide-dots li button:focus {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  outline: none;
  color: #ffffff;
}
.p-ticket .slide-dots li.slick-active button {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  color: #ffffff;
}

/*============================
MOVIE
============================*/
.p-movie__cont__wrap {
  margin-top: 62px;
}
@media only screen and (max-width:768px) {
  .p-movie__cont__wrap {
    margin-top: 6.9vw;
  }
}
.p-movie__btn {
  margin-top: 28px;
  text-align: right;
  transform: translate(20px, 30px);
  opacity: 0;
}
.is-scroll .p-movie__btn {
  transform: translate(0, 0);
  opacity: 1;
  transition: opacity 1s cubic-bezier(0.5, 1, 0.89, 1) 0.2s, transform 1s cubic-bezier(0.5, 1, 0.89, 1) 0.2s;
}
@media only screen and (max-width:768px) {
  .p-movie__btn {
    margin-top: 13px;
  }
}
.p-movie__btn-link {
  display: inline-block;
  position: relative;
  padding-right: 54px;
  color: #b30772;
  text-decoration: none;
}
@media only screen and (max-width:768px) {
  .p-movie__btn-link {
    padding-right: 31px;
  }
}
@media only screen and (min-width:769px) {
  .p-movie__btn-link {
    transform: translateX(0);
    transition: transform 0.7s cubic-bezier(0.25, 1, 0.5, 1) 0s;
  }
  .p-movie__btn-link:hover {
    transform: translateX(5px);
    transition: transform 0.7s cubic-bezier(0.25, 1, 0.5, 1) 0s;
  }
}
.p-movie__btn-txt {
  font-weight: 400;
  font-size: 30px;
  font-family: "Cormorant Garamond", serif;
  letter-spacing: 2.5px;
}
@media only screen and (max-width:768px) {
  .p-movie__btn-txt {
    font-size: 20px;
  }
}
.p-movie__btn-deco {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background-color: #b30772;
  width: 40px;
  height: 1px;
}
@media only screen and (max-width:768px) {
  .p-movie__btn-deco {
    width: 25px;
  }
}

@media only screen and (min-width:769px) {
  .p-movie__cont__wrap {
    display: flex;
    justify-content: space-between;
  }
}
@media only screen and (min-width:769px) {
  .p-movie__cont {
    width: 48%;
  }
}
@media only screen and (max-width:768px) {
  .p-movie__cont + .p-movie__cont {
    margin-top: 3.45vw;
  }
}
@media only screen and (min-width:769px) {
  .p-movie__cont .p-movie__play {
    padding-top: 56.25%;
  }
}
@media only screen and (max-width:768px) {
  .p-movie__cont .p-movie__play {
    padding-top: 30.2%;
  }
}

/*============================
top add
============================*/
@media only screen and (min-width:769px) {
  .p-hero {
    margin-bottom: 0;
    height: auto !important;
  }
}
.p-hero__bnr {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  padding-top: 100px;
  width: 70px;
  height: 100%;
}
@media only screen and (min-width:769px) {
  .p-hero__image {
    width: calc(100% - 70px);
    margin-left: 70px;
  }
}
.p-hero__image-content {
  width: 100%;
}

.p-hero__image-item .p-hero__image-bg {
  display: block;
  overflow: hidden;
  width: 100%;
}
.is-glitch .p-hero__image-item .p-hero__image-bg {
  animation: glitch linear 0.28s;
}
.p-hero__image-item .p-hero__image-bg img {
  transform: scale(1.1);
  width: 100%;
  transition: transform 4s cubic-bezier(0.23, 0.93, 0.5, 1);
}
.p-hero__image-item .p-hero__image-roadshow {
  position: absolute;
  top: 100px;
  left: 3%;
  width: 34%;
  max-width: 495px;
  opacity: 0;
  filter: blur(10px);
  transition: opacity 1.6s cubic-bezier(0.5, 1, 0.89, 1) 0.4s, filter 1.6s cubic-bezier(0.5, 1, 0.89, 1) 0.4s;
}
@media only screen and (max-width:768px) {
  .p-hero__image-item .p-hero__image-roadshow {
    top: 4vw;
    left: 4%;
    width: 58vw;
  }
}
.p-hero__image-item .p-hero__image-logo {
  position: absolute;
  opacity: 0;
  filter: blur(10px);
  transition: opacity 1.6s cubic-bezier(0.5, 1, 0.89, 1) 0.4s, filter 1.6s cubic-bezier(0.5, 1, 0.89, 1) 0.4s;
  opacity: 0;
  filter: blur(10px);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media only screen and (max-width:768px) {
  .p-hero__image-item .p-hero__image-logo {
    top: auto;
    bottom: 5.3vw;
    bottom: 32vw;
    left: 17.35%;
    width: 65.3%;
  }
}
.p-hero__image-item .p-hero__image-logo_wrap {
  position: absolute;
  top: 22vw;
  left: 0;
  width: 100%;
}
@media only screen and (max-width:768px) {
  .p-hero__image-item .p-hero__image-logo_wrap {
    bottom: 8vw;
    top: auto;
  }
}
.p-hero__image-item.swiper-slide-active .p-hero__image-bg img {
  transform: scale(1);
}
.p-hero__image-item.swiper-slide-active .p-hero__image-catch {
  opacity: 1;
  filter: blur(0);
}
.p-hero__image-item.swiper-slide-active .p-hero__image-catch-02 {
  opacity: 1;
  filter: blur(0);
}
.p-hero__image-item.swiper-slide-active .p-hero__image-logo {
  opacity: 1;
  filter: blur(0);
}
.p-hero__image-item.swiper-slide-active .p-hero__image-roadshow {
  opacity: 1;
  filter: blur(0);
}
@media only screen and (min-width:769px) {
  .p-hero__image-item.swiper-slide-active.--kv01 .p-hero__image-logo {
    top: 125px;
    right: 12.9%;
    width: 16.8%;
    transform: translateX(0);
  }
}
@media only screen and (min-width:769px) {
  .p-hero__image-item.swiper-slide-active.--kv02 .p-hero__image-logo {
    top: 125px;
    right: 50%;
    width: 19%;
    transform: translateX(50%);
  }
}
@media only screen and (min-width:769px) {
  .p-hero__image-item.swiper-slide-active.--kv03 .p-hero__image-logo {
    top: 125px;
    right: 50%;
    width: 19%;
    transform: translateX(50%);
  }
}
@media only screen and (min-width:769px) {
  .p-hero__image .slider-thumbnail .swiper-wrapper {
    display: block;
  }
}
@media only screen and (max-width:768px) {
  .p-hero__image .slider-thumbnail .swiper-wrapper {
    justify-content: flex-end;
  }
}
.p-hero__image-nav-list {
  z-index: 10;
  position: absolute;
  top: 84px;
  right: 10px;
}
@media only screen and (min-width:769px) {
  .p-hero__image-nav-list {
    display: block;
    width: 74px;
  }
}
@media only screen and (max-width:768px) {
  .p-hero__image-nav-list {
    top: 10.4vw;
    right: 2%;
    width: 8.6vw !important;
    text-align: right;
  }
}

.p-hero__image-nav-list .p-hero__image-nav-list-item {
  box-sizing: border-box;
  background: #fff;
  transition: background-color 0.4s cubic-bezier(0.5, 1, 0.89, 1), opacity 0.4s cubic-bezier(0.5, 1, 0.89, 1);
  padding: 2px;
  border-radius: 0;
  opacity: 1;
}
@media only screen and (min-width:769px) {
  .p-hero__image-nav-list .p-hero__image-nav-list-item {
    width: 100% !important;
    width: 74px;
    height: 74px;
  }
  .p-hero__image-nav-list .p-hero__image-nav-list-item:hover {
    opacity: 0.7;
  }
}
@media only screen and (max-width:768px) {
  .p-hero__image-nav-list .p-hero__image-nav-list-item {
    width: 100% !important;
    height: 100%;
    margin-bottom: 1.3vw;
  }
}
.p-hero__image-nav-list .p-hero__image-nav-list-item .p-in-image {
  width: 100%;
  height: auto;
  padding-top: 100%;
  background-size: cover;
}

@media only screen and (min-width:769px) {
  .p-hero__image-nav-list .p-hero__image-nav-list-item {
    margin-top: 10px;
  }
}
.p-hero__image-nav-list .p-hero__image-nav-list-item.swiper-pagination-bullet-active {
  background: #b30772;
  pointer-events: none;
}

/*============================
OP02
============================*/
.p-op {
  z-index: 2001;
}
.is-op .p-op {
  transition: opacity 1s cubic-bezier(0.25, 1, 0.5, 1) 2.5s;
}

.p-op__outer-in {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  opacity: 0;
  transition: opacity 2.9s cubic-bezier(0.25, 1, 0.5, 1), transform 2.9s cubic-bezier(0.25, 1, 0.5, 1);
}
.p-op__outer-in:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.3;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #e71e1d, #b30772);
  z-index: 5;
}
.is-op .p-op__outer-in:before {
  opacity: 0;
  transition: opacity 1.4s cubic-bezier(0.5, 1, 0.89, 1);
}

.is-op .p-op__outer-in {
  opacity: 1;
}

.p-op__outer-kv {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100vh;
  filter: grayscale(100);
  transition: filter 2s cubic-bezier(0.25, 1, 0.5, 1), transform 4s cubic-bezier(0.25, 1, 0.5, 1), bottom 4s cubic-bezier(0.25, 1, 0.5, 1);
}
.is-op .p-op__outer-kv {
  filter: grayscale(0);
}

.p-op__outer-kv.-bg {
  background: url(../img/top/kv_pc_03.jpg) top right no-repeat;
  background-size: cover;
  z-index: 0;
  height: 100vh;
}
@media only screen and (min-width:769px) {
  .p-op__outer-kv.-bg {
    height: 120vh;
    bottom: -20vh;
    background: url(../img/top/op/kv_bg_03.jpg) top left no-repeat;
    background-size: cover;
  }
}
@media only screen and (max-width:768px) {
  .p-op__outer-kv.-bg {
    transform: scale(1.2);
  }
}
.is-nosakuta .p-op__outer-kv.-bg {
  background: url(../img/top/nosakuta/kv_bg_03.jpg) top right no-repeat;
  background-size: cover;
}
@media only screen and (min-width:769px) {
  .is-nosakuta .p-op__outer-kv.-bg {
    background: url(../img/top/nosakuta/kv_bg_03.jpg) top left no-repeat;
    background-size: cover;
  }
}
@media only screen and (max-width:768px) {
  .is-op .p-op__outer-kv.-bg {
    transform: scale(1);
  }
}
@media only screen and (min-width:769px) {
  .is-op .p-op__outer-kv.-bg {
    bottom: 0vh;
    background: url(../img/top/op/kv_bg_03.jpg) top left no-repeat;
    background-size: cover;
  }
}
@media only screen and (min-width:769px) {
  .is-op.is-nosakuta .p-op__outer-kv.-bg {
    background: url(../img/top/nosakuta/kv_bg_03.jpg) top left no-repeat;
    background-size: cover;
  }
}

/*============================
slick
============================*/
.slick-slider {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -ms-touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
  display: block;
  position: relative;
  box-sizing: border-box;
  touch-action: pan-y;
  user-select: none;
}

.slick-list {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track, .slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  display: block;
  position: relative;
  top: 0;
  left: 0;
  margin-right: auto;
  margin-left: auto;
}

.slick-track:before {
  display: table;
  content: "";
}

.slick-track:after {
  display: table;
  clear: both;
  content: "";
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  border: 1px solid transparent;
  height: auto;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Arrows */
.slick-prev, .slick-next {
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  display: block;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  cursor: pointer;
  outline: none;
  border: none;
  background: transparent;
  padding: 0;
  width: 20px;
  height: 20px;
  color: transparent;
  font-size: 0px;
  line-height: 0px;
}

.slick-prev:hover, .slick-prev:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-next:hover, .slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev {
  left: -25px;
}

.slick-prev:hover:before, .slick-prev:focus:before {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
}

.slick-next {
  right: -25px;
}

.slick-next:hover:before, .slick-next:focus:before {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
}

.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=25)";
  opacity: 0.25;
}

.slick-prev:before, .slick-next:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
  opacity: 0.75;
  color: #fff;
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
}

[dir=rtl] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: "←";
}

[dir=rtl] .slick-prev:before {
  content: "→";
}

[dir=rtl] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: "→";
}

[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dots {
  display: block;
  position: absolute;
  right: 6px;
  bottom: 4px;
  margin: 0;
  padding: 0;
  width: 100%;
  list-style: none;
  text-align: right;
  z-index: 5;
}

.slick-dots li {
  display: inline-block;
  position: relative;
  cursor: pointer;
  margin: 0;
  margin-left: 4px;
  padding: 0;
  z-index: 5;
}

.slick-dots li button {
  -webkit-transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-border-radius: 50%;
  -webkit-background-size: contain;
  display: block;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  cursor: pointer;
  outline: none;
  border: 0;
  border-radius: 50%;
  background: transparent;
  background: #f06642;
  background-size: contain;
  padding: 0;
  width: 8px;
  height: 8px;
  color: transparent;
  font-size: 0px;
  line-height: 0px;
  opacity: 0.4;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  outline: none;
}

@media screen and (max-width: 1000px) {
  .slick-dots li {
    margin-left: 4px;
  }
}
@media screen and (max-width: 1000px) {
  .slick-dots li button {
    width: 6px;
    height: 6px;
  }
}
.slick-dots li.slick-active button {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
}

textarea, select, .slick-slide {
  outline: none;
}

@media screen and (max-width: 1000px) {
  .slick-initialized .slick-slide {
    height: auto;
  }
}
.slide-dots {
  display: block;
  position: absolute;
  right: 6px;
  bottom: 4px;
  margin: 0;
  padding: 0;
  width: 100%;
  list-style: none;
  text-align: right;
}

.slide-dots li {
  display: inline-block;
  position: relative;
  cursor: pointer;
  margin: 0;
  margin-left: 4px;
  padding: 0;
}

.slide-dots li button {
  -webkit-transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-border-radius: 50%;
  -webkit-background-size: contain;
  display: block;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  cursor: pointer;
  outline: none;
  border: 0;
  border-radius: 50%;
  background: transparent;
  background: #fff;
  background-size: contain;
  padding: 0;
  padding-bottom: 1px;
  width: 14px;
  height: 14px;
  color: transparent;
  font-family: YakuHanJP, "Josefin Sans", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 8px;
  font-weight: 400;
  line-height: 1;
}

@media screen and (max-width: 1000px) {
  .slide-dots {
    bottom: 2px;
  }
}
@media screen and (max-width: 1000px) {
  .slide-dots li {
    margin-left: 4px;
  }
}
@media screen and (max-width: 1000px) {
  .slide-dots li button {
    width: 6px;
    height: 6px;
  }
}
.slide-dots li button:hover, .slide-dots li button:focus {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  outline: none;
  color: #ffffff;
}

.slide-dots li.slick-active button {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  color: #ffffff;
}

/*============================
character
============================*/
.p-character {
  padding-top: 74px;
  padding-bottom: 85px;
}

@media only screen and (max-width:768px) {
  .p-character {
    padding-top: 13.3vw;
  }
  .p-character__outer {
    width: 100%;
  }
  .p-character__head {
    width: 90%;
    margin: auto;
  }
}
@media only screen and (min-width:769px) {
  .p-character__outer {
    width: 95%;
    margin: 0 0 0 5%;
  }
}
.p-character__ttl-en {
  padding-bottom: 20px;
}

@media only screen and (max-width:768px) {
  .p-character__ttl-en {
    padding-bottom: 10px;
  }
}
.p-character__ttl-en::before {
  background: linear-gradient(to right, #e71e1d, #b30772);
}

.p-character__ttl-en-txt {
  background: linear-gradient(to right, #e71e1d 0%, #b30772 25%, #fff 75%, #fff 0%) no-repeat left 100% top 50%;
  background-size: 400% 100%;
  -webkit-background-clip: text;
  background-clip: text;
}

.p-character__ttl-jp-txt {
  background: linear-gradient(to right, #e71e1d 0%, #b30772 25%, #fff 75%, #fff 0%) no-repeat left 100% top 50%;
  background-size: 400% 100%;
  -webkit-background-clip: text;
  background-clip: text;
}

.p-character__cont {
  margin-top: 48px;
}

@media only screen and (max-width:768px) {
  .p-character__cont {
    margin-top: 12px;
  }
}
.s-character {
  position: relative;
  transform: translate(0, 30px);
  opacity: 0;
}

.is-scroll .s-character {
  transform: translate(0, 0);
  opacity: 1;
  transition: opacity 1s cubic-bezier(0.5, 1, 0.89, 1) 0.4s, transform 1s cubic-bezier(0.5, 1, 0.89, 1) 0.4s;
}

.btn_zu {
  cursor: pointer;
  z-index: 6;
  transition: opacity 1s cubic-bezier(0.5, 1, 0.89, 1);
}

@media only screen and (max-width:768px) {
  .btn_zu {
    width: 25.6vw;
    margin: 0 auto 4.2vw;
  }
}
@media only screen and (min-width:769px) {
  .btn_zu {
    position: absolute;
    top: 0;
    left: 80px;
    width: 150px;
  }
  .btn_zu:hover {
    opacity: 0.7;
  }
}
.c-charathumb__list {
  width: 90%;
  margin: 0 auto 9.6vw;
  z-index: 6;
}
@media only screen and (min-width:769px) {
  .c-charathumb__list {
    position: absolute !important;
    top: 60px;
    left: 80px;
    width: 80px !important;
  }
}
@media only screen and (max-width:768px) {
  .c-charathumb__list {
    display: flex;
    justify-content: center;
    width: 68vw;
  }
}
.c-charathumb__list li.slick-slide {
  cursor: pointer;
  position: relative;
  width: 15vw !important;
  margin: 0 1vw;
}
@media only screen and (max-width:768px) {
  .c-charathumb__list li.slick-slide:nth-child(n+5) {
    margin-top: 1.6vw;
  }
}

@media only screen and (min-width:769px) {
  .c-charathumb__list li.slick-slide {
    width: 80px !important;
    margin: 0 auto 5px;
  }
  .c-charathumb__list li.slick-slide:hover .on {
    opacity: 1;
  }
}
.c-charathumb__list li.slick-slide .on {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  transition: opacity 1s cubic-bezier(0.5, 1, 0.89, 1);
}

.c-charathumb__list li.slick-slide.slick-current .on {
  opacity: 1;
}

.c-charathumb__list .slick-track {
  transform: unset !important;
}

@media only screen and (min-width:769px) {
  .c-charamain__list {
    margin-left: 200px;
  }
}
@media only screen and (min-width:769px) {
  .c-charamain__list li .c-chara__wrap {
    display: flex;
  }
}
.c-charamain__list li .c-chara__wrap .c-chara__body {
  position: relative;
  width: 57.3vw;
  margin: auto;
  z-index: 5;
  opacity: 0;
  transform: translateX(20px);
  transition: opacity 1s cubic-bezier(0.5, 1, 0.89, 1) 0s, transform 1s cubic-bezier(0.5, 1, 0.89, 1) 0s;
}

@media only screen and (min-width:769px) {
  .c-charamain__list li .c-chara__wrap .c-chara__body {
    width: 300px;
    margin: 0;
  }
}
@media only screen and (min-width:769px) {
  .c-charamain__list li .c-chara__wrap .c-chara__txtarea {
    width: calc(100% - 300px);
  }
}
.c-charamain__list li .c-chara__wrap .c-chara__txtarea .c-chara__name {
  opacity: 0;
  transform: translateX(20px);
  transition: opacity 1s cubic-bezier(0.5, 1, 0.89, 1) 0.2s, transform 1s cubic-bezier(0.5, 1, 0.89, 1) 0.2s;
}

@media only screen and (min-width:769px) {
  .c-charamain__list li .c-chara__wrap .c-chara__txtarea .c-chara__name {
    padding-left: 45px;
    margin-bottom: 22px;
    width: 63.4%;
    max-width: 406px;
  }
  .c-charamain__list li .c-chara__wrap .c-chara__txtarea .c-chara__name .is-sp {
    display: none;
  }
}
@media only screen and (max-width:768px) {
  .c-charamain__list li .c-chara__wrap .c-chara__txtarea .c-chara__name {
    position: absolute;
    top: 10.6vw;
    right: 8.7vw;
    width: 15.4vw;
  }
  .c-charamain__list li .c-chara__wrap .c-chara__txtarea .c-chara__name .is-pc {
    display: none;
  }
}
.c-charamain__list li .c-chara__wrap .c-chara__txtarea .c-chara_text {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  padding: 32.6vw 5vw 10.6vw;
  overflow: hidden;
  font-size: 13px;
}

.c-charamain__list li .c-chara__wrap .c-chara__txtarea .c-chara_text::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0%;
  height: 100%;
  background: #f7f5f8;
  z-index: -1;
  transition: width 0.6s cubic-bezier(0.5, 1, 0.89, 1) 0.4s;
}

@media only screen and (min-width:769px) {
  .c-charamain__list li .c-chara__wrap .c-chara__txtarea .c-chara_text {
    padding: 40px;
  }
}
@media only screen and (max-width:768px) {
  .c-charamain__list li .c-chara__wrap .c-chara__txtarea .c-chara_text {
    margin-top: -30.9vw;
  }
}
.c-charamain__list li .c-chara__wrap .c-chara__txtarea .c-chara_text .bg_body {
  position: absolute;
  top: -7vw;
  right: -18vw;
  width: 80%;
  pointer-events: none;
  display: inline;
  opacity: 0;
  transform: translateX(20px);
  transition: opacity 1s cubic-bezier(0.5, 1, 0.89, 1) 0.4s, transform 1s cubic-bezier(0.5, 1, 0.89, 1) 0.4s;
}

@media only screen and (min-width:769px) {
  .c-charamain__list li .c-chara__wrap .c-chara__txtarea .c-chara_text .bg_body {
    top: -30px;
    right: -100px;
    width: 400px;
  }
}
.c-charamain__list li .c-chara__wrap .c-chara__txtarea .c-chara_text .-txt {
  margin-top: 14px;
  line-height: 1.8;
  opacity: 0;
  transform: translateX(20px);
  transition: opacity 1s cubic-bezier(0.5, 1, 0.89, 1) 0.4s, transform 1s cubic-bezier(0.5, 1, 0.89, 1) 0.4s;
}

@media only screen and (min-width:769px) {
  .c-charamain__list li .c-chara__wrap .c-chara__txtarea .c-chara_text .-txt {
    margin-top: 3px;
    max-width: 550px;
  }
}
.c-charamain__list li .c-chara__wrap .c-chara__txtarea .c-chara_text dl {
  display: flex;
  margin-bottom: 12px;
  opacity: 0;
  transform: translateX(20px);
  transition: opacity 1s cubic-bezier(0.5, 1, 0.89, 1) 0.4s, transform 1s cubic-bezier(0.5, 1, 0.89, 1) 0.4s;
}

.c-charamain__list li .c-chara__wrap .c-chara__txtarea .c-chara_text dl dt {
  position: relative;
  width: 66px;
}

.c-charamain__list li .c-chara__wrap .c-chara__txtarea .c-chara_text dl dt::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 20px;
  height: 1px;
  background: #000;
  transform: translateY(-50%);
}

.c-charamain__list li .c-chara__wrap .c-chara__txtarea .c-chara_text dl dd {
  padding-left: 12px;
}

.c-charamain__list li .c-chara__wrap .c-chara__txtarea .face {
  width: 26.6vw;
  opacity: 0;
  transform: translateX(20px);
  transition: opacity 1s cubic-bezier(0.5, 1, 0.89, 1) 0.4s, transform 1s cubic-bezier(0.5, 1, 0.89, 1) 0.4s;
}

@media only screen and (max-width:768px) {
  .c-charamain__list li .c-chara__wrap .c-chara__txtarea .face {
    position: absolute;
    top: 63vw;
    left: 5vw;
  }
}
@media only screen and (min-width:769px) {
  .c-charamain__list li .c-chara__wrap .c-chara__txtarea .face {
    margin-top: 38px;
    width: 150px;
  }
}
.c-charamain__list li.slick-active .c-chara__wrap .c-chara__body {
  opacity: 1;
  transform: translateX(0);
}

.c-charamain__list li.slick-active .c-chara__wrap .c-chara__txtarea .c-chara__name {
  opacity: 1;
  transform: translateX(0);
}

.c-charamain__list li.slick-active .c-chara__wrap .c-chara__txtarea .c-chara_text::before {
  width: 100%;
}

.c-charamain__list li.slick-active .c-chara__wrap .c-chara__txtarea .c-chara_text .bg_body {
  opacity: 0.1;
  transform: translateX(0);
}

.c-charamain__list li.slick-active .c-chara__wrap .c-chara__txtarea .c-chara_text .-txt {
  opacity: 1;
  transform: translateX(0);
}

.c-charamain__list li.slick-active .c-chara__wrap .c-chara__txtarea .c-chara_text dl {
  opacity: 1;
  transform: translateX(0);
}

.c-charamain__list li.slick-active .c-chara__wrap .c-chara__txtarea .face {
  opacity: 1;
  transform: translateX(0);
}

/*============================
TOP BNR area
============================*/
@media screen and (min-width: 768px) {
  .p-news {
    padding-top: 104px;
  }
  .p-bnr_02 {
    padding-top: 16vw;
  }
}
@media screen and (max-width: 767px) {
  .p-bnr_02 .p-bnr__list li {
    margin-top: 8px;
  }
}
.p-bnr__list02 {
  margin: 15px auto 0;
}

@media screen and (min-width: 768px) {
  .p-bnr__list02 {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 86%;
    max-width: 1500px;
  }
}
@media screen and (min-width: 768px) {
  .p-bnr__list02 > li {
    width: 32.6%;
    margin-left: 1.1%;
    margin-bottom: 2%;
  }
  .p-bnr__list02 > li:nth-child(3n-2) {
    margin-left: 0;
  }
}
@media only screen and (max-width: 1080px) and (min-width: 768px) {
  .p-bnr__list02 > li {
    width: 32%;
    margin-left: 2%;
  }
}
@media screen and (min-width: 768px) {
  .p-bnr.nonefixed {
    top: 6vw;
    margin-top: 0;
    position: absolute;
  }
}
/*============================
TOP BNR modal
============================*/
.m-modal[data-modal-type=template] .m-modal__content {
  margin: 0 auto !important;
}
@media only screen and (max-width:768px) {
  .m-modal_top-img__content {
    width: 90%;
    margin: auto;
  }
}
.m-modal_top-img__content img {
  max-height: 90vh;
  width: auto;
  margin: 5vh auto;
}
@media only screen and (min-width:769px) {
  .m-modal_top-img__content a {
    -webkit-transition: opacity 0.7s cubic-bezier(0.25, 1, 0.5, 1) 0s, -webkit-transform 0.7s cubic-bezier(0.25, 1, 0.5, 1) 0s;
    transition: opacity 0.7s cubic-bezier(0.25, 1, 0.5, 1) 0s, -webkit-transform 0.7s cubic-bezier(0.25, 1, 0.5, 1) 0s;
    transition: transform 0.7s cubic-bezier(0.25, 1, 0.5, 1) 0s, opacity 0.7s cubic-bezier(0.25, 1, 0.5, 1) 0s;
    transition: transform 0.7s cubic-bezier(0.25, 1, 0.5, 1) 0s, opacity 0.7s cubic-bezier(0.25, 1, 0.5, 1) 0s, -webkit-transform 0.7s cubic-bezier(0.25, 1, 0.5, 1) 0s;
  }
  .m-modal_top-img__content a:hover {
    opacity: 0.7;
  }
}



.m-modal .m-modal__inner {
  overflow: hidden;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.is-glitch .m-modal .m-modal__inner {
  animation: glitch linear 0.25s;
}
@keyframes glitch {
  0% {
    filter: invert(0);
  }
  10% {
    filter: invert(1);
  }
  50% {
    filter: invert(1);
  }
  90% {
    filter: invert(1);
  }
  100% {
    filter: invert(0);
  }
}

.m-modal--glitch {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
  max-width: 900px;
  z-index: 1;
  pointer-events: none;
  opacity: 0;
}
.is-glitch .m-modal--glitch {
  animation: glitch2 0.1s linear 0.1s;
}
.m-modal--glitch.-g2 {
  opacity: 0;
}
.is-glitch .m-modal--glitch.-g2 {
  animation: glitch2 0.1s linear 0.15s;
}
.m-modal--glitch_item {
  position: absolute;
  background-color: #000;
  opacity: 0.3;
}
.m-modal--glitch_item:nth-child(1) {
  top: 15px;
  right: -30px;
  width: 400px;
  height: 3px;
}
.-g2 .m-modal--glitch_item:nth-child(1) {
  width: 500px;
}
.m-modal--glitch_item:nth-child(2) {
  top: 25px;
  right: -10px;
  width: 100px;
  height: 1px;
}
.-g2 .m-modal--glitch_item:nth-child(2) {
  right: 15px;
  height: 3px;
}
.m-modal--glitch_item:nth-child(3) {
  top: 50px;
  right: 30px;
  width: 450px;
  height: 4px;
}
.-g2 .m-modal--glitch_item:nth-child(3) {
  top: 55px;
  width: 400px;
  right: 150px;
  height: 2px;
}
.m-modal--glitch_item:nth-child(4) {
  top: 70px;
  right: -50px;
  width: 280px;
  height: 3px;
}
.-g2 .m-modal--glitch_item:nth-child(4) {
  top: 70px;
  right: -30px;
  width: 300px;
  height: 1px;
}
.m-modal--glitch_item:nth-child(5) {
  top: 75px;
  right: -6px;
  width: 350px;
  height: 1px;
}
.m-modal--glitch_item:nth-child(6) {
  top: 150px;
  right: 200px;
  width: 30px;
  height: 2px;
}
.-g2 .m-modal--glitch_item:nth-child(6) {
  top: 158px;
  right: 180px;
  width: 150px;
  height: 1px;
}
.m-modal--glitch_item:nth-child(7) {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 300px;
  height: 2px;
}
.-g2 .m-modal--glitch_item:nth-child(7) {
  top: 49%;
  left: 55%;
  transform: translate(-50%, -50%);
  width: 250px;
  height: 1px;
}
.m-modal--glitch_item:nth-child(8) {
  top: 52%;
  left: 60%;
  transform: translate(-50%, -50%);
  width: 200px;
  height: 8px;
}
.-g2 .m-modal--glitch_item:nth-child(8) {
  top: 55%;
  left: 65%;
  transform: translate(-50%, -50%);
  width: 200px;
  height: 4px;
}
.m-modal--glitch_item:nth-child(9) {
  right: -20px;
  bottom: 30px;
  width: 180px;
  height: 3px;
}
.m-modal--glitch_item:nth-child(10) {
  right: -15px;
  bottom: 40px;
  width: 300px;
  height: 2px;
}
.-g2 .m-modal--glitch_item:nth-child(10) {
  left: -30px;
  bottom: 100px;
  width: 250px;
  height: 4px;
}

@keyframes glitch2 {
  0% {
    opacity: 0;
  }
  1% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  99% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@media only screen and (max-width:768px) {
  .m-modal_top-img__content {
    width: 90%;
    margin: auto;
  }
}
@media only screen and (min-width:769px) {
  .m-modal_top-img__content a {
    transition: transform 0.7s cubic-bezier(0.25, 1, 0.5, 1) 0s, opacity 0.7s cubic-bezier(0.25, 1, 0.5, 1) 0s;
  }
  .m-modal_top-img__content a:hover {
    opacity: 0.7;
  }
}

/*============================
sakuta
============================*/
.is-nosakuta .-usually {
  display: none;
}
.is-nosakuta .-nosakuta {
  display: block;
}
.is-nosakuta .-blur {
  filter: blur(3px);
}
.is-nosakuta .p-movie__thumb.-thumb01 {
  background-image: url(../img/top/nosakuta/thumb_01.jpg) !important;
}
.is-nosakuta .p-movie__thumb.-thumb02 {
  background-image: url(../img/top/nosakuta/thumb_02.jpg) !important;
}

.is-usually .-usually {
  display: block;
}
.is-usually .-nosakuta {
  display: none;
}

.p-prologue__block-txt span {
  vertical-align: baseline;
}
.p-prologue__block-txt span.-blur {
  font-size: unset;
}

/*============================
keyword
============================*/
.m-modal--keyword {
  box-sizing: border-box;
  max-width: 900px;
  padding: 80px 50px 60px;
  margin: auto;
  color: #555;
  background: #fffcfa;
  font-family: "Zen Kurenaido", sans-serif;
  box-shadow: 0px 0px 20px -8px #777777;
  border-radius: 0px;
  opacity: 0;
  filter: blur(4px);
  transition: opacity 0.7s cubic-bezier(0.25, 1, 0.5, 1) 0s, filter 1.4s cubic-bezier(0.25, 1, 0.5, 1) 0s;
}
.is-modal-show .m-modal--keyword {
  filter: blur(0);
  opacity: 1;
}
@media only screen and (max-width:768px) {
  .m-modal--keyword {
    width: 89.3vw;
    margin: auto;
    padding: 10.6vw 5.3vw;
  }
}
.m-modal--keyword_in {
  padding: 90px 0 0;
  background: url(../img/top/nosakuta/line_01.png) repeat-x;
  background-size: auto 46px;
}
@media only screen and (max-width:768px) {
  .m-modal--keyword_in {
    padding-top: 51px;
    background: url(../img/top/nosakuta/line_01.png) repeat-x;
    background-size: auto 33px;
  }
}
.m-modal--keyword_cont {
  padding-bottom: 110px;
  background: url(../img/top/nosakuta/line_02.png) top left;
  background-size: auto 40px;
}
@media only screen and (max-width:768px) {
  .m-modal--keyword_cont {
    padding-top: 25px;
    background: url(../img/top/nosakuta/line_02.png) top left;
    background-size: auto 25px;
  }
}
.m-modal--keyword_txt {
  color: #555;
  font-size: 44px;
}
@media only screen and (max-width:768px) {
  .m-modal--keyword_txt {
    font-size: 26px;
    line-height: 1.4;
  }
}
.m-modal--keyword_error {
  display: none;
  font-size: 18px;
  padding-bottom: 1.5rem;
  color: #73ad7d;
}
.m-modal--keyword_error.is-visible {
  display: block;
}
.m-modal--keyword_input {
  margin-top: 46px;
}
@media only screen and (max-width:768px) {
  .m-modal--keyword_input {
    width: 83.3%;
    margin: 27px auto 0;
  }
}
.m-modal--keyword_btn {
  margin-top: 40px;
}
@media only screen and (max-width:768px) {
  .m-modal--keyword_btn {
    margin-top: 26px;
  }
}
.m-modal--keyword_btn-in {
  cursor: pointer;
  width: 220px;
  margin: auto;
  padding: 10px 0 12px;
  background: #73ad7d;
  border-radius: 1000px;
}
@media only screen and (min-width:769px) {
  .m-modal--keyword_btn-in {
    transition: background-color 0.7s cubic-bezier(0.25, 1, 0.5, 1) 0s, opacity 0.7s cubic-bezier(0.25, 1, 0.5, 1) 0s;
  }
  .m-modal--keyword_btn-in:hover {
    background: #cccccc;
  }
}
@media only screen and (max-width:768px) {
  .m-modal--keyword_btn-in {
    width: 42.6vw;
  }
}
.m-modal--keyword_btn-in span {
  font-size: 28px;
  color: #fff;
  vertical-align: baseline;
}
@media only screen and (max-width:768px) {
  .m-modal--keyword_btn-in span {
    font-size: 18px;
  }
}
.m-modal--keyword input,
.m-modal--keyword select,
.m-modal--keyword textarea {
  outline: none;
  font-family: "Zen Kurenaido", sans-serif;
  width: calc(400px - 1em - 4px);
  margin: 0;
  padding: 0 0.5em 2px;
  border: 2px solid #cccccc;
  background: #fff;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 30px;
  line-height: 1.4;
  color: #000;
  transition: 0.7s cubic-bezier(0.25, 1, 0.5, 1) 0s;
  text-align: center;
}
@media only screen and (max-width:768px) {
  .m-modal--keyword input,
  .m-modal--keyword select,
  .m-modal--keyword textarea {
    font-size: 20px;
    width: calc(100% - 1em - 4px);
  }
}
.m-modal--keyword input::-moz-placeholder, .m-modal--keyword select::-moz-placeholder, .m-modal--keyword textarea::-moz-placeholder {
  color: #ccc;
}
.m-modal--keyword input::placeholder,
.m-modal--keyword select::placeholder,
.m-modal--keyword textarea::placeholder {
  color: #ccc;
}
.m-modal--keyword input:focus,
.m-modal--keyword select:focus,
.m-modal--keyword textarea:focus {
  border: 2px solid #d6e4d7;
}
.m-modal--keyword select {
  width: 100%;
}

.m-modal:has(.m-modal--keyword) .m-modal__bg, .m-modal:has(.m-modal--clear) .m-modal__bg {
  opacity: 0.6;
}
.m-modal:has(.m-modal--keyword) .m-modal__close-inner span, .m-modal:has(.m-modal--clear) .m-modal__close-inner span {
  background: #6da87c;
}

[hidden] {
  display: none;
}
.m-modal [hidden] {
  display: block;
}

.m-modal--clear {
  box-sizing: border-box;
  max-width: 900px;
  padding: 80px 50px 60px;
  margin: auto;
  color: #555;
  background: #fffcfa;
  font-family: "Zen Kurenaido", sans-serif;
  box-shadow: 0px 0px 20px -8px #777777;
  border-radius: 0px;
  opacity: 0;
  filter: blur(4px);
  transition: opacity 0.7s cubic-bezier(0.25, 1, 0.5, 1) 0s, filter 1.4s cubic-bezier(0.25, 1, 0.5, 1) 0s;
}
.is-modal-show .m-modal--clear {
  filter: blur(0);
  opacity: 1;
}
@media only screen and (max-width:768px) {
  .m-modal--clear {
    width: 89.3vw;
    margin: auto;
    padding: 10.6vw 5.3vw;
  }
}
.m-modal--clear_in {
  padding: 90px 0 0;
  background: url(../img/top/nosakuta/line_01.png) repeat-x;
  background-size: auto 46px;
}
@media only screen and (max-width:768px) {
  .m-modal--clear_in {
    padding-top: 51px;
    background: url(../img/top/nosakuta/line_01.png) repeat-x;
    background-size: auto 33px;
  }
}
.m-modal--clear_cont {
  padding-bottom: 110px;
  background: url(../img/top/nosakuta/line_02.png) top left;
  background-size: auto 40px;
}
@media only screen and (max-width:768px) {
  .m-modal--clear_cont {
    padding-top: 25px;
    background: url(../img/top/nosakuta/line_02.png) top left;
    background-size: auto 25px;
  }
}
.m-modal--clear_txt {
  font-size: 52px;
}
@media only screen and (max-width:768px) {
  .m-modal--clear_txt {
    font-size: 30px;
  }
}
.m-modal--clear_lead {
  margin-top: 29px;
  font-size: 25px;
  line-height: 1.5;
}
@media only screen and (max-width:768px) {
  .m-modal--clear_lead {
    font-size: 14px;
  }
}
.m-modal--clear_img {
  width: 83.3%;
  margin: auto;
}
.m-modal--clear_btn {
  margin: 50px auto 0;
}
@media only screen and (max-width:768px) {
  .m-modal--clear_btn {
    margin-top: 35px;
  }
}
@media only screen and (min-width:769px) {
  .m-modal--clear_btn {
    display: flex;
    justify-content: center;
  }
}
.m-modal--clear_btn-item {
  display: block;
  margin: 0 20px;
}
@media only screen and (max-width:768px) {
  .m-modal--clear_btn-item + .m-modal--clear_btn-item {
    margin: 18px auto 0;
  }
}
.m-modal--clear_btn-item_in {
  display: block;
  cursor: pointer;
  width: 220px;
  margin: auto;
  padding: 10px 0 12px;
  background: #73ad7d;
  border-radius: 1000px;
  text-decoration: none;
}
@media only screen and (max-width:768px) {
  .m-modal--clear_btn-item_in {
    width: 42.6vw;
  }
}
@media only screen and (min-width:769px) {
  .m-modal--clear_btn-item_in {
    transition: background-color 0.7s cubic-bezier(0.25, 1, 0.5, 1) 0s, opacity 0.7s cubic-bezier(0.25, 1, 0.5, 1) 0s;
  }
  .m-modal--clear_btn-item_in:hover {
    background: #cccccc;
  }
}
.m-modal--clear_btn-item_in span {
  font-size: 28px;
  color: #fff;
  vertical-align: baseline;
}
@media only screen and (max-width:768px) {
  .m-modal--clear_btn-item_in span {
    font-size: 18px;
  }
}

.p-hero__image-btn {
  cursor: pointer;
  position: absolute;
  top: 52%;
  right: 12%;
  width: 9%;
  height: auto;
  padding-top: 12%;
  transform: rotate(-25deg);
}


.is-usually .p-ticket .slick-slide img.-usually {
  display: block;
}
.is-usually .p-ticket .slick-slide img.-nosakuta {
  display: none;
}
.is-nosakuta .p-ticket .slick-slide img.-usually {
  display: none;
}
.is-nosakuta .p-ticket .slick-slide img.-nosakuta {
  display: block;
}


.p-hero__image-item .p-hero__image-filmarks {
  position: absolute;
  opacity: 0;
  -webkit-filter: blur(10px);
          filter: blur(10px);
  -webkit-transition: opacity 1.6s cubic-bezier(0.5, 1, 0.89, 1) 0.4s, -webkit-filter 1.6s cubic-bezier(0.5, 1, 0.89, 1) 0.4s;
  transition: opacity 1.6s cubic-bezier(0.5, 1, 0.89, 1) 0.4s, -webkit-filter 1.6s cubic-bezier(0.5, 1, 0.89, 1) 0.4s;
  transition: opacity 1.6s cubic-bezier(0.5, 1, 0.89, 1) 0.4s, filter 1.6s cubic-bezier(0.5, 1, 0.89, 1) 0.4s;
  transition: opacity 1.6s cubic-bezier(0.5, 1, 0.89, 1) 0.4s, filter 1.6s cubic-bezier(0.5, 1, 0.89, 1) 0.4s, -webkit-filter 1.6s cubic-bezier(0.5, 1, 0.89, 1) 0.4s;
  opacity: 0;
  filter: blur(10px);
  transition: opacity 1.6s cubic-bezier(0.5, 1, 0.89, 1), filter 1.6s cubic-bezier(0.5, 1, 0.89, 1), -webkit-filter 1.6s cubic-bezier(0.5, 1, 0.89, 1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width:768px) {
  .p-hero__image-item .p-hero__image-filmarks {
    top: auto;
    bottom: 5.3vw;
    left: 17.35%;
    width: 65.3%;
  }
  .p-hero__image-item .p-hero__image-filmarks img {
    display: block;
  }
}
@media only screen and (min-width:769px) {
  .p-hero__image-item .p-hero__image-filmarks {
    display: none !important;
  }
}
.p-hero__image-item.swiper-slide-active .p-hero__image-filmarks {
  opacity: 1;
  -webkit-filter: blur(0);
          filter: blur(0);
}