@charset "UTF-8";
/* CSS INFORMATION -====================================================
File name : top.css
Description : トップ
===================================================================== */
/* =====================================================================
*    mv
* =================================================================== */
.header {
  padding-top: 2rem;
}

.mv {
  margin-bottom: 6.8rem;
}
.mv_img {
  margin-bottom: -11.6rem;
}
.mv h1 {
  margin: 0 auto;
  width: 38.5rem;
}
.mv_onair {
  margin: -0.2rem auto 0;
  width: 57.9rem;
}

.spbnr {
  margin: 3rem auto 0;
  width: 90%;
}
.spbnr img {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .mv {
    margin-bottom: 3.8rem;
    overflow: hidden;
  }
  .mv_img {
    position: relative;
    margin: 0 auto -10.2rem;
    max-width: 1200px;
  }
  .mv_img::before {
    content: "";
    position: absolute;
    display: block;
    top: -4rem;
    left: -20rem;
    width: 34.1rem;
    height: 59.8rem;
    background: url("../images/top/img_confetti_l.png") no-repeat center/contain;
  }
  .mv_img::after {
    content: "";
    position: absolute;
    display: block;
    top: -4rem;
    right: -17rem;
    width: 47.9rem;
    height: 65rem;
    background: url("../images/top/img_confetti_r.png") no-repeat center/contain;
  }
  .mv_img img {
    margin: auto;
    width: calc(1000 / 1200 * 100%);
  }
  .mv h1 {
    width: 26.3rem;
  }
  .mv_onair {
    width: 38.5rem;
  }
  .spbnr {
    max-width: 780px;
  }
}
/* =====================================================================
    news
======================================================================*/
@media screen and (max-width: 767px) {
  .bg_deco::after, .bg_deco::before {
    display: none;
  }
}
.news {
  padding: 10rem 0;
}
.news::before {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  left: -13.8rem;
  width: 36.9rem;
  height: 18.6rem;
  background: url("../images/common/img_cloud1.png") no-repeat center/contain;
}

.news_list {
  margin: 0 auto;
  width: 63rem;
}
.news_list li {
  margin-bottom: 6rem;
}
.news_list li a {
  position: relative;
  padding: 0 0 0.8em 8.5rem;
  border-bottom: 2px solid #fbf692;
}
.news_list li a::before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 6rem;
  height: 6rem;
  background: url("../images/common/icon_honwaka.png") no-repeat center/contain;
}

.news_date {
  display: block;
  margin-bottom: 0.5em;
  font-size: 85%;
}

.news_txt {
  display: block;
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media screen and (min-width: 768px) {
  .bg_deco::after, .bg_deco::before {
    z-index: 5;
  }
  .news {
    padding: 9rem 0;
  }
  .news::before {
    display: none;
  }
  .news_list {
    width: 71rem;
  }
  .news_list li {
    margin-bottom: 3rem;
  }
  .news_list li a {
    display: flex;
    align-items: center;
    padding: 0.8em 0 0.8em 6rem;
  }
  .news_list li a::before {
    width: 4rem;
    height: 4rem;
  }
  .news_list li a:hover {
    color: #e72717;
  }
  .news_date {
    margin: 0 4rem 0 0;
  }
}
/* =====================================================================
    popup
======================================================================*/
.popup_img {
  margin-bottom: 1.5em;
}

.popup_details dl dt {
  margin-bottom: 1em;
  padding-bottom: 0.3em;
  border-bottom: 0.25em dotted #e72717;
}

.popup_details_ttl {
  font-size: 107%;
  font-weight: 700;
  line-height: 1.6;
}

.popup_details_date {
  position: relative;
  display: block;
  margin-bottom: 0.3em;
  padding-left: 1em;
  font-size: 88%;
}
.popup_details_date::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 0.6em;
  height: 0.6em;
  background-color: #fff100;
  border-radius: 50%;
}

.popup_details_txt {
  line-height: 1.6;
}

