@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Lora);
@-webkit-keyframes show {
  0%, 50% {
    opacity: 0
  }
  17%, 33% {
    opacity: 1
  }
}

@keyframes show {
  0%, 50% {
    opacity: 0
  }
  17%, 33% {
    opacity: 1
  }
}

@-webkit-keyframes slideLeft-pc {
  0% {
    background-position: 0 0
  }
  to {
    background-position: -4644px 0
  }
}

@keyframes slideLeft-pc {
  0% {
    background-position: 0 0
  }
  to {
    background-position: -4644px 0
  }
}

@-webkit-keyframes slideLeft-sp {
  0% {
    background-position: 0 0
  }
  to {
    background-position: -738vw 0
  }
}

@keyframes slideLeft-sp {
  0% {
    background-position: 0 0
  }
  to {
    background-position: -738vw 0
  }
}

@-webkit-keyframes slideRight-pc {
  0% {
    background-position: -4835px 0
  }
  to {
    background-position: 0 0
  }
}

@keyframes slideRight-pc {
  0% {
    background-position: -4835px 0
  }
  to {
    background-position: 0 0
  }
}

@-webkit-keyframes slideRight-sp {
  0% {
    background-position: -768.26667vw 0
  }
  to {
    background-position: 0 0
  }
}

@keyframes slideRight-sp {
  0% {
    background-position: -768.26667vw 0
  }
  to {
    background-position: 0 0
  }
}

*, :after, :before {
  border: 0;
  border-radius: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  outline: 0;
  padding: 0;
  color: inherit;
  font: inherit;
  text-decoration: none;
  vertical-align: baseline
}

audio, canvas, video {
  display: inline-block
}

body {
  line-height: 1;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%
}

br, hr {
  display: block
}

ol, ul {
  list-style: none
}

blockquote, q {
  quotes: none
}

blockquote:after, blockquote:before, q:after, q:before {
  content: none
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show
}

button, img, input, select, svg, textarea {
  vertical-align: middle
}

button, input, select, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: 0 0
}

input::-ms-clear, input::-ms-reveal, input:focus::-ms-clear, input:focus::-ms-reveal {
  visibility: hidden
}

textarea {
  resize: none
}

body, html {
  width: 100%;
  height: 100%;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "メイリオ", Meiryo, serif;
  color: #fff
}

img {
  max-width: 100%;
  width: 100%;
  height: auto
}

img, svg {
  display: block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

a::-moz-selection, dd::-moz-selection, dt::-moz-selection, h1::-moz-selection, h2::-moz-selection, h3::-moz-selection, p::-moz-selection, span::-moz-selection {
  background-color: #fff;
  color: #000
}

a::selection, dd::selection, dt::selection, h1::selection, h2::selection, h3::selection, p::selection, span::selection {
  background-color: #fff;
  color: #000
}

br {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.svg__defs {
  display: none
}

.cc__header {
  background-color: #000;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 90;
  width: 100%;
  -webkit-transition: left 380ms;
  transition: left 380ms
}

.cc__header>.ce__inner {
  -webkit-transition: all 500ms;
  transition: all 500ms
}

.cc__header>.ce__inner>.ce__date, .cc__header>.ce__inner>.ce__ttl {
  -webkit-transition: width 500ms;
  transition: width 500ms
}

.cc__header>.ce__inner>.ce__menu {
  display: block
}

.cc__header>.ce__inner>.ce__menu.is-navShow span:nth-child(2) {
  opacity: 0;
  margin-top: 0;
  margin-bottom: 0
}

.cc__header>.ce__inner>.ce__menu span {
  -webkit-transition: -webkit-transform 500ms;
  transition: transform 500ms;
  transition: transform 500ms, -webkit-transform 500ms;
  display: block;
  background-color: #fff
}

.cc__sec_ttl {
  color: #fff;
  font-family: "Lora", serif;
  text-align: center;
  letter-spacing: .2em
}

.cc__sec_ttl--black {
  color: #000
}

.cc__sec_ttl_small {
  color: #fff;
  text-align: center;
  letter-spacing: .14em;
  line-height: 1.4
}

.cc__nav {
  background-color: #222;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  overflow: auto
}

.cc__nav.is-show {
  opacity: 1;
  visibility: visible
}

.cc__nav.is-navShow {
  z-index: 90
}

.cc__navList>.ce__item>.ce__link {
  display: block;
  color: #fff;
  text-align: center
}

.cc__navList>.ce__item>.ce__link .ce__main {
  display: block;
  font-family: "Lora", serif
}

.cc__navList>.ce__item>.ce__link .ce__sub {
  display: block
}

.cc__navBnr>.ce__items>.ce__item {
  margin-left: auto;
  margin-right: auto
}

.cc__SNSshare {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.cc__SNSshare--center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.cc__SNSshare .ce__ttl {
  color: #797a7a;
  letter-spacing: .12em
}

.cc__SNSshare .ce__ttl--color-w {
  color: #fff
}

.cc__SNSshareBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.cc__SNSshareBtn .ce__item .ce__ico {
  fill: #fff
}

.cc__SNSshareBtn .ce__item .ce__ico--color-gray {
  fill: #797a7a
}

.cc__footer {
  background-color: #131313
}

.cc__footer_bnr>.ce__items, .cc__footer_util {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.cc__footer_bnr>.ce__items {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.cc__footer_util {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.cc__footer_body .ce__copyright {
  color: #797a7a
}

.cc__officialSNS {
  background-color: #000
}

.cc__officialSNS_item .ce__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #000
}

.cc__officialSNS_item .ce__ico {
  fill: #fff
}

.cc__officialSNS_item .ce__txt {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-family: "Lora", serif
}

.cc__sub-kv {
  position: relative
}

.cc__sub-kv>.ce__body {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

.cc__sub-kv>.ce__body>.ce__ttl_en {
  color: #fff;
  text-align: center;
  font-family: "Lora", serif;
  letter-spacing: .2em
}

.cc__sub-kv>.ce__body>.ce__ttl_jp {
  color: #fff;
  letter-spacing: .14em;
  text-align: center
}

.cp__kvAbout {
  background-color: #000;
  color: #fff
}

.cp__kvAbout_box01 {
  line-height: 1.8;
  text-align: center;
  letter-spacing: .16em
}

.cp__kvAbout_box02, .cp__kvAbout_box03 {
  line-height: 1.8;
  text-align: center;
  letter-spacing: .12em
}

.cp__kvBanner a {
  display: inline-block;
  -webkit-transition: .2s;
  transition: .2s
}

.cp__kvBanner a:hover {
  opacity: .8
}

.cp__kvBanner a img {
  width: 100%;
  height: auto;
  border: .8px solid #333;
  vertical-align: middle
}

.cp__news {
  background-color: #fff
}

.cp__newsBody {
  overflow-y: auto
}

.cp__newsItem {
  position: relative
}

.cp__newsItem>.ce__ico {
  position: absolute;
  top: 50%;
  right: 0;
  fill: #7f7f7f;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%)
}

.cp__newsItem>.ce__date {
  color: #000;
  font-family: "Lora", serif;
  line-height: 1.2
}

.cp__newsItem>.ce__txt {
  color: #676767;
  line-height: 1.6
}

.cp__newsOverlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  overflow-y: auto;
  background-color: rgba(0, 0, 0, .93);
  -webkit-transition: all 600ms;
  transition: all 600ms;
  visibility: hidden;
  opacity: 0
}

.cp__newsOverlay.is-open {
  opacity: 1;
  visibility: visible
}

.cp__newsOverlay .ce__inner {
  position: relative
}

.cp__newsOverlay .ce__closeBtn {
  position: absolute;
  display: block
}

.cp__newsOverlayBody>.ce__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto
}

.cp__newsOverlayCon {
  color: #fff;
  display: none
}

.cp__newsOverlayCon.is-show {
  display: block
}

.cp__newsOverlayCon>.ce__imgBottom, .cp__newsOverlayCon>.ce__imgTwoBottom>.ce__imgTwoBottomItem {
  width: 80%;
  margin-right: auto;
  margin-left: auto
}

.cp__newsOverlayCon>.ce__imgBottom--wMax, .cp__newsOverlayCon>.ce__newsVideo {
  width: 100%
}

.cp__newsOverlayCon>.ce__newsVideo>.ce__newsVideoItem {
  position: relative;
  padding-bottom: 56.25%
}

.cp__newsOverlayCon>.ce__newsVideo>.ce__newsVideoItem iframe, .cp__trailer_body .ce__video iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0
}

.cp__newsOverlayCon>.ce__ttl, .cp__newsOverlayCon>.ce__ttl_list, .cp__newsOverlayCon>.ce__ttl_min {
  line-height: 1.3;
  letter-spacing: .12em
}

.cp__newsOverlayCon>.ce__ttl_min2 span {
  display: inline-block;
  position: relative;
  line-height: 1.3;
  letter-spacing: .12em
}

.cp__newsOverlayCon>.ce__ttl_min2 span:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #fff
}

.cp__newsOverlayCon>.ce__ttl_list {
  border-bottom: 1px solid #313131
}

.cp__newsOverlayCon>.ce__date {
  font-family: "Lora", serif;
  letter-spacing: .12em
}

.cp__newsOverlayCon>.ce__txt {
  line-height: 2.5;
  letter-spacing: .15em;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "Kozuka Gothic Pr6N R", "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, "メイリオ", Meiryo, sans-serif
}

.cp__newsOverlayCon .ce__txt_placeinfo {
  position: relative;
  top: 0;
  left: 0
}

.cp__newsOverlayCon .ce__txt_placeinfo:before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0
}

.cp__newsOverlayCon .ce__placeinfo, .cp__newsOverlayCon .ce__placeinfo_list, .cp__newsOverlayCon .ce__txt_placeinfo {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "Kozuka Gothic Pr6N R", "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, "メイリオ", Meiryo, sans-serif
}

.cp__newsOverlayCon .ce__placeinfo>dd, .cp__newsOverlayCon .ce__placeinfo>dt, .cp__newsOverlayCon .ce__placeinfo_list>dd, .cp__newsOverlayCon .ce__placeinfo_list>dt {
  line-height: 1.7
}

.cp__newsOverlayCon .ce__placeinfo_list, .cp__newsOverlayCon .ce__placeinfo_list_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.cp__newsOverlayCon .ce__placeinfo .ce__placeinfo__indent dl, .cp__newsOverlayCon .ce__placeinfo_list .ce__placeinfo__indent dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.cp__newsOverlayCon>.ce__half, .cp__newsOverlayCon>.ce__list {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "Kozuka Gothic Pr6N R", "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, "メイリオ", Meiryo, sans-serif
}

.cp__newsOverlayCon>.ce__list li {
  position: relative;
  line-height: 2
}

.cp__newsOverlayCon>.ce__half li:before, .cp__newsOverlayCon>.ce__list li:before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0
}

