@charset "UTF-8";
/*============================
top add
============================*/
@media screen and (min-width: 768px) {
  .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 screen and (min-width: 768px) {
  .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%;
}

.p-hero__image-item .p-hero__image-bg img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  width: 100%;
  -webkit-transition: -webkit-transform 4s cubic-bezier(0.23, 0.93, 0.5, 1);
  transition: -webkit-transform 4s cubic-bezier(0.23, 0.93, 0.5, 1);
  transition: transform 4s cubic-bezier(0.23, 0.93, 0.5, 1);
  transition: transform 4s cubic-bezier(0.23, 0.93, 0.5, 1), -webkit-transform 4s cubic-bezier(0.23, 0.93, 0.5, 1);
}

.p-hero__image-item.--odekake01.swiper-slide-active .p-hero__image-bg img {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.p-hero__image-item.--odekake01.swiper-slide-active .p-hero__image-catch {
  opacity: 1;
  -webkit-filter: blur(0);
  filter: blur(0);
}

.p-hero__image-item.--odekake01.swiper-slide-active .p-hero__image-catch-02 {
  opacity: 1;
  -webkit-filter: blur(0);
  filter: blur(0);
}

.p-hero__image-item.--odekake01.swiper-slide-active .p-hero__logo {
  opacity: 1;
  -webkit-filter: blur(0);
  filter: blur(0);
}

.p-hero__image-item.--odekake01 .p-hero__image-catch {
  position: absolute;
  top: 27.9vw;
  left: 9.5%;
  width: 5.8%;
  max-width: 66px;
  opacity: 0;
  -webkit-filter: blur(10px);
  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, -webkit-filter 1.6s cubic-bezier(0.5, 1, 0.89, 1) 0.4s;
}

@media screen and (max-width: 767px) {
  .p-hero__image-item.--odekake01 .p-hero__image-catch {
    top: 34.6vw;
    left: 8%;
    width: 8.8%;
  }
}
.p-hero__image-item.--odekake01 .p-hero__image-logo {
  position: absolute;
  top: 125px;
  right: 12.9%;
  width: 16.8%;
  margin: 0;
  opacity: 0;
  -webkit-filter: blur(10px);
  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);
}

