@charset "UTF-8";
/* CSS Document */
html {
  overflow-y: scroll;
  overflow-x: hidden;
}

body {
  background: #1916A3;
  position: relative;
  overflow: hidden;
  height: auto;
}

#wrapper {
  overflow: hidden;
}

#nav {
  opacity: 0;
  width: 100vw;
  right: 0;
  height: 100vh;
  position: fixed;
  z-index: 3;
  background: rgba(13, 11, 120, 0.95);
  transition: 0.5s;
  transform: scale(0.9);
  pointer-events: none;
}
#nav.active {
  opacity: 1;
  transform: scale(1);
  pointer-events: all;
}
#nav .nav_wrap {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  color: #FFF;
}
#nav .nav_wrap section {
  margin: 0.5rem;
  height: 45rem;
  width: 45rem;
  padding-left: 4rem;
  border-left: 0.1rem solid rgba(255, 255, 255, 0.3882352941);
  transform: skewX(-5deg);
  display: block;
}
#nav .nav_wrap section p {
  font-size: 2rem;
  color: #C0C0DA;
  opacity: 0.5;
  margin-bottom: 2rem;
}
#nav .nav_wrap section li {
  margin-bottom: 2rem;
  line-height: 3.7rem;
}
#nav .nav_wrap a {
  color: #FFF;
  font-size: 3.5rem;
  font-weight: bold;
  transform: translateX(0rem);
  display: block;
  transition: 0.3s;
}
#nav .nav_wrap a:hover {
  color: #FFE201;
  transform: translateX(0.5rem);
}
#nav .nav_wrap .non {
  pointer-events: none;
  opacity: 0.5;
}

@keyframes special {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
#top {
  width: 100%;
  height: 65rem;
  background: url(../images/pc_img.webp);
  background-size: 180rem auto;
  position: relative;
}
#top::before {
  content: "";
  width: 100%;
  height: 65rem;
  background: url(../images/pc_on_img.webp);
  background-size: 180rem auto;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 1;
}
#top #movie1 {
  mix-blend-mode: screen;
  position: absolute;
  top: -30rem;
  left: 0rem;
  width: 230rem;
  height: auto;
  pointer-events: none;
}
#top h1 {
  background: url(../images/title.webp) no-repeat;
  width: 105.2rem;
  height: 28.5rem;
  background-size: contain;
  position: absolute;
  left: 9.6rem;
  top: 34rem;
  z-index: 1;
  pointer-events: none;
  transform: translateY(1rem);
  opacity: 0;
  transition: 1s;
  transition-delay: 0.5s;
}
#top .catch {
  background: url(../images/catch.webp);
  width: 66rem;
  height: 22.5rem;
  background-size: contain;
  position: absolute;
  left: 29rem;
  top: 12.2rem;
  z-index: 1;
  pointer-events: none;
  transform: translateY(1rem);
  opacity: 0;
  transition: 3s;
}
#top.mov h1 {
  transform: translateY(0);
  opacity: 1;
}
#top.mov .catch {
  transform: translateY(0);
  opacity: 1;
}

header {
  height: 12rem;
  width: 180rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 8;
  pointer-events: all;
  transform: translateY(-10rem);
  transition: 1s;
  transition-delay: 1.5s;
}
header .left {
  display: flex;
  height: 12rem;
  align-items: center;
}
header .left .logo a {
  margin-left: 4rem;
  height: 8rem;
  display: block;
  transition: 0.5s;
}
header .left .logo a img {
  height: 100%;
}
header .left .logo a:hover {
  opacity: 0.6;
  transform: translateY(0.2rem);
}
header .left ul.sns {
  display: flex;
  margin-left: 3rem;
  height: 6rem;
}
header .left ul.sns img {
  width: 6rem;
}
header .left ul.sns li {
  margin-right: 0.8rem;
}
header .left ul.sns li a {
  display: block;
  transition: 0.5s;
}
header .left ul.sns li a:hover {
  opacity: 0.6;
  transform: translateY(0.2rem);
}

.mov header {
  transform: translateY(0rem);
}