.cp__newsOverlayCon>.ce__half {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap
}

.cp__newsOverlayCon>.ce__half li {
  position: relative;
  width: 50%
}

.cp__newsOverlayCon .ce__newsAnchor, .cp__specialOverlayCon>.ce__infomation .ce__selling a, .cp__specialOverlayCon>.ce__infomation .ce__txt a {
  text-decoration: underline
}

.cp__newsOverlayCon .ce__underline {
  text-decoration: underline;
  word-break: break-all
}

#news23 .ce__placeinfo.wide, #news24 .ce__placeinfo.wide {
  margin-top: 30px
}

#news23 .ce__placeinfo.wide dt, #news24 .ce__placeinfo.wide dt {
  width: 25%
}

#news23 .ce__placeinfo.wide dd, #news24 .ce__placeinfo.wide dd {
  width: 75%
}

.cp__trailer {
  background-color: #fff
}

.cp__trailer_body .ce__video {
  position: relative;
  padding-bottom: 56.25%
}

.cp__about {
  background-color: #131313
}

.cp__about_body_item, .cp__about_foot_item>.ce__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.cp__about_body_item>.ce__body>.ce__ttl {
  color: #fff;
  font-family: "Lora", serif;
  letter-spacing: .2em
}

.cp__about_body_item>.ce__body>.ce__txt {
  color: #fff;
  line-height: 1.90909
}

.cp__about_body_item>.ce__body>.ce__txt_small {
  color: #fff;
  line-height: 2
}

.cp__about_foot_item>.ce__body {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.cp__about_foot_item>.ce__body .ce__ttl {
  color: #fff;
  font-family: "Lora", serif;
  letter-spacing: .2em
}

.cp__interview {
  background-color: #000
}

.cp__interview_body {
  margin-bottom: 7.33333vw
}

.cp__interview_foot>.ce__txt {
  line-height: 1.75;
  margin-right: 2em;
  color: #fff
}

.cp__sub-nav_body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.cp__sub-intro {
  background-color: #000
}

.cp__sub-intro_body .ce__txt {
  color: #fff;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "Kozuka Gothic Pr6N R", "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, "メイリオ", Meiryo, sans-serif;
  letter-spacing: .14em;
  line-height: 2.625
}

.cp__sub-introSlide_body {
  position: relative
}

.cp__sub-introSlide_body>.ce__item {
  position: absolute;
  -webkit-animation: show 12s infinite;
  animation: show 12s infinite;
  opacity: 0
}

.cp__sub-introSlide_body>.ce__item--01 {
  -webkit-animation-delay: 0s;
  animation-delay: 0s
}

.cp__sub-introSlide_body>.ce__item--02 {
  -webkit-animation-delay: 4s;
  animation-delay: 4s
}

.cp__sub-introSlide_body>.ce__item--03 {
  -webkit-animation-delay: 8s;
  animation-delay: 8s
}

.cp__sub-story {
  background-color: #000
}

.cp__sub-story_body .ce__txt {
  color: #fff;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "Kozuka Gothic Pr6N R", "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, "メイリオ", Meiryo, sans-serif;
  letter-spacing: .14em;
  line-height: 2.625
}

.cp__sub-slide {
  overflow: hidden
}

.cp__sub-slide_item {
  position: relative;
  background-repeat: repeat-x
}

.cp__sub-slide_item--01 {
  background-position: 0 0;
  background-image: url(./../../assets/img/sub/slide__story01.jpg)
}

.cp__sub-slide_item--02 {
  background-image: url(./../../assets/img/sub/slide__story02.jpg)
}

.cp__sub-cast {
  background-color: #000
}

.cp__sub-cast_body_item .ce__name {
  text-align: center
}

.cp__sub-cast_body_item .ce__name .ce__name_main {
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "メイリオ", Meiryo, serif;
  color: #fff;
  letter-spacing: .14em
}

.cp__sub-cast_body_item .ce__name .ce__name_sub, .cp__sub-staff_body_item>.ce__body>.ce__name, .cp__sub-staff_body_item>.ce__body>.ce__role {
  color: #fff
}

.cp__sub-cast_body_item .ce__name .ce__name_sub .ce__name_sub_en {
  font-family: "Lora", serif;
  letter-spacing: .1em;
  padding-right: 1em
}

.cp__sub-cast_body_item .ce__name .ce__name_sub .ce__name_sub_jp, .cp__sub-staff_body_item>.ce__body>.ce__name>.ce__name_jp {
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "メイリオ", Meiryo, serif;
  letter-spacing: .14em
}

.cp__sub-cast_body_item .ce__txt, .cp__sub-interview_QA>.ce__ttl, .cp__sub-staff_body_item>.ce__body>.ce__txt {
  color: #fff;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "Kozuka Gothic Pr6N R", "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, "メイリオ", Meiryo, sans-serif
}

.cp__sub-cast_body_item .ce__txt {
  letter-spacing: .1em;
  line-height: 2.625
}

.cp__sub-staff {
  background-color: #131313
}

.cp__sub-staff_body_item>.ce__body>.ce__name>.ce__name_en {
  font-family: "Lora", serif;
  letter-spacing: .14em
}

.cp__sub-interview_QA>.ce__ttl, .cp__sub-staff_body_item>.ce__body>.ce__txt {
  line-height: 2.16667
}

.cp__sub-interview {
  background-color: #000
}

.cp__sub-interview_body_item--typeA, .cp__sub-interview_body_item--typeB {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.cp__sub-interview_QA>.ce__ttl {
  font-weight: 700;
  line-height: 1.35714;
  letter-spacing: .14em
}

.ce__comment, .ce__specalBody__dateBody .ce_info_item .ce__placeinfo__indent dl, .ce__specalBody__dateBody .ce_info_item>dl, .cp__sub-interview_QA>.ce__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.cp__sub-interview_QA>.ce__item>.ce__name {
  margin-right: 1em;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto
}

.cp__sub-interview_QA>.ce__item>.ce__name, .cp__sub-interview_QA>.ce__item>.ce__txt {
  color: #fff;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "Kozuka Gothic Pr6N R", "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, "メイリオ", Meiryo, sans-serif;
  line-height: 1.54167;
  letter-spacing: .14em
}

.ch__content_all_wrap-in.comment {
  position: relative;
  z-index: 1
}

#comment .cp__sub-intro {
  padding-top: 0
}

#comment .cp__sub-intro .ce__gradation {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.ce__comment {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%
}

.ce__comment_item {
  border: 1px solid #fff
}

.ce__comment_item.last {
  border: 0;
  padding: 0;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end
}

.ce__comment_item.last>.ce__txt {
  margin-bottom: 0
}

.ce__comment_item>.ce__txt {
  width: 100%;
  line-height: 2;
  letter-spacing: .05em;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "メイリオ", Meiryo, serif
}

.ce__comment_item>.ce__name {
  width: 100%;
  text-align: right
}

.ce__comment_item>.ce__name span {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: .3em;
  line-height: 1.2em
}

.cp__specal {
  background-color: #fff
}

.cp__specalBody {
  color: #000;
  line-height: 2
}

.cp__specalBody .ce__ttl_jp {
  text-align: center
}

.cp__specalBody .ce__discription {
  text-align: center;
  line-height: 2
}

.cp__specalBody .ch__btn {
  margin: 0 auto;
  border-color: #000
}

.cp__specalBody .ch__btn>.ce__ico {
  fill: #000
}

.cp__specalBody .ch__btn .ce__txt {
  color: #000
}

.cp__specalBody .ch__btn:hover>.ce__ico {
  fill: #fff
}

.cp__specalBody .ch__btn:hover .ce__txt {
  color: #fff
}

.ce__specalBody__dateBody {
  margin: 0 auto
}

.ce__specalBody__dateBody .ce_ttl {
  margin-bottom: 10px
}

.ce__specalBody__dateBody .ce_info>dt {
  margin-bottom: 5px
}

.ce__specalBody__dateBody .ce_info>dd {
  margin-bottom: 10px;
  line-height: 1.5
}

.ce__specalBody__dateBody .ce_info .space span, .cp__specialOverlayCon>.ce__discription .space span, .cp__specialOverlayCon>.ce__discription .speakers span, .cp__specialOverlayCon>.ce__infomation .ce__selling .space span, .cp__specialOverlayCon>.ce__infomation .ce__txt .space span {
  position: absolute;
  top: 0;
  left: 0
}

.ce__specalBody__dateBody .ce_info_item a {
  position: relative;
  display: inline-block;
  text-decoration: underline
}

.ce__specalBody__dateBody .ce_info_item a>.ce__ico {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto
}

.cp__specialOverlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  overflow-y: auto;
  background-color: rgba(0, 0, 0, .93);
  -webkit-transition: all 600ms;
  transition: all 600ms;
  visibility: hidden;
  opacity: 0
}

.cp__specialOverlay.is-open {
  opacity: 1;
  visibility: visible
}

.ce__specalBody__dateBody .ce_info .space, .cp__specialOverlay .ce__inner, .cp__specialOverlayCon>.ce__discription .space, .cp__specialOverlayCon>.ce__discription .speakers {
  position: relative
}

.cp__specialOverlay .ce__closeBtn {
  position: absolute;
  display: block
}

