@charset "UTF-8";
/* CSS INFORMATION =====================================================
File name : base.css
Description : 共通
===================================================================== */
/* ========================================================
    base
======================================================== */
.gDef-contents * {
  margin: 0;
  padding: 0;
  font-size: 100%;
  line-height: 1.8;
  box-sizing: border-box;
}
.gDef-contents img {
  width: 100%;
  vertical-align: bottom;
  border: none;
}
.gDef-contents a {
  text-decoration: none;
  word-break: break-all;
  transition: 0.3s ease;
}
@media screen and (min-width: 768px) {
  .gDef-contents a:hover {
    opacity: 0.7;
  }
}
.gDef-contents dt {
  font-weight: 400;
}

.sp {
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
}

.pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .pc {
    display: inline-block;
  }
}

.color_red {
  color: #ea4a4c;
}
.color_orange {
  color: #e75138;
}
.color_blue {
  color: #0ba1d1;
}
.color_green {
  color: #177f5e;
}

.text_align_left {
  text-align: left;
}
.text_align_center {
  text-align: center;
}
.text_align_right {
  text-align: right;
}
.text_indent {
  display: block;
  padding-left: 1em;
  text-indent: -1em;
}
.text_link {
  position: relative;
  display: inline-block;
  padding-left: 1em;
  color: #ea4a4c;
  text-decoration: underline;
}
.text_link::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0.6em;
  display: block;
  width: 0.5em;
  height: 0.5em;
  border-top: 0.4rem solid #ea4a4c;
  border-right: 0.4rem solid #ea4a4c;
  transform: rotate(45deg);
}
@media screen and (min-width: 768px) {
  .text_link::after {
    border-top: 0.2rem solid #ea4a4c;
    border-right: 0.2rem solid #ea4a4c;
  }
}

/* ========================================================
    layout
======================================================== */
html {
  font-size: 1.3333333333vw;
}
@media screen and (min-width: 768px) {
  html {
    font-size: 10px;
  }
}

.gDef-contents {
  width: 100%;
  color: #000000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 3rem;
  font-weight: 500;
  text-align: left;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 768px) {
  .gDef-contents {
    font-size: 1.8rem;
  }
}

#wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.main {
  position: relative;
  width: 100%;
}

.inner {
  position: relative;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 5rem;
}

/* ========================================================
    header
======================================================== */
.header {
  position: relative;
  width: 100%;
  overflow: initial;
  z-index: 1;
}

.mv {
  position: relative;
  width: 100%;
  padding: 0 0 3rem 0;
}
.mv::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  z-index: -2;
}
.mv .inner {
  max-width: 1600px;
  padding: 0;
}
.mv_img {
  position: relative;
  width: 95.5%;
  margin: 0 auto;
}
.mv_text {
  position: relative;
  width: 100%;
  margin-top: 3rem;
}
.mv_ttl {
  position: relative;
  width: 95.5%;
  margin: 0 auto;
  font-size: 0;
}
.mv_date {
  position: relative;
  width: 86.6666666667%;
  margin: 1.5rem auto 0 auto;
}
@media screen and (min-width: 768px) {
  .mv_date {
    width: 58.25%;
  }
}

.submv {
  position: relative;
  width: 100%;
  padding: 0 0 2rem 0;
}
.submv::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  z-index: -2;
}
.submv .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: nowrap;
  max-width: 1060px;
  padding: 0 3rem;
}
.submv_img {
  position: relative;
  width: 52.1739130435%;
}
@media screen and (min-width: 768px) {
  .submv_img {
    width: 50%;
  }
}
.submv_text {
  position: relative;
  width: 43.4782608696%;
}
@media screen and (min-width: 768px) {
  .submv_text {
    width: 44.6%;
  }
}
.submv_ttl {
  position: relative;
  width: 100%;
  font-size: 0;
}
.submv_ttl > a {
  position: relative;
  display: block;
}
@media screen and (min-width: 768px) {
  .submv_ttl > a:hover {
    opacity: 1;
  }
}
.submv_date {
  position: relative;
  width: 100%;
  margin-top: 3rem;
}

