@charset "UTF-8";
/* CSS INFORMATION -====================================================
File name : top.css
Description : トップ
===================================================================== */
/* =====================================================================
    mv
======================================================================*/
.mv {
  padding: 11rem 0 0;
  background: url(../images/top/bg_mv.jpg) no-repeat center/cover;
}
.mv_logo {
  position: relative;
  margin-left: calc(-30 / 680 * 100%);
  width: calc(741 / 680 * 100%);
  z-index: 1;
}
.mv_img {
  margin: calc(-92 / 680 * 100%) 0 0 calc(-73 / 680 * 100%);
  width: calc(826 / 680 * 100%);
}
.mv_date {
  position: relative;
  margin-top: 7.1rem;
  padding: 4.8rem 0;
  z-index: 1;
}
.mv_date::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: -1;
}
.mv_date img {
  margin: 0 auto;
  width: calc(669 / 680 * 100%);
}

@media screen and (min-width: 768px) {
  .mv {
    padding: 5rem 0 0;
  }
  .mv_logo {
    margin: 0 auto;
    width: calc(900 / 1024 * 100%);
  }
  .mv_img {
    margin: calc(-182 / 1024 * 100%) 0 0 calc(-53 / 1024 * 100%);
    width: calc(1166 / 1024 * 100%);
  }
  .mv_date {
    margin-top: -5rem;
    padding: 4rem 0;
  }
  .mv_date img {
    margin-left: calc(-4 / 1024 * 100%);
    width: calc(1031 / 1024 * 100%);
  }
}
/* =====================================================================
    movie
======================================================================*/
.movie {
  padding: 31rem 0 0;
  background: #000000 url(../images/top/bg_movie-sp.jpg) no-repeat center/cover;
  min-height: 158rem;
}
.movie_ttl {
  margin: 0 auto;
  width: calc(606 / 680 * 100%);
}
.movie_box {
  position: relative;
  margin: -19.8rem auto 0;
  width: calc(640 / 680 * 100%);
  z-index: 1;
}
.movie_box a {
  position: relative;
}
.movie_box a::after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 19.75%;
  padding-top: 20%;
  background: url(../images/common/icon_play.png) no-repeat center/contain;
  transition: 0.3s ease;
}
.movie_txt {
  position: relative;
  margin-top: 1.7rem;
  padding: calc(62 / 680 * 100%) calc(20 / 680 * 100%);
}
.movie_txt::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  margin-left: calc(-64 / 680 * 100%);
  width: calc(808 / 680 * 100%);
  height: 100%;
  background: url(../images/top/bg_movie_ttl.png) no-repeat center/100% 100%;
  transform: scale(-1, -1);
  z-index: -1;
}
.movie_txt dt {
  margin-bottom: 0.6em;
  font-family: "Potta One", sans-serif;
  font-size: 85%;
  color: #940007;
}
.movie_txt dd {
  font-size: 114%;
  font-weight: 900;
  line-height: 1.5;
}

@media screen and (min-width: 768px) {
  .movie {
    padding: 6.3rem 0;
    background-image: url(../images/top/bg_movie-pc.jpg);
    background-size: auto 100%;
    min-height: 107rem;
  }
  .movie_ttl {
    width: calc(606 / 1024 * 100%);
  }
  .movie_box {
    width: calc(800 / 1024 * 100%);
  }
  .movie_box a:hover::after {
    background-image: url(../images/common/icon_play_h.png);
  }
  .movie_txt {
    margin-top: 4rem;
    padding: calc(44 / 1024 * 100%) calc(65 / 1024 * 100%);
  }
  .movie_txt::before {
    margin-left: calc(-24 / 1024 * 100%);
    width: calc(1100 / 1024 * 100%);
    transform: none;
  }
  .movie_txt dt {
    margin-bottom: 0.3em;
    font-size: 80%;
  }
  .movie_txt dd {
    font-size: max(3rem, 18px);
  }
}
/* =====================================================================
    about
======================================================================*/
.about {
  padding: 14rem 0 0;
  background-color: #ffcf41;
}
.about .inner {
  padding-bottom: 88.5rem;
  background: url(../images/top/bg_about-sp.jpg) no-repeat center bottom 5rem/100% auto;
}
.about .img_junior {
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0 0 -6rem calc(164 / 750 * 100%);
  width: calc(212 / 750 * 100%);
}
.about .img_kenkoba {
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 0 calc(164 / 750 * 100%) -6rem 0;
  width: calc(208 / 750 * 100%);
}
.about .sec_ttl {
  margin-bottom: 3.7rem;
}
.about_text {
  margin: 0 calc(50% - 50vw);
}

