@charset "UTF-8";
/* CSS INFORMATION -====================================================
File name : top.css
Description : トップページ
===================================================================== */
/* =====================================================================
    mv
======================================================================*/
.mv {
  padding: 22.7rem 0 3.3rem;
  background: url(../images/common/bg_pattern1-sp.jpg) no-repeat center/cover;
}
.mv::before {
  content: "";
  position: absolute;
  display: block;
  top: 1.5rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 72rem;
  height: 34.8rem;
  background: url(../images/top/img_mv.png) no-repeat center/contain;
}
.mv h1 {
  margin: 0 auto 2.4rem;
  width: 64rem;
  -webkit-filter: drop-shadow(0 2rem 1rem rgba(0, 0, 0, 0.3));
          filter: drop-shadow(0 2rem 1rem rgba(0, 0, 0, 0.3));
  will-change: filter;
}

.mv_date {
  margin: 0 auto;
  width: 64rem;
  -webkit-filter: drop-shadow(0 2rem 1rem rgba(0, 0, 0, 0.3));
          filter: drop-shadow(0 2rem 1rem rgba(0, 0, 0, 0.3));
  will-change: filter;
}

@media screen and (min-width: 768px) {
  .mv {
    padding: 24.7rem 0 4.1rem;
    background-image: url(../images/common/bg_pattern1-pc.jpg);
  }
  .mv::before {
    top: 2rem;
    width: 124rem;
    height: 60rem;
  }
  .mv h1 {
    margin-bottom: 1.6rem;
    width: 56rem;
  }
  .mv_date {
    width: 48rem;
  }
}
/* =====================================================================
    banner
======================================================================*/
.banner {
  position: relative;
  padding: 9rem 0;
  background: url(../images/common/bg_pattern2.jpg) repeat center/21.3rem auto;
}

/* =====================================================================
    outline
======================================================================*/
.outline {
  padding: 12rem 0;
  background: #fff764;
}
.outline::before {
  content: "";
  position: absolute;
  display: block;
  top: -3rem;
  left: 0;
  width: 100%;
  height: 3rem;
  background: url(../images/common/bg_wave2.png) repeat-x center top/auto 100%;
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1);
}
.outline::after {
  content: "";
  position: absolute;
  display: block;
  bottom: -3rem;
  left: 0;
  width: 100%;
  height: 3rem;
  background: url(../images/common/bg_wave2.png) repeat-x center top/auto 100%;
  z-index: 1;
}

.outline_txt {
  position: relative;
}
.outline_txt p {
  margin: 0 auto;
  width: 61.3rem;
  height: 119rem;
}
.outline_txt .outline_illust1 {
  position: absolute;
  top: 19.7rem;
  right: -3.9rem;
}
.outline_txt .outline_illust2 {
  position: absolute;
  top: 74.5rem;
  left: -2.8rem;
}
.outline_txt .outline_illust3 {
  position: absolute;
  bottom: -5.9rem;
  right: -3.9rem;
}

.outline_illust1 {
  width: 9.1rem !important;
  -webkit-animation: kurukuru 0.8s infinite alternate;
          animation: kurukuru 0.8s infinite alternate;
}

.outline_illust2 {
  width: 12.1rem !important;
  -webkit-animation: fuwafuwa 1s infinite ease alternate;
          animation: fuwafuwa 1s infinite ease alternate;
}

.outline_illust3 {
  width: 12.1rem !important;
  -webkit-animation: fuwafuwa 1s infinite 0.5s ease alternate;
          animation: fuwafuwa 1s infinite 0.5s ease alternate;
}

@-webkit-keyframes kurukuru {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(-15deg);
            transform: rotate(-15deg);
  }
}

@keyframes kurukuru {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(-15deg);
            transform: rotate(-15deg);
  }
}
@-webkit-keyframes fuwafuwa {
  0% {
    -webkit-transform: translate(0, 0px);
            transform: translate(0, 0px);
  }
  100% {
    -webkit-transform: translate(0, -10px);
            transform: translate(0, -10px);
  }
}
@keyframes fuwafuwa {
  0% {
    -webkit-transform: translate(0, 0px);
            transform: translate(0, 0px);
  }
  100% {
    -webkit-transform: translate(0, -10px);
            transform: translate(0, -10px);
  }
}
@media screen and (min-width: 768px) {
  .outline_txt {
    position: relative;
  }
  .outline_txt p {
    width: 69.1rem;
    height: 54.8rem;
  }
  .outline_txt .outline_illust1 {
    top: -6.6em;
    right: 18.9rem;
  }
  .outline_txt .outline_illust2 {
    top: 28.9rem;
    left: 5.8rem;
  }
  .outline_txt .outline_illust3 {
    bottom: 3.2rem;
    right: 6rem;
  }
}
/* =====================================================================
    nextstory
======================================================================*/
.nextstory {
  padding-top: 15.4rem;
  background: url(../images/common/bg_pattern3.jpg) repeat center/60rem auto;
}
.nextstory::before {
  content: "";
  position: absolute;
  display: block;
  bottom: -3rem;
  left: 0;
  width: 100%;
  height: 3rem;
  background: url(../images/common/bg_wave3.png) repeat-x center top/auto 100%;
  z-index: 1;
}