.headbnr {
  position: relative;
  width: 100%;
  padding: 3rem 0 0 0;
  background-image: url(../images/common/common_bg02_edge01.png);
  background-repeat: repeat-x;
  background-position: center top;
  background-size: 12.8rem 0.3rem;
}
.headbnr::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.2rem;
  bottom: -0.1rem;
  display: block;
  width: 100%;
  height: calc(100% - 0.1rem);
  background-image: url(../images/common/common_bg02.png);
  background-repeat: repeat;
  background-position: center center;
  background-size: 12.8rem 12.8rem;
  z-index: -2;
}
.headbnr_list {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  margin-top: -2.4rem;
}
.headbnr_list > li {
  width: 83.0769230769%;
  margin: 2.4rem 0 0 0;
}
@media screen and (min-width: 768px) {
  .headbnr_list > li {
    width: 38%;
    margin: 2.4rem 0 0 4%;
  }
}
@media screen and (min-width: 768px) {
  .headbnr_list > li:nth-child(2n+1) {
    margin-left: 0;
  }
}
.headbnr_list > li > a {
  position: relative;
  display: block;
}

.nav {
  position: relative;
  width: 100%;
  padding: 4rem 0;
  background-image: url(../images/common/common_bg02_edge02.png);
  background-repeat: repeat-x;
  background-position: center bottom;
  background-size: 12.8rem 0.3rem;
}
@media screen and (min-width: 768px) {
  .nav {
    padding: 3rem 0;
  }
}
.nav::before {
  content: "";
  position: absolute;
  left: 0;
  top: -0.1rem;
  bottom: 0.2rem;
  display: block;
  width: 100%;
  height: calc(100% - 0.1rem);
  background-image: url(../images/common/common_bg02.png);
  background-repeat: repeat;
  background-position: center center;
  background-size: 12.8rem 12.8rem;
  z-index: -2;
}
.nav .inner {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  max-width: 100%;
  padding: 0;
}
.nav_menu {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  margin-top: -1.5rem;
}
.nav_menu > li {
  position: relative;
  width: 25%;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .nav_menu > li {
    width: auto;
  }
}
.nav_menu > li.nav_cast .nav_date {
  bottom: calc(100% - 1.4rem);
}
@media screen and (min-width: 768px) {
  .nav_menu > li.nav_cast .nav_date {
    bottom: calc(100% - 0.08rem);
  }
}
@media screen and (min-width: 1100px) {
  .nav_menu > li.nav_cast .nav_date {
    bottom: calc(100% - 0.3rem);
  }
}
.nav_menu > li:nth-child(4n+1)::before {
  content: none;
}
@media screen and (min-width: 768px) {
  .nav_menu > li:nth-child(4n+1)::before {
    content: "";
  }
}
.nav_menu > li:first-child::before {
  content: none;
}
.nav_menu > li::before {
  content: "";
  position: absolute;
  left: -0.25rem;
  top: 50%;
  display: block;
  width: 0.5rem;
  height: 7rem;
  background-image: url(../images/common/nav_bg01.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .nav_menu > li::before {
    height: 4.2rem;
    background-size: 100% auto;
  }
}
.nav_menu > li > a {
  display: block;
  padding: 1rem 1.6rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .nav_menu > li > a {
    padding: 0 2.2727272727vw;
  }
}
@media screen and (min-width: 1100px) {
  .nav_menu > li > a {
    padding: 0 2.5rem;
  }
}
@media screen and (min-width: 768px) {
  .nav_menu > li > a:hover {
    transform: translateY(-0.8rem);
    opacity: 1;
  }
}
.nav_menu > li > a > em {
  display: block;
  color: #000000;
  font-style: normal;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .nav_menu > li > a > em {
    font-size: 2vw;
  }
}
@media screen and (min-width: 1100px) {
  .nav_menu > li > a > em {
    font-size: 2.2rem;
  }
}
.nav_menu > li > a > span {
  display: block;
  color: #0ba1d1;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 768px) {
  .nav_menu > li > a > span {
    font-size: 1.6363636364vw;
  }
}
@media screen and (min-width: 1100px) {
  .nav_menu > li > a > span {
    font-size: 1.8rem;
  }
}
.nav_date {
  position: absolute;
  left: 50%;
  bottom: calc(100% + 0.4rem);
  display: block;
  width: auto;
  background-color: #ea4a4c;
  transform: translateX(-50%);
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .nav_date {
    bottom: calc(100% + 1rem);
  }
}
.nav_date > span {
  display: block;
  padding: 0 1rem;
  color: #ffffff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .nav_date > span {
    font-size: 1.2727272727vw;
  }
}
@media screen and (min-width: 1100px) {
  .nav_date > span {
    font-size: 1.4rem;
  }
}
.nav_date > span > em {
  font-style: normal;
  font-size: 2.8rem;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .nav_date > span > em {
    font-size: 1.6363636364vw;
  }
}
@media screen and (min-width: 1100px) {
  .nav_date > span > em {
    font-size: 1.8rem;
  }
}
.nav_sns {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  margin: 4rem 0 -6rem 0;
}
@media screen and (min-width: 768px) {
  .nav_sns {
    max-width: 1100px;
    margin: 3rem 0 -4.5rem 0;
  }
}
.nav_sns > li {
  position: relative;
  width: 18.9333333333%;
  aspect-ratio: 142/100;
  margin-left: 1rem;
}
@media screen and (min-width: 768px) {
  .nav_sns > li {
    width: 9.0909090909%;
  }
}
.nav_sns > li:first-child {
  margin-left: 0;
}
.nav_sns > li.nav_x > a {
  background-image: url(../images/common/nav_bg02_sp.png);
}
.nav_sns > li.nav_instagram > a {
  background-image: url(../images/common/nav_bg03_sp.png);
}
.nav_sns > li.nav_tiktok > a {
  background-image: url(../images/common/nav_bg04_sp.png);
}
.nav_sns > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}
@media screen and (min-width: 768px) {
  .nav_sns > li > a:hover {
    transform: translateY(-0.8rem);
    opacity: 1;
  }
}
.nav_sns > li > a > svg {
  width: 4.4rem;
  aspect-ratio: 1/1;
  fill: #ffffff;
}
@media screen and (min-width: 768px) {
  .nav_sns > li > a > svg {
    width: 2.7272727273vw;
  }
}
@media screen and (min-width: 1100px) {
  .nav_sns > li > a > svg {
    width: 3rem;
  }
}

