@charset "UTF-8";
/* CSS INFORMATION -====================================================
File name : base.css
Description : 共通
===================================================================== */
/* =====================================================================
    共通（大枠）
======================================================================*/
html {
  min-height: 100vh;
  overflow-x: hidden;
  font-size: calc(10 / 750 * 100vw);
}

.gDef-top-banner {
  background-color: #ffff00;
}

.wrapper {
  background-color: #fff;
  color: #4e44b2;
  font-family: 'M PLUS Rounded 1c', "メイリオ", "ＭＳ Ｐゴシック", "小塚ゴシック Pro R", "ヒラギノ角ゴ Pro W3", "Meiryo", "MS PGothic", "KozGoPro-Regular", "Hiragino Kaku Gothic Pro", "MS UI Gothic", Osaka, sans-serif;
  font-size: 2.4rem;
  letter-spacing: 0.075em;
  line-height: 1;
}

.wrapper img {
  display: block;
  width: 100%;
  height: auto;
}

.wrapper a {
  display: block;
  color: #4e44b2;
}

section,
header,
footer {
  position: relative;
}

.inner {
  position: relative;
  width: calc(680 / 750 * 100%);
  margin: 0 auto;
  z-index: 2;
}

/* ブライトコーブプレーヤー背景対策 */
.bc-iframe,
.bc-iframe body,
.bc-player-default_default,
.bc-player-default_default .vjs-poster {
  background-color: #fff !important;
}

.hs-txt {
  font-family: 'Questrial', sans-serif;
  /* font-family: Century Gothic, sans-serif; */
}

@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  html {
    font-size: calc(10 / 1240 * 100vw);
  }
  .wrapper {
    font-size: 1.6rem;
  }
  .wrapper a {
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .inner {
    width: 100%;
    max-width: 1240px !important;
    padding: 0 calc(100 / 1240 * 100%);
  }
  .sp {
    display: none !important;
  }
}

@media screen and (min-width: 1240px) {
  html {
    font-size: 10px;
  }
  .inner {
    padding: 0 100px;
  }
}

/* =====================================================================
*    共通
* =================================================================== */
.sec_ttl {
  position: relative;
  margin-bottom: 4rem;
  padding-top: 7.2rem;
  font-size: 3.5rem;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-align: center;
}

.sec_ttl::before {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  left: 50%;
  width: 100%;
  height: 5rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.btn1 {
  position: relative;
  width: 48rem;
  margin: 5.7rem auto 0;
  padding: 3.4rem 0;
  font-size: 3.3rem;
  font-weight: 800;
  text-align: center;
  background: #ffff00;
  border-radius: 3em;
}

.btn1::after {
  content: '';
  position: absolute;
  display: block;
  top: 50%;
  right: 1em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0.5em;
  height: 100%;
  background: url(../images/common/icon_arrow.png) no-repeat center/contain;
}

.btn2 {
  position: relative;
  width: 48rem;
  margin: 5.7rem auto 0;
  padding: 3.4rem 0;
  font-size: 3.3rem;
  font-weight: 800;
  text-align: center;
  background: #a9a9a9;
  border-radius: 3em;
}

.movie_embed {
  position: relative;
}

.movie_embed::before {
  content: '';
  position: absolute;
  display: block;
  bottom: -1.6rem;
  right: -1.6rem;
  width: 100%;
  height: 100%;
  background: url(../images/common/bg_pattern1.png) no-repeat center/contain;
}

.movie_embed_inner {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  border-radius: 4rem;
  overflow: hidden;
}

.movie_embed_inner iframe,
.movie_embed_inner img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.movie_embed_inner img {
  pointer-events: none;
}

@media screen and (min-width: 768px) {
  .btn1 {
    position: relative;
    width: 36rem;
    margin-top: 7rem;
    padding: 2.5rem 0;
    font-size: 2.5rem;
  }
  .btn1::after {
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .btn1:hover::after {
    right: 0.7em;
  }
}

/* =====================================================================
*    header
* =================================================================== */
.submv::before {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/common/bg_submv-sp.png) no-repeat center top/100% auto;
  z-index: 1;
}

.submv h1 {
  position: relative;
  margin: 0 auto;
  padding: calc(17 / 750 * 100%) 0 calc(18 / 750 * 100%);
  width: calc(288 / 750 * 100%);
  z-index: 2;
}

.submv_date {
  margin-top: calc(-20 / 750 * 100%);
}

.nav {
  position: relative;
}

.nav::before {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 0.4rem;
  background: url(../images/common/img_border1.jpg) repeat-x top left 43rem/75rem auto;
}

.nav::after {
  content: '';
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.4rem;
  background: url(../images/common/img_border1.jpg) repeat-x bottom left 43rem/75rem auto;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

.nav_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 2rem 0;
}

@media screen and (max-width: 767px) {
  .nav_menu.inner {
    width: 100%;
  }
  .nav_menu li:nth-child(4)::before {
    display: none;
  }
}

.nav_menu li {
  position: relative;
  height: 8rem;
}

.nav_menu li::before {
  content: '';
  position: absolute;
  display: block;
  top: 50%;
  right: -0.3rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0.4rem;
  height: 2rem;
  background: url(../images/common/img_dots2.png) no-repeat center/contain;
}

.nav_menu li:last-child::before {
  display: none;
}

.nav_menu li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 3rem;
  width: 100%;
  height: 100%;
  font-size: 2.2rem;
}

