@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 {
  overflow: hidden;
}
.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;
}
.gDef-contents em {
  font-style: normal;
}
.gDef-contents p {
  font-weight: bold;
}

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

.text_align_left {
  text-align: left;
}
.text_align_center {
  text-align: center;
}
.text_align_right {
  text-align: right;
}

.yellow {
  color: yellow;
}

.ttl {
  position: relative;
  width: 80%;
  max-width: 468px;
  margin: 0 auto 4rem;
}
@media screen and (min-width: 768px) {
  .ttl {
    width: 100%;
  }
}

.number {
  display: block;
  width: 8rem;
  height: 8rem;
  text-align: center;
  line-height: 7.8rem;
  background: url(../images/common/bg_num.png) no-repeat center center/contain;
  font-size: 2.6rem;
  color: #df00ff;
  font-weight: 700;
  letter-spacing: -0.02em;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-2rem, -2rem);
}
.number::before {
  content: "#";
}
@media screen and (min-width: 768px) {
  .number {
    width: 7rem;
    height: 7rem;
    line-height: 6.8rem;
    font-size: 2.2rem;
  }
}

.btn {
  color: #f82eff;
  font-weight: 700;
  font-size: 3.2rem;
  text-align: center;
  margin: 0 auto;
  display: block;
  background: #ffff00 url(../images/common/bg_btn.png) repeat-x center center/contain;
  padding: 1rem 1em;
  border-radius: 6rem;
  border: 6px solid #ffffff;
  box-shadow: 4px 4px 0 #f82eff;
}
@media screen and (min-width: 768px) {
  .btn {
    max-width: 50rem;
    border-radius: 4rem;
    font-size: 2.2rem;
  }
}
@media screen and (min-width: 768px) {
  .btn:hover {
    opacity: 1 !important;
    background: #fafb87 url(../images/common/bg_btn.png) repeat-x center center/contain;
    box-shadow: 4px 4px 0 transparent;
    transform: translateY(-0.5rem);
  }
}

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

.gDef-contents {
  width: 100%;
  color: #333333;
  font-family: "Albert Sans", sans-serif;
  font-size: 3rem;
  font-weight: 400;
  text-align: left;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 768px) {
  .gDef-contents {
    font-size: 2rem;
  }
}

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

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

.pinkGrow {
  color: #ffffff;
  text-shadow: 0 0 10px #ff42a1;
}

