/************************************************

@PC - style.css v5.0.0

(c) ULM Co.,Ltd. - https://www.ulm-design.com
************************************************/
/*-------------------------------

#main

-------------------------------*/
#main {
  position: relative;
}

/*-------------------------------

#top

-------------------------------*/
#top {
  position: relative;
}
@media screen and (min-width: 960px) {
  #top {
    width: 100%;
    min-width: 1024px;
    height: 100vh;
    min-height: 800px;
    max-height: 1080px;
    overflow: hidden;
  }
}

.main-img {
  opacity: 0;
  transition: all 0.2s linear;
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 960px) {
  .main-img {
    width: 100%;
  }
}

.main-img img {
  vertical-align: bottom;
}

.main-img.show {
  opacity: 1;
  -webkit-animation: scale-up-ver-center 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: scale-up-ver-center 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}
@media screen and (min-width: 960px) {
  .main-img.show {
    opacity: 1;
  }
}

.top-main-sp {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}

@-webkit-keyframes scale-up-ver-center {
  0% {
    -webkit-transform: scaleY(0.4);
    transform: scaleY(0.4);
  }
  100% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}
@keyframes scale-up-ver-center {
  0% {
    -webkit-transform: scaleY(0.4);
    transform: scaleY(0.4);
  }
  100% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}
.top-inner {
  position: relative;
  width: 100%;
  height: 100vh;
  margin: 0 auto;
}
@media screen and (min-width: 960px) {
  .top-inner {
    position: relative;
    width: 100%;
    margin: 0 auto;
    min-height: 900px;
    max-height: 1080px;
  }
}

