@charset "UTF-8";
/* CSS INFORMATION =====================================================
File name : base.css
Description : 共通
===================================================================== */
/* ========================================================
    base
======================================================== */
#early-warning {
  position: relative;
  background-color: #ffffff;
  z-index: 1;
}

.gDef-top-banner {
  position: relative;
  background-color: #ffffff;
  z-index: 1;
}

#gDefFooter {
  position: relative;
  z-index: 1;
}

.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: 500;
}
.gDef-contents em {
  font-style: normal;
}

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

.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;
}

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

.gDef-contents {
  width: 100%;
  color: #100923;
  font-family: "Shippori Mincho", serif;
  font-size: 2.8rem;
  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;
}
.wrapper::before {
  content: "";
  position: fixed;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100vh;
  height: 100svh;
  background-color: #f5ffff;
  background-image: url(../images/common/common_bg01_sp.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
  z-index: -5;
}
@media screen and (min-width: 768px) {
  .wrapper::before {
    background-image: url(../images/common/common_bg01_pc.jpg);
  }
}

#subpage .wrapper::before {
  background-image: none;
}

.main {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.main > :last-child {
  padding-bottom: 20rem !important;
}
@media screen and (min-width: 768px) {
  .main > :last-child {
    padding-bottom: 15rem !important;
  }
}

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

/* ========================================================
    header
======================================================== */
.header {
  position: relative;
  width: 100%;
}
.header::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #f5ffff;
  z-index: -4;
}
.header::after {
  content: "";
  position: absolute;
  left: 0;
  top: 53rem;
  display: block;
  width: 100%;
  aspect-ratio: 750/764;
  background-image: url(../images/common/common_bg02_sp.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  z-index: -3;
}
@media screen and (min-width: 768px) {
  .header::after {
    top: 0;
    aspect-ratio: 1600/1081;
    background-image: url(../images/common/common_bg02_pc.jpg);
  }
}
.header .mv {
  position: relative;
  width: 100%;
}
.header .mv_column {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}
.header .mv_img {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .header .mv_img {
    width: 90.9090909091%;
  }
}
.header .mv_onair {
  position: relative;
  width: 100%;
  padding: 3.2rem 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .header .mv_onair {
    padding: 2.4rem 0;
  }
}
.header .mv_onair_text {
  position: relative;
  display: inline-block;
  width: auto;
  color: transparent;
  font-size: 4.8rem;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.02em;
  background-image: url(../images/common/common_bg06.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  -webkit-background-clip: text;
  background-clip: text;
}
@media screen and (min-width: 768px) {
  .header .mv_onair_text {
    font-size: 4.4rem;
  }
}
.header .mv_onair_text > small {
  display: inline-block;
  font-size: 75%;
}
.header .submv {
  position: relative;
  width: 100%;
}
.header .submv_column {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}
.header .submv_column > a {
  display: block;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .header .submv_column > a:hover {
    opacity: 1;
  }
}
.header .submv_img {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .header .submv_img {
    width: 90.9090909091%;
  }
}
.header .submv_onair {
  position: relative;
  width: 100%;
  padding: 3.2rem 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .header .submv_onair {
    padding: 2.4rem 0;
  }
}
.header .submv_onair_text {
  position: relative;
  display: inline-block;
  width: auto;
  color: transparent;
  font-size: 4.8rem;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.02em;
  background-image: url(../images/common/common_bg06.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  -webkit-background-clip: text;
  background-clip: text;
}
@media screen and (min-width: 768px) {
  .header .submv_onair_text {
    font-size: 4.4rem;
  }
}
.header .submv_onair_text > small {
  display: inline-block;
  font-size: 75%;
}
.header .headbnr {
  position: relative;
  width: 100%;
  padding: 0 0 4rem 0;
}
@media screen and (min-width: 768px) {
  .header .headbnr {
    padding: 0 0 3rem 0;
  }
}
.header .headbnr_list {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1100px;
  margin: -2.4rem auto 0 auto;
}
@media screen and (min-width: 768px) {
  .header .headbnr_list {
    margin: -1.8rem auto 0 auto;
  }
}
.header .headbnr_list > li {
  width: 72%;
  margin: 2.4rem 0 0 0;
}
@media screen and (min-width: 768px) {
  .header .headbnr_list > li {
    width: 34.5454545455%;
    margin: 1.8rem 1.3636363636% 0 1.3636363636%;
  }
}
.header .headbnr_list > li > a {
  display: block;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .header .headbnr_list > li > a:hover {
    transform: translateY(-0.8rem);
    opacity: 1;
  }
}
.header .nav {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  padding: 0 0 4rem 0;
}
@media screen and (min-width: 768px) {
  .header .nav {
    padding: 0 0 3rem 0;
  }
}
.header .nav_menu {
  position: relative;
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .header .nav_menu {
    width: auto;
  }
}
.header .nav_menu:not(:has(.nav_date)) {
  margin-top: -2.4rem;
}
@media screen and (min-width: 768px) {
  .header .nav_menu:not(:has(.nav_date)) {
    margin-top: -1.8rem;
  }
}
.header .nav_menu > li {
  position: relative;
  width: 20%;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .header .nav_menu > li {
    width: auto;
    margin: 0 0 0 6rem;
  }
}
.header .nav_menu > li:first-child {
  margin-left: 0;
}
.header .nav_menu > li.nav_caststaff > a {
  padding: 0;
}
.header .nav_menu > li.nav_caststaff > a > em + em {
  margin-top: -0.6em;
}
.header .nav_menu > li > a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  flex-wrap: nowrap;
  width: 100%;
  height: 100%;
  padding: 3.2rem 0;
}
@media screen and (min-width: 768px) {
  .header .nav_menu > li > a {
    padding: 2.4rem 0;
  }
}
@media screen and (min-width: 768px) {
  .header .nav_menu > li > a:hover {
    opacity: 1;
  }
}
@media screen and (min-width: 768px) {
  .header .nav_menu > li > a:hover::before {
    opacity: 1;
  }
}
.header .nav_menu > li > a::before {
  content: none;
}
@media screen and (min-width: 768px) {
  .header .nav_menu > li > a::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    display: block;
    width: 12.2rem;
    aspect-ratio: 122/82;
    background-image: url(../images/common/nav_bg01.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    transform: translate(-50%, -40%);
    transition: 0.3s ease;
    opacity: 0;
  }
}
.header .nav_menu > li > a > em {
  display: block;
  font-family: "Tangerine", cursive;
  font-size: 6.2rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .header .nav_menu > li > a > em {
    font-size: 5.4rem;
  }
}
.header .nav_menu > li > a > span {
  display: block;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .header .nav_menu > li > a > span {
    font-size: 1.6rem;
  }
}
.header .nav_date {
  position: absolute;
  left: 50%;
  top: 0;
  display: inline-block;
  width: auto;
  padding: 0.15em 0.6em;
  background-image: url(../images/common/common_bg06.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  transform: translateX(-50%);
  z-index: 1;
}
.header .nav_date > span {
  display: block;
  color: #ffffff;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .header .nav_date > span {
    font-size: 1.6rem;
  }
}
.header .nav_sns {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  margin: 0;
  padding: 4rem 0 2rem 0;
}
@media screen and (min-width: 768px) {
  .header .nav_sns {
    width: auto;
    margin: 0 0 0 6rem;
    padding: 0;
  }
}
.header .nav_sns > li {
  width: 11rem;
  aspect-ratio: 1/1;
  margin: 0 0 0 2rem;
}
@media screen and (min-width: 768px) {
  .header .nav_sns > li {
    width: 6.4rem;
  }
}
.header .nav_sns > li:first-child {
  margin-left: 0;
}
.header .nav_sns > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #ffffff;
}
@media screen and (min-width: 768px) {
  .header .nav_sns > li > a {
    background-color: transparent;
  }
}
@media screen and (min-width: 768px) {
  .header .nav_sns > li > a:hover {
    background-color: #87010d;
    opacity: 1;
  }
}
@media screen and (min-width: 768px) {
  .header .nav_sns > li > a:hover > svg {
    fill: #ffffff;
  }
}
.header .nav_sns > li > a > svg {
  width: 32.7272727273%;
  aspect-ratio: 1/1;
  fill: #87010d;
  transition: 0.3s ease;
}

/* ========================================================
    footer
======================================================== */
.footer {
  position: relative;
  width: 100%;
}
.footer .fixbnr {
  position: fixed;
  right: 0;
  bottom: 0;
  display: none;
  width: auto;
  filter: drop-shadow(0 0 0.6em rgba(16, 9, 35, 0.3));
  z-index: 100;
}
.footer .fixbnr_close {
  position: absolute;
  left: -2rem;
  top: -2rem;
  display: block;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background-color: #100923;
  transition: 0.3s ease;
  cursor: pointer;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .footer .fixbnr_close:hover {
    background-color: #87010d;
  }
}
.footer .fixbnr_close::before {
  content: "×";
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  color: #ffffff;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
  transform: translate(-50%, -52%);
}
.footer .fixbnr_list {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
}
.footer .fixbnr_list > li {
  width: 19rem;
  background-color: #ffffff;
}
.footer .fixbnr_list > li > a {
  display: block;
  width: 100%;
}
.footer .copyright {
  position: relative;
  width: 100%;
  padding: 12rem 0 8rem 0;
}
@media screen and (min-width: 768px) {
  .footer .copyright {
    padding: 9rem 0 6rem 0;
  }
}
.footer .copyright_text {
  position: relative;
  width: 100%;
  font-size: 2.4rem;
  text-align: center;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 768px) {
  .footer .copyright_text {
    font-size: 1.6rem;
  }
}
.footer .pagetop {
  position: absolute;
  right: 2rem;
  bottom: calc(100% - 6rem);
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .footer .pagetop {
    right: 4rem;
    bottom: calc(100% - 5rem);
  }
}
.footer .pagetop_btn {
  position: relative;
  width: 12rem;
  aspect-ratio: 1/1;
}
@media screen and (min-width: 768px) {
  .footer .pagetop_btn {
    width: 10rem;
  }
}
.footer .pagetop_btn > a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  font-size: 0;
}
@media screen and (min-width: 768px) {
  .footer .pagetop_btn > a:hover {
    transform: translateY(-0.8rem);
    opacity: 1;
  }
}
.footer .pagetop_btn > a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../images/common/btn_pagetop.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  transition: 0.3s ease;
}

/* ========================================================
    popup
======================================================== */
.popup {
  position: fixed;
  left: 0;
  top: 0;
  display: none;
  width: 100%;
  height: 100vh;
  height: 100svh;
  background-color: rgba(0, 0, 0, 0.4);
  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 {
  position: relative;
  align-self: flex-start;
  width: calc(100% - 10rem);
  max-width: 1000px;
  margin: auto;
  padding: 5rem 0;
  z-index: 1030;
}
.popup_close {
  position: relative;
  width: 10rem;
  aspect-ratio: 1/1;
  margin: 0 0 2rem auto;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .popup_close {
    width: 7rem;
  }
}
@media screen and (min-width: 768px) {
  .popup_close:hover::before {
    background-image: url(../images/common/btn_close_h.png);
  }
}
.popup_close::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../images/common/btn_close.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  transition: 0.3s ease;
}
.popup_movie_embed {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.popup_movie_embed * {
  line-height: inherit;
}
.popup_movie_embed iframe {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.popup_movie_embed .video-js {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.popup_list > li {
  display: none;
}/*# sourceMappingURL=base.css.map */