@charset "UTF-8";
.sp {
  display: none;
}

.top .loading {
  position: fixed;
  z-index: 1000;
  width: 100%;
  height: 100vh;
  margin: 0;
  padding: 0;
  background: #fdfdfd;
}
.top .loading.hide {
  opacity: 0;
  pointer-events: none;
  transition: opacity 500ms;
}
.top .loading .loading_img {
  width: 79.4vw;
  max-width: 320px;
  text-align: center;
  margin: 20vh auto 32px;
}
.top .loading .loading_img img {
  width: 100%;
}
.top .loading .loading_dot span {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  left: 50%;
  margin-left: -10px;
  -webkit-animation: 3s infinite linear;
          animation: 3s infinite linear;
}
.top .loading .loading_dot span:nth-child(1) {
  background: #e60012;
  -webkit-animation: kiri 1.2s infinite linear;
          animation: kiri 1.2s infinite linear;
}
.top .loading .loading_dot span:nth-child(2) {
  background: #ffc200;
  z-index: 100;
}
.top .loading .loading_dot span:nth-child(3) {
  background: #5ea8ff;
  -webkit-animation: kanan 1.2s infinite linear;
          animation: kanan 1.2s infinite linear;
}
@-webkit-keyframes kanan {
  0% {
    -webkit-transform: translateX(30px);
  }
  50% {
    -webkit-transform: translateX(-30px);
  }
  100% {
    -webkit-transform: translateX(30px);
    z-index: 200;
  }
}
@keyframes kanan {
  0% {
    -webkit-transform: translateX(30px);
  }
  50% {
    -webkit-transform: translateX(-30px);
  }
  100% {
    -webkit-transform: translateX(30px);
    z-index: 200;
  }
}
@-webkit-keyframes kiri {
  0% {
    -webkit-transform: translateX(-30px);
    z-index: 200;
  }
  50% {
    -webkit-transform: translateX(30px);
  }
  100% {
    -webkit-transform: translateX(-30px);
  }
}
@keyframes kiri {
  0% {
    -webkit-transform: translateX(-30px);
    z-index: 200;
  }
  50% {
    -webkit-transform: translateX(30px);
  }
  100% {
    -webkit-transform: translateX(-30px);
  }
}
.top a:hover {
  opacity: 0.8;
  transition: all 0.5s;
}
.top .menu-btn,
.top .menu-icon,
.top .menu {
  display: none;
}
.top header {
  position: fixed;
  top: 0;
  z-index: 12;
  width: 100%;
  background: #fff;
}
.top header .header_inner {
  min-width: 980px;
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  padding: 0 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.top header .header_inner .header_logo {
  width: 296px;
  display: flex;
  justify-content: space-between;
  padding: 12px 0;
}
.top header .header_inner .header_logo .logo_area {
  margin: 0 8px 0 0;
}
.top header .header_inner .header_logo .btn_area .btn {
  width: 148px;
  background: #e60012;
  border: 2px solid #e60012;
  text-align: center;
  border-radius: 100px;
  transition: all 0.5s;
}
.top header .header_inner .header_logo .btn_area .btn a {
  display: block;
  color: #fff;
  font-size: 10px;
  line-height: 3.5;
  letter-spacing: 0.05em;
  position: relative;
  padding: 0 22px 0 4px;
  transition: all 0.5s;
}
.top header .header_inner .header_logo .btn_area .btn a:before {
  content: "";
  background: url(../img/top/newtab.svg);
  background-size: 100%;
  width: 16px;
  height: 16px;
  position: absolute;
  right: 9px;
  top: -2px;
  bottom: 0;
  margin: auto;
  transition: all 0.5s;
}
.top header .header_inner .header_logo .btn_area .btn a:hover {
  opacity: 1;
}
.top header .header_inner .header_logo .btn_area .btn:hover {
  border: 2px solid #e60012;
  background: #fff;
}
.top header .header_inner .header_logo .btn_area .btn:hover a {
  color: #e60012;
}
.top header .header_inner .header_logo .btn_area .btn:hover a:before {
  background: url(../img/top/newtab_red.svg);
  background-size: 100%;
}
.top header .header_inner .header_menu ul {
  display: flex;
  height: 100%;
}
.top header .header_inner .header_menu ul li {
  text-align: center;
}
.top header .header_inner .header_menu ul li .page_name {
  font-size: 14px;
  color: rgba(38, 52, 151, 0.5);
  font-weight: 900;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.071em;
  line-height: 1.5;
  position: relative;
  text-align: center;
  transition: all 0.5s;
}
.top header .header_inner .header_menu ul li .page_name span {
  font-size: 8px;
  display: block;
  font-family: "Fredoka One", cursive;
  font-weight: 400;
  letter-spacing: 0.063em;
}
.top header .header_inner .header_menu ul li .page_name a {
  display: block;
  color: #222f8a;
  padding: 14px 24px;
}
.top header .header_inner .header_menu ul li .page_name:hover {
  background: rgba(38, 52, 151, 0.1);
}
.top header .header_inner .header_menu ul li .page_name:hover a {
  opacity: 1;
}
.top header .header_inner .header_menu ul li .page_name.osusume {
  width: 276px;
  background: #f83027;
}
.top header .header_inner .header_menu ul li .page_name.osusume a {
  color: #fff;
}
.top header .header_inner .header_menu ul li .page_name.osusume:hover {
  background: rgba(248, 48, 39, 0.1);
}
.top header .header_inner .header_menu ul li .page_name.osusume:hover a {
  color: #f83027;
}
.top header .header_inner .header_menu ul li .page_name.past {
  width: 216px;
  background: linear-gradient(93.85deg, #00AC5A 0%, #95C900 100%);
}
.top header .header_inner .header_menu ul li .page_name.past a {
  color: #fff;
  padding: 14px 0;
}
.top header .header_inner .header_menu ul li .page_name.past:hover {
  background: #D8F4DE;
}
.top header .header_inner .header_menu ul li .page_name.past:hover a {
  color: #00AC5A;
}
.top header .header_inner .header_menu ul li.disabled {
  opacity: 0.3;
}
.top header .header_inner .header_menu ul li.disabled .page_name:hover {
  background: #fff;
}
.top header .header_inner .header_menu ul li.disabled .page_name:hover a {
  pointer-events: none;
}
.top header .header_inner .past_label {
  display: none;
}
.top header .header_line {
  background: url(../img/top/topframe.svg) top center repeat-x;
  height: 8px;
}
.top main {
  overflow: clip;
  font-family: "Noto Sans JP", sans-serif;
  padding: 72px 0 0;
}
.top .intro {
  background: url(../img/top/bg.svg) center center;
  background-color: #fff;
  position: relative;
  overflow: hidden;
}
.top .intro .copy_area {
  text-align: center;
  padding: 32px 0 60px;
  position: relative;
  z-index: 1;
}
.top .intro .copy_area h1 {
  margin: 0 0 12px;
}
.top .intro .copy_area .collaboration {
  width: 563px;
  height: 56px;
  position: relative;
  display: inline-block;
  margin: 0 0 16px;
  vertical-align: bottom;
}
.top .intro .copy_area .collaboration picture {
  display: block;
}
.top .intro .copy_area .collaboration img {
  width: 100%;
  display: block;
}
.top .intro .copy_area .collaboration:before {
  content: "";
  background: url(../img/top/online.svg);
  background-size: 100%;
  width: 180px;
  height: 80px;
  position: absolute;
  top: -69px;
  left: -13px;
}
.top .intro .copy_area .day {
  width: 276px;
  margin: 0 auto 32px;
}
.top .intro .copy_area .day img {
  width: 100%;
  display: block;
}
.top .intro .copy_area .btn {
  width: 312px;
  background: #e60012;
  border: 2px solid #e60012;
  text-align: center;
  border-radius: 100px;
  transition: all 0.5s;
}
.top .intro .copy_area .btn a {
  display: block;
  color: #fff;
  font-size: 16px;
  line-height: 3.5;
  letter-spacing: 0.075em;
  position: relative;
  padding: 0 52px 0 24px;
  transition: all 0.5s;
}
.top .intro .copy_area .btn a:before {
  content: "";
  background: url(../img/top/newtab.svg);
  background-size: 100%;
  width: 24px;
  height: 24px;
  position: absolute;
  right: 24px;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: all 0.5s;
}
.top .intro .copy_area .btn a:hover {
  opacity: 1;
}
.top .intro .copy_area .btn:hover {
  border: 2px solid #e60012;
  background: #fff;
}
.top .intro .copy_area .btn:hover a {
  color: #e60012;
}
.top .intro .copy_area .btn:hover a:before {
  background: url(../img/top/newtab_red.svg);
  background-size: 100%;
}
.top .intro .copy_area:before {
  content: "";
  background: url(../img/top/logo_group.svg);
  background-size: 100%;
  width: 697px;
  height: 375px;
  position: absolute;
  top: 90px;
  left: -40px;
  right: 0;
  margin: auto;
  pointer-events: none;
}
.top .intro .large_slide_area .swiper-slide a,
.top .intro .small_slide_area .swiper-slide a {
  width: 100%;
}
.top .intro .large_slide_area .swiper-slide a img,
.top .intro .small_slide_area .swiper-slide a img {
  width: 100%;
}
.top .intro .large_slide_area {
  margin: 0 0 40px;
}
.top .intro .large_slide_area .swiper-pagination {
  bottom: -15px;
  position: relative;
  z-index: 3;
}
.top .intro .large_slide_area .swiper-pagination-bullet {
  background-color: #ffB800;
  opacity: 1;
}
.top .intro .large_slide_area .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #48210e;
}
.top .intro .small_slide_area {
  margin: 0 0 50px;
}
.top .intro .small_slide_area .swiper-wrapper {
  transition-timing-function: linear;
}
.top .intro .small_slide_area .swiper-wrapper .small_slide_item {
  border-radius: 4px;
  overflow: hidden;
  width: 160px !important;
}
.top .intro .small_slide_area .swiper-wrapper .small_slide_item img {
  width: 100%;
}
.top .intro:before {
  content: "";
  background: url(../img/top/mic_group.svg) center center;
  background-size: 100%;
  width: 1590px;
  height: 674px;
  position: absolute;
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.top .intro:after {
  content: "";
  background: url(../img/top/circle_group.svg) center center;
  background-size: 100%;
  width: 1814px;
  height: 722px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.top .news {
  background: #fff3cc;
  position: relative;
}
.top .news .news_wrap {
  position: relative;
}
.top .news .news_wrap .inner {
  width: 1040px;
  margin: 0 auto;
  padding: 56px 0 72px;
  position: relative;
}
.top .news .news_wrap .inner h2 {
  font-weight: 800;
  font-size: 24px;
  color: #48210e;
  font-family: "M PLUS 1p", sans-serif;
  letter-spacing: 0.085em;
  margin: 0 0 16px;
}
.top .news .news_wrap .inner .more_list {
  width: 960px;
  margin: auto;
  /* 幅・高さを指定 */
  /* 矢印を消す、画像に変更 */
  /* 前に戻る画像パス */
  /* 次に進む画像パス */
}
.top .news .news_wrap .inner .more_list .more_list_items .more_list_item {
  width: 304px;
  background: #fff;
  border-radius: 14px;
  padding: 12px;
  box-shadow: 0px 2px 20px rgba(255, 194, 0, 0.5);
}
.top .news .news_wrap .inner .more_list .more_list_items .more_list_item a {
  display: flex;
  justify-content: space-between;
}
.top .news .news_wrap .inner .more_list .more_list_items .more_list_item a .thumb_area {
  width: 72px;
}
.top .news .news_wrap .inner .more_list .more_list_items .more_list_item a .text_area {
  width: 196px;
  font-size: 12px;
  font-weight: 700;
  color: #48210e;
  line-height: 1.5;
  letter-spacing: 0.083em;
}
.top .news .news_wrap .inner .more_list .more_list_items .more_list_item a .text_area .date {
  font-size: 5px;
  display: flex;
  align-items: center;
  font-family: "Fredoka One", cursive;
  margin: 0 0 5px;
}
.top .news .news_wrap .inner .more_list .more_list_items .more_list_item a .text_area .date span {
  display: flex;
  align-items: center;
  margin: 0 0 0 6px;
}
.top .news .news_wrap .inner .more_list .more_list_items .more_list_item a .text_area .date span.false {
  display: none;
}
.top .news .news_wrap .inner .more_list .more_list_items .more_list_item:hover {
  box-shadow: 0px 2px 12px rgba(255, 194, 0, 0.5);
}
.top .news .news_wrap .inner .more_list .swiper-button-prev {
  left: -20px;
}
.top .news .news_wrap .inner .more_list .swiper-button-next {
  right: -20px;
}
.top .news .news_wrap .inner .more_list .swiper-button-prev,
.top .news .news_wrap .inner .more_list .swiper-button-next {
  height: 80px;
  width: 80px;
}
.top .news .news_wrap .inner .more_list .swiper-button-prev:after,
.top .news .news_wrap .inner .more_list .swiper-button-next:after {
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  height: 80px;
  width: 80px;
  margin: auto;
}
.top .news .news_wrap .inner .more_list .swiper-button-prev:after {
  background-image: url(../img/top/news_arrow_prev.svg);
}
.top .news .news_wrap .inner .more_list .swiper-button-prev:hover:after {
  background-image: url(../img/top/news_arrow_prev_hover.svg);
  height: 48px;
  width: 48px;
}
.top .news .news_wrap .inner .more_list .swiper-button-next:after {
  background-image: url(../img/top/news_arrow_next.svg);
}
.top .news .news_wrap .inner .more_list .swiper-button-next:hover:after {
  background-image: url(../img/top/news_arrow_next_hover.svg);
  height: 48px;
  width: 48px;
}
.top .news .news_wrap:after {
  content: "";
  position: absolute;
  background: linear-gradient(35deg, #fff3cc 50%, transparent 52%), linear-gradient(325deg, #fff3cc 50%, transparent 52%);
  background-size: 44px 30px;
  height: 16px;
  width: 100%;
  top: -14px;
  z-index: 1;
  left: 0;
  right: 0;
  margin: auto;
  pointer-events: none;
}
.top .news:before, .top .news:after {
  content: "";
  width: calc(50% - 492px);
  height: 87%;
  background: #fff3cc;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 2;
}
.top .news:before {
  left: 0;
}
.top .news:after {
  right: 0;
}
.top .recommendation {
  background-color: #ffc200;
  position: relative;
}
.top .recommendation .recommendation_wrap {
  position: relative;
}
.top .recommendation .recommendation_wrap .inner {
  width: 960px;
  padding: 58px 0 110px;
  z-index: 2;
}
.top .recommendation .recommendation_wrap .inner h2 {
  margin: 0 0 56px;
}
.top .recommendation .recommendation_wrap .inner #player_area {
  width: 100vw;
  max-width: 720px;
  margin: -24px auto 80px;
}
.top .recommendation .recommendation_wrap .inner #player_area h3 {
  margin: 0 0 16px;
}
.top .recommendation .recommendation_wrap .inner #player_area iframe {
  aspect-ratio: 16/9;
  width: 100%;
  height: auto;
}
.top .recommendation .recommendation_wrap .inner .items .item {
  background: #fff;
  border-radius: 14px;
  border: 4px solid #ffb800;
  padding: 24px 24px 32px;
  margin: 0 0 56px;
  position: relative;
}
.top .recommendation .recommendation_wrap .inner .items .item .label {
  background: #4729ff;
  border: 3px solid rgba(255, 255, 255, 0.3);
  padding: 6px 8px 8px;
  font-size: 14px;
  font-weight: 900;
  line-height: 1;
  text-align: center;
  color: #fff;
  border-radius: 8px;
  display: inline-block;
  letter-spacing: 0.071em;
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.top .recommendation .recommendation_wrap .inner .items .item .about_area {
  display: flex;
  justify-content: space-between;
}
.top .recommendation .recommendation_wrap .inner .items .item .about_area .thumb {
  width: 325px;
  border-radius: 8px;
  overflow: hidden;
}
.top .recommendation .recommendation_wrap .inner .items .item .about_area .detail {
  width: 563px;
}
.top .recommendation .recommendation_wrap .inner .items .item .about_area .detail .title {
  font-size: 24px;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0.083em;
  margin: 0 0 12px;
}
.top .recommendation .recommendation_wrap .inner .items .item .about_area .detail .start {
  font-size: 16px;
  font-family: "Fredoka One", cursive;
  line-height: 0.79;
  letter-spacing: 0.094em;
  margin: 0 0 8px;
  padding: 6px 8px;
  background: #fff3cc;
}
.top .recommendation .recommendation_wrap .inner .items .item .about_area .detail .start.datemitei {
  font-family: "Fredoka One", "Noto Sans JP", sans-serif;
  background: #dfeeff;
  font-weight: 900;
}
.top .recommendation .recommendation_wrap .inner .items .item .about_area .detail .start pre {
  line-height: 1.4;
  font-family: "Fredoka One", "Noto Sans JP", sans-serif, cursive;
}
.top .recommendation .recommendation_wrap .inner .items .item .about_area .detail .text {
  font-size: 12px;
  line-height: 1.75;
  letter-spacing: 0.083em;
}
.top .recommendation .recommendation_wrap .inner .items .item .actor_area {
  margin: 32px 0 0;
}
.top .recommendation .recommendation_wrap .inner .items .item .actor_area ul {
  display: flex;
  flex-wrap: wrap;
}
.top .recommendation .recommendation_wrap .inner .items .item .actor_area ul li {
  width: 170px;
  display: flex;
  align-items: center;
  margin: 0 13px 0 0;
}
.top .recommendation .recommendation_wrap .inner .items .item .actor_area ul li .photo {
  margin: 0 12px 0 0;
  width: 64px;
  height: 64px;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}
.top .recommendation .recommendation_wrap .inner .items .item .actor_area ul li .photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  touch-action: none;
  pointer-events: none;
}
.top .recommendation .recommendation_wrap .inner .items .item .actor_area ul li .photo:before {
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.top .recommendation .recommendation_wrap .inner .items .item .actor_area ul li .name {
  width: calc(100% - 64px);
}
.top .recommendation .recommendation_wrap .inner .items .item .actor_area ul li .name a {
  text-decoration: underline;
}
.top .recommendation .recommendation_wrap .inner .items .item .actor_area ul li:nth-of-type(n+6) {
  margin: 24px 13px 0 0;
}
.top .recommendation .recommendation_wrap .inner .items .item .actor_area ul li:nth-of-type(5n) {
  margin-right: 0;
}
.top .recommendation .recommendation_wrap .inner .items .item .btn_area {
  width: 640px;
  margin: 12px auto 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.top .recommendation .recommendation_wrap .inner .items .item .btn_area .btn {
  width: 312px;
  margin: 16px 0 0;
  background: #ffc200;
  border: 3px solid #48210e;
  border-radius: 8px;
  text-align: left;
  transition: all 0.5s;
  display: flex;
  align-items: center;
}
.top .recommendation .recommendation_wrap .inner .items .item .btn_area .btn a {
  color: #48210e;
  padding: 16px 50px 16px 16px;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.042em;
  transition: all 0.5s;
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
}
.top .recommendation .recommendation_wrap .inner .items .item .btn_area .btn a:before {
  content: "";
  background: url(../img/top/newtab_brown.svg);
  background-size: 100%;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 24px;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: all 0.5s;
}
.top .recommendation .recommendation_wrap .inner .items .item .btn_area .btn:hover {
  background: #48210e;
}
.top .recommendation .recommendation_wrap .inner .items .item .btn_area .btn:hover a {
  color: #fff;
}
.top .recommendation .recommendation_wrap .inner .items .item .btn_area .btn:hover a:before {
  content: "";
  background: url(../img/top/newtab.svg);
  background-size: 100%;
}
.top .recommendation .recommendation_wrap .inner .items .item .btn_area .btn:not(:last-child) {
  margin: 16px 0 0;
}
.top .recommendation .recommendation_wrap .inner .items .item .btn_area .btn:nth-of-type(even) {
  margin: 16px 0 0 16px;
}
.top .recommendation .recommendation_wrap .inner .items .item .btn_area.one_column_pc {
  margin: 32px auto 0;
}
.top .recommendation .recommendation_wrap .inner .items .item .btn_area.one_column_pc .btn {
  margin: 0;
}
.top .recommendation .recommendation_wrap .inner .items .item .btn_area.one_column_pc .btn:nth-of-type(even) {
  margin: 0 0 0 16px;
}
.top .recommendation .recommendation_wrap .inner .items .item .btn_area.three_column_pc {
  width: 722px;
  justify-content: space-between;
}
.top .recommendation .recommendation_wrap .inner .items .item .btn_area.three_column_pc .btn {
  width: 230px;
}
.top .recommendation .recommendation_wrap .inner .items .item .btn_area.three_column_pc .btn:nth-of-type(even) {
  margin-top: 16px;
  margin-left: 0;
}
.top .recommendation .recommendation_wrap .inner .items .item .btn_area.three_column_pc .btn:nth-of-type(n + 3) {
  margin-top: 16px;
}
.top .recommendation .recommendation_wrap .inner .items .item .btn_area.three_column_pc:after {
  content: "";
  display: block;
  width: 230px;
}
.top .recommendation .recommendation_wrap .inner .items .item:last-child {
  margin: 0;
}
.top .recommendation .recommendation_wrap:before {
  content: "";
  position: absolute;
  background: url(../img/top/bg.svg) center top;
  mix-blend-mode: color-dodge;
  width: 100%;
  height: 100%;
  z-index: 2;
  top: -10px;
}
.top .recommendation .recommendation_wrap:after {
  content: "";
  position: absolute;
  background: linear-gradient(35deg, #ffc200 50%, transparent 52%), linear-gradient(325deg, #ffc200 50%, transparent 52%);
  background-size: 44px 30px;
  height: 16px;
  width: 100%;
  top: -14px;
  z-index: 1;
  left: 0;
  right: 0;
  margin: auto;
  pointer-events: none;
}
.top .recommendation .recommendation_wrap .more_btn {
  width: 480px;
  height: 80px;
  margin: 56px auto 0;
  background: #f83027;
  border: 5px solid #fff;
  border-radius: 100px;
  transition: all 0.5s;
}
.top .recommendation .recommendation_wrap .more_btn a {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-family: "M PLUS 1p", sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 20px;
  color: #fff;
  letter-spacing: 0.075em;
  line-height: 1.2;
  position: relative;
  transition: all 0.5s;
}
.top .recommendation .recommendation_wrap .more_btn a:after {
  content: "";
  position: absolute;
  background: url(../img/ico/arrow_white.svg);
  background-size: 100%;
  width: 20px;
  height: 20px;
  right: 110px;
  transition: all 0.5s;
}
.top .recommendation .recommendation_wrap .more_btn:hover {
  border: 5px solid #f83027;
  background: #fff;
}
.top .recommendation .recommendation_wrap .more_btn:hover a {
  color: #f83027;
  opacity: 1;
}
.top .recommendation .recommendation_wrap .more_btn:hover a:after {
  background: url(../img/ico/arrow_red.svg);
  background-size: 100%;
}
.top .recommendation #recommend_list2 {
  margin: 56px 0 0;
}
.top .recommendation:before {
  content: "";
  position: absolute;
  background: linear-gradient(35deg, #fff 50%, transparent 52%), linear-gradient(325deg, #fff 50%, transparent 52%);
  background-size: 44px 30px;
  height: 22px;
  width: 100%;
  top: -20px;
  z-index: 1;
  left: 0;
  right: 0;
  margin: auto;
  pointer-events: none;
}
.top .member {
  position: relative;
  background: #fff9f9;
}
.top .member .member_wrap {
  position: relative;
}
.top .member .member_wrap .inner {
  position: relative;
  padding: 66px 0 72px;
  text-align: center;
  z-index: 2;
}
.top .member .member_wrap .inner picture {
  display: block;
  margin: 0 0 16px;
}
.top .member .member_wrap .inner .more_btn {
  width: 400px;
  height: 80px;
  margin: 0 auto;
  border-radius: 100px;
  overflow: hidden;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s;
}
.top .member .member_wrap .inner .more_btn .btn_inner {
  width: 390px;
  height: 70px;
  background: linear-gradient(90deg, #D8001B 0%, #F49023 100%);
  position: relative;
  border-radius: 100px;
  transition: all 0.5s;
}
.top .member .member_wrap .inner .more_btn .btn_inner a {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  padding: 0 20px 0 0;
  font-family: "M PLUS 1p", sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 20px;
  color: #fff;
  letter-spacing: 0.075em;
  line-height: 1.2;
  position: absolute;
  transition: all 0.5s;
}
.top .member .member_wrap .inner .more_btn .btn_inner a:after {
  content: "";
  position: absolute;
  background: url(../img/top/newtab.svg);
  background-size: 100%;
  width: 32px;
  height: 32px;
  right: 80px;
  transition: all 0.5s;
}
.top .member .member_wrap .inner .more_btn:hover {
  background: linear-gradient(90deg, #D8001B 0%, #F49023 100%);
}
.top .member .member_wrap .inner .more_btn:hover .btn_inner {
  background: #fff;
}
.top .member .member_wrap .inner .more_btn:hover .btn_inner a {
  color: #f83027;
}
.top .member .member_wrap .inner .more_btn:hover .btn_inner a:after {
  background: url(../img/top/newtab_red.svg);
  background-size: 100%;
}
.top .member .member_wrap:before {
  content: "";
  position: absolute;
  background: url(../img/top/member_bg.svg) center 10px;
  background-size: contain;
  width: 100%;
  height: calc(100% - 10px);
  z-index: 2;
  top: -5px;
  pointer-events: none;
}
.top .member .member_wrap:after {
  content: "";
  position: absolute;
  background: linear-gradient(35deg, #fff9f9 50%, transparent 52%), linear-gradient(325deg, #fff9f9 50%, transparent 52%);
  background-size: 44px 30px;
  height: 16px;
  width: 100%;
  top: -16px;
  z-index: 1;
  left: 0;
  right: 0;
  margin: auto;
  pointer-events: none;
}
.top .sponsor {
  background-color: #222f8a;
  position: relative;
}
.top .sponsor .sponsor_wrap {
  position: relative;
}
.top .sponsor .sponsor_wrap:before {
  content: "";
  background: url(../img/top/cloud_left.svg);
  background-size: 100%;
  width: 270px;
  height: 270px;
  position: absolute;
  bottom: -70px;
  left: 0;
  pointer-events: none;
  z-index: 3;
}
.top .sponsor .sponsor_wrap:after {
  content: "";
  background: url(../img/top/cloud_right.svg);
  background-size: 100%;
  width: 270px;
  height: 270px;
  position: absolute;
  bottom: -70px;
  right: 0;
  pointer-events: none;
  z-index: 3;
}
.top .sponsor .inner {
  position: relative;
  background-color: #222f8a;
  padding: 96px 0;
  width: auto;
  max-width: unset;
  text-align: center;
}
.top .sponsor .inner h2 {
  color: #fff;
  font-size: 40px;
  font-family: "M PLUS 1p", sans-serif;
  line-height: 1.2;
  letter-spacing: 0.05em;
  font-weight: 800;
  margin: 0 0 32px;
  position: relative;
  display: inline-block;
}
.top .sponsor .inner h2:before {
  content: "";
  background: url(../img/top/star_left.svg);
  background-size: 100%;
  width: 48px;
  height: 56px;
  position: absolute;
  top: -10px;
  left: -80px;
}
.top .sponsor .inner h2:after {
  content: "";
  background: url(../img/top/star_right.svg);
  background-size: 100%;
  width: 48px;
  height: 56px;
  position: absolute;
  top: -10px;
  right: -80px;
}
.top .sponsor .inner .bnr {
  width: 560px;
  margin: 0 auto 40px;
  position: relative;
  z-index: 2;
  box-shadow: 0px -6px 18px -10px #fff;
  border-radius: 0px;
}
.top .sponsor .inner .bnr img {
  width: 100%;
  box-shadow: 0px 11px 20px -2px #000;
  border-radius: 0px;
}
.top .sponsor .inner h3 {
  color: #fff;
  font-weight: 900;
  font-size: 16px;
  margin: 0 0 24px;
  letter-spacing: 0.063em;
  line-height: 1.5;
}
.top .sponsor .inner .partner {
  width: 724px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.top .sponsor .inner .partner ul {
  text-align: center;
  font-size: 0;
}
.top .sponsor .inner .partner ul li {
  max-width: 132px;
  border-radius: 8px;
  margin: 0 16px 0 0;
  overflow: hidden;
  display: inline-block;
}
.top .sponsor .inner .partner ul li:last-child {
  margin: 0;
}
.top .sponsor .inner:before {
  content: "";
  position: absolute;
  background: linear-gradient(35deg, #222f8a 50%, transparent 52%), linear-gradient(325deg, #222f8a 50%, transparent 52%);
  background-size: 44px 30px;
  height: 16px;
  width: 100%;
  min-width: 1777px;
  top: -16px;
  z-index: 1;
  left: 0;
  right: 0;
  margin: auto;
  pointer-events: none;
}
.top .sponsor .inner:after {
  content: "";
  position: absolute;
  background: linear-gradient(35deg, #222f8a 50%, transparent 52%), linear-gradient(325deg, #222f8a 50%, transparent 52%);
  background-size: 44px 30px;
  mix-blend-mode: color-burn;
  box-shadow: 0px 0px 27px 7px #979797;
  height: 0;
  width: 100%;
  min-width: 1777px;
  top: 10px;
  z-index: 1;
  left: 0;
  right: 0;
  margin: auto;
  pointer-events: none;
  opacity: 0.4;
}
.top .sponsor:before {
  content: "";
  background: url(../img/top/disney_bg.svg);
  background-size: cover;
  width: 100%;
  min-width: 1777px;
  height: 1000px;
  mix-blend-mode: color-burn;
  position: absolute;
  top: -13px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  pointer-events: none;
}
.top .sponsor:after {
  content: "";
  background: url(../img/top/circlelight.png) bottom;
  background-size: 100%;
  width: 920px;
  height: 742px;
  mix-blend-mode: color-dodge;
  position: absolute;
  bottom: -80px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  pointer-events: none;
}

footer {
  background: linear-gradient(180deg, #001E5A 69.27%, #00153F 100%);
  position: relative;
  z-index: 2;
  padding: 0 0 72px;
}
footer .footer_contents {
  width: 77.8vw;
  max-width: 1400px;
  margin: auto;
  padding: 88px 0 96px;
  position: relative;
}
footer .footer_contents .inner {
  display: flex;
  justify-content: space-between;
}
footer .footer_contents .inner .inner_box {
  width: 44.5%;
}
footer .footer_contents .inner .inner_box .title {
  margin: 0 0 24px;
}
footer .footer_contents .inner .inner_box .title img {
  width: 100%;
}
footer .footer_contents .inner .inner_box .contents {
  height: 100%;
}
footer .footer_contents .inner .outside .top {
  margin: 0 0 24px;
}
footer .footer_contents .inner .outside .top a img {
  width: 100%;
}
footer .footer_contents .inner .outside .bottom {
  display: flex;
  justify-content: space-between;
}
footer .footer_contents .inner .outside .bottom a {
  width: 49%;
}
footer .footer_contents .inner .outside .bottom a img {
  width: 100%;
}
footer .footer_contents:before {
  content: "";
  background: #222f8a;
  width: 5px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  pointer-events: none;
}
footer .footer_contents:after {
  content: "";
  background: url(../img/top/footer_x_line.svg);
  background-size: 100%;
  width: 100vw;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  pointer-events: none;
}
footer .footer_bottom {
  width: 88.8vw;
  max-width: 1280px;
  margin: 0 auto;
  padding: 56px 0 0;
  position: relative;
  z-index: 1;
}
footer .footer_bottom .top {
  display: flex;
  margin: 0 0 48px;
}
footer .footer_bottom .top .chokaigi2023 {
  width: 273px;
  margin: 0 40px 0 0;
}
footer .footer_bottom .top .chokaigi2023 img {
  width: 100%;
}
footer .footer_bottom .top .official_sns .title {
  margin: 0 0 16px;
}
footer .footer_bottom .top .official_sns ul {
  display: flex;
}
footer .footer_bottom .top .official_sns ul li {
  margin: 0 16px 0 0;
}
footer .footer_bottom .bottom {
  display: flex;
}
footer .footer_bottom .bottom .share_area {
  display: flex;
  align-items: center;
  margin: 0 32px 0 0;
  line-height: 0;
}
footer .footer_bottom .bottom .share_area .title {
  margin: 0 16px 0 0;
}
footer .footer_bottom .bottom .share_area ul {
  display: flex;
  align-items: center;
}
footer .footer_bottom .bottom .share_area ul li {
  margin: 0 13px 0 0;
}
footer .footer_bottom .bottom .share_area ul li a {
  display: block;
}
footer .footer_bottom .bottom .old ul {
  display: flex;
}
footer .footer_bottom .bottom .old ul li {
  position: relative;
  font-size: 14px;
  line-height: 1.5;
  margin: 0 26px 0 0;
}
footer .footer_bottom .bottom .old ul li a {
  color: #fff;
}
footer .footer_bottom .bottom .old ul li:after {
  content: "";
  width: 2px;
  height: 58%;
  background: #fff;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -13px;
  margin: auto;
}
footer .footer_bottom .bottom .old ul li:last-child:after {
  display: none;
}
footer #copyright {
  width: 88.8vw;
  max-width: 1280px;
  margin: auto;
}
footer #copyright p {
  color: #fff;
  font-size: 12px;
  font-family: "Fredoka One", cursive;
  font-weight: 400;
  line-height: 1.1666666667;
  letter-spacing: 0.0833em;
  text-align: right;
  position: relative;
  top: -15px;
}

@media screen and (max-width: 959px) {
  body.fixed {
    width: 100%;
    height: 100%;
    position: fixed;
  }
  .top {
    /* Nav items */
    /* Hamburger menu button */
    /* Hamburger menbu text */
    /* Hamburger Menu Animation Start */
    /* Hamburger Menu Animation End */
    /* Navbar Container */
    /* Navbar Text */
  }
  .top header .header_inner {
    min-width: unset;
    height: 64px;
  }
  .top header .header_inner .header_logo .logo_area {
    width: 112px;
    font-size: 0;
  }
  .top header .header_inner .header_logo .logo_area img {
    width: 100%;
  }
  .top header .header_inner .header_logo .btn_area {
    display: none;
  }
  .top header .header_inner .header_menu {
    display: none;
  }
  .top header .header_inner .past_label {
    display: flex;
    position: relative;
    right: 44px;
    align-items: center;
  }
  .top header .inner {
    z-index: 999;
  }
  .top .menu {
    display: block;
    list-style: none;
    position: fixed;
    width: 100%;
    height: calc(100vh + 32px);
    top: -32px;
    left: 50vw;
    clear: both;
    background: #fff;
    transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
    opacity: 0;
    pointer-events: none;
  }
  .top .menu .menu_inner {
    padding: 68px 0 0 32px;
    border-left: 4px solid #222f8a;
    position: relative;
    height: 100%;
    z-index: 1;
    overflow: scroll;
  }
  .top .menu .area {
    font-family: "M PLUS 1p", sans-serif;
    margin: 0 0 30px;
  }
  .top .menu .area .title {
    font-size: 20px;
    color: #ffc200;
    font-weight: 400;
    margin: 0 0 12px;
    position: relative;
    font-family: "Righteous", cursive;
    letter-spacing: 0.075em;
  }
  .top .menu .area .title.comingsoon:after {
    content: "";
    background: url(../img/top/comingsoon.svg) no-repeat;
    background-size: 100%;
    width: 112px;
    height: 26px;
    display: inline-block;
    position: absolute;
    left: 110px;
  }
  .top .menu .area .page_name {
    font-size: 24px;
    color: rgba(38, 52, 151, 0.5);
    font-weight: 800;
    margin: 0 0 16px;
    letter-spacing: 0.075em;
    position: relative;
    transition: all 0.5s;
  }
  .top .menu .area .page_name span {
    font-size: 12px;
    display: block;
    font-family: "Fredoka One", cursive;
    font-weight: 400;
    letter-spacing: 0.08em;
  }
  .top .menu .area .page_name a {
    color: #222f8a;
  }
  .top .menu .area .page_name a:hover {
    opacity: 0.8;
  }
  .top .menu .area .page_name.comingsoon {
    margin: 38px 0 16px;
  }
  .top .menu .area .page_name.comingsoon:after {
    content: "";
    background: url(../img/top/comingsoon.svg) no-repeat;
    background-size: 100%;
    width: 112px;
    height: 26px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: -28px;
  }
  .top .menu .area .page_name.past a {
    color: #00AC5A;
  }
  .top .menu .area .page_name.banner {
    width: 32vw;
    min-width: 220px;
  }
  .top .menu .area .page_name.banner img {
    width: 100%;
  }
  .top .menu .area.sns_area ul {
    display: flex;
  }
  .top .menu .area.sns_area ul li {
    margin: 0 8px 0 0;
    height: 48px;
    border: 3px solid #222f8a;
    border-radius: 8px;
    transition: all 0.5s;
  }
  .top .menu .area.sns_area ul li a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding: 8px;
  }
  .top .menu .area.sns_area ul li a img {
    display: block;
  }
  .top .menu .area.sns_area ul li:hover {
    opacity: 0.8;
  }
  .top .menu .area.bnr_area {
    width: 60vw;
    max-width: 230px;
  }
  .top .menu .area.bnr_area a {
    transition: all 0.5s;
    opacity: 0.5;
    display: block;
  }
  .top .menu .area.bnr_area a img {
    width: 100%;
  }
  .top .menu:after {
    content: "";
    background: rgba(255, 255, 255, 0.5);
    display: block;
    width: 100vw;
    height: 110vh;
    position: absolute;
    top: 0;
    left: -51vw;
    pointer-events: none;
    touch-action: none;
  }
  .top .menu-btn:checked ~ .menu {
    opacity: 1;
    transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
    pointer-events: all;
  }
  .top .menu-btn:checked ~ .menu a,
.top .menu-btn:checked ~ .menu li {
    opacity: 1;
    transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.2s;
  }
  .top .menu-btn {
    display: none;
  }
  .top .menu-icon {
    display: inline-block;
    position: fixed;
    right: 12px;
    top: 16px;
    cursor: pointer;
    padding: 24px 10px 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    border-radius: 12px;
    z-index: 1;
    transition: all 0.5s;
  }
}
@media screen and (max-width: 959px) and (hover: hover) and (pointer: fine) {
  .top .menu-icon:hover {
    opacity: 0.8;
  }
}
@media screen and (max-width: 959px) {
  .top .navicon {
    background: transparent;
    display: block;
    height: 4px;
    width: 26px;
    position: relative;
    top: -6px;
    transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
  }
}
@media screen and (max-width: 959px) {
  .top .navicon:before,
.top .navicon:after {
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    background: #222f8a;
    transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
    border-radius: 50px;
  }
}
@media screen and (max-width: 959px) {
  .top .navicon:before {
    top: 3px;
  }
}
@media screen and (max-width: 959px) {
  .top .navicon:after {
    bottom: 7px;
  }
}
@media screen and (max-width: 959px) {
  .top .menu-btn:checked ~ .menu-icon:after {
    content: "";
  }
}
@media screen and (max-width: 959px) {
  .top .menu-btn:checked ~ .menu-icon .navicon {
    top: -7px;
  }
}
@media screen and (max-width: 959px) {
  .top .menu-btn:checked ~ .menu-icon .navicon:before {
    transform: rotate(-45deg);
  }
}
@media screen and (max-width: 959px) {
  .top .menu-btn:checked ~ .menu-icon .navicon:after {
    transform: rotate(45deg);
  }
}
@media screen and (max-width: 959px) {
  .top .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before {
    top: 0;
  }
}
@media screen and (max-width: 959px) {
  .top .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
    bottom: 0;
  }
}
@media screen and (max-width: 959px) {
  .top .menu-btn:checked ~ .menu-icon .navicon {
    background: rgba(0, 0, 0, 0);
    transition: 0.2192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
  }
}
@media screen and (max-width: 959px) {
  .top .navtext-container {
    width: 100%;
    height: 52px;
    position: absolute;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (max-width: 959px) {
  .top .navtext {
    position: absolute;
    text-transform: uppercase;
    color: #ddd;
    letter-spacing: 4px;
    font-size: 20px;
  }
}
@media screen and (max-width: 959px) {
  .top .intro .copy_area {
    text-align: center;
    padding: 3.1vw 0 8vw;
    position: relative;
    z-index: 1;
  }
  .top .intro .copy_area h1 {
    width: 52vw;
    margin: 0 auto 1.5vw;
  }
  .top .intro .copy_area h1 img {
    width: 100%;
  }
  .top .intro .copy_area .collaboration {
    width: 62.8vw;
    height: auto;
    margin: 0 0 2.08vw;
  }
  .top .intro .copy_area .collaboration img {
    width: 100%;
  }
  .top .intro .copy_area .collaboration:before {
    content: "";
    background: url(../img/top/online.svg) no-repeat;
    background-size: 100%;
    width: 18vw;
    height: 8.3vw;
    top: -7vw;
    left: -1vw;
  }
  .top .intro .copy_area .day {
    width: 28.7vw;
    margin: 0 auto 4.1vw;
  }
  .top .intro .copy_area .day img {
    width: 100%;
  }
  .top .intro .copy_area .thanks {
    width: 59.3vw;
    margin: 0 auto;
  }
  .top .intro .copy_area .thanks img {
    width: 100%;
  }
  .top .intro .copy_area .btn {
    width: 312px;
    background: #e60012;
    text-align: center;
    border-radius: 100px;
  }
  .top .intro .copy_area .btn a {
    display: block;
    color: #fff;
    font-size: 16px;
    line-height: 3.5;
    letter-spacing: 0.075em;
    position: relative;
    padding: 0 52px 0 24px;
  }
  .top .intro .copy_area .btn a:before {
    content: "";
    background: url(../img/top/newtab.svg);
    background-size: 100%;
    width: 24px;
    height: 24px;
    position: absolute;
    right: 24px;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .top .intro .copy_area:before {
    content: "";
    background: url(../img/top/logo_group_tablet.svg) no-repeat;
    background-size: 100%;
    width: 81.2vw;
    height: 48.8vw;
    position: absolute;
    top: 10vw;
    left: 0;
    right: 0;
    margin: auto;
    pointer-events: none;
  }
  .top .intro .large_slide_area {
    margin: 0 0 4vw;
  }
  .top .intro .large_slide_area .swiper-pagination {
    bottom: -2vw;
    font-size: 0;
  }
  .top .intro:before {
    content: "";
    background: url(../img/top/mic_group_tablet.svg) no-repeat center center;
    background-size: 100%;
    width: 127vw;
    height: 55.7vw;
    position: absolute;
    top: unset;
    bottom: 0;
  }
  .top .intro:after {
    content: "";
    background: url(../img/top/circle_group_tablet.svg) no-repeat center top;
    background-size: 113%;
    width: 148vw;
    height: 91vw;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 959px) {
  .top .news .news_wrap .inner {
    width: 67.7vw;
    margin: 0 auto;
    padding: 7.2vw 0 9.3vw;
  }
  .top .news .news_wrap .inner h2 {
    margin: 0 0 16px;
  }
  .top .news .news_wrap .inner .more_list {
    width: 100%;
    margin: auto;
    /* 幅・高さを指定 */
  }
  .top .news .news_wrap .inner .more_list .more_list_items {
    display: block;
  }
  .top .news .news_wrap .inner .more_list .more_list_items .more_list_item {
    width: 62.5vw;
    padding: 1.5vw;
    margin: 0 auto 2vw;
    box-shadow: 0px 2px 28px rgba(255, 194, 0, 0.5);
  }
  .top .news .news_wrap .inner .more_list .more_list_items .more_list_item a {
    display: flex;
    justify-content: space-between;
  }
  .top .news .news_wrap .inner .more_list .more_list_items .more_list_item a .thumb_area {
    width: 72px;
  }
  .top .news .news_wrap .inner .more_list .more_list_items .more_list_item a .text_area {
    width: calc(100% - 84px);
    font-size: 1.5vw;
    font-weight: 700;
    color: #48210e;
    line-height: 1.5;
    letter-spacing: 0.083em;
  }
  .top .news .news_wrap .inner .more_list .more_list_items .more_list_item a .text_area .date {
    font-size: 1.3vw;
    display: flex;
    align-items: center;
    font-family: "Fredoka One", cursive;
    margin: 0 0 5px;
  }
  .top .news .news_wrap .inner .more_list .more_list_items .more_list_item a .text_area .date span {
    display: flex;
    align-items: center;
    margin: 0 0 0 6px;
  }
  .top .news .news_wrap .inner .more_list .more_list_items .more_list_item:hover {
    box-shadow: 0px 2px 12px rgba(255, 194, 0, 0.5);
  }
  .top .news .news_wrap .inner .more_list .swiper-button-prev,
.top .news .news_wrap .inner .more_list .swiper-button-next {
    display: none;
  }
  .top .news .news_wrap .inner .more_btn {
    display: block;
    width: 19.5vw;
    margin: 4.1vw auto 0;
    background: #ffc200;
    box-shadow: 0px 2px 16px rgba(255, 194, 0, 0.5);
    border-radius: 100px;
    padding: 1.3vw 1.5vw;
    color: #fff;
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 700;
    font-size: 1.3vw;
    letter-spacing: 0.05em;
    cursor: pointer;
    position: relative;
    transition: all 0.5s;
  }
  .top .news .news_wrap .inner .more_btn:after {
    content: "";
    background: url(../img/top/icon_plus_white.svg);
    background-size: 100%;
    width: 1vw;
    height: 1vw;
    position: absolute;
    right: 2.2vw;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: all 0.5s;
  }
  .top .news .news_wrap .inner .more_btn:hover {
    background: #48210e;
    color: #ffc200;
  }
  .top .news .news_wrap .inner .more_btn:hover:after {
    background: url(../img/top/icon_plus_yellow.svg);
    background-size: 100%;
  }
  .top .news .news_wrap:after {
    content: "";
    position: absolute;
    background: linear-gradient(35deg, #fff3cc 50%, transparent 52%), linear-gradient(325deg, #fff3cc 50%, transparent 52%);
    background-size: 44px 30px;
    height: 16px;
    width: 100%;
    min-width: 100%;
    top: -14px;
    z-index: 1;
    left: 0;
    right: 0;
    margin: auto;
    pointer-events: none;
  }
  .top .news:before, .top .news:after {
    content: "";
    width: calc(50% - 492px);
    height: 87%;
    background: #fff3cc;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 2;
  }
  .top .news:before {
    left: 0;
  }
  .top .news:after {
    right: 0;
  }
}
@media screen and (max-width: 959px) {
  .top .recommendation .recommendation_wrap .inner {
    width: 62.5vw;
    min-width: 480px;
    padding: 10.4vw 0;
  }
  .top .recommendation .recommendation_wrap .inner h2 {
    margin: 0 0 6.25vw;
  }
  .top .recommendation .recommendation_wrap .inner #player_area {
    width: 100vw;
    margin: -2vw auto 8.3vw;
    left: 50%;
    transform: translateX(-50%);
    position: relative;
  }
  .top .recommendation .recommendation_wrap .inner #player_area h3 {
    margin: 0 0 2.7vw;
  }
  .top .recommendation .recommendation_wrap .inner .items .item {
    padding: 3.1vw 3.1vw 4.1vw 3.1vw;
    margin: 0 0 7.29vw;
  }
  .top .recommendation .recommendation_wrap .inner .items .item .about_area {
    display: block;
    margin: 0 0 2vw;
  }
  .top .recommendation .recommendation_wrap .inner .items .item .about_area .thumb {
    width: 100%;
    margin: 0 0 1.5vw;
  }
  .top .recommendation .recommendation_wrap .inner .items .item .about_area .thumb img {
    width: 100%;
  }
  .top .recommendation .recommendation_wrap .inner .items .item .about_area .detail {
    width: auto;
  }
  .top .recommendation .recommendation_wrap .inner .items .item .about_area .detail .title {
    font-size: 16px;
    font-weight: 900;
    line-height: 1.5;
    letter-spacing: 0.063em;
    margin: 0 0 1.5vw;
    font-family: "Noto Sans JP", sans-serif;
  }
  .top .recommendation .recommendation_wrap .inner .items .item .about_area .detail .start {
    line-height: 0.79;
    margin: 0 0 1vw;
    padding: 1vw;
    text-align: center;
  }
  .top .recommendation .recommendation_wrap .inner .items .item .actor_area {
    margin: 2vw 0 0;
  }
  .top .recommendation .recommendation_wrap .inner .items .item .actor_area ul li {
    width: 32%;
    margin: 2.6vw 1% 0 0;
  }
  .top .recommendation .recommendation_wrap .inner .items .item .actor_area ul li .photo {
    margin: 0 1vw 0 0;
    width: 7.2vw;
    height: 7.2vw;
  }
  .top .recommendation .recommendation_wrap .inner .items .item .actor_area ul li .name {
    width: calc(100% - 7.2vw);
    font-size: 14px;
  }
  .top .recommendation .recommendation_wrap .inner .items .item .actor_area ul li:nth-of-type(5n) {
    margin-right: 0;
  }
  .top .recommendation .recommendation_wrap .inner .items .item .actor_area ul li:nth-of-type(n+6) {
    margin: 2.6vw 1% 0 0;
  }
  .top .recommendation .recommendation_wrap .inner .items .item .actor_area ul li:nth-of-type(-n+3) {
    margin-top: 0;
  }
  .top .recommendation .recommendation_wrap .inner .items .item .actor_area ul li:nth-of-type(3n) {
    margin-right: 0;
  }
  .top .recommendation .recommendation_wrap .inner .items .item .btn_area {
    width: 41.6vw;
    display: block;
    margin: 3.6vw auto 0;
  }
  .top .recommendation .recommendation_wrap .inner .items .item .btn_area .btn {
    width: 100%;
    margin: 2vw 0 0;
    background: #ffc200;
  }
  .top .recommendation .recommendation_wrap .inner .items .item .btn_area .btn a {
    padding: 2vw 5.7vw 2vw 2.6vw;
    height: 100%;
    display: flex;
    align-items: center;
  }
  .top .recommendation .recommendation_wrap .inner .items .item .btn_area .btn a:before {
    content: "";
    background: url(../img/top/newtab_brown.svg);
    background-size: 100%;
    width: 2.6vw;
    height: 2.6vw;
    right: 2.6vw;
  }
  .top .recommendation .recommendation_wrap .inner .items .item .btn_area .btn:not(:last-child) {
    margin: 2vw 0 0;
  }
  .top .recommendation .recommendation_wrap .inner .items .item .btn_area .btn:nth-of-type(even) {
    margin: 2vw 0;
  }
  .top .recommendation .recommendation_wrap .inner .items .item .btn_area.one_column_pc .btn {
    margin: 0;
  }
  .top .recommendation .recommendation_wrap .inner .items .item .btn_area.one_column_pc .btn:nth-of-type(even) {
    margin: 2vw 0 0;
  }
  .top .recommendation .recommendation_wrap .inner .items .item .btn_area.three_column_pc, .top .recommendation .recommendation_wrap .inner .items .item .btn_area.two_column_sp {
    width: 56.2vw;
    display: flex;
    justify-content: space-between;
    margin: 3.6vw auto 0;
  }
  .top .recommendation .recommendation_wrap .inner .items .item .btn_area.three_column_pc .btn, .top .recommendation .recommendation_wrap .inner .items .item .btn_area.two_column_sp .btn {
    width: 27vw;
    margin: 2vw 0 0;
  }
  .top .recommendation .recommendation_wrap .inner .items .item .btn_area.three_column_pc .btn:nth-of-type(even), .top .recommendation .recommendation_wrap .inner .items .item .btn_area.two_column_sp .btn:nth-of-type(even) {
    margin: 2vw 0 0;
  }
  .top .recommendation .recommendation_wrap .inner .items .item .btn_area.three_column_pc .btn:nth-of-type(-n+2), .top .recommendation .recommendation_wrap .inner .items .item .btn_area.two_column_sp .btn:nth-of-type(-n+2) {
    margin: 0;
  }
  .top .recommendation .recommendation_wrap .inner .items .item .btn_area.three_column_pc:after, .top .recommendation .recommendation_wrap .inner .items .item .btn_area.two_column_sp:after {
    content: "";
    display: block;
    width: 27vw;
  }
  .top .recommendation .recommendation_wrap .inner .more_btn {
    margin: 6.25vw auto 0;
  }
  .top .recommendation .recommendation_wrap:before {
    content: "";
    position: absolute;
    background: url(../img/top/bg.svg) center top;
    mix-blend-mode: color-dodge;
    width: 100%;
    height: 100%;
    z-index: 2;
    top: -10px;
  }
  .top .recommendation .recommendation_wrap:after {
    content: "";
    position: absolute;
    background: linear-gradient(35deg, #ffc200 50%, transparent 52%), linear-gradient(325deg, #ffc200 50%, transparent 52%);
    background-size: 44px 30px;
    height: 16px;
    width: 100%;
    min-width: 100%;
    top: -14px;
    z-index: 1;
    left: 0;
    right: 0;
    margin: auto;
    pointer-events: none;
  }
}
@media screen and (max-width: 959px) {
  .top .member {
    position: relative;
    background: #fff9f9;
  }
  .top .member .member_wrap {
    position: relative;
  }
  .top .member .member_wrap:after {
    content: "";
    position: absolute;
    background: linear-gradient(35deg, #fff9f9 50%, transparent 52%), linear-gradient(325deg, #fff9f9 50%, transparent 52%);
    background-size: 44px 30px;
    height: 16px;
    width: 100%;
    min-width: 100%;
    top: -16px;
    z-index: 1;
    left: 0;
    right: 0;
    margin: auto;
    pointer-events: none;
  }
}
@media screen and (max-width: 959px) {
  .top .sponsor .sponsor_wrap:before {
    content: "";
    background: url(../img/top/cloud_left.svg);
    background-size: 100%;
    width: 18.2vw;
    height: 18.2vw;
    position: absolute;
    bottom: -6vw;
  }
  .top .sponsor .sponsor_wrap:after {
    content: "";
    background: url(../img/top/cloud_right.svg);
    background-size: 100%;
    width: 18.2vw;
    height: 18.2vw;
    position: absolute;
    bottom: -6vw;
  }
  .top .sponsor .inner {
    padding: 4.3vw 0 8.3vw;
  }
  .top .sponsor .inner h2 {
    font-size: 40px;
    margin: 0 0 4vw;
  }
  .top .sponsor .inner h2:before {
    content: "";
    background: url(../img/top/star_left.svg);
    background-size: 100%;
    width: 48px;
    height: 56px;
    position: absolute;
    top: -5px;
    left: -80px;
  }
  .top .sponsor .inner h2:after {
    content: "";
    background: url(../img/top/star_right.svg);
    background-size: 100%;
    width: 48px;
    height: 56px;
    position: absolute;
    top: -5px;
    right: -80px;
  }
  .top .sponsor .inner .bnr {
    width: 61.4vw;
    margin: 0 auto 5.2vw;
    position: relative;
    z-index: 2;
    box-shadow: 0px -3px 15px -10px #fff;
    border-radius: 0px;
  }
  .top .sponsor .inner .bnr img {
    width: 100%;
    box-shadow: 0px 11px 20px -2px #000;
    border-radius: 0px;
  }
  .top .sponsor .inner h3 {
    margin: 0 0 24px;
    letter-spacing: 0.063em;
    line-height: 1.5;
  }
  .top .sponsor .inner .partner {
    width: 63.3vw;
    margin: 0 auto;
  }
  .top .sponsor .inner .partner ul {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }
  .top .sponsor .inner .partner ul li {
    width: 19vw;
    max-width: unset;
    margin: 0 1vw 2vw;
    display: block;
  }
  .top .sponsor .inner .partner ul li img {
    width: 100%;
  }
  .top .sponsor .inner .partner ul li:last-child {
    margin: 0 1vw 2vw;
  }
  .top .sponsor .inner .partner ul li:nth-of-type(n + 4) {
    margin-bottom: 0;
  }
  .top .sponsor .inner:before {
    content: "";
    position: absolute;
    background: linear-gradient(35deg, #222f8a 50%, transparent 52%), linear-gradient(325deg, #222f8a 50%, transparent 52%);
    background-size: 44px 30px;
    height: 16px;
    width: 100%;
    min-width: 100%;
    top: -16px;
    z-index: 1;
    left: 0;
    right: 0;
    margin: auto;
    pointer-events: none;
  }
  .top .sponsor:before {
    content: "";
    background: url(../img/top/disney_bg.svg) center;
    background-size: 70%;
    width: 100%;
    min-width: 1777px;
    height: 1000px;
    top: -13px;
  }
  .top .sponsor:after {
    content: "";
    background: url(../img/top/circlelight.png) bottom;
    background-size: 100%;
    width: 89vw;
    height: 70.3vw;
    bottom: -17.1vw;
    top: -0.4vw;
  }
}
@media screen and (max-width: 959px) {
  footer {
    background: linear-gradient(180deg, #001E5A 69.27%, #00153F 100%);
    padding: 8.3vw 0;
  }
  footer .footer_contents {
    width: 77.8vw;
    max-width: 1400px;
    margin: auto;
    padding: 0 0 8.3vw;
    position: relative;
  }
  footer .footer_contents .inner {
    display: block;
    width: 62.5vw;
    margin: auto;
  }
  footer .footer_contents .inner .inner_box {
    width: 100%;
  }
  footer .footer_contents .inner .inner_box .title {
    margin: 0 0 3vw;
  }
  footer .footer_contents .inner .inner_box .title img {
    width: 100%;
  }
  footer .footer_contents .inner .inner_box.twi {
    padding: 0 0 6.2vw;
    margin: 0 0 5.2vw;
    position: relative;
  }
  footer .footer_contents .inner .inner_box.twi:after {
    content: "";
    display: block;
    width: 100vw;
    height: 3px;
    background: #263497;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  footer .footer_contents .inner .outside .top {
    margin: 0 0 3vw;
  }
  footer .footer_contents .inner .outside .bottom a {
    width: 48%;
  }
  footer .footer_contents:before {
    display: none;
  }
  footer .footer_bottom {
    margin: 0 auto;
    padding: 7.2vw 0;
  }
  footer .footer_bottom .top {
    display: block;
    margin: 0 0 6.2vw;
    text-align: center;
  }
  footer .footer_bottom .top .chokaigi2023 {
    width: 44vw;
    margin: 0 auto 5.2vw;
  }
  footer .footer_bottom .top .chokaigi2023 img {
    width: 100%;
  }
  footer .footer_bottom .top .official_sns .title {
    margin: 0 0 3.1vw;
  }
  footer .footer_bottom .top .official_sns ul {
    display: block;
  }
  footer .footer_bottom .top .official_sns ul li {
    margin: 0 0 2.6vw;
  }
  footer .footer_bottom .top .official_sns ul li:nth-of-type(2) {
    margin: 0 1vw 0 0;
  }
  footer .footer_bottom .top .official_sns ul li:nth-of-type(3) {
    margin: 0;
  }
  footer .footer_bottom .top .official_sns ul li:nth-of-type(2), footer .footer_bottom .top .official_sns ul li:nth-of-type(3) {
    display: inline-block;
  }
  footer .footer_bottom .bottom {
    display: block;
  }
  footer .footer_bottom .bottom .share_area {
    display: block;
    margin: 0 0 5.2vw;
    text-align: center;
    font-size: initial;
  }
  footer .footer_bottom .bottom .share_area .title {
    margin: 0 0 3.1vw;
    font-size: inherit;
  }
  footer .footer_bottom .bottom .share_area ul {
    display: flex;
    justify-content: center;
  }
  footer .footer_bottom .bottom .share_area ul li {
    width: 4.1vw;
    margin: 0 3.6vw 0 0;
    display: flex;
    align-items: center;
  }
  footer .footer_bottom .bottom .share_area ul li a {
    display: block;
    width: 100%;
  }
  footer .footer_bottom .bottom .share_area ul li a img {
    width: 100%;
  }
  footer .footer_bottom .bottom .share_area ul li:last-child {
    margin: 0;
  }
  footer .footer_bottom .bottom .old ul {
    justify-content: center;
  }
  footer .footer_bottom .bottom .old ul li {
    position: relative;
    margin: 0 3.3vw 0 0;
    font-size: 14px;
  }
  footer .footer_bottom .bottom .old ul li a {
    color: #fff;
  }
  footer .footer_bottom .bottom .old ul li:last-child {
    margin: 0;
  }
  footer .footer_bottom .bottom .old ul li:last-child:after {
    display: none;
  }
  footer #copyright p {
    text-align: center;
    position: relative;
    top: unset;
  }
}
@media screen and (max-width: 519px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .top header .header_inner {
    height: 12.3076923077vw;
  }
  .top header .header_inner .header_logo {
    padding: 2.0512820513vw 3.0769230769vw;
  }
  .top .menu-icon {
    top: 1.6vw;
  }
  .top .menu {
    left: 24vw;
  }
  .top main {
    padding: 12.3076923077vw 0 0;
  }
  .top .intro {
    background-size: 140%;
  }
  .top .intro .copy_area {
    padding: 4.1025641026vw 0 calc(6.1538461538vw + 22px);
  }
  .top .intro .copy_area h1 {
    width: 71.2820512821vw;
    margin: 0 auto 2.0512820513vw;
  }
  .top .intro .copy_area h1 img {
    width: 100%;
  }
  .top .intro .copy_area .collaboration {
    width: 82.5641025641vw;
    height: auto;
    margin: 0 0 4.1025641026vw;
  }
  .top .intro .copy_area .collaboration img {
    width: 100%;
  }
  .top .intro .copy_area .collaboration:before {
    content: "";
    background: url(../img/top/online.svg) no-repeat;
    background-size: 100%;
    width: 32.3076923077vw;
    height: 14.358974359vw;
    top: -53vw;
    left: 3vw;
  }
  .top .intro .copy_area .day {
    width: 56.4102564103vw;
    margin: 0 auto 6.1538461538vw;
  }
  .top .intro .copy_area .day img {
    width: 100%;
  }
  .top .intro .copy_area .thanks {
    width: 87.1794871795vw;
    margin: 0 auto;
  }
  .top .intro .copy_area .btn {
    width: 80vw;
  }
  .top .intro .copy_area .btn a {
    font-size: 4.1025641026vw;
    line-height: auto;
    letter-spacing: 0.075em;
    position: relative;
    padding: 0 13.3333333333vw 0 6.1538461538vw;
  }
  .top .intro .copy_area .btn a:before {
    content: "";
    background: url(../img/top/newtab.svg);
    background-size: 100%;
    width: 6vw;
    height: 6vw;
    right: 6vw;
  }
  .top .intro .copy_area:before {
    content: "";
    background: url(../img/top/logo_group_sp.png) no-repeat;
    background-size: 100%;
    width: 95.8974358974vw;
    height: 27.9487179487vw;
    position: absolute;
    top: 32vw;
  }
  .top .intro:before {
    content: "";
    background: url(../img/top/mic_group_sp.svg) no-repeat center center;
    background-size: 100%;
    width: 111.5384615385vw;
    height: 41.0256410256vw;
    position: absolute;
    top: unset;
    bottom: 17vw;
  }
  .top .intro:after {
    content: "";
    background: url(../img/top/circle_group_sp.svg) no-repeat center top;
    background-size: 100%;
    width: 272.8205128205vw;
    height: 138.4615384615vw;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .top .news .news_wrap .inner {
    width: 87.6923076923vw;
    margin: 0 auto;
    padding: 10.2564102564vw 0 calc(10.2564102564vw + 16px);
  }
  .top .news .news_wrap .inner h2 {
    margin: 0 0 4.1025641026vw;
  }
  .top .news .news_wrap .inner .more_list {
    width: 100%;
    margin: auto;
    /* 幅・高さを指定 */
  }
  .top .news .news_wrap .inner .more_list .more_list_items {
    display: block;
  }
  .top .news .news_wrap .inner .more_list .more_list_items .more_list_item {
    width: 100%;
    padding: 3.0769230769vw;
    margin: 0 auto 3.0769230769vw;
    box-shadow: 0px 2px 28px rgba(255, 194, 0, 0.5);
  }
  .top .news .news_wrap .inner .more_list .more_list_items .more_list_item a {
    display: flex;
    justify-content: space-between;
  }
  .top .news .news_wrap .inner .more_list .more_list_items .more_list_item a .thumb_area {
    width: 72px;
  }
  .top .news .news_wrap .inner .more_list .more_list_items .more_list_item a .text_area {
    width: calc(100% - 84px);
    font-size: 3.0769230769vw;
    font-weight: 700;
    color: #48210e;
    line-height: 1.5;
    letter-spacing: 0.083em;
  }
  .top .news .news_wrap .inner .more_list .more_list_items .more_list_item a .text_area .date {
    font-size: 2.5641025641vw;
    display: flex;
    align-items: center;
    font-family: "Fredoka One", cursive;
    margin: 0 0 5px;
  }
  .top .news .news_wrap .inner .more_list .more_list_items .more_list_item a .text_area .date span {
    display: flex;
    align-items: center;
    margin: 0 0 0 6px;
  }
  .top .news .news_wrap .inner .more_list .more_list_items .more_list_item:hover {
    box-shadow: 0px 2px 12px rgba(255, 194, 0, 0.5);
  }
  .top .news .news_wrap .inner .more_list .swiper-button-prev,
.top .news .news_wrap .inner .more_list .swiper-button-next {
    display: none;
  }
  .top .news .news_wrap .inner .more_btn {
    width: 37.6923076923vw;
    margin: 8.2051282051vw auto 0;
    padding: 2.5641025641vw 3.0769230769vw;
    color: #fff;
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 700;
    font-size: 2.5641025641vw;
    letter-spacing: 0.05em;
    cursor: pointer;
    position: relative;
    transition: all 0.5s;
  }
  .top .news .news_wrap .inner .more_btn:after {
    content: "";
    background: url(../img/top/icon_plus_white.svg);
    background-size: 100%;
    width: 2.0512820513vw;
    height: 2.0512820513vw;
    position: absolute;
    right: 4.2vw;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: all 0.5s;
  }
  .top .news .news_wrap .inner .more_btn:hover {
    background: #48210e;
    color: #ffc200;
  }
  .top .news .news_wrap .inner .more_btn:hover:after {
    background: url(../img/top/icon_plus_yellow.svg);
    background-size: 100%;
  }
  .top .news .news_wrap:after {
    content: "";
    position: absolute;
    background: linear-gradient(35deg, #fff3cc 50%, transparent 52%), linear-gradient(325deg, #fff3cc 50%, transparent 52%);
    background-size: 44px 30px;
    height: 16px;
    width: 100%;
    min-width: 100%;
    top: -14px;
    z-index: 1;
    left: 0;
    right: 0;
    margin: auto;
    pointer-events: none;
  }
  .top .news:before, .top .news:after {
    content: "";
    width: calc(50% - 492px);
    height: 87%;
    background: #fff3cc;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 2;
  }
  .top .news:before {
    left: 0;
  }
  .top .news:after {
    right: 0;
  }
  .top .recommendation .recommendation_wrap .inner {
    width: 89.7435897436vw;
    min-width: unset;
    padding: 10.410256vw 0 12.410256vw;
  }
  .top .recommendation .recommendation_wrap .inner h2 {
    width: 84.1025641026vw;
    margin: 0 auto 10.2564102564vw;
  }
  .top .recommendation .recommendation_wrap .inner h2 img {
    width: 100%;
  }
  .top .recommendation .recommendation_wrap .inner #player_area {
    margin: -4.1025641026vw auto 14.358974359vw;
  }
  .top .recommendation .recommendation_wrap .inner #player_area h3 {
    margin: 0 0 4.1025641026vw;
  }
  .top .recommendation .recommendation_wrap .inner .items .item {
    padding: 4.1025641026vw 4.1025641026vw 7.1794871795vw;
    margin: 0 0 12.3076923077vw;
    border: 1.0256410256vw solid #ffb800;
  }
  .top .recommendation .recommendation_wrap .inner .items .item .label {
    background: #4729ff;
    border: 3px solid rgba(255, 255, 255, 0.3);
    padding: 1.5384615385vw 2.0512820513vw 2.0512820513vw;
    top: -3.0769230769vw;
  }
  .top .recommendation .recommendation_wrap .inner .items .item .about_area {
    margin: 0;
  }
  .top .recommendation .recommendation_wrap .inner .items .item .about_area .thumb {
    margin: 0 0 2.0512820513vw;
  }
  .top .recommendation .recommendation_wrap .inner .items .item .about_area .detail {
    width: auto;
  }
  .top .recommendation .recommendation_wrap .inner .items .item .about_area .detail .title {
    font-size: 4.1025641026vw;
    margin: 0 0 2.0512820513vw;
  }
  .top .recommendation .recommendation_wrap .inner .items .item .about_area .detail .start {
    font-size: 4.1025641026vw;
    margin: 0 0 2.0512820513vw;
    padding: 1.5384615385vw;
    line-height: 1.18;
  }
  .top .recommendation .recommendation_wrap .inner .items .item .about_area .detail .text {
    font-size: 3.5897435897vw;
    line-height: 1.6;
    letter-spacing: 0.071em;
  }
  .top .recommendation .recommendation_wrap .inner .items .item .actor_area {
    margin: 4.1025641026vw 0 0;
  }
  .top .recommendation .recommendation_wrap .inner .items .item .actor_area ul li {
    width: 37.6923076923vw;
    margin: 0 4.1025641026vw 0 0;
  }
  .top .recommendation .recommendation_wrap .inner .items .item .actor_area ul li .photo {
    margin: 0 2.0512820513vw 0 0;
    width: 16.4102564103vw;
    height: 16.4102564103vw;
  }
  .top .recommendation .recommendation_wrap .inner .items .item .actor_area ul li .name {
    font-size: 3.5897435897vw;
    width: calc(100% - 16.4102564103vw);
  }
  .top .recommendation .recommendation_wrap .inner .items .item .actor_area ul li:nth-of-type(-n+3) {
    margin-top: 0;
  }
  .top .recommendation .recommendation_wrap .inner .items .item .actor_area ul li:nth-of-type(5n) {
    margin: 4.1025641026vw 4.1025641026vw 0 0;
  }
  .top .recommendation .recommendation_wrap .inner .items .item .actor_area ul li:nth-of-type(3n) {
    margin: 4.1025641026vw 4.1025641026vw 0 0;
  }
  .top .recommendation .recommendation_wrap .inner .items .item .actor_area ul li:nth-of-type(n+6) {
    margin: 4.1025641026vw 4.1025641026vw 0 0;
  }
  .top .recommendation .recommendation_wrap .inner .items .item .actor_area ul li:nth-of-type(n + 3) {
    margin-top: 4.1025641026vw;
  }
  .top .recommendation .recommendation_wrap .inner .items .item .actor_area ul li:nth-of-type(2n) {
    margin-right: 0;
  }
  .top .recommendation .recommendation_wrap .inner .items .item .btn_area {
    width: 100%;
    margin: 7.1794871795vw 0 0;
  }
  .top .recommendation .recommendation_wrap .inner .items .item .btn_area .btn {
    width: 100%;
    margin: 0;
  }
  .top .recommendation .recommendation_wrap .inner .items .item .btn_area .btn a {
    padding: 4.1025641026vw;
    height: 100%;
    display: flex;
    align-items: center;
  }
  .top .recommendation .recommendation_wrap .inner .items .item .btn_area .btn a:before {
    content: "";
    background: url(../img/top/newtab_brown.svg);
    background-size: 100%;
    width: 5.1282051282vw;
    height: 5.1282051282vw;
    right: 5.1282051282vw;
  }
  .top .recommendation .recommendation_wrap .inner .items .item .btn_area .btn:not(:last-child) {
    margin: 4.1025641026vw 0 0;
  }
  .top .recommendation .recommendation_wrap .inner .items .item .btn_area .btn:nth-of-type(even) {
    margin: 4.1025641026vw 0;
  }
  .top .recommendation .recommendation_wrap .inner .items .item .btn_area.one_column_pc {
    margin: 7.1794871795vw 0 0;
  }
  .top .recommendation .recommendation_wrap .inner .items .item .btn_area.one_column_pc .btn:nth-of-type(even) {
    margin: 4.1025641026vw 0 0;
  }
  .top .recommendation .recommendation_wrap .inner .items .item .btn_area.three_column_pc, .top .recommendation .recommendation_wrap .inner .items .item .btn_area.two_column_sp {
    width: 100%;
    margin: 7.1794871795vw auto 0;
  }
  .top .recommendation .recommendation_wrap .inner .items .item .btn_area.three_column_pc .btn, .top .recommendation .recommendation_wrap .inner .items .item .btn_area.two_column_sp .btn {
    width: 38.2051282051vw;
    margin: 4.1025641026vw 0 0;
  }
  .top .recommendation .recommendation_wrap .inner .items .item .btn_area.three_column_pc .btn a, .top .recommendation .recommendation_wrap .inner .items .item .btn_area.two_column_sp .btn a {
    padding: 4.1025641026vw 11.2820512821vw 4.1025641026vw 5.1282051282vw;
  }
  .top .recommendation .recommendation_wrap .inner .items .item .btn_area.three_column_pc .btn:nth-of-type(even), .top .recommendation .recommendation_wrap .inner .items .item .btn_area.two_column_sp .btn:nth-of-type(even) {
    margin: 4.1025641026vw 0 0;
  }
  .top .recommendation .recommendation_wrap .inner .items .item .btn_area.three_column_pc .btn:nth-of-type(-n+2), .top .recommendation .recommendation_wrap .inner .items .item .btn_area.two_column_sp .btn:nth-of-type(-n+2) {
    margin: 0;
  }
  .top .recommendation .recommendation_wrap .inner .items .item .btn_area.three_column_pc:after, .top .recommendation .recommendation_wrap .inner .items .item .btn_area.two_column_sp:after {
    content: "";
    display: block;
    width: 38.2051282051vw;
  }
  .top .recommendation .recommendation_wrap .inner .more_btn {
    width: 75.1282051282vw;
    height: 20.5128205128vw;
    margin: 10.2564102564vw auto 0;
  }
  .top .recommendation .recommendation_wrap .inner .more_btn a {
    font-size: 5.1282051282vw;
    padding: 0 6vw 0 0;
  }
  .top .recommendation .recommendation_wrap .inner .more_btn a:after {
    content: "";
    position: absolute;
    background: url(../img/ico/arrow_white.svg);
    width: 5.1282051282vw;
    height: 5.1282051282vw;
    right: 7vw;
  }
  .top .recommendation .recommendation_wrap:before {
    content: "";
    position: absolute;
    background: url(../img/top/bg.svg) center top;
    background-size: 140%;
  }
  .top .recommendation .recommendation_wrap:after {
    content: "";
    position: absolute;
    background: linear-gradient(35deg, #ffc200 50%, transparent 52%), linear-gradient(325deg, #ffc200 50%, transparent 52%);
    background-size: 44px 30px;
    height: 16px;
    width: 100%;
    min-width: 100%;
    top: -14px;
    z-index: 1;
    left: 0;
    right: 0;
    margin: auto;
    pointer-events: none;
  }
  .top .member .member_wrap .inner {
    padding: 10.2564102564vw 0 calc(10.2564102564vw + 16px);
  }
  .top .member .member_wrap .inner .more_btn {
    width: 75.1282051282vw;
    height: 20.5128205128vw;
  }
  .top .member .member_wrap .inner .more_btn .btn_inner a {
    font-size: 5.1282051282vw;
    padding: 0 6vw 0 0;
  }
  .top .member .member_wrap .inner .more_btn .btn_inner a:after {
    content: "";
    width: 8.2051282051vw;
    height: 8.2051282051vw;
    right: 7vw;
  }
  .top .sponsor .sponsor_wrap:before {
    content: "";
    background: url(../img/top/cloud_left.svg);
    background-size: 100%;
    width: 24.6153846154vw;
    height: 24.6153846154vw;
    position: absolute;
    bottom: -19vw;
  }
  .top .sponsor .sponsor_wrap:after {
    content: "";
    background: url(../img/top/cloud_right.svg);
    background-size: 100%;
    width: 24.6153846154vw;
    height: 24.6153846154vw;
    position: absolute;
    bottom: -19vw;
  }
  .top .sponsor .inner {
    padding: calc(14.358974359vw - 14px) 0 14.358974359vw;
  }
  .top .sponsor .inner h2 {
    font-size: 7.6vw;
    margin: 0 0 4vw;
  }
  .top .sponsor .inner h2:before {
    content: "";
    background: url(../img/top/star_left.svg);
    background-size: 100%;
    width: 9.2vw;
    height: 10.7vw;
    position: absolute;
    top: -2vw;
    left: -14vw;
  }
  .top .sponsor .inner h2:after {
    content: "";
    background: url(../img/top/star_right.svg);
    background-size: 100%;
    width: 9.2vw;
    height: 10.7vw;
    position: absolute;
    top: -2vw;
    right: -14vw;
  }
  .top .sponsor .inner .bnr {
    width: 90.2vw;
    margin: 0 auto 10.2564102564vw;
    position: relative;
    z-index: 2;
    box-shadow: 0px -3px 15px -10px #fff;
    border-radius: 0px;
  }
  .top .sponsor .inner .bnr img {
    width: 100%;
    box-shadow: 0px 11px 20px -2px #000;
    border-radius: 0px;
  }
  .top .sponsor .inner .partner {
    width: 87.6923076923vw;
  }
  .top .sponsor .inner .partner ul li {
    width: 27.1794871795vw;
    margin: 0 3.0769230769vw 4.1025641026vw 0;
  }
  .top .sponsor .inner .partner ul li a img {
    width: 100%;
  }
  .top .sponsor .inner .partner ul li:nth-of-type(3n) {
    margin: 0 0 4.1025641026vw;
  }
  .top .sponsor .inner .partner ul li:last-child {
    margin: 0 0 4.1025641026vw;
  }
  .top .sponsor .inner .partner ul li:nth-of-type(n + 4) {
    margin-bottom: 0;
  }
  .top .sponsor .inner:before {
    content: "";
    position: absolute;
    background: linear-gradient(35deg, #222f8a 50%, transparent 52%), linear-gradient(325deg, #222f8a 50%, transparent 52%);
    background-size: 44px 30px;
    height: 16px;
    width: 100%;
    min-width: 100%;
    top: -16px;
    z-index: 1;
    left: 0;
    right: 0;
    margin: auto;
    pointer-events: none;
  }
  .top .sponsor:before {
    content: "";
    background: url(../img/top/disney_bg.svg) center;
    background-size: 70%;
    width: 100%;
    min-width: 1777px;
    height: 1000px;
    top: -13px;
  }
  .top .sponsor:after {
    content: "";
    background: url(../img/top/circlelight.png) bottom;
    background-size: 100%;
    width: 132.8205128205vw;
    height: 106vw;
    bottom: -35.2vw;
  }
  footer {
    background: linear-gradient(180deg, #001E5A 69.27%, #00153F 100%);
    padding: 16.4102564103vw 0;
  }
  footer .footer_contents {
    width: 87.6923076923vw;
    margin: auto;
    padding: 0 0 8.3vw;
    position: relative;
  }
  footer .footer_contents .inner {
    display: block;
    width: 100%;
    margin: auto;
  }
  footer .footer_contents .inner .inner_box {
    width: 100%;
  }
  footer .footer_contents .inner .inner_box .title {
    margin: 0 0 6.1538461538vw;
  }
  footer .footer_contents .inner .inner_box .title img {
    width: 100%;
  }
  footer .footer_contents .inner .inner_box.twi {
    padding: 0 0 12.3076923077vw;
    margin: 0 0 10.2564102564vw;
    position: relative;
  }
  footer .footer_contents .inner .inner_box.twi:after {
    content: "";
    display: block;
    width: 100vw;
    height: 3px;
    background: #263497;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  footer .footer_contents .inner .outside .top {
    margin: 0 0 6.1538461538vw;
  }
  footer .footer_contents .inner .outside .bottom {
    display: block;
  }
  footer .footer_contents .inner .outside .bottom a {
    display: block;
    width: 100%;
    margin: 0 0 4.1025641026vw;
  }
  footer .footer_bottom {
    margin: 0 auto;
    padding: 14.358974359vw 0;
  }
  footer .footer_bottom .top {
    display: block;
    margin: 0 0 11.7948717949vw;
    text-align: center;
  }
  footer .footer_bottom .top .chokaigi2023 {
    width: 87.6923076923vw;
    margin: 0 auto 10.2564102564vw;
  }
  footer .footer_bottom .top .chokaigi2023 img {
    width: 100%;
  }
  footer .footer_bottom .top .official_sns .title {
    margin: 0 0 6.1538461538vw;
  }
  footer .footer_bottom .top .official_sns ul {
    display: block;
  }
  footer .footer_bottom .top .official_sns ul li {
    margin: 0 0 2.6vw;
  }
  footer .footer_bottom .top .official_sns ul li:nth-of-type(1) {
    width: 56.4102564103vw;
    margin: 0 auto 5.1282051282vw;
  }
  footer .footer_bottom .top .official_sns ul li:nth-of-type(1) a {
    display: block;
    width: 100%;
  }
  footer .footer_bottom .top .official_sns ul li:nth-of-type(1) a img {
    width: 100%;
  }
  footer .footer_bottom .top .official_sns ul li:nth-of-type(2) {
    margin: 0 4.1025641026vw 0 0;
  }
  footer .footer_bottom .top .official_sns ul li:nth-of-type(3) {
    margin: 0;
  }
  footer .footer_bottom .top .official_sns ul li:nth-of-type(2), footer .footer_bottom .top .official_sns ul li:nth-of-type(3) {
    width: 14.358974359vw;
    display: inline-block;
  }
  footer .footer_bottom .top .official_sns ul li:nth-of-type(2) a, footer .footer_bottom .top .official_sns ul li:nth-of-type(3) a {
    display: block;
  }
  footer .footer_bottom .top .official_sns ul li:nth-of-type(2) a img, footer .footer_bottom .top .official_sns ul li:nth-of-type(3) a img {
    width: 100%;
  }
  footer .footer_bottom .bottom {
    display: block;
  }
  footer .footer_bottom .bottom .share_area {
    display: block;
    margin: 0 0 10.2564102564vw;
    text-align: center;
    font-size: initial;
  }
  footer .footer_bottom .bottom .share_area .title {
    margin: 0 0 6.1538461538vw;
    font-size: inherit;
  }
  footer .footer_bottom .bottom .share_area ul {
    display: flex;
    justify-content: center;
  }
  footer .footer_bottom .bottom .share_area ul li {
    width: 8.2051282051vw;
    margin: 0 5.641025641vw 0 0;
    display: flex;
    align-items: center;
  }
  footer .footer_bottom .bottom .share_area ul li a {
    display: block;
    width: 100%;
  }
  footer .footer_bottom .bottom .share_area ul li a img {
    width: 100%;
  }
  footer .footer_bottom .bottom .share_area ul li:last-child {
    margin: 0;
  }
  footer .footer_bottom .bottom .old ul {
    justify-content: center;
  }
  footer .footer_bottom .bottom .old ul li {
    position: relative;
    margin: 0 6.6666666667vw 0 0;
    font-size: 3.5897435897vw;
  }
  footer .footer_bottom .bottom .old ul li:after {
    right: -3.3333333333vw;
  }
  footer .footer_bottom .bottom .old ul li:last-child {
    margin: 0;
  }
  footer .footer_bottom .bottom .old ul li:last-child:after {
    display: none;
  }
}
/*# sourceMappingURL=unique.css.map */