.lead1 {
  position: absolute;
  display: block;
  top: 12vw;
  width: 90%;
  margin: 0 auto;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
@media screen and (min-width: 960px) {
  .lead1 {
    width: 75%;
    margin: auto;
    max-width: 700px;
    top: 5vw;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }
}

  .lead2 {
    position: absolute;
    width: 4vw;
    top: 15%; 
    right: 6%;
  }

@media screen and (min-width: 960px) {
  .lead2 {
    position: absolute;
    width: 10%;
    top: 20%;
    right: 3%;
    max-width: 23px;
    z-index: 2;
  }
}

.rs {
  position: absolute;
  display: block;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 26%;
  bottom: -2vw;
  margin: 0 auto;
  z-index: 2;
}
@media screen and (min-width: 960px) {
  .rs { 
    bottom: 1vw;
    right: -2.5vw;
    left: auto;
    width: 10%;
    max-width: 140px;
  }
}

.rs.show {
  opacity: 1;
  animation-name: blurAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

.deco {
  position: absolute;
  display: block;
  left: -15%;
  width: 75%;
  bottom: -8vw;
  margin: 0 auto;
}

.cp_bnr_sp_digital {
  width: 40%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}

.cp_bnr_sp_digital a {
  width: 100%;
  max-width: 300px;
}

.cp_bnr_sp {
  width: 96%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-bottom: 50px;
}

.cp_bnr_sp a {
  width: 45%;
  max-width: 160px;
}


@media screen and (min-width: 960px) {
  .cp_bnr_sp_digital {
    display: none;
  }
  
  .cp_bnr_sp {
    display: none;
  }

  .deco {
    bottom: -12%;
    left: -8%;
    width: 46%;
    max-width: 600px;
  }
 
  .bnr_pc{
    position: absolute;
    width: 200px;
    top: 1%;
    left: 1%;
  }

  .bnr_pc a {
    transition: opacity 0.5s ease;
  }

  .bnr_pc a:hover {
    opacity: 0.7;
  }

  .digital-bnr {
    width: 160px;
    margin: 0 auto;
  }

}


@media screen and (min-width: 960px) {
  .top-container {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 2vw;
  }
}

@keyframes scale-up-hor-center {
  0% {
    transform: scaleX(0.4);
  }
  100% {
    transform: scaleX(1);
  }
}
.ttl {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  font-size: 1.5em;
  letter-spacing: 2px;
}

.roadshow {
  position: absolute;
  left: 4vw;
  width: 17vw;
  top: -95vw;
  margin: 0 auto;
  opacity: 0;
}
@media screen and (min-width: 960px) {
  .roadshow {
    width: 12vw;
    margin: 0 auto;
    position: absolute;
    top: auto;
    left: auto;
    right: 2vw;
    bottom: 2vw;
    max-width: 130px;
  }
}

.roadshow-sp {
  position: absolute;
  width: 20vw;
  max-width: 143px;
  top: 10vw;
  left: 3vw;
  opacity: 0;
}
@media screen and (min-width: 960px) {
  .roadshow-sp {
    display: none;
  }
}

.roadshow.show,
.roadshow-sp.show {
  animation: fade-in-bottom 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  opacity: 1;
}

@keyframes fade-in-bottom {
  0% {
    transform: translateY(20px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
#logo {
  width: 55%;
  max-width: 260px;
  margin: 0 auto;
  position: absolute;
  bottom: 33vw;
  left: 0;
  right: 0;
  opacity: 100;
}
@media screen and (min-width: 960px) {
  #logo {
    position: absolute;
    width: 40%;
    bottom: 4%;
    max-width: 280px;
    margin: 20px auto 40px;
  }
}

#logo.show {
  opacity: 1;
  animation-name: blurAnime;
  animation-duration: 2s;
  animation-fill-mode: forwards;
}

@keyframes blurAnime {
  from {
    filter: blur(10px);
    transform: scale(1.02);
    opacity: 0;
  }
  to {
    filter: blur(0);
    transform: scale(1);
    opacity: 1;
  }
}
.blurTrigger {
  opacity: 0;
}

@media screen and (min-width: 960px) {
  .top-link {
    position: absolute;
    display: flex !important;
    z-index: 1000;
  }
  .top-link a {
    font-family: "Noto Serif JP", serif;
    font-weight: 400;
    width: 70px;
    height: 70px;
    line-height: 70px;
    font-size: 1.3em;
    color: #000;
    display: block;
    border: 1px solid #fff;
    background-color: #fff;
    border-radius: 50px;
    margin: 0 5px;
    text-align: center;
  }
  .top-link a:hover {
    background: #646aa4;
    border: 1px solid #646aa4;
    color: #fff;
  }
  .top-link a span {
    font-size: 0.7rem;
    display: block;
  }
}
@media screen and (min-width: 960px) {
  .top-link {
    top: 1.5vw;
    right: 2vw;
  }
}

.cp-bnr {
  position: absolute;
  width: 150px;
  top: 1vw;
  left: 1vw;
}
.cp-bnr a {
  display: block;
}
.cp-bnr a:hover {
  opacity: 0.7;
}
@media screen and (min-width: 960px) {
  .cp-bnr a {
    margin: 10px 0;
  }
}

.cp-bnr-sp {
  width: 95%;
  margin: 25px auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cp-bnr-sp a {
  width: 44%;
  display: block;
  margin: 7px;
}
.cp-bnr-sp a:hover {
  opacity: 0.7;
}
@media screen and (min-width: 960px) {
  .cp-bnr-sp a {
    display: none;
  }
}
.cp-bnr-sp a:first-child {
  width: 57%;
}


.sns-ttl {
  font-family: "Noto Serif JP", serif;
  letter-spacing: 1px;
  font-size: 1.5em;
  font-weight: bold;
  text-align: center;
  margin: 0 auto;
  color: #000;
}

@media screen and (min-width: 960px) {
  .sns-ttl {
  font-family: "Noto Serif JP", serif;
  letter-spacing: 1px;
  font-weight: bold;
  text-align: center;
  }
}
 

@media screen and (min-width: 960px) {
.top-btn {
    display: flex !important;
    justify-content: center;
    width: 80%;
    margin: 30px auto 90px;
  }


  .c-btn {
    padding: 18px 0;
    font-family: "Noto Serif JP", serif;
    background: #000;
    width: 48%;
    max-width: 260px;
    font-size: 18px;
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    margin: 5px;
    transition: 1s;
    text-align: center;
    display: block;
  }

  .c-btn:hover {
    color: #000;
    background: #e95283;
  }



  .theater-link:hover {
    background: #e95283 !important;
  }

.theater-link span {
  display: block;
  font-size: small;
}
}
 
.top-btn {
  display: block;
  width: 85%;
  margin: 50px auto 70px;
}


@media screen and (min-width:479px) and (max-width:820px) {
  .top-btn {
    display: flex;
    justify-content: center;
    margin: 0 auto;
    padding-bottom: 50px;
  }

  .c-btn {
    width: 200px !important;
    margin: 20px;
  }

  .official-btn a {
    width: 50% !important;
  }
}

.c-btn {
  padding: 18px 0;
  font-family: "Noto Serif JP", serif;
  background: #000;
  width: 100%;
  font-size: 18px;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  margin-bottom: 14px;
  transition: 1s;
  text-align: center;
  display: block;
}

.c-btn:hover {
  color: #000;
  background: #e95283;
}

.theater-link:hover {
  background: #e95283 !important;
}

.theater-link span {
  display: block;
  font-size: small;
}
  

#top-main {
  width: 100%;
}

.billing {
  width: 90%;
  margin: 0 auto;
  padding: 30px auto;
  text-align: center;
  font-size: x-small;
  line-height: 1.5;
}


.top-bnr {
  width: 85%;
  margin: 50px auto 20px;
  display: flex;
  justify-content: center;
  align-items: center;

}
.top-bnr a {
  transition: all 0.4s;
  margin: 0 10px;
  width: 50%;
  max-width: 200px;
}

.top-bnr a:hover {
  opacity: 0.8;
}

.bromide {
  width: 80%;
  display: block;
  margin: 0 auto;
  padding-bottom: 20px;
}

@media screen and (min-width: 960px) {
  .top-bnr {
    width: 400px;
    margin-bottom: 30px;
  }

  .top-bnr a {
    margin: 0 10px;
  }

  .bromide {
    max-width: 400px;
    display: block;
    margin: 0 auto;
    padding-bottom: 0;
  }

  .bromide :hover {
    opacity: 0.8;
  }
}


  .spotify {
    display: block;
    width: 90%;
    margin: 0 auto;
    padding: 50px 0 80px 0;
  }
  
@media screen and (min-width: 960px) {
  .spotify {
    display: block;
    width: 100%;
    max-width: 750px;
    margin: 0 auto;
    padding: 30px 0 100px 0;
  }
}


.official-btn {
  display: block;
  width: 17%;
  margin: 0 auto;
  padding-top: 20px;
}

.official-btn a {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-size: 1.5rem;
  width: 100%;
  color: #fff;
  font-weight: bold;
  padding: 22px;
  text-align: center;
  border-radius: 50%;
  background: #000;
  display: block;
  margin: 15px auto;
}

.official-btn a:hover {
  color: #000;
  background: #fff;
}
 

#underlayer {
  display: block;
  width: 100%; 
  height: 100%;
  background: url(../img/top/bg_sp.jpg) top center;
  background-size: cover;
  z-index: -1;
  content: "";
}

@media screen and (min-width: 960px) {
  #underlayer {
  display: block;
  background: url(../img/top/bg_pc.jpg) top center;
  background-size: cover;
  }
}

.news {
  width: 90%;
  margin: 0 auto;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
}
.news img {
  border-radius: 50px;
}
.news a {
  color: #2d2a2a;
  font-weight: 400;
  font-size: 1.1rem;
  width: 100%;
  font-weight: bold;
  text-align: center;
  border-radius: 50px;
  display: block;
  margin: 15px auto;
  letter-spacing: 4px;
}