@media screen and (min-width: 768px) {
  .about {
    padding: 2.1rem 0;
  }
  .about .inner {
    padding-top: 6rem;
    padding-bottom: 16.4rem;
    background-image: url(../images/top/bg_about-pc.jpg);
    background-position: center;
  }
  .about .img_junior {
    margin-left: calc(196 / 1600 * 100%);
    width: calc(149 / 1600 * 100%);
  }
  .about .img_kenkoba {
    margin-right: calc(220 / 1600 * 100%);
    width: calc(147 / 1600 * 100%);
  }
  .about_text {
    margin: 0 auto;
    width: calc(861 / 1024 * 100%);
  }
}
/* =====================================================================
    recruitment
======================================================================*/
.recruitment {
  position: relative;
  padding: 14rem 0;
  background-color: #000000;
}
.recruitment::before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  top: -3rem;
  width: 100%;
  height: 3.1rem;
  background: url(../images/common/img_deco_zigzag.png) repeat-x center top/auto 100%;
}
.recruitment::after {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  bottom: -3rem;
  transform: scale(1, -1);
  width: 100%;
  height: 3.1rem;
  background: url(../images/common/img_deco_zigzag.png) repeat-x center top/auto 100%;
}
.recruitment_bnr, .recruitment_spbnr {
  margin: 0 auto;
  width: calc(650 / 680 * 100%);
}
.recruitment a {
  margin-bottom: 1em;
}

@media screen and (min-width: 768px) {
  .recruitment {
    padding: 8rem 0;
  }
  .recruitment_bnr {
    width: calc(800 / 1024 * 100%);
  }
  .recruitment_bnr a {
    position: relative;
    margin-bottom: 1em;
  }
  .recruitment_bnr a::after {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/banner/bnr_recruitment_h.png) no-repeat center/100% auto;
    opacity: 0;
    transition: opacity 0.3s ease;
  }
  .recruitment_bnr a:hover::after {
    opacity: 1;
  }
  .recruitment_spbnr {
    /* padding: 8rem 0; */
    width: calc(800 / 1024 * 100%);

  }
  .recruitment_spbnr {
    width: calc(800 / 1024 * 100%);
  }
  .recruitment_spbnr a {
    position: relative;
    margin-bottom: 1em;
  }
  .recruitment_spbnr a::after {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/banner/bnr_recruitment_hiroshima_h.png) no-repeat center/100% auto;
    opacity: 0;
    transition: opacity 0.3s ease;
  }
  .recruitment_spbnr a:hover::after {
    opacity: 1;
  }
}
/* =====================================================================
    onair
======================================================================*/
.onair {
  padding: 18rem 0;
}
.onair_text {
  margin-bottom: 5rem;
  text-align: center;
  color: #c9151e;
  line-height: 1.857;
}
.onair_list li {
  margin-bottom: 1rem;
}
.onair_list li dl {
  display: flex;
  justify-content: space-between;
  font-weight: 700;
  line-height: 1.3;
}
.onair_list li dl > * {
  padding: calc(20 / 680 * 100%);
}
.onair_list li dl dt {
  width: calc(250 / 680 * 100%);
  color: #ffffff;
  background: #940007;
}
.onair_list li dl dd {
  width: calc(436 / 680 * 100%);
  background: #f5f5f5;
}

@media screen and (min-width: 768px) {
  .onair {
    padding: 10rem 0;
  }
  .onair_list li dl > * {
    padding: calc(15 / 1024 * 100%) calc(30 / 1024 * 100%);
  }
  .onair_list li dl dt {
    width: calc(320 / 1024 * 100%);
  }
  .onair_list li dl dd {
    width: calc(694 / 1024 * 100%);
  }
}
/* =====================================================================
    delivery
======================================================================*/
.delivery {
  padding: 14.8rem 0 22rem;
  background: #c9151e;
  overflow: hidden;
}
.delivery::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 16.4rem;
  height: 61.7rem;
  background: url(../images/top/bg_delivery_l-sp.png) no-repeat center/contain;
}
.delivery::after {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  right: 0;
  width: 43.5rem;
  height: 41.1rem;
  background: url(../images/top/bg_delivery_r-sp.png) no-repeat center/contain;
}

@media screen and (min-width: 768px) {
  .delivery {
    padding: 4.8rem 0 7.5rem;
  }
  .delivery::before {
    top: 50%;
    transform: translateY(-38%);
    width: 30rem;
    height: 96.8rem;
    background-image: url(../images/top/bg_delivery_l-pc.png);
  }
  .delivery::after {
    top: 50%;
    transform: translateY(-65%);
    width: 30rem;
    height: 111.8rem;
    background-image: url(../images/top/bg_delivery_r-pc.png);
  }
}/*# sourceMappingURL=top.css.map *//