/* =====================================================================
    nextstory
======================================================================*/
.nextstory {
  z-index: 3;
}
.nextstory::before {
  content: "";
  position: absolute;
  display: block;
  top: 40%;
  right: -23rem;
  width: 48rem;
  height: 20rem;
  background: url("../images/common/img_cloud2.png") no-repeat center/contain;
}

.nextstory_box {
  margin: 0 auto;
  padding: calc(60 / 720 * 100%) calc(40 / 720 * 100%);
  width: calc(630 / 720 * 100%);
  background-color: #fff;
  border-radius: 2rem;
  border: 1rem solid #fbf692;
}

.nextstory_date {
  text-align: center;
  margin: 0 auto 1.5em;
  padding-bottom: 0.35em;
  width: 28rem;
  font-size: 108%;
  font-weight: 700;
  border-bottom: 0.25em dotted #e72717;
}

.nextstory_txt {
  line-height: 1.5;
}

@media screen and (min-width: 768px) {
  .nextstory::before {
    display: none;
  }
  .nextstory_box {
    padding: calc(40 / 1200 * 100%);
    width: calc(800 / 1200 * 100%);
  }
  .nextstory_date {
    width: 24rem;
  }
}
/* =====================================================================
    contents
======================================================================*/
.contents {
  margin-top: -17rem;
}
.contents .banner_list {
  margin-bottom: 8rem;
}

.contents_wrap {
  position: relative;
  padding: 31rem 0 13rem;
  background: url("../images/common/bg_pattern2.jpg") repeat center/19rem auto;
}
.contents_wrap::after, .contents_wrap::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 2rem;
  background-color: #6accec;
  background-image: repeating-linear-gradient(to right, #0099d9, #0099d9 0.2rem, transparent 0.2rem, transparent);
  background-size: 0.5rem 0.5rem;
}
.contents_wrap::after {
  top: auto;
  bottom: 0;
}

.contents_tver_wrap {
  position: relative;
  margin: 0 auto 6rem;
  width: 63rem;
}

.next_date_box {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  top: -7rem;
  right: -4rem;
  width: 25.3rem;
  height: 21.4rem;
  text-align: center;
  font-weight: 700;
  line-height: 1.3;
  color: #fff;
  background: url("../images/common/bg_ballon1.png") no-repeat center/contain;
  z-index: 1;
}
.next_date_box span {
  display: block;
  font-size: 115%;
}

.contents_tver {
  padding: 13.9682539683% 4.7619047619% 4.7619047619%;
  background: url("../images/top/bg_movie.png") no-repeat center/100% 100%;
}
.contents_tver a {
  position: relative;
  border-radius: 50%/5%;
  overflow: hidden;
}
.contents_tver a::after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 15.6140350877%;
  padding-top: 22.4561403509%;
  background: url("../images/top/icon_play.png") no-repeat center/contain;
}

.btn_contents {
  margin-bottom: 17rem;
}

.backnumber {
  margin: 0 auto;
  padding: 6.6rem 0;
  width: calc(630 / 720 * 100%);
  background-color: #fff;
  border-radius: 2rem;
  border: 1rem solid #c0edfc;
}
.backnumber .sec_ttl {
  width: 49.5rem;
}

.backnumber_list {
  margin: 0 auto;
  width: 38rem;
}
.backnumber_list li {
  margin-bottom: 3rem;
}
.backnumber_list li a {
  position: relative;
  padding: 1.2em 0 1.2em 9rem;
  border-bottom: 2px solid #e9e9e9;
}
.backnumber_list li a::before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 6rem;
  height: 6rem;
  background: url("../images/common/icon_honwaka.png") no-repeat center/contain;
}