.nextstory_wrap {
  position: relative;
  padding-bottom: 12rem;
}
.nextstory_wrap::before {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 140vw;
  height: calc(100% - 16rem);
  background: #ffd9e3;
  border-top-left-radius: 100% 40vw;
  border-top-right-radius: 100% 40vw;
  overflow: hidden;
}
.nextstory_wrap > * {
  position: relative;
}

.nextstory_movie {
  margin-bottom: 10rem;
}
.nextstory_movie_embed {
  position: relative;
  margin-bottom: 6.7rem;
  aspect-ratio: 16/9;
  border-radius: 4rem;
  overflow: hidden;
}
.nextstory_movie_embed iframe,
.nextstory_movie_embed video {
  width: 100%;
  height: 100%;
}
.nextstory_movie h3 {
  text-align: center;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.625;
  -webkit-transform: rotate(0.05deg);
          transform: rotate(0.05deg);
}

.nextstory_onair {
  margin-bottom: 6rem;
  text-align: center;
}
.nextstory_onair span {
  display: block;
  margin-left: auto;
  margin-right: auto;
  color: #ff73ac;
}
.nextstory_onair_num {
  position: relative;
  margin-bottom: -1rem;
  padding-top: 0.35em;
  width: 18.5rem;
  height: 9.4rem;
  font-family: "Concert One", cursive;
  font-size: 4rem;
  background: url(../images/common/bg_frame1.png) no-repeat center/contain;
  z-index: 1;
}
.nextstory_onair_date {
  padding: 3rem 0;
  width: 52rem;
  font-weight: 800;
  font-size: 4rem;
  background: #fff764;
  border-radius: 2.4rem;
}

.nextstory_content_photo .slick-arrow svg {
  fill: #0db578;
  stroke: #fff;
}
.nextstory_content_photo .slick-dots li.slick-active button::before {
  background-color: #0db578;
}
.nextstory_content p {
  margin-bottom: 4rem;
  line-height: 1.833;
  -webkit-transform: rotate(0.05deg);
          transform: rotate(0.05deg);
}

@media screen and (min-width: 768px) {
  .nextstory_wrap::before {
    width: 140vw;
    height: calc(100% - 24rem);
    border-top-left-radius: 100% 60vw;
    border-top-right-radius: 100% 60vw;
  }
  .nextstory_movie {
    margin: 0 auto 12rem;
    width: 88rem;
  }
  .nextstory_movie_embed {
    margin-bottom: 4.2rem;
  }
  .nextstory_movie h3 {
    font-size: 2.4rem;
    line-height: 1.416;
  }
  .nextstory_onair {
    margin-bottom: 6rem;
    text-align: center;
  }
  .nextstory_onair_num {
    margin-bottom: -0.5rem;
    width: 13.9rem;
    height: 7rem;
    font-size: 3rem;
  }
  .nextstory_onair_date {
    padding: 2.2rem 0;
    width: 39rem;
    font-size: 3rem;
  }
  .nextstory_content::before {
    content: "";
    position: absolute;
    display: block;
    top: -10rem;
    left: 0;
    margin-left: calc(-58vw + 56rem);
    width: 56rem;
    height: 38.4rem;
    background: url(../images/common/bg_pattern3_l.png) no-repeat center/contain;
  }
  .nextstory_content::after {
    content: "";
    position: absolute;
    display: block;
    top: 10rem;
    right: 0;
    margin-right: calc(-58vw + 56rem);
    width: 56rem;
    height: 38.4rem;
    background: url(../images/common/bg_pattern3_r.png) no-repeat center/contain;
  }
  .nextstory_content p {
    margin: 0 auto 6rem;
    width: 64rem;
    line-height: 2.25;
  }
}
@media screen and (min-width: 1920px) {
  .nextstory_content::before {
    margin-left: calc(-50vw + 56rem);
  }
  .nextstory_content::after {
    margin-right: calc(-50vw + 56rem);
  }
}
/* =====================================================================
    offshot
======================================================================*/
.offshot {
  padding-top: 15.4rem;
  background: url(../images/common/bg_pattern4.jpg) repeat center/40rem auto;
}
.offshot::after {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3rem;
  background: url(../images/common/bg_wave1.png) repeat-x center top/auto 100%;
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1);
  z-index: 2;
}

