@charset "UTF-8";
/************************************************

@PC - style.css v5.0.0

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

#main

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

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

#top

-------------------------------*/
#top {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
  background: #fff;
}
@media screen and (min-width: 960px) {
  #top {
    display: flex;
    flex-wrap: wrap;
    min-width: 1024px;
    background: #f7f7f4;
    background: #fff url(../img/top/bg_pc.jpg) center center no-repeat;
    background-size: cover;
  }
}

#top-main-sp {
  position: relative;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  opacity: 0;
}
.main-sp1 {
  position: relative;
}

.sp-top-container {
  position: absolute;
  top: 22vw;
  left: 0;
  right: 0;
  text-align: center;
  justify-content: center;
  margin: auto;
  opacity: 0;
}

.sp-top-container.show {
  opacity: 1;
}

.sp-top-lead0 {
  position: absolute !important;
  width: 13vw;
  max-width: 80px;
  right: 2vw !important;
  left: auto;
  top: 12vw;
}

.sp-top-lead1 {
  position: absolute !important;
  width: 95%;
  max-width: 700px;
  bottom: 3vw;
  left: 0;
  right: 0;
  margin: auto;
}

.sp-logo {
  justify-content: center;
  width: 90%;
  max-width: 480px;
  margin: -7px auto 0;
}

.sp-rs {
  width: 40vw;
  max-width: 150px;
  right: 0;
  margin: auto;
  padding: 15px 0 0 0;
  position: absolute !important;
  top: 0;
  right: 4vw;
}

.top-left {
  position: relative;
  width: 55%;
  height: 100%;
  min-width: 563px;
  min-height: 579px;
  opacity: 0;
}

.top-left img {
  vertical-align: bottom;
}

.naoki {
  position: absolute !important;
  top: 8vw;
  width: 32vw;
  max-width: 250px;
  right: 4vw;
  margin: auto;
}
@media screen and (min-width: 960px) {
  .naoki {
    top: 4.5vw;
    width: 15vw;
    margin: auto;
    left: auto;
    right: 3.3vw;
  }
}

.top-lead0 {
  position: absolute !important;
  width: 5.3vw;
  right: 2vw;
  margin: auto;
  top: 16.5vw;
}

.top-lead1 {
  position: absolute !important;
  width: 45vw;
  right: 1vw;
  margin: auto;
  bottom: 1vw;
}

#lead {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 90%;
  max-width: 1100px;
}

@media screen and (max-width: 960px) {
  /*最小画面時調整*/
  #lead {
    width: 90%;
    max-width: 950px;
  }
}
.top-right {
  position: relative;
  width: 45%;
  padding-top: 14%;
}

#logo {
  width: 80%;
  max-width: 600px;
  margin: 0 auto 15px;
}

.billing {
  width: 90%;
  max-width: 450px;
  margin: 30px auto;
}
@media screen and (min-width: 960px) {
  .billing {
    width: 80%;
    max-width: 550px;
    margin: 50px auto 35px;
  }
}

.top-inner {
  text-align: center;
  position: relative;
  left: 0;
  right: 0;
  margin: auto;
}

.deco {
  width: 100px;
  margin: 0 auto 30px;
}

.load-anime {
  position: relative;
  overflow: hidden;
  transform: translateX(-100%);
  z-index: 1;
}

.load-anime span {
  display: inline-block;
  transform: translateX(100%);
}

.top-btn.pc {
  display: flex;
  justify-content: center;
  width: 80%;
  margin: 35px auto 0;
}

.c-btn.pc {
  width: 45%;
  max-width: 410px;
  padding: 15px 0;
}

.top-btn-pc {
  display: none;
}
@media screen and (min-width: 960px) {
  .top-btn-pc {
    display: block;
    position: absolute;
    top: 2vw;
    right: 2vw;
    width: 80px;
    height: 80px;
    line-height: 80px;
  }
}
.top-btn-pc a {
  color: #fff;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  padding: 0 25px;
  font-size: 34px;
}

