@charset "UTF-8";

:root {
  --font-aktiv: "aktiv-grotesk", sans-serif;
  --font-noto: "Noto Sans JP", sans-serif;
  --font-logo: "logo-cut-std", sans-serif;
  --green: #007a88;
  --yellow: #F4D200;
}

/*******************************
共通
********************************/

html {
  width: 100%;
  -webkit-text-size-adjust: 100%;
}

#wrapper {
  font-family: var(--font-noto);
  overflow: hidden;
}

.video_wrap {
  width: 100%;
  height: 170vh;
  position: fixed;
  inset: 0;
  z-index: -1;
  /* 青オーバーレイ */
  &::before {
    content: "";
    background: url("../images/bg_pattern01.svg") repeat center / 40px auto,#005DA299;
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0;
  }
}
.video01 {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.45;
}
.video02 {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.45;
}

header {
  background:
  image-set(
    url("../images/bg.webp") type("image/webp"),
    url("../images/bg.jpg") type("image/jpeg")
  )
  left top / 1370px auto;
  width: 822px;
  height: 1098px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  &::before {
    content: "";
    background: url("../images/header_bf.svg") no-repeat center / 100% auto;
    width: 538px;
    height: 270px;
    position: absolute;
    top: 0;
    left: 553px;
  }
  &::after {
    content: "";
    background: url("../images/header_af.svg") no-repeat center / 100% auto;
    width: 957px;
    height: 268px;
    position: absolute;
    bottom: 0;
    left: 0;
  }
}
header h1 {
  width: 706px;
  margin-top: -16px;
}
#top {
  width: calc(100% - 822px - 120px);
  height: 1098px;
  margin: 0 0 0 auto;
  padding-right: 120px;
  display: flex;
  position: relative;
  justify-content: flex-end;
  &::before {
    content: "";
    background: url("../images/top_bf.svg") no-repeat center / 100% auto;
    width: 270px;
    height: 270px;
    position: absolute;
    top: 0;
    right: 0;
  }
}

