@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_orange {
  color: #ff7f00;
}
.color_blue {
  color: #73d2e5;
}
.color_bg01 {
  background: linear-gradient(90deg, #66401a 0%, #13434d 100%);
}
.color_bg02 {
  background-color: #005566;
}
.color_bg03 {
  background: linear-gradient(90deg, rgba(255, 171, 26, 0.65) 0%, rgba(96, 175, 191, 0.65) 100%);
  mix-blend-mode: hard-light;
}

.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;
  margin-left: 1.4em;
}
.text_link::before {
  content: "";
  position: absolute;
  left: -1.4em;
  top: 0.4em;
  display: block;
  width: 1em;
  aspect-ratio: 1/1;
  background-image: url(../images/common/arrow_bg01.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}

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

.gDef-contents {
  width: 100%;
  color: #ffffff;
  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: 2rem;
  }
}

.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-image: url(../images/common/common_bg01.jpg);
  background-repeat: repeat;
  background-position: center top;
  background-size: auto auto;
  z-index: -6;
}
.wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 80rem;
  background-image: url(../images/common/common_bg13.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: auto 100%;
  z-index: -6;
}

.parallax {
  position: relative;
  width: 100%;
}
.parallax_clip {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  clip-path: inset(0);
  z-index: -4;
}
.parallax_bg {
  position: fixed;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100vh;
  height: 100svh;
  z-index: -5;
}
.parallax_bg::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 87.8rem;
  background-image: url(../images/common/common_bg03_sp.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% 100%;
}
@media screen and (min-width: 768px) {
  .parallax_bg::before {
    height: 130rem;
    background-image: url(../images/common/common_bg03_pc.png);
    background-size: auto 100%;
  }
}
@media screen and (min-width: 2000px) {
  .parallax_bg::before {
    background-size: 100% 100%;
  }
}

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

.inner {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 5.5rem;
}
@media screen and (min-width: 768px) {
  .inner {
    padding: 0 6rem;
  }
}