.comment-btn {
  width: 58%;
  margin: 30px auto;
  max-width: 250px;
}
.comment-btn a {
  display: block;
}
.comment-btn a:hover {
  opacity: 0.8;
}
@media screen and (min-width: 960px) {
  .comment-btn {
    position: fixed;
    width: 200px;
    bottom: 1vw;
    left: 1vw;
    margin: 0;
  }
}

.news-btn {
  width: 205px;
  margin: 0 auto;
}
.news-btn a {
  font-family: "Bentham", serif;
  letter-spacing: 2px;
  display: block;
}
.news-btn a:hover {
  opacity: 0.8;
}
@media screen and (min-width: 960px) {
  .news-btn {
    width: 210px;
    margin: 0 auto;
  }
}

.top-link a {
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 1.2em;
  color: #fff;
  display: block;
  background: #e8353f;
  border: 1px solid #e8353f;
  border-radius: 50%;
  margin: 10px 0;
  text-align: center;
  padding: 0 0 0 3px;
}
.top-link a:hover {
  background: #fff;
  color: #e8353f;
}
.top-link a span {
  font-size: 0.7rem;
  display: block;
}
@media screen and (min-width: 960px) {
  .top-link {
    position: absolute;
    top: 1vw;
    right: 1.5vw;
    display: flex !important;
  }
  .top-link a {
    margin: 0 5px;
  }
}

.top-btn {
  width: 90%;
  margin: 0 auto;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.top-btn a {
  font-size: 0.9rem;
  width: 48%;
  color: #fff;
  font-weight: bold;
  padding: 18px 0;
  text-align: center;
  border-radius: 4px;
  background: #caae64;
  display: block;
  margin: 10px auto;
  font-family: "M PLUS 1p", sans-serif;
  letter-spacing: 2px;
}
.top-btn a:hover {
  color: #fff;
  background: #333;
}
@media screen and (min-width: 960px) {
  .top-btn {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    width: 870px;
  }
  .top-btn a {
    font-size: 0.8rem;
    margin: 0 10px;
    width: 230px;
  }
}

.top-btn a:first-child {
  width: 100%;
  background: #ea333d;
}
.top-btn a:first-child:hover {
  color: #fff;
  background: #333;
}
@media screen and (min-width: 960px) {
  .top-btn a:first-child {
    width: 230px;
  }
}

.top-btn a:last-child {
  width: 100%;
}
@media screen and (min-width: 960px) {
  .top-btn a:last-child {
    width: 230px;
  }
}

.top-bnr {
  width: 85%;
  margin: 10px auto 40px;
}
.top-bnr img {
  border: 1px solid #d73238;
}
.top-bnr a {
  width: 100%;
  margin: 15px 0;
  display: block;
}
@media screen and (min-width: 960px) {
  .top-bnr {
    display: flex;
    justify-content: center;
  }
  .top-bnr a {
    width: 350px;
    margin: 0 8px;
    display: block;
  }
}

.special-bnr {
  width: 90%;
  max-width: 500px;
  margin: 0 auto 50px;
}
@media screen and (min-width: 960px) {
  .special-bnr {
    margin: 0 auto 60px;
  }
}

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

#intro

-------------------------------*/
#intro {
  background: #f7f7f4;
  padding: 0 0 10vw 0;
  background: url(../img/intro/bg_sp.jpg) top center;
  background-size: cover;
}
@media screen and (min-width: 960px) {
  #intro {
    background: url(../img/intro/bg_pc.jpg) top center fixed;
    background-size: cover;
    padding: 0;
  }
}

#intro .heading {
  width: 60%;
  max-width: 240px;
  margin: 10px auto 0;
}
.intro-item-lead0 {
  width: 90%;
  max-width: 330px;
  margin: 30px auto;
}
@media screen and (min-width: 960px) {
  .intro-item-lead0 {
    max-width: 600px;
    margin: 30px auto;
    text-align: center;
    color: #fff;
    text-shadow: none;
  }
}

.intro-item-lead1 {
  width: 80%;
  max-width: 300px;
  margin: 30px auto;
}
@media screen and (min-width: 960px) {
  .intro-item-lead1 {
    max-width: 430px;
    margin: 30px auto;
    text-align: center;
    color: #fff;
    text-shadow: none;
  }
}