.theater-btn {
  position: fixed;
  bottom: 0;
  width: 100%;
  cursor: pointer;
  z-index: 2;
  transition: transform 0.4s ease;
  transition: all 0.4s linear;
  right: 15px;
  left: 0;
  opacity: 0 !important;
}
.theater-btn a {
  width: 100%;
}
.theater-btn a:hover {
  opacity: 0.8;
}
@media screen and (min-width: 960px) {
  .theater-btn {
    bottom: 10px;
    width: 130px;
    left: auto;
  }
}

.theater-btn-show {
  right: 15px !important;
  margin: auto;
  opacity: 1 !important;
}

.theater-btn:hover {
  opacity: 0.8;
}

.theater-bnr {
  width: 90%;
  margin: 0 auto;
}
.theater-bnr a {
  margin: 8px 0;
}
@media screen and (min-width: 960px) {
  .theater-bnr a {
    margin: 0 8px;
  }
}
.theater-bnr a:hover {
  opacity: 0.8;
}
.theater-bnr img {
  border-radius: 50px;
}
@media screen and (min-width: 960px) {
  .theater-bnr {
    width: 700px;
    display: flex;
    justify-content: center;
  }
}

/*
  #rc
  -------------------------------*/
 
.review-ttl {
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-style: normal;
  text-align: center;
  font-size: 1.5em;
  letter-spacing: 2px;
  margin: 120px 0 50px;
}

#rc {
  background: rgba(0, 0, 0, 0.4);
  /* min-height: 800px; */
  position: relative;
  padding: 80px 0;
}
#rc .ttl {
  width: 80%;
  width: 250px;
  margin: 0 auto;
}
@media screen and (min-width: 960px) {
  #rc .ttl {
    width: 350px;
  }
}

.rc-container {
  padding: 0 0 60px;
}
@media screen and (min-width: 960px) {
  .rc-container {
    padding: 0;
  }
}

.rc-inner {
  margin: 0 auto;
  width: 100%;
}
@media screen and (min-width: 960px) {
  .rc-inner {
    padding: 60px 0;
    width: 100%;
    max-width: 1280px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
  }
}

.rc-inner .rc-comment {
  max-width: 400px; 
  margin-bottom: 10px;
} 


@media screen and (min-width:479px) and (max-width:820px) {
  .rc-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
  }

  .rc-comment {
    display: ;
  }
}

.rc-inner picture {
  display: block;
  margin: 40px auto;
  width: 90%;
}
@media screen and (min-width: 960px) {
  .rc-inner picture {
    margin: 30px;
    width: 100%;
  }
}
@media screen and (min-width: 960px) {
  .rc-inner picture {
    width: 32vw;
  }
}

@media screen and (min-width: 960px) {
  .rc-inner:first-child {
    padding: 60px 0 0 0;
  }
}

.rc {
  max-width: 380px;
}

.rc0 {
  width: 250px !important;
}
@media screen and (min-width: 960px) {
  .rc0 {
    width: 340px !important;
  }
}

.rc1 {
  width: 300px !important;
}
@media screen and (min-width: 960px) {
  .rc1 {
    width: 410px !important;
  }
}

.rc2 {
  width: 320px !important;
}
@media screen and (min-width: 960px) {
  .rc2 {
    width: 390px !important;
  }
}

.rc3 {
  width: 320px !important;
}
@media screen and (min-width: 960px) {
  .rc3 {
    width: 400px !important;
  }
}

.rc4 {
  width: 210px !important;
}
@media screen and (min-width: 960px) {
  .rc4 {
    width: 370px !important;
  }
}

.rc5 {
  width: 240px !important;
}
@media screen and (min-width: 960px) {
  .rc5 {
    width: 380px !important;
  }
}

.rc-photo {
  margin-bottom: -50px;
}

.rc-photo picture {
  z-index: 2;
}

@media screen and (min-width: 960px) {
  .rc-photo {
    margin-bottom: -50px;
  }
}

/*-------------------------------

#intro

-------------------------------*/
#intro {
  position: relative;
  background-color: rgb(255,255,255,0.4);
}

#intro .ttl {
  position: relative;
  width: 80%;
  max-width: 260px;
  margin: 50px auto;
  padding-top: 80px;
  z-index: 1;
}

.intro-lead {
  display: block;
  margin: 0 auto;
  font-family: "Noto Serif JP", serif;
  font-size: 1.2em;
  text-align: center;
  line-height: 1.6;
  letter-spacing: -1px;
  padding-bottom: 30px;
}

.intro-txt {
  display: block;
  width: 90%;
  margin: 0 auto;
  font-feature-settings: "palt";
  font-size: 16px;
  line-height: 2;
  text-align: justify;
}

.intro-text {
  margin-bottom: 20px;
}

@media screen and (min-width: 960px) {
  #intro { 
    background-color : rgb(255,255,255,0.4);
  }

  #intro .ttl {
    max-width: 360px;
    margin: 50px auto;
    padding-top: 80px;
  }

  .intro-txt {
    display: block;
    width: 65%;
    margin: 0 auto;
    font-feature-settings: "palt";
    font-size: 16px;
    line-height: 2;
    margin-bottom: 40px;
    text-align: justify;
    }

  .intro-lead {
    font-family: "Noto Serif JP", serif;
    font-size: 1.3em;
    text-align: center;
    line-height: 1.6;
    letter-spacing: -1px;
    margin-bottom: 30px;
  }
}



.slick-prev:before, .slick-next:before {
  content: "" !important;
  opacity: 1;
}

#intro .slick-next {
  right: -34px;
}

#intro .slick-prev {
  left: -35px;
}
@media screen and (min-width: 960px) {
  #intro .slick-prev {
    left: -50px;
  }
}

/* Dots */
#intro .slick-dotted.slick-slider {
  margin-bottom: 30px;
}

#intro .slick-dots {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 15px;
  list-style: none;
  text-align: center;
}