.jo_select {
  filter: drop-shadow(50px 30px 45px rgba(0, 0, 0, 0.25));
  display: flex;
  justify-content: center;
  align-items: center;
  height: 1098px;
  position: absolute;
  left: calc(822px - 96px);
  top: 0;
  z-index: 2;
  ul {
    padding-top: 58px;
  }
}
.jo_select li {
  background: #004EA2;
  border: 2px solid #fff;
  text-indent: -9999px;
  display: flex;
  width: 192px;
  height: 192px;
  margin-top: -58px;
  transition: 0.3s;
  rotate: 45deg;
  cursor: pointer;
  position: relative;
}
.jo_select li:not(.non)::before{
  content: "";
  position: absolute;
  top: 15px;
  right: 15px;
  background: #fff;
  clip-path: polygon(0 0, 100% 0, 100% 100%);
  width: 20px;
  height: 20px;
}
.jo_select li:nth-child(even) {
  margin-left: 137px;
}
.jo_select li.non {
  pointer-events: none;
  /* opacity: 0.6; */
}
.jo_select li.active {
  pointer-events: none;
}
.jo_select li.active::before{
  background: linear-gradient(135deg,#FFA000,#FFCA36 40%,#71FFD8);
}

.jo_select li.j16.non {background: url(../images/bt_j16.svg) no-repeat top center, #004EA2;}
.jo_select li.j04.non {background: url(../images/bt_j04.svg) no-repeat top center, #004EA2;}
.jo_select li.j12.non {background: url(../images/bt_j12.svg) no-repeat top center, #004EA2;}
.jo_select li.j15.non {background: url(../images/bt_j15.svg) no-repeat top center, #004EA2;}

.jo_select li.j07 {background: url(../images/bt_j07.jpg) no-repeat top center;}
.jo_select li.j16 {background: url(../images/bt_j16.jpg) no-repeat top center;}
.jo_select li.j04 {background: url(../images/bt_j04.jpg) no-repeat top center;}
.jo_select li.j12 {background: url(../images/bt_j12.jpg) no-repeat top center;}
.jo_select li.j15 {background: url(../images/bt_j15.jpg) no-repeat top center;}


.tile {
  position: absolute;
  right: 0;
  top: 0;
  width: 810.5px;
}
.wid_min .tile {
  transform: translateX(100px);
}

.modal_btn {
  background: #000;
  border: 1px solid #fff;
  border-bottom: none;
  border-radius: 24px 24px 0 0;
  color: #fff;
  font-family: var(--font-aktiv);
  line-height: 1;
  font-size: 28px;
  font-weight: 900;
  width: 280px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  rotate: -90deg;
  position: absolute;
  top: 421px;
  right: -120px;
  cursor: pointer;
  span {
    display: inline-block;
    width: 28px;
    margin-left: 8px;
    img {display: block;}
  }
}
dialog {
  background: rgba(0, 0, 0, 0.8);
  border: none;
  width: 100%;
  height: 100%;
  z-index: 1;
  padding: 0;
}
dialog h2{
  margin: 30px auto 24px;
  width: fit-content;
}
dialog ul li{
  width: calc(100% - 290px);
  height: 118px;
  padding-left: 290px;
  background: linear-gradient(90deg,#FFA000bb 20%,#FFCA36bb 40%,#71FFD8bb 70%);
  border-top: 1px solid #fff;
}
dialog ul li:last-of-type{
  border-bottom: 1px solid #fff;
}
dialog ul li.no{
  background: linear-gradient(90deg,#FFA00044 20%,#FFCA3644 40%,#71FFD844 70%);
  pointer-events: none;
}
dialog ul li a{
  display: flex;
  color: #fff;
  font-weight: 900;
  text-decoration: none;
  line-height: 118px;
  position: relative;
}
dialog ul li a::before{
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  background: #fff;
  position: absolute;
  clip-path: polygon(0 0, 100% 0, 100% 100%);
  top: 16px;
  right: 16px;
  transition: all .1s ease-out;
}
dialog ul li a:hover::before{
  top: 0;
  right: 0;
}
dialog ul li a p.ja{
  display: inline-block;
  width: 260px;
  line-height: 118px;
  font-size: 22px;
  text-align: center;
}
dialog ul li a p.en{
  font-size: 56px;
  font-family: var(--font-aktiv);
  text-shadow: rgba(0, 0, 0, .2) 0 3px 6px;
}
dialog ul li .arrow{
  display: flex;
  opacity: .5;
  position: absolute;
  right: 38px;
  top: 15px;
  z-index: -1;
}
dialog ul li.no .arrow{
  display: none;
}
dialog ul li .arrow span{
  display: block;
  width: 44px;
  height: 88px;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  background: #fff;
  mix-blend-mode: overlay;
  margin-left: 12px;
  animation: racedata-arrow 2s infinite ease-out;
}
dialog ul li .arrow span:nth-of-type(1){
  animation-delay: 0;
}
dialog ul li .arrow span:nth-of-type(2){
  animation-delay: .1s;
}
dialog ul li .arrow span:nth-of-type(3){
  animation-delay: .2s;
}
@keyframes racedata-arrow {
  0%{opacity: 1;}
  20%{opacity: .5;}
  100%{opacity: .5;}
}
dialog .close{
  padding: 0;
  border: none;
  outline: none;
  font: inherit;
  color: inherit;
  background: none;

  width: fit-content;
  margin: 20px 32px auto auto;
  font-family: var(--font-aktiv);
  font-size: 28px;
  font-weight: 900;
  color: #fff;
  display: block;
  position: relative;
  line-height: 20px;
  padding: 20px 40px;
  cursor: pointer;
  transition: all .2s;
}
dialog .close:hover{
  opacity: .6;
}
dialog .close::after{
  content: "";
  position: absolute;
  bottom: 20px;
  right: 0;
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
  background: #fff;
  width: 20px;
  height: 20px;
}


.tile ul {
  display: flex;
  width: 810.5px;
  flex-wrap: wrap;
}
.tile li {
  width: 270px;
  height: 270px;
  position: relative;
  opacity: 0;
  transition: 0.5s;
  transition-delay: 1s;
}
.tile li.non {
  pointer-events: none;
}
.tile li.non a {
  opacity: 0.3;
}

.tile li:nth-child(odd) {
  background: #007a88;
  transform: scale(0);
  transition: 1s;
  transition-delay: 0.5s;
  transform: translateY(-100px);
}
.tile li:nth-child(even) {
  background: #958171;
  transform: translateY(100px);
  transition: 1s;
  transition-delay: 0.5s;
}

.load .tile li:nth-child(odd) {
  opacity: 1;
  transform: translateY(0px);
}
.load .tile li:nth-child(even) {
  opacity: 1;
  transform: translateY(0px);
}

.tile li a {
  text-decoration: none;
  text-align: center;
  color: #000;
  height: 100%;
  display: block;
  position: absolute;
  width: 100%;
  background: url(../images/tile_arrow.svg) bottom 30px center no-repeat;
}

.tile li a::before {
  content: "";
  width: 220px;
  height: 220px;
  position: absolute;
  display: block;
  mix-blend-mode: color-dodge;
  left: 25px;
  top: 25px;
  z-index: 1;
  transition: 0.3s;
}
.tile li a:hover::before {
  transform: scale(1.1);
}

.tile li:nth-child(odd) a::before {
  background: #007a88;
}
.tile li:nth-child(even) a::before {
  background: #ad6f3e;
}
.tile li a::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  display: block;
  background: #000;
  opacity: 0.25;
  bottom: 0;
  right: 0;
  transition: 0.3s;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  transform-origin: bottom right;
}

.tile li a:hover:after {
  transform: scale(0);
}

.tile li p {
  position: relative;
  z-index: 1;
}
.tile li p.en {
  font-family: var(--font-aktiv);
  font-weight: 900;
  line-height: 45px;
  height: 104px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 46px;
  margin-top: 54px;
  filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.16));
  letter-spacing: -0.02em;
}

.tile li.last p.en {
  letter-spacing: -0.04em;
}
.tile li:nth-child(odd) p.en {
  color: #fff;
}

.tile li p.ja {
  font-weight: 800;
  font-size: 24px;
}

.tile li.record {
  background: none;
}

.tile li.record img {
  animation: spin 10s linear infinite;
  transform-origin: 50% 50%;
  filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.16));
  position: relative;
  z-index: 1;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}

.chara_left,
.chara_right,
.tile li.campaign {
  transform: none !important;
  opacity: 1 !important;
}
.chara_left img {
  width: 100%;
  height: 100%;
}
.chara_right img {
  width: 100%;
  height: 100%;
}

.tile li.campaign {
  width: 540px;
}

.tile li.campaign a:hover {
  opacity: 0.8;
}
.tile li.campaign a::before,
.tile li.campaign a::after {
  display: none;
}

.tile li.campaign._shiny {
  display: block;
  position: relative;
  overflow: hidden;
  transition: 1000ms;
}
.tile li.campaign._shiny::before {
  pointer-events: none;
  position: absolute;
  content: "";
  display: inline-block;
  top: -180px;
  left: 0;
  width: 30px;
  z-index: 1;
  height: 100%;
  background-color: #b5e7ff;
  transition: 500ms;
  animation: shinyshiny 2.5s ease-in-out infinite;
}

.tile li.campaign._shiny:hover {
  text-decoration: none;
  color: #fff;
  box-shadow: none;
  -webkit-transform: translateY(3px);
}

@-webkit-keyframes shinyshiny {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    -webkit-transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}

.tile li.blank {
  width: 0;
}

.poster {
  position: relative;
  width: 810px;
  height: 1080px;
}

.wid_min .poster {
  left: 135px;
}

.poster .swiper {
  width: 600px;
  height: 850px;
  margin-top: 120px;
  margin-left: 100px;
}

.poster .swiper-slide {
  background-position: center;
  background-size: cover;
}

.poster .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
}
.poster .mySwiper {
  direction: rtl; /* ★これがポイント！ */
}
/* シャドウを逆方向に補正 */
/* .swiper-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to left, rgba(0,0,0,0.5), rgba(0,0,0,0));
  } */
.poster .swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.3)) !important;
}

