@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_blue {
  color: #0091a1;
}

.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: #141414;
  font-family: "Noto Sans JP", 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: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  z-index: -5;
}

.main {
  position: relative;
  width: 100%;
  padding-bottom: 18rem;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .main {
    padding-bottom: 13.5rem;
  }
}
.main::before {
  /*content: '';*/
  position: absolute;
  left: 50%;
  top: 0;
  display: block;
  width: 99.4rem;
  aspect-ratio: 994/563;
  background-image: url(../images/common/common_bg02.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  transform: translate(-50%, -55%);
  z-index: -4;
}

#subpage .main::before {
  content: none;
}

.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%;
}
.header .mv::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #eeeeee;
  z-index: -3;
}
.header .mv_column {
  position: relative;
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
}
.header .mv_img {
  position: relative;
  width: 100%;
}
.header .mv_onair {
  position: relative;
  width: 100%;
  padding: 2rem 0;
}
@media screen and (min-width: 768px) {
  .header .mv_onair {
    position: absolute;
    right: 9.375vw;
    top: 2.5vw;
    width: auto;
    padding: 0;
  }
}
@media screen and (min-width: 1600px) {
  .header .mv_onair {
    right: 15rem;
    top: 4rem;
  }
}
.header .mv_onair::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #141414;
  z-index: -3;
}
@media screen and (min-width: 768px) {
  .header .mv_onair::before {
    content: none;
  }
}
.header .mv_onair::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  width: 193.9rem;
  aspect-ratio: 1939/497;
  background-image: url(../images/common/common_bg01.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  transform: translate(-50%, -50%);
  z-index: -2;
}
@media screen and (min-width: 768px) {
  .header .mv_onair::after {
    content: none;
  }
}
.header .mv_onair_text {
  position: relative;
  width: 100%;
  color: #69b7bf;
  font-size: 3.6rem;
  font-weight: 900;
  line-height: 1.2;
  text-align: center;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 768px) {
  .header .mv_onair_text {
    color: #0091a1;
    font-size: 1.75vw;
    line-height: 2;
    text-align: left;
    text-orientation: upright;
    writing-mode: vertical-lr;
  }
}
@media screen and (min-width: 1600px) {
  .header .mv_onair_text {
    font-size: 2.8rem;
  }
}
.header .mv_onair_text > em {
  display: inline-block;
  padding: 0;
  font-size: 155%;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .header .mv_onair_text > em {
    padding: 0.04em 0;
  }
}
@media screen and (min-width: 768px) {
  .header .mv_onair_text > em.sans:last-child {
    padding-top: 0.12em;
  }
}
.header .mv_onair_text > em.tcy {
  text-combine-upright: all;
  -webkit-text-combine: horizontal;
  display: inline;
  letter-spacing: 0 !important;
}
.header .mv_onair_text > em:not(.sans) {
  font-family: "Jost", sans-serif;
  font-size: 195%;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .header .mv_onair_text > em:not(.sans) {
    letter-spacing: -0.55em;
    transform: translateY(-0.25em);
  }
}
.header .mv_onair_text > span {
  display: inline-block;
  line-height: 1;
}
.header .mv_onair_text > span.serif {
  font-family: "Noto Serif JP", serif;
}
.header .mv_onair_text > span.jost {
  font-family: "Jost", sans-serif;
  font-size: 120%;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .header .mv_onair_text > span.jost {
    letter-spacing: -0.55em;
    transform: translateY(-0.25em);
  }
}
.header .submv {
  position: relative;
  width: 100%;
}
.header .submv::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #eeeeee;
  z-index: -3;
}
.header .submv_column {
  position: relative;
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
}
.header .submv_column > a {
  display: block;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .header .submv_column > a:hover {
    opacity: 1;
  }
}
.header .submv_img {
  position: relative;
  width: 100%;
}
.header .submv_onair {
  position: absolute;
  right: 2rem;
  top: 2rem;
  width: auto;
}
@media screen and (min-width: 768px) {
  .header .submv_onair {
    right: 16.25vw;
    top: 1.25vw;
  }
}
@media screen and (min-width: 1600px) {
  .header .submv_onair {
    right: calc(50% - 540px);
    top: 2rem;
  }
}
.header .submv_onair_text {
  position: relative;
  width: 100%;
  color: #0091a1;
  font-size: 2rem;
  font-weight: 900;
  line-height: 1;
  text-align: left;
  text-orientation: upright;
  writing-mode: vertical-rl;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 768px) {
  .header .submv_onair_text {
    font-size: 1.25vw;
  }
}
@media screen and (min-width: 1600px) {
  .header .submv_onair_text {
    font-size: 2rem;
  }
}
.header .submv_onair_text > em {
  display: inline-block;
  padding: 0.04em 0;
  font-size: 155%;
  line-height: 1.2;
}
.header .submv_onair_text > em.tcy {
  text-combine-upright: all;
  -webkit-text-combine: horizontal;
  display: inline;
  letter-spacing: 0 !important;
}
.header .submv_onair_text > em:not(.sans) {
  font-family: "Jost", sans-serif;
  font-size: 195%;
  font-weight: 600;
  line-height: 0.8;
  letter-spacing: -0.55em;
  transform: translateY(-0.25em);
}
.header .submv_onair_text > br + em {
  padding-top: 0 !important;
}
.header .submv_onair_text > span {
  display: inline-block;
  line-height: 1;
}
.header .submv_onair_text > span.serif {
  font-family: "Noto Serif JP", serif;
}
.header .submv_onair_text > span.jost {
  font-family: "Jost", sans-serif;
  font-size: 120%;
  font-weight: 600;
  letter-spacing: -0.55em;
  transform: translateY(-0.25em);
}
.header .headbnr {
  position: relative;
  width: 100%;
  padding: 4rem 0;
}
@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-color: #f2f2f2;
  z-index: -3;
}
.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%;
}
@media screen and (min-width: 768px) {
  .header .headbnr_list > li > a:hover {
    transform: translateY(-0.8rem);
    opacity: 1;
  }
}
.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: none;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #141414;
  z-index: -3;
}
@media screen and (min-width: 768px) {
  .header .nav::before {
    content: "";
  }
}
.header .nav::after {
  content: none;
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  width: 193.9rem;
  aspect-ratio: 1939/497;
  background-image: url(../images/common/common_bg01.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  transform: translate(-50%, -50%);
  z-index: -2;
}
@media screen and (min-width: 768px) {
  .header .nav::after {
    content: "";
  }
}
.header .nav_menu {
  position: relative;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  margin: 0;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .header .nav_menu {
    justify-content: center;
    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::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #141414;
  z-index: -3;
}
@media screen and (min-width: 768px) {
  .header .nav_menu::before {
    content: none;
  }
}
.header .nav_menu::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  width: 193.9rem;
  aspect-ratio: 1939/497;
  background-image: url(../images/common/common_bg01.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  transform: translate(-50%, -50%);
  z-index: -2;
}
@media screen and (min-width: 768px) {
  .header .nav_menu::after {
    content: none;
  }
}
.header .nav_menu > li {
  position: relative;
  width: 25%;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .header .nav_menu > li {
    width: auto;
    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: "";
  }
}
.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.nav_caststaff:has(.nav_date) > a {
  padding: 0.5em 0 0 0;
}
.header .nav_menu > li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  display: block;
  width: 1px;
  height: 6.4rem;
  background-image: url(../images/common/common_bg04.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  transform: translateY(-50%);
  z-index: -1;
}
@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: none;
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  width: 9.6rem;
  aspect-ratio: 96/99;
  background-image: url(../images/common/common_bg03.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 {
    content: "";
    width: 8vw;
  }
}
@media screen and (min-width: 1200px) {
  .header .nav_menu > li > a::before {
    width: 9.6rem;
  }
}
.header .nav_menu > li > a > em {
  display: block;
  color: #ffffff;
  font-family: "Noto Serif JP", serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.04em;
  transform: scaleY(0.9);
}
@media screen and (min-width: 768px) {
  .header .nav_menu > li > a > em {
    font-size: 2vw;
  }
}
@media screen and (min-width: 1200px) {
  .header .nav_menu > li > a > em {
    font-size: 2.4rem;
  }
}
.header .nav_menu > li > a > span {
  display: block;
  color: #69b7bf;
  font-family: "Jost", sans-serif;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 768px) {
  .header .nav_menu > li > a > span {
    font-size: 1.5vw;
  }
}
@media screen and (min-width: 1200px) {
  .header .nav_menu > li > a > span {
    font-size: 1.8rem;
  }
}
.header .nav_date {
  position: absolute;
  left: 50%;
  top: 0;
  display: inline-block;
  width: auto;
  padding: 0.12em 0.6em;
  background-color: #0091a1;
  transform: translateX(-50%);
  z-index: 1;
}
.header .nav_date > span {
  display: block;
  color: #ffffff;
  font-family: "Noto Serif JP", serif;
  font-size: 2.2rem;
  line-height: 1;
  letter-spacing: 0.04em;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .header .nav_date > span {
    font-size: 1.3333333333vw;
  }
}
@media screen and (min-width: 1200px) {
  .header .nav_date > span {
    font-size: 1.6rem;
  }
}
.header .nav_sns {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  padding: 6rem 0;
  border-bottom: 2px solid #141414;
}
@media screen and (min-width: 768px) {
  .header .nav_sns {
    width: auto;
    padding: 0;
    border-bottom: none;
  }
}
.header .nav_sns::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #f2f2f2;
  z-index: -3;
}
@media screen and (min-width: 768px) {
  .header .nav_sns::before {
    content: none;
  }
}
.header .nav_sns > li {
  width: 3.6rem;
  margin-left: 12rem;
}
@media screen and (min-width: 768px) {
  .header .nav_sns > li {
    width: 2vw;
    margin-left: 5vw;
  }
}
@media screen and (min-width: 1200px) {
  .header .nav_sns > li {
    width: 2.4rem;
    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 {
    opacity: 1;
  }
}
@media screen and (min-width: 768px) {
  .header .nav_sns > li > a:hover > svg {
    fill: #69b7bf;
  }
}
.header .nav_sns > li > a > svg {
  width: 100%;
  aspect-ratio: 1/1;
  fill: #141414;
}
@media screen and (min-width: 768px) {
  .header .nav_sns > li > a > svg {
    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(0, 145, 161, 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: #141414;
  transition: 0.3s ease;
  cursor: pointer;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .footer .fixbnr_close:hover {
    background-color: #0091a1;
  }
}
.footer .fixbnr_close::before {
  content: "×";
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  color: #ffffff;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
  transform: translate(-50%, -52%);
}
.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: 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: #141414;
  z-index: -3;
}
.footer .copyright::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  width: 193.9rem;
  aspect-ratio: 1939/497;
  background-image: url(../images/common/common_bg01.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  transform: translate(-50%, -50%);
  z-index: -2;
}
.footer .copyright_text {
  position: relative;
  width: 100%;
  color: #ffffff;
  font-family: "Jost", sans-serif;
  font-size: 2.2rem;
  line-height: 1.6;
  text-align: center;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 768px) {
  .footer .copyright_text {
    font-size: 1.8rem;
  }
}
.footer .pagetop {
  position: absolute;
  right: 0;
  bottom: calc(100% - 1px);
  z-index: 10;
}
.footer .pagetop_btn {
  position: relative;
  width: 10.4rem;
  aspect-ratio: 1/1;
}
@media screen and (min-width: 768px) {
  .footer .pagetop_btn {
    width: 7.8rem;
  }
}
.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 {
    opacity: 1;
  }
}
@media screen and (min-width: 768px) {
  .footer .pagetop_btn > a:hover::before {
    background-image: url(../images/common/btn_pagetop_h.png);
  }
}
.footer .pagetop_btn > a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../images/common/btn_pagetop.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  transition: 0.3s ease;
}

/* ========================================================
    popup
======================================================== */
.popup {
  position: fixed;
  left: 0;
  top: 0;
  display: none;
  width: 100%;
  height: 100vh;
  height: 100svh;
  background-color: rgba(0, 145, 161, 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/btn_close.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;
}

/* ========================================================
    animation
======================================================== */
.scroll_anime_target {
  transform: translateY(4rem);
  transition: 1s ease-in-out;
  opacity: 0;
}
.scroll_anime_target.is-appear {
  transform: translateY(0);
  opacity: 1;
}/*# sourceMappingURL=base.css.map */