#right {
  position: absolute;
  right: 0;
  height: 100%;
  top: 0;
  background: #1916A3;
  width: 12rem;
}
#right ul {
  margin: 0 auto;
  width: 8rem;
  height: 65rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  right: 0.7rem;
  z-index: 10;
  position: fixed;
  z-index: 2;
}
#right ul li {
  margin-bottom: 0.5rem;
}
#right ul li img {
  width: 8rem;
}
#right::before {
  content: "";
  background: #1916A3;
  width: 12rem;
  height: 8rem;
  position: absolute;
  top: 0;
  left: -12rem;
  clip-path: polygon(100% 0, 0 0, 100% 100%);
  -webkit-clip-path: polygon(100% 0, 0 0, 100% 100%);
}

/*=============================
.btn-trigger
=============================*/
.btn-trigger {
  position: fixed;
  top: 3rem;
  right: 3.5rem;
  z-index: 10;
  width: 5rem;
  height: 3rem;
  cursor: pointer;
  transition: all 0.5s;
}
.btn-trigger::before {
  content: "";
  width: 24rem;
  height: 16rem;
  position: fixed;
  top: 0;
  right: 0;
  background: #1916A3;
  clip-path: polygon(100% 0, 0 0, 100% 100%);
  -webkit-clip-path: polygon(100% 0, 0 0, 100% 100%);
}
.btn-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 0.2rem;
  background-color: #fff;
  border-radius: 100vmax;
}
.btn-trigger span:nth-of-type(1) {
  top: 0;
}
.btn-trigger span:nth-of-type(2) {
  top: 1.4rem;
}
.btn-trigger span:nth-of-type(3) {
  bottom: 0;
}

/*=============================
#btn07
=============================*/
#btn07 span:nth-of-type(1) {
  animation: btn07-bar01 0.75s forwards;
}
@keyframes btn07-bar01 {
  0% {
    transform: translateY(1.35rem) rotate(30deg);
  }
  50% {
    transform: translateY(1.35rem) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
#btn07 span:nth-of-type(2) {
  transition: all 0.25s 0.25s;
  opacity: 1;
}

#btn07 span:nth-of-type(3) {
  animation: btn07-bar03 0.75s forwards;
}
@keyframes btn07-bar03 {
  0% {
    transform: translateY(-1.35rem) rotate(-30deg);
  }
  50% {
    transform: translateY(-1.35rem) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
#btn07.active span:nth-of-type(1) {
  animation: active-btn07-bar01 0.75s forwards;
}
@keyframes active-btn07-bar01 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(1.35rem) rotate(0);
  }
  100% {
    transform: translateY(1.35rem) rotate(30deg);
  }
}
#btn07.active span:nth-of-type(2) {
  opacity: 0;
}

#btn07.active span:nth-of-type(3) {
  animation: active-btn07-bar03 0.75s forwards;
}
@keyframes active-btn07-bar03 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(-1.35rem) rotate(0);
  }
  100% {
    transform: translateY(-1.35rem) rotate(-30deg);
  }
}
#special {
  width: 100%;
  background: url(../images/holobk_pc.webp) center center;
  background-size: 100% auto;
  height: 38rem;
  z-index: 1;
  position: relative;
  filter: drop-shadow(0.4rem 1rem 0.6rem rgba(0, 0, 0, 0.25));
}
#special ul {
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 1;
  top: -3rem;
}
#special ul li {
  margin: 0 1.5rem;
  filter: drop-shadow(0 2rem 1.5rem rgba(0, 0, 0, 0.16));
}
#special ul li.non {
  pointer-events: none;
}
#special ul li.non a {
  opacity: 0.6;
}
#special ul li a {
  display: block;
  width: 38.4rem;
  height: 44.4rem;
  clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
  -webkit-clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
  background-size: contain !important;
  transition: 0.5s;
}
#special ul li a:hover {
  transform: translateY(0.5rem);
}
#special ul li.spe1 a {
  background: url(../images/spe1.svg);
}
#special ul li.spe2 a {
  background: url(../images/spe2.svg);
}
#special ul li.spe3 a {
  background: url(../images/spe3.svg);
}
#special ul li.spe4 a {
  background: url(../images/spe4.svg);
}
#special.mov a {
  animation: special 1s forwards;
}
#special.mov .spe1 a {
  animation-delay: 0s;
}
#special.mov .spe2 a {
  animation-delay: 0.1s;
}
#special.mov .spe3 a {
  animation-delay: 0.2s;
}
#special.mov .spe4 a {
  animation-delay: 0.3s;
}