.nav_menu li a span {
  font-weight: 800;
  color: #ff50c8;
  text-align: center;
}

.nav_menu li.nolink a {
  pointer-events: none;
}

.nav_menu li.nolink a span {
  color: #cccccc;
}

@media screen and (min-width: 768px) {
  .submv {
    background: url(../images/common/bg_submv-pc.jpg) no-repeat center/cover;
  }
  .submv::before {
    display: none;
  }
  .submv h1 {
    padding: calc(25 / 1920 * 100%) 0 0;
    width: calc(322 / 1920 * 100%);
  }
  .submv_date {
    margin: calc(-70 / 1920 * 100%) auto 0;
    width: calc(704 / 1920 * 100%);
  }
  .nav_menu {
    padding: 0;
  }
  .nav_menu li {
    height: 14.4rem;
  }
  .nav_menu li a {
    padding: 0 2rem;
    font-size: 1.6rem;
  }
  .nav_menu li a:hover span::before {
    opacity: 1;
  }
  .nav_menu li a span {
    position: relative;
    font-size: 2.4rem;
    white-space: nowrap;
  }
  .nav_menu li a span::before {
    content: '';
    position: absolute;
    display: block;
    top: -1.4em;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 1.8em;
    height: 0.9em;
    background: url(../images/common/icon_nav.png) no-repeat center/contain;
    opacity: 0;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
}

/* =====================================================================
*    banner
* =================================================================== */
.banner_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.banner_list li {
  margin-bottom: 2rem;
}

@media screen and (max-width: 767px) {
  .banner_list li:last-child {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 768px) {
  .banner_list li {
    width: calc(450 / 1040 * 100%);
    margin: 0 calc(50 / 1040 * 100%) 4rem 0;
  }
  .banner_list li:nth-last-child(-n+2) {
    margin-bottom: 0;
  }
  .banner_list li:nth-child(2n), .banner_list li:last-child {
    margin-right: 0;
  }
  .banner_list li a:hover {
    -webkit-transform: scale(1.07);
            transform: scale(1.07);
  }
}

/* =====================================================================
*    footer
* =================================================================== */
#footer {
  padding: 7.2rem 0;
}

#footer::before {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 0.4rem;
  background: url(../images/common/img_border1.jpg) repeat-x top left 43rem/75rem auto;
}

#footer::after {
  content: '';
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.4rem;
  background: url(../images/common/img_border1.jpg) repeat-x bottom left 43rem/75rem auto;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