#intro .slick-dots li {
  position: relative;
  width: 12px;
  height: 12px;
  margin: 0 5px;
  cursor: pointer;
  display: inline-block;
  margin-bottom: 15px;
}

#intro.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

#intro .slick-dots li button:hover, #intro .slick-dots li button:focus {
  outline: none;
}

#intro .slick-dots li button:hover:before, #intro .slick-dots li button:focus:before {
  opacity: 1;
}

#intro .slick-dots li button:before {
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 10px;
  background: none;
  border: 2px solid #ffe902;
  border-radius: 30px;
  content: "";
  text-align: center;
  opacity: 0.6;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#intro .slick-dots li.slick-active button:before {
  opacity: 1;
  background: #ffe902;
}

#intro .slick-next {
  right: -20px;
}
@media screen and (min-width: 960px) {
  #intro .slick-next {
    right: -35px;
  }
}
 
#story {
  color: #fff;
  position: relative;
}

.story-photo {
  padding: 0;
  height: 220px;
  background-size: auto;
  background: url(../img/story/photo_sp.png);
  background-repeat-y: no-repeat;
  animation: bgscroll 50s linear infinite;
  -webkit-background-size: auto ;
  background-size: auto 220px;
  margin-bottom: -40px;
}

@media screen and (min-width: 960px) {
  .story-photo {
    height: 406px;
    -webkit-background-size: auto;
    background: url(../img/story/photo_pc.png);
    background-size: auto;
    margin-bottom: -130px;
  }
}



@-webkit-keyframes bgscroll {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -1950px 0;
  }
}
@keyframes bgscroll {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -1950px 0;
  }
}

.pink {
  width: 100%;
  display: block;
}

#story .ttl {
    margin: 70px 0 40px 0;
  }


#story .ttl {
  margin: 70px 0 40px 0;
}

.story-txt {
  display: block;
  width: 90%;
  margin: 0 auto;
  font-feature-settings: "palt";
  font-size: 16px;
  line-height: 2;
  margin-bottom: 80px;
  text-shadow: 0px 0px 12px rgba(0, 0, 0, 1);
}

.story-lead {
  font-family: "Noto Serif JP", serif;
  font-size: 1.5em;
  text-align: center;
  line-height: 1.6;
  letter-spacing: -1px;
  margin: 30px auto;
}

@media screen and (min-width: 960px) {

#story {
  color: #fff;
  position: relative;
  padding-bottom: 5%;
}
 
.story-txt {
  display: block;
  width: 65%;
  margin: 0 auto;
  font-feature-settings: "palt";
  font-size: 16px;
  line-height: 2;
  margin-bottom: 100px;
  text-shadow: 0px 0px 12px rgba(0, 0, 0, 1);
}

.story-lead {
  font-family: "Noto Serif JP", serif;
  font-size: 1.6em;
  text-align: center;
  line-height: 1.6;
  letter-spacing: -1px;
  margin-bottom: 30px;
}

#story .ttl {
  margin: 120px 0 70px 0;
}
}




/*-------------------------------

#cast

-------------------------------*/
#cast {
  height: 100%;
  position: relative;
}
@media screen and (min-width: 960px) {
  #cast {
  }
}
#cast .ttl {
  width: 90px;
  margin: 0 auto;
  padding-top: 100px;
}
@media screen and (min-width: 960px) {
  #cast .ttl {
    width: 140px;
  }
}

.cast-inner {
  padding: 60px 0 0;
}
@media screen and (min-width: 960px) {
  .cast-inner {
    padding: 5vw 0 0;
  }
}

#cast-box {
  margin: 40px auto 10px;
}
@media screen and (min-width: 960px) {
  #cast-box {
    margin: 70px auto 0;
    width: 90%;
    max-width: 1280px;
  }
}
 


.box.other {
  width: 50% !important;
}
@media screen and (min-width: 960px) {
  .box.other {
    width: 30% !important;
  }
}

.main-cast1 {
  margin: 0 auto;
}
.main-cast1 .box {
  width: 95% !important;
}
@media screen and (min-width: 960px) {
  .main-cast1 .box {
    width: 80% !important;
  }
}
@media screen and (min-width: 960px) {
  .main-cast1 {
    text-align: center;
    margin: 0 auto;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    width: 700px;
  }
}

.main-cast2 {
  margin: 0 auto;
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 960px) {
  .main-cast2 {
    text-align: center;
    margin: 0 auto;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
  }
}

.cast-txt {
  width: 100%;
  word-break: break-all;
  word-wrap: break-word;
}
@media screen and (min-width: 960px) {
  .cast-txt {
    float: right;
    width: 64%;
  }
}

.box {
  margin: 10px 10px 40px;
  transition: opacity 0.7s;
  -moz-transition: opacity 0.7s;
  -webkit-transition: opacity 0.7s;
  -o-transition: opacity 0.7s;
  transition: transform 0.7s;
  -moz-transition: transform 0.7s;
  -webkit-transition: transform 0.7s;
  -o-transition: transform 0.7s;
}

.scale img {
  -moz-transition: -moz-transform 0.5s linear;
  -webkit-transition: -webkit-transform 0.5s linear;
  -o-transition: -o-transform 0.5s linear;
  -ms-transition: -ms-transform 0.5s linear;
  transition: transform 0.5s linear;
}

.scale img:hover {
  opacity: 0.8;
  -moz-transition: -moz-transform 0.5s linear;
  -webkit-transition: -webkit-transform 0.5s linear;
  -o-transition: -o-transform 0.5s linear;
  -ms-transition: -ms-transform 0.5s linear;
  transition: transform 0.5s linear;
}

.cast-photo {
  width: 80%;
  max-width: 400px;
  margin: 0 auto 10px;
}
@media screen and (min-width: 960px) {
  .cast-photo {
    width: 300px;
    float: left;
  }
}

