@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;
  outline: none;
}
@media screen and (min-width: 768px) {
  .gDef-contents a:hover {
    opacity: 0.7;
  }
}
.gDef-contents dt {
  font-weight: 400;
}
.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: #9f1224;
}

.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: #000000;
  font-family: "Noto Serif JP", serif;
  font-size: 2.8rem;
  font-weight: 400;
  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;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
  background-image: url(../images/common/common_bg01_sp.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  z-index: -5;
}
@media screen and (min-width: 768px) {
  .wrapper::before {
    background-image: url(../images/common/common_bg01_pc.jpg);
  }
}

.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:has(.mv)::before {
  content: "";
  position: absolute;
  left: 0;
  top: 53rem;
  display: block;
  width: 100%;
  height: calc(100% - 53rem);
  background-image: url(../images/common/common_bg05_sp.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  z-index: -4;
}
@media screen and (min-width: 768px) {
  .header:has(.mv)::before {
    top: 0;
    height: 100%;
    background-image: url(../images/common/common_bg05_pc.jpg);
  }
}
.header:has(.submv)::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../images/common/common_bg10_sp.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  z-index: -4;
}
@media screen and (min-width: 768px) {
  .header:has(.submv)::before {
    background-image: url(../images/common/common_bg10_pc.jpg);
  }
}
.header .mv {
  position: relative;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .header .mv {
    padding: 2rem 0 0 3rem;
  }
}
.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_column:has(.mv_movie) {
  max-width: 1600px;
}
.header .mv_column:has(.mv_movie) .mv_img {
  order: 1;
  width: 100%;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .header .mv_column:has(.mv_movie) .mv_img {
    width: 62.5%;
  }
}
.header .mv_column:has(.mv_movie) .mv_onair {
  order: 2;
}
@media screen and (min-width: 768px) {
  .header .mv_column:has(.mv_movie) .mv_onair {
    order: 3;
  }
}
.header .mv_img {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .header .mv_img {
    width: 90.9090909091%;
  }
}
.header .mv_movie {
  position: relative;
  order: 3;
  width: 100%;
  padding: 0 0 4.8rem 0;
}
@media screen and (min-width: 768px) {
  .header .mv_movie {
    order: 2;
    width: 37.5%;
    padding: 0;
  }
}
.header .mv_movie_list {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}
.header .mv_movie_list > li {
  width: 42.6666666667%;
  margin: 0 0 0 4%;
}
@media screen and (min-width: 768px) {
  .header .mv_movie_list > li {
    width: 80%;
    margin: 1.125vw 0 0 0;
  }
}
@media screen and (min-width: 1600px) {
  .header .mv_movie_list > li {
    margin: 1.8rem 0 0 0;
  }
}
.header .mv_movie_list > li:first-child {
  margin: 0;
}
.header .mv_movie_list > li:not(:has(a)) {
  display: none;
}
.header .mv_movie_list > li.mv_movie_next .mv_movie_item > dl > dt {
  background-image: url(../images/common/common_bg07.jpg);
}
.header .mv_movie_list > li.mv_movie_next .mv_movie_item > dl > dt > span {
  color: #000000;
}
.header .mv_movie_list > li > a {
  display: block;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .header .mv_movie_list > li > a:hover {
    opacity: 1;
  }
}
@media screen and (min-width: 768px) {
  .header .mv_movie_list > li > a:hover .mv_movie_item > figure::before {
    transform: translate(-50%, -50%) scale(1.05);
  }
}
@media screen and (min-width: 768px) {
  .header .mv_movie_list > li > a:hover .mv_movie_item > figure > img {
    transform: scale(1.05);
  }
}
.header .mv_movie_item {
  position: relative;
  width: 100%;
}
.header .mv_movie_item > figure {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.header .mv_movie_item > figure::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  width: 20.9375%;
  max-width: 6.7rem;
  aspect-ratio: 87/68;
  background-image: url(../images/common/btn_play.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  transform: translate(-50%, -50%);
  transition: 0.3s ease;
  z-index: 1;
}
.header .mv_movie_item > figure > img {
  transition: 0.3s ease;
}
.header .mv_movie_item > dl {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  margin-top: 1.2rem;
}
@media screen and (min-width: 768px) {
  .header .mv_movie_item > dl {
    margin-top: 0.5625vw;
  }
}
@media screen and (min-width: 1600px) {
  .header .mv_movie_item > dl {
    margin-top: 0.9rem;
  }
}
.header .mv_movie_item > dl > dt {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 28.125%;
  aspect-ratio: 90/40;
  background-image: url(../images/common/common_bg06.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}
@media screen and (min-width: 768px) {
  .header .mv_movie_item > dl > dt {
    width: 18.75%;
  }
}
.header .mv_movie_item > dl > dt > span {
  display: block;
  color: #ffffff;
  font-family: "Hina Mincho", serif;
  font-size: 2rem;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .header .mv_movie_item > dl > dt > span {
    font-size: 1.125vw;
  }
}
@media screen and (min-width: 1600px) {
  .header .mv_movie_item > dl > dt > span {
    font-size: 2rem;
  }
}
.header .mv_movie_item > dl > dd {
  position: relative;
  width: 68.125%;
}
@media screen and (min-width: 768px) {
  .header .mv_movie_item > dl > dd {
    width: 78.75%;
  }
}
.header .mv_movie_item > dl > dd > span {
  display: block;
  color: #000000;
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .header .mv_movie_item > dl > dd > span {
    font-size: 1.25vw;
  }
}
@media screen and (min-width: 1600px) {
  .header .mv_movie_item > dl > dd > span {
    font-size: 2.8rem;
  }
}
.header .mv_onair {
  position: relative;
  width: 100%;
  padding: 2.8rem 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .header .mv_onair {
    padding: 2.1rem 0;
  }
}
.header .mv_onair_text {
  position: relative;
  width: 100%;
  font-family: "Hina Mincho", serif;
  font-size: 5rem;
  line-height: 1.3;
  transform: translateY(-0.1em);
}
.header .mv_onair_text > small {
  display: inline-block;
  font-size: 70%;
  line-height: 1;
}
.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_img {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .header .submv_img {
    width: 90.9090909091%;
  }
}
.header .submv_img > a {
  display: block;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .header .submv_img > a:hover {
    opacity: 1;
  }
}
.header .submv_onair {
  position: relative;
  width: 100%;
  padding: 2.8rem 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .header .submv_onair {
    padding: 2.1rem 0;
  }
}
.header .submv_onair_text {
  position: relative;
  width: 100%;
  font-family: "Hina Mincho", serif;
  font-size: 5rem;
  line-height: 1.3;
  transform: translateY(-0.1em);
}
.header .submv_onair_text > small {
  display: inline-block;
  font-size: 70%;
  line-height: 1;
}
.header .headbnr {
  position: relative;
  width: 100%;
  padding: 0 0 4.8rem 0;
}
@media screen and (min-width: 768px) {
  .header .headbnr {
    padding: 0 0 3.6rem 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(-1rem);
    opacity: 1;
  }
}
.header .nav {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}
.header .nav::before {
  content: none;
}
@media screen and (min-width: 768px) {
  .header .nav::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-image: url(../images/common/common_bg08_pc.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    z-index: -3;
  }
}
.header .nav_menu {
  position: relative;
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  margin: 0;
  padding: 0.8rem 0;
}
@media screen and (min-width: 768px) {
  .header .nav_menu {
    width: auto;
    padding: 0.6rem 0;
  }
}
.header .nav_menu::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../images/common/common_bg08_sp.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  z-index: -3;
}
@media screen and (min-width: 768px) {
  .header .nav_menu::before {
    content: none;
  }
}
.header .nav_menu > li {
  position: relative;
  width: auto;
  margin: 0 2rem;
}
@media screen and (min-width: 768px) {
  .header .nav_menu > li {
    margin: 0 0 0 6rem;
  }
}
@media screen and (min-width: 768px) {
  .header .nav_menu > li:first-child {
    margin-left: 0;
  }
}
.header .nav_menu > li > a {
  display: block;
  width: 100%;
  padding: 1.6rem 0;
}
@media screen and (min-width: 768px) {
  .header .nav_menu > li > a {
    padding: 1.2rem 0;
  }
}
@media screen and (min-width: 768px) {
  .header .nav_menu > li > a:hover {
    opacity: 0.5;
  }
}
.header .nav_menu > li > a img {
  width: auto;
  height: 10rem;
}
@media screen and (min-width: 768px) {
  .header .nav_menu > li > a img {
    height: 8.5rem;
  }
}
.header .nav_date {
  position: absolute;
  left: 50%;
  top: -1.2rem;
  display: block;
  width: 10.5rem;
  aspect-ratio: 105/26;
  text-align: center;
  background-image: url(../images/common/common_bg09.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  transform: translateX(-50%);
}
.header .nav_date > span {
  display: block;
  color: #ffffff;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.04em;
  transform: translateY(0.1em);
  white-space: nowrap;
}
.header .nav_sns {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  margin: 0;
  padding: 4.8rem 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 3rem;
}
@media screen and (min-width: 768px) {
  .header .nav_sns > li {
    width: 6.4rem;
    margin: 0 0 0 2rem;
  }
}
.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:hover {
    background-color: #000000;
    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: #000000;
  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(0, 0, 0, 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: #000000;
  transition: 0.3s ease;
  cursor: pointer;
  z-index: 1;
}
.footer .fixbnr_close::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  width: 2.4rem;
  height: 0.2rem;
  background-color: #ffffff;
  transform: translate(-50%, -50%) rotate(45deg);
}
.footer .fixbnr_close::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  width: 2.4rem;
  height: 0.2rem;
  background-color: #ffffff;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.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: 6rem 0;
}
@media screen and (min-width: 768px) {
  .footer .copyright {
    padding: 4.5rem 0;
  }
}
.footer .copyright_text {
  position: relative;
  width: 100%;
  font-size: 2.4rem;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 768px) {
  .footer .copyright_text {
    font-size: 1.6rem;
  }
}
.footer .pagetop {
  position: absolute;
  right: -2rem;
  bottom: 20rem;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .footer .pagetop {
    bottom: 10rem;
  }
}
@media screen and (min-width: 1300px) {
  .footer .pagetop {
    right: 5rem;
  }
}
.footer .pagetop_btn {
  position: relative;
  width: 9.8rem;
  aspect-ratio: 98/199;
}
@media screen and (min-width: 768px) {
  .footer .pagetop_btn {
    width: 7rem;
  }
}
.footer .pagetop_btn::before {
  content: "";
  position: absolute;
  left: 0;
  top: -4.9rem;
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
  background-image: url(../images/common/btn_pagetop_bg01.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .footer .pagetop_btn::before {
    top: -3.5rem;
  }
}
.footer .pagetop_btn > a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 0;
  background-image: url(../images/common/btn_pagetop.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}
@media screen and (min-width: 768px) {
  .footer .pagetop_btn > a:hover {
    transform: translateY(-1rem);
    opacity: 1;
  }
}

/* ========================================================
    midbnr
======================================================== */
.midbnr {
  position: relative;
  width: 100%;
  padding: 8rem 0;
}
@media screen and (min-width: 768px) {
  .midbnr {
    padding: 6rem 0;
  }
}

/* ========================================================
    popup
======================================================== */
.popup {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: none;
  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;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
  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: 20rem;
  aspect-ratio: 200/80;
  margin: 0 0 2rem auto;
  background-image: url(../images/common/btn_close_sp.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  transition: 0.3s ease;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .popup_close {
    width: 14rem;
    aspect-ratio: 140/36;
    background-image: url(../images/common/btn_close_pc.jpg);
  }
}
@media screen and (min-width: 768px) {
  .popup_close:hover {
    transform: translateX(1rem);
  }
}
.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 */