@charset "UTF-8";
/* CSS INFORMATION =====================================================
File name : base.css
Description : 共通
===================================================================== */
/* ========================================================
    基本設定
======================================================== */
* {
  margin: 0;
  padding: 0;
  font-size: 100%;
  line-height: 1.8;
  box-sizing: border-box;
}

#gDefHeader,
#gDefHeader *,
#gDefFooter,
#gDefFooter *,
#gDefSide,
#gDefSide * {
  font-size: inherit;
  line-height: inherit;
}

img {
  width: 100%;
  vertical-align: bottom;
  border: none;
}

a {
  text-decoration: none;
  word-break: break-all;
  transition: 0.3s ease;
}
@media screen and (min-width: 768px) {
  a:hover {
    opacity: 0.7;
  }
}

dt {
  font-weight: 400;
}

.sp {
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
}

.tab01 {
  display: inline-block;
}
@media screen and (min-width: 1000px) {
  .tab01 {
    display: none;
  }
}

.tab02 {
  display: none;
}
@media screen and (min-width: 768px) {
  .tab02 {
    display: inline-block;
  }
}
@media screen and (min-width: 1000px) {
  .tab02 {
    display: none;
  }
}

.pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .pc {
    display: inline-block;
  }
}

.color_green {
  color: #00a051;
}
.color_pink {
  color: #e7316e;
}

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

body {
  width: 100%;
  color: #000000;
  font-family: "M PLUS 1p", sans-serif;
  font-size: 3rem;
  font-weight: 400;
  text-align: left;
  letter-spacing: 0em;
}
@media screen and (min-width: 768px) {
  body {
    font-size: 1.8rem;
  }
}

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

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

.inner {
  width: 100%;
  max-width: 1246px;
  margin: 0 auto;
  padding: 0 2.3rem;
}

/* ========================================================
    header
======================================================== */
.header {
  position: relative;
  width: 100%;
  padding: 0;
}

.mv {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  padding-bottom: 2.4rem;
}
@media screen and (min-width: 768px) {
  .mv {
    padding-bottom: 0;
  }
}
.mv_img {
  position: relative;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .mv_img {
    width: 50%;
  }
}
.mv_img img {
  width: 100%;
  max-height: 480px;
}
.mv_text {
  position: relative;
  width: 100%;
  margin-top: -8.8rem;
}
@media screen and (min-width: 768px) {
  .mv_text {
    width: 50%;
    margin-top: 0;
  }
}
.mv_ttl {
  position: relative;
  width: 61.2rem;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .mv_ttl {
    width: 54.1666666667%;
    max-width: 520px;
  }
}
.mv_ttl > a {
  display: block;
}
.mv_onair {
  position: relative;
  width: 72.6rem;
  margin: 3.6rem auto 0 0;
}
@media screen and (min-width: 768px) {
  .mv_onair {
    width: 68.3333333333%;
    max-width: 656px;
    margin: 1.8rem auto 0 auto;
  }
}
@media screen and (min-width: 1200px) {
  .mv_onair {
    margin: 3.6rem auto 0 auto;
  }
}

.nav {
  position: relative;
  width: 100%;
  padding: 0;
  background-color: #e7316e;
}
.nav_list {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 4rem 0;
}
.nav_list > li {
  position: relative;
  margin-left: 0;
}
.nav_list > li + li {
  margin-left: 16rem;
}
@media screen and (min-width: 768px) {
  .nav_list > li + li {
    margin-left: 10rem;
  }
}
.nav_list > li + li::before {
  content: "";
  position: absolute;
  left: -9.5rem;
  top: 50%;
  display: block;
  width: 3rem;
  height: 3rem;
  background-image: url(../images/common/common_bg01.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .nav_list > li + li::before {
    left: -6.1rem;
    width: 2.2rem;
    height: 2.2rem;
  }
}
.nav_list > li > a {
  display: block;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .nav_list > li > a:hover {
    transform: translateY(-0.8rem);
    opacity: 1;
  }
}
.nav_list > li > a > span {
  display: inline-block;
  color: #ffef40;
  font-size: 3.6rem;
  font-weight: 900;
  line-height: 1.3;
  transform: rotate(0.03deg);
}
@media screen and (min-width: 768px) {
  .nav_list > li > a > span {
    font-size: 2.8rem;
  }
}

/* ========================================================
    popup
======================================================== */
.popup {
  position: fixed;
  left: 0;
  top: 0;
  display: none;
  width: 100%;
  height: 100vh;
  height: 100svh;
  background-color: rgba(0, 0, 0, 0.8);
  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% - 10rem);
  max-width: 1000px;
  margin: auto;
  padding: 5rem 0;
  z-index: 1030;
}
.popup_close {
  position: relative;
  width: 4.8rem;
  aspect-ratio: 1/1;
  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/icon_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;
}/*# sourceMappingURL=base.css.map */