#dream {
  color: #FFF;
  position: relative;
  overflow: hidden;
  padding-bottom: 8rem;
  margin-bottom: -8rem;
  width: 100%;
}
#dream .y {
  color: #de0700;
}
#dream .j {
  color: #0000ff;
}
#dream::before {
  content: "";
  width: 100%;
  height: 221rem;
  background: url(../images/overlay_bk.webp) center center no-repeat;
  background-size: 234.6rem auto;
  position: absolute;
  mix-blend-mode: overlay;
  opacity: 0.5;
  z-index: -1;
  top: -48.5rem;
}
#dream h2 {
  margin-left: 20rem;
  padding-top: 9.6rem;
  margin-bottom: 11rem;
  transform: translateX(10rem);
  transition: 1s;
  opacity: 0;
}
#dream h2 .sub {
  background: url(../images/dre_en.svg) left no-repeat;
  height: 2.8rem;
  width: 100%;
  background-size: auto 100%;
  text-indent: -999rem;
  opacity: 0.4;
  filter: drop-shadow(0 0.3rem 0.6rem rgb(0, 0, 0));
  margin-bottom: 1.5rem;
}
#dream h2 .tit {
  background: url(../images/dre_ja.svg) left no-repeat;
  height: 5.4rem;
  width: 100%;
  background-size: auto 100%;
  text-indent: -999rem;
}
#dream .day_wrap {
  text-align: center;
  position: relative;
  padding-bottom: 12rem;
  filter: drop-shadow(0 0.3rem 1.8rem rgba(0, 0, 0, 0.75));
}
#dream .day_wrap .racetit {
  width: 46rem;
  height: 11rem;
  background-size: contain !important;
  margin: 0 auto 2rem auto;
  text-indent: -999rem;
}
#dream .day_wrap::before {
  content: "";
  width: calc(100% + 20rem);
  height: calc(100% - 0.7rem);
  transform: rotate(-7deg);
  position: absolute;
  top: -7rem;
  left: -10rem;
  z-index: -1;
}
#dream .day_wrap.race1 {
  z-index: 1;
}
#dream .day_wrap.race1 .racetit {
  background: url(../images/dre_race1.webp) no-repeat;
}
#dream .day_wrap.race1::before {
  background: radial-gradient(circle, rgba(251, 217, 0, 0.8) 0%, rgba(193, 127, 0, 0.8) 100%);
}
#dream .day_wrap.race1 .zen {
  background: url(../images/dre_zenkoku1.svg) center top 2.6rem no-repeat #FFF;
}
#dream .day_wrap.race2 .racetit {
  background: url(../images/dre_race2.webp) no-repeat;
}
#dream .day_wrap.race2::before {
  background: radial-gradient(circle, rgba(250, 24, 24, 0.8) 0%, rgba(125, 12, 12, 0.8) 100%);
}
#dream .day_wrap.race2 .zen {
  background: url(../images/dre_zenkoku2.svg) center top 2.6rem no-repeat #FFF;
}
#dream .day_wrap .member li.mem {
  transform: translateY(5rem);
  opacity: 0;
  transition: 1s;
}
#dream .day_wrap.mov .member li.mem {
  transform: translateY(0);
  opacity: 1;
}
#dream .day_wrap.mov .member li.mem:nth-child(1) {
  transition-delay: 0s;
}
#dream .day_wrap.mov .member li.mem:nth-child(2) {
  transition-delay: 0.1s;
}
#dream .day_wrap.mov .member li.mem:nth-child(3) {
  transition-delay: 0.2s;
}
#dream .day_wrap.mov .member li.mem:nth-child(4) {
  transition-delay: 0.3s;
}
#dream .day_wrap.mov .member li.mem:nth-child(5) {
  transition-delay: 0.4s;
}
#dream .day_wrap.mov .member li.mem:nth-child(6) {
  transition-delay: 0.5s;
}
#dream .come {
  position: absolute;
  text-align: left;
  font-size: 1.8rem;
  left: calc(50% + 33rem);
  top: 1rem;
}
#dream .member {
  display: flex;
  justify-content: center;
}
#dream .member li.mem {
  margin: 0 0.6rem;
  width: 27rem;
  position: relative;
  background: #DCDCDC;
  padding-bottom: 1rem;
}
#dream .member li.mem img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
#dream .member li.mem::before {
  content: "";
  width: 30rem;
  height: 6.4rem;
  position: absolute;
  top: -0.6rem;
  left: -1.5rem;
  background-size: contain !important;
  z-index: 1;
}
#dream .member li.mem:nth-child(1)::before {
  background: url(../images/dre_b1.svg) center center no-repeat;
}
#dream .member li.mem:nth-child(2)::before {
  background: url(../images/dre_b2.svg) center center no-repeat;
}
#dream .member li.mem:nth-child(3)::before {
  background: url(../images/dre_b3.svg) center center no-repeat;
}
#dream .member li.mem:nth-child(4)::before {
  background: url(../images/dre_b4.svg) center center no-repeat;
}
#dream .member li.mem:nth-child(5)::before {
  background: url(../images/dre_b5.svg) center center no-repeat;
}
#dream .member li.mem:nth-child(6)::before {
  background: url(../images/dre_b6.svg) center center no-repeat;
}
#dream .member li.mem .zen {
  position: relative;
  margin-top: 32rem;
  background-size: 10.5rem !important;
  padding: 5rem 0 4rem 0;
  margin-bottom: 1.5rem;
  clip-path: polygon(50% 0, 100% 3rem, 100% calc(100% - 3rem), 50% 100%, 0 calc(100% - 3rem), 0 3rem);
  -webkit-clip-path: polygon(50% 0, 100% 3rem, 100% calc(100% - 3rem), 50% 100%, 0 calc(100% - 3rem), 0 3rem);
}
#dream .member li.mem .zen dl {
  color: #000;
  display: flex;
  flex-wrap: wrap;
  width: 21rem;
  margin: 0 auto;
  line-height: 3.6rem;
  border-bottom: 0.1rem solid #000;
  justify-content: space-between;
}
#dream .member li.mem .zen dl dt {
  font-size: 2.2rem;
}
#dream .member li.mem .zen dl dd {
  font-size: 2.8rem;
  font-family: "Roboto", sans-serif;
  font-weight: 900;
}
#dream .member li.mem .zen dl dd span {
  font-size: 2rem;
}
#dream .member li.mem .koji {
  display: block;
  background: url(../images/dre_kojima.svg) center top no-repeat;
  background-size: 15.4rem;
  position: relative;
  padding-top: 3rem;
  z-index: 2;
}
#dream .member li.mem .koji ul {
  color: #000;
  width: 21rem;
  margin: 0 auto;
}
#dream .member li.mem .koji ul li {
  display: flex;
  align-items: center;
  border-bottom: 0.1rem solid #000;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  align-items: flex-start;
  flex-wrap: wrap;
}
#dream .member li.mem .koji ul li .date {
  font-family: "Roboto", sans-serif;
  font-size: 1.8rem;
  height: 2.4rem;
  line-height: 2.4rem;
  background: #FFF;
  width: 100%;
  font-size: 2rem;
  margin-bottom: 0.5rem;
}
#dream .member li.mem .koji ul li .grade {
  width: 4.4rem;
  height: 2.4rem;
  text-align: center;
  line-height: 2.4rem;
  font-size: 2rem;
  font-weight: 900;
  color: #FFF;
  margin-right: 0.6rem;
  font-family: "Roboto", sans-serif;
}
#dream .member li.mem .koji ul li .grade.sg {
  background: #C61818;
}
#dream .member li.mem .koji ul li .grade.g1 {
  background: #EB6E00;
}
#dream .member li.mem .koji ul li .grade.g2 {
  background: #00B892;
}
#dream .member li.mem .koji ul li .grade.g3 {
  background: #008EED;
}
#dream .member li.mem .koji ul li .grade.ippan {
  background: #506880;
  font-size: 1.6rem;
}
#dream .member li.mem .koji ul li .tit {
  font-size: 1.8rem;
  line-height: 2.4rem;
}
#dream .member li.mem .koji ul li .tit.s {
  font-size: 1.6rem;
}
#dream .member li.mem .koji ul li .kekka {
  font-weight: 900;
  width: 100%;
  text-align: left;
  font-size: 2.8rem;
  letter-spacing: 0.02em;
  margin-top: 0.5rem;
  line-height: 3rem;
  position: relative;
  font-family: "Roboto", sans-serif;
  padding-left: 1.5rem;
}
#dream .member li.mem .koji ul li .kekka::before {
  content: "";
  width: 1rem;
  height: 1.5rem;
  background: #000656;
  position: absolute;
  left: 0;
  top: 0.7rem;
  clip-path: polygon(100% 50%, 0 0, 0 100%);
  -webkit-clip-path: polygon(100% 50%, 0 0, 0 100%);
}
#dream .member li.mem .koji ul li .kekka .ja {
  font-size: 2.2rem;
  position: relative;
  top: -0.15rem;
}
#dream.mov h2 {
  opacity: 1;
  transform: translateX(0);
}

