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

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

.wrapper {
  position: relative;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  color: #140700;
  background: url(../images/common/bg_pattern1.jpg) repeat-y center top/100% auto;
  overflow-x: clip;
}
.wrapper section,
.wrapper main,
.wrapper header,
.wrapper footer,
.wrapper aside {
  position: relative;
}
.wrapper img {
  display: block;
  width: 100%;
  height: auto;
  pointer-events: none;
}
.wrapper a {
  display: block;
  color: #140700;
  word-break: break-all;
}

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

@media screen and (max-width: 767px) {
  .is-pc {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: calc(10 / 1600 * 100vw);
  }
  .wrapper {
    font-size: 1.8rem;
    font-size: max(1.8rem, 15px);
  }
  .wrapper a {
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .inner {
    padding: 0 calc(40 / 1600 * 100%);
    width: 80%;
    max-width: 1080px;
  }
  .is-sp {
    display: none !important;
  }
}
@media screen and (min-width: 1600px) {
  html {
    font-size: 10px;
  }
  .inner {
    padding: 0 40px;
  }
}
/* =====================================================================
*    共通
* =================================================================== */
.sec_ttl {
  margin: 0 0 10rem calc(-75 / 650 * 100%);
  width: calc(800 / 650 * 100%);
}

.btn1 {
  text-align: center;
}
.btn1 a {
  display: inline-block;
  padding: 3rem 4rem;
  min-width: 50rem;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 700;
  font-size: 114%;
  border-radius: 3em;
  color: #fff;
  background-color: #d45340;
  -webkit-box-shadow: 0px 3px 0px 0px #be2a14;
          box-shadow: 0px 3px 0px 0px #be2a14;
}

.yt_popup {
  position: relative;
}
.yt_popup::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 14.3055555556%;
  padding-top: 14.3055555556%;
  background: url(../images/common/icon_play.png) no-repeat center/contain;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

@media screen and (min-width: 768px) {
  .sec_ttl {
    margin: 0 auto 8rem;
    width: calc(800 / 1000 * 100%);
  }
  .btn1 a {
    padding: 2.2rem 4rem;
    font-size: max(2.6rem, 18px);
  }
  .btn1 a:hover {
    background-color: #be2a14;
    -webkit-transform: translateY(3px);
            transform: translateY(3px);
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }
  .yt_popup:hover::after {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
/* =====================================================================
    submv
======================================================================*/
.submv {
  padding: calc(61 / 750 * 100%) 0 calc(73 / 750 * 100%);
  background: #dad6ce url(../images/common/img_submv-sp.jpg) no-repeat center/100% auto;
}
.submv h1 {
  margin-left: calc(371 / 650 * 100%);
  width: calc(274 / 650 * 100%);
}
.submv_date {
  margin: calc(31 / 650 * 100%) 0 0 calc(351 / 650 * 100%);
  width: calc(321 / 650 * 100%);
}

@media screen and (min-width: 768px) {
  .submv {
    padding: calc(33 / 1000 * 100%) 0 calc(38 / 1000 * 100%);
    background-image: url(../images/common/img_submv-pc.jpg);
    background-size: contain;
  }
  .submv .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
  }
  .submv h1 {
    margin: 0;
    width: calc(234 / 1000 * 100%);
  }
  .submv_date {
    margin: 0 0 0 calc(53 / 1000 * 100%);
    width: calc(321 / 1000 * 100%);
  }
}
@media screen and (min-width: 1080px) {
  .submv {
    padding: 26px 0 33px;
    background-size: 1000px auto;
  }
}
/* =====================================================================
*    header
* =================================================================== */
.nav {
  background: #d45340;
}
.nav_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.nav_menu li {
  position: relative;
  padding: 0 calc(15 / 750 * 100%);
  width: 20%;
}
.nav_menu li:not(:last-child)::before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-right: -4.6666666667%;
  width: 9.3333333333%;
  padding-top: 9.3333333333%;
  background: url(../images/common/icon_star2.png) no-repeat center/contain;
}
.nav_menu li a {
  position: relative;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 18rem;
}
.nav_menu li.nolink a {
  pointer-events: none;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  opacity: 0.4;
}

.header_banner {
  padding: 3rem 0;
  background: #69adae;
}

@media screen and (min-width: 768px) {
  .nav_menu {
    max-width: 1080px;
    margin: 0 auto;
  }
  .nav_menu li {
    padding: 0 calc(55 / 1080 * 100%);
  }
  .nav_menu li a {
    height: 13rem;
    min-height: 90px;
  }
  .nav_menu li a:hover {
    opacity: 0.6;
  }
}
/* =====================================================================
*    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-top: 2rem;
  width: calc(540 / 650 * 100%);
}
.banner_list li:first-child {
  margin-top: 0;
}

@media screen and (min-width: 768px) {
  .banner_list li {
    margin: 2rem calc(20 / 1000 * 100%) 0 0;
    width: calc(380 / 1000 * 100%);
  }
  .banner_list li:nth-child(-n+2) {
    margin-top: 0;
  }
  .banner_list li:nth-child(2n), .banner_list li:last-child {
    margin-right: 0;
  }
  .banner_list li a:hover {
    -webkit-transform: translateY(-1rem);
            transform: translateY(-1rem);
  }
}
/* =====================================================================
*    footer
* =================================================================== */
.footer {
  padding-top: 18rem;
}
.footer .inner {
  padding-bottom: 56rem;
}
.footer .img_torso1 {
  position: absolute;
  bottom: -4.2rem;
  left: 0;
  margin-left: calc(120 / 650 * 100%);
  width: calc(132 / 650 * 100%);
}
.footer .img_torso2 {
  position: absolute;
  bottom: -2.5rem;
  right: 0;
  margin-right: calc(60 / 650 * 100%);
  width: calc(326 / 650 * 100%);
}
.footer .sns_list li {
  position: relative;
  margin: 0 auto;
  width: calc(570 / 650 * 100%);
}
@media screen and (max-width: 767px) {
  .footer .sns_list li:not(:first-child) {
    margin-top: 9rem;
  }
  .footer .sns_list li:not(:first-child)::before {
    content: "";
    position: absolute;
    display: block;
    top: -7.5rem;
    left: 50%;
    width: 3.6rem;
    height: 5.5rem;
    background: url(../images/common/icon_star.png) no-repeat center/contain;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.fix_content {
  display: none;
  position: fixed;
  bottom: 0;
  right: 4rem;
  z-index: 100;
}

.pagetop {
  margin-left: auto;
}
.pagetop a {
  width: 13.3rem;
  height: 13.3rem;
}

.copyright {
  position: relative;
  padding: 5rem 0 9rem;
  text-align: center;
  font-family: "Shippori Mincho B1", serif;
  font-size: 12px;
  letter-spacing: 0.2em;
  line-height: 1.75;
  color: #fff;
  background-color: #69adae;
  z-index: 3;
}
.copyright::before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 5.6rem;
  background: url(../images/common/bg_ribbon.png) repeat-x center top/auto 100%;
  z-index: 1;
  top: -5.5rem;
}
@media screen and (min-width: 768px) {
  .copyright::before {
    top: -3.5rem;
    height: 3.6rem;
  }
}

@media screen and (min-width: 768px) {
  .footer {
    padding-top: 14rem;
  }
  .footer .inner {
    padding-bottom: 17rem;
  }
  .footer .img_torso1 {
    bottom: -4.2rem;
    margin-left: calc(-118 / 1000 * 100%);
    width: calc(87 / 1000 * 100%);
  }
  .footer .img_torso2 {
    bottom: -2.5rem;
    margin-right: calc(-164 / 1000 * 100%);
    width: calc(214 / 1000 * 100%);
  }
  .footer .sns_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;
  }
  .footer .sns_list li {
    margin: 0 0 4rem;
    width: calc(450 / 1000 * 100%);
  }
  .footer .sns_list li:nth-last-child(-n+2) {
    margin-bottom: 0;
  }
  .footer .sns_list li:nth-child(2n) {
    margin-left: calc(100 / 1000 * 100%);
  }
  .footer .sns_list li:nth-child(2n)::before {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    margin: 5.5555555556% 0 0 -16.8888888889%;
    width: 11.3333333333%;
    padding-top: 17.3333333333%;
    background: url(../images/common/icon_star.png) no-repeat center/contain;
  }
  .footer .sns_list li a {
    position: relative;
  }
  .footer .sns_list li a::after {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    opacity: 0;
    pointer-events: none;
  }
  .footer .sns_list li a:hover::after {
    opacity: 1;
  }
  .footer .sns_list li.x a::after {
    background-image: url(../images/banner/bnr_X_h.png);
  }
  .footer .sns_list li.insta a::after {
    background-image: url(../images/banner/bnr_Instagram_h.png);
  }
  .pagetop a {
    width: 11rem;
    height: 11rem;
  }
  .pagetop a:hover {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  .copyright {
    padding: 4rem 0 5.5rem;
    font-size: 1.6rem;
  }
}
/* =====================================================================
*    popup
* =================================================================== */
.popup {
  position: fixed !important;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: 100svh;
  z-index: 99999;
}

.popup_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5.5em 0;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.popup_bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(218, 214, 206, 0.8);
}

.popup_inner {
  position: relative;
  margin: auto;
  -ms-flex-item-align: start;
  align-self: flex-start;
  width: calc(650 / 750 * 100%);
}

@media screen and (max-width: 767px) {
  .popup_movie .popup_inner {
    width: 100%;
  }
}
.popup_close {
  position: absolute;
  top: -4em;
  right: 0;
  width: 3em;
  height: 3em;
  background: rgba(249, 130, 104, 0.6);
  border-radius: 0.6rem;
  z-index: 3;
}
.popup_close::before, .popup_close::after {
  content: "";
  display: block;
  width: 0.1em;
  margin: 0.55em auto 0;
  padding-top: 60%;
  background-color: #140700;
  -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 {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fff;
}
.popup_list > li {
  position: relative;
  display: none;
  margin: 0 auto;
  line-height: 1.7;
  z-index: 2;
}

.popup_movie_embed {
  position: relative;
  padding-top: 56.25%;
}
.popup_movie_embed iframe,
.popup_movie_embed video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.popup_close2 {
  margin: 1em auto 0;
  padding: 0.5em;
  width: 30rem;
  font-size: 16px;
  text-align: center;
  background: #69adae;
  color: #fff;
  border: 1px solid #fff;
}

@media screen and (min-width: 768px) {
  .popup_bg {
    cursor: pointer;
  }
  .popup_inner {
    width: 90%;
    max-width: 1000px;
  }
  .popup_movie .popup_inner {
    max-width: 120vh;
  }
  .popup_close {
    cursor: pointer;
  }
  .popup_close2 {
    width: 50rem;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    cursor: pointer;
  }
  .popup_close2:hover {
    background-color: #d45340;
  }
}
/* =====================================================================
    print
======================================================================*/
@media print {
  .about_photo img,
  .cast_list figure img {
    display: none;
  }
}/*# sourceMappingURL=base.css.map */