.offshot_wrap {
  position: relative;
  padding-bottom: 17rem;
}
.offshot_wrap::before {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 140vw;
  height: calc(100% - 16rem);
  background: #c4f593;
  border-top-left-radius: 100% 40vw;
  border-top-right-radius: 100% 40vw;
  overflow: hidden;
}
.offshot_wrap > * {
  position: relative;
}

.offshot_photo {
  margin-bottom: 3rem;
}

.offshot_num {
  margin: 0 auto 4rem;
  padding-top: 0.35em;
  text-align: center;
  width: 18.5rem;
  height: 7.5rem;
  font-family: "Concert One", cursive;
  font-size: 4rem;
  color: #ff73ac;
  background: url(../images/common/bg_frame2.png) no-repeat center/contain;
}

@media screen and (min-width: 768px) {
  .offshot_wrap {
    padding-bottom: 12rem;
  }
  .offshot_wrap::before {
    width: 140vw;
    height: calc(100% - 18rem);
    border-top-left-radius: 100% 60vw;
    border-top-right-radius: 100% 60vw;
  }
  .offshot_photo {
    padding-bottom: 10rem;
  }
  .offshot_photo .slick-arrow {
    top: 28%;
  }
  .offshot_photo .slick-list {
    overflow: visible;
    border-radius: 0;
  }
  .offshot_photo .slick-slide {
    margin: 0 8.5rem;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
  }
  .offshot_photo .slick-slide.slick-current {
    -webkit-transform: scale(1.333);
            transform: scale(1.333);
  }
  .offshot_photo .slick-slide figure {
    width: 48rem !important;
    border-radius: 4rem;
    overflow: hidden;
  }
  .offshot_photo .slick-dots {
    margin-top: 35rem;
  }
  .offshot_num {
    width: 13.9rem;
    height: 5.6rem;
    font-size: 3rem;
  }
}
/* =====================================================================
    seek
======================================================================*/
.seek {
  padding: 12rem 0;
}
.seek::after {
  content: "";
  position: absolute;
  display: block;
  bottom: -3rem;
  left: 0;
  width: 100%;
  height: 3rem;
  background: url(../images/common/bg_wave1.png) repeat-x center top/auto 100%;
  z-index: 2;
}
.seek h3 {
  margin-bottom: 6rem;
  text-align: center;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.625;
  color: #ff73ac;
  -webkit-transform: rotate(0.05deg);
          transform: rotate(0.05deg);
}
.seek h3 span {
  display: block;
  color: #0db578;
}
.seek p {
  margin-bottom: 7rem;
  line-height: 1.833;
  -webkit-transform: rotate(0.05deg);
          transform: rotate(0.05deg);
}
.seek p:first-of-type {
  padding-bottom: 7rem;
  border-bottom: 0.3em dotted #ff73ac;
}

@media screen and (min-width: 768px) {
  .seek h3 {
    margin-bottom: 5rem;
    font-size: 2.4rem;
    line-height: 1.416;
  }
  .seek p {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 88.5rem;
    line-height: 2.25;
  }
}
/* =====================================================================
    delivery
======================================================================*/
.delivery {
  padding: 15rem 0;
  background: url(../images/common/bg_pattern2.jpg) repeat center/21.3rem auto;
}

