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

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

a {
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  a:hover {
    opacity: 0.7;
  }
}

.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_pink {
  color: #f06294;
}

.color_blue {
  color: #006fb6;
}

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

body {
  width: 100%;
  color: #1d2a45;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.6rem;
  font-weight: 400;
  text-align: left;
}
@media screen and (min-width: 768px) {
  body {
    font-size: 1.6rem;
  }
}

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

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

/* ========================================================
    mv
======================================================== */
.mv {
  position: relative;
  width: 100%;
}
.mv_ttl {
  position: relative;
  width: 100%;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .mv_ttl a:hover {
    opacity: 1;
  }
}
.mv_onair {
  width: 100%;
  /* padding: 4rem 0 2.5rem 0; */
  padding: 4rem 0 4rem 0;
  background-image: url(../images/common/common_bg01.png);
  background-repeat: repeat;
  background-position: center top;
  background-size: 25rem 25rem;
}
@media screen and (min-width: 768px) {
  .mv_onair {
    /* padding: 3rem 0 2rem 0; */
    padding: 3rem 0 3rem 0;
  }
}
.mv_date {
  width: 65rem;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .mv_date {
    width: 62.5vw;
  }
}
.mv_tver {
  width: 57.2rem;
  margin: 0 auto;
  padding-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .mv_tver {
    width: 25.625vw;
  }
}

/* ========================================================
    nav
======================================================== */
.nav {
  position: relative;
  width: 100%;
  height: 27.6rem;
  background-image: url(../images/common/nav_bg01_sp.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% 100%;
}
@media screen and (min-width: 768px) {
  .nav {
    height: 6.875vw;
    background-image: url(../images/common/nav_bg01_pc.png);
  }
}
.nav_menu {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  width: 71rem;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .nav_menu {
    width: 62.5vw;
  }
}
.nav_menu > li {
  position: relative;
  width: 25%;
}
@media screen and (min-width: 768px) {
  .nav_menu > li {
    width: 14.2857142857%;
  }
}
.nav_menu > li.nav_menu_01 > a {
  background-image: url(../images/common/nav_img01_sp.png);
}
@media screen and (min-width: 768px) {
  .nav_menu > li.nav_menu_01 > a {
    background-image: url(../images/common/nav_img01_pc.png);
  }
}
@media screen and (min-width: 768px) {
  .nav_menu > li.nav_menu_01 > a:hover {
    background-image: url(../images/common/nav_img01_pc_h.png);
  }
}
.nav_menu > li.nav_menu_02 > a {
  background-image: url(../images/common/nav_img02_sp.png);
}
@media screen and (min-width: 768px) {
  .nav_menu > li.nav_menu_02 > a {
    background-image: url(../images/common/nav_img02_pc.png);
  }
}
@media screen and (min-width: 768px) {
  .nav_menu > li.nav_menu_02 > a:hover {
    background-image: url(../images/common/nav_img02_pc_h.png);
  }
}
.nav_menu > li.nav_menu_03 > a {
  background-image: url(../images/common/nav_img03_sp.png);
}
@media screen and (min-width: 768px) {
  .nav_menu > li.nav_menu_03 > a {
    background-image: url(../images/common/nav_img03_pc.png);
  }
}
@media screen and (min-width: 768px) {
  .nav_menu > li.nav_menu_03 > a:hover {
    background-image: url(../images/common/nav_img03_pc_h.png);
  }
}
.nav_menu > li.nav_menu_04 > a {
  background-image: url(../images/common/nav_img04_sp.png);
}
@media screen and (min-width: 768px) {
  .nav_menu > li.nav_menu_04 > a {
    background-image: url(../images/common/nav_img04_pc.png);
  }
}
@media screen and (min-width: 768px) {
  .nav_menu > li.nav_menu_04 > a:hover {
    background-image: url(../images/common/nav_img04_pc_h.png);
  }
}
.nav_menu > li.nav_menu_05 > a {
  background-image: url(../images/common/nav_img05_sp.png);
}
@media screen and (min-width: 768px) {
  .nav_menu > li.nav_menu_05 > a {
    background-image: url(../images/common/nav_img05_pc.png);
  }
}
@media screen and (min-width: 768px) {
  .nav_menu > li.nav_menu_05 > a:hover {
    background-image: url(../images/common/nav_img05_pc_h.png);
  }
}
.nav_menu > li.nav_menu_06 > a {
  background-image: url(../images/common/nav_img06_sp.png);
}
@media screen and (min-width: 768px) {
  .nav_menu > li.nav_menu_06 > a {
    background-image: url(../images/common/nav_img06_pc.png);
  }
}
@media screen and (min-width: 768px) {
  .nav_menu > li.nav_menu_06 > a:hover {
    background-image: url(../images/common/nav_img06_pc_h.png);
  }
}
.nav_menu > li.nav_menu_07 > a {
  background-image: url(../images/common/nav_img07_sp.png);
}
@media screen and (min-width: 768px) {
  .nav_menu > li.nav_menu_07 > a {
    background-image: url(../images/common/nav_img07_pc.png);
  }
}
@media screen and (min-width: 768px) {
  .nav_menu > li.nav_menu_07 > a:hover {
    background-image: url(../images/common/nav_img07_pc_h.png);
  }
}
.nav_menu > li.nav_menu_08 {
  width: 7.6rem;
  height: 7.6rem;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .nav_menu > li.nav_menu_08 {
    position: absolute;
    right: -6.25vw;
    top: 1.9375vw;
    width: 3vw;
    height: 3vw;
    margin: 0;
  }
}
.nav_menu > li.nav_menu_08 > a {
  width: 100%;
  height: 100%;
  background: none;
}
@media screen and (min-width: 768px) {
  .nav_menu > li.nav_menu_08 > a:hover::after {
    content: none;
  }
}
.nav_menu > li.nolink {
  pointer-events: none;
  filter: grayscale(1);
}
.nav_menu > li.nolink::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.15);
}
.nav_menu > li > a {
  position: relative;
  display: block;
  width: 100%;
  height: 13.8rem;
  font-size: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}