/* ========================================================
    footer
======================================================== */
.footer {
  position: relative;
  width: 100%;
}
.footer .fix_content {
  position: fixed;
  right: 0;
  bottom: 0;
  display: none;
  z-index: 100;
}
.footer .fix_content .fix_bnr {
  position: relative;
  width: auto;
  filter: drop-shadow(0 0 0.6em rgba(7, 5, 8, 0.5));
}
.footer .fix_content .fix_bnr_close {
  position: absolute;
  left: -2rem;
  top: -2rem;
  display: block;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background-color: #000000;
  z-index: 1;
  cursor: pointer;
}
.footer .fix_content .fix_bnr_close::after {
  content: "×";
  position: absolute;
  left: 50%;
  top: 45%;
  display: block;
  color: #ffffff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
  transform: translate(-50%, -50%);
}
.footer .fix_content .fix_bnr_list {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
}
.footer .fix_content .fix_bnr_list > li {
  width: 19rem;
  background-color: #ffffff;
}
.footer .fix_content .fix_bnr_list > li > a {
  position: relative;
  display: block;
}
.footer_bnr {
  position: relative;
  width: 100%;
  padding: 8rem 0;
  background-image: url(../images/common/common_bg02_edge01.png), url(../images/common/common_bg02_edge02.png);
  background-repeat: repeat-x, repeat-x;
  background-position: center top, center bottom;
  background-size: 12.8rem 0.3rem, 12.8rem 0.3rem;
}
@media screen and (min-width: 768px) {
  .footer_bnr {
    padding: 6rem 0;
  }
}
.footer_bnr::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.2rem;
  bottom: 0.2rem;
  display: block;
  width: 100%;
  height: calc(100% - 0.4rem);
  background-image: url(../images/common/common_bg02.png);
  background-repeat: repeat;
  background-position: center center;
  background-size: 12.8rem 12.8rem;
  z-index: -2;
}
.footer_bnr_list {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  margin-top: -2.4rem;
}
.footer_bnr_list > li {
  width: 83.0769230769%;
  margin: 2.4rem 0 0 0;
}
@media screen and (min-width: 768px) {
  .footer_bnr_list > li {
    width: 38%;
    margin: 2.4rem 0 0 4%;
  }
}
@media screen and (min-width: 768px) {
  .footer_bnr_list > li:nth-child(2n+1) {
    margin-left: 0;
  }
}
.footer_bnr_list > li > a {
  position: relative;
  display: block;
}
.footer_sns {
  position: relative;
  width: 100%;
  padding: 16rem 0 24rem 0;
}
@media screen and (min-width: 768px) {
  .footer_sns {
    padding: 10rem 0 15rem 0;
  }
}
.footer_sns::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../images/common/common_bg01.png);
  background-repeat: repeat;
  background-position: center center;
  background-size: 12.8rem 12.8rem;
  z-index: -2;
}
.footer_sns_list {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
}
.footer_sns_list > li {
  width: 20.3076923077%;
  aspect-ratio: 132/130;
  margin-left: 3rem;
}
@media screen and (min-width: 768px) {
  .footer_sns_list > li {
    width: 9.2%;
    margin-left: 2%;
  }
}
.footer_sns_list > li:first-child {
  margin-left: 0;
}
.footer_sns_list > li.nav_x > a {
  background-image: url(../images/common/footer_sns_bg01.png);
}
.footer_sns_list > li.nav_instagram > a {
  background-image: url(../images/common/footer_sns_bg02.png);
}
.footer_sns_list > li.nav_tiktok > a {
  background-image: url(../images/common/footer_sns_bg03.png);
}
.footer_sns_list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}
@media screen and (min-width: 768px) {
  .footer_sns_list > li > a:hover {
    transform: translateY(-0.8rem);
    opacity: 1;
  }
}
.footer_sns_list > li > a > svg {
  width: 5rem;
  aspect-ratio: 1/1;
  fill: #ffffff;
}
@media screen and (min-width: 768px) {
  .footer_sns_list > li > a > svg {
    width: 3.2727272727vw;
  }
}
@media screen and (min-width: 1100px) {
  .footer_sns_list > li > a > svg {
    width: 3.6rem;
  }
}
.footer_copyright {
  position: relative;
  width: 100%;
  padding: 5rem 0;
}
.footer_copyright::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #e9ded0;
  z-index: 1;
}
.footer_copyright > p {
  position: relative;
  color: #876438;
  font-family: "Zen Maru Gothic", serif;
  font-size: 2.2rem;
  text-align: center;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .footer_copyright > p {
    font-size: 1.8rem;
  }
}
.footer_pagetop {
  position: absolute;
  right: 50%;
  bottom: calc(100% - 1.4rem);
  display: block;
  width: 40%;
  transform: translateX(50%);
  transition: 0.3s ease;
}
@media screen and (min-width: 768px) {
  .footer_pagetop {
    right: 4.5rem;
    width: 21.5rem;
    bottom: calc(100% - 1rem);
    transform: none;
  }
}
@media screen and (min-width: 768px) {
  .footer_pagetop:hover {
    bottom: 100%;
  }
}
@media screen and (min-width: 768px) {
  .footer_pagetop:hover > a {
    opacity: 1;
  }
}
.footer_pagetop > a {
  position: relative;
  display: block;
}