.modal-overlay {
  z-index: 99;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #000;
}
@media screen and (min-width: 960px) {
  .modal-overlay {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
  }
}

.modal-open:hover {
  cursor: pointer;
}

.modal-content {
  position: fixed;
  display: none;
  z-index: 999;
  margin: 10px;
  padding: 35px;
  border-radius: 2px;
  height: auto;
  margin-top: 100px !important;
  font-family: "Noto Serif JP", serif;
}
@media screen and (min-width: 960px) {
  .modal-content {
    margin: 10px;
    padding: 45px;
    border-radius: 2px;
    width: 90%;
    max-width: 1000px;
    height: auto !important;
    overflow: auto;
    margin-top: auto !important;
  }
}

.cast-name {
  font-size: 23px;
  line-height: 1.2;
  padding-bottom: 10px;
  margin: 10px 0;
  text-align: center;
  font-family: "Noto Serif JP", serif;
}

@media screen and (min-width: 960px) {
  .cast-name {
    padding: 10px 0 !important;
  }
}

.cast-name.modal {
  font-size: 20px;
  line-height: 1.2;
  padding: 10px 0;

}
.cast-name.modal span {
  font-size: 14px;
  padding: 0 0 0 5px;
}
@media screen and (min-width: 960px) {
  .cast-name.modal span {
    display: inline;
  }
}
@media screen and (min-width: 960px) {
  .cast-name.modal {
    font-size: 23px;
    text-align: justify;
    padding: 10px 0 !important;
    border-bottom: 1px solid #222;
  }
}

.role-info {
  word-break: break-word;
  text-align: justify;
  text-align: justify;
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 2;
  letter-spacing: 0.05em;
  padding: 20px;
  margin: 20px 0;
}

.role {
  margin: 10px 0;
  text-shadow: none;
}
@media screen and (min-width: 960px) {
  .role {
    margin: 10px 0;
  }
}

.role p {
  color: #fff !important;
  text-shadow: none !important;
  padding: 3px 11px;
}
@media screen and (min-width: 960px) {
  .role p {
    margin-bottom: 0;
    background: #000000;
    padding: 0 8px;
    text-shadow: none;
  }
}

.modal-content p {
  word-break: break-word;
  text-align: justify;
  text-align: justify;
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 2;
  letter-spacing: 0.05em;
}

.cast-name span {
  font-size: 15px;
  display: block;
  padding: 8px 0 0 0;
  font-size: small;
}

.modal-close {
  position: absolute;
  top: 1vw;
  right: 2.5vw;
  font-size: 35px;
  line-height: 1;
  font-weight: bold;
  text-decoration: none;
}
@media screen and (min-width: 960px) {
  .modal-close {
    position: absolute;
    top: 5px;
    right: 10px;
  }
}

.modal-close:hover {
  cursor: pointer;
}

.crew-name {
  font-size: 20px;
  text-align: left !important;
  padding: 10px 0 !important;
  border-bottom: 1px solid #222;
  margin: 0 0 15px;
}
@media screen and (min-width: 960px) {
  .crew-name {
    font-size: 23px;
  }
}

#modal0, #modal1, #modal2, #modal3, #modal4, #modal5, #modal6 {
  width: 95% !important;
  height: 90vh;
  overflow-y: auto;
}
@media screen and (min-width: 960px) {
  #modal0, #modal1, #modal2, #modal3, #modal4, #modal5, #modal6 {
    overflow: auto;
    margin-top: 0px;
  }
}

@media screen and (min-width: 960px) {
  #modal0 {
    margin-top: 100px !important;
    height: 500px !important;
  }
}

.profile-btn {
  display: block;
  width: 60px;
}
@media screen and (min-width: 960px) {
  .profile-btn {
    width: 85px;
  }
}

.profile-btn:hover {
  background: #fff;
  color: #000;
}

/*
  crew
-------------------------------*/
#crew {
  height: 100%;
  background: rgba(255, 255, 255, 0.71);
}

.crew-inner {
  padding: 60px 0;
}
@media screen and (min-width: 960px) {
  .crew-inner {
    padding: 80px 0;
  }
}

.heading.crew {
  width: 230px;
  margin: 0 auto 30px;
}
@media screen and (min-width: 960px) {
  .heading.crew {
    width: 330px;
  }
}

.director-name {
  width: 75%;
  margin: 0 auto;
  text-align: center;
  padding: 10px 0;
}
@media screen and (min-width: 960px) {
  .director-name {
    width: 310px;
    text-align: left;
    margin: auto 0;
  }
}

#crew-box {
  position: relative;
}
@media screen and (min-width: 960px) {
  #crew-box {
    display: flex;
    justify-content: center;
    width: 95%;
    max-width: 1080px;
    margin: 0 auto;
  }
}

#other-crew-box {
  padding: 30px 0;
}
@media screen and (min-width: 960px) {
  #other-crew-box {
    padding: 5vw 0;
  }
}

.crew-img {
  position: relative;
  width: 70%;
  margin: 0 auto 20px;
}
@media screen and (min-width: 960px) {
  .crew-img {
    width: 380px;
    margin: 0 auto;
  }
}

@media screen and (min-width: 960px) {
  .director {
    order: 1;
  }
}

.crew-name {
  text-align: center;
}
.crew-name img {
  width: 250px;
  margin: 10px auto;
}
@media screen and (min-width: 960px) {
  .crew-name img {
    width: 280px;
  }
}
@media screen and (min-width: 960px) {
  .crew-name {
    text-align: left;
  }
}

.crew-profile-box {
  width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 960px) {
  .crew-profile-box {
    width: 60%;
    padding: 2%;
  }
}

.crew-profile {
  text-align: justify;
  margin: 15px 0 0;
  font-size: 15px;
  line-height: 2;
  letter-spacing: 0.05em;
  word-break: break-all;
  word-wrap: break-word;
  font-family: "Noto Serif JP", serif;
}