/* 下の影をより「下に」表示して立体感UP */
.poster .swiper-3d .swiper-slide-shadow-bottom {
  top: auto !important;
  bottom: -100px !important; /* ← デフォより深く。好きな数値で調整 */
  height: 60px !important; /* ← デフォより少し大きめで滑らかに */
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0)) !important;
  z-index: 1 !important; /* 他と重ならないように */
}

.copy {
  width: 275px;
  position: absolute;
  bottom: 136px;
  left: 86px;
  picture {
    display: block;
    width: 100%;
    text-align: center;
  }
}

/*------------
  CAMPAIGN
-------------*/

#campaign {
  background:
  url("../images/cam_accent.svg") no-repeat 707px -79px / 346px auto,
  url("../images/cam_accent.svg") no-repeat calc(100% + 12px) 223px / 346px auto,
  url("../images/cam_accent.svg") no-repeat -129px 685px / 346px auto,
  #5300B2;
  background-blend-mode: soft-light;
  position: relative;
  &::before  {
    content: "";
    background: url("../images/cam_bf.svg") no-repeat center / 100% auto;
    width: 269px;
    height: 135px;
    position: absolute;
    top: 0;
    left: 0;
  }
}
#campaign .inner {
  width: 1680px;
  margin: 0 auto;
  padding: 72px 0;
  display: flex;
  gap: 120px;
  justify-content: center;
  align-items: center;
}

#campaign .about {
  width: 630px;
  /* background: #000000; */
  filter: drop-shadow(50px 28px 44px rgba(0, 0, 0, 0.25));
  color: #fff;
  padding: 100px 40px 40px 40px;
  border-radius: 3px;
  display: flex;
  align-items: center;
  flex-direction: column;
}
#campaign .about .en {
  color: var(--yellow);
  font-family: var(--font-aktiv);
  font-size: 108px;
  font-weight: 900;
  width: 100%;
  text-align: center;
  position: absolute;
  top: 10px;
  left: 0;
  z-index: -1;
}

#campaign .about h2 {
  text-shadow: 0 0 24px #C25AFF;
  font-weight: 900;
  font-size: 49px;
  line-height: 46px;
  padding-left: 114px;
  background: url(../images/sns_x.svg) no-repeat left center / auto 100%;
  margin-bottom: 22px;
  line-height: 1;
}

#campaign .about .lead {
  font-family: var(--font-logo);
  text-align: center;
  color: var(--yellow);
  font-weight: 500;
  font-size: 20px;
  line-height: 1.5em;
  margin-bottom: 25px;
}
#campaign .about .day {
  background: #C25AFF;
  width: 100%;

  padding: 24px 0;
  text-align: center;
  margin-bottom: 20px;
}

/* #campaign .about .day p:nth-child(1){ */
#campaign .about .day p {
  font-size: 24px;
}
/* #campaign .about .day p:nth-child(2){
    font-size: 34px;
    font-weight: 900;
    } */
#campaign .about .day .large {
  font-size: 34px;
  font-weight: 900;
}

#campaign .about .chui {
  font-size: 16px;
}

#campaign .about .chui p {
  text-align: center;
  margin-bottom: 5px;
}

#campaign .about .chui li {
  text-indent: -1em;
  padding-left: 1em;
}

.goods {
  position: relative;
  width: 650px;
  z-index: 1;
}
.goods .pre {
  position: absolute;
}

.goods .pre p {
  font-weight: bold;
  text-align: center;
  margin-top: 25px;
  font-size: 28px;
  line-height: 1.2em;
  font-weight: 900;
}

.goods .pre img {
  transform: scale(0);
  transition: 1s;
}

.goods.mov .pre img {
  transform: scale(1);
}

.goods .pre1 img {transition-delay: 0.5s;}
.goods .pre2 img {transition-delay: 0.6s;}
.goods .pre3 img {transition-delay: 0.7s;}
.goods .pre4 img {transition-delay: 0.8s;}

.pre1 {
  top: 10px;
  left: 86px;
}
.pre2 {
  top: 92px;
  left: 570px;
}
.pre3 {
  top: 600px;
  left: 440px;
}
.pre4 {
  top: 600px;
  left: 810px;
}
.pre1 picture {
  position: relative;
  z-index: 1;
}

.pre1 picture:before,
.pre3 picture:before,
.pre4 picture:before {
  z-index: -1;
  content: "";
  position: absolute;
  bottom: -20px;
  width: 216px;
  height: 216px;
  border-radius: 100%;
  background: #000;
  filter: blur(30px);
  opacity: 0.5;
  transform: scale(1, 0.5);
  mix-blend-mode: multiply;
  left: calc(50% - 108px);
}
.pre1 picture:before {
  bottom: -80px;
}

.goods .point {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin: 24px 0 48px;
}