.cp__specialOverlayBody>.ce__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto
}

.cp__specialOverlayCon {
  color: #fff;
  display: none
}

.cp__specialOverlayCon.is-show {
  display: block
}

.cp__specialOverlayCon>.ce__ttl {
  line-height: 1.3;
  letter-spacing: .12em
}

.cp__specialOverlayCon>.ce__discription {
  font-family: "Lora", serif;
  letter-spacing: .12em;
  line-height: 2
}

.cp__specialOverlayCon>.ce__infomation .ce__time {
  line-height: 1.5
}

.cp__specialOverlayCon>.ce__infomation .ce__underline {
  border-bottom: 1px solid rgba(255, 255, 255, .5)
}

.cp__specialOverlayCon>.ce__infomation .ce__txt {
  line-height: 2;
  letter-spacing: .15em
}

.cp__specialOverlayCon>.ce__infomation .ce__selling, .cp__specialOverlayCon>.ce__infomation .ce__txt {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "Kozuka Gothic Pr6N R", "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, "メイリオ", Meiryo, sans-serif
}

.cp__specialOverlayCon>.ce__infomation .ce__selling>dd, .cp__specialOverlayCon>.ce__infomation .ce__selling>dt {
  line-height: 2
}

.cp__specialOverlayCon>.ce__infomation .ce__selling .space, .cp__specialOverlayCon>.ce__infomation .ce__txt .space {
  position: relative;
  display: inline-block
}

.cp__specialOverlayCon>.ce__infomation .ce__etctra {
  margin-top: 50px;
  margin-bottom: 15px
}

.cp__eigaland {
  position: relative;
  background-color: #313131;
  padding: 30px 0
}

.cp__eigalandBody {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #000;
  line-height: 2
}

.cp__eigalandBody .ce__conditions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.cp__eigalandBody .ce__conditions .ce_ttl {
  color: #fff;
  line-height: 1em
}

.cp__eigalandBody .ce__conditions .ce_ttl span {
  display: inline-block;
  width: 100%
}

.cp__eigalandBody .ce__conditions .ce__select {
  position: relative
}

.cp__eigalandBody .ce__conditions .ce__select>.svg {
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
  pointer-events: none
}

.cp__eigalandBody .ce__conditions .ce__select select {
  display: inline-block;
  background: #fff;
  color: #000;
  margin-right: 2%;
  padding: 5px;
  width: 100%;
  cursor: pointer
}

.cp__eigalandBody .ce__conditions .ce__select select option {
  width: 100%;
  background-color: #eee;
  outline: 0
}

.cp__eigalandBody .ce__reserve .eigaland_btn {
  display: block;
  width: 100%;
  height: 100%;
  padding: 2px;
  text-align: center;
  color: #fff;
  cursor: pointer
}

.ch__body {
  background-color: #000
}

.ch__content_all_wrap-in {
  background-color: #000;
  -webkit-transition: -webkit-transform 380ms;
  transition: transform 380ms;
  transition: transform 380ms, -webkit-transform 380ms
}

.ch__link {
  display: block
}

.ch__btn, .ch__btn_large {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.ch__btn>.ce__txt, .ch__btn>.ce__txt_small {
  color: #fff;
  line-height: 1;
  letter-spacing: .2em
}

.ch__btn>.ce__txt_small {
  letter-spacing: .14em
}

.ch__btn>.ce__ico {
  fill: #fff
}

.ch__btn>.ce__ico--down {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg)
}

.ch__btn>.ce__ico_more {
  fill: #fff
}

.ch__btn_large>.ce__body>.ce__ttl {
  font-family: "Lora", serif;
  color: #fff;
  letter-spacing: .1em
}

.ch__btn_large>.ce__body>.ce__txt {
  color: #fff;
  line-height: 1.6;
  letter-spacing: .14em
}

.ch__btn_large>.ce__foot {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto
}

.ch__btn_large>.ce__foot>.ce__ico {
  fill: #fff
}

.ch__commentFadeIn.is-scroll>.ce__body, .ch__inviewFadeIn.is-scroll {
  opacity: 1
}

.ch__commentFadeIn>.ce__body, .ch__inviewFadeIn {
  opacity: 0;
  -webkit-transition: opacity 550ms cubic-bezier(.42, 0, 1, 1) 250ms;
  transition: opacity 550ms cubic-bezier(.42, 0, 1, 1) 250ms
}