.work {
  text-align: justify;
  margin-bottom: 10px;
  font-size: small;
  line-height: 2;
  letter-spacing: 0.05em;
  padding: 25px;
  border: 1px solid #9d9d9d;
}

.work span {
  display: block;
  font-weight: bold;
}

.work-txt {
  margin-bottom: 10px;
}

.crew-box-inner {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (min-width: 960px) {
  .crew-box-inner {
    max-width: 1280px;
    margin: 0 auto;
  }
}





/*-------------------------------

#cast

-------------------------------*/
#cast {
  height: 100%;
}

#cast .heading {
  font-size: 1.5rem;
  letter-spacing: 0.3em;
  color: #f092b5;
  text-align: center;
  margin: 20px auto 30px;
}

@media screen and (min-width: 960px) {
  #cast .heading {
    margin: 0 auto 30px;
  }
}

.cast-inner {
  margin: 0 auto; 
}

#cast-box {
  margin: 40px auto 0;
}

@media screen and (min-width: 960px) {
  #cast-box {
    margin: 70px auto 0;
    width: 90%;
  }
}

.cast-photo {
  width: 95%;
  margin: 30px auto 0;
}

@media screen and (min-width: 960px) {
  .cast-photo {
    width: 34%;
    float: left;
    margin: 0 auto;
  }
}

#cast .box {
  width: 85%;
  margin: 0 auto 50px;
  position: relative;
}

@media screen and (min-width: 960px) {
  #cast .box {
    width: 29%;
    margin: 0 5px 50px;
  }
}

@media screen and (min-width:479px) and (max-width:820px) {
  #cast .box {
    width: 49%;
  }
  }


.box.other {
  width: 50% !important;
}

@media screen and (min-width: 960px) {
  .box.other {
    width: 30% !important;
  }
}

.main-cast {
  margin: 0 auto;
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
}

@media screen and (min-width: 960px) {
  .main-cast {
    text-align: center;
    margin: 0 auto;
    width: 100%;
    max-width: 1280px;
  }
}

.main-cast2 {
  margin: 0 auto;
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
}

@media screen and (min-width: 960px) {
  .main-cast2 {
    text-align: center;
    margin: 0 auto;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
  }
}

.cast-txt {
  width: 100%;
  word-break: break-all;
  word-wrap: break-word;
}

@media screen and (min-width: 960px) {
  .cast-txt {
    float: right;
    width: 63%;
  }
}

.box {
  margin: 10px 10px 40px;
  transition: opacity 0.7s;
  transition: transform 0.7s;
  -moz-transition: transform 0.7s;
  -webkit-transition: transform 0.7s;
  -o-transition: transform 0.7s;
}

.scale img {
  transition: transform 0.5s linear;
}

.scale img:hover {
  opacity: 0.8;
  transition: transform 0.5s linear;
}

.modal-overlay {
  z-index: 99;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #000;
}

@media screen and (min-width: 960px) {
  .modal-overlay {
    backface-visibility: hidden;
    overflow: hidden;
  }
}

.modal-open:hover {
  cursor: pointer;
}

.modal-content {
  position: fixed;
  display: none;
  z-index: 999;
  margin: 10px;
  padding: 20px 20px 60px;
  border-radius: 2px;
  height: auto;
  margin-top: 100px !important;
  background: #000;
}

@media screen and (min-width: 960px) {
  .modal-content {
    z-index: 100;
    margin: 10px;
    padding: 45px;
    border-radius: 2px;
    width: 90%;
    width: 900px;
    height: 500px;
    overflow: auto;
    margin-top: 100px;
    background: none;
  }
}

.cast-name {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2;
  padding-bottom: 10px;
  margin: 10px 0;
  text-align: center;
  color: #000;
}

@media screen and (min-width: 960px) {
  .cast-name {
    padding: 10px 0 !important;
  }
}

.cast-name.modal {
  font-size: 19px;
  line-height: 1.5;
  padding-bottom: 10px;
  margin-bottom: 20px;
  color: #fff;
}

.cast-name.modal span {
  font-size: 14px;
  padding: 0 0 0 5px;
}

@media screen and (min-width: 960px) {
  .cast-name.modal span {
    display: inline;
    padding-bottom: 0;
    margin-bottom: 0;
  }
}

@media screen and (min-width: 960px) {
  .cast-name.modal {
    text-align: justify;
    padding: 0 !important;
    border-bottom: 1px solid #fff;
  }
}

.role-info {
  color: #fff;
  word-break: break-word;
  text-align: justify;
  text-align: justify;
  margin-bottom: 10px;
  font-size: 13px;
  line-height: 2;
  letter-spacing: 0.05em;
  padding: 20px;
  margin: 0 0 20px;
  background: #e21868;
}

@media screen and (min-width: 960px) {
  .role-info {
    font-size: 13px;
  }
}

.role {
  margin: 10px 0;
  color: #36bbb7;
  text-shadow: none;
}

@media screen and (min-width: 960px) {
  .role {
    margin: 10px 0;
  }
}

.role p {
  color: #fff !important;
  text-shadow: none !important;
  padding: 3px 11px;
}

@media screen and (min-width: 960px) {
  .role p {
    margin-bottom: 0;
    background: #000000;
    color: #fff;
    padding: 0 8px;
    text-shadow: none;
  }
}

.modal-content p {
  word-break: break-word;
  text-align: justify;
  text-align: justify;
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 2;
  color: #fff;
}

@media screen and (min-width: 960px) {
  .modal-content p {
    font-size: 14px;
  }
}

.cast-name span {
  font-size: 15px;
  display: block;
  padding: 8px 0 0 0;
  font-size: small;
}

.modal-close {
  position: absolute;
  top: 1vw;
  right: 2.5vw;
  color: #e21868;
  font-size: 35px;
  line-height: 1;
  font-weight: bold;
  text-decoration: none;
}