#intro-main {
  position: relative;
}

.intro-main-lead {
  position: absolute;
  left: 4vw;
  width: 19vw;
  top: 5vw;
  max-width: 250px;
}
@media screen and (min-width: 960px) {
  .intro-main-lead {
    left: 10vw;
    width: 17vw;
    top: 2.3vw;
    max-width: 170px;
  }
}

@media screen and (min-width: 960px) {
  .intro-inner {
    width: 100%;
  }
}

.headimg {
  vertical-align: bottom;
}

#intro-lead {
  padding: 5vw 0;
  width: 95%;
  margin: 0 auto;
}
@media screen and (min-width: 960px) {
  #intro-lead {
    width: 55%;
    max-width: 750px;
    margin: 0 auto;
    padding: 3vw 0 0 0;
  }
}

#intro-lead2 {
  width: 90%;
  margin: 0 auto 30px;
}
@media screen and (min-width: 960px) {
  #intro-lead2 {
    width: 380px;
    margin: 10px auto;
  }
}

.intro-inner-txt {
  width: 90%;
  margin: 0 auto;
  padding: 10vw 0;
}
@media screen and (min-width: 960px) {
  .intro-inner-txt {
    width: 850px;
    margin: 0 auto;
  }
}

#intro-txt {
  color: #333;
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 2;
  letter-spacing: 0.05em;
  width: 90%;
  margin: 0 auto;
  padding: 0 0 10vw;
  font-weight: bold;
  text-shadow: 0 0 0.5em #fff, 0 0 0.5em #fff, 0 0 0.5em #fff;
}
@media screen and (min-width: 960px) {
  #intro-txt {
    width: 750px;
    margin: 0 auto;
    text-align: justify;
    font-size: 15px;
    font-weight: bold;
    line-height: 2.2em;
    padding: 15px 0;
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 2;
    letter-spacing: 0.05em;
  }
}

.kerning {
  display: inline !important;
  letter-spacing: -1px !important;
  font-size: 15px !important;
}

@media screen and (min-width: 960px) {
  .intro-photo {
    display: flex;
  }
  .intro-photo img {
    width: 50%;
  }
}

.intro-item {
  color: #222;
  margin: 0 auto;
  width: 85%;
  text-align: justify;
  margin-bottom: 60px;
  font-size: 15px;
  line-height: 2;
  letter-spacing: 0.05em;
  word-break: break-all;
  word-wrap: break-word;
  text-shadow: 0 0 0.5em #fff, 0 0 0.5em #fff, 0 0 0.5em #fff;
}
@media screen and (min-width: 960px) {
  .intro-item {
    font-size: 15px;
    line-height: 25px;
    font-weight: 600;
    margin: 0 0 50px;
    width: 750px;
    margin: 20px auto;
  }
}

.intro-item-txt {
  margin-bottom: 10px;
  text-align: justify;
  text-shadow: none;
  color: #fff;
}
@media screen and (min-width: 960px) {
  .intro-item-txt {
    margin-bottom: 30px;
    text-align: justify;
    font-weight: normal;
    font-size: 15px;
    line-height: 2;
    letter-spacing: 0.05em;
  }
}

.dash {
  letter-spacing: -0.2em;
}

#intro .slick-prev, #intro .slick-next {
  top: 45%;
}

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

#intro .slick-prev {
  left: -75px;
}

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

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

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

#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 #fff;
  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: #fff;
}

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

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

#intro .slick-prev {
  left: -40px;
}

#intro .slick-prev:after {
  content: url(../common/img/left.png);
  width: 35px;
  height: 16px;
  display: block;
  position: absolute;
  top: 0;
}

#intro .slick-next:after {
  content: url(../common/img/right.png);
  width: 35px;
  height: 16px;
  display: block;
  position: absolute;
  top: 0;
}

@media screen and (min-width: 960px) {
  #intro .slick-prev, #intro .slick-next {
    top: 55%;
  }
}

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

#story

