@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: #001450;
  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;
}
.gDef-contents ruby[data-ruby] {
  position: relative;
  display: inline-block;
}
.gDef-contents ruby[data-ruby]::after {
  content: attr(data-ruby);
  position: absolute;
  left: 50%;
  top: -0.6em;
  display: block;
  font-size: 45%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.gDef-contents ruby[data-ruby] > rt {
  display: none;
}

.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: #ff6700;
}
.color_red {
  color: #cc1414;
}

.font_notoserif {
  font-family: "Noto Serif JP", serif;
}
.font_stoke {
  font-family: "Stoke", serif;
}

.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: #001450;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3rem;
  font-weight: 500;
  text-align: left;
  letter-spacing: 0.04em;
}
@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: 100%;
  background-image: url(../images/common/common_bg01.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto auto;
  z-index: -4;
}
@media screen and (min-width: 1920px) {
  .wrapper::before {
    background-size: 100% auto;
  }
}

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

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

/* ========================================================
    header
======================================================== */
.header {
  position: relative;
  width: 100%;
}
.header .mv {
  position: relative;
  width: 100%;
}
.header .mv::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../images/common/mv_bg01_sp.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% 100%;
  z-index: -3;
}
@media screen and (min-width: 768px) {
  .header .mv::before {
    background-image: url(../images/common/mv_bg01_pc.jpg);
    background-size: auto 100%;
  }
}
@media screen and (min-width: 1920px) {
  .header .mv::before {
    background-size: 100% 100%;
  }
}
.header .mv .inner {
  max-width: 1280px;
  padding: 0;
}
.header .mv_ttl {
  position: relative;
  width: 100%;
}
.header .mv_date {
  position: relative;
  width: 100%;
}
.header .submv {
  position: relative;
  width: 100%;
}
.header .submv::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../images/common/submv_bg01_sp.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% 100%;
  z-index: -3;
}
@media screen and (min-width: 768px) {
  .header .submv::before {
    background-image: url(../images/common/submv_bg01_pc.jpg);
    background-size: auto 100%;
  }
}
@media screen and (min-width: 1920px) {
  .header .submv::before {
    background-size: 100% 100%;
  }
}
.header .submv .inner {
  max-width: 1280px;
  padding: 0;
}
.header .submv_ttl {
  position: relative;
  width: 100%;
}
.header .submv_ttl > a {
  display: block;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .header .submv_ttl > a:hover {
    opacity: 1;
  }
}
.header .submv_date {
  position: relative;
  width: 100%;
}