@media screen and (min-width: 960px) {
  .modal-close {
    position: absolute;
    top: 5px;
    right: 10px;
  }
}

.modal-close:hover {
  cursor: pointer;
}

.modal-content h2 {
  text-align: left !important;
  padding: 10px 0 !important;
  border-bottom: 1px solid #c00f18;
  margin: 0 0 10px 0;
}

#modal0,
#modal1,
#modal2,
#modal3,
#modal4,
#modal5 {
  width: 95% !important;
  height: 90vh;
  overflow-y: auto;
}

@media screen and (min-width: 960px) {

  #modal0,
  #modal1,
  #modal2,
  #modal3,
  #modal4,
  #modal5 {
    width: 90% !important;
    max-width: 1280px;
    height: auto;
    overflow: auto;
    margin-top: 0px;
  }
}

.profile-btn {
  margin: 20px 0 0;
  position: relative;
  padding: 1rem 0;
  background-color: #000;
  color: #fff;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s;
  font-size: x-small;
  display: block;
  width: 70%;
  margin: 0 auto;
  border-radius: 5px;
}

@media screen and (min-width: 960px) {
  .profile-btn {
    padding: 0.6rem 0;
    letter-spacing: 3px;
    width: 172px;
    margin: 0 auto;
  }
}

.profile-btn:hover {
  background: #e21868;
  color: #fff;
}

.cast-photo0 {
  padding: 4px;
  opacity: 0;
}

/*-------------------------------

#staff

-------------------------------*/
#staff {
  margin: 0 auto;
}
 

@media screen and (min-width: 960px) {
  #staff .heading {
    margin: 0 auto 30px;
  }
}

@media screen and (min-width: 960px) {
  #staff {
    margin: 0 auto;
  }
}

#staff .ttl {
  margin: 0 auto 70px;
}

.staff-inner {
  padding: 8vw 0;
  width: 90%;
  margin: 0 auto;
}

@media screen and (min-width: 960px) {
  .staff-inner {
    padding: 120px 0 50px;
  }
}

.s-profile {
  margin: 0 0 50px;
}

@media screen and (min-width: 960px) {
  .s-profile {
    margin: 0 auto 70px;
    width: 90%;
    max-width: 950px;
  }
}

.d-img {
  width: 80%;
  margin: 0 auto 20px;
}

@media screen and (min-width: 960px) {
  .d-img {
    width: 400px;
  }
}

.staff-name {
  color: #e95283;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.2;
  padding-bottom: 10px;
  margin: 10px 0 0;
  text-align: center;
}
 

@media screen and (min-width: 960px) {
  .staff-name {
    margin: 0 0 15px 0;
  }
}

.post {
  background: none !important;
  color: #e95283 !important;
  display: block !important;
  margin: 0 0 5px !important;
  font-size: 0.7em;
}

.en-name {
  font-size: 0.7em;
}

#staff .ttl {
  color: #fff;
  margin-top: 50px;
}

.staff-photo img{
  display: block;
  margin: 0 auto;
  width: 50%;
}

.staff-txt {
  color: #fff;
  text-align: left;
  font-size: 1.1em;
  letter-spacing: 1.3px;
  line-height: 2em;
  margin: 10px 0;
  text-shadow: 0px 0px 12px rgba(0, 0, 0, 1);
}

@media screen and (min-width: 960px) {
  #staff .ttl {
  margin-top: 10px;
  }

  .staff-photo img {
    width: 20%;
    max-width: 400px;
  }

  .staff-txt {
    margin-top: 40px;
    width: 100%;
    margin: 20px auto;
    font-size: 17px;
    line-height: 2em;
    text-align: justify;
  }
}

.st-photo {
  position: relative;
  height: 50vh;
  min-height: 710px;
}


/*------------------------------

comment

------------------------------*/
#comment {
  min-height: calc(100vh - 80px);
  position: relative;
}

.comment-inner {
  width: 90%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 8vw 0;
}

.comment-list {
  width: 100%;
}

.comment-movielist {
  width: 100%;
  margin: 0 auto;
}

.comment-list li {
  background-color: rgba(255, 255, 255, 1);
  width: 100%;
  margin: 0 auto 30px;
  padding: 0;
  position: relative;
}

@media screen and (min-width: 960px) {
  .comment-list li {
    background-color: rgba(255, 255, 255, 1);
    width: calc(50% - 20px);
    list-style: none;
    margin: 0 10px 30px;
  }
}
 
.comment_photo {
  display: block;
  margin: 0 auto;
  padding-bottom: 10px;
  width: 100%;
}

.contents-inner {
  min-height: calc(100vh - 150px);
}

.comment-list {
  margin: 0 auto;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
}

@media screen and (min-width: 960px) {
.comment_photo {
    display: block;
    margin: 0 auto;
    padding-bottom: 15px;
    width: 70%;
  }
  
  .comment-list {
    margin: 50px auto 0;
  }
}

.list-inner {
  padding: 20px;
  transition: 1s;
}

@media screen and (min-width: 960px) {
  .list-inner {
    padding: 30px 20px 30px;
  }
}

.comment-txt {
  color: #000;
  font-size: 16px;
  letter-spacing: 3px;
  line-height: 2;
  text-align: justify;
  word-break: break-word;
  font-weight: bold;
  letter-spacing: 0;
}

@media screen and (min-width: 960px) {
  .comment-txt {
    margin-bottom: 80px;
  }
}

.comment-name {
  background: url(../img/comment/paint.png) top right no-repeat;
  background-size: 300px;
  padding: 45px 25px 25px 0;
  color: #000;
  text-align: right;
  font-size: 20px;
  font-feature-settings: "palt";
  width: 100%;
  box-sizing: border-box;
  font-weight: bold;
}

@media screen and (min-width: 960px) {
  .comment-name {
    background: url(../img/comment/paint.png) top right no-repeat;
    background-size: 300px;
    padding: 45px 25px 25px 0;
    position: absolute;
    bottom: 1.5vw;
    right: 1.5vw;
  }
}