@media screen and (min-width: 768px) {
  .contents_wrap {
    padding: 27rem 0 13rem;
  }
  .contents_tver_wrap {
    margin: 0 auto 3rem;
  }
  .next_date_box {
    top: -3.6rem;
    right: -3rem;
    width: 20.4rem;
    height: 17.4rem;
    font-size: 2.3rem;
  }
  .contents_tver a::after {
    width: 11.7543859649%;
    padding-top: 16.4912280702%;
    transition: 0.3s ease;
  }
  .contents_tver a:hover::after {
    transform: translate(-50%, -50%) scale(1.2);
  }
  .btn_contents {
    margin-bottom: 12rem;
  }
  .backnumber {
    padding: 4rem 0 2rem;
    width: calc(800 / 1200 * 100%);
  }
  .backnumber .sec_ttl {
    width: 34.7rem;
  }
  .backnumber_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: calc(650 / 800 * 100%);
  }
  .backnumber_list li {
    margin-bottom: 4rem;
    width: 45%;
  }
  .backnumber_list li a {
    padding-left: 5.5rem;
  }
  .backnumber_list li a::before {
    width: 4rem;
    height: 4rem;
  }
  .backnumber_list li a:hover {
    color: #e72717;
  }
}
/* =====================================================================
    sns
======================================================================*/
.sns {
  padding-top: 17rem;
  z-index: 3;
}
.sns::before {
  content: "";
  position: absolute;
  display: block;
  top: 2.8rem;
  right: -13rem;
  width: 36.9rem;
  height: 18.6rem;
  background: url("../images/common/img_cloud3.png") no-repeat center/contain;
}
.sns .sec_ttl {
  margin-bottom: 4.5rem;
  width: 41.5rem;
}

.twitter_widget {
  margin: 0 auto;
  width: calc(630 / 720 * 100%);
  border-radius: 2rem;
  border: 1rem solid #fbf692;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .sns {
    padding-top: 12rem;
  }
  .sns::before {
    display: none;
  }
  .sns .sec_ttl {
    width: 29.1rem;
  }
  .twitter_widget {
    width: calc(800 / 1200 * 100%);
  }
}
/* =====================================================================
    recruitment
======================================================================*/
.recruitment {
  margin-top: -15rem;
}

.recruitment_wrap {
  padding-top: 31rem;
}

@media screen and (min-width: 768px) {
  .recruitment {
    margin-top: -13rem;
  }
  .recruitment_wrap {
    padding-top: 26rem;
  }
}
/* =====================================================================
    add 2023
======================================================================*/
.bnr-present {
  width: 90%;
  margin: 4rem auto 0;
  transition: 0.3s ease;
}
.bnr-present img {
  width: 100%;
}
.bnr-present:hover {
  transform: scale(1.07);
  transition: 0.3s ease;
}

@media screen and (min-width: 768px) {
  .bnr-present {
    width: 700px;
  }
}
.contents_date {
  width: 50%;
  margin: 0 auto 4rem;
}
.contents_date span {
  display: inline-block;
  position: relative;
  padding: 1em 0 1em 7rem;
  color: #E72717;
}
.contents_date span::before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 4rem;
  height: 4rem;
  background: url("../images/common/icon_honwaka.png") no-repeat center/contain;
}

.contents_tver_wrap_none {
  position: relative;
  margin: 0 auto 6rem;
  width: 63rem;
}

.next_date_box2 {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  top: -7rem;
  right: -4rem;
  width: 25.3rem;
  height: 21.4rem;
  text-align: center;
  font-weight: 700;
  line-height: 1.3;
  color: #fff;
  background: url("../images/common/bg_ballon1.png") no-repeat center/contain;
  z-index: 1;
}
.next_date_box2 span {
  display: block;
  font-size: 115%;
}

.contents_tver2 {
  padding: 13.9682539683% 4.7619047619% 4.7619047619%;
  background: url("../images/top/bg_movie.png") no-repeat center/100% 100%;
}
.contents_tver2 a {
  position: relative;
  border-radius: 50%/5%;
  overflow: hidden;
}
.contents_tver2 a::after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 15.6140350877%;
  padding-top: 22.4561403509%;
  background: url("../images/top/icon_play.png") no-repeat center/contain;
}/*# sourceMappingURL=top.css.map */