.goods .point p {
  color: var(--yellow);
  font-family: var(--font-logo);
  font-size: 28px;
  text-align: center;
  line-height: 44px;
  font-weight: 600;
  margin-bottom: 15px;
  position: relative;
  top: 10px;
}
.goods .point p span {
  font-size: 1.5em;
  font-weight: 900;
}

.goods .point span.come {
  color: #fff;
  font-size: 18px;
  /* font-weight: bold; */
}

.goods .kira li {
  background: url(../images/kira.svg) center center;
  width: 48px;
  height: 48px;
  position: absolute;
  z-index: 1;
}

.goods .kira li:nth-child(1) {
  top: 240px;
  left: 536px;
}
.goods .kira li:nth-child(2) {
  top: 500px;
  left: 1030px;
}
.goods .kira li:nth-child(3) {
  top: 800px;
  left: 720px;
}

.entry a {
  background: var(--yellow);
  border: 9px solid #fff;
  border-radius: 100vmax;
  color: #000;
  font-size: 37px;
  font-weight: 900;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  width: calc(100% - 18px);
  height: 144px;
  filter: drop-shadow(0 0 24px #C25AFF);
  /* animation: poyoyon3 2.5s infinite; */
  span {
    display: inline-block;
    width: 80px;
    img {
      display: block;
      width: 100%;
    }
  }
}
@keyframes poyoyon3 {
  0%,
  40% {
    transform: skew(0deg, 0deg);
  }
  5% {
    transform: skew(5deg, 5deg);
  }
  10% {
    transform: skew(-4deg, -4deg);
  }
  15% {
    transform: skew(3deg, 3deg);
  }
  20% {
    transform: skew(-2deg, -2deg);
  }
  25% {
    transform: skew(1deg, 1deg);
  }
  30% {
    transform: skew(-0.6deg, -0.6deg);
  }
  35% {
    transform: skew(0.3deg, 0.3deg);
  }
}

/*------------
　　 WINNER
-------------*/

#winner {
  padding: 45px 0 40px;
  position: relative;
  &::before  {
    content: "";
    background: url("../images/win_bf.svg") no-repeat center / 100% auto;
    width: 410px;
    height: 274px;
    position: absolute;
    top: calc(-274px / 2);
    right: 0;
    z-index: 1;
  }
}
#winner h2 {
  text-align: center;
  position: relative;
}

#winner h2 .ja {
  color: #fff;
  font-size: 32px;
  font-weight: 600;
  line-height: 32px;
  margin-bottom: 15px;
  position: relative;
}

#winner h2 .ja::after {
  content: "";
  width: calc(50% - 150px);
  height: 1px;
  background: #fff;
  position: absolute;
  right: 45px;
  top: 50%;
}

#winner h2 .ja::before {
  content: "";
  width: calc(50% - 150px);
  height: 1px;
  background: #fff;
  position: absolute;
  left: 45px;
  top: 50%;
}

#winner h2 .en {
  font-family: var(--font-aktiv);
  font-size: 110px;
  color: var(--yellow);
  text-align: center;
  line-height: 100px;
  font-weight: 900;
}

#winner .win {
  display: flex;
  padding-bottom: 40px;
  justify-content: center;
  margin: 8px 0 40px;
  position: relative;
}
#winner .win::before {
  content: "";
  width: calc(100% - 90px);
  height: 1px;
  background: #fff;
  position: absolute;
  right: 45px;
  bottom: 0;
}
#winner .win li {
  margin: 0 6px;
  width: 270px;
  height: 560px;
  position: relative;
  z-index: 1;
  opacity: 0;
  transition: 1s;
  transform: translateY(20px);
}

#winner.mov .win li {
  transform: translateY(0);
  opacity: 1;
}
#winner.mov .win li:nth-child(1) {
  transition-delay: 0s;
}
#winner.mov .win li:nth-child(2) {
  transition-delay: 0.2s;
}
#winner.mov .win li:nth-child(3) {
  transition-delay: 0.4s;
}
#winner.mov .win li:nth-child(4) {
  transition-delay: 0.6s;
}
#winner.mov .win li:nth-child(5) {
  transition-delay: 0.8s;
}
#winner.mov .win li:nth-child(6) {
  transition-delay: 1s;
}

#winner .win li:before {
  z-index: -1;
  content: "";
  position: absolute;
  bottom: -70px;
  width: 216px;
  height: 216px;
  border-radius: 100%;
  background: #000;
  filter: blur(30px);
  opacity: 0.5;
  transform: scale(1, 0.4);
  mix-blend-mode: multiply;
  left: calc(50% - 108px);
}
#winner .win li::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

#winner .win li img {
  display: block;
  width: 128%;
  height: auto;
  margin: auto;
  position: absolute;
  top: -26px;
  left: -100%;
  right: -100%;
}

#winner .win li:nth-child(1)::after {background: url(../images/winner1.svg) no-repeat center / 100% auto;}
#winner .win li:nth-child(2)::after {background: url(../images/winner2.svg) no-repeat center / 100% auto;}
#winner .win li:nth-child(3)::after {background: url(../images/winner3.svg) no-repeat center / 100% auto;}
#winner .win li:nth-child(4)::after {background: url(../images/winner4.svg) no-repeat center / 100% auto;}
#winner .win li:nth-child(5)::after {background: url(../images/winner5.svg) no-repeat center / 100% auto;}
#winner .win li:nth-child(6)::after {background: url(../images/winner6.svg) no-repeat center / 100% auto;}