/* ========================================================
    header
======================================================== */
.header {
  position: relative;
  width: 100%;
  /*.onair {
      position: absolute;
      top: 0;
      left: 0;

      width: 100%;
      padding: 2rem 0 0;
      text-align: center;
      @include mq-tab {
          padding: 1rem 0;
      }

      &_text {
          position: relative;
          display: inline-block;
          width: auto;
          font-size: 4.8rem;
          font-weight: 600;
          letter-spacing: 0.04em;
          transform: translateY(-0.3rem);

          @include mq-tab {
              font-size: calc(48 / 1080 * 100vw);
          }

          @include mq-pc1 {
              font-size: 4.8rem;
          }

          & > span {
              font-size: 60%;
          }
      }
  }*/
}
.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/bg_mv.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  z-index: -2;
}
.header .mv_column {
  position: relative;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0;
}
.header .mv_img {
  position: relative;
  z-index: 0;
}
.header .mv h1.logo {
  width: 36%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  margin-left: 2.6666666667%;
  margin-top: 24%;
}
@media screen and (min-width: 768px) {
  .header .mv h1.logo {
    width: 26.25%;
    margin-left: 4.1666666667%;
    margin-top: 20.8333333333%;
  }
}
.header .mv .catch {
  width: 48%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  margin-left: 48.9333333333%;
  margin-top: 38%;
}
@media screen and (min-width: 768px) {
  .header .mv .catch {
    width: 37.9166666667%;
    margin-left: 58.3333333333%;
    margin-top: 30.4166666667%;
  }
}
.header .mv .onair {
  width: 63.0666666667%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  margin-left: 34.1333333333%;
  margin-top: 46.6666666667%;
}
@media screen and (min-width: 768px) {
  .header .mv .onair {
    width: 45%;
    margin-left: 51.6666666667%;
    margin-top: 38.3333333333%;
  }
}
.header .mv_onair {
  width: 100%;
  padding: 2rem 0;
  text-align: center;
  font-family: "Albert Sans", sans-serif;
}
@media screen and (min-width: 768px) {
  .header .mv_onair {
    padding: 1rem 0;
  }
}
.header .mv_onair_text {
  position: relative;
  display: inline-block;
  width: auto;
  line-height: 1;
  /*color: $color-white;*/
  color: #ffffff;
  font-size: 4.8rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  transform: translateY(-0.3rem);
}
@media screen and (min-width: 768px) {
  .header .mv_onair_text {
    font-size: 4.4444444444vw;
  }
}
@media screen and (min-width: 1080px) {
  .header .mv_onair_text {
    font-size: 4.8rem;
  }
}
.header .mv_onair_text > span {
  font-size: 60%;
}
.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/bg_mv.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  z-index: -2;
}
.header .submv_column {
  position: relative;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  padding: 0;
}
.header .submv_img {
  position: relative;
  z-index: 0;
  width: 75.5555555556%;
  margin-right: 0;
  margin-left: auto;
}
.header .submv h1.logo {
  width: 24.4444444444%;
  position: absolute;
  top: 50%;
  left: 2rem;
  z-index: 1;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .header .submv h1.logo {
    width: 22.2222222222%;
    left: 0;
  }
}
.header .submv a:hover {
  opacity: 1 !important;
}
.header .submv_onair {
  position: relative;
  width: 100%;
  text-align: center;
}
.header .submv_onair_text {
  position: relative;
  display: inline-block;
  width: auto;
  /*color: $color-white;*/
  color: #ffffff;
  font-size: 3.6rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.04em;
  padding: 2rem 0;
}
@media screen and (min-width: 768px) {
  .header .submv_onair_text {
    font-size: 3.3333333333vw;
    padding: 2rem 0 1rem;
  }
}
@media screen and (min-width: 1080px) {
  .header .submv_onair_text {
    font-size: 3rem;
  }
}
.header .submv_onair_text::after {
  /*content: '';*/
  content: none;
  position: absolute;
  left: 50%;
  top: 0;
  display: block;
  width: 110%;
  height: 100%;
  background-color: #333333;
  transform: translateX(-50%);
  filter: blur(5rem);
  z-index: -1;
}
.header .headbnr {
  position: relative;
  width: 100%;
  padding: 0 0 4rem;
  background-image: linear-gradient(0deg, rgb(143, 118, 193), rgb(0, 160, 233));
}
@media screen and (min-width: 768px) {
  .header .headbnr {
    padding: 0 0 3rem;
  }
}
.header .headbnr_list {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1080px;
  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: 35.1851851852%;
    margin: 1.8rem 1.3888888889% 0 1.3888888889%;
  }
}
.header .headbnr_list > li > a {
  display: block;
  width: 100%;
}
.header .nav {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  overflow: hidden;
}
.header .nav::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  z-index: -2;
}
.header .nav_menu {
  position: relative;
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  padding-right: 0;
}
@media screen and (min-width: 768px) {
  .header .nav_menu {
    justify-content: center;
    width: 74.0740740741vw;
    padding-right: 11.1111111111vw;
  }
}
@media screen and (min-width: 1080px) {
  .header .nav_menu {
    justify-content: center;
    padding-right: 0 !important;
    margin: 0 !important;
  }
}
.header .nav_menu:not(:has(+ .nav_sns)) {
  width: 100%;
  max-width: 1200px;
  padding-right: 0;
}
.header .nav_menu:has(li:nth-child(5):last-child) > li {
  width: 33.3333333333%;
}
@media screen and (max-width: 767px) {
  .header .nav_menu:has(li:nth-child(5):last-child) > li:nth-child(3n)::after {
    display: none;
  }
  .header .nav_menu:has(li:nth-child(5):last-child) > li:not(:nth-child(3n))::after {
    display: block;
  }
  .header .nav_menu:has(li:nth-child(5):last-child) > li:nth-child(4)::before {
    content: "";
    display: block;
    width: 1px;
    height: 6rem;
    border-right: 1px solid #00f6ff;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
}
.header .nav_menu:has(li:nth-child(8):last-child) > li {
  width: 25%;
}
@media screen and (max-width: 767px) {
  .header .nav_menu:has(li:nth-child(8):last-child) > li:nth-child(4n)::after {
    display: none;
  }
  .header .nav_menu:has(li:nth-child(8):last-child) > li:not(:nth-child(4n))::after {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .header .nav_menu:has(li:nth-child(8):last-child) > li {
    width: 12.5% !important;
  }
}
.header .nav_menu > li {
  position: relative;
  width: 25%;
}
@media screen and (min-width: 768px) {
  .header .nav_menu > li:first-child::before {
    content: "";
    display: block;
    width: 1px;
    height: 4rem;
    border-right: 1px solid #00f6ff;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media screen and (min-width: 1080px) {
  .header .nav_menu > li:first-child::before {
    left: 0;
  }
}
.header .nav_menu > li::after {
  content: "";
  display: block;
  width: 1px;
  height: 6rem;
  border-right: 1px solid #00f6ff;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .header .nav_menu > li::after {
    height: 4rem;
    right: 0;
  }
}
@media screen and (min-width: 1080px) {
  .header .nav_menu > li::after {
    right: 0;
  }
}
@media screen and (min-width: 768px) {
  .header .nav_menu > li {
    width: auto !important;
    margin: 0;
    padding: 0;
  }
}
@media screen and (min-width: 1080px) {
  .header .nav_menu > li {
    padding: 0;
  }
}
@media screen and (min-width: 1200px) {
  .header .nav_menu > li {
    padding: 0;
  }
}
.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: 1rem 0 1rem;
}
@media screen and (min-width: 768px) {
  .header .nav_menu > li > a {
    padding: 2rem 0;
  }
}
.header .nav_menu > li > a em {
  display: block;
  font-size: 2.3rem;
  font-weight: 600;
  line-height: 1.4;
  color: #2f3786;
  letter-spacing: -0.05em;
  font-feature-settings: "palt";
}
@media screen and (min-width: 768px) {
  .header .nav_menu > li > a em {
    font-size: 1.4814814815vw;
  }
}
@media screen and (min-width: 1080px) {
  .header .nav_menu > li > a em {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .header .nav_menu > li:nth-child(4n)::after {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .header .nav_menu > li:nth-child(odd) a:hover::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    display: block;
    width: 13.2rem;
    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: 1;
    z-index: -1;
  }
  .header .nav_menu > li:nth-child(even) a:hover::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    display: block;
    width: 13.2rem;
    aspect-ratio: 1/1;
    background-image: url(../images/common/nav_bg02.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    transform: translate(-50%, -50%);
    transition: 0.3s ease;
    opacity: 1;
    z-index: -1;
  }
}
.header .nav_date {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  line-height: 0;
}
.header .nav_date > span {
  position: absolute;
  left: 50%;
  top: 0;
  display: inline-block;
  width: auto;
  padding: 0.3rem 1.8rem;
  color: #ffffff;
  font-size: 2.2rem;
  line-height: 1;
  background-color: #ff42a1;
  transform: translateX(-50%);
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .header .nav_date > span {
    font-size: 1.4814814815vw;
    padding: 0.3rem 1rem;
  }
}
@media screen and (min-width: 1080px) {
  .header .nav_date > span {
    font-size: 1.6rem;
    padding: 0.3rem 1.8rem;
  }
}

/* ========================================================
    footer
======================================================== */
.footer {
  position: relative;
  width: 100%;
}
.footer .copyright {
  position: relative;
  width: 100%;
  padding: 4rem 0;
}
@media screen and (min-width: 768px) {
  .footer .copyright {
    padding: 3rem 0;
  }
}
.footer .copyright::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: #2f3786;
  z-index: -1;
}
.footer .copyright_text {
  position: relative;
  width: 100%;
  color: #ffffff;
  font-size: 2.4rem;
  font-weight: 300;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .footer .copyright_text {
    font-size: 1.4rem;
  }
}
.footer .pagetop {
  position: fixed;
  right: 2rem;
  bottom: 4rem;
  z-index: 10;
  opacity: 0;
  transition: all 0.3s;
}
.footer .pagetop_btn {
  position: relative;
  width: 9rem;
  aspect-ratio: 1/1;
}
.footer .pagetop_btn > a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 0;
  background: url(../images/common/btn_pagetop.png) no-repeat center center/contain;
}
@media screen and (min-width: 768px) {
  .footer .pagetop_btn > a:hover {
    transform: translateY(-1rem);
    opacity: 1;
  }
}
.footer .pagetop.visible {
  opacity: 1;
}/*# sourceMappingURL=base.css.map */