-------------------------------*/
/*
#story
-------------------------------*/
#story {
  position: relative;
  background: #fafaf2;
}
@media screen and (min-width: 960px) {
  #story {
    background: url(../img/story/bg_pc.jpg) center right;
    background-size: cover;
    min-height: 800px;
  }
}

.story-inner {
  width: 90%;
  margin: 0 auto;
  padding: 15vw 0 0;
}
@media screen and (min-width: 960px) {
  .story-inner {
    max-width: 1440px;
    padding: 8vw 0 0;
  }
}

.story-txt-container {
  width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 960px) {
  .story-txt-container {
    position: absolute;
    width: 750px;
    right: 0;
    padding: 0 0 16vw;
  }
}

.story-lead {
  position: relative;
  width: 75%;
  margin: 30px auto;
  z-index: 3;
}
@media screen and (min-width: 960px) {
  .story-lead {
    width: 280px;
    margin: 40px auto 30px;
  }
}

#story .heading {
  width: 90px;
  margin: 0 auto;
  top: 42.5vw;
  z-index: 1;
}
@media screen and (min-width: 960px) {
  #story .heading {
    width: 100px;
  }
}

.story-inner-txt {
  width: 90%;
  margin: 0 auto;
  padding: 18vw 0 15vw;
}

#story-txt {
  position: relative;
  color: #333;
  width: 100%;
  margin: 0 auto;
  text-align: justify;
  margin-bottom: 10px;
  line-height: 2;
  letter-spacing: 0.05em;
  word-break: break-all;
  word-wrap: break-word;
  z-index: 3;
}
@media screen and (min-width: 960px) {
  #story-txt {
    width: 70%;
    margin: 0 auto;
    margin-bottom: 10px;
    font-size: 15px;
    z-index: 4;
    position: relative;
    text-shadow: 0 0 0.5em #fff, 0 0 0.5em #fff, 0 0 0.5em #fff;
  }
}

.story-photos {
  position: relative;
  margin: 70px 0 0;
  min-height: 920px;
  height: 80vh;
}

.story-photo {
  position: absolute;
  bottom: 0;
  width: 210px;
  right: 0;
}

.story-photo0 {
  display: flex;
}
.story-photo0 img {
  width: 50%;
}
@media screen and (min-width: 960px) {
  .story-photo0 {
    width: 100%;
  }
  .story-photo0 img {
    width: 25%;
  }
}

.story-photo2 {
  display: flex;
}
.story-photo2 img {
  width: 50%;
}
@media screen and (min-width: 960px) {
  .story-photo2 {
    display: none;
  }
}

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

.story-photo0 {
  display: flex;
}
.story-photo0 img {
  width: 50%;
}
@media screen and (min-width: 960px) {
  .story-photo0 {
    width: 100%;
  }
  .story-photo0 img {
    width: 25%;
  }
}

.story-photo2 {
  display: flex;
}
.story-photo2 img {
  width: 50%;
}
@media screen and (min-width: 960px) {
  .story-photo2 {
    display: none;
  }
}

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

#cast

-------------------------------*/
#cast {
  padding-bottom: 60px;
  height: 100%;
  background: #fff url(../img/top/bg_sp2.jpg) repeat center center;
  background-size: contain;
  padding: 60px 0;
}
@media screen and (min-width: 960px) {
  #cast {
    background: url(../img/top/bg_pc3.jpg) #fff repeat;
    background-size: 250px;
    padding: 100px 0 60px;
  }
}

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

#cast-box {
  margin: 40px auto 0;
}
@media screen and (min-width: 960px) {
  #cast-box {
    width: 100%;
    padding: 10px 0 60px;
  }
}

.box {
  width: 90%;
  margin: 0 auto 30px !important;
  position: relative;
}
@media screen and (min-width: 960px) {
  .box {
    width: 33.3%;
    margin: 0 5px 20px;
    padding: 0 10px;
  }
}

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

.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: 54%;
  }
}

.box {
  margin: 10px 10px 30px;
  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;
}
@media screen and (min-width: 960px) {
  .scale img {
    max-width: 430px;
  }
}

@media screen and (min-width: 960px) {
  .scale.ot img {
    max-width: 240px;
  }
}