#credit {
  background:
  image-set(
    url("../images/bg.webp") type("image/webp"),
    url("../images/bg.jpg") type("image/jpeg")
  )
  left top / 1370px auto;
  position: relative;
  padding: 60px 0 115px;
  &::before{
    content: "";
    background: url(../images/credit_bf.svg)no-repeat center / contain;
    width: 270px;
    height: 270px;
    bottom: 0;
    left: 0;
    display: block;
    position: absolute;
  }
}
#credit ul {
  width: 1080px;
  display: flex;
  flex-wrap: wrap;
  filter: drop-shadow(50px 30px 45px rgba(0, 0, 0, 0.25));
  justify-content: space-between;
  margin: 0 auto;
  position: relative;
}

#credit ul li.l {
  width: 350px;
  height: 90px;
  margin-bottom: 15px;
}
#credit ul li.bts {
  width: 260px;
  height: 70px;
}

#credit ul li a {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 4px;
}

#credit ul li.l.sb a {
  background: url(../images/logo_sb.png) center center no-repeat #fff;
}
#credit ul li.l.data24 a {
  background: url(../images/logo_data24.png) center center no-repeat #fff;
}
#credit ul li.l.iboat a {
  background: url(../images/logo_iboat.png) center center no-repeat #fff;
}
#credit ul li.sumoto a {
  background: url(../images/logo_sumoto.png) center center no-repeat #fff;
}
#credit ul li.tottori a {
  background: url(../images/logo_tottori.png) center center no-repeat #fff;
}
#credit ul li.yamatogose a {
  background: url(../images/logo_gose.png) center center no-repeat #fff;
}
#credit ul li.kyotango a {
  background: url(../images/logo_kyotango.png) center center no-repeat #fff;
}

.c-text {
  position: absolute;
  bottom: -10px;
  width: 100%;
  overflow: hidden;
  color: #fff;
  height: 126px;
  display: flex;
  align-items: center;
}

.loop-wrap {
  display: flex;
  animation: loopText 30s linear infinite;
}

.loop-text {
  display: flex;
  white-space: nowrap;
}

.loop-text span {
  font-size: 126px;
  font-family: var(--font-aktiv);
  font-weight: 900;
  line-height: 1em;
  color: #003b81;
  padding-right: 50px; /* 文字間隔の調整 */
}

@keyframes loopText {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}

address {
  width: 100%;
  line-height: 50px;
  background: #000;
  text-align: center;
  color: #fff;
  font-family: var(--font-aktiv);
  font-weight: 600;
  font-size: 16px;
}

/* loading 全体 */
#loading {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #000;
  color: #007a88;
  font:
    1em Dosis,
    sans-serif;
  width: 100%;
  height: 100%;
  line-height: 1.5;
  perspective: 40em;
  z-index: 100;
}

/* プレローダー本体 */
.preloader {
  animation: l_tiltSpin 8s linear infinite;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 10em;
  height: 10em;
}
.preloader,
.preloader__ring {
  transform-style: preserve-3d;
}

/* リング */
.preloader__ring {
  animation-name: l_spin;
  animation-duration: 4s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  font-size: 1.2em;
  position: relative;
  height: 2rem;
  width: 1rem;
}
.preloader__ring:nth-child(even) {
  animation-direction: reverse;
}

/* セクター */
.preloader__sector {
  font-weight: 600;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  text-transform: uppercase;
  transform: translateZ(4rem);
  width: 100%;
  height: 100%;
  display: inline-block;
}
.preloader__sector:empty::before {
  background: linear-gradient(transparent 45%, currentColor 45% 55%, transparent 55%);
  content: "";
  width: 100%;
  height: 100%;
  display: inline-block;
}

/* アニメーション */
@keyframes l_tiltSpin {
  from {
    transform: rotateY(0) rotateX(30deg);
  }
  to {
    transform: rotateY(1turn) rotateX(30deg);
  }
}

@keyframes l_spin {
  from {
    transform: rotateY(0);
  }
  to {
    transform: rotateY(1turn);
  }
}
/***********************************************************************
「★PC版 CSS★」ブラウザの幅が769px以上ならここの記述が有効になる
**********************************************************************/
@media only all and (min-width: 769px) {
  .pc_no {
    display: none !important;
  }
}

/***********************************************************************
「★SP版 CSS★」ブラウザの幅が750px未満ならここの記述が有効になる
**********************************************************************/
@media only all and (max-width: 750px) {
.sp_no {
  display: none !important;
}

body {
  position: relative;
}
#wrapper {
  background-size: 500px;
  width: 750px;
  overflow: clip;
  position: relative;
  background-position: left top;
}

.video_wrap {
  width: 100%;
  height: 170vh;
  position: fixed;
  inset: 0;
  z-index: -1;
  /* 青オーバーレイ */
  &::before {
    content: "";
    background: url("../images/bg_pattern01.svg") repeat center / 40px auto,#005DA299;
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0;
  }
}
.video01 {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.45;
}
.video02 {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.45;
}

header {
  background: none;
  width: 100%;
  height: fit-content;
  position: static;
  &::before {
    content: none;
  }
  &::after {
    content: none;
  }
}
header h1 {
  width: 100%;
  margin-top: 0;
}
#top {
  width: 100%;
  height: 1188px;
  margin: 0;
  padding-right: 0;
  &::before {
    background: url(../images/top_bf_sp.svg)no-repeat bottom right / 100% auto;
    bottom: 0;
    right: 0;
    width: 125px;
    height: 250px;
    top: auto;
    z-index: 2;
  }
}