@media screen and (min-width: 768px) {
  .nav_menu > li > a {
    height: 6.875vw;
  }
}
@media screen and (min-width: 768px) {
  .nav_menu > li > a:hover {
    opacity: 1;
  }
}
@media screen and (min-width: 768px) {
  .nav_menu > li > a:hover::after {
    content: "";
  }
}
.nav_menu > li > a::after {
  content: none;
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 0.3rem;
  background-color: #f3ab40;
}
.nav_date {
  position: absolute;
  left: 50%;
  top: -1.7rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 16.4rem;
  height: 3.6rem;
  color: #ffffff;
  font-family: "Shippori Mincho", serif;
  font-size: 1.9rem;
  font-weight: 500;
  background-color: #f06294;
  transform: translateX(-50%);
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .nav_date {
    top: -1rem;
    width: 10rem;
    height: 2.2rem;
    font-size: 1.2rem;
  }
}

/* ========================================================
    footer
======================================================== */
.footer {
  position: relative;
  width: 100%;
}
.footer .fix_content {
  position: fixed;
  right: 0;
  bottom: 0;
  display: none;
  z-index: 100;
}
.footer .fix_content .delivery {
  margin-bottom: 3rem;
}
.footer .fix_content .delivery_close {
  position: absolute;
  left: -0.8em;
  top: -0.8em;
  display: block;
  width: 1.4em;
  height: 1.4em;
  border-radius: 50%;
  background: #f1f1f1;
  z-index: 1;
}
.footer .fix_content .delivery_close::after {
  content: "×";
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  font-size: 0.9em;
  font-weight: 700;
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.footer .fix_content .delivery_content {
  width: 22rem;
  background: #21abe6;
}
@media screen and (min-width: 768px) {
  .footer .fix_content .delivery_content {
    width: 12.5vw;
  }
}
@media screen and (min-width: 1200px) {
  .footer .fix_content .delivery_content {
    width: 10.625vw;
  }
}
.footer .fix_content .delivery_content > a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0.5rem 0 0 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .footer .fix_content .delivery_content > a:hover {
    opacity: 1;
  }
}
.footer .fix_content .delivery_content > a > img {
  width: 72%;
}
.footer .fix_content .delivery_content > a > .delivery_text01 {
  display: block;
  margin-bottom: 0.5rem;
  color: #ffffff;
  font-size: 2rem;
}
@media screen and (min-width: 768px) {
  .footer .fix_content .delivery_content > a > .delivery_text01 {
    font-size: 1.6rem;
  }
}
.footer .fix_content .delivery_content > a > .delivery_text02 {
  position: relative;
  display: block;
  margin-top: 1rem;
  padding: 0.4rem 0;
  color: #21abe6;
  font-size: 1.9rem;
  line-height: 1;
  border: 0.1rem solid #21abe6;
  background-color: #ffffff;
}
@media screen and (min-width: 768px) {
  .footer .fix_content .delivery_content > a > .delivery_text02 {
    font-size: 1.5rem;
  }
}
.footer .fix_content .delivery_content > a > .delivery_text02::after {
  content: "";
  position: absolute;
  right: 0.8rem;
  top: calc(50% - 0.5rem);
  display: block;
  width: 0.8rem;
  height: 1rem;
  background-color: #21abe6;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
}
@media screen and (min-width: 768px) {
  .footer .fix_content .delivery_content > a > .delivery_text02::after {
    top: calc(50% - 0.4rem);
    width: 0.6rem;
    height: 0.8rem;
  }
}
.footer .fix_content .pagetop {
  width: 12rem;
  height: 12rem;
  margin-left: auto;
  background-color: #518aa7;
}
@media screen and (min-width: 768px) {
  .footer .fix_content .pagetop {
    width: 6.25vw;
    height: 6.25vw;
  }
}
.footer .fix_content .pagetop a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.footer .fix_content .pagetop a::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  width: 3.8rem;
  height: 1.9rem;
  background-image: url(../images/common/icon_pagetop.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  transform: translate(-50%, -50%);
  transition: 0.3s ease;
}
@media screen and (min-width: 768px) {
  .footer .fix_content .pagetop a::after {
    width: 1.5625vw;
    height: 0.8125vw;
  }
}
@media screen and (min-width: 768px) {
  .footer .fix_content .pagetop a:hover {
    opacity: 1;
  }
}
@media screen and (min-width: 768px) {
  .footer .fix_content .pagetop a:hover::after {
    top: 45%;
  }
}
.footer .tver {
  position: absolute;
  left: calc(50% - 28.6rem);
  bottom: calc(100% + 6rem);
  display: block;
  width: 57.2rem;
}
@media screen and (min-width: 768px) {
  .footer .tver {
    left: 37.1875vw;
    width: 25.625vw;
  }
}
.footer .copyright {
  position: relative;
  width: 100%;
  padding: 6rem 0;
  background-color: #94c9d1;
}
@media screen and (min-width: 768px) {
  .footer .copyright {
    padding: 4rem 0;
  }
}
.footer .copyright p {
  font-family: "Shippori Mincho", serif;
  font-size: 1.8rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .footer .copyright p {
    font-size: 1.6rem;
  }
}