.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: 70%;
  max-width: 330px;
  margin: 0 auto 10px;
}
@media screen and (min-width: 960px) {
  .cast-photo {
    width: 330px;
    float: left;
  }
}

.modal-overlay {
  z-index: 99;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
}
@media screen and (min-width: 960px) {
  .modal-overlay {
    z-index: 2;
    -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;
  background: #fff;
  height: auto;
  margin-top: 100px !important;
  background: url(../img/cast/bg_sp.jpg) no-repeat center center;
  background-size: cover;
}
@media screen and (min-width: 960px) {
  .modal-content {
    z-index: 3;
    margin: 10px;
    padding: 45px;
    border-radius: 2px;
    width: 90%;
    width: 900px;
    height: 500px;
    overflow: auto;
    margin-top: 100px;
    background: url(../img/cast/bg_pc.jpg) no-repeat center center;
    background-size: cover;
  }
}

.cast-name {
  color: #222;
  font-size: 23px;
  line-height: 1.2;
  font-weight: bold;
  border-bottom: 1px solid #000;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
@media screen and (min-width: 960px) {
  .cast-name {
    padding: 10px 0 !important;
    border-bottom: 1px solid #e60012;
  }
}

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

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

.modal-content p {
  word-break: break-word;
  text-align: justify;
  font-weight: bold;
  color: #333;
  text-align: justify;
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 2;
  letter-spacing: 0.05em;
  text-shadow: 0 0 0.5em #fff, 0 0 0.5em #fff, 0 0 0.5em #fff;
}

.cast-name span {
  font-size: 15px;
  display: inline-block;
  padding: 0 0 0 15px;
  color: #e60012;
}

.modal-close {
  position: fixed;
  top: 35px;
  right: 20px;
  color: #caae64;
  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, #modal6, #modal7, #modal8,
#modal9, #modal10, #modal11, #modal12, #modal13, #modal14, #modal15, #modal16, #modal17, #modal18 {
  width: 95% !important;
  height: 90vh;
  overflow-y: auto;
  background: #f2f1ec;
}
@media screen and (min-width: 960px) {
  #modal0, #modal1, #modal2, #modal3, #modal4, #modal5, #modal6, #modal7, #modal8,
  #modal9, #modal10, #modal11, #modal12, #modal13, #modal14, #modal15, #modal16, #modal17, #modal18 {
    width: 900px !important;
    height: 500px;
    overflow: auto;
    margin-top: 0px;
  }
}

.profile-btn {
  margin: 20px 0 0;
  position: relative;
  padding: 0.7rem 3rem 0.7rem 1.1rem;
  background-color: #000;
  color: #fff;
  display: inline-block;
  text-align: center;
  border: 1px solid #000;
  text-decoration: none;
  transition: all 0.3s;
  border-radius: 4px;
  font-size: xx-small;
  display: block;
  font-family: brim-narrow, sans-serif;
  width: 80%;
  margin: 20px auto 0;
}
@media screen and (min-width: 960px) {
  .profile-btn {
    padding: 0.9rem 5rem 0.9rem 2rem;
    letter-spacing: 3px;
    width: 82%;
    margin: 10px auto 0;
  }
}

.profile-btn:after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 2rem;
  font-size: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: right 0.3s;
  width: 6px;
  height: 6px;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  transform: translateY(-50%) rotate(45deg);
}

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

.profile-btn:hover:after {
  right: 1.4rem;
}

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

#staff

-------------------------------*/
#staff {
  padding: 5vw 0 15vw;
  position: relative;
  background: #fff url(../img/top/bg_sp2.jpg) repeat center center;
  background-size: contain;
}
@media screen and (min-width: 960px) {
  #staff {
    padding: 5vw 0 10vw;
    background: url(../img/top/bg_pc3.jpg) #fff repeat;
    background-size: 250px;
  }
}

#staff-inner {
  position: relative;
  padding: 0;
  z-index: 1;
}

.staff-box-inner {
  width: 100%;
}

#staff .ttl {
  width: 90px;
  margin: 40px auto;
}
@media screen and (min-width: 960px) {
  #staff .ttl {
    width: 100px;
    margin: 0 auto;
    padding: 3vw 0 5vw;
  }
}