.jo_select {
  filter: none;
  display: flex;
  justify-content: center;
  align-items: center;
  height: fit-content;
  position: absolute;
  left: auto;
  right: 10px;
  top: 1078px;
  ul {
    padding-top: 0;
    display: grid;
    rotate: 45deg;
  }
}
.jo_select li {
  background: #004EA2;
  border: 2px solid #fff;
  text-indent: -9999px;
  display: flex;
  width: 175px;
  height: 175px;
  margin-top: 0;
  transition: 0.3s;
  rotate: 0deg;
  cursor: pointer;
  position: relative;
}
.jo_select li:not(.non)::before{
  content: "";
  position: absolute;
  top: 15px;
  right: 15px;
  background: #fff;
  clip-path: polygon(0 0, 100% 0, 100% 100%);
  width: 20px;
  height: 20px;
}
.jo_select li:nth-child(even) {
  margin: 0;
}
.jo_select li.non {
  pointer-events: none;
  /* opacity: 0.6; */
}
.jo_select li.active {
  pointer-events: none;
}
.jo_select li.active::before{
  background: linear-gradient(135deg,#FFA000,#FFCA36 40%,#71FFD8);
}

.jo_select li.j16.non {background: url(../images/bt_j16.svg) no-repeat top center / cover, #004EA2;}
.jo_select li.j04.non {background: url(../images/bt_j04.svg) no-repeat top center / cover, #004EA2;}
.jo_select li.j12.non {background: url(../images/bt_j12.svg) no-repeat top center / cover, #004EA2;}
.jo_select li.j15.non {background: url(../images/bt_j15.svg) no-repeat top center / cover, #004EA2;}

.jo_select li.j07 {background: url(../images/bt_j07.jpg) no-repeat top center / cover;}
.jo_select li.j16 {background: url(../images/bt_j16.jpg) no-repeat top center / cover;}
.jo_select li.j04 {background: url(../images/bt_j04.jpg) no-repeat top center / cover;}
.jo_select li.j12 {background: url(../images/bt_j12.jpg) no-repeat top center / cover;}
.jo_select li.j15 {background: url(../images/bt_j15.jpg) no-repeat top center / cover;}

.jo_select li:nth-of-type(1) {grid-area: 1/1;}
.jo_select li:nth-of-type(2) {grid-area: 2/1;}
.jo_select li:nth-of-type(3) {grid-area: 3/1;}
.jo_select li:nth-of-type(4) {grid-area: 2/2;}
.jo_select li:nth-of-type(5) {grid-area: 3/2;}

.tile {
  position: absolute;
  right: 0;
  top: 0;
  width: 810.5px;
}
.wid_min .tile {
  transform: translateX(100px);
}

.modal_btn {
  border-width: 1px 1px 1px 0;
  border-radius: 0 100px 100px 0;
  line-height: 90px;
  font-size: 32px;
  width: 330px;
  height: 90px;
  rotate: 0deg;
  top: auto;
  right: auto;
  bottom: 160px;
  left: 0;
  padding-left: 40px;
  justify-content: left;
  span {
    display: inline-block;
    width: 22px;
    height: 22px;
    background: #fff;
    clip-path: polygon(0 0,100% 0, 100% 100%);
    right: 60px;
    position: absolute;
    img {display: none;}
  }
}
dialog {
  background: rgba(0, 0, 0, 0.8);
  border: none;
  width: 100%;
  height: 100%;
  z-index: 1;
  padding: 0;
  margin-top: -223px;
  height: calc(100% + 223px);

}
dialog h2{
  margin: 40px auto 24px;
  width: calc(100% - 80px);
  img{
    width: 100%;
  }
}
dialog ul li{
  width: calc(100% - 40px);
  height: 135px;
  padding-left: 40px;
}
dialog ul li a{
  line-height: 135px;
}
dialog ul li a p.ja{
  display: inline-block;
  width: 216px;
  line-height: 135px;
  font-size: 28px;
  text-align: left;
}
dialog ul li a p.en{
  font-size: 56px;
  font-family: var(--font-aktiv);
  text-shadow: rgba(0, 0, 0, .2) 0 3px 6px;
}
dialog ul li .arrow{
  display: flex;
  opacity: .5;
  position: absolute;
  right: 38px;
  top: 23px;
  z-index: -1;
}
dialog .close{
  background: #000;
  border: solid #fff;
  color: #fff;
  font-family: var(--font-aktiv);
  font-weight: 900;
  display: flex;
  align-items: center;
  position: absolute;
  border-width: 1px 1px 1px 0;
  border-radius: 0 100px 100px 0;
  line-height: 90px;
  font-size: 32px;
  width: 330px;
  height: 90px;
  rotate: 0deg;
  top: auto;
  right: auto;
  bottom: 160px;
  left: 0;
  padding-left: 40px;
  justify-content: left;
}
dialog .close:hover{
  opacity: .6;
}
dialog .close::after{
  content: "";
  display: block;
  position: absolute;
  right: 0;
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
  background: #fff;
  width: 22px;
  height: 22px;
  right: 60px; 
  bottom: 32px;
}


.tile ul {
  display: flex;
  width: 810.5px;
  flex-wrap: wrap;
}
.tile li {
  width: 270px;
  height: 270px;
  position: relative;
  opacity: 0;
  transition: 0.5s;
  transition-delay: 1s;
}
.tile li.non {
  pointer-events: none;
}
.tile li.non a {
  opacity: 0.3;
}

.tile li:nth-child(odd) {
  background: #007a88;
  transform: scale(0);
  transition: 1s;
  transition-delay: 0.5s;
  transform: translateY(-100px);
}
.tile li:nth-child(even) {
  background: #958171;
  transform: translateY(100px);
  transition: 1s;
  transition-delay: 0.5s;
}

.load .tile li:nth-child(odd) {
  opacity: 1;
  transform: translateY(0px);
}
.load .tile li:nth-child(even) {
  opacity: 1;
  transform: translateY(0px);
}

.tile li a {
  text-decoration: none;
  text-align: center;
  color: #000;
  height: 100%;
  display: block;
  position: absolute;
  width: 100%;
  background: url(../images/tile_arrow.svg) bottom 30px center no-repeat;
}

.tile li a::before {
  content: "";
  width: 220px;
  height: 220px;
  position: absolute;
  display: block;
  mix-blend-mode: color-dodge;
  left: 25px;
  top: 25px;
  z-index: 1;
  transition: 0.3s;
}
.tile li a:hover::before {
  transform: scale(1.1);
}

.tile li:nth-child(odd) a::before {
  background: #007a88;
}
.tile li:nth-child(even) a::before {
  background: #ad6f3e;
}
.tile li a::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  display: block;
  background: #000;
  opacity: 0.25;
  bottom: 0;
  right: 0;
  transition: 0.3s;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  transform-origin: bottom right;
}

.tile li a:hover:after {
  transform: scale(0);
}

.tile li p {
  position: relative;
  z-index: 1;
}
.tile li p.en {
  font-family: var(--font-aktiv);
  font-weight: 900;
  line-height: 45px;
  height: 104px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 46px;
  margin-top: 54px;
  filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.16));
  letter-spacing: -0.02em;
}

.tile li.last p.en {
  letter-spacing: -0.04em;
}
.tile li:nth-child(odd) p.en {
  color: #fff;
}

.tile li p.ja {
  font-weight: 800;
  font-size: 24px;
}

.tile li.record {
  background: none;
}

.tile li.record img {
  animation: spin 10s linear infinite;
  transform-origin: 50% 50%;
  filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.16));
  position: relative;
  z-index: 1;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}