/* ========================================================
    illust
======================================================== */
#subpage .illust_img01 {
  position: absolute;
  right: 0;
  top: 0;
  display: none;
  width: 134.4rem;
  height: 76.8rem;
  background-image: url(../images/common/illust_img01.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  animation: floating01 5.5s ease-in-out infinite alternate-reverse;
}
@media screen and (min-width: 768px) {
  #subpage .illust_img01 {
    display: block;
    right: 60.3125vw;
    top: -8vw;
    width: 84vw;
    height: 48vw;
  }
}
#subpage .illust_img02 {
  position: absolute;
  left: 0;
  top: 0;
  display: none;
  width: 148rem;
  height: 88rem;
  background-image: url(../images/common/illust_img02.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  animation: floating01 7s ease-in-out infinite alternate-reverse;
}
@media screen and (min-width: 768px) {
  #subpage .illust_img02 {
    display: block;
    left: 53.75vw;
    top: 94.125vw;
    width: 92.5vw;
    height: 55vw;
  }
}
#subpage .illust_img03 {
  position: absolute;
  left: 21.9rem;
  top: 177.3rem;
  display: block;
  width: 169.3rem;
  height: 94.4rem;
  background-image: url(../images/common/illust_img03.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  animation: floating01 7s ease-in-out infinite alternate-reverse;
}
@media screen and (min-width: 768px) {
  #subpage .illust_img03 {
    display: none;
    left: 0;
    top: 0;
  }
}
#subpage .illust_img04 {
  position: absolute;
  right: 43rem;
  top: -7.1rem;
  display: block;
  width: 36rem;
  height: 34.1rem;
  background-image: url(../images/common/illust_img04.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}