@media screen and (max-width: 767px) {
  .p-hero__image-item.--odekake01 .p-hero__image-logo {
    top: 25.8vw;
    right: 6.4vw;
    left: auto;
    width: 23.4vw;
  }
}
.p-hero__image-item.--all01.swiper-slide-active .p-hero__image-bg img {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.p-hero__image-item.--all01.swiper-slide-active .p-hero__image-catch {
  opacity: 1;
  -webkit-filter: blur(0);
  filter: blur(0);
}

.p-hero__image-item.--all01.swiper-slide-active .p-hero__image-catch-02 {
  opacity: 1;
  -webkit-filter: blur(0);
  filter: blur(0);
}

.p-hero__image-item.--all01.swiper-slide-active .p-hero__image-logo,
.p-hero__image-item.--odekake01.swiper-slide-active .p-hero__image-logo {
  opacity: 1;
  -webkit-filter: blur(0);
  filter: blur(0);
}

.p-hero__image-item.swiper-slide-active .p-hero__image-roadshow {
  opacity: 1;
  -webkit-filter: blur(0);
  filter: blur(0);
}

.p-hero__image-item .p-hero__image-roadshow {
  position: absolute;
  top: 125px;
  left: 4%;
  width: 30%;
  opacity: 0;
  -webkit-filter: blur(10px);
  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, -webkit-filter 1.6s cubic-bezier(0.5, 1, 0.89, 1) 0.4s;
}

@media screen and (max-width: 767px) {
  .p-hero__image-item .p-hero__image-roadshow {
    top: 4vw;
    left: 4%;
    width: 48%;
  }
}
.p-hero__image-item.--all01 .p-hero__image-logo {
  position: absolute;
  top: 125px;
  right: 12.9%;
  width: 16.8%;
  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;
}

@media screen and (max-width: 767px) {
  .p-hero__image-item.--all01 .p-hero__image-logo {
    top: 25.8vw;
    right: 6.4vw;
    left: auto;
    width: 23.4vw;
  }
}
.p-hero__image-item.--all01 .p-hero__image-logo {
  opacity: 0;
  -webkit-filter: blur(10px);
  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;
}

.p-hero__image-item.--all01 .p-hero__image-logo_wrap {
  position: absolute;
  top: 22vw;
  left: 0;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .p-hero__image-item.--all01 .p-hero__image-logo_wrap {
    bottom: 8vw;
    top: auto;
  }
}
.p-hero__image-item.--all01 .p-hero__image-logo > li {
  max-width: 396px;
  width: 27%;
  margin: 0 3%;
}

@media screen and (max-width: 767px) {
  .p-hero__image-item.--all01 .p-hero__image-logo > li {
    width: 40%;
    margin: 0 2.4%;
  }
}
@media screen and (min-width: 768px) {
  .p-hero__image .slider-thumbnail .swiper-wrapper {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .p-hero__image .slider-thumbnail .swiper-wrapper {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}
.p-hero__image-nav-list {
  z-index: 10;
  position: absolute;
  top: 84px;
  right: 10px;
}

@media screen and (min-width: 768px) {
  .p-hero__image-nav-list {
    display: block;
    width: 74px;
  }
}
@media screen and (max-width: 767px) {
  .p-hero__image-nav-list {
    top: 10.4vw;
    right: 2%;
    width: 95.7%;
    text-align: right;
  }
}
.p-hero__image-nav-list .p-hero__image-nav-list-item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  -webkit-transition: background-color 0.4s cubic-bezier(0.5, 1, 0.89, 1), opacity 0.4s cubic-bezier(0.5, 1, 0.89, 1);
  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 screen and (min-width: 768px) {
  .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 screen and (max-width: 767px) {
  .p-hero__image-nav-list .p-hero__image-nav-list-item {
    width: 10.6% !important;
    height: 100%;
    margin-left: 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 screen and (min-width: 768px) {
  .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: #f6a300;
  pointer-events: none;
}

/*============================
hero__marubnr
============================*/
.p-hero__marubnr {
  position: absolute;
  z-index: 99;
  width: 8.6%;
  max-width: 400px;
  -webkit-transform: translate(20px, 30px);
          transform: translate(20px, 30px);
  opacity: 0;
}
.is-load .p-hero__marubnr {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
  -webkit-transition: opacity 1s cubic-bezier(0.5, 1, 0.89, 1) 0.4s, -webkit-transform 1s cubic-bezier(0.5, 1, 0.89, 1) 0.4s;
  transition: opacity 1s cubic-bezier(0.5, 1, 0.89, 1) 0.4s, -webkit-transform 1s cubic-bezier(0.5, 1, 0.89, 1) 0.4s;
  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;
  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, -webkit-transform 1s cubic-bezier(0.5, 1, 0.89, 1) 0.4s;
}
@media screen and (min-width: 768px) {
  .p-hero__marubnr {
    bottom: 0.7vw;
    right: 0.7%;
    left: auto;
  }
  .p-hero__marubnr.fixed {
    position: fixed;
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  .p-hero__marubnr {
    bottom: 1.8vw;
    left: 1.8vw;
    width: 24.15vw;
  }
}
.p-hero__marubnr__list li {
  max-width: 400px;
  -webkit-transition: opacity 0.7s cubic-bezier(0.5, 1, 0.89, 1);
  transition: opacity 0.7s cubic-bezier(0.5, 1, 0.89, 1);
}
@media screen and (min-width: 768px) {
  .p-hero__marubnr__list li:hover {
    opacity: 0.7;
  }
}
@media screen and (min-width: 768px) {
  .p-hero__marubnr__list li + li {
    margin-top: 0.7vw;
  }
}
@media screen and (max-width: 767px) {
  .p-hero__marubnr__list li + li {
    margin-top: 1.8vw;
  }
}

/*============================
BNR
============================*/
.p-news {
  padding-top: 33px;
}

@media screen and (min-width: 768px) {
  .p-news {
    padding-top: 294px;
  }
}
.p-top-wrap {
  position: relative;
}

.p-bnr {
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .p-bnr {
    position: absolute;
    margin-top: 104px;
    padding: 0;
    -webkit-transition: position 0.5s cubic-bezier(0.39, 0.575, 0.565, 1), opacity 0.5s cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: position 0.5s cubic-bezier(0.39, 0.575, 0.565, 1), opacity 0.5s cubic-bezier(0.39, 0.575, 0.565, 1);
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
  }
  .p-bnr.fixed {
    position: fixed;
    bottom: 0;
    left: 0;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    opacity: 1;
    width: 100%;
  }
  .p-bnr.nonefixed {
    left: 50% !important;
  }
}
.p-bnr__list {
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .p-bnr__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 86%;
    max-width: 1500px;
  }
}
@media screen and (min-width: 768px) {
  .p-bnr__list > li {
    width: 32.6%;
    margin-left: 1.1%;
  }
  .p-bnr__list > li:nth-child(3n-2) {
    margin-left: 0;
  }
  .p-bnr__list > li:nth-child(n+4) {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 1080px) and (min-width: 768px) {
  .p-bnr__list > li {
    width: 32%;
    margin-left: 2%;
  }
}
@media screen and (max-width: 767px) {
  .p-bnr__list > li + li {
    margin-top: 8px;
  }
}
.p-bnr__list-link {
  cursor: pointer;
}

/*============================
intro
============================*/
.p-intro__txt-box strong {
  vertical-align: baseline;
}

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

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

@media screen and (max-width: 767px) {
  .p-character__ttl-en {
    padding-bottom: 10px;
  }
}
.p-character__ttl-en::before {
  background: -webkit-gradient(linear, left top, right top, from(#ea5350), to(#f5a500));
  background: linear-gradient(to right, #ea5350, #f5a500);
}

.p-character__ttl-en-txt {
  background: -webkit-gradient(linear, left top, right top, from(#ea5350), color-stop(25%, #f5a500), color-stop(75%, #fff), color-stop(0%, #fff)) no-repeat left 100% top 50%;
  background: linear-gradient(to right, #ea5350 0%, #f5a500 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: -webkit-gradient(linear, left top, right top, from(#ea5350), color-stop(25%, #f5a500), color-stop(75%, #fff), color-stop(0%, #fff)) no-repeat left 100% top 50%;
  background: linear-gradient(to right, #ea5350 0%, #f5a500 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 screen and (max-width: 767px) {
  .p-character__cont {
    margin-top: 12px;
  }
}
.s-character {
  position: relative;
  -webkit-transform: translate(0, 30px);
  transform: translate(0, 30px);
  opacity: 0;
}

.is-scroll .s-character {
  -webkit-transform: translate(0, 0);
  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, -webkit-transform 1s cubic-bezier(0.5, 1, 0.89, 1) 0.4s;
}

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

@media screen and (max-width: 767px) {
  .btn_zu {
    width: 25.6vw;
    margin: 0 auto 4.2vw;
  }
}
@media screen and (min-width: 768px) {
  .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 screen and (min-width: 768px) {
  .c-charathumb__list {
    position: absolute !important;
    top: 60px;
    left: 80px;
    width: 80px !important;
  }
}
@media screen and (max-width: 767px) {
  .c-charathumb__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.c-charathumb__list li.slick-slide {
  cursor: pointer;
  position: relative;
  width: 11.2vw !important;
  margin: 0 0.8vw;
}

@media screen and (min-width: 768px) {
  .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;
  -webkit-transition: opacity 1s cubic-bezier(0.5, 1, 0.89, 1);
  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 {
  -webkit-transform: unset !important;
  transform: unset !important;
}

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

@media screen and (min-width: 768px) {
  .c-charamain__list li .c-chara__wrap .c-chara__body {
    width: 300px;
    margin: 0;
  }
}
@media screen and (min-width: 768px) {
  .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;
  -webkit-transform: translateX(20px);
  transform: translateX(20px);
  -webkit-transition: opacity 1s cubic-bezier(0.5, 1, 0.89, 1) 0.2s, -webkit-transform 1s cubic-bezier(0.5, 1, 0.89, 1) 0.2s;
  transition: opacity 1s cubic-bezier(0.5, 1, 0.89, 1) 0.2s, -webkit-transform 1s cubic-bezier(0.5, 1, 0.89, 1) 0.2s;
  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;
  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, -webkit-transform 1s cubic-bezier(0.5, 1, 0.89, 1) 0.2s;
}

@media screen and (min-width: 768px) {
  .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 screen and (max-width: 767px) {
  .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;
  -webkit-box-sizing: border-box;
  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: #fff8eb;
  z-index: -1;
  -webkit-transition: width 0.6s cubic-bezier(0.5, 1, 0.89, 1) 0.4s;
  transition: width 0.6s cubic-bezier(0.5, 1, 0.89, 1) 0.4s;
}

@media screen and (min-width: 768px) {
  .c-charamain__list li .c-chara__wrap .c-chara__txtarea .c-chara_text {
    padding: 40px;
  }
}
@media screen and (max-width: 767px) {
  .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;
  -webkit-transform: translateX(20px);
  transform: translateX(20px);
  -webkit-transition: opacity 1s cubic-bezier(0.5, 1, 0.89, 1) 0.4s, -webkit-transform 1s cubic-bezier(0.5, 1, 0.89, 1) 0.4s;
  transition: opacity 1s cubic-bezier(0.5, 1, 0.89, 1) 0.4s, -webkit-transform 1s cubic-bezier(0.5, 1, 0.89, 1) 0.4s;
  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;
  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, -webkit-transform 1s cubic-bezier(0.5, 1, 0.89, 1) 0.4s;
}

@media screen and (min-width: 768px) {
  .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;
  -webkit-transform: translateX(20px);
  transform: translateX(20px);
  -webkit-transition: opacity 1s cubic-bezier(0.5, 1, 0.89, 1) 0.4s, -webkit-transform 1s cubic-bezier(0.5, 1, 0.89, 1) 0.4s;
  transition: opacity 1s cubic-bezier(0.5, 1, 0.89, 1) 0.4s, -webkit-transform 1s cubic-bezier(0.5, 1, 0.89, 1) 0.4s;
  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;
  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, -webkit-transform 1s cubic-bezier(0.5, 1, 0.89, 1) 0.4s;
}

@media screen and (min-width: 768px) {
  .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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 12px;
  opacity: 0;
  -webkit-transform: translateX(20px);
  transform: translateX(20px);
  -webkit-transition: opacity 1s cubic-bezier(0.5, 1, 0.89, 1) 0.4s, -webkit-transform 1s cubic-bezier(0.5, 1, 0.89, 1) 0.4s;
  transition: opacity 1s cubic-bezier(0.5, 1, 0.89, 1) 0.4s, -webkit-transform 1s cubic-bezier(0.5, 1, 0.89, 1) 0.4s;
  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;
  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, -webkit-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;
  -webkit-transform: translateY(-50%);
  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;
  -webkit-transform: translateX(20px);
  transform: translateX(20px);
  -webkit-transition: opacity 1s cubic-bezier(0.5, 1, 0.89, 1) 0.4s, -webkit-transform 1s cubic-bezier(0.5, 1, 0.89, 1) 0.4s;
  transition: opacity 1s cubic-bezier(0.5, 1, 0.89, 1) 0.4s, -webkit-transform 1s cubic-bezier(0.5, 1, 0.89, 1) 0.4s;
  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;
  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, -webkit-transform 1s cubic-bezier(0.5, 1, 0.89, 1) 0.4s;
}

@media screen and (max-width: 767px) {
  .c-charamain__list li .c-chara__wrap .c-chara__txtarea .face {
    position: absolute;
    top: 63vw;
    left: 5vw;
  }
}
@media screen and (min-width: 768px) {
  .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;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.c-charamain__list li.slick-active .c-chara__wrap .c-chara__txtarea .c-chara__name {
  opacity: 1;
  -webkit-transform: translateX(0);
  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;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

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

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

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

/*============================
ticket
============================*/
@media screen and (min-width: 768px) {
  .p-ticket {
    padding-top: 60px;
  }
}
.p-ticket__ttl {
  text-align: center;
}

.p-ticket__ttl-en::before {
  background: -webkit-gradient(linear, left top, right top, from(#ea5350), to(#f5a500));
  background: linear-gradient(to right, #ea5350, #f5a500);
}

.p-ticket__ttl-en-txt {
  background: -webkit-gradient(linear, left top, right top, from(#ea5350), color-stop(25%, #f5a500), color-stop(75%, #fff), color-stop(0%, #fff)) no-repeat left 100% top 50%;
  background: linear-gradient(to right, #ea5350 0%, #f5a500 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: -webkit-gradient(linear, left top, right top, from(#ea5350), color-stop(25%, #f5a500), color-stop(75%, #fff), color-stop(0%, #fff)) no-repeat left 100% top 50%;
  background: linear-gradient(to right, #ea5350 0%, #f5a500 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;
  -webkit-transform: translate(0, 30px);
  transform: translate(0, 30px);
  opacity: 0;
}

.is-scroll .p-ticket__cont {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
  -webkit-transition: opacity 1s cubic-bezier(0.5, 1, 0.89, 1) 0.4s, -webkit-transform 1s cubic-bezier(0.5, 1, 0.89, 1) 0.4s;
  transition: opacity 1s cubic-bezier(0.5, 1, 0.89, 1) 0.4s, -webkit-transform 1s cubic-bezier(0.5, 1, 0.89, 1) 0.4s;
  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;
  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, -webkit-transform 1s cubic-bezier(0.5, 1, 0.89, 1) 0.4s;
}

@media screen and (max-width: 767px) {
  .p-ticket__cont {
    margin-top: 15px;
  }
}
.p-ticket__cont-inner .ticket_list {
  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;
  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: #f06642;
  border: 1px solid #f06642;
  font-size: 12px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .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 span {
  position: relative;
  z-index: 2;
}

@media screen and (min-width: 768px) {
  .p-ticket__cont-inner .ticket_list > li::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 105%;
    height: 105%;
    background: -webkit-gradient(linear, left top, right top, from(#ea5350), to(#f5a500));
    background: linear-gradient(to right, #ea5350, #f5a500);
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.5, 1, 0.89, 1);
    transition: -webkit-transform 0.4s cubic-bezier(0.5, 1, 0.89, 1);
    transition: transform 0.4s cubic-bezier(0.5, 1, 0.89, 1);
    transition: transform 0.4s cubic-bezier(0.5, 1, 0.89, 1), -webkit-transform 0.4s cubic-bezier(0.5, 1, 0.89, 1);
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  .p-ticket__cont-inner .ticket_list > li:hover::before {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  .p-ticket__cont-inner .ticket_list > li:hover span {
    color: #fff;
  }
}
.p-ticket__cont-inner .ticket_list > li span {
  vertical-align: baseline;
  line-height: 1.2;
  -webkit-transition: color 0.4s cubic-bezier(0.5, 1, 0.89, 1);
  transition: color 0.4s cubic-bezier(0.5, 1, 0.89, 1);
}

.p-ticket__cont-inner .ticket_box + .ticket_box {
  margin-top: 40px;
}

@media screen and (min-width: 768px) {
  .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: #f06642;
  line-height: 1.4;
  font-weight: 400;
  text-align: center;
}

.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 #f06642;
  font-size: 70%;
}

@media screen and (min-width: 768px) {
  .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_info {
  position: relative;
}

.p-ticket__cont-inner .ticket_box .ticket_info .img {
  width: 67.1%;
  margin: 0 auto 12px;
}

@media screen and (min-width: 768px) {
  .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 screen and (min-width: 768px) {
  .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: #f06642;
  font-size: 14px;
  line-height: 1.8;
}

@media screen and (min-width: 768px) {
  .p-ticket__cont-inner .ticket_box .ticket_info .txt .lead {
    font-size: 16px;
  }
}
.p-ticket__cont-inner .ticket_box .ticket_info .txt a {
  color: #f06642;
}

.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 screen and (min-width: 768px) {
  .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 screen and (min-width: 768px) {
  .p-ticket__cont-inner .ticket_box .ticket_info .txt .detail_bnr a::before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    opacity: 0;
    z-index: 1;
    -webkit-transition: opacity 0.7s cubic-bezier(0.5, 1, 0.89, 1);
    transition: opacity 0.7s cubic-bezier(0.5, 1, 0.89, 1);
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 144, 90, 0.5)), to(rgba(221, 23, 42, 0.5)));
    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;
    -webkit-transition: opacity 0.7s cubic-bezier(0.5, 1, 0.89, 1) 0s;
    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 .info {
  margin-top: 8px;
}

@media screen and (min-width: 768px) {
  .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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  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 {
  -webkit-box-sizing: border-box;
  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_info .txt .btn {
  margin-top: 2.5em;
}
@media screen and (max-width: 767px) {
  .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: #f06642;
  font-size: 18px;
  overflow: hidden;
  text-decoration: none;
  font-weight: 700;
  font-family: "Cormorant Garamond", serif;
  border-radius: 1000px;
  color: #fff;
  -webkit-transition: -webkit-transform 0.7s cubic-bezier(0.5, 1, 0.89, 1) 0s;
  transition: -webkit-transform 0.7s cubic-bezier(0.5, 1, 0.89, 1) 0s;
  transition: transform 0.7s cubic-bezier(0.5, 1, 0.89, 1) 0s;
  transition: transform 0.7s cubic-bezier(0.5, 1, 0.89, 1) 0s, -webkit-transform 0.7s cubic-bezier(0.5, 1, 0.89, 1) 0s;
  -webkit-transform: scale(1);
          transform: scale(1);
  background: -webkit-gradient(linear, left top, right top, from(#ea5350), to(#f5a500));
  background: linear-gradient(to right, #ea5350, #f5a500);
  text-align: center;
  margin-bottom: 0.6em;
}
@media screen and (min-width: 768px) {
  .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 {
    -webkit-transform: scale(1.04);
    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;
  -webkit-transition: color 0.4s cubic-bezier(0.5, 1, 0.89, 1);
  transition: color 0.4s cubic-bezier(0.5, 1, 0.89, 1);
}

.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;
}

/*============================
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;
  -webkit-box-sizing: border-box;
  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 {
  -webkit-transform: translate3d(0, 0, 0);
  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;
}

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

.p-op__outer-in {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  opacity: 0;
  -webkit-transition: opacity 2.9s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 2.9s cubic-bezier(0.25, 1, 0.5, 1);
  transition: opacity 2.9s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 2.9s cubic-bezier(0.25, 1, 0.5, 1);
  transition: opacity 2.9s cubic-bezier(0.25, 1, 0.5, 1), transform 2.9s cubic-bezier(0.25, 1, 0.5, 1);
  transition: opacity 2.9s cubic-bezier(0.25, 1, 0.5, 1), transform 2.9s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 2.9s cubic-bezier(0.25, 1, 0.5, 1);
}

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

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

.is-op .p-op__outer-kv {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

.p-op__outer-kv.-bg {
  background: url(../img/top/op/kv_bg.jpg?new) top center no-repeat;
  background-size: cover;
  z-index: 0;
  top: -40vh;
}

.is-op .p-op__outer-kv.-bg {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  top: -30vh;
}

@media screen and (min-width: 768px) {
  .p-op__outer-kv.-bg {
    background-position-y: 20%;
  }
}
.p-op__outer-kv.-kaede {
  opacity: 0;
  background: url(../img/top/op/kv_kaede-all.png?new) top center no-repeat;
  background-size: cover;
  z-index: 1;
  -webkit-transition: opacity 2s cubic-bezier(0.25, 1, 0.5, 1), top 4s cubic-bezier(0.25, 1, 0.5, 1);
  transition: opacity 2s cubic-bezier(0.25, 1, 0.5, 1), top 4s cubic-bezier(0.25, 1, 0.5, 1);
  top: -20vh;
}

.is-op .p-op__outer-kv.-kaede {
  opacity: 1;
  top: -30vh;
}

@media screen and (min-width: 768px) {
  .p-op__outer-kv.-kaede {
    background-position-y: 20%;
  }
}
/*============================
theaterbnr
============================*/
.p-theaterbnr {
  position: relative;
  background-color: #f7f5f8;
}

.p-theaterbnr__cont {
  -webkit-transform: translate(0, 30px);
  transform: translate(0, 30px);
  opacity: 0;
  margin: auto;
}

@media screen and (min-width: 768px) {
  .p-theaterbnr__cont {
    width: 86%;
    max-width: 900px;
  }
}
.is-scroll .p-theaterbnr__cont {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
  -webkit-transition: opacity 1s cubic-bezier(0.5, 1, 0.89, 1) 0.4s, -webkit-transform 1s cubic-bezier(0.5, 1, 0.89, 1) 0.4s;
  transition: opacity 1s cubic-bezier(0.5, 1, 0.89, 1) 0.4s, -webkit-transform 1s cubic-bezier(0.5, 1, 0.89, 1) 0.4s;
  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;
  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, -webkit-transform 1s cubic-bezier(0.5, 1, 0.89, 1) 0.4s;
}

/*============================
MOVIE
============================*/
.p-movie__cont {
  -webkit-transform: translate(20px, 30px);
  transform: translate(20px, 30px);
  opacity: 0;
}

.is-scroll .p-movie__cont {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
  -webkit-transition: opacity 1s cubic-bezier(0.5, 1, 0.89, 1) 0.2s, -webkit-transform 1s cubic-bezier(0.5, 1, 0.89, 1) 0.2s;
  transition: opacity 1s cubic-bezier(0.5, 1, 0.89, 1) 0.2s, -webkit-transform 1s cubic-bezier(0.5, 1, 0.89, 1) 0.2s;
  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;
  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, -webkit-transform 1s cubic-bezier(0.5, 1, 0.89, 1) 0.2s;
}

.p-movie__cont__wrap {
  margin-top: 62px;
}

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

@media screen and (max-width: 767px) {
  .p-movie__cont__wrap {
    margin-top: 6.9vw;
  }
}
.p-movie__btn {
  margin-top: 28px;
  text-align: right;
  -webkit-transform: translate(20px, 30px);
          transform: translate(20px, 30px);
  opacity: 0;
}
.is-scroll .p-movie__btn {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
  -webkit-transition: opacity 1s cubic-bezier(0.5, 1, 0.89, 1) 0.2s, -webkit-transform 1s cubic-bezier(0.5, 1, 0.89, 1) 0.2s;
  transition: opacity 1s cubic-bezier(0.5, 1, 0.89, 1) 0.2s, -webkit-transform 1s cubic-bezier(0.5, 1, 0.89, 1) 0.2s;
  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;
  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, -webkit-transform 1s cubic-bezier(0.5, 1, 0.89, 1) 0.2s;
}
@media screen and (max-width: 767px) {
  .p-movie__btn {
    margin-top: 13px;
  }
}
.p-movie__btn-link {
  display: inline-block;
  position: relative;
  padding-right: 54px;
  color: #f5a500;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .p-movie__btn-link {
    padding-right: 31px;
  }
}
@media screen and (min-width: 768px) {
  .p-movie__btn-link {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-transition: -webkit-transform 0.7s cubic-bezier(0.25, 1, 0.5, 1) 0s;
    transition: -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;
    transition: transform 0.7s cubic-bezier(0.25, 1, 0.5, 1) 0s, -webkit-transform 0.7s cubic-bezier(0.25, 1, 0.5, 1) 0s;
  }
  .p-movie__btn-link:hover {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
    -webkit-transition: -webkit-transform 0.7s cubic-bezier(0.25, 1, 0.5, 1) 0s;
    transition: -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;
    transition: transform 0.7s cubic-bezier(0.25, 1, 0.5, 1) 0s, -webkit-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 screen and (max-width: 767px) {
  .p-movie__btn-txt {
    font-size: 20px;
  }
}
.p-movie__btn-deco {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #f5a500;
  width: 40px;
  height: 1px;
}
@media screen and (max-width: 767px) {
  .p-movie__btn-deco {
    width: 25px;
  }
}

/*============================
PROLOGUE
============================*/
.p-prologue__block-head {
  position: relative;
  margin-top: 13px;
  margin-left: 100px;
  width: 29.3%;
  height: 750px;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .p-prologue__block-head {
    margin: 0;
    margin-top: 8vw;
    width: 100%;
    height: 33.6vw;
  }
}
.p-prologue__block-head_img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  overflow: hidden;
  background: url(../img/top/kv_pc_01.jpg) no-repeat top center;
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .p-prologue__block-head_img {
    background: url(../img/top/kv_sp_01.jpg) no-repeat top center;
    background-size: cover;
    background-position: 0vw -40vw;
  }
}
@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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    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%;
  }
  .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;
  }
}
/*============================
footer - pagetop
============================*/
@media screen and (min-width: 768px) {
  .l-footer__outer {
    padding: 90px 50px 54px 0;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__outer {
    padding: 100px 0 10.6vw;
  }
}

.l-footer__pagetop {
  cursor: pointer;
  position: fixed;
  bottom: 56px;
  right: 50px;
  width: 20px;
  -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;
  opacity: 0;
  z-index: 100;
}
@media screen and (min-width: 768px) {
  .l-footer__pagetop {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .l-footer__pagetop:hover {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
}
@media screen and (max-width: 767px) {
  .l-footer__pagetop {
    right: 5.4vw;
    bottom: 10.6vw;
    width: 14px;
  }
}
.is-scrolled .l-footer__pagetop {
  opacity: 1;
}

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

/*============================
NEWS
============================*/
@media screen and (max-width: 767px) {
  .p-news_detail__content-txt iframe {
    width: 81.33vw !important;
    max-width: unset;
    height: 45.75vw !important;
  }
}

/*============================
TOP BNR modal
============================*/
.m-modal[data-modal-type=template] .m-modal__content {
  margin: 0 auto !important;
}

@media screen and (max-width: 767px) {
  .m-modal_top-img__content {
    width: 90%;
    margin: auto;
  }
}
.m-modal_top-img__content img {
  max-height: 90vh;
  width: auto;
  margin: 5vh auto;
}
@media screen and (min-width: 768px) {
  .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;
  }
}