.chara_left,
.chara_right,
.tile li.campaign {
  transform: none !important;
  opacity: 1 !important;
}
.chara_left img {
  width: 100%;
  height: 100%;
}
.chara_right img {
  width: 100%;
  height: 100%;
}

.tile li.campaign {
  width: 540px;
}

.tile li.campaign a:hover {
  opacity: 0.8;
}
.tile li.campaign a::before,
.tile li.campaign a::after {
  display: none;
}

.tile li.campaign._shiny {
  display: block;
  position: relative;
  overflow: hidden;
  transition: 1000ms;
}
.tile li.campaign._shiny::before {
  pointer-events: none;
  position: absolute;
  content: "";
  display: inline-block;
  top: -180px;
  left: 0;
  width: 30px;
  z-index: 1;
  height: 100%;
  background-color: #b5e7ff;
  transition: 500ms;
  animation: shinyshiny 2.5s ease-in-out infinite;
}

.tile li.campaign._shiny:hover {
  text-decoration: none;
  color: #fff;
  box-shadow: none;
  -webkit-transform: translateY(3px);
}

@-webkit-keyframes shinyshiny {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    -webkit-transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}

.tile li.blank {
  width: 0;
}

.poster {
  position: relative;
  width: 810px;
  height: 1080px;
}

.wid_min .poster {
  left: 135px;
}

.poster .swiper {
  width: 550px;
  height: 780px;
  margin-top: 50px;
  margin-left: 130px;
}

.poster .swiper-slide {
  background-position: center;
  background-size: cover;
}

.poster .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
}
.poster .mySwiper {
  direction: rtl; /* ★これがポイント！ */
}
/* シャドウを逆方向に補正 */
/* .swiper-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to left, rgba(0,0,0,0.5), rgba(0,0,0,0));
  } */
.poster .swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.3)) !important;
}

/* 下の影をより「下に」表示して立体感UP */
.poster .swiper-3d .swiper-slide-shadow-bottom {
  top: auto !important;
  bottom: -100px !important; /* ← デフォより深く。好きな数値で調整 */
  height: 60px !important; /* ← デフォより少し大きめで滑らかに */
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0)) !important;
  z-index: 1 !important; /* 他と重ならないように */
}

.copy {
  width: 275px;
  position: absolute;
  bottom: auto;
  left: auto;
  top: 0px;
  right: -50px;
  z-index: 1;
  picture {
    display: block;
    width: 100%;
    text-align: center;
  }
}

/*------------
  CAMPAIGN
-------------*/

#campaign {
  background:
  url("../images/cam_accent.svg") no-repeat 484px 186px / 346px auto,
  url("../images/cam_accent.svg") no-repeat -160px 1190px / 346px auto,
  url("../images/cam_accent.svg") no-repeat 484px 1966px / 346px auto,
  #5300B2;
  &::before  {
    background: url("../images/cam_bf_sp.svg") no-repeat center / 100% auto;
    width: 100%;
    height: 375px;
    top: -125px;
    left: 0;
  }
}
#campaign .inner {
  width: 100%;
  margin: 0 auto;
  padding: 250px 0 140px;
  display: block;
}

#campaign .about {
  width: calc(100% - 80px);
  padding: 100px 40px 0;
  border-radius: 3px;
  display: flex;
  align-items: center;
  flex-direction: column;
}
#campaign .about .en {
  color: var(--yellow);
  font-family: var(--font-aktiv);
  font-size: 98px;
  font-weight: 900;
  width: 100%;
  text-align: center;
  position: absolute;
  top: 10px;
  left: 0;
  z-index: -1;
}

#campaign .about h2 {
  text-shadow: 0 0 24px #C25AFF;
  font-weight: 900;
  font-size: 51px;
  line-height: 46px;
  padding-left: 114px;
  background: url(../images/sns_x.svg) no-repeat left center / auto 100%;
  margin-bottom: 22px;
  line-height: 1;
}