.copyright {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0;
  text-align: center;
}

/* =====================================================================
*    popup
* =================================================================== */
.popup {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 99999;
}

.popup_area {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

.popup_bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(78, 68, 178, 0.9);
}

.popup_inner {
  position: relative;
  margin: 15rem auto;
  padding: 10rem 0;
  width: calc(680 / 750 * 100%);
}

.popup_close {
  position: absolute;
  top: 0;
  right: 0;
  width: 7.2rem;
  z-index: 1;
}

.popup_close::before, .popup_close::after {
  content: "";
  display: block;
  margin: 0 auto;
  padding-top: 100%;
  width: 2px;
  background-color: #ffff00;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.popup_close::after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.popup_list {
  width: 100%;
  height: 100%;
}

.popup_list > li {
  display: none;
  position: relative;
  padding: 6.7rem calc(40 / 680 * 100%) 10rem;
  background-color: #fff;
  border-radius: 4rem;
  z-index: 2;
}

.popup_list .sec_ttl {
  font-size: 3.3rem;
  line-height: 1.3;
}

.popup_list .sec_ttl::before {
  height: 4rem;
  background-image: url(../images/common/icon_popup_ttl.png);
}

.popup_list .cast_ttl {
  margin-bottom: 4rem;
  font-size: 4.4rem;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.3;
  color: #ff50c8;
  text-align: center;
}

.popup_list figure {
  position: relative;
  margin: 0 auto 9.6rem;
}

.popup_list figure::before {
  content: '';
  position: absolute;
  display: block;
  bottom: -1.6rem;
  right: -1.6rem;
  width: 100%;
  height: 100%;
  background: url(../images/common/bg_pattern2.png) no-repeat center/contain;
}

.popup_list figure::after {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/common/img_frame.png) no-repeat center/contain;
}

.popup_list figure img {
  position: relative;
  padding: 0.45rem;
  border-radius: 4rem;
  overflow: hidden;
  pointer-events: none;
  z-index: 1;
}

.popup_list .movie_embed::before {
  display: none;
}

.popup_list_comment dt {
  margin-bottom: 3.6rem;
  padding-top: 3%;
  height: 8.4rem;
  font-size: 2.6rem;
  font-weight: 800;
  text-align: center;
  background: url(../images/common/bg_ballon.png) no-repeat center/contain;
}

.popup_list_comment dd p {
  line-height: 1.416;
}

.popup_list_song {
  margin-top: 2em;
}

.popup_list_song dt {
  margin: 0 auto 3.6rem;
  padding: 2rem 0;
  width: calc(400 / 680 * 100%);
  font-weight: 800;
  color: #fff;
  background: #ff50c8;
  text-align: center;
  border-radius: 3em;
}

.popup_list_song dd {
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .popup_area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .popup_bg {
    cursor: pointer;
  }
  .popup_inner {
    margin: auto;
    width: calc(960 / 1240 * 100%);
    max-width: 960px;
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
  .popup_close {
    cursor: pointer;
  }
  .popup_close::before, .popup_close::after {
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .popup_close:hover::before, .popup_close:hover::after {
    background-color: #fff;
  }
  .popup_list > li {
    padding: 8rem calc(180 / 960 * 100%);
  }
  .popup_list > li .cast_ttl {
    margin-bottom: 3.2rem;
  }
  .popup_list > li figure {
    margin-bottom: 7.6rem;
  }
  .popup_list_comment dt {
    font-size: 2.2rem;
  }
  .popup_list_comment dd p {
    line-height: 1.625;
  }
  .popup_list_song dt {
    margin-bottom: 2.4rem;
    padding: 1.4rem 0;
    width: 30rem;
    font-size: 2.1rem;
  }
}

/* =====================================================================
    print
======================================================================*/
@media print {
  .cast_list_box img,
  .popup_list img,
  .img_list img {
    display: none;
  }
}
/*# sourceMappingURL=base.css.map */