@charset "UTF-8";
/* common */
#wrapper {
  overflow: hidden;
}

h2.titlogo {
  display: none;
}

.top_wrap {
  background: linear-gradient(#044290, #79C5C6);
}

.backgr {
  position: relative;
  z-index: 2;
}
.backgr::before {
  content: "";
  position: absolute;
  width: calc(100% + 100px);
  height: calc(100% + 100px);
  background: #000;
  z-index: -1;
  top: -50px;
  left: -50px;
  transform: rotate(2deg);
}
.backgr::after {
  content: "";
  position: absolute;
  width: calc(100% + 100px);
  height: calc(100% + 100px);
  background: #D91579;
  z-index: -1;
  top: -50px;
  left: -50px;
  transform: rotate(-2deg);
}
.backgr.yellow::after {
  background: #FFF14F;
}

/* TOPビジュアル */
.top {
  position: relative;
  padding-top: 50px;
  padding-bottom: 28px;
}
.top::before {
  content: "";
  display: inline-block;
  width: 175px;
  height: 1030px;
  background: url(../images/bg_stripe.svg) repeat-y center;
  position: absolute;
  top: -50px;
  left: 70px;
  opacity: 0.15;
}
.top .visu {
  background: url(../images/visu.png) no-repeat center;
  background-size: contain;
  width: 524px;
  height: 707px;
  position: relative;
  margin-bottom: -20px;
}
.top .visu.mov {
  animation: slide-in-bck-center 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
.top .tit {
  background: url(../images/tit.png) no-repeat center;
  background-size: contain;
  width: 580px;
  height: 217px;
  position: absolute;
  top: 540px;
  left: 75px;
  z-index: 2;
}
.top .line_wrap {
  width: 100%;
  height: 100%;
  top: 0;
  position: absolute;
}
.top .line_wrap .line:nth-child(1) {
  top: 35px;
  right: 175px;
}
.top .line_wrap .line:nth-child(2) {
  top: 350px;
  left: -45px;
}
.top .line_wrap .line:nth-child(3) {
  top: 590px;
  left: -20px;
}
.top .line_wrap .line:nth-child(4) {
  top: 578px;
  right: -43px;
}
.top .wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -43px;
  position: relative;
  z-index: 1;
}
.top .nittei {
  margin-top: 40px;
}
.top .nittei .schedule {
  width: 538px;
  height: 41px;
  background: url(../images/schedule.svg) no-repeat center;
  background-size: contain;
  margin-right: 10px;
  margin-bottom: 13px;
}
.top .nittei .kaimon {
  color: #000;
  font-size: 26px;
  font-weight: 900;
}
.top .nittei .kaimon span {
  background: #000;
  color: #fff;
  font-size: 24px;
  padding: 1px 18px 4px;
  margin-right: 15px;
}
.top .countdown {
  background: #000;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  width: 152px;
  height: 152px;
  border-radius: 50%;
}
.top .countdown .wrap {
  align-items: baseline;
  margin-top: -15px;
  margin-bottom: -5px;
}
.top .countdown p {
  font-family: "corporate-logo-ver2", sans-serif;
  font-weight: 700;
  font-size: 28px;
}
.top .countdown .num {
  font-family: "ivyepic", sans-serif;
  font-weight: 900;
  font-size: 62px;
  color: #D91579;
}
.top .countdown .niti {
  position: relative;
  bottom: 5px;
}

/* top */
/* NEWS */
.news h3 {
  background: url(../images/news.svg) no-repeat center;
  background-size: contain;
  width: 120px;
  height: 30px;
  text-indent: -3000px;
  position: relative;
  top: -5px;
  left: -10px;
  margin-right: auto;
  margin-left: auto;
}
.news h3::before {
  content: "";
  background: url(../images/smapho.png) no-repeat center;
  background-size: contain;
  display: inline-block;
  position: absolute;
  width: 65px;
  height: 65px;
  transform: scale(1, -1) rotate(185deg) translateZ(0);
  top: -5px;
  right: -60px;
  z-index: -1;
}
.news h3::after {
  display: inline-block;
  width: 32px;
  height: 32px;
  background: url(../images/news_new.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  top: 9px;
  right: -26px;
  animation: ping 1.3s ease-in-out infinite both;
  transform: translateZ(0);
  z-index: -1;
}
.news .news_wrap {
  width: 390px;
  height: 216px;
  padding: 5px 10px 20px;
}
.news .news_wrap .simplebar-track.simplebar-vertical {
  width: 8px;
  top: 10px;
}
.news .news_wrap .simplebar-track {
  right: 8px;
}
.news .news_wrap .simplebar-scrollbar::before {
  background: #fff;
}
.news ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-right: 20px;
}
.news ul li {
  background: url(../images/news_pop_s.svg) no-repeat center;
  background-size: contain;
  width: 365px;
  height: 54px;
  position: relative;
  margin-bottom: 3px;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  padding-left: 10px;
}
.news ul li.new::after {
  content: "";
  display: inline-block;
  width: 32px;
  height: 32px;
  background: url(../images/news_new.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  top: -5px;
  right: -5px;
  pointer-events: none;
  animation: ping 1.3s ease-in-out infinite both;
}
.news ul li .txt {
  display: flex;
  align-items: center;
  height: 35px;
}
.news ul li .day {
  color: #000;
  font-family: "Roboto";
  font-size: 18px;
  font-weight: 900;
  margin-right: 8px;
  width: 50px;
  text-align: center;
}
.news ul li a {
  color: #FFF14F;
}
.news ul li.icon {
  background: url(../images/news_pop.svg) no-repeat center;
  background-size: contain;
  width: 360px;
  height: 84px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 15px;
}
.news ul li.icon .txt {
  height: 56px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-content: flex-start;
  justify-content: flex-end;
  align-items: flex-start;
}
.news ul li.icon .txt::before {
  content: "";
  display: inline-block;
  width: 45px;
  height: 45px;
  margin-right: 10px;
}
.news ul li.icon.i_racer .txt::before {
  background: url(../images/news_racer.png) no-repeat center;
  background-size: contain;
}
.news ul li.icon.i_tenbo .txt::before {
  background: url(../images/news_tenbo.svg) no-repeat center;
  background-size: contain;
}
.news ul li.icon.i_dream .txt::before {
  background: url(../images/news_dream.svg) no-repeat center;
  background-size: contain;
}
.news ul li.icon.i_yoso .txt::before {
  background: url(../images/news_ichigeki.svg) no-repeat center;
  background-size: contain;
}
.news ul li.icon.i_quiz .txt::before {
  background: url(../images/news_quiz.png) no-repeat center;
  background-size: contain;
}
.news ul li.icon .day {
  color: #fff;
  font-size: 15px;
  text-align: left;
}

/* news */
/* CONTENTS */
.contents {
  position: relative;
}
.contents .bg_wrap {
  position: absolute;
}
.contents .bg_wrap .bg {
  position: absolute;
}
.contents .bg_wrap .bg::before, .contents .bg_wrap .bg::after {
  content: "";
  display: inline-block;
  width: 30px;
  height: 143%;
  background: url(../images/bg_stitch.svg) repeat-y top;
  background-size: contain;
  position: absolute;
  top: -520px;
}
.contents .bg_wrap .bg::before {
  left: -15px;
}
.contents .bg_wrap .bg::after {
  right: -15px;
}
.contents .bg_wrap .palm {
  background: url(../images/bg_palm.png) no-repeat center;
  background-size: contain;
  position: absolute;
  transform-origin: bottom center;
}
.contents .bg_wrap .palm:nth-child(1) {
  transform: rotate(27deg);
  width: 347px;
  height: 322px;
  top: 40px;
  right: 100px;
  animation: swing-palm 10s ease-in-out infinite;
}
.contents .bg_wrap .palm:nth-child(2) {
  width: 247px;
  height: 237px;
  left: 260px;
  bottom: 25px;
}
.contents .bg_wrap .line_wrap .line:nth-child(1) {
  top: 68px;
  left: 160px;
}
.contents .bg_wrap .line_wrap .line:nth-child(1)::after {
  display: none;
}
.contents .bg_wrap .line_wrap .line:nth-child(2) {
  top: 160px;
  right: 270px;
}
.contents .bg_wrap .line_wrap .line:nth-child(3) {
  top: 400px;
  left: 25px;
}
.contents .bg_wrap .line_wrap .line:nth-child(4) {
  top: 490px;
  right: 101px;
}
.contents .bg_wrap .line_wrap .line:nth-child(5) {
  top: 660px;
  right: 390px;
}
.contents .bg_wrap .line_wrap .line::after {
  content: "";
  display: inline-block;
  background: url(../images/bg_bubble.svg) no-repeat center top;
  background-size: contain;
  width: 75px;
  height: 113px;
  transform: rotate(-155deg);
  position: relative;
  right: 105px;
  bottom: 30px;
}
.contents ul {
  display: flex;
  flex-wrap: wrap;
}
.contents ul li {
  width: 172px;
  height: 175px;
  background: url(../images/con_btn_tenbo.svg) no-repeat center;
  background-size: contain;
  position: relative;
  transition: all 0.5s;
}
.contents ul li:nth-child(2) {
  background: url(../images/con_btn_dream.svg) no-repeat center;
  background-size: contain;
  margin: 0 20px 0px;
  bottom: 40px;
}
.contents ul li:nth-child(3) {
  background: url(../images/con_btn_ichigeki.svg) no-repeat center;
  background-size: contain;
  width: 192px;
  height: 192px;
  bottom: 30px;
}
.contents ul li:nth-child(3).nonac::after {
  animation: none;
}
.contents ul li:nth-child(3)::after {
  content: "";
  background: url(../images/con_ichi_line.svg) no-repeat center;
  background-size: contain;
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  animation: rotade 30s linear infinite;
}
.contents ul li:nth-child(3) a {
  border-radius: 50%;
}
.contents ul li:nth-child(3)::before {
  right: 30px !important;
}
.contents ul li:nth-child(4) {
  width: 450px;
  height: 288px;
  background: url(../images/con_btn_racer.png) no-repeat center;
  background-size: contain;
  transform: rotate(5deg);
}
.contents ul li:nth-child(5) {
  width: 450px;
  height: 288px;
  background: url(../images/con_btn_quiz.png) no-repeat center;
  background-size: contain;
  transform: rotate(-6deg);
  animation-delay: 0.3s;
}
.contents ul li:nth-child(4), .contents ul li:nth-child(5) {
  filter: drop-shadow(0px 25px 0px rgba(0, 0, 0, 0.1607843137)) blur(10px) grayscale(1);
  opacity: 1 !important;
}
.contents ul li:nth-child(4).mov, .contents ul li:nth-child(5).mov {
  animation: blur 1s ease-out both;
}
.contents ul li:nth-child(4)::after, .contents ul li:nth-child(5)::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  background: radial-gradient(rgba(4, 2, 0, 0) 40%, rgba(4, 2, 0, 0.0392156863) 55%, rgba(4, 2, 0, 0.031372549) 80%, rgba(58, 33, 0, 0.4470588235) 95%, rgba(65, 37, 0, 0.7058823529)) center;
  background-size: 100%;
  transition: background-size 0.5s;
}
.contents ul li:nth-child(4).new::before, .contents ul li:nth-child(5).new::before {
  width: 60px;
  height: 60px;
  top: -25px;
  right: 10px;
}
.contents ul li.camera {
  width: 212px;
  height: 175px;
  background: url(../images/camera.png) no-repeat center;
  background-size: contain;
  position: absolute;
  top: 250px;
  left: 110px;
  pointer-events: none;
}
.contents ul li.tamago {
  width: 110px;
  height: 115px;
  background: url(../images/tamago.png) no-repeat center;
  background-size: contain;
  position: absolute;
  top: 760px;
  right: 620px;
  pointer-events: none;
  animation-delay: 0.25s;
}
.contents ul li.camera.mov, .contents ul li.tamago.mov {
  animation: fade-up 0.5s ease-out forwards;
  animation-delay: 0.75s;
}
.contents ul li.new::before {
  content: "";
  background: url(../images/con_new.svg) no-repeat center;
  background-size: contain;
  display: inline-block;
  position: absolute;
  width: 55px;
  height: 55px;
  top: -15px;
  right: 10px;
  z-index: 1;
  filter: drop-shadow(5px 7px 0 rgba(0, 172, 199, 0.3882352941));
  pointer-events: none;
}
.contents ul li a {
  text-indent: -9999px;
}

/* contents */
/* topic */
.topic {
  width: 100%;
  background: #26007e;
  position: relative;
  padding: 20px 0;
  z-index: 3;
}
.topic .swiper-wrapper {
  transition-timing-function: linear !important;
}
.topic .swiper-slide {
  height: 219px;
}
.topic .swiper-slide img {
  height: 220px;
}

/* topic */
/***********************************************************************
「★PC版 CSS★」ブラウザの幅が751px以上ならここの記述が有効になる
**********************************************************************/
@media screen and (min-width: 751px) {
  #topic .swiper-wrapper {
    width: 1370px !important;
    margin: auto !important;
    transform: translate3d(0px, 0px, 0px) !important;
  }
  #topic .swiper-wrapper .swiper-slide {
    width: 470px !important;
  }
  #container {
    width: 100%;
  }
  .top_wrap {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .top {
    width: 800px;
    z-index: 3;
  }
  .top::before {
    height: 1160px;
    left: 110px;
  }
  .top .visu {
    left: 115px;
  }
  .contents_wrap.backgr::before {
    display: none;
  }
  .contents_wrap.backgr::after {
    display: none;
  }
  /* NEWS */
  .news {
    position: absolute;
    right: 40px;
    bottom: 20px;
    z-index: 3;
  }
  /* CONTENTS */
  .contents .bg_wrap {
    width: 1060px;
    height: 1095px;
    top: -110px;
    left: -120px;
    overflow: hidden;
  }
  .contents .bg_wrap .bg {
    background: #D91579;
    width: 980px;
    height: 125%;
    top: -200px;
    left: 40px;
    transform: rotate(-3deg);
  }
  .contents ul {
    width: 920px;
    margin-top: 70px;
    margin-right: 40px;
  }
  .contents ul li:nth-child(4) {
    margin-left: 260px;
    margin-top: -20px;
  }
  .contents ul li:nth-child(5) {
    margin-left: 16px;
  }
  .contents ul li:hover {
    transform: scale(1.1);
  }
  .contents ul li:nth-child(4):hover::after, .contents ul li:nth-child(5):hover::after {
    background-size: 150%;
  }
  /* topic */
  .topic {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
  }
} /* PC end */
/***********************************************************************
「★SP版 CSS★」ブラウザの幅が750px以下ならここの記述が有効になる
**********************************************************************/
@media screen and (max-width: 750px) {
  #container {
    position: relative;
    padding-top: 80px;
  }
  .top {
    background: linear-gradient(#044290, #79C5C6);
    padding-bottom: 90px;
  }
  .top .visu {
    width: 730px;
    height: 987px;
    left: 10px;
  }
  .top .tit {
    width: 692px;
    left: 20px;
    top: 775px;
    bottom: auto;
  }
  .top .line_wrap .line:nth-child(1) {
    top: 82px;
    right: 215px;
  }
  .top .line_wrap .line:nth-child(2) {
    top: 550px;
    left: -90px;
  }
  .top .line_wrap .line:nth-child(3) {
    top: 715px;
    left: -115px;
  }
  .top .line_wrap .line:nth-child(4) {
    top: 680px;
    right: -60px;
  }
  .news {
    position: relative;
    z-index: 1;
  }
  .news .news_wrap {
    width: 750px;
    height: 420px;
    margin: -10px auto 0;
    padding: 0px 0px;
    overflow-x: hidden;
  }
  .news .news_wrap .simplebar-track {
    right: 8px;
  }
  .news h3 {
    width: 205px;
    height: 70px;
    top: -15px;
  }
  .news h3::before {
    width: 115px;
    height: 115px;
    top: -7px;
    right: -105px;
  }
  .news h3::after {
    width: 55px;
    height: 55px;
    top: 10px;
    right: -50px;
  }
  .news ul {
    margin-top: 20px;
  }
  .news ul li {
    background: url(../images/news_sp_pop_s.svg) no-repeat center;
    background-size: contain;
    width: 664px;
    height: 88px;
    font-size: 28px;
    padding-left: 15px;
  }
  .news ul li.new::after {
    width: 61px;
    height: 61px;
    top: -20px;
    right: -20px;
  }
  .news ul li .txt {
    height: 60px;
  }
  .news ul li.icon {
    background: url(../images/news_sp_pop.svg) no-repeat center;
    background-size: contain;
    width: 654px;
    height: 144px;
    padding-left: 25px;
  }
  .news ul li.icon .day {
    font-size: 26px;
  }
  .news ul li.icon .txt {
    height: 93px;
  }
  .news ul li.icon .txt::before {
    width: 71px;
    height: 71px;
    margin-right: 15px;
  }
  .news ul li .day {
    width: 90px;
    font-size: 33px;
  }
  .contents {
    padding-bottom: 380px;
  }
  .contents .bg_wrap {
    width: 100%;
    height: 1230px;
    bottom: 300px;
  }
  .contents .bg_wrap .bg {
    width: 100%;
    height: 100%;
  }
  .contents .bg_wrap .bg::before, .contents .bg_wrap .bg::after {
    width: 50px;
  }
  .contents .bg_wrap .bg::before {
    left: -25px;
  }
  .contents .bg_wrap .bg::after {
    right: -25px;
  }
  .contents .bg_wrap .palm:nth-child(2) {
    width: 300px;
    height: 290px;
    left: 480px;
    bottom: -120px;
  }
  .contents .bg_wrap .line_wrap .line:nth-child(1) {
    top: -10px;
    left: 460px;
  }
  .contents .bg_wrap .line_wrap .line:nth-child(1) svg {
    display: none;
  }
  .contents .bg_wrap .line_wrap .line:nth-child(2) {
    top: 320px;
    right: 290px;
  }
  .contents .bg_wrap .line_wrap .line:nth-child(3) {
    top: 630px;
    left: -55px;
  }
  .contents .bg_wrap .line_wrap .line:nth-child(4) {
    top: 840px;
    right: 50px;
  }
  .contents .bg_wrap .line_wrap .line:nth-child(5) {
    top: 1200px;
    right: 440px;
  }
  .contents .bg_wrap .line_wrap .line:nth-child(5) svg {
    display: none;
  }
  .contents .bg_wrap .line_wrap .line::after {
    width: 92px;
    height: 139px;
  }
  .contents h3 {
    background: url(../images/contents.svg) no-repeat center;
    background-size: contain;
    width: 300px;
    height: 40px;
    text-indent: -3000px;
    position: relative;
    margin-right: auto;
    margin-left: auto;
    margin-top: 30px;
    margin-bottom: 70px;
  }
  .contents h3::before {
    content: "";
    display: inline-block;
    position: absolute;
    background: url(../images/televi.png) no-repeat center;
    background-size: contain;
    width: 110px;
    height: 110px;
    top: -20px;
    left: -110px;
  }
  .contents ul {
    justify-content: center;
    position: relative;
  }
  .contents ul li {
    width: 207px;
    height: 210px;
  }
  .contents ul li.new::before {
    width: 60px;
    height: 60px;
  }
  .contents ul li:nth-child(3) {
    width: 240px;
    height: 240px;
    bottom: 10px;
  }
  .contents ul li:nth-child(4), .contents ul li:nth-child(5) {
    width: 593px;
    height: 379px;
  }
  .contents ul li:nth-child(4).new::before, .contents ul li:nth-child(5).new::before {
    right: 20px;
  }
  .contents ul li:nth-child(4) {
    right: -77px;
  }
  .contents ul li:nth-child(5) {
    left: -85px;
  }
  .contents ul li.camera {
    width: 240px;
    height: 200px;
    z-index: 2;
    top: 250px;
    left: 20px;
  }
  .contents ul li.tamago {
    width: 170px;
    height: 175px;
    top: 840px;
    right: 20px;
  }
  /* topics */
  .topic {
    position: absolute;
    bottom: 10px;
  }
} /* SP end */
/***********************************************************************
■■■■■アニメーション■■■■■
**********************************************************************/
@keyframes slide-in-bck-center {
  0% {
    transform: scale(2);
    opacity: 0;
  }
  90% {
    transform: scale(0.98);
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes ping {
  0% {
    transform: scale(0.2);
    opacity: 1;
  }
  3% {
    opacity: 1;
  }
  70% {
    transform: scale(1.5);
    opacity: 0.5;
  }
  90% {
    transform: scale(2);
    opacity: 0;
  }
  100% {
    transform: scale(2.2);
    opacity: 0;
  }
}
@keyframes rotade {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes blur {
  0%, 50% {
    filter: blur(10px) grayscale(1) drop-shadow(0px 25px 0px rgba(0, 0, 0, 0.1607843137));
  }
  100% {
    filter: blur(0) grayscale(0) drop-shadow(0px 25px 0px rgba(0, 0, 0, 0.1607843137));
  }
}
@keyframes fade-up {
  0% {
    opacity: 0;
    transform: translateY(0);
  }
  100% {
    opacity: 1;
    transform: translateY(-60px);
  }
}
@keyframes swing-palm {
  0% {
    transform: rotate(24deg);
  }
  50%, 55% {
    transform: rotate(32deg);
  }
  100% {
    transform: rotate(24deg);
  }
}/*# sourceMappingURL=index.css.map */