#tenbo {
  color: #FFF;
  position: relative;
}
#tenbo::before {
  content: "";
  width: 100%;
  height: calc(100% + 48.5rem);
  background: url(../images/overlay_bk.webp) center top no-repeat;
  background-size: 234.6rem auto;
  position: absolute;
  mix-blend-mode: overlay;
  opacity: 0.5;
  z-index: -1;
  top: -48.5rem;
}
#tenbo h2 {
  margin-left: 20rem;
  padding-top: 12.5rem;
  margin-bottom: 11rem;
}
#tenbo h2 .sub {
  background: url(../images/ten_en.svg) left no-repeat;
  height: 2.8rem;
  width: 100%;
  background-size: auto 100%;
  text-indent: -999rem;
  opacity: 0.4;
  filter: drop-shadow(0 0.3rem 0.6rem rgb(0, 0, 0));
  margin-bottom: 1.5rem;
}
#tenbo h2 .tit {
  background: url(../images/ten_jp.svg) left no-repeat;
  height: 5.4rem;
  width: 100%;
  background-size: auto 100%;
  text-indent: -999rem;
}
#tenbo .tenbo_con {
  display: flex;
  width: 168rem;
  margin: 0 auto;
}
#tenbo .tenbo_con .text {
  width: 75rem;
  padding-bottom: 8rem;
}
#tenbo .tenbo_con .text .mida {
  font-size: 3.6rem;
  font-weight: 900;
  line-height: 1.5em;
  border-bottom: 0.1rem solid #FFF;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
}
#tenbo .tenbo_con .text p {
  font-size: 2rem;
  line-height: 1.65em;
}
#tenbo .tenbo_con .text p span {
  color: #FFE201;
  font-weight: 900;
}