@media screen and (min-width: 768px) {
  .delivery {
    padding: 12rem 0;
  }
}
/* =====================================================================
    campaign
======================================================================*/
.campaign_ttl {
  text-align: center;
  margin-bottom: 4rem;
  font-size: 5.6rem;
  font-weight: 800;
  line-height: 1.35;
  text-shadow: 2px 2px 0 #fff, 2px -2px 0 #fff, -2px 2px 0 #fff, -2px -2px 0 #fff, 2px 0px 0 #fff, 0px 2px 0 #fff, -2px 0px 0 #fff, 0px -2px 0 #fff;
}
.campaign_ttl_logo {
  margin: 0 auto 0.5em;
  -webkit-filter: drop-shadow(0 0.35em 1rem rgba(0, 0, 0, 0.3));
          filter: drop-shadow(0 0.35em 1rem rgba(0, 0, 0, 0.3));
  will-change: filter;
}
.campaign_ttl .green {
  color: #0db578;
}
.campaign_ttl .pink {
  color: #ff73ac;
}
.campaign_date {
  margin-bottom: 8rem;
}
.campaign_date_ttl {
  position: relative;
  text-align: center;
  margin-bottom: 4rem;
  z-index: 1;
}
.campaign_date_ttl::before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  height: 0.6rem;
  background: url(../images/common/img_dots1_h.png) round center/auto 100%;
  z-index: -1;
}
.campaign_date_ttl span {
  display: inline-block;
  padding: 0.4em 1.2em;
  font-size: 3.2rem;
  font-weight: 700;
  color: #fff;
  text-shadow: 2px 2px 0 #ff498e, 2px -2px 0 #ff498e, -2px 2px 0 #ff498e, -2px -2px 0 #ff498e, 2px 0px 0 #ff498e, 0px 2px 0 #ff498e, -2px 0px 0 #ff498e, 0px -2px 0 #ff498e;
  background: url(../images/common/bg_pattern3.jpg) repeat center/cover;
  border-radius: 3em;
}
.campaign_date p {
  text-align: center;
  color: #ff73ac;
  font-weight: 800;
  font-size: 3.2rem;
  line-height: 1.2;
}
.campaign_date p span {
  font-size: 162%;
  color: #0db578;
}
.campaign_lead {
  text-align: center;
  font-weight: 800;
  font-size: 3.2rem;
  line-height: 1.5;
}
.campaign_lead span {
  position: relative;
  font-size: 150%;
  z-index: 1;
}
.campaign_lead span.line::before {
  content: "";
  position: absolute;
  display: block;
  bottom: 0.2em;
  left: 0;
  width: 100%;
  height: 0.4em;
  border-radius: 3em;
  background-color: #fff;
  z-index: -1;
}
.campaign_btn {
  position: relative;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 3rem 0;
  padding-left: 3em;
  background: url(../images/common/bg_pattern3.jpg) repeat center/60rem auto;
}
.campaign_btn span {
  font-size: 4rem;
  font-weight: 700;
  color: #fff;
  text-shadow: 2px 2px 0 #ff498e, 2px -2px 0 #ff498e, -2px 2px 0 #ff498e, -2px -2px 0 #ff498e, 2px 0px 0 #ff498e, 0px 2px 0 #ff498e, -2px 0px 0 #ff498e, 0px -2px 0 #ff498e;
}
.campaign_btn svg {
  margin-left: 1.5em;
  width: 2.2em;
  height: 2.2em;
  fill: #fff;
  stroke: #0db578;
  -webkit-filter: drop-shadow(0 2rem 1rem rgba(0, 0, 0, 0.1));
          filter: drop-shadow(0 2rem 1rem rgba(0, 0, 0, 0.1));
  will-change: filter;
}