#campaign .about .lead {
  font-family: var(--font-logo);
  text-align: center;
  color: var(--yellow);
  font-weight: 500;
  font-size: 24px;
  line-height: 1.5em;
  margin-bottom: 25px;
}
#campaign .about .day {
  background: #C25AFF;
  width: 100%;

  padding: 24px 0;
  text-align: center;
  margin-bottom: 20px;
  margin-top: 88px;
}

/* #campaign .about .day p:nth-child(1){ */
#campaign .about .day p {
  font-size: 32px;
}
/* #campaign .about .day p:nth-child(2){
    font-size: 34px;
    font-weight: 900;
    } */
#campaign .about .day .large {
  font-size: 44px;
  font-weight: 900;
}

#campaign .about .chui {
  font-size: 20px;
}

#campaign .about .chui p {
  text-align: center;
  margin-bottom: 5px;
}

#campaign .about .chui li {
  text-indent: -1em;
  padding-left: 1em;
}

.goods {
  position: relative;
  width: 650px;
  z-index: 1;
}
.goods .pre {
  position: absolute;
}

.goods .pre p {
  font-weight: bold;
  text-align: center;
  margin-top: 25px;
  font-size: 28px;
  line-height: 1.2em;
  font-weight: 900;
}

.goods .pre img {
  transform: scale(0);
  transition: 1s;
}

.goods.mov .pre img {
  transform: scale(1);
}

.goods .pre1 img {transition-delay: 0.5s;}
.goods .pre2 img {transition-delay: 0.6s;}
.goods .pre3 img {transition-delay: 0.7s;}
.goods .pre4 img {transition-delay: 0.8s;}

.pre1 {
  top: 10px;
  left: 86px;
}
.pre2 {
  top: 92px;
  left: 570px;
}
.pre3 {
  top: 600px;
  left: 440px;
}
.pre4 {
  top: 600px;
  left: 810px;
}
.pre1 picture {
  position: relative;
  z-index: 1;
}

.pre1 picture:before,
.pre3 picture:before,
.pre4 picture:before {
  z-index: -1;
  content: "";
  position: absolute;
  bottom: -20px;
  width: 216px;
  height: 216px;
  border-radius: 100%;
  background: #000;
  filter: blur(30px);
  opacity: 0.5;
  transform: scale(1, 0.5);
  mix-blend-mode: multiply;
  left: calc(50% - 108px);
}
.pre1 picture:before {
  bottom: -80px;
}

.goods .point {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin: 24px 0 48px;
}

.goods .point p {
  color: var(--yellow);
  font-family: var(--font-logo);
  font-size: 35px;
  text-align: center;
  line-height: 44px;
  font-weight: 600;
  margin-bottom: 15px;
  position: relative;
  top: 10px;
}
.goods .point p span {
  font-size: 1.5em;
  font-weight: 900;
}

.goods .point span.come {
  color: #fff;
  font-size: 24px;
  /* font-weight: bold; */
}

.goods .kira li {
  background: url(../images/kira.svg) center center;
  width: 48px;
  height: 48px;
  position: absolute;
  z-index: 1;
}

.goods .kira li:nth-child(1) {
  top: 240px;
  left: 536px;
}
.goods .kira li:nth-child(2) {
  top: 500px;
  left: 1030px;
}
.goods .kira li:nth-child(3) {
  top: 800px;
  left: 720px;
}

.entry a {
  background: var(--yellow);
  border: 9px solid #fff;
  border-radius: 100vmax;
  color: #000;
  font-size: 37px;
  font-weight: 900;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  width: 650px;
  height: 120px;
  filter: drop-shadow(0 0 24px #C25AFF);
  /* animation: poyoyon3 2.5s infinite; */
  span {
    display: inline-block;
    width: 80px;
    img {
      display: block;
      width: 100%;
    }
  }
}

#winner .win {
  flex-wrap: wrap;
  overflow: visible;
}
#winner {
  &::before  {
    background: url("../images/win_bf_sp.svg") no-repeat center / 100% auto;
    width: 250px;
    height: 374px;
    top: -125px;
  }
}
#winner h2 .en {
  font-size: 118px;
  line-height: 102px;
}
#winner h2 .ja {
  margin-bottom: 30px;
}
#winner h2::before {
  left: calc(50% + 120px);
  top: -120px;
  width: 280px;
  background-size: contain;
}

#winner .win li {
  background-size: 100% auto !important;
  background-repeat: no-repeat !important;
  width: 390px;
  height: 820px;
  margin: 30px 6px 0;
}

.win {
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
}

.win li {
  /* background: #eee; */
  display: flex;
  justify-content: center;
  align-items: center;
  height: 200px;
}

#winner .win li img {
  width: 128%;
  top: -37px;
  left: -100%;
  right: -100%;
}

/* Swiperに必要なやつ */
#winner .swiper-wrapper {
  display: flex;
}
#winner .swiper-slide {
  flex-shrink: 0;
  width: 100%;
}
.win .swiper-slide {
  width: 390px;
}
#credit {
  padding-bottom: 190px;
  &::before{
    width: 250px;
    height: 250px;
  }
}
#credit ul {
  width: 100%;
  justify-content: center;
  transform: translateX(0px);
}

#credit ul li.l {
  width: 450px;
  height: 120px;
}
#credit ul li.bts {
  width: 320px;
  height: 86px;
  margin-bottom: 15px;
  margin-left: 15px;
}
#credit .flender {
  right: 140px;
  top: auto;
  bottom: -45px;
}

#winner .win::before {
  width: 100%;
  left: 0;
}
#winner h2 .ja::before {
  left: 0;
  width: calc(50% - 100px);
}
#winner h2 .ja::after {
  right: 0;
  width: calc(50% - 100px);
}

address{
  font-size: 20px;
}
}