/* ========================================================
    popup
======================================================== */
.popup {
  position: fixed;
  left: 0;
  top: 0;
  display: none;
  width: 100%;
  height: 100vh;
  height: 100svh;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1000;
}
.popup_area {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 1010;
}
.popup_bg {
  position: fixed;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100vh;
  height: 100svh;
  z-index: 1020;
  cursor: pointer;
}
.popup_inner {
  -ms-flex-item-align: start;
  align-self: flex-start;
  width: calc(100% - 10rem);
  max-width: 1000px;
  margin: auto;
  padding: 5rem 0;
  z-index: 1030;
}
.popup_list > li {
  display: none;
}
.popup_movie_embed {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.popup_movie_embed iframe {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.popup_close {
  position: relative;
  width: 9.2307692308%;
  aspect-ratio: 1/1;
  margin: 0 0 2rem auto;
  border-radius: 1rem;
  background-color: rgba(173, 173, 173, 0.5);
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .popup_close {
    width: 6%;
  }
}
@media screen and (min-width: 768px) {
  .popup_close:hover {
    background-color: rgba(255, 255, 255, 0.7);
  }
}
.popup_close::after {
  content: "✕";
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  color: #ffffff;
  font-family: "Zen Maru Gothic", serif;
  font-size: 3.6rem;
  font-weight: 900;
  line-height: 1;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px) {
  .popup_close::after {
    font-size: 3.2727272727vw;
  }
}
@media screen and (min-width: 1100px) {
  .popup_close::after {
    font-size: 3.6rem;
  }
}
.popup_close2 {
  position: relative;
  width: 86.1538461538%;
  margin: 5rem auto 0 auto;
  color: #ffffff;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 3.2rem;
  line-height: 5.4rem;
  text-align: center;
  border: 0.3rem solid #ea4a4c;
  border-radius: 6rem;
  background-color: #ea4a4c;
  transition: 0.3s ease;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .popup_close2 {
    width: 40%;
    font-size: 2.6rem;
    line-height: 4.4rem;
    border-radius: 5rem;
  }
}
@media screen and (min-width: 768px) {
  .popup_close2:hover {
    color: #ea4a4c;
    background-color: #ffffff;
  }
}/*# sourceMappingURL=base.css.map */