.staff-deco {
  position: absolute;
  width: 60%;
  right: 0;
  top: -50px;
  z-index: 2;
}
@media screen and (min-width: 960px) {
  .staff-deco {
    width: 26vw;
    max-width: 430px;
    right: 20px;
    top: -130px;
  }
}

#staff .box {
  text-align: center;
  justify-content: center;
  padding: 4vw 0 4vw 5vw;
  margin: 0 auto 15px !important;
  border: 1px solid #fff;
  width: 90%;
  max-width: 380px;
  position: relative;
  font-size: 17px;
  font-weight: 600;
  color: #222;
  text-align: justify;
  margin: 15px auto;
  background: #fff;
  position: relative;
}
@media screen and (min-width: 960px) {
  #staff .box {
    padding: 1.2vw 2vw 1.2vw 1.2vw;
    margin: 0 10px 30px !important;
    border: 1px solid #fff;
    width: 380px;
    font-size: 19px;
    transition: transform 0.6s ease;
    text-align: justify;
  }
}

#staff .box::after {
  content: "";
  position: absolute;
  bottom: 35%;
  right: 10px;
  background: url(../common/img/btn_detail.png) no-repeat center center;
  background-size: 20px;
  width: 20px;
  height: 20px;
}

#staff .box:hover {
  color: #000;
  background: #fff;
}

#staff .box span {
  font-size: 13px;
  margin: 0 15px 0 0;
  color: #e8343d;
  display: inline-block;
}

.staff-box-inner {
  width: 100%;
}
@media screen and (min-width: 960px) {
  .staff-box-inner {
    width: 980px;
    margin: 0 auto;
    text-align: center;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}

.staff-name {
  font-size: 20px;
  letter-spacing: 5px;
  margin-bottom: 5vw !important;
  border-bottom: 1px solid #000 !important;
  color: #000;
  text-align: left !important;
  width: 100% !important;
  padding: 0 0 16px;
  line-height: 1.5;
  text-shadow: 0 0 0.5em #fff, 0 0 0.5em #fff, 0 0 0.5em #fff;
}
@media screen and (min-width: 960px) {
  .staff-name {
    margin-bottom: 1vw !important;
    border-bottom: 1px solid #000 !important;
    text-align: left !important;
    width: 100% !important;
    padding: 0;
  }
}

.charge {
  font-size: 13px;
  margin: 0 0 12px;
}

#staff-box a {
  display: block;
}

.profile {
  position: absolute;
  bottom: 11px;
  right: 3px;
  background: #caae64;
  color: #fff !important;
  padding: 7px 7px 7px 12px;
  font-weight: bold;
  letter-spacing: 2px;
  font-size: xx-small !important;
}
@media screen and (min-width: 960px) {
  .profile {
    bottom: 13px;
  }
}

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

#song

-------------------------------*/
#song {
  padding: 10% 0 5%;
  background: #fff url(../img/top/bg_sp2.jpg) repeat center center;
  background-size: contain;
  padding: 60px 0;
  overflow: hidden;
}
@media screen and (min-width: 960px) {
  #song {
    padding: 10% 10% 0;
    background: url(../img/top/bg_pc3.jpg) #fff repeat;
    background-size: 250px;
  }
}

#song .ttl {
  width: 170px;
  margin: 0 auto;
}
@media screen and (min-width: 960px) {
  #song .ttl {
    width: 200px;
  }
}

#song .heading {
  width: 180px;
  margin: 30px auto;
}

#song-inner {
  display: block;
  padding: 20px 0 0 0;
}

.song-lead {
  width: 70%;
  margin: 0 auto;
}
@media screen and (min-width: 960px) {
  .song-lead {
    width: 440px;
  }
}

.song-img {
  width: 90%;
  margin: 0 auto 30px;
}
@media screen and (min-width: 960px) {
  .song-img {
    width: 450px;
    margin: 0 auto 30px;
  }
}

.song-box {
  width: 90%;
  margin: 25px auto 0;
}
@media screen and (min-width: 960px) {
  .song-box {
    width: 92%;
  }
}