#movie {
  background: url(../images/holobk_pc.webp) center center;
  background-size: 100% auto;
  filter: drop-shadow(0.4rem 1rem 0.6rem rgba(0, 0, 0, 0.25));
  padding: 6rem 0;
  opacity: 0;
  transform: translateY(5rem);
  transition: 1s;
}
#movie.mov {
  transform: translateY(0);
  opacity: 1;
}
#movie h2 {
  text-align: center;
  width: 100%;
  background: url(../images/movie_tit.svg) center center no-repeat;
  height: 5.4rem;
  background-size: contain;
  text-indent: -9999rem;
  margin-bottom: 4rem;
}
#movie ul {
  display: flex;
  justify-content: center;
  width: 168rem;
  margin: 0 auto;
  justify-content: space-between;
}
#movie ul li.non {
  opacity: 0.8;
  pointer-events: none;
}
#movie ul a {
  transition: 0.3s;
  display: block;
}
#movie ul a .thum {
  width: 32rem;
  height: 18rem;
  background: #848484;
  border-radius: 1rem;
  margin-bottom: 1rem;
  position: relative;
  transition: 0.3s;
}
#movie ul a .thum::before {
  content: "";
  background: url(../images/movie_i.svg) center center no-repeat;
  width: 100%;
  height: 100%;
  background-size: 12rem;
  position: absolute;
  left: 0;
  top: 0;
  transition: 0.3s;
  opacity: 0.5;
}
#movie ul a p {
  color: #000;
  font-size: 2.4rem;
  font-weight: 900;
  line-height: 1.2em;
}
#movie ul a:hover {
  transform: translateY(0.5rem);
}
#movie ul a:hover .thum::before {
  opacity: 0.2;
}

#banner {
  background: #000;
  padding: 5rem 0;
}
#banner ul {
  display: flex;
  justify-content: center;
}
#banner ul li {
  margin: 0 1.5rem;
}
#banner ul img {
  height: 17rem;
}
#banner ul a:hover {
  opacity: 0.8;
}

address {
  background: #D21D17;
  line-height: 5rem;
  color: #FFF;
  text-align: center;
  font-size: 2rem;
  font-style: normal;
  font-family: "Roboto", sans-serif;
}