/* ========================================================
    header
======================================================== */
.header {
  position: relative;
  width: 100%;
}
.header .mv {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.header .mv::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../images/common/mv_bg01.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
  z-index: -2;
}
@media screen and (min-width: 1920px) {
  .header .mv::before {
    background-size: 100% 100%;
  }
}
.header .mv_column {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.header .mv_column:has(.mv_movie) {
  max-width: 1600px;
}
.header .mv_img {
  position: relative;
  width: 100%;
  margin: 0;
  filter: none;
}
@media screen and (min-width: 768px) {
  .header .mv_img {
    width: 83.3333333333%;
    filter: drop-shadow(0 0 5em rgba(254, 229, 67, 0.8));
  }
}
@media screen and (min-width: 768px) {
  .header .mv_img:has(+ .mv_movie) {
    width: 62.5%;
    margin: 0 0 0 auto;
  }
}
.header .mv_movie {
  position: relative;
  width: 100%;
  padding: 4rem 0;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .header .mv_movie {
    width: 35%;
    padding: 0;
  }
}
.header .mv_movie::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../images/common/mv_bg02.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  z-index: -2;
}
@media screen and (min-width: 768px) {
  .header .mv_movie::before {
    content: none;
  }
}
.header .mv_movie_list {
  position: relative;
  display: flex;
  align-items: center;
  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: 85.7142857143%;
    margin: 0.9375vw 0 0 0;
  }
}
@media screen and (min-width: 1600px) {
  .header .mv_movie_list > li {
    margin: 1.5rem 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 > span {
  color: #ffffff;
}
.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 > img {
    filter: blur(0.1rem);
  }
}
.header .mv_movie_item {
  position: relative;
  width: 100%;
}
.header .mv_movie_item > figure {
  position: relative;
  width: 100%;
  z-index: 1;
}
.header .mv_movie_item > figure::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  width: 13.75%;
  max-width: 88px;
  aspect-ratio: 1/1;
  background-image: url(../images/common/icon_play.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.header .mv_movie_item > dl {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  filter: drop-shadow(0 0 0.3em rgba(0, 0, 0, 0.5));
}
.header .mv_movie_item > dl > dt {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 25.625%;
  aspect-ratio: 82/56;
}
@media screen and (min-width: 768px) {
  .header .mv_movie_item > dl > dt {
    width: 17.0833333333%;
  }
}
.header .mv_movie_item > dl > dt::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../images/common/mv_bg03.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  z-index: -1;
}
.header .mv_movie_item > dl > dt > span {
  display: block;
  color: #ff7f00;
  font-family: "Shippori Mincho", serif;
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .header .mv_movie_item > dl > dt > span {
    font-size: 1.25vw;
  }
}
@media screen and (min-width: 1600px) {
  .header .mv_movie_item > dl > dt > span {
    font-size: 2rem;
  }
}
.header .mv_movie_item > dl > dd {
  width: 71.25%;
}
@media screen and (min-width: 768px) {
  .header .mv_movie_item > dl > dd {
    width: 78.75%;
  }
}
.header .mv_movie_item > dl > dd > span {
  display: block;
  font-family: "Shippori Mincho", serif;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
  transform: translateY(-0.05em);
}
@media screen and (min-width: 768px) {
  .header .mv_movie_item > dl > dd > span {
    font-size: 1.75vw;
  }
}
@media screen and (min-width: 1600px) {
  .header .mv_movie_item > dl > dd > span {
    font-size: 2.8rem;
  }
}
.header .onair {
  position: relative;
  width: 100%;
  padding: 2.4rem 0;
}
@media screen and (min-width: 768px) {
  .header .onair {
    padding: 1.8rem 0;
  }
}
.header .onair::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #000000;
  z-index: -2;
}
.header .onair_text {
  position: relative;
  width: 100%;
  font-family: "Shippori Mincho", serif;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  letter-spacing: 0;
  transform: translateY(-0.1em);
}
@media screen and (min-width: 768px) {
  .header .onair_text {
    font-size: 2.6666666667vw;
  }
}
@media screen and (min-width: 1200px) {
  .header .onair_text {
    font-size: 3.2rem;
  }
}
.header .onair_text > em {
  color: #ff7f00;
  font-size: 150%;
  line-height: 1.2;
}
.header .submv {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.header .submv::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../images/common/submv_bg01.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
  z-index: -2;
}
@media screen and (min-width: 1920px) {
  .header .submv::before {
    background-size: 100% 100%;
  }
}
.header .submv_column {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 2rem;
}
@media screen and (min-width: 768px) {
  .header .submv_column {
    padding: 2rem 6rem;
  }
}
.header .submv_column > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .header .submv_column > a:hover {
    opacity: 1;
  }
}
.header .submv_img {
  position: relative;
  width: 47.7464788732%;
  filter: drop-shadow(0 0 5em rgba(0, 43, 51, 0.8));
}
@media screen and (min-width: 768px) {
  .header .submv_img {
    width: 31.3888888889%;
  }
}
.header .submv_text {
  position: relative;
  width: 52.1126760563%;
}
@media screen and (min-width: 768px) {
  .header .submv_text {
    width: 66.6666666667%;
  }
}
.header .submv_ttl {
  position: relative;
  width: 92.1621621622%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .header .submv_ttl {
    width: 65.5555555556%;
  }
}
.header .submv_onair {
  position: relative;
  width: 100%;
  margin-top: -1.2rem;
  transform: translateX(0.8rem);
}
.header .submv_onair_text {
  position: relative;
  width: 100%;
  font-family: "Shippori Mincho", serif;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .header .submv_onair_text {
    font-size: 2vw;
  }
}
@media screen and (min-width: 1200px) {
  .header .submv_onair_text {
    font-size: 2.4rem;
  }
}
.header .submv_onair_text > em {
  color: #ff7f00;
  font-size: 150%;
  line-height: 1.2;
}
.header .headbnr {
  position: relative;
  width: 100%;
  padding: 4rem 0;
}
@media screen and (min-width: 768px) {
  .header .headbnr {
    padding: 3rem 0;
  }
}
.header .headbnr:has(+ .nav .nav_menu .nav_staff)::before {
  background-color: rgba(255, 127, 0, 0.75);
  mix-blend-mode: soft-light;
}
.header .headbnr::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 171, 26, 0.65);
  mix-blend-mode: hard-light;
  z-index: -2;
}
.header .headbnr_list {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1200px;
  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: 31.6666666667%;
    margin: 1.8rem 1.25% 0 1.25%;
  }
}
.header .headbnr_list > li > a {
  display: block;
  width: 100%;
  transition: none;
}
@media screen and (min-width: 768px) {
  .header .headbnr_list > li > a:hover {
    transform: rotate(-2deg);
    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;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #000000;
  z-index: -2;
}
@media screen and (min-width: 768px) {
  .header .nav::before {
    content: "";
  }
}
.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;
    margin: 0 5vw 0 0;
  }
}
@media screen and (min-width: 1200px) {
  .header .nav_menu {
    margin: 0 6rem 0 0;
  }
}
.header .nav_menu:not(:has(+ .nav_sns)) {
  margin: 0 !important;
}
.header .nav_menu:has(li:nth-child(5):last-child) > li, .header .nav_menu:has(li:nth-child(6):last-child) > li {
  width: 33.3333333333%;
}
.header .nav_menu:has(li:nth-child(5):last-child) > li:nth-child(3n+1)::before, .header .nav_menu:has(li:nth-child(6):last-child) > li:nth-child(3n+1)::before {
  content: none;
}
@media screen and (min-width: 768px) {
  .header .nav_menu:has(li:nth-child(5):last-child) > li:nth-child(3n+1)::before, .header .nav_menu:has(li:nth-child(6):last-child) > li:nth-child(3n+1)::before {
    content: "";
  }
}
.header .nav_menu:has(li:nth-child(5):last-child) > li::before, .header .nav_menu:has(li:nth-child(6):last-child) > li::before {
  content: "";
}
.header .nav_menu::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #000000;
  z-index: -2;
}
@media screen and (min-width: 768px) {
  .header .nav_menu::before {
    content: none;
  }
}
.header .nav_menu > li {
  position: relative;
  width: 25%;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .header .nav_menu > li {
    width: auto !important;
    padding: 0 2.5vw;
  }
}
@media screen and (min-width: 1200px) {
  .header .nav_menu > li {
    padding: 0 3rem;
  }
}
.header .nav_menu > li:nth-child(4n+1)::before {
  content: none;
}
@media screen and (min-width: 768px) {
  .header .nav_menu > li:nth-child(4n+1)::before {
    content: "";
  }
}
@media screen and (min-width: 768px) {
  .header .nav_menu > li:nth-child(1)::before {
    content: none !important;
  }
}
.header .nav_menu > li.nav_caststaff > a {
  padding: 0;
}
.header .nav_menu > li.nav_caststaff > a > em {
  line-height: 1.2;
}
.header .nav_menu > li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  display: block;
  width: 1px;
  height: 6.4rem;
  background: linear-gradient(0deg, #ff7f00 0%, #000000 50%, #60afbf 100%);
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .header .nav_menu > li::before {
    height: 4vw;
  }
}
@media screen and (min-width: 1200px) {
  .header .nav_menu > li::before {
    height: 4.8rem;
  }
}
.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: 4rem 0;
}
@media screen and (min-width: 768px) {
  .header .nav_menu > li > a {
    padding: 2.5vw 0;
  }
}
@media screen and (min-width: 1200px) {
  .header .nav_menu > li > a {
    padding: 3rem 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: "";
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  width: 13.4rem;
  aspect-ratio: 1/1;
  background-image: url(../images/common/nav_bg01.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  transform: translate(-50%, -50%);
  transition: 0.3s ease;
  opacity: 0;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .header .nav_menu > li > a::before {
    width: 11.1666666667vw;
  }
}
@media screen and (min-width: 1200px) {
  .header .nav_menu > li > a::before {
    width: 13.4rem;
  }
}
.header .nav_menu > li > a > em {
  display: block;
  font-family: "Shippori Mincho", serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .header .nav_menu > li > a > em {
    font-size: 1.8333333333vw;
  }
}
@media screen and (min-width: 1200px) {
  .header .nav_menu > li > a > em {
    font-size: 2.2rem;
  }
}
.header .nav_menu > li > a > span {
  display: block;
  color: #ff7f00;
  font-family: "Ephesis", cursive;
  font-size: 2.8rem;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .header .nav_menu > li > a > span {
    font-size: 1.75vw;
  }
}
@media screen and (min-width: 1200px) {
  .header .nav_menu > li > a > span {
    font-size: 2.1rem;
  }
}
.header .nav_date {
  position: absolute;
  left: 50%;
  top: -1rem;
  display: inline-block;
  width: auto;
  padding: 0.6rem 1.6rem;
  border-radius: 2rem;
  background-color: #f90605;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .header .nav_date {
    top: -0.625vw;
    padding: 0.375vw 1vw;
  }
}
@media screen and (min-width: 1200px) {
  .header .nav_date {
    top: -0.75rem;
    padding: 0.45rem 1.2rem;
  }
}
.header .nav_date > span {
  display: block;
  color: #ffffff;
  font-family: "Shippori Mincho", serif;
  font-size: 2.2rem;
  line-height: 1;
  transform: translateY(-0.05em);
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .header .nav_date > span {
    font-size: 1.25vw;
  }
}
@media screen and (min-width: 1200px) {
  .header .nav_date > span {
    font-size: 1.5rem;
  }
}
.header .nav_sns {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  margin: 0;
  padding: 6rem 0;
  border-bottom: 2px solid #000000;
}
@media screen and (min-width: 768px) {
  .header .nav_sns {
    width: auto;
    padding: 0;
  }
}
.header .nav_sns::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: -2;
}
@media screen and (min-width: 768px) {
  .header .nav_sns::before {
    content: none;
  }
}
.header .nav_sns > li {
  width: 3.8rem;
  margin-left: 13rem;
}
@media screen and (min-width: 768px) {
  .header .nav_sns > li {
    width: 2.3333333333vw;
    margin-left: 5vw;
  }
}
@media screen and (min-width: 1200px) {
  .header .nav_sns > li {
    width: 2.8rem;
    margin-left: 6rem;
  }
}
.header .nav_sns > li:first-child {
  margin-left: 0;
}
.header .nav_sns > li > a {
  display: block;
  width: 100%;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .header .nav_sns > li > a:hover {
    transform: translateY(-1rem);
    opacity: 1;
  }
}
.header .nav_sns > li > a > svg {
  width: 100%;
  aspect-ratio: 1/1;
  fill: #ffffff;
}