.prof-role {
  margin: 0 auto;
  font-size: 10px;
  font-weight: 600;
  width: 100%;
}

.song-txt {
  color: #333;
  width: 100%;
  margin: 0 auto;
  text-align: justify;
  margin-bottom: 10px;
  line-height: 2;
  letter-spacing: 0.05em;
  word-break: break-all;
  word-wrap: break-word;
  font-size: 15px;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 960px) {
  .song-txt {
    width: 750px;
  }
}

.song-box.main {
  text-align: justify;
}
@media screen and (min-width: 960px) {
  .song-box.main {
    text-align: center;
  }
}

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

#comment

-------------------------------*/
#comment {
  padding: 20px 0;
  color: #444;
  display: none;
}
@media screen and (min-width: 960px) {
  #comment {
    padding: 0;
  }
}

#comment .ttl {
  color: #444;
  font-size: 1.7em;
  font-weight: bold;
  text-align: center;
  margin: 0 auto 40px;
  width: 150px;
}
@media screen and (min-width: 960px) {
  #comment .ttl {
    width: 180px;
  }
}

.contents-inner {
  position: relative;
  margin: 0 auto;
  padding: 5%;
  max-width: 1024px;
}

.comment-box {
  padding: 0 5vw;
  margin: 40px auto 80px;
  border: solid 1px #BFBFBF;
  padding: 30px;
  margin-bottom: 30px;
}
@media screen and (min-width: 960px) {
  .comment-box {
    padding: 50px;
    width: 90%;
    max-width: 960px;
    margin: 60px auto;
  }
}

.comment-img {
  width: 100%;
  max-width: 650px;
  margin: 0 auto 40px;
}
@media screen and (min-width: 960px) {
  .comment-img {
    max-width: 650px;
    margin: 0 auto 60px;
  }
}

.comment-main-lead {
  padding: 0 0 40px;
}

.comment-lead {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  line-height: 2;
  text-align: center;
  font-size: 1.3em;
}

.comment-lead span {
  font-size: 15px;
  line-height: 2;
  margin: 20px 0;
  display: block;
}
@media screen and (min-width: 960px) {
  .comment-lead span {
    font-size: 16px;
  }
}

.comment-name {
  text-align: center;
  font-size: 1.4em;
  font-weight: bold;
  width: 60%;
  margin: 0 auto;
  padding: 0 0 5px 0;
  border-bottom: 4px solid #ffef04;
}
@media screen and (min-width: 960px) {
  .comment-name {
    width: 30%;
  }
}

.comment-name span {
  font-size: 0.7em;
}

.comment-role {
  text-align: center;
  color: #C5C8C7;
  font-size: 0.9em;
  margin: 10px 0 20px;
}

.comment-txt {
  line-height: 2;
  margin: 1em auto;
  word-break: normal;
  word-wrap: normal;
  font-size: 15px;
  font-weight: bold;
}
@media screen and (min-width: 960px) {
  .comment-txt {
    font-size: 16px;
  }
}

.question {
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
}

.prof-box {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  margin: 20px 0 0;
  padding: 0 0 20px;
}

.prof-ttl {
  font-family: "Bentham", serif;
  letter-spacing: 2px;
  color: #C5C8C7;
  margin: 0 auto 0.5em;
  position: relative;
}
.prof-ttl::after {
  content: "";
  position: absolute;
  top: 0.5em;
  right: 0;
  width: 83%;
  height: 1px;
  background: rgba(255, 255, 255, 0.4);
}

.prof-txt {
  font-size: 0.8em;
  line-height: 2;
  word-break: normal;
  word-wrap: normal;
}

.comment-negano {
  color: #C5C8C7;
  display: inline-block;
}

.original {
  text-align: center;
}

.original-img {
  display: block;
  width: 40%;
  max-width: 200px;
  margin: 0 auto;
}

.original-link {
  margin: 20px auto;
  display: block;
  color: #C5C8C7;
  transition: all 0.4s ease;
  font-size: 0.8em;
  text-decoration: underline;
}
.original-link:hover {
  opacity: 0.6;
}

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

#original