/* 概要欄 */
.campaign {
  margin-bottom: 12rem;
  -webkit-transform: rotate(0.05deg);
          transform: rotate(0.05deg);
}
.campaign_wrap1, .campaign_wrap2 {
  padding: 8rem calc(40 / 640 * 100%);
}
.campaign_wrap1 {
  background-color: #fff;
  border-radius: 4rem 4rem 0 0;
}
.campaign_wrap2 {
  background: url(../images/common/bg_pattern5.jpg) repeat-y top center/135% auto;
  border-radius: 0 0 4rem 4rem;
}
.campaign_ttl {
  position: relative;
  font-size: 4.8rem;
}
.campaign_ttl .illsut_yasyuyo {
  position: absolute;
  top: 0;
  right: 0;
  margin: -18.5714285714% 13.75% 0 0;
  width: 7.6rem;
  z-index: 2;
}
.campaign_ttl .illsut_tomoko {
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 0 -2.1428571429% -26.4285714286% 0;
  width: 8.3rem;
  z-index: 2;
}
.campaign_ttl .illsut_kusanagi {
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0 0 -23.9285714286% 0.5357142857%;
  width: 8.5rem;
  z-index: 2;
}
.campaign_date2 {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.4;
}
.campaign_date2:not(:last-of-type) {
  margin-bottom: 6rem;
}
.campaign_date2 dt {
  margin-bottom: 1em;
  text-shadow: 2px 2px 0 #fff764, 2px -2px 0 #fff764, -2px 2px 0 #fff764, -2px -2px 0 #fff764, 2px 0px 0 #fff764, 0px 2px 0 #fff764, -2px 0px 0 #fff764, 0px -2px 0 #fff764;
}
.campaign_date2 dd {
  margin-bottom: 0.5em;
  padding-left: 1.5em;
}
.campaign_date2 dd span {
  color: #ff73ac;
}
.campaign_date2 dd small {
  font-size: 90%;
}
.campaign_subttl1 {
  text-align: center;
  margin-bottom: 4rem;
}
.campaign_subttl1 > * {
  display: inline-block;
  padding: 3rem 0;
  width: 100%;
  font-size: 3.2rem;
  font-weight: 800;
  line-height: 1.666;
  background-color: #fff;
  border-radius: 4rem;
}
.campaign_subttl1 > * span {
  font-size: 150%;
}
.campaign_subttl2 {
  text-align: center;
  margin-bottom: 4rem;
  font-size: 4.8rem;
  font-weight: 800;
  line-height: 1.2;
  text-shadow: 2px 2px 0 #fff, 2px -2px 0 #fff, -2px 2px 0 #fff, -2px -2px 0 #fff, 2px 0px 0 #fff, 0px 2px 0 #fff, -2px 0px 0 #fff, 0px -2px 0 #fff;
}
.campaign_subttl2 span {
  color: #ff73ac;
}
.campaign_prize dt {
  position: relative;
}
.campaign_prize dt img {
  margin: 0 auto;
  width: 71.4285714286%;
  -webkit-filter: drop-shadow(0 2rem 2rem rgba(255, 115, 172, 0.3));
          filter: drop-shadow(0 2rem 2rem rgba(255, 115, 172, 0.3));
  will-change: filter;
}
.campaign_prize dt .outline_illust2 {
  position: absolute;
  top: 0;
  right: 0;
}
.campaign_prize dt .outline_illust1 {
  position: absolute;
  bottom: 0;
  left: 0;
}
.campaign_prize dd {
  margin-top: 5rem;
  font-size: 107%;
  font-weight: 700;
  line-height: 1.666;
}
.campaign_prize dd span {
  color: #ff498e;
}

/* ポップアップ */
.popup_campaign {
  display: block;
}
.popup_campaign_wrap {
  padding: 8rem calc(55 / 750 * 100%);
  background: #fff764;
  border-radius: 4rem 4rem 0 0;
  overflow: hidden;
  -webkit-transform: rotate(0.05deg);
          transform: rotate(0.05deg);
}
.popup_campaign .campaign_btn {
  border-radius: 0 0 4rem 4rem;
}

@media screen and (min-width: 768px) {
  .campaign_ttl {
    margin-bottom: 3rem;
    font-size: 4.2rem;
  }
  .campaign_ttl img {
    width: 75%;
  }
  .campaign_date {
    margin-bottom: 4rem;
  }
  .campaign_date_ttl {
    margin-bottom: 2.4rem;
  }
  .campaign_date_ttl span {
    font-size: 2.4rem;
  }
  .campaign_date p {
    font-size: 2.1rem;
  }
  .campaign_lead {
    font-size: 1.8rem;
  }
  .campaign_btn {
    padding: 2rem 0;
  }
  .campaign_btn span {
    font-size: 3rem;
  }
  .campaign_btn svg {
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .campaign_btn:hover svg {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  /* 概要欄 */
  .campaign {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }
  .campaign_wrap1, .campaign_wrap2 {
    padding: 6rem 18%;
  }
  .campaign_wrap2 {
    background-size: 100% auto;
  }
  .campaign_ttl {
    font-size: 3.6rem;
  }
  .campaign_ttl .illsut_yasyuyo {
    margin: -6.5625% 9.375% 0 0;
    width: 5.7rem;
  }
  .campaign_ttl .illsut_tomoko {
    margin: 0 0 -10.9375% 0;
    width: 6.2rem;
  }
  .campaign_ttl .illsut_kusanagi {
    margin: 0 0 -10.9375% 0;
    width: 6.4rem;
  }
  .campaign_date2 {
    font-size: 2.4rem;
  }
  .campaign_subttl1 {
    margin-bottom: 3rem;
  }
  .campaign_subttl1 > * {
    padding: 3rem;
    width: auto;
    font-size: 2.4rem;
  }
  .campaign_subttl2 {
    font-size: 3.6rem;
  }
  .campaign_prize dt {
    margin: 0 auto;
    width: 71.875%;
  }
  .campaign_prize dt .outline_illust2 {
    width: 9.1rem !important;
  }
  .campaign_prize dt .outline_illust1 {
    width: 6.9rem !important;
  }
  /* ポップアップ */
  .popup_campaign_wrap {
    padding: 6rem calc(180 / 1600 * 100%);
  }
}/*# sourceMappingURL=top.css.map */