@media screen and (min-width:769px), print {
  .cc__overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    background-color: rgba(0, 0, 0, .75);
    -webkit-transition: all 600ms;
    transition: all 600ms
  }
  .cc__overlay.is-close {
    z-index: -1;
    opacity: 0;
    visibility: hidden
  }
  .cc__overlay .ce__body {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 90%;
    max-width: 1000px;
    margin: 70px auto 0
  }
  .cc__overlay .ce__body .ce__inner {
    position: relative
  }
  .cc__overlay .ce__body .ce__inner .ce__video {
    position: relative;
    padding-bottom: 56.25%
  }
  .cc__overlay .ce__body .ce__inner .ce__video iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0
  }
  .cc__overlay .ce__body .ce__inner .ce__btn {
    display: block;
    width: 40px;
    position: absolute;
    top: -60px;
    right: 0
  }
  .cc__header.is-navShow {
    left: -308px
  }
  .cc__header>.ce__inner {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 192px
  }
  .cc__header>.ce__inner.is-sticky {
    height: 94px
  }
  .cc__header>.ce__inner.is-sticky>.ce__date {
    width: 72px
  }
  .cc__header>.ce__inner.is-sticky>.ce__ttl {
    width: 331px
  }
  .cc__header>.ce__inner>.ce__date {
    width: 111px
  }
  .cc__header>.ce__inner>.ce__ttl {
    width: 480px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
  }
  .cc__header>.ce__inner>.ce__menu.is-navShow span:nth-child(1) {
    -webkit-transform: translate(0, 2px) rotate(45deg);
    transform: translate(0, 2px) rotate(45deg)
  }
  .cc__header>.ce__inner>.ce__menu.is-navShow span:nth-child(3) {
    -webkit-transform: translate(0, -2px) rotate(-45deg);
    transform: translate(0, -2px) rotate(-45deg)
  }
  .cc__header>.ce__inner>.ce__menu {
    padding: 15px 10px;
    margin-right: -10px
  }
  .cc__header>.ce__inner>.ce__menu span {
    width: 46px;
    height: 2px
  }
  .cc__header>.ce__inner>.ce__menu span:nth-child(2) {
    margin-top: 6px;
    margin-bottom: 6px
  }
  .cc__sec_ttl {
    font-size: 32px;
    margin-bottom: 60px
  }
  .cc__sec_ttl_small {
    font-size: 26px;
    margin-bottom: 70px
  }
  .cc__nav {
    padding: 80px 20px;
    width: 308px
  }
  .cc__navList {
    margin-bottom: 104px
  }
  .cc__navList>.ce__item:not(:last-child) {
    margin-bottom: 58px
  }
  .cc__navList>.ce__item>.ce__link {
    -webkit-transition: opacity 400ms;
    transition: opacity 400ms
  }
  .cc__navList>.ce__item>.ce__link:hover {
    opacity: .6
  }
  .cc__navList>.ce__item>.ce__link .ce__main {
    font-size: 22px
  }
  .cc__navList>.ce__item>.ce__link .ce__sub {
    font-size: 12px;
    margin-top: 8px
  }
  .cc__navBnr>.ce__items {
    margin-bottom: 40px
  }
  .cc__navBnr>.ce__items>.ce__item {
    width: 168px
  }
  .cc__navBnr>.ce__items>.ce__item:not(:last-child) {
    margin-bottom: 20px
  }
  .cc__SNSshare .ce__ttl {
    font-size: 12px
  }
  .cc__SNSshareBtn .ce__item {
    margin-left: 30px
  }
  .cc__SNSshareBtn .ce__item .ce__ico--fb {
    width: 12px;
    height: 23px
  }
  .cc__SNSshareBtn .ce__item .ce__ico--tw {
    width: 26px;
    height: 21px
  }
  .cc__footer {
    padding-top: 104px;
    padding-bottom: 150px
  }
  .cc__footer .ce__inner {
    position: relative
  }
  .cc__footer_bnr>.ce__items {
    margin-bottom: 50px
  }
  .cc__footer_bnr>.ce__items>.ce__item {
    width: 160px
  }
  .cc__footer_bnr>.ce__items>.ce__item:not(:last-child) {
    margin-right: 25px
  }
  .cc__footer_util {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0
  }
  .cc__footer_util .ce__pageTop {
    width: 28px
  }
  .cc__footer_body .ce__txtImg {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto 75px
  }
  .cc__footer_body .ce__copyright {
    font-size: 12px;
    text-align: center
  }
  .cc__officialSNS {
    padding-top: 95px;
    padding-bottom: 130px
  }
  .cc__officialSNS_items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
  .cc__officialSNS_item {
    width: 320px;
    margin-right: 20px
  }
  .cc__officialSNS_item:last-child {
    margin-right: 0
  }
  .cc__officialSNS_item .ce__link {
    padding-top: 54px;
    padding-bottom: 54px;
    border: 1px solid #fff;
    -webkit-transition: background-color 600ms;
    transition: background-color 600ms
  }
  .cc__officialSNS_item .ce__link:hover {
    background-color: #666
  }
  .cc__officialSNS_item .ce__ico {
    margin-right: 15px
  }
  .cc__officialSNS_item .ce__ico--fb {
    width: 12px;
    height: 23px
  }
  .cc__officialSNS_item .ce__ico--tw {
    width: 26px;
    height: 21px
  }
  .cc__officialSNS_item .ce__ico--insta {
    width: 23px;
    height: 23px
  }
  .cc__officialSNS_item .ce__txt {
    font-size: 15px
  }
  .cc__sub-kv>.ce__body>.ce__ttl_en {
    font-size: 44px;
    margin-bottom: 14px
  }
  .cc__sub-kv>.ce__body>.ce__ttl_jp {
    font-size: 18px
  }
  .cp__kv_body .ce__items {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
  .cp__kv_body .ce__item {
    width: 50%
  }
  .cp__kvAbout {
    padding-top: 70px;
    padding-bottom: 120px
  }
  .cp__kvAbout_copy {
    width: 496px;
    margin: 0 auto 60px
  }
  .cp__kvAbout_box01 {
    font-size: 16px;
    margin-bottom: 40px
  }
  .cp__kvAbout_box01 .ce__f01 {
    font-size: 22px
  }
  .cp__kvAbout_box02 {
    font-size: 13px
  }
  .cp__kvAbout_box03 {
    font-size: 13px;
    margin-top: 20px
  }
  .cp__kvBanner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin: 80px auto 0
  }
  .cp__kvBanner a {
    width: 23.5%;
    margin-bottom: 0
  }
  .cp__news {
    padding-top: 110px
  }
  .cp__newsBody {
    border: 1px solid #dcdcdc;
    width: 52.08333vw;
    max-height: 320px;
    max-width: 750px;
    margin: 0 auto;
    padding: 20px 55px 20px 40px
  }
  .cp__newsItem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 25px;
    padding-right: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
    -webkit-transition: opacity 400ms;
    transition: opacity 400ms
  }
  .cp__newsItem:hover, .cp__newsOverlay .ce__closeBtn:hover {
    opacity: .8
  }
  .ce__specalBody__dateBody .ce_info_item a>.ce__ico, .cp__newsItem>.ce__ico {
    width: 8px;
    height: 13px
  }
  .cp__newsItem>.ce__date {
    margin-right: 40px;
    font-size: 18px
  }
  .cp__newsItem>.ce__txt {
    font-size: 16px
  }
  .cp__newsOverlay .ce__closeBtn {
    width: 60px;
    top: 40px;
    right: 50px;
    -webkit-transition: opacity 400ms;
    transition: opacity 400ms
  }
  .cp__newsOverlayBody {
    max-width: 700px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 86px;
    padding-bottom: 86px
  }
  .cp__newsOverlayBody>.ce__btn {
    width: 430px;
    height: 70px;
    border: 1px solid #fff;
    font-size: 18px;
    -webkit-transition: background-color 600ms;
    transition: background-color 600ms
  }
  .cp__newsOverlayBody>.ce__btn:hover {
    background-color: #666
  }
  .cp__newsOverlayCon {
    margin-bottom: 60px
  }
  .cp__newsOverlayCon>.ce__img {
    margin-bottom: 45px
  }
  .cp__newsOverlayCon>.ce__imgBottom, .cp__newsOverlayCon>.ce__imgTwoBottom>.ce__imgTwoBottomItem {
    margin-top: 45px
  }
  .cp__newsOverlayCon>.ce__imgTwoColumn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
  .cp__newsOverlayCon>.ce__imgTwoColumn>.ce__imgTwoColumn_item {
    width: 48%
  }
  .cp__newsOverlayCon>.ce__newsVideo {
    margin-top: 45px
  }
  .cp__newsOverlayCon>.ce__ttl {
    font-size: 32px;
    margin-bottom: 10px
  }
  .cp__newsOverlayCon>.ce__ttl_min {
    font-size: 24px;
    margin-top: 60px;
    margin-bottom: 20px
  }
  .cp__newsOverlayCon>.ce__ttl_min2 span {
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 20px
  }
  .cp__newsOverlayCon>.ce__ttl_list {
    font-size: 20px;
    margin-top: 30px;
    margin-bottom: 20px;
    padding-bottom: 10px
  }
  .cp__newsOverlayCon>.ce__date {
    font-size: 15px;
    margin-bottom: 50px
  }
  .cp__newsOverlayCon>.ce__txt {
    font-size: 16px
  }
  .cp__newsOverlayCon .ce__txt_placeinfo {
    font-size: 16px;
    margin-bottom: 70px;
    padding-left: 20px
  }
  .cp__newsOverlayCon .ce__placeinfo {
    margin-bottom: 20px
  }
  .cp__newsOverlayCon .ce__placeinfo, .cp__newsOverlayCon .ce__placeinfo_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 16px
  }
  .cp__newsOverlayCon .ce__placeinfo>dt {
    width: 110px;
    margin-bottom: 5px
  }
  .cp__newsOverlayCon .ce__placeinfo_list>dt {
    margin-bottom: 5px
  }
  .cp__newsOverlayCon .ce__placeinfo_list, .cp__newsOverlayCon .ce__placeinfo_list_list {
    margin-bottom: 60px
  }
  .cp__newsOverlayCon .ce__placeinfo_list.min, .cp__newsOverlayCon .ce__placeinfo_list_list.min {
    margin-bottom: 20px
  }
  .cp__newsOverlayCon .ce__placeinfo_list>dt, .cp__newsOverlayCon .ce__placeinfo_list_list>dt {
    width: 10%;
    min-width: 65px
  }
  .cp__newsOverlayCon .ce__placeinfo_list>dd, .cp__newsOverlayCon .ce__placeinfo_list_list>dd {
    width: 40%
  }
  .cp__newsOverlayCon .ce__placeinfo .ce__placeinfo__indent, .cp__newsOverlayCon .ce__placeinfo_list .ce__placeinfo__indent {
    margin-top: 10px;
    margin-left: 20px;
    margin-bottom: 20px
  }
  .cp__newsOverlayCon .ce__placeinfo .ce__placeinfo__indent dl, .cp__newsOverlayCon .ce__placeinfo_list .ce__placeinfo__indent dl {
    margin-bottom: 10px
  }
  .ce__specalBody__dateBody .ce_info_item .ce__placeinfo__indent dl>dt, .cp__newsOverlayCon .ce__placeinfo .ce__placeinfo__indent dl>dt, .cp__newsOverlayCon .ce__placeinfo_list .ce__placeinfo__indent dl>dt {
    width: 100px
  }
  .cp__newsOverlayCon>.ce__half li, .cp__newsOverlayCon>.ce__list li {
    font-size: 16px;
    margin-bottom: 10px;
    padding-left: 20px
  }
  #news25 .ce__txt, .cp__trailer_body .ce__item.ce__mb {
    margin-bottom: 30px
  }
  .cp__trailer {
    padding-top: 56px;
    padding-bottom: 80px
  }
  .cp__trailer_body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 96%;
    margin: 0 auto;
    max-width: 1600px
  }
  .cp__trailer_body .ce__item {
    width: 48.5%
  }
  .cp__about {
    padding-top: 95px;
    padding-bottom: 130px
  }
  .cp__about_body {
    margin-bottom: 120px
  }
  .cp__about_body_item {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
  .cp__about_body_item:not(:last-child) {
    margin-bottom: 90px
  }
  .cp__about_body_item--typeA>.ce__img {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-right: 100px
  }
  .cp__about_body_item--typeA>.ce__body, .cp__about_body_item--typeB>.ce__img {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
  }
  .cp__about_body_item--typeB>.ce__img {
    margin-left: 100px
  }
  .cp__about_body_item--typeB>.ce__body {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
  }
  .cp__about_body_item>.ce__img {
    width: 460px
  }
  .cp__about_body_item>.ce__body {
    width: 50%;
    padding-top: 40px
  }
  .cp__about_body_item>.ce__body>.ce__ttl {
    font-size: 28px;
    margin-bottom: 54px
  }
  .cp__about_body_item>.ce__body>.ce__txt {
    font-size: 22px;
    margin-bottom: 35px
  }
  .cp__about_body_item>.ce__body>.ce__txt_small {
    font-size: 16px;
    margin-bottom: 26px
  }
  .cp__about_body_item>.ce__body>.ce__btn {
    width: 257px
  }
  .cp__about_foot {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
  .cp__about_foot_item {
    width: 470px
  }
  .cp__about_foot_item:not(:last-child) {
    margin-right: 30px
  }
  .cp__about_foot_item>.ce__body {
    padding-top: 40px
  }
  .cp__about_foot_item>.ce__body .ce__ttl {
    font-size: 28px
  }
  .cp__about_foot_item>.ce__body .ce__btn {
    width: 226px
  }
  .cp__interview {
    padding-top: 95px;
    padding-bottom: 130px
  }
  .cp__interview_body {
    margin-bottom: 40px
  }
  .cp__interview_foot {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }
  .cp__interview_foot>.ce__txt {
    font-size: 16px
  }
  .cp__interview_foot>.ce__btn {
    width: 226px
  }
  .cp__sub-nav {
    padding-top: 50px;
    padding-bottom: 40px
  }
  .cp__sub-nav_body>.ce__item--intro {
    width: 227px;
    margin-right: 20px
  }
  .cp__sub-nav_body>.ce__item--cast, .cp__sub-nav_body>.ce__item--story {
    width: 167px;
    margin-right: 20px
  }
  .cp__sub-nav_body>.ce__item--staff {
    width: 167px
  }
  .cp__sub-intro {
    padding-top: 95px;
    padding-bottom: 105px
  }
  .cp__sub-intro_body .ce__txt, .cp__sub-story_body .ce__txt {
    font-size: 16px
  }
  .cp__sub-introSlide_body {
    max-height: 665px;
    height: 60.5vw
  }
  .cp__sub-story {
    padding-top: 95px;
    padding-bottom: 105px
  }
  .cp__sub-slide_item {
    height: 254px
  }
  .cp__sub-slide_item--01 {
    background-size: 4644px 100%;
    -webkit-animation: slideLeft-pc 320s linear infinite;
    animation: slideLeft-pc 320s linear infinite
  }
  .cp__sub-slide_item--02 {
    background-size: 4835px 100%;
    background-position: -4835px 0;
    -webkit-animation: slideRight-pc 300s linear infinite;
    animation: slideRight-pc 300s linear infinite
  }
  .cp__sub-cast, .cp__sub-staff {
    padding-top: 95px;
    padding-bottom: 130px
  }
  .cp__sub-cast_body_item:not(:last-child) {
    margin-bottom: 100px
  }
  .cp__sub-cast_body_item .ce__img {
    margin-bottom: 40px
  }
  .cp__sub-cast_body_item .ce__name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 40px
  }
  .cp__sub-cast_body_item .ce__name .ce__name_main, .cp__sub-staff_body_item>.ce__body>.ce__name>.ce__name_jp {
    font-size: 26px
  }
  .cp__sub-cast_body_item .ce__name .ce__name_sub {
    font-size: 16px;
    margin-left: 1.8em
  }
  .cp__sub-cast_body_item .ce__txt {
    font-size: 16px
  }
  .cp__sub-staff_body_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }
  .cp__sub-staff_body_item:not(:last-child) {
    margin-bottom: 100px
  }
  .cp__sub-staff_body_item>.ce__img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 343px
  }
  .cp__sub-staff_body_item>.ce__body {
    width: 658px;
    padding-left: 65px;
    padding-right: 88px
  }
  .cp__sub-staff_body_item>.ce__body>.ce__role {
    font-size: 18px;
    margin-bottom: 26px
  }
  .cp__sub-staff_body_item>.ce__body>.ce__name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 36px
  }
  .cp__sub-staff_body_item>.ce__body>.ce__name>.ce__name_en {
    font-size: 16px;
    margin-left: 1.4em
  }
  .cp__eigalandBody .ce__conditions .ce__select select, .cp__specialOverlayCon>.ce__infomation .ce__txt a, .cp__sub-staff_body_item>.ce__body>.ce__txt {
    font-size: 15px
  }
  .cp__sub-staff_body_item>.ce__body>.ce__btn {
    width: 277px;
    margin-top: 30px
  }
  .cp__sub-staff_btn {
    max-width: 717px;
    margin-top: 75px;
    margin-right: auto;
    margin-left: auto
  }
  .cp__sub-interviewKv {
    padding-top: 138px
  }
  .cp__sub-interviewKv_body .ce__ttl {
    max-width: 758px;
    margin: 0 auto 70px
  }
  .cp__sub-interview {
    padding-top: 95px;
    padding-bottom: 130px
  }
  .cp__sub-interview_body_item {
    margin-bottom: 85px
  }
  .cp__sub-interview_body_item--typeA>.ce__body, .cp__sub-interview_body_item--typeB>.ce__body {
    width: 540px
  }
  .cp__sub-interview_body_item--typeA>.ce__img, .cp__sub-interview_body_item--typeB>.ce__img {
    width: 406px
  }
  .cp__sub-interview_body_item--typeA>.ce__body {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
  }
  .cp__sub-interview_body_item--typeA>.ce__img {
    margin-right: 54px
  }
  .cp__sub-interview_body_item--typeA>.ce__img, .cp__sub-interview_body_item--typeB>.ce__body {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
  }
  .cp__sub-interview_body_item--typeB>.ce__img {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-left: 54px
  }
  .cp__sub-interview_QA>.ce__ttl {
    font-size: 18px;
    margin-bottom: 40px
  }
  .cp__sub-interview_QA>.ce__item {
    margin-bottom: 32px
  }
  .cp__sub-interview_QA>.ce__item>.ce__name, .cp__sub-interview_QA>.ce__item>.ce__txt {
    font-size: 16px
  }
  .cp__sub-interview_btn {
    max-width: 717px;
    margin-top: 75px;
    margin-right: auto;
    margin-left: auto
  }
  #comment .cp__sub-intro {
    background: url(./../../assets/img/sub/bg__img_comment.jpg) no-repeat center center;
    background-attachment: fixed;
    background-size: cover
  }
  .comment_kv {
    height: 310px
  }
  .ce__comment {
    margin-top: 0
  }
  .ce__comment_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: justify;
    align-content: space-between;
    max-width: 490px;
    width: 49%;
    margin-bottom: 20px;
    padding: 48px
  }
  .ce__comment_item.last>.ce__txt {
    text-align: right;
    font-size: 14px
  }
  .ce__comment_item>.ce__txt {
    font-size: 16px;
    margin-bottom: 20px
  }
  .ce__comment_item>.ce__name {
    font-size: 26px
  }
  .ce__comment_item>.ce__name span {
    margin-right: 24px;
    font-size: 14px
  }
  .cp__specal {
    padding-top: 110px
  }
  .cp__specalBody .ce__ttl_jp {
    margin-bottom: 35px;
    font-size: 22px
  }
  .cp__specalBody .ce__discription {
    margin-bottom: 50px
  }
  .cp__specalBody .ch__btn {
    width: 300px
  }
  .ce__specalBody__dateBody {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 70%
  }
  .ce__specalBody__dateBody .ce__specalBody__dateBody_item {
    width: 100%;
    padding: 0 2%;
    margin-bottom: 20px
  }
  .ce__specalBody__dateBody .ce_ttl {
    font-size: 18px
  }
  .ce__specalBody__dateBody .ce_info {
    min-height: 8em;
    margin-bottom: 25px;
    font-size: 14px
  }
  .ce__specalBody__dateBody .ce_info .space {
    padding-left: 15px;
    font-size: 13px
  }
  .ce__specalBody__dateBody .ce_info_item {
    margin-bottom: 15px
  }
  .ce__specalBody__dateBody .ce_info_item .ce_date {
    font-size: 18px
  }
  .ce__specalBody__dateBody .ce_info_item>dl {
    margin-bottom: 10px;
    font-size: 15px
  }
  .ce__specalBody__dateBody .ce_info_item>dl dt {
    width: 18%
  }
  .ce__specalBody__dateBody .ce_info_item>dl dd {
    width: 85%
  }
  .ce__specalBody__dateBody .ce_info_item .ce__placeinfo__indent {
    margin-left: 20px;
    margin-bottom: 10px
  }
  .cp__specialOverlay .ce__closeBtn {
    width: 60px;
    top: 40px;
    right: 50px;
    -webkit-transition: opacity 400ms;
    transition: opacity 400ms
  }
  .cp__specialOverlay .ce__closeBtn:hover {
    opacity: .8
  }
  .cp__specialOverlayBody {
    max-width: 700px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 86px;
    padding-bottom: 86px
  }
  .cp__specialOverlayBody>.ce__btn {
    width: 430px;
    height: 70px;
    border: 1px solid #fff;
    font-size: 18px;
    -webkit-transition: background-color 600ms;
    transition: background-color 600ms
  }
  .cp__specialOverlayBody>.ce__btn:hover {
    background-color: #666
  }
  .cp__specialOverlayCon {
    margin-bottom: 60px
  }
  .cp__specialOverlayCon>.ce__ttl {
    font-size: 25px;
    margin-bottom: 10px
  }
  .cp__specialOverlayCon>.ce__discription {
    font-size: 15px;
    margin-bottom: 50px
  }
  .cp__specialOverlayCon>.ce__discription .speakers {
    padding-left: 100px
  }
  .cp__specialOverlayCon>.ce__discription .space {
    padding-left: 18px
  }
  .cp__specialOverlayCon>.ce__infomation .ce__place {
    font-size: 32px;
    margin-bottom: 15px
  }
  .cp__specialOverlayCon>.ce__infomation .ce__time {
    font-size: 22px;
    margin-bottom: 30px
  }
  .cp__specialOverlayCon>.ce__infomation .ce__time .day2 {
    display: inline-block;
    min-width: 145px
  }
  .cp__specialOverlayCon>.ce__infomation .ce__underline {
    padding-bottom: 30px
  }
  .cp__specialOverlayCon>.ce__infomation .ce__txt {
    font-size: 16px
  }
  .cp__specialOverlayCon>.ce__infomation .ce__txt .space {
    padding-left: 18px
  }
  .cp__specialOverlayCon>.ce__infomation .ce__selling {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 30px;
    font-size: 15px
  }
  .cp__specialOverlayCon>.ce__infomation .ce__selling>dt {
    width: 25%
  }
  .cp__specialOverlayCon>.ce__infomation .ce__selling>dd .min {
    font-size: 14px
  }
  .cp__specialOverlayCon>.ce__infomation .ce__selling .space {
    padding-left: 15px
  }
  .cp__specialOverlayCon>.ce__infomation .ce__etctra {
    font-size: 25px;
    margin-bottom: 15px
  }
  .cp__eigalandBody, .cp__eigalandBody .ce__conditions {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
  }
  .cp__eigalandBody .ce__conditions, .cp__specialOverlayCon>.ce__infomation .ce__selling>dd {
    width: 75%
  }
  .cp__eigalandBody .ce__conditions .ce_ttl {
    width: 25%;
    font-size: 18px;
    text-align: left
  }
  .cp__eigalandBody .ce__conditions .ce_ttl span {
    font-size: 10px
  }
  .cp__eigalandBody .ce__conditions .ce__select>.svg {
    width: 8px;
    height: 13px
  }
  .cp__eigalandBody .ce__conditions .ce__select {
    width: 23%;
    margin-right: 2%
  }
  .cp__eigalandBody .ce__reserve {
    width: 25%
  }
  .ch__content_all_wrap {
    margin-top: 192px
  }
  .ch__content_all_wrap-in.is-navShow {
    -webkit-transform: translate(-308px, 0);
    transform: translate(-308px, 0)
  }
  #top .ch__content_wrap {
    opacity: 0;
    -webkit-transition: opacity 550ms cubic-bezier(.42, 0, 1, 1) 500ms;
    transition: opacity 550ms cubic-bezier(.42, 0, 1, 1) 500ms
  }
  #top .ch__content_wrap.is-fadeIn {
    opacity: 1
  }
  .ch__outer, .ch__outer-pc {
    padding: 0 50px
  }
  .ch__inner, .ch__inner_in {
    max-width: 1000px;
    margin-right: auto;
    margin-left: auto
  }
  .ch__inner_in {
    max-width: 700px
  }
  #about, #cast, #cast_abe, #interview, #intro, #news, #specal, #special, #staff, #story, #trailer {
    padding-top: 94px;
    margin-top: -94px
  }
  .ch__only--pc {
    display: block!important
  }
  .ch__only--sp {
    display: none!important
  }
  .ch__link {
    -webkit-transition: opacity 400ms;
    transition: opacity 400ms
  }
  .ch__link:hover {
    opacity: .8
  }
  .ch__link_txt {
    -webkit-transition: border-bottom 400ms;
    transition: border-bottom 400ms;
    padding-bottom: 3px;
    border-bottom: 1px solid #fff
  }
  .ch__link_txt:hover {
    border-bottom: 1px solid transparent
  }
  .ch__btn, .ch__btn_large {
    border: 1px solid #fff;
    padding: 16px 22px 16px 26px;
    -webkit-transition: background-color 600ms;
    transition: background-color 600ms
  }
  .ch__btn:hover {
    background-color: #666
  }
  .ch__btn>.ce__txt, .ch__btn>.ce__txt_small {
    font-size: 14px
  }
  .ch__btn>.ce__ico {
    width: 8px;
    height: 13px
  }
  .ch__btn>.ce__ico_more {
    width: 15px;
    height: 15px
  }
  .ch__btn_large {
    padding: 30px 30px 30px 53px
  }
  .ch__btn_large:hover {
    background-color: #666
  }
  .ch__btn_large>.ce__body {
    padding-right: 100px
  }
  .ch__btn_large>.ce__body>.ce__ttl {
    font-size: 26px;
    margin-bottom: 18px
  }
  .ch__btn_large>.ce__body>.ce__txt {
    font-size: 14px
  }
  .ch__btn_large>.ce__foot>.ce__ico {
    width: 8px;
    height: 13px
  }
}