.comment-name span {
  font-size: 0.67em;
  margin: 0 0 0 5px;
  line-height: 1.5;
  display: block;
  margin: 5px 0 0 0;
}

.name-small {
  font-size: 0.57em;
  color: #000!important;
}

.att {
  color: #000;
  padding: 10px 0 30px;
  text-align: center;
  font-size: 12px;
}

.photo.pc {
  margin-top: -350px;
}

.photo img {
  vertical-align: bottom;
}

.comment-txt span {
  font-size: 19px;
  background: #dd4073;
  color: #fff;
  padding: 2px;
}

.comment-photo0 {
  padding: 4px;
  opacity: 0;
}



/*-------------------------------

#buzzes

-------------------------------*/

#buzzes {
  padding-top: 50px;
}

#buzzes .ttl {
  width: 350px;
  margin: 30px auto;
}



/*-------------------------------

#footer

-------------------------------*/
#footer {
  position: relative;
  padding: 15vw 0 15vw; 
}
@media screen and (min-width: 960px) {
  #footer {
    padding: 4vw 0; 
  }
}
#footer .works {
  background-image: none;
}

.copy {
  margin: 0 auto;
  width: 95%;
}

@media screen and (min-width: 960px) {
  .copy { 
    margin: 0 auto;
    width: 40%;
    padding-bottom: 50px;
  }
}

.share {
  margin-top: 70px;
}

@media screen and (min-width: 960px) {
  .share { 
    margin-top: 30px;
  }
}

.share-ttl {
  font-family: "Noto Serif JP", serif;
  letter-spacing: 1px;
  font-size: 1.5em;
  font-weight: 400;
  text-align: center;
  margin: 30px auto;
  color: #000;
}

.billing {
  width: 94%;
  padding: 30px 0;
}

@media screen and (min-width: 960px) {
  .billing { 
    width: 50%;
    padding: 60px 0 ;
  }
}

/*-------------------------------

#movie

-------------------------------*/
#trailer {
  padding: 60px 0 30px;
}
@media screen and (min-width: 960px) {
  #trailer {
    padding: 100px 0;
  }
}

#trailer .ttl {
  margin: 0 auto;
  text-align: center;
  font-size: 1.5rem;
  color: #333;
  padding: 0 0 30px;
  letter-spacing: 8px;
}
@media screen and (min-width: 960px) {
  #trailer .ttl {
    padding: 0 0 50px;
  }
}

.pc-modal-movie, .pc {
  display: none;
}

.sp {
  display: block;
}

#movie-container {
  width: 100%;
  margin: 0 auto;
  padding: 0 0 30px;
  opacity: 0;
  transition: opacity 0.6s ease;
}
#movie-container.swiper-container-horizontal {
  opacity: 1;
}
@media screen and (min-width: 960px) {
  #movie-container {
    width: 90%;
    margin: 0 auto;
  }
}

.movie-thumb-box {
  position: relative;
  padding-top: 56.25%;
  height: 0;
  overflow: hidden;
  aspect-ratio: 16/9;
}
.movie-thumb-box img, .movie-thumb-box iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.movie-thumb-list li {
  width: 100%;
  padding: 0 10px;
}
@media screen and (min-width: 960px) {
  .movie-thumb-list li {
    margin: 0 auto;
  }
}

.movie-cap {
  padding: 15px 0;
  text-align: center;
  font-size: 16px;
}

.play-icon {
  color: #e60027;
  width: 52px;
  height: 58px;
  font-size: 60px;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin: auto;
  display: block;
  line-height: 1em;
}

.movie-thumb-box:hover .play-icon {
  opacity: 0.8;
}

.movie-thumb-list .slider-arrow {
  position: absolute;
  top: 50%;
  height: 60px;
  margin-top: -50px;
  color: #aaa;
  line-height: 36px;
  font-size: 28px;
  cursor: pointer;
  width: 30px;
  z-index: 10;
}
.movie-thumb-list .slider-arrow img {
  width: 100%;
}
.movie-thumb-list #trailer.pc {
  width: 40%;
}
.movie-thumb-list .slider-prev {
  left: 0;
}
.movie-thumb-list .slider-next {
  right: 0;
}

#trailer-play {
  padding: 30px;
}
#trailer-play a {
  transition: opacity 0.2s ease;
  opacity: 0.7;
}
#trailer-play a:hover {
  opacity: 1;
}

.swiper-container {
  padding: 0 0 20px;
}

.swiper-pagination-bullet {
  background: #000;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #000;
}

.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
}

.swiper-pagination {
  margin: 10px 0 0 0;
}
@media screen and (min-width: 960px) {
  .swiper-pagination {
    display: block;
  }
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 8px;
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: auto;
}

.trailer-prev, .trailer-next {
  position: absolute;
  width: 35px;
  top: 40%;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.trailer-prev {
  left: 25px;
}
.trailer-prev img {
  border-radius: 3px;
  border: 1px solid #fff;
}

.trailer-next {
  right: 25px;
}
.trailer-next img {
  border-radius: 3px;
  border: 1px solid #fff;
}

.trailer-prev.swiper-button-disabled, .trailer-next.swiper-button-disabled {
  opacity: 0.1;
}

#cboxOverlay {
  background: #666ba7;
}

/* PC */
@media screen and (min-width: 1024px) {
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
  #trailer {
    margin: 0 auto;
    padding: 60px 0;
    width: 100%;
    max-width: 1440px;
  }
  .pc-modal-movie {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
  }
  .youtube {
    pointer-events: none;
  }
}
@media screen and (min-width: 960px) and (max-width: 1024px) {
  .main-img {
    width: 50%;
  }
  .top-link {
    display: inline !important;
  }
  .top-link a {
    margin: 10px 5px;
  }
}/*# sourceMappingURL=style.css.map */