@media screen and (min-width: 768px) {
  #subpage .illust_img04 {
    right: 14.875vw;
    top: -3.125vw;
    width: 22.5vw;
    height: 21.3125vw;
  }
}
#subpage .illust_img05 {
  position: absolute;
  right: 47.5rem;
  top: 215.5rem;
  display: block;
  width: 18rem;
  height: 17.1rem;
  background-image: url(../images/common/illust_img05.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}
@media screen and (min-width: 768px) {
  #subpage .illust_img05 {
    right: 76.0625vw;
    top: 111.4375vw;
    width: 11.25vw;
    height: 10.6875vw;
  }
}
#subpage .illust_img06 {
  position: absolute;
  left: 37.4rem;
  top: -2rem;
  display: block;
  width: 110.5rem;
  height: 116rem;
  background-image: url(../images/common/illust_img06.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}
@media screen and (min-width: 768px) {
  #subpage .illust_img06 {
    left: 70.5vw;
    top: -3.5vw;
    width: 69.0625vw;
    height: 72.5vw;
  }
}
#subpage .illust_img07 {
  position: absolute;
  right: 49.5rem;
  top: 88.6rem;
  display: block;
  width: 155rem;
  height: 138.9rem;
  background-image: url(../images/common/illust_img07.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}
@media screen and (min-width: 768px) {
  #subpage .illust_img07 {
    right: 67.5vw;
    top: 32.75vw;
    width: 96.875vw;
    height: 86.8125vw;
  }
}

@keyframes floating01 {
  0% {
    transform: translateY(-10%);
  }
  100% {
    transform: translateY(10%);
  }
}
/* ========================================================
    popup
======================================================== */
.popup {
  position: fixed;
  left: 0;
  top: 0;
  display: none;
  width: 100%;
  height: 100vh;
  height: 100svh;
  background-color: rgba(171, 213, 219, 0.94);
  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: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100vh;
  z-index: 1020;
  cursor: pointer;
}
.popup_inner {
  -ms-flex-item-align: start;
  align-self: flex-start;
  width: 100%;
  margin: auto;
  padding: 5rem 0;
  z-index: 1030;
}
@media screen and (min-width: 768px) {
  .popup_inner {
    width: 75vw;
  }
}
@media screen and (min-width: 1600px) {
  .popup_inner {
    width: 1200px;
  }
}
.popup_list > li {
  display: none;
}
.popup_movie_embed {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.popup_movie_embed iframe {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.popup_close {
  width: 12rem;
  height: 12rem;
  margin: 0 0 2rem auto;
  background-image: url(../images/common/icon_close.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .popup_close {
    width: 5vw;
    height: 5vw;
  }
}
.popup_close2 {
  width: 30rem;
  margin: 5rem auto 0 auto;
  padding: 0.8rem 0 1.2rem 0;
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
  background-color: #ffffff;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .popup_close2 {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 768px) {
  .popup_close2:hover {
    color: #ffffff;
    background-color: #518aa7;
  }
}/*# sourceMappingURL=base.css.map */