@media screen and (max-width:768px), print {
  svg {
    width: 100%;
    height: auto
  }
  .cc__header.is-navShow {
    left: -56vw
  }
  .cc__header>.ce__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 23.46667vw
  }
  .cc__header>.ce__inner.is-sticky {
    height: 15.2vw
  }
  .cc__header>.ce__inner>.ce__date {
    width: 12.66667vw;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
  }
  .cc__header>.ce__inner>.ce__ttl {
    width: 54.66667vw;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
  }
  .cc__header>.ce__inner>.ce__menu.is-navShow span:nth-child(1) {
    -webkit-transform: translate(0, .26667vw) rotate(45deg);
    transform: translate(0, .26667vw) rotate(45deg)
  }
  .cc__header>.ce__inner>.ce__menu.is-navShow span:nth-child(3) {
    -webkit-transform: translate(0, -.26667vw) rotate(-45deg);
    transform: translate(0, -.26667vw) rotate(-45deg)
  }
  .cc__header>.ce__inner>.ce__menu {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    padding: 2.93333vw 1.33333vw;
    margin-right: -1.33333vw
  }
  .cc__header>.ce__inner>.ce__menu span {
    width: 10.13333vw;
    height: .26667vw
  }
  .cc__header>.ce__inner>.ce__menu span:nth-child(2) {
    margin-top: .8vw;
    margin-bottom: .8vw
  }
  .cc__sec_ttl, .cc__sec_ttl_small {
    font-size: 5.06667vw;
    margin-bottom: 9.33333vw
  }
  .cc__sec_ttl_small {
    margin-bottom: 11.33333vw
  }
  .cc__nav {
    width: 56vw;
    padding: 13.33333vw 4vw
  }
  .cc__navList {
    margin-bottom: 18.66667vw
  }
  .cc__navList>.ce__item:not(:last-child) {
    margin-bottom: 10.4vw
  }
  .cc__navList>.ce__item>.ce__link .ce__main {
    font-size: 4.8vw
  }
  .cc__navList>.ce__item>.ce__link .ce__sub {
    font-size: 2.93333vw;
    margin-top: 1.6vw
  }
  .cc__navBnr>.ce__items {
    margin-bottom: 6.66667vw
  }
  .cc__navBnr>.ce__items>.ce__item, .ce__specalBody__dateBody .ce_info_item>dl dd {
    width: 80%
  }
  .cc__navBnr>.ce__items>.ce__item:not(:last-child) {
    margin-bottom: 3.33333vw
  }
  .cc__SNSshare .ce__ttl {
    font-size: 2.4vw
  }
  .cc__SNSshareBtn .ce__item {
    margin-left: 7.06667vw
  }
  .cc__SNSshareBtn .ce__item .ce__ico--fb {
    width: 2.4vw;
    height: 4.93333vw
  }
  .cc__SNSshareBtn .ce__item .ce__ico--tw {
    width: 5.46667vw;
    height: 4.4vw
  }
  .cc__footer {
    padding-top: 13.33333vw;
    padding-bottom: 13.33333vw
  }
  .cc__footer_bnr>.ce__items {
    margin-bottom: 10.66667vw
  }
  .cc__footer_bnr>.ce__items>.ce__item {
    width: 34.66667vw
  }
  .cc__footer_bnr>.ce__items>.ce__item:not(:last-child) {
    margin-right: 3.33333vw
  }
  .cc__footer_util {
    margin: 0 auto 12vw;
    width: 67.06667vw
  }
  .cc__footer_util .ce__pageTop {
    width: 9.6vw
  }
  .cc__footer_body .ce__txtImg {
    width: 67.06667vw;
    margin: 0 auto
  }
  .cc__officialSNS {
    padding-top: 14.66667vw;
    padding-bottom: 17.33333vw
  }
  .cc__officialSNS_item {
    width: 69.33333vw;
    margin: 0 auto 4vw
  }
  .cc__officialSNS_item:last-child {
    margin-bottom: 0
  }
  .cc__officialSNS_item .ce__link {
    padding-top: 6.93333vw;
    padding-bottom: 6.93333vw;
    border: .26667vw solid #fff
  }
  .cc__officialSNS_item .ce__ico {
    margin-right: 2.4vw
  }
  .cc__officialSNS_item .ce__ico--fb {
    width: 2.26667vw;
    height: 4.26667vw
  }
  .cc__officialSNS_item .ce__ico--tw {
    width: 4.13333vw;
    height: 3.33333vw
  }
  .cc__officialSNS_item .ce__ico--insta {
    width: 3.73333vw;
    height: 3.86667vw
  }
  .cc__officialSNS_item .ce__txt {
    font-size: 2.93333vw
  }
  .cc__sub-kv>.ce__body>.ce__ttl_en {
    font-size: 6.4vw;
    margin-bottom: 1.86667vw
  }
  .cc__sub-kv>.ce__body>.ce__ttl_jp, .cp__eigalandBody .ce__conditions .ce__select select {
    font-size: 3.73333vw
  }
  .cp__kv {
    position: relative
  }
  .cp__kv_copy {
    position: absolute;
    top: 5.33333vw;
    right: 6vw;
    width: 3.86667vw
  }
  .cp__kvAbout {
    padding-top: 12vw;
    padding-bottom: 14.66667vw
  }
  .cp__kvAbout_box01 {
    font-size: 2.4vw;
    margin-bottom: 9.06667vw;
    font-weight: 700
  }
  .cp__kvAbout_box01 .ce__f01 {
    font-size: 4.53333vw
  }
  .cp__kvAbout_box01 .ce__f02 {
    font-size: 2.4vw
  }
  .cp__kvAbout_box02, .cp__kvAbout_box03 {
    font-size: 2.13333vw
  }
  .cp__kvAbout_box03 {
    margin-top: 4vw;
    margin-bottom: 7.6vw
  }
  .cp__kvAbout_date {
    width: 17.73333vw;
    margin: 0 auto
  }
  .cp__kvBanner {
    width: 100%;
    display: block;
    margin: 17.33333vw auto 0;
    text-align: center
  }
  .cp__kvBanner a {
    width: 70%
  }
  .cp__news {
    padding-top: 12vw
  }
  .cp__newsBody {
    border: .26667vw solid #dcdcdc;
    width: 100%;
    max-height: 81.33333vw;
    padding: 4vw 7.33333vw 4vw 5.33333vw
  }
  .cp__newsItem {
    display: block;
    padding-top: 4.66667vw;
    padding-bottom: 4.66667vw;
    padding-right: 5.33333vw;
    border-bottom: .26667vw solid #eee
  }
  .ce__specalBody__dateBody .ce_info_item a>.ce__ico, .cp__newsItem>.ce__ico {
    width: 1.46667vw;
    height: 2.4vw
  }
  .cp__newsItem>.ce__date {
    margin-bottom: 1.86667vw;
    font-size: 3.2vw
  }
  .cp__newsItem>.ce__txt {
    font-size: 3.2vw
  }
  .cp__newsOverlay .ce__inner {
    padding-right: 6vw;
    padding-left: 6vw
  }
  .cp__newsOverlay .ce__closeBtn {
    width: 6.93333vw;
    top: 4vw;
    right: 6vw
  }
  .cp__newsOverlayBody {
    padding-top: 17.33333vw;
    padding-bottom: 17.33333vw
  }
  .cp__newsOverlayBody>.ce__btn {
    width: 100%;
    height: 12vw;
    border: .26667vw solid #fff;
    font-size: 3.46667vw
  }
  .cp__newsOverlayCon {
    margin-bottom: 10vw
  }
  .cp__newsOverlayCon>.ce__img {
    margin-bottom: 6.66667vw
  }
  .cp__newsOverlayCon>.ce__imgBottom, .cp__newsOverlayCon>.ce__imgTwoBottom>.ce__imgTwoBottomItem {
    margin-top: 6.66667vw
  }
  .cp__newsOverlayCon>.ce__imgTwoColumn {
    display: block;
    text-align: center
  }
  .cp__newsOverlayCon>.ce__imgTwoColumn>.ce__imgTwoColumn_item {
    width: 80%;
    margin: 0 auto 6.66667vw
  }
  .cp__newsOverlayCon>.ce__newsVideo {
    margin-top: 6.66667vw
  }
  .cp__newsOverlayCon>.ce__ttl {
    letter-spacing: .16em;
    font-size: 5.6vw;
    margin-bottom: 2vw
  }
  .cp__newsOverlayCon>.ce__ttl_min {
    letter-spacing: .16em;
    font-size: 4vw;
    margin-top: 6.66667vw;
    margin-bottom: 3.33333vw
  }
  .cp__newsOverlayCon>.ce__ttl_list, .cp__newsOverlayCon>.ce__ttl_min2 span {
    letter-spacing: .16em;
    font-size: 3.46667vw;
    margin-top: 3.33333vw;
    margin-bottom: 3.33333vw
  }
  .cp__newsOverlayCon>.ce__ttl_list {
    margin-top: 6vw;
    padding-bottom: 3.33333vw
  }
  .cp__newsOverlayCon>.ce__date {
    font-size: 3.2vw;
    margin-bottom: 8vw
  }
  .cp__newsOverlayCon>.ce__txt {
    font-size: 3.2vw
  }
  .cp__newsOverlayCon .ce__txt_placeinfo {
    font-size: 3.2vw;
    margin-bottom: 10.66667vw;
    padding-left: 3.73333vw;
    line-height: 1.8
  }
  .cp__newsOverlayCon .ce__placeinfo {
    display: block;
    margin-bottom: 4vw;
    font-size: 3.2vw
  }
  .cp__newsOverlayCon .ce__placeinfo_list {
    display: block;
    font-size: 3.2vw
  }
  .cp__newsOverlayCon .ce__placeinfo>dt, .cp__newsOverlayCon .ce__placeinfo_list>dt {
    width: 100%;
    margin-bottom: 1.33333vw
  }
  .ce__specalBody__dateBody .ce_info_item .ce__placeinfo__indent dl>dt:before, .cp__newsOverlayCon .ce__placeinfo>dt:before, .cp__newsOverlayCon .ce__placeinfo_list>dt:before {
    content: "- "
  }
  .cp__newsOverlayCon .ce__placeinfo_list, .cp__newsOverlayCon .ce__placeinfo_list_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 2.66667vw;
    padding-bottom: 6.66667vw
  }
  .cp__newsOverlayCon .ce__placeinfo_list.min, .cp__newsOverlayCon .ce__placeinfo_list_list.min {
    margin-bottom: 2.66667vw;
    padding-bottom: 0
  }
  .cp__newsOverlayCon .ce__placeinfo_list>dt, .cp__newsOverlayCon .ce__placeinfo_list_list>dt {
    width: 16vw;
    min-width: initial
  }
  .cp__newsOverlayCon .ce__placeinfo_list>dt:before, .cp__newsOverlayCon .ce__placeinfo_list_list>dt:before, .cp__specalBody .ce__discription br {
    display: none
  }
  .cp__newsOverlayCon .ce__placeinfo_list>dd, .cp__newsOverlayCon .ce__placeinfo_list_list>dd {
    width: 66.66667vw
  }
  .cp__newsOverlayCon .ce__placeinfo .ce__placeinfo__indent, .cp__newsOverlayCon .ce__placeinfo_list .ce__placeinfo__indent {
    margin-top: 1.33333vw;
    margin-left: 1.33333vw;
    margin-bottom: 1.33333vw;
    border: 1px solid #333;
    padding: 2.66667vw 2.66667vw .66667vw
  }
  .cp__kvBanner a, .cp__newsOverlayCon .ce__placeinfo .ce__placeinfo__indent dl, .cp__newsOverlayCon .ce__placeinfo_list .ce__placeinfo__indent dl {
    margin-bottom: 2.66667vw
  }
  .cp__newsOverlayCon .ce__placeinfo .ce__placeinfo__indent dl>dt, .cp__newsOverlayCon .ce__placeinfo_list .ce__placeinfo__indent dl>dt {
    width: 17.33333vw
  }
  .cp__newsOverlayCon>.ce__half li, .cp__newsOverlayCon>.ce__list li {
    font-size: 3.2vw;
    margin-bottom: 2vw;
    padding-left: 3.2vw
  }
  #news23 .ce__placeinfo.wide {
    border-top: 1px solid #333
  }
  #news23 .ce__placeinfo.wide, #news24 .ce__placeinfo.wide {
    margin-top: 4vw;
    padding-top: 4vw
  }
  #news25 .ce__txt {
    margin-bottom: 4vw
  }
  .cp__trailer {
    padding-top: 12vw;
    padding-bottom: 13.33333vw
  }
  #news23 .ce__placeinfo.wide dd, #news23 .ce__placeinfo.wide dt, #news24 .ce__placeinfo.wide dd, #news24 .ce__placeinfo.wide dt, .cp__trailer_body, .cp__trailer_body .ce__item {
    width: 100%
  }
  .cp__trailer_body .ce__item:not(:last-child) {
    margin-bottom: 6.66667vw
  }
  .cp__trailer_body .ce__item.ce__mb {
    margin-bottom: 5.33333vw
  }
  .cp__about {
    padding-top: 14.66667vw;
    padding-bottom: 17.33333vw
  }
  .cp__about_body_item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
  .cp__about_body_item--typeA>.ce__img {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
  }
  .cp__about_body_item--typeA>.ce__body {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
  }
  .cp__about_body_item--typeB>.ce__img {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
  }
  .cp__about_body_item--typeB>.ce__body {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
  }
  .cp__about_body_item>.ce__body {
    padding: 6.4vw 5.33333vw 13.33333vw
  }
  .cp__about_body_item>.ce__body>.ce__ttl {
    font-size: 5.06667vw;
    text-align: center;
    margin-bottom: 4.66667vw
  }
  .cp__about_body_item>.ce__body>.ce__txt {
    text-align: center;
    font-size: 3.73333vw;
    margin-bottom: 5.06667vw
  }
  .cp__about_body_item>.ce__body>.ce__txt_small {
    font-size: 3.2vw;
    margin-bottom: 4.53333vw
  }
  .cp__about_body_item>.ce__body>.ce__btn {
    width: 54.13333vw;
    margin: 0 auto
  }
  .cp__about_foot_item:not(:last-child) {
    margin-bottom: 6.4vw
  }
  .cp__about_foot_item>.ce__body {
    padding-top: 6.66667vw;
    padding-bottom: 6.66667vw
  }
  .cp__about_foot_item>.ce__body .ce__ttl {
    font-size: 5.06667vw
  }
  .cp__about_foot_item>.ce__body .ce__btn {
    width: 49.06667vw
  }
  .cp__interview {
    padding-top: 14.66667vw;
    padding-bottom: 17.33333vw
  }
  .cp__interview_foot>.ce__txt {
    text-align: center;
    font-size: 3.2vw;
    margin-bottom: 6.66667vw
  }
  .cp__interview_foot>.ce__btn {
    width: 54.13333vw;
    margin: 0 auto
  }
  .cp__sub-nav {
    padding: 8vw 5.33333vw 5.33333vw
  }
  .cp__sub-nav_body {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
  .cp__sub-nav_body>.ce__item--intro {
    width: 42.13333vw;
    margin-right: 2.66667vw;
    margin-bottom: 2.66667vw
  }
  .cp__sub-nav_body>.ce__item--story {
    width: 31.2vw;
    margin-bottom: 2.66667vw
  }
  .cp__sub-nav_body>.ce__item--cast {
    width: 36.53333vw;
    margin-right: 2.66667vw
  }
  .cp__sub-nav_body>.ce__item--staff {
    width: 36.53333vw
  }
  .cp__sub-intro {
    padding-top: 14.66667vw;
    padding-bottom: 14.93333vw
  }
  .cp__sub-intro_body .ce__txt, .cp__sub-story_body .ce__txt {
    font-size: 3.2vw
  }
  .cp__sub-introSlide_body {
    height: 66.53333vw
  }
  .cp__sub-story {
    padding-top: 14.66667vw;
    padding-bottom: 14.93333vw
  }
  .cp__sub-slide_item {
    height: 40.4vw
  }
  .cp__sub-slide_item--01 {
    background-size: 738vw 100%;
    -webkit-animation: slideLeft-sp 380s linear infinite;
    animation: slideLeft-sp 380s linear infinite
  }
  .cp__sub-slide_item--02 {
    background-size: 768.26667vw 100%;
    background-position: -768.26667vw 0;
    -webkit-animation: slideRight-sp 360s linear infinite;
    animation: slideRight-sp 360s linear infinite
  }
  .cp__sub-cast {
    padding-top: 14.66667vw;
    padding-bottom: 17.33333vw
  }
  .cp__sub-cast_body_item:not(:last-child) {
    margin-bottom: 12.26667vw
  }
  .cp__sub-cast_body_item .ce__img {
    margin-bottom: 7.46667vw;
    margin-right: -5.33333vw;
    margin-left: -5.33333vw
  }
  .cp__sub-cast_body_item .ce__name {
    margin-bottom: 7.46667vw
  }
  .cp__sub-cast_body_item .ce__name .ce__name_main {
    font-size: 6.13333vw;
    margin-bottom: 1.86667vw
  }
  .cp__sub-cast_body_item .ce__name .ce__name_sub {
    font-size: 2.66667vw
  }
  .cp__sub-cast_body_item .ce__txt {
    font-size: 3.2vw
  }
  .cp__sub-staff {
    padding: 14.66667vw 5.33333vw 17.33333vw
  }
  .cp__sub-staff_body_item>.ce__body {
    padding-top: 7.33333vw;
    padding-bottom: 15.73333vw
  }
  .cp__sub-staff_body_item>.ce__body>.ce__role {
    text-align: center;
    font-size: 3.46667vw;
    margin-bottom: 3.06667vw
  }
  .cp__sub-staff_body_item>.ce__body>.ce__name {
    text-align: center;
    margin-bottom: 6.66667vw
  }
  .cp__sub-staff_body_item>.ce__body>.ce__name>.ce__name_jp {
    font-size: 4.8vw
  }
  .cp__sub-staff_body_item>.ce__body>.ce__name>.ce__name_en {
    font-size: 2.66667vw;
    margin-top: 1em
  }
  .cp__sub-staff_body_item>.ce__body>.ce__txt {
    font-size: 3.2vw
  }
  .cp__sub-staff_body_item>.ce__body>.ce__btn {
    width: 36.93333vw;
    margin-right: auto;
    margin-left: auto;
    margin-top: 4vw
  }
  .cp__sub-staff_btn {
    margin-top: 10.4vw
  }
  .cp__sub-interviewKv {
    padding-top: 11.46667vw
  }
  .cp__sub-interviewKv_body .ce__ttl {
    max-width: 48.53333vw;
    margin: 0 auto 11.2vw
  }
  .cp__sub-interview {
    padding-top: 14.66667vw;
    padding-bottom: 17.33333vw
  }
  .cp__sub-interview_body_item {
    margin-bottom: 12vw
  }
  .cp__sub-interview_body_item--typeA, .cp__sub-interview_body_item--typeB {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
  .cp__sub-interview_body_item--typeA>.ce__body, .cp__sub-interview_body_item--typeB>.ce__body {
    margin-bottom: 14.66667vw
  }
  .cp__sub-interview_body_item--typeA>.ce__body {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
  }
  .cp__sub-interview_body_item--typeA>.ce__img {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
  }
  .cp__sub-interview_body_item--typeB>.ce__body {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
  }
  .cp__sub-interview_body_item--typeB>.ce__img {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
  }
  .cp__sub-interview_QA>.ce__ttl {
    font-size: 3.73333vw;
    margin-bottom: 8vw
  }
  .cp__sub-interview_QA>.ce__item {
    margin-bottom: 4vw
  }
  .cp__specialOverlayCon>.ce__infomation .ce__selling>dd .min, .cp__specialOverlayCon>.ce__infomation .ce__txt a, .cp__sub-interview_QA>.ce__item>.ce__name, .cp__sub-interview_QA>.ce__item>.ce__txt {
    font-size: 3.2vw
  }
  .cp__sub-interview_btn {
    margin-top: 10.4vw
  }
  #comment .cp__sub-intro, #comment .cp__sub-intro:before {
    background: url(./../../assets/img/sp/bg__img_comment.jpg) no-repeat center bottom
  }
  #comment .cp__sub-intro {
    background-attachment: fixed;
    background: 0 0;
    background-size: 100% auto
  }
  #comment .cp__sub-intro:before {
    display: block;
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    background-size: cover;
    width: 100%;
    height: 100vh;
    z-index: -1
  }
  .comment_kv {
    height: 33.33333vw
  }
  .ce__comment {
    margin-top: -6.66667vw
  }
  .ce__comment_item {
    display: block;
    max-width: 100%;
    width: 100%;
    margin-bottom: 4vw;
    padding: 8vw 5.33333vw
  }
  .ce__comment_item.last>.ce__txt {
    text-align: center;
    font-size: 2.93333vw
  }
  .ce__comment_item>.ce__txt {
    font-size: 3.46667vw;
    margin-bottom: 2.66667vw
  }
  .ce__comment_item>.ce__name {
    font-size: 5.86667vw;
    letter-spacing: .1em
  }
  .ce__comment_item>.ce__name span {
    margin-right: 5.33333vw;
    font-size: 2.93333vw;
    letter-spacing: .05em
  }
  .cp__specal {
    padding-top: 12vw
  }
  .cp__specalBody .ce__ttl_jp {
    margin-bottom: 4.66667vw;
    font-size: 4vw
  }
  .cp__specalBody .ce__discription {
    margin-bottom: 4.66667vw;
    font-size: 3.2vw;
    text-align: left
  }
  .cp__specalBody .ch__btn, .cp__specialOverlayCon>.ce__infomation .ce__selling>dd {
    width: 100%
  }
  .ce__specalBody__dateBody {
    display: block;
    width: 100%
  }
  .ce__specalBody__dateBody .ce__specalBody__dateBody_item {
    width: 100%;
    padding-bottom: 1.33333vw;
    margin-bottom: 4vw
  }
  .ce__specalBody__dateBody .ce_ttl {
    font-size: 4vw
  }
  .ce__specalBody__dateBody .ce_info {
    min-height: initial;
    margin-bottom: 4.66667vw;
    font-size: 3.2vw
  }
  .ce__specalBody__dateBody .ce_info .space {
    padding-left: 3.73333vw;
    font-size: 3.2vw
  }
  .ce__specalBody__dateBody .ce_info_item {
    margin-bottom: 4.66667vw
  }
  .ce__specalBody__dateBody .ce_info_item .ce_date {
    font-size: 4vw
  }
  .ce__specalBody__dateBody .ce_info_item>dl {
    margin-bottom: 2vw;
    font-size: 3.2vw
  }
  .ce__specalBody__dateBody .ce_info_item>dl dt {
    width: 20%
  }
  .ce__specalBody__dateBody .ce_info_item .ce__placeinfo__indent {
    margin-left: 0;
    margin-bottom: 2.66667vw
  }
  .ce__specalBody__dateBody .ce_info_item .ce__placeinfo__indent dl>dt {
    width: 20vw
  }
  .cp__specialOverlay .ce__inner {
    padding-right: 6vw;
    padding-left: 6vw
  }
  .cp__specialOverlay .ce__closeBtn {
    width: 6.93333vw;
    top: 4vw;
    right: 6vw
  }
  .cp__specialOverlayBody {
    padding-top: 17.33333vw;
    padding-bottom: 17.33333vw
  }
  .cp__specialOverlayBody>.ce__btn {
    width: 100%;
    height: 12vw;
    border: .26667vw solid #fff;
    font-size: 3.46667vw
  }
  .cp__specialOverlayCon {
    margin-bottom: 10vw
  }
  .cp__specialOverlayCon>.ce__ttl {
    letter-spacing: .16em;
    font-size: 4vw;
    margin-bottom: 2vw
  }
  .cp__specialOverlayCon>.ce__discription {
    font-size: 3.2vw;
    margin-bottom: 8vw
  }
  .cp__specialOverlayCon>.ce__discription .speakers {
    padding-left: 17.33333vw
  }
  .cp__specialOverlayCon>.ce__discription .space {
    padding-left: 3.73333vw
  }
  .cp__specialOverlayCon>.ce__infomation .ce__place {
    font-size: 5.6vw;
    margin-bottom: 4vw
  }
  .cp__specialOverlayCon>.ce__infomation .ce__time {
    font-size: 4vw;
    margin-bottom: 2vw
  }
  .cp__specialOverlayCon>.ce__infomation .ce__time .day2 {
    display: inline;
    min-width: initial
  }
  .cp__specialOverlayCon>.ce__infomation .ce__underline {
    padding-bottom: 2vw
  }
  .cp__specialOverlayCon>.ce__infomation .ce__txt {
    font-size: 2.93333vw
  }
  .cp__specialOverlayCon>.ce__infomation .ce__selling .space, .cp__specialOverlayCon>.ce__infomation .ce__txt .space {
    padding-left: 3.73333vw
  }
  .cp__specialOverlayCon>.ce__infomation .ce__selling {
    display: block;
    margin-top: 6vw;
    font-size: 3.2vw;
    word-wrap: break-word
  }
  .cp__specialOverlayCon>.ce__infomation .ce__selling>dt {
    width: 100%;
    font-size: 3.73333vw
  }
  .cp__specialOverlayCon>.ce__infomation .ce__etctra {
    font-size: 4vw;
    margin-bottom: 2vw
  }
  .cp__eigalandBody, .cp__eigalandBody .ce__conditions {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap
  }
  .cp__eigalandBody .ce__conditions {
    width: 100%
  }
  .cp__eigalandBody .ce__conditions .ce_ttl {
    width: 100%;
    font-size: 4.26667vw;
    margin-bottom: 3.73333vw;
    text-align: center
  }
  .cp__eigalandBody .ce__conditions .ce_ttl span {
    font-size: 1.86667vw
  }
  .cp__eigalandBody .ce__conditions .ce__select>.svg {
    width: 1.46667vw;
    height: 2.4vw
  }
  .cp__eigalandBody .ce__conditions .ce__select {
    width: 100%;
    margin-right: 0;
    margin-bottom: 2.66667vw
  }
  .cp__eigalandBody .ce__reserve {
    width: 100%
  }
  .cp__eigalandBody .ce__reserve .eigaland_btn {
    margin-top: 4.26667vw;
    padding: 2.66667vw 0;
    font-size: 3.73333vw
  }
  .ch__content_all_wrap {
    margin-top: 23.46667vw
  }
  .ch__content_all_wrap-in.is-navShow {
    -webkit-transform: translate(-56vw, 0);
    transform: translate(-56vw, 0)
  }
  .ch__outer {
    padding-right: 6vw;
    padding-left: 6vw
  }
  .ch__inner_in {
    padding-right: 5.33333vw;
    padding-left: 5.33333vw
  }
  #about, #cast, #cast_abe, #interview, #intro, #news, #specal, #special, #staff, #story, #trailer {
    padding-top: 15.2vw;
    margin-top: -15.2vw
  }
  .ch__only--pc {
    display: none!important
  }
  .ch__only--sp {
    display: block!important
  }
  .ch__link_txt {
    border-bottom: .26667vw solid #fff;
    padding-bottom: .8vw
  }
  .ch__btn, .ch__btn_large {
    border: .13333vw solid #fff;
    padding: 2.66667vw 3.2vw 2.66667vw 4.53333vw
  }
  .ch__btn>.ce__txt {
    font-size: 3.46667vw
  }
  .ch__btn>.ce__txt_small {
    font-size: 2.93333vw
  }
  .ch__btn>.ce__ico {
    width: 1.06667vw;
    height: 1.73333vw
  }
  .ch__btn>.ce__ico_more {
    width: 2vw;
    height: 2vw
  }
  .ch__btn_large {
    padding: 10.4vw 3.2vw 10.66667vw 5.33333vw
  }
  .ch__btn_large>.ce__body {
    padding-right: 3.46667vw
  }
  .ch__btn_large>.ce__body>.ce__ttl {
    text-align: center;
    font-size: 4.8vw;
    margin-bottom: 2.93333vw
  }
  .ch__btn_large>.ce__body>.ce__txt {
    font-size: 3.46667vw
  }
  .ch__btn_large>.ce__foot>.ce__ico {
    width: 1.86667vw;
    height: 3.06667vw
  }
}