/***********************************************************************
ミディアムデバイス (スマートフォン) のスタイル
**********************************************************************/
@media (max-width: 750px) {
  html {
    background: red;
    width: 75rem !important;
  }
  #wrapper {
    width: 75rem;
    position: relative;
  }
  header .left .logo a img,
  header .left .logo a {
    width: 27rem;
  }
  .btn-trigger {
    top: 4rem;
    right: 5.5rem;
    position: absolute;
  }
  #nav {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 160rem;
    filter: drop-shadow(0 0.3rem 1.6rem #000);
  }
  .btn-trigger::before {
    width: 7.7rem;
    height: 7.7rem;
    background: #D21D17;
    position: absolute;
    border-radius: 100%;
    clip-path: none;
    top: -2.5rem;
    -webkit-clip-path: none;
    top: -2.5rem;
    right: -2.5rem;
    border: 0.3rem solid #000;
  }
  #top {
    background: url(../images/sp_img.webp) center top 6rem;
    background-size: 86.4rem;
    height: 107rem;
    margin-bottom: -16rem;
    overflow: hidden;
  }
  #top::after {
    content: "";
    width: 100%;
    background: url(../images/header_bk_sp.svg) top center no-repeat;
    background-size: contain;
    height: 22.8rem;
    position: absolute;
    bottom: -18rem;
    display: block;
    transform: scale(1, -1);
  }
  #right {
    background: none;
  }
  #right::before {
    display: none;
  }
  #top #movie1 {
    top: -15rem;
    left: -78rem;
  }
  #top::before {
    height: 100%;
    background: url(../images/sp_on_img.webp) center top 6rem;
    background-size: 86.4rem;
  }
  #top .catch {
    left: 4.5rem;
    top: 47rem;
  }
  #top h1 {
    width: 68.7rem;
    left: 3rem;
    height: 18.6rem;
    top: 72.5rem;
  }
  header {
    width: 100%;
    background: url(../images/header_bk_sp.svg) top center no-repeat;
    background-size: contain;
    height: 22.8rem;
    display: block;
  }
  header .left {
    height: 6.5rem;
    padding-top: 2.8rem;
    margin-bottom: 1.5rem;
  }
  #news {
    width: 70rem;
    margin: 0 auto;
  }
  #nav .nav_wrap {
    flex-direction: column;
  }
  .btn-trigger {
    width: 3.2rem;
    top: 4.5rem;
    right: 4.5rem;
  }
  #nav .nav_wrap {
    display: block;
    padding-top: 20rem;
  }
  #nav .nav_wrap section {
    margin: 0 auto 5rem;
    height: auto;
    width: 50rem;
  }
  #nav .nav_wrap a {
    font-size: 4rem;
  }
  #nav .nav_wrap section li {
    line-height: 4.2rem;
    margin-bottom: 3rem;
  }
  #right {
    width: 8rem;
    height: auto;
    top: 27rem;
  }
  #right ul {
    height: 100%;
    height: auto;
  }
  #special {
    width: 65rem;
    display: block;
    margin: 0 auto;
    background: url(../images/holobk_sp.webp) center center no-repeat;
    background-size: 100% auto;
    padding-top: 6rem;
    height: auto;
  }
  #special ul {
    display: block;
  }
  #special ul li {
    position: relative;
  }
  #special ul li a {
    border-bottom: 0.1rem solid #000656;
    clip-path: none;
    width: 100%;
    height: 21rem;
  }
  #special ul li:last-child a {
    border-bottom: none;
  }
  #special ul li::after {
    content: "";
    width: 2.8rem;
    height: 2.4rem;
    background: #D21D17;
    clip-path: polygon(50% 100%, 0 0, 100% 0);
    -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
    position: absolute;
    right: 3.5rem;
    top: 9rem;
  }
  #special ul li.spe1 a {
    background: url(../images/spe1_sp.svg) left 26rem center no-repeat;
    background-size: auto 10rem !important;
  }
  #special ul li.spe2 a {
    background: url(../images/spe2_sp.svg) left 9rem center no-repeat;
    background-size: auto 10rem !important;
  }
  #special ul li.spe3 a {
    background: url(../images/spe3_sp.svg) left 26rem center no-repeat;
    background-size: auto 12.6rem !important;
  }
  #special ul li.spe4 a {
    background: url(../images/spe4_sp.svg) left 6rem center no-repeat;
    background-size: auto 13.8rem !important;
  }
  #special ul li::before {
    content: "";
    width: 19rem;
    height: 22rem;
    position: absolute;
    filter: drop-shadow(0 2rem 1.5rem rgba(0, 0, 0, 0.3));
  }
  #special ul li.spe1::before {
    background: url(../images/spe1_sp_i.svg) no-repeat;
    background-size: contain;
    left: 4rem;
    bottom: -0.5rem;
  }
  #special ul li.spe2::before {
    background: url(../images/spe2_sp_i.svg) no-repeat;
    background-size: contain;
    right: 9rem;
    bottom: -0.5rem;
  }
  #special ul li.spe3::before {
    background: url(../images/spe3_sp_i.svg) no-repeat;
    background-size: contain;
    left: 4rem;
    bottom: -0.5rem;
  }
  #special ul li.spe4::before {
    background: url(../images/spe4_sp_i.svg) no-repeat;
    background-size: contain;
    right: 9rem;
    bottom: -0.5rem;
  }
  #special ul li {
    margin: 0;
  }
  #special ul li.non a {
    opacity: 0.35;
  }
  #dream h2 {
    margin-left: 0;
  }
  #dream h2 .sub {
    background-position: center center !important;
  }
  #dream h2 .tit {
    background-position: center center !important;
  }
  #dream .day_wrap {
    padding-top: 2rem;
  }
  #dream .day_wrap::before {
    transform: none;
    top: 0;
  }
  #dream .member {
    transform: scale(1.2);
    transform-origin: center top;
    flex-wrap: wrap;
    order: 1;
    margin-bottom: 60rem;
  }
  #dream .day_wrap .racetit {
    display: none;
  }
  #dream .come {
    position: relative;
    top: 0;
    left: 0;
    order: 2;
    width: 69rem;
    margin: 0 auto;
    font-size: 2.4rem;
  }
  #dream .day_wrap {
    display: flex;
    flex-direction: column;
  }
  #movie ul {
    width: 66rem;
    flex-wrap: wrap;
  }
  #movie ul li {
    margin-bottom: 3rem;
  }
  #dream h2 {
    margin-bottom: 5rem;
  }
  .tab_bt {
    display: flex;
    justify-content: center;
    margin-bottom: 2rem;
  }
  .tab_bt li {
    margin: 0 1rem;
  }
  .tab_bt li {
    width: 34rem;
    height: 21.5rem;
    background-size: contain !important;
    text-indent: -9999rem;
  }
  .tab_bt li:nth-child(1) {
    background: url(../images/dre_tabbt1.webp) no-repeat;
  }
  .tab_bt li:nth-child(2) {
    background: url(../images/dre_tabbt2.webp) no-repeat;
  }
  .tab_bt li:nth-child(1).active {
    background: url(../images/dre_tabbt1_on.webp) no-repeat;
    transform: translateY(1rem);
  }
  .tab_bt li:nth-child(2).active {
    background: url(../images/dre_tabbt2_on.webp) no-repeat;
    transform: translateY(1rem);
  }
  #dream .day_wrap {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.3s ease, transform 0.8s ease;
    pointer-events: none;
    position: absolute;
    top: 0;
  }
  #dream .day_wrap {
    padding-bottom: 6rem;
  }
  .tab_wrap {
    position: relative;
    height: 385rem;
  }
  #dream .day_wrap.active {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
  }
  #movie {
    background: url(../images/sp_movie_bk.webp);
    background-size: 100% auto;
  }
  #banner ul {
    flex-wrap: wrap;
  }
  #banner ul li {
    margin: 0.5rem;
  }
  #dream .member li.mem {
    margin: 2rem 1rem;
  }
  address {
    width: 75rem;
  }
}
/***********************************************************************
ラージデバイス (デスクトップ) のスタイル
**********************************************************************/
@media (min-width: 751px) {
  #special ul li.spe1 a:hover {
    background: url(../images/spe1_on.svg);
  }
  #special ul li.spe2 a:hover {
    background: url(../images/spe2_on.svg);
  }
  #special ul li.spe3 a:hover {
    background: url(../images/spe3_on.svg);
  }
  #special ul li.spe4 a:hover {
    background: url(../images/spe4_on.svg);
  }
}/*# sourceMappingURL=index.css.map */