@charset "UTF-8";
/* CSS INFORMATION =====================================================
File name : top.css
Description : トップページ
===================================================================== */
/* ========================================================
    intro
======================================================== */
.intro {
  position: relative;
  width: 100%;
  padding: 6rem 0 0 0;
}
.intro::before {
  content: "";
  position: absolute;
  left: 0;
  top: -2rem;
  display: block;
  width: 100%;
  height: calc(100% + 2rem);
  background-color: #a8eaff;
  z-index: -2;
}
.intro_column {
  position: relative;
  width: 100%;
}
.intro_detail {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  flex-wrap: nowrap;
  width: 102%;
  aspect-ratio: 663/951;
  margin: 0 -1.1538461538%;
  padding-top: 0;
  background-image: url(../images/top/intro_bg01_sp.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}
@media screen and (min-width: 768px) {
  .intro_detail {
    width: 97.5%;
    aspect-ratio: 975/415;
    margin: 0 auto;
    padding-top: 1rem;
    background-image: url(../images/top/intro_bg01_pc.png);
  }
}
.intro_detail_text {
  color: #000000;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 3.4rem;
  font-weight: 800;
  text-align: center;
  transform: rotate(0.03deg);
  text-shadow: 2px 0 0 #ffffff, 2px 2px 0 #ffffff, 0 2px 0 #ffffff, -2px 2px 0 #ffffff, -2px 0 0 #ffffff, -2px -2px 0 #ffffff, 0 -2px 0 #ffffff, 2px -2px 0 #ffffff;
}
@media screen and (min-width: 768px) {
  .intro_detail_text {
    font-size: 2.1818181818vw;
  }
}
@media screen and (min-width: 1100px) {
  .intro_detail_text {
    font-size: 2.4rem;
  }
}
.intro_detail_text > em {
  color: #227259;
  font-size: 4.4rem;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .intro_detail_text > em {
    font-size: 2.5454545455vw;
  }
}
@media screen and (min-width: 1100px) {
  .intro_detail_text > em {
    font-size: 2.8rem;
  }
}
.intro_detail_list {
  position: relative;
  width: 100%;
  aspect-ratio: 663/160;
  margin: 5rem 0;
}
@media screen and (min-width: 768px) {
  .intro_detail_list {
    aspect-ratio: 975/108;
    margin: 1rem 0;
  }
}
.intro_detail_list > li {
  position: absolute;
  display: block;
  opacity: 0;
}
.intro_detail_list > li:nth-child(1) {
  left: 9.653092006%;
  top: 0;
  width: 24.2835595777%;
}
@media screen and (min-width: 768px) {
  .intro_detail_list > li:nth-child(1) {
    left: 18.2564102564%;
    width: 16.5128205128%;
  }
}
.intro_detail_list > li:nth-child(2) {
  left: 28.9592760181%;
  bottom: 0;
  width: 21.1161387632%;
}
@media screen and (min-width: 768px) {
  .intro_detail_list > li:nth-child(2) {
    left: 35.7948717949%;
    width: 14.358974359%;
  }
}
.intro_detail_list > li:nth-child(3) {
  left: 46.7571644042%;
  top: 0;
  width: 23.0769230769%;
}
@media screen and (min-width: 768px) {
  .intro_detail_list > li:nth-child(3) {
    left: 50.8717948718%;
    width: 15.6923076923%;
  }
}
.intro_detail_list > li:nth-child(4) {
  left: 65.6108597285%;
  bottom: 0;
  width: 24.2835595777%;
}
@media screen and (min-width: 768px) {
  .intro_detail_list > li:nth-child(4) {
    left: 66.9743589744%;
    width: 16.5128205128%;
  }
}

/* ========================================================
    onair
======================================================== */
.onair {
  position: relative;
  width: 100%;
  padding: 10rem 0 0 0;
}
.onair::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #a8eaff;
  z-index: -2;
}
.onair_illust01 {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3rem;
  display: block;
  width: 100%;
  aspect-ratio: 750/2346;
  background-image: url(../images/common/common_bg02_sp.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% 100%;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .onair_illust01 {
    bottom: 20rem;
    aspect-ratio: 1600/1600;
    background-image: url(../images/common/common_bg02_pc.png);
  }
}
.onair_column {
  position: relative;
  width: 100%;
}
.onair_ttl {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .onair_ttl {
    width: 80%;
  }
}
.onair_movie {
  position: relative;
  width: 100%;
  margin-top: 6rem;
}
@media screen and (min-width: 768px) {
  .onair_movie {
    margin-top: 4rem;
  }
}
.onair_movie_head {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 78.4615384615%;
  aspect-ratio: 510/140;
  margin: 0 auto;
  padding-bottom: 3.0769230769%;
  background-image: url(../images/backnumber/onair_bg01_sp.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}
@media screen and (min-width: 768px) {
  .onair_movie_head {
    width: 72%;
    aspect-ratio: 720/107;
    padding-bottom: 1.7%;
    background-image: url(../images/backnumber/onair_bg01_pc.png);
  }
}
.onair_movie_head > dt {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  flex-wrap: nowrap;
  width: 27.4509803922%;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .onair_movie_head > dt {
    width: 22.2222222222%;
  }
}
.onair_movie_head > dt > span {
  display: block;
  width: 100%;
  color: #328fa4;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 2.4rem;
  font-weight: 800;
  line-height: 1.4;
  letter-spacing: 0em;
  transform: rotate(0.03deg);
}
@media screen and (min-width: 768px) {
  .onair_movie_head > dt > span {
    font-size: 1.8181818182vw;
  }
}
@media screen and (min-width: 1100px) {
  .onair_movie_head > dt > span {
    font-size: 2rem;
  }
}
.onair_movie_head > dt > em {
  display: block;
  width: 100%;
  color: #001b40;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 4rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0em;
  transform: rotate(0.03deg);
}
@media screen and (min-width: 768px) {
  .onair_movie_head > dt > em {
    font-size: 3.0909090909vw;
  }
}
@media screen and (min-width: 1100px) {
  .onair_movie_head > dt > em {
    font-size: 3.4rem;
  }
}
.onair_movie_head > dd {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-direction: column;
  flex-wrap: nowrap;
  width: 72.5490196078%;
  padding: 2.9411764706% 3.9215686275% 3.9215686275% 3.9215686275%;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .onair_movie_head > dd {
    flex-direction: row;
    width: 77.7777777778%;
    padding: 2.0833333333% 4.1666666667% 2.7777777778% 4.1666666667%;
  }
}
.onair_movie_head > dd > em {
  display: block;
  width: 100%;
  color: #ffffff;
  font-size: 3.8rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0em;
}
@media screen and (min-width: 768px) {
  .onair_movie_head > dd > em {
    width: auto;
    font-size: 3.4545454545vw;
  }
}
@media screen and (min-width: 1100px) {
  .onair_movie_head > dd > em {
    font-size: 3.8rem;
  }
}
.onair_movie_head > dd > span {
  display: block;
  width: 100%;
  color: #ffffff;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0em;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .onair_movie_head > dd > span {
    width: auto;
    margin-left: 1em;
    font-size: 1.8181818182vw;
  }
}
@media screen and (min-width: 1100px) {
  .onair_movie_head > dd > span {
    font-size: 2rem;
  }
}
.onair_movie_embed {
  position: relative;
  width: 92.3076923077%;
  aspect-ratio: 600/355;
  margin: 0 auto;
  padding: 3.0769230769%;
  background-image: url(../images/backnumber/onair_bg02_sp.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}
@media screen and (min-width: 768px) {
  .onair_movie_embed {
    width: 84%;
    aspect-ratio: 840/490;
    padding: 2%;
    background-image: url(../images/backnumber/onair_bg02_pc.png);
  }
}
.onair_movie_embed::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 8rem;
  display: block;
  width: 100vw;
  height: 7.1rem;
  background-image: url(../images/backnumber/onair_bg03_sp.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  transform: translateX(-50%);
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .onair_movie_embed::before {
    top: 10rem;
    height: 22.4rem;
    background-image: url(../images/backnumber/onair_bg03_pc.png);
    background-size: auto 100%;
  }
}
@media screen and (min-width: 1600px) {
  .onair_movie_embed::before {
    background-size: 100% 100%;
  }
}
.onair_movie_embed_inner {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.onair_movie_embed_inner > iframe {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.onair_detail {
  position: relative;
  width: 100%;
  margin-top: 5rem;
}
@media screen and (min-width: 768px) {
  .onair_detail {
    margin-top: 3rem;
  }
}
.onair_detail_tag {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  width: 92.3076923077%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .onair_detail_tag {
    width: 58%;
    margin: 0 5% 0 37%;
  }
}
.onair_detail_tag > li {
  width: auto;
  margin: 1rem 1rem 0 0;
  padding: 0.2rem 1rem;
  border-radius: 1rem;
  background-color: white;
}
.onair_detail_tag > li.mini {
  background-color: rgba(255, 255, 255, 0.8);
}
.onair_detail_tag > li.mini > a > span {
  color: #1890ac;
  font-size: 85%;
}
.onair_detail_tag > li > a {
  display: block;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .onair_detail_tag > li > a:hover {
    opacity: 1;
  }
}
.onair_detail_tag > li > a > span {
  display: block;
  color: #e27171;
  font-weight: 500;
}
.onair_detail_text {
  position: relative;
  width: 100%;
  margin: 4.5rem auto 0 auto;
}
@media screen and (min-width: 768px) {
  .onair_detail_text {
    width: 58%;
    margin: 3rem 5% 0 37%;
  }
}
.onair_detail_text > p {
  font-weight: 500;
}
.onair_detail_img {
  position: relative;
  clear: both;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  width: 106.1538461538%;
  margin: 4rem -3.0769230769% 0 -3.0769230769%;
}
@media screen and (min-width: 768px) {
  .onair_detail_img {
    width: 100%;
    margin: 2rem 0 0 0;
  }
}
.onair_detail_img > figure {
  width: 48.5507246377%;
  margin: 2rem 0 0 2.8985507246%;
}
@media screen and (min-width: 768px) {
  .onair_detail_img > figure {
    width: 32%;
    margin: 2rem 0 0 2% !important;
  }
}
.onair_detail_img > figure:nth-child(2n+1) {
  margin-left: 0;
}
@media screen and (min-width: 768px) {
  .onair_detail_img > figure:nth-child(3n+1) {
    margin-left: 0 !important;
  }
}
.onair_detail_illust_pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .onair_detail_illust_pc {
    position: relative;
    float: left;
    display: block;
    width: 28%;
    margin: 1rem 0 0 5%;
  }
}
.onair_detail_illust_sp {
  position: relative;
  display: block;
  width: 115.3846153846%;
  margin: 7rem -7.6923076923% 0 -7.6923076923%;
}
@media screen and (min-width: 768px) {
  .onair_detail_illust_sp {
    display: none;
  }
}
.onair_btn {
  position: relative;
  width: 86.1538461538%;
  aspect-ratio: 560/110;
  margin: 8rem auto 0 auto;
}
@media screen and (min-width: 768px) {
  .onair_btn {
    width: 56%;
    aspect-ratio: 560/90;
    margin: 6rem auto 0 auto;
  }
}
.onair_btn > a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  height: 100%;
  border: 3px solid #ffffff;
  border-radius: 5.5rem;
  background-color: #fedf33;
}
@media screen and (min-width: 768px) {
  .onair_btn > a {
    border-radius: 4.5rem;
  }
}
@media screen and (min-width: 768px) {
  .onair_btn > a:hover {
    border: 3px solid #fedf33;
    background-color: #328fa4;
    opacity: 1;
  }
}
@media screen and (min-width: 768px) {
  .onair_btn > a:hover > span {
    color: #ffffff;
  }
}
.onair_btn > a::before {
  content: "";
  position: absolute;
  right: 6.25%;
  top: 50%;
  display: block;
  width: 7.1428571429%;
  aspect-ratio: 1/1;
  background-image: url(../images/common/arrow_bg02.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  transform: translateY(-50%);
}
.onair_btn > a > span {
  color: #328fa4;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 3.2rem;
  font-weight: 500;
  transform: rotate(0.03deg);
}
@media screen and (min-width: 768px) {
  .onair_btn > a > span {
    font-size: 2.9090909091vw;
  }
}
@media screen and (min-width: 1100px) {
  .onair_btn > a > span {
    font-size: 3.2rem;
  }
}

/* ========================================================
    backnumber
======================================================== */
.backnumber {
  position: relative;
  width: 100%;
  padding: 28rem 0 16rem 0;
}
@media screen and (min-width: 768px) {
  .backnumber {
    padding: 18rem 0 16rem 0;
  }
}
.backnumber::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #f7f9a5;
  z-index: -2;
}
.backnumber_illust01 {
  content: "";
  position: absolute;
  left: 0;
  top: -25rem;
  display: block;
  width: 100%;
  aspect-ratio: 750/2100;
  background-image: url(../images/common/common_bg03_sp.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% 100%;
  z-index: -2;
}
@media screen and (min-width: 768px) {
  .backnumber_illust01 {
    top: -20rem;
    aspect-ratio: 1600/1600;
    background-image: url(../images/common/common_bg03_pc.png);
  }
}
.backnumber_illust02 {
  content: "";
  position: absolute;
  left: 0;
  top: -25rem;
  display: block;
  width: 100%;
  aspect-ratio: 750/2100;
  background-image: url(../images/common/common_bg04_sp.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% 100%;
  z-index: -2;
  animation: fuwafuwa 2s infinite;
}
@media screen and (min-width: 768px) {
  .backnumber_illust02 {
    top: -20rem;
    aspect-ratio: 1600/1600;
    background-image: url(../images/common/common_bg04_pc.png);
  }
}
.backnumber_column {
  position: relative;
  width: 100%;
}
.backnumber_list {
  position: relative;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  width: 96.9230769231%;
  margin: -4rem auto 0 auto;
}
@media screen and (min-width: 768px) {
  .backnumber_list {
    width: 100%;
  }
}
.backnumber_list > li {
  width: 48.253968254%;
  margin: 4rem 0 0 3.4920634921%;
}
@media screen and (min-width: 768px) {
  .backnumber_list > li {
    width: 30.4%;
    margin: 4rem 0 0 4.4% !important;
  }
}
.backnumber_list > li:nth-child(2n+1) {
  margin-left: 0;
}
@media screen and (min-width: 768px) {
  .backnumber_list > li:nth-child(3n+1) {
    margin-left: 0 !important;
  }
}
.backnumber_list > li > a {
  display: block;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .backnumber_list > li > a:hover {
    transform: scale(1.05);
    opacity: 1;
  }
}
.backnumber_item {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 1rem;
  background-color: #ffffff;
  overflow: hidden;
}
.backnumber_item > figure {
  width: 100%;
}
.backnumber_item > dl {
  width: 100%;
  padding: 1.5rem;
}
.backnumber_item > dl > dt {
  color: #328fa4;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .backnumber_item > dl > dt {
    font-size: 2.4rem;
  }
}
.backnumber_item > dl > dd {
  margin-top: 0.2rem;
  color: #000000;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 2.4rem;
  transform: rotate(0.03deg);
}
@media screen and (min-width: 768px) {
  .backnumber_item > dl > dd {
    font-size: 1.8rem;
  }
}
.backnumber_btn {
  position: relative;
  width: 86.1538461538%;
  aspect-ratio: 560/110;
  margin: 8rem auto 0 auto;
}
@media screen and (min-width: 768px) {
  .backnumber_btn {
    width: 56%;
    aspect-ratio: 560/90;
    margin: 6rem auto 0 auto;
  }
}
.backnumber_btn > a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  height: 100%;
  border: 3px solid #ffffff;
  border-radius: 5.5rem;
  background-color: #328fa4;
}
@media screen and (min-width: 768px) {
  .backnumber_btn > a {
    border-radius: 4.5rem;
  }
}
@media screen and (min-width: 768px) {
  .backnumber_btn > a:hover {
    border: 3px solid #328fa4;
    background-color: #fedf33;
    opacity: 1;
  }
}
@media screen and (min-width: 768px) {
  .backnumber_btn > a:hover > span {
    color: #328fa4;
  }
}
.backnumber_btn > a::before {
  content: "";
  position: absolute;
  right: 6.25%;
  top: 50%;
  display: block;
  width: 7.1428571429%;
  aspect-ratio: 1/1;
  background-image: url(../images/common/arrow_bg02.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  transform: translateY(-50%);
}
.backnumber_btn > a > span {
  color: #ffffff;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 3.2rem;
  font-weight: 500;
  transform: rotate(0.03deg);
}
@media screen and (min-width: 768px) {
  .backnumber_btn > a > span {
    font-size: 2.9090909091vw;
  }
}
@media screen and (min-width: 1100px) {
  .backnumber_btn > a > span {
    font-size: 3.2rem;
  }
}

/* ========================================================
    search
======================================================== */
.search {
  position: relative;
  width: 100%;
  padding: 6rem 0 7.5rem 0;
}
.search::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #65b5c7;
  z-index: -2;
}
.search::after {
  content: "";
  position: absolute;
  left: 0;
  top: -1.5rem;
  display: block;
  width: 100%;
  height: 2rem;
  background-image: url(../images/common/common_bg05.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: auto 100%;
  z-index: -1;
}
@media screen and (min-width: 1600px) {
  .search::after {
    background-size: 100% 100%;
  }
}
.search_column {
  position: relative;
  width: 100%;
}
.search_btn {
  position: relative;
  width: 100%;
  aspect-ratio: 650/160;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .search_btn {
    width: 80%;
    aspect-ratio: 800/130;
  }
}
.search_btn > a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
}
@media screen and (min-width: 768px) {
  .search_btn > a:hover {
    opacity: 1;
  }
}
@media screen and (min-width: 768px) {
  .search_btn > a:hover::after {
    border: 6px solid #328fa4;
  }
}
.search_btn > a::before {
  content: "";
  position: absolute;
  right: 3.0769230769%;
  top: 50%;
  display: block;
  width: 6.1538461538%;
  aspect-ratio: 1/1;
  background-image: url(../images/common/arrow_bg03.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .search_btn > a::before {
    right: 2.5%;
    width: 5%;
  }
}
.search_btn > a::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  border: 3px solid #328fa4;
  transition: 0.3s ease;
}
.search_btn > a > span {
  padding-right: 4rem;
  color: #328fa4;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 3.6rem;
  font-weight: 500;
  transform: rotate(0.03deg);
}
@media screen and (min-width: 768px) {
  .search_btn > a > span {
    font-size: 3.8181818182vw;
  }
}
@media screen and (min-width: 1100px) {
  .search_btn > a > span {
    font-size: 4.2rem;
  }
}

/* ========================================================
    animation
======================================================== */
@keyframes fuwafuwa {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-3rem);
  }
  100% {
    transform: translateY(0);
  }
}

/* ========================================================
    info 追加
======================================================== */
.info {
  padding: 2em 0;
}


/*# sourceMappingURL=top.css.map */