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

.bg_parallax {
  position: fixed;
  top: -50%;
  left: -50%;
  width: 200vw;
  height: 200vh;
  background: url(../images/top/bg_text1.jpg) repeat top center/181.6rem auto;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}

/* =====================================================================
    mv
======================================================================*/
.mv {
  padding: 5rem 0 3rem;
}
.mv .inner {
  width: 100%;
}
.mv h1 {
  margin: 0 auto 4.7rem;
  width: calc(680 / 750 * 100%);
}
.mv_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.mv_info li {
  position: relative;
  margin-top: 13.2rem;
  width: calc(371 / 750 * 100%);
}
.mv_info li.lovers > a {
  border-top-right-radius: 4rem;
}
.mv_info li.newstar > a {
  border-top-left-radius: 4rem;
}
.mv_info li > a {
  display: grid;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  padding: 10rem 0 0;
  width: 100%;
  background: #fff;
}
.mv_info li.nolink {
  pointer-events: none;
}
.mv_info_logo {
  position: absolute;
  top: 0;
  left: 0;
  margin: -35.0404312668% 0 0 8.0862533693%;
  width: 81.1320754717%;
}
.mv_info_lead {
  text-align: center;
  margin: 0 auto 2rem;
  font-size: 90%;
  font-weight: 900;
  line-height: 1.45;
  text-shadow: 0 0 0.2em #fff6a6, 0 0 0.1em #fff6a6;
}
.mv_info_lead span {
  display: inline-block;
  margin: 0 0.1em;
  padding: 0.05em 0.2em;
  font-size: 110%;
  line-height: 1;
  background: -webkit-gradient(linear, left top, right top, from(#a46512), color-stop(20%, #fad43d), color-stop(50%, #f5e29a), color-stop(80%, #fad43d), to(#a46512));
  background: linear-gradient(to right, #a46512 0%, #fad43d 20%, #f5e29a 50%, #fad43d 80%, #a46512 100%);
}
.mv_info_onair {
  margin-bottom: 2rem;
  text-align: center;
  font-family: "Barlow", sans-serif;
  font-weight: 800;
  font-size: 133%;
  color: #ff1a2d;
}
.mv_info_onair span {
  color: #ffb300;
}
.mv_info_ttl {
  padding-bottom: 2rem;
  text-align: center;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 900;
  font-size: 146%;
}
.mv_info_ttl span {
  display: block;
  font-family: "Bungee", cursive;
  font-weight: 400;
  font-size: 75%;
}
.mv_info_apply {
  margin: auto 0 0;
}
.mv_info_apply dt {
  font-size: 3.2rem;
}
.mv_info_apply .icon_round {
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0 2rem 0 -2rem;
  padding: 0.2rem 0;
  width: 8rem;
  height: 8rem;
  font-family: "Barlow", sans-serif;
  font-size: 6rem;
  font-weight: 900;
  line-height: 0.92;
  color: #ff1a2d;
  background: #fff;
}
.mv_info_apply .icon_round::before {
  content: "ROUND";
  display: block;
  font-family: "Bungee", cursive;
  font-weight: 400;
  font-size: 1.8rem;
}

@-webkit-keyframes pikopiko {
  0% {
    -webkit-transform: rotate(20deg);
            transform: rotate(20deg);
  }
  to {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
}

@keyframes pikopiko {
  0% {
    -webkit-transform: rotate(20deg);
            transform: rotate(20deg);
  }
  to {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
}
@media screen and (min-width: 768px) {
  .mv .inner {
    max-width: initial;
  }
  .mv h1 {
    margin: 0 auto 4rem;
    width: 64rem;
  }
  .mv_info li {
    margin-top: 0;
    width: calc(956 / 1920 * 100%);
  }
  .mv_info li > a:hover {
    background: #ffec1a;
  }
  .mv_info li > a:hover h2 {
    -webkit-animation: pikopiko 1s 0.1s steps(2, start) infinite;
            animation: pikopiko 1s 0.1s steps(2, start) infinite;
  }
  .mv_info_logo {
    margin: -13.5983263598% 0 0 34.2050209205%;
    width: 31.4853556485%;
  }
  .mv_info_lead {
    font-size: 3rem;
  }
  .mv_info_onair {
    font-size: 4rem;
  }
  .mv_info_ttl {
    font-size: 5.5rem;
  }
  .mv_info_ttl span {
    display: inline;
    margin-left: 0.5em;
  }
  .mv_info_apply dt {
    font-size: 4rem;
  }
  .mv_info_apply .date {
    font-size: 2.5rem;
  }
  .mv_info_apply .icon_round {
    width: 10rem;
    height: 10rem;
    font-size: 7.5rem;
  }
  .mv_info_apply .icon_round::before {
    font-size: 2.2rem;
  }
}
/* =====================================================================
    news
======================================================================*/
.news {
  padding: 40rem 0 5.5rem;
}
.news::after {
  content: "";
  position: absolute;
  display: block;
  bottom: 1px;
  width: calc(477 / 750 * 100%);
  height: 5.4rem;
  background-image: url(../images/common/img_wave.svg);
  background-repeat: repeat-x;
  background-size: auto 100%;
  right: 0;
  background-position: bottom left;
}
@media screen and (min-width: 768px) {
  .news::after {
    width: calc(797 / 1920 * 100%);
  }
}
.news .bg_wave {
  height: calc(100% - 46rem);
}
.news_list {
  position: relative;
  right: -5.5rem;
  width: 100%;
  padding: 8rem 5rem;
  background: #fff;
  border-radius: 4rem 0 0 4rem;
}
.news_list li:not(:last-child) {
  margin-bottom: 4rem;
  padding-bottom: 4rem;
  border-bottom: 4px dotted;
}
.news_list li time {
  display: block;
  margin-bottom: 1rem;
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  color: #ff1a2d;
}
.news_list li h3 {
  line-height: 1.666;
}

@media screen and (min-width: 768px) {
  .news {
    padding-top: 27rem;
  }
  .news::after {
    display: none;
  }
  .news .bg_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .news .bg_wrap .anime_sticker {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .news .bg_wrap .anime_text {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .news .bg_wave {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    height: calc(100% - 37rem);
    min-height: 21rem;
  }
  .news .bg_wave::before {
    bottom: auto;
    top: -11.2rem;
    height: 11.2rem;
    width: calc(317 / 1920 * 100%);
    -webkit-transform: scale(1, -1);
            transform: scale(1, -1);
  }
  .news .bg_wave::after {
    content: "";
    position: absolute;
    display: block;
    top: -5.3rem;
    width: calc(477 / 750 * 100%);
    height: 5.4rem;
    -webkit-transform: scale(1, -1);
            transform: scale(1, -1);
    background-image: url(../images/common/img_wave.svg);
    background-repeat: repeat-x;
    background-size: auto 100%;
    right: 0;
    background-position: top left;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .news .bg_wave::after {
    width: calc(797 / 1920 * 100%);
  }
}
@media screen and (min-width: 768px) {
  .news .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .news_list {
    right: 0;
    padding: calc(64 / 1024 * 100%) calc(55 / 1024 * 100%);
    width: calc(640 / 1024 * 100%);
    border-radius: 3.2rem;
  }
  .news_list li:not(:last-child) {
    margin-bottom: 3rem;
    padding-bottom: 3rem;
  }
  .news_list li a:hover {
    color: #ff1a2d;
  }
  .news_list li time {
    font-size: 88%;
  }
}
/* =====================================================================
    sns
======================================================================*/
.sns {
  margin-top: 12rem;
  padding: 20rem 0 5.5rem;
}
.sns::after {
  content: "";
  position: absolute;
  display: block;
  bottom: 1px;
  width: calc(477 / 750 * 100%);
  height: 5.4rem;
  background-image: url(../images/common/img_wave.svg);
  background-repeat: repeat-x;
  background-size: auto 100%;
  left: 0;
  background-position: bottom right;
}
@media screen and (min-width: 768px) {
  .sns::after {
    width: calc(797 / 1920 * 100%);
  }
}
.sns .bg_wave {
  height: calc(100% - 32rem);
}

.twitter_widget {
  margin-left: calc(-55 / 640 * 100%);
  width: 100%;
  height: 500px;
  background: #fff;
  border-radius: 0 4rem 4rem 0;
}

@media screen and (min-width: 768px) {
  .sns {
    margin-top: 8rem;
    padding: 12rem 0 0;
  }
  .sns::after {
    display: none;
  }
  .sns .bg_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .sns .bg_wrap .anime_sticker {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .sns .bg_wrap .anime_text {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .sns .bg_wave {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    height: calc(100% - 28rem);
  }
  .sns .bg_wave::before {
    bottom: auto;
    top: -11.2rem;
    height: 11.2rem;
    width: calc(317 / 1920 * 100%);
    -webkit-transform: scale(1, -1);
            transform: scale(1, -1);
  }
  .sns .bg_wave::after {
    content: "";
    position: absolute;
    display: block;
    top: -5.3rem;
    width: calc(477 / 750 * 100%);
    height: 5.4rem;
    -webkit-transform: scale(1, -1);
            transform: scale(1, -1);
    background-image: url(../images/common/img_wave.svg);
    background-repeat: repeat-x;
    background-size: auto 100%;
    left: 0;
    background-position: top right;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .sns .bg_wave::after {
    width: calc(797 / 1920 * 100%);
  }
}
@media screen and (min-width: 768px) {
  .sns .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .twitter_widget {
    margin-left: 0;
    width: calc(640 / 1024 * 100%);
    border-radius: 3.2rem;
  }
}/*# sourceMappingURL=top.css.map */