/* ========================================================
    footer
======================================================== */
.footer {
  position: relative;
  width: 100%;
}
.footer .foot_share {
  position: fixed;
  right: 1rem;
  top: 4rem;
  display: none;
  z-index: 10;
}
.footer .foot_share_sns {
  position: relative;
  width: 7rem;
}
@media screen and (min-width: 768px) {
  .footer .foot_share_sns {
    width: 6.4rem;
  }
}
.footer .foot_share_sns > dt {
  width: 68.5714285714%;
  margin: 0 auto;
}
.footer .foot_share_sns > dd {
  width: 100%;
  margin-top: 1.2rem;
}
.footer .foot_share_sns > dd > ul {
  width: 100%;
}
.footer .foot_share_sns > dd > ul > li {
  width: 100%;
  aspect-ratio: 70/80;
  margin-top: 0.6rem;
}
.footer .foot_share_sns > dd > ul > li:first-child {
  margin-top: 0;
}
.footer .foot_share_sns > dd > ul > li.foot_share_facebook > a {
  background-image: url(../images/common/share_img01.png);
}
@media screen and (min-width: 768px) {
  .footer .foot_share_sns > dd > ul > li.foot_share_facebook > a:hover {
    background-image: url(../images/common/share_img01_h.png);
  }
}
.footer .foot_share_sns > dd > ul > li.foot_share_x > a {
  background-image: url(../images/common/share_img02.png);
}
@media screen and (min-width: 768px) {
  .footer .foot_share_sns > dd > ul > li.foot_share_x > a:hover {
    background-image: url(../images/common/share_img02_h.png);
  }
}
.footer .foot_share_sns > dd > ul > li.foot_share_line > a {
  background-image: url(../images/common/share_img03.png);
}
@media screen and (min-width: 768px) {
  .footer .foot_share_sns > dd > ul > li.foot_share_line > a:hover {
    background-image: url(../images/common/share_img03_h.png);
  }
}
.footer .foot_share_sns > dd > ul > li > a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}
@media screen and (min-width: 768px) {
  .footer .foot_share_sns > dd > ul > li > a:hover {
    opacity: 1;
  }
}
.footer .foot_scrap {
  position: relative;
  width: 100%;
  padding: 10rem 0 16rem 0;
}
@media screen and (min-width: 768px) {
  .footer .foot_scrap {
    padding: 7.5rem 0 12rem 0;
  }
}
.footer .foot_scrap::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../images/common/common_bg02.jpg);
  background-repeat: repeat-y;
  background-position: center top;
  background-size: auto auto;
  z-index: -3;
}
@media screen and (min-width: 1920px) {
  .footer .foot_scrap::before {
    background-size: 100% auto;
  }
}
.footer .foot_scrap .inner {
  max-width: 1350px;
}
.footer .foot_scrap_column {
  position: relative;
  width: 100%;
}
.footer .foot_scrap_wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  flex-wrap: nowrap;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .footer .foot_scrap_wrap {
    flex-direction: row-reverse;
  }
}
.footer .foot_scrap_text {
  position: relative;
  width: 100%;
  margin-top: -2rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .footer .foot_scrap_text {
    width: 42.1875%;
    margin-top: 0;
    text-align: left;
  }
}
.footer .foot_scrap_text > p {
  width: 100%;
  margin-top: 3.2rem;
  color: #ffffff;
  font-size: 3.2rem;
  line-height: 2.4;
  text-stroke: 0.2em #001450;
  -webkit-text-stroke: 0.2em #001450;
  paint-order: stroke;
}
@media screen and (min-width: 768px) {
  .footer .foot_scrap_text > p {
    margin-top: 2.4rem;
    font-size: 2.4rem;
  }
}
.footer .foot_scrap_text > p:first-child {
  margin-top: 0;
}
.footer .foot_scrap_text > p > em {
  color: #ff6700;
  font-size: 150%;
  letter-spacing: 0;
}
.footer .foot_scrap_btn {
  position: relative;
  width: 100%;
  margin-top: 6rem;
}
@media screen and (min-width: 768px) {
  .footer .foot_scrap_btn {
    width: 53.125%;
    margin-top: 0;
  }
}
.footer .foot_scrap_btn > a {
  display: block;
  width: 100%;
  filter: drop-shadow(0 0.5rem 1rem rgba(0, 20, 80, 0.6));
}
@media screen and (min-width: 768px) {
  .footer .foot_scrap_btn > a:hover {
    transform: translateY(-1rem);
    opacity: 1;
  }
}
.footer .foot_main {
  position: relative;
  width: 100%;
  padding: 6rem 0;
  border-top: 4px solid #ff6700;
}
@media screen and (min-width: 768px) {
  .footer .foot_main {
    padding: 4.5rem 0;
  }
}
.footer .foot_main::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #001450;
  z-index: -3;
}
.footer .foot_main_bnr {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  margin-top: -4rem;
}
@media screen and (min-width: 768px) {
  .footer .foot_main_bnr {
    margin-top: -3rem;
  }
}
.footer .foot_main_bnr > li {
  width: 94.1176470588%;
  margin: 4rem auto 0 auto;
}
@media screen and (min-width: 768px) {
  .footer .foot_main_bnr > li {
    width: 39.8148148148%;
    margin: 3rem 1.8518518519% 0 1.8518518519%;
  }
}
.footer .foot_main_bnr > li > a {
  display: block;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .footer .foot_main_bnr > li > a:hover {
    transform: translateY(-1rem);
    opacity: 1;
  }
}
.footer .foot_main_copyright {
  position: relative;
  width: 100%;
  margin-top: 4rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .footer .foot_main_copyright {
    margin-top: 3rem;
  }
}
.footer .foot_main_copyright > p {
  width: 100%;
  color: #ff6700;
  font-size: 2.2rem;
}
@media screen and (min-width: 768px) {
  .footer .foot_main_copyright > p {
    font-size: 1.6rem;
  }
}
.footer .foot_main_copyright > p > small {
  display: inline-block;
  font-size: 75%;
}
.footer .foot_main_pagetop {
  position: absolute;
  right: 0;
  bottom: calc(100% - 1px);
  display: block;
  width: 12rem;
  aspect-ratio: 1/1;
}
@media screen and (min-width: 768px) {
  .footer .foot_main_pagetop {
    width: 10rem;
  }
}
.footer .foot_main_pagetop > a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 0;
  background-image: url(../images/common/pagetop_btn.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}
@media screen and (min-width: 768px) {
  .footer .foot_main_pagetop > a:hover {
    transform: translateY(-1rem);
    opacity: 1;
  }
}

/* ========================================================
    popup
======================================================== */
.popup {
  position: fixed;
  left: 0;
  top: 0;
  display: none;
  width: 100%;
  height: 100vh;
  height: 100svh;
  background-color: rgba(0, 20, 80, 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% - 7rem);
  max-width: 1080px;
  margin: auto;
  padding: 2.5rem 0 7.5rem 0;
  z-index: 1030;
}
.popup_close {
  position: relative;
  width: 10.1rem;
  aspect-ratio: 101/117;
  margin: 0 0 2.5rem auto;
  background-image: url(../images/common/close_btn.png);
  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:hover {
    transform: translateY(-1rem);
  }
}
.popup_list > li {
  display: none;
}
.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_img {
  position: relative;
  width: 100%;
}/*# sourceMappingURL=base.css.map */