-------------------------------*/
#original {
  padding: 0 0 40px 0;
  color: #444;
  background: url(../img/top/bg_sp2.jpg) top center;
  background-size: cover;
}
@media screen and (min-width: 960px) {
  #original {
    background: url(../img/top/bg_pc3.jpg) #fef2f7 repeat;
    background-size: 250px;
  }
}

#original .ttl {
  color: #444;
  font-size: 2em;
  font-weight: normal;
  text-align: center;
  margin: 0 auto 40px;
  width: 150px;
}
@media screen and (min-width: 960px) {
  #original .ttl {
    width: 150px;
  }
}

.original-inner {
  position: relative;
  margin: 0 auto;
  padding: 5%;
  max-width: 1024px;
}

.original-box {
  padding: 0 5vw;
  margin: 0 auto;
  padding: 10px;
  margin-bottom: 30px;
}
@media screen and (min-width: 960px) {
  .original-box {
    padding: 0;
    width: 90%;
    max-width: 960px;
    margin: 0 auto;
  }
}

.original-img {
  width: 60%;
  max-width: 240px;
  margin: 0 auto 20px;
}

.original-name {
  text-align: center;
  font-size: 1.2em;
  padding: 30px 0 10px;
}

.original-name span {
  font-size: 0.5em;
}

.original-txt {
  line-height: 2;
  margin: 1em auto;
  word-break: normal;
  word-wrap: normal;
  font-size: 15px;
}
@media screen and (min-width: 960px) {
  .original-txt {
    font-size: 16px;
  }
}

.original {
  text-align: center;
}

.original-img {
  display: block;
  width: 50%;
  max-width: 200px;
  margin: 0 auto;
}

.original-link {
  margin: 20px auto;
  display: block;
  color: #e8343d;
  transition: all 0.4s ease;
  font-size: 0.8em;
  text-decoration: underline;
  text-align: center;
}
.original-link:hover {
  opacity: 0.6;
}

.kerning {
  letter-spacing: -3px;
  padding: 0 3px 0 0;
}

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

#footer

-------------------------------*/
#footer {
  padding: 8vw 0;
}

.footer-billing {
  width: 95%;
  max-width: 480px;
  margin: 30px auto 50px;
}
@media screen and (min-width: 960px) {
  .footer-billing {
    width: 600px;
    margin: 0 auto 50px;
  }
}

.share-ttl {
  color: #444;
  font-size: 1em;
  font-weight: normal;
  text-align: center;
  margin: 0 auto 20px;
}

@media screen and (min-width: 960px) {
  .photo1 {
    background: url(../img/photo/1_pc.jpg) top center fixed;
    background-size: cover;
    height: 60vh;
  }
}

.photo3 {
  position: relative;
}

.main-lead {
  position: absolute;
  bottom: 1vw;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 900px;
  width: 80%;
}

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

#movie

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

#trailer .ttl {
  font-family: "Bentham", serif;
  letter-spacing: 2px;
  margin: 0 auto;
  text-align: center;
  font-size: 1.3rem;
  color: #f7f7f4;
  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;
}

.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 {
    max-width: 800px;
    margin: 0 auto;
  }
}

.movie-cap {
  padding: 15px 0;
  text-align: center;
  color: #444;
  font-size: 16px;
  font-weight: bold;
}

.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: #e9333d;
}

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

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

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

.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: 42%;
  z-index: 1;
  background: #ea333d;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (min-width: 960px) {
  .trailer-prev, .trailer-next {
    top: 36%;
    display: none;
  }
}

.trailer-prev {
  left: 4vw;
}
@media screen and (min-width: 960px) {
  .trailer-prev {
    left: 42px;
  }
}
.trailer-prev img {
  border: 1px solid #eee;
}

.trailer-next {
  right: 4vw;
}
@media screen and (min-width: 960px) {
  .trailer-next {
    right: 42px;
  }
}
.trailer-next img {
  border: 1px solid #eee;
}

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

/* PC */
@media screen and (min-width: 1024px) {
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
  #trailer {
    margin: 0 auto;
    padding: 60px 0;
    width: 90%;
    max-width: 1280px;
  }
  .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 */