@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: 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;
  }
}

.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: 10px;
  }
}

.gDef-contents {
  width: 100%;
  color: #060606;
  font-family: "Noto Sans JP", 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: 2.2rem;
  }
}

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

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

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

/* ========================================================
    header
======================================================== */
.header {
  position: relative;
  width: 100%;
}
.header .mv {
  position: relative;
  width: 100%;
  border-top: 1px solid #060606;
}
.header .mv::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, #affff8 0%, #beffcf 50%, #e6ff5d 100%);
  z-index: -4;
}
.header .mv::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #efefef;
  -webkit-mask-image: url(../images/common/common_bg01.png);
          mask-image: url(../images/common/common_bg01.png);
  -webkit-mask-repeat: repeat;
          mask-repeat: repeat;
  -webkit-mask-position: center top;
          mask-position: center top;
  -webkit-mask-size: auto auto;
          mask-size: auto auto;
  z-index: -3;
}
.header .mv .inner {
  padding: 0;
}
@media screen and (min-width: 768px) {
  .header .mv .inner {
    padding: 0 4rem;
  }
}
.header .mv_column {
  position: relative;
  width: 100%;
}
.header .mv_img {
  position: relative;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .header .mv_img {
    border-left: 1px solid #060606;
    border-right: 1px solid #060606;
  }
}
.header .onair {
  position: relative;
  width: 100%;
  padding: 3.2rem 0;
  border-top: 1px solid #060606;
}
@media screen and (min-width: 768px) {
  .header .onair {
    padding: 2.4rem 0;
  }
}
.header .onair::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #eaf431;
  z-index: -4;
}
.header .onair_text {
  position: relative;
  width: 100%;
  text-align: center;
}
.header .onair_text > span {
  display: inline-block;
  color: #d82fe2;
  font-family: "M PLUS 1p", sans-serif;
  font-size: 6rem;
  font-weight: 900;
  line-height: 1;
}
.header .onair_text > span > span {
  font-size: 70%;
  line-height: 1;
}
.header .headbnr {
  position: relative;
  width: 100%;
  padding: 4rem 0;
  border-top: 1px solid #060606;
}
@media screen and (min-width: 768px) {
  .header .headbnr {
    padding: 3rem 0;
  }
}
.header .headbnr::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../images/common/common_bg02.png);
  background-repeat: repeat;
  background-position: center center;
  background-size: auto auto;
  z-index: -4;
}
.header .headbnr_list {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  margin-top: -2.4rem;
}
.header .headbnr_list > li {
  width: 85.9701492537%;
  margin: 2.4rem auto 0 auto;
}
@media screen and (min-width: 768px) {
  .header .headbnr_list > li {
    width: 40%;
    margin: 2.4rem 1.6666666667% 0 1.6666666667%;
  }
}
.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;
  }
}

/* ========================================================
    footer
======================================================== */
.footer {
  position: relative;
  width: 100%;
}
.footer .fixbnr {
  position: fixed;
  right: 1rem;
  bottom: 4rem;
  display: none;
  z-index: 10;
}
.footer .fixbnr_list {
  position: relative;
  width: 17rem;
}
.footer .fixbnr_list > li {
  width: 100%;
  margin-top: 1.5rem;
  filter: drop-shadow(0 0 1.5rem rgba(0, 0, 0, 0.3));
}
.footer .fixbnr_list > li:first-child {
  margin-top: 0;
}
.footer .fixbnr_list > li > a {
  display: block;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .footer .fixbnr_list > li > a:hover {
    transform: translateX(-1rem);
    opacity: 1;
  }
}
.footer .copyright {
  position: relative;
  width: 100%;
  padding: 4rem 0;
}
@media screen and (min-width: 768px) {
  .footer .copyright {
    padding: 3rem 0;
  }
}
.footer .copyright::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #060606;
  z-index: -4;
}
.footer .copyright_text {
  position: relative;
  width: 100%;
  text-align: center;
}
.footer .copyright_text > span {
  display: inline-block;
  color: transparent;
  font-size: 2.4rem;
  font-weight: 900;
  letter-spacing: 0;
  background: linear-gradient(90deg, #1cecff 0%, #ff4bd1 100%);
  background-clip: text;
  -webkit-background-clip: text;
  transform: translateY(-0.1em);
}
@media screen and (min-width: 768px) {
  .footer .copyright_text > span {
    font-size: 1.6rem;
  }
}

/* ========================================================
    popup
======================================================== */
.popup {
  position: fixed;
  left: 0;
  top: 0;
  display: none;
  width: 100%;
  height: 100vh;
  height: 100svh;
  background-color: rgba(6, 6, 6, 0.9);
  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% - 8rem);
  max-width: 1000px;
  margin: auto;
  padding: 5rem 0;
  z-index: 1030;
}
.popup_close {
  position: relative;
  cursor: pointer;
}
.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 */