/* ========================================================
    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(255, 127, 0, 0.5));
  z-index: 100;
}
.footer .fixbnr_close {
  position: absolute;
  left: -2rem;
  top: -2rem;
  display: block;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background-color: #000000;
  cursor: pointer;
  z-index: 1;
}
.footer .fixbnr_close::before {
  content: "×";
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  color: #ffffff;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  transform: translate(-50%, -48%);
}
.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 .footbnr {
  position: relative;
  width: 100%;
  padding: 8rem 0;
}
@media screen and (min-width: 768px) {
  .footer .footbnr {
    padding: 6rem 0;
  }
}
.footer .footbnr::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: -3;
}
.footer .footbnr_list {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1200px;
  margin: -2.4rem auto 0 auto;
}
@media screen and (min-width: 768px) {
  .footer .footbnr_list {
    margin: -1.8rem auto 0 auto;
  }
}
.footer .footbnr_list::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  width: 96.1333333333%;
  aspect-ratio: 721/592;
  background-image: url(../images/common/common_bg09.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  transform: translate(-50%, -50%);
  z-index: -3;
}
@media screen and (min-width: 768px) {
  .footer .footbnr_list::before {
    width: 40%;
  }
}
.footer .footbnr_list > li {
  width: 72%;
  margin: 2.4rem 0 0 0;
}
@media screen and (min-width: 768px) {
  .footer .footbnr_list > li {
    width: 31.6666666667%;
    margin: 1.8rem 1.25% 0 1.25%;
  }
}
.footer .footbnr_list > li > a {
  display: block;
  width: 100%;
  transition: none;
}
@media screen and (min-width: 768px) {
  .footer .footbnr_list > li > a:hover {
    transform: rotate(-2deg);
    opacity: 1;
  }
}
.footer .footsns {
  position: relative;
  width: 100%;
  padding: 12rem 0;
}
@media screen and (min-width: 768px) {
  .footer .footsns {
    padding: 9rem 0;
  }
}
.footer .footsns + .copyright {
  padding-top: 0 !important;
}
.footer .footsns_list {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
}
.footer .footsns_list > li {
  width: 11.2rem;
  aspect-ratio: 1/1;
  margin: 0 3.2rem;
}
@media screen and (min-width: 768px) {
  .footer .footsns_list > li {
    width: 6.4rem;
    margin: 0 4rem;
  }
}
.footer .footsns_list > 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) {
  .footer .footsns_list > li > a:hover {
    transform: translateY(-1rem);
    opacity: 1;
  }
}
.footer .footsns_list > li > a > svg {
  width: 35.7142857143%;
  aspect-ratio: 1/1;
  fill: #000000;
}
.footer .copyright {
  position: relative;
  width: 100%;
  padding: 24rem 0 12rem 0;
}
@media screen and (min-width: 768px) {
  .footer .copyright {
    padding: 20rem 0 10rem 0;
  }
}
.footer .copyright_text {
  position: relative;
  width: 100%;
  font-family: "Shippori Mincho", serif;
  font-size: 2.2rem;
  text-align: center;
  letter-spacing: 0;
  filter: drop-shadow(0 0 0.6em rgba(0, 0, 0, 0.75));
}
@media screen and (min-width: 768px) {
  .footer .copyright_text {
    font-size: 1.8rem;
  }
}
.footer .pagetop {
  position: absolute;
  right: 1rem;
  bottom: 24rem;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .footer .pagetop {
    bottom: 16rem;
  }
}
@media screen and (min-width: 1000px) {
  .footer .pagetop {
    right: 4rem;
    bottom: 6.5rem;
  }
}
.footer .pagetop_btn {
  position: relative;
  width: 12.9rem;
  aspect-ratio: 129/127;
}
@media screen and (min-width: 768px) {
  .footer .pagetop_btn {
    width: 9.5rem;
  }
}
.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(-1rem);
    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/pagetop_btn.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}
.footer .pagetop_btn > a::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  width: 25.6rem;
  aspect-ratio: 256/265;
  background-image: url(../images/common/pagetop_bg01.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .footer .pagetop_btn > a::after {
    width: 18.8rem;
  }
}

/* ========================================================
    popup
======================================================== */
.popup {
  position: fixed;
  left: 0;
  top: 0;
  display: none;
  width: 100%;
  height: 100vh;
  height: 100svh;
  background-color: rgba(128, 64, 0, 0.75);
  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% - 11rem);
  max-width: 1000px;
  margin: auto;
  padding: 5rem 0;
  z-index: 1030;
}
.popup_close {
  position: relative;
  width: 4.8rem;
  aspect-ratio: 48/47;
  margin: 0 0 2rem auto;
  cursor: pointer;
}
.popup_close::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../images/common/close_btn.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}
.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 */