@charset "UTF-8";
/* CSS Document */
#live {
  display: none !important;
}

#kojima {
  display: block !important;
}

#race,
#tenbo {
  display: none !important;
}

#top {
  position: relative;
}
#top .petal_wrap {
  position: relative;
  overflow: hidden;
  width: 100%;
  pointer-events: none;
  z-index: 1;
}
#top .falling-petal {
  position: absolute;
  will-change: transform, opacity;
}
#top .copy {
  background: url(../images/top_copy.webp) no-repeat center;
  background-size: contain;
  position: absolute;
}
#top .boat {
  background: url(../images/top_boat.webp) no-repeat center;
  background-size: contain;
  position: absolute;
  animation: float 5s ease-in-out infinite;
}
#top .tit {
  background: url(../images/top_tit.png) no-repeat center;
  background-size: contain;
  width: 88rem;
  height: 36rem;
  position: absolute;
}
#top .tit.mov {
  animation: fade-in-bck 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}
#top .day.t-in.mov {
  animation-delay: 0.5s !important;
  animation: slide-in-bottom 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
#top .kaimon {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #000;
}
#top .kaimon p {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-align: center;
}
#top .kaimon p.time {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
}
#top .kaimon p.time span.day {
  font-weight: 700;
  font-size: 2rem;
}

.contents_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.contents_btn {
  width: 100%;
  position: absolute;
  z-index: 2;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.contents_btn li {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.contents_btn li::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  position: absolute;
  bottom: 1rem;
  background: #FFFA71;
  filter: blur(3rem);
  border-radius: 50%;
  z-index: -1;
  transition: all 0.3s;
}
.contents_btn li.nonac {
  opacity: 0.5;
}
.contents_btn li.nonac::before {
  display: none;
}
.contents_btn li:nth-child(1) {
  background: url(../images/top_btn_dre.webp) no-repeat center;
  background-size: contain;
}
.contents_btn li:nth-child(2) {
  background: url(../images/top_btn_eve.webp) no-repeat center;
  background-size: contain;
}
.contents_btn li:nth-child(3) {
  background: url(../images/top_btn_colu.webp) no-repeat center;
  background-size: contain;
}
.contents_btn li:nth-child(4) {
  background: url(../images/top_btn_sui.webp) no-repeat center;
  background-size: contain;
}

.dream {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.dream .tit {
  background: url(../images/dre_tit.svg) no-repeat top center;
  background-size: contain;
  width: 70rem;
  height: 8.4rem;
  position: relative;
  z-index: 3;
  color: #fff;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
}
.dream .tit * {
  font-family: "Noto Serif JP", serif;
  font-weight: 900;
}
.dream .tit p {
  filter: drop-shadow(0 0.3rem 1.5rem #AB502A);
}
.dream .day_btn {
  position: relative;
  z-index: 3;
  display: flex;
  justify-content: center;
  align-items: center;
  align-items: flex-end;
}
.dream .day_btn li {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  color: #fff;
  text-align: center;
  position: relative;
}
.dream .day_btn li::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 2.6rem;
  height: 1.6rem;
  background: url(../images/dre_arrow.svg) no-repeat center;
  background-size: contain;
}
.dream .day_btn li.active::before {
  display: none !important;
}
.dream .day_btn li .day {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}
.dream .day_btn li .day span {
  color: #005160;
  background: #fff;
  border-radius: 50%;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
}
.dream .day_btn li .day {
  filter: drop-shadow(0 0.3rem 1.5rem #005160);
}
.dream .day_btn li .nth {
  color: #fff;
  background: #005160;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
}
.dream .day_btn li .race {
  background: url(../images/dre_12r_day1.svg) no-repeat center, #fff;
  background-size: auto 60%;
}
.dream .day_btn li .title {
  filter: drop-shadow(0 0.3rem 1.5rem #005160);
  font-family: "Noto Serif JP", serif;
  font-weight: 900;
}
.dream .day_btn li.day2 .day {
  filter: drop-shadow(0 0.3rem 1.5rem #CB3700);
}
.dream .day_btn li.day2 .day span {
  color: #CB3700;
}
.dream .day_btn li.day2 .nth {
  background: #CB3700;
}
.dream .day_btn li.day2 .race {
  background: url(../images/dre_12r_day2.svg) no-repeat center, #fff;
  background-size: auto 60%;
}
.dream .day_btn li.day2 .title {
  filter: drop-shadow(0 0.3rem 1.5rem #CB3700);
}
.dream .list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  will-change: transform, opacity;
}
.dream .list .te1,
.dream .list .te2,
.dream .list .te3,
.dream .list .te4,
.dream .list .te5,
.dream .list .te6 {
  border-radius: 0 3rem 0 3rem;
}
.dream .list.mov {
  opacity: 1;
}
.dream .list.mov .te1,
.dream .list.mov .te2,
.dream .list.mov .te3,
.dream .list.mov .te4,
.dream .list.mov .te5,
.dream .list.mov .te6 {
  -webkit-animation: slide-in-blurred-top 0.6s cubic-bezier(0.23, 1, 0.32, 1) both;
  animation: slide-in-blurred-top 0.6s cubic-bezier(0.23, 1, 0.32, 1) both;
}
.dream .list.mov .te1 {
  animation-delay: 0.1s !important;
}
.dream .list.mov .te2 {
  animation-delay: 0.2s !important;
}
.dream .list.mov .te3 {
  animation-delay: 0.3s !important;
}
.dream .list.mov .te4 {
  animation-delay: 0.4s !important;
}
.dream .list.mov .te5 {
  animation-delay: 0.5s !important;
}
.dream .list.mov .te6 {
  animation-delay: 0.6s !important;
}
.dream .list li {
  padding: 1.5rem;
}
.dream .list li .name_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: flex-end;
  position: relative;
}
.dream .list li .tei {
  mix-blend-mode: multiply;
  position: absolute;
  top: -0.5rem;
  left: -0.5rem;
}
.dream .list li .name {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-family: "Roboto", sans-serif;
}
.dream .list li .name span {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
}
.dream .list li img {
  width: 100%;
}
.dream .list li .data_wrap h3 {
  width: 100%;
  font-weight: 700;
  text-align: center;
}
.dream .list li .data_wrap .data_list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}
.dream .list li .data_wrap .data_list li {
  border: solid 0.1rem #000;
  padding: 0;
  text-align: center;
  background: #fff;
  font-family: "Roboto", sans-serif;
  font-weight: 900;
}
.dream .list li .data_wrap .data_list h4 {
  background: #000;
  color: #fff;
  width: 100%;
  display: block;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
}
.dream .list li .data_wrap .data_list.chokkin {
  width: 100%;
}
.dream .list li .data_wrap .data_list.chokkin li {
  width: 100%;
  font-family: "Roboto", sans-serif;
  text-align: left;
}
.dream .list li .data_wrap .data_list.chokkin li h4 {
  text-align: center;
}
.dream .list li .data_wrap .data_list.chokkin li span {
  font-family: "Roboto", sans-serif;
}
.dream .list li .data_wrap .data_list.chokkin li span.grade {
  text-align: center;
  font-weight: 900;
  background: #BDE0EA;
  border-radius: 0.5rem;
  font-family: "Noto Sans JP", sans-serif;
  display: inline-block;
}
.dream .list li .data_wrap .data_list.chokkin li span.grade.g1 {
  color: #fff;
  background: #FFA800;
  font-family: "Roboto", sans-serif;
  text-indent: 0.5rem;
}
.dream .list li .data_wrap .data_list.chokkin li span.grade.g2 {
  color: #fff;
  background: #3FAC00;
  font-family: "Roboto", sans-serif;
}
.dream .list li .data_wrap .data_list.chokkin li span.grade.g3 {
  color: #fff;
  background: #1D72E0;
  font-family: "Roboto", sans-serif;
}
.dream .list li .data_wrap .data_list.chokkin li span.jun {
  color: #003AFF;
}
.dream .list li .data_wrap .data_list.chokkin li span.yu {
  color: #FF0000;
}
.dream .list li.te1 .num {
  background: url(../images/dre_te1.svg) no-repeat center;
  background-size: contain;
}
.dream .list li.te1 .name {
  filter: drop-shadow(0 0.3rem 0.6rem rgba(0, 28, 206, 0.1490196078));
}
.dream .list li.te1 h3 {
  background: #D5E5E9;
}
.dream .list li.te1 .data_list li:nth-child(even) {
  background: #E9F6F9;
}
.dream .list li.te2 .num {
  background: url(../images/dre_te2.svg) no-repeat center;
  background-size: contain;
}
.dream .list li.te2 .name {
  filter: drop-shadow(0 0.3rem 0.6rem rgba(0, 28, 206, 0.1490196078));
}
.dream .list li.te2 h3 {
  background: #000;
  color: #fff;
}
.dream .list li.te2 .data_list li:nth-child(even) {
  background: #E8EAEF;
}
.dream .list li.te3 .num {
  background: url(../images/dre_te3.svg) no-repeat center;
  background-size: contain;
}
.dream .list li.te3 .name {
  filter: drop-shadow(0 0.3rem 0.6rem rgba(206, 0, 0, 0.1490196078));
}
.dream .list li.te3 h3 {
  background: #E00000;
  color: #fff;
}
.dream .list li.te3 .data_list li:nth-child(even) {
  background: #FCE5E5;
}
.dream .list li.te4 .num {
  background: url(../images/dre_te4.svg) no-repeat center;
  background-size: contain;
}
.dream .list li.te4 .name {
  filter: drop-shadow(0 0.3rem 0.6rem rgba(0, 131, 206, 0.1490196078));
}
.dream .list li.te4 h3 {
  background: #371DE0;
  color: #fff;
}
.dream .list li.te4 .data_list li:nth-child(even) {
  background: #EBE8FC;
}
.dream .list li.te5 .num {
  background: url(../images/dre_te5.svg) no-repeat center;
  background-size: contain;
}
.dream .list li.te5 .name {
  filter: drop-shadow(0 0.3rem 0.6rem rgba(206, 56, 0, 0.1490196078));
}
.dream .list li.te5 h3 {
  background: #FFD500;
}
.dream .list li.te5 .data_list li:nth-child(even) {
  background: #FFF9CD;
}
.dream .list li.te6 .num {
  background: url(../images/dre_te6.svg) no-repeat center;
  background-size: contain;
}
.dream .list li.te6 .name {
  filter: drop-shadow(0 0.3rem 0.6rem rgba(0, 206, 117, 0.1490196078));
}
.dream .list li.te6 h3 {
  background: #3FAC00;
  color: #fff;
}
.dream .list li.te6 .data_list li:nth-child(even) {
  background: #ECF7E5;
}
.dream .dream_tab {
  position: relative;
  display: none;
  z-index: 1;
  width: 100%;
  top: -0.1rem;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.dream .dream_tab.active {
  display: block;
}
.dream .dream_tab .contents_wrap {
  display: none;
  position: relative;
  z-index: 1;
}
.dream .dream_tab::before {
  content: "";
  display: inline-block;
  background: url(../images/dre_ichimatsu_t.svg) no-repeat top left;
  background-size: contain;
  width: 40rem;
  height: 40rem;
  position: absolute;
  top: 0;
  left: 0;
  mix-blend-mode: overlay;
}
.dream .dream_tab::after {
  content: "";
  display: inline-block;
  background: url(../images/dre_ichimatsu_t.svg) no-repeat bottom right;
  background-size: contain;
  width: 35rem;
  height: 40rem;
  position: absolute;
  right: 0;
  bottom: 0;
  mix-blend-mode: overlay;
}
.dream .dream_tab.active {
  z-index: 2;
}
.dream .dream_tab.active .contents_wrap {
  display: block;
}
.dream .dream-day2::before, .dream .dream-day2::after {
  opacity: 0.5;
}
.dream .kome {
  color: #fff;
  filter: drop-shadow(0 0.3rem 0.5rem rgba(0, 0, 0, 0.5019607843));
  text-align: right;
  margin-right: 0;
  margin-left: auto;
}
.dream .kome span {
  text-shadow: 0.1rem 0.1rem #fff, -0.1rem -0.1rem #fff, 0.1rem -0.1rem #fff, -0.1rem 0.1rem #fff;
}
.dream .kome span.jun {
  color: #003AFF;
}
.dream .kome span.yu {
  color: #FF0000;
}

.movie {
  position: relative;
  width: 100%;
}
.movie .tit {
  background: url(../images/mov_tit.svg) no-repeat top center;
  background-size: contain;
  width: 32rem;
  height: 10rem;
  position: relative;
  z-index: 3;
  text-align: center;
  color: #fff;
  margin-top: 5rem;
  margin-right: auto;
  margin-left: auto;
}
.movie .tit * {
  font-family: "Noto Serif JP", serif;
  font-weight: 900;
  font-size: 5.6rem;
}
.movie .tit p {
  filter: drop-shadow(0 0.3rem 1.5rem #2A59AB);
  padding-top: 5.5rem;
}
.movie .tit::after {
  content: "";
  display: inline-block;
  top: -3.5rem;
  right: -8.5rem;
}
.movie ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
}
.movie ul.mov {
  -webkit-animation: slide-in-bottom 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: slide-in-bottom 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
.movie ul .nonac .img {
  background: url(../images/titlelogo.svg) no-repeat center, #9F9F9F;
  background-size: 80%;
}
.movie ul .nonac .img img {
  display: none;
}
.movie ul .nonac .img::after {
  display: none !important;
}
.movie a {
  color: #fff;
  text-align: center;
  position: relative;
  font-weight: 900;
}
.movie a::before {
  content: "";
  display: inline-block;
  position: absolute;
  background: url(../images/mov_frame.webp) no-repeat center;
  background-size: contain;
  pointer-events: none;
  z-index: 1;
}
.movie a .img {
  display: flex;
  align-items: center;
  justify-content: center;
  clip-path: polygon(2.5rem 0, 100% 0, 100% calc(100% - 1.5rem), calc(100% - 1.5rem) 100%, 0% 100%, 0% 2.5rem);
}
.movie a .img img {
  width: 100%;
  height: 100%;
}
.movie a .img::after {
  content: "";
  display: inline-block;
  background: url(../images/mov_play.webp) no-repeat center;
  background-size: contain;
  position: absolute;
  width: 70%;
  height: 70%;
}

.topic {
  position: relative;
  background: #000;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.topic ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}

/*********************************************************************************************************************************************
ミディアムデバイス (スマートフォン) のスタイル
********************************************************************************************************************************************/
@media screen and (max-width: 750px) {
  #wrapper::before {
    content: "";
    display: inline-block;
    position: fixed;
    width: 100%;
    height: 100%;
    background: url(../images/cont_bg.webp) no-repeat left bottom;
    background-size: cover;
  }
  #top {
    width: 100%;
    height: 185rem;
    background: url(../images/top_kv_sp.webp) no-repeat top center;
    background-size: contain;
  }
  #top .petal_wrap {
    width: 75rem;
    height: 100rem;
  }
  #top .tit {
    background: url(../images/top_tit_sp.webp) no-repeat center;
    background-size: contain;
    width: 28.5rem;
    height: 75rem;
    top: 12.4rem;
    right: 2.5rem;
  }
  #top .day.t-in {
    background: url(../images/top_day_sp.webp) no-repeat center;
    background-size: contain;
    width: 75.9rem;
    height: 13rem;
    position: absolute;
    right: -0.5rem;
    top: 80.6rem;
  }
  #top .copy {
    width: 8.7rem;
    height: 36.4rem;
    top: 22rem;
    left: 34.5rem;
  }
  #top .copy::before {
    content: "";
    display: inline-block;
    background: url(../images/top_g1.svg) no-repeat center;
    background-size: contain;
    width: 28.4rem;
    height: 42rem;
    position: absolute;
    top: -2.8rem;
    left: -31.2rem;
    z-index: 0;
  }
  #top .boat {
    width: 65rem;
    height: 43.4rem;
    top: 49rem;
    left: -10rem;
  }
  #top .kaimon {
    position: absolute;
    right: 3.5rem;
    bottom: 91rem;
    width: 68rem;
    height: 3.6rem;
    font-size: 2.6rem;
    border-width: 0.3rem;
  }
  #top .kaimon .tri {
    font-size: 0.8rem;
    letter-spacing: 0.3rem;
    padding-left: 3rem;
    margin-right: -1rem;
  }
  #top .kaimon p {
    font-size: 2.2rem;
    line-height: 3.4rem;
  }
  #top .kaimon p.time {
    line-height: 3.3rem;
    font-size: 2.6rem;
  }
  #top .kaimon p.time .day {
    margin-left: 4rem;
    margin-right: 1rem;
  }
  .contents_wrap {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .contents_btn {
    background: url(../images/top_btn_bg_sp.webp) no-repeat center;
    background-size: contain;
    width: 75rem;
    height: 85rem;
    flex-wrap: wrap;
    align-items: flex-start;
  }
  .contents_btn::before {
    width: 31.4rem;
    height: 9.5rem;
    top: 114rem;
    left: -75.5rem;
  }
  .contents_btn li {
    width: 37rem;
    height: 39.3rem;
    margin-top: 1rem;
  }
  .contents_btn li:nth-child(even) {
    margin-right: 0.5rem;
  }
  .contents_btn li:nth-child(n+3) {
    margin-top: -5rem;
  }
  .contents_btn li::before {
    width: 25rem;
    height: 25rem;
  }
  .dream {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .dream .tit {
    width: 73.3rem;
    height: 17rem;
    margin-bottom: 3rem;
  }
  .dream .tit p {
    font-size: 6rem;
    line-height: 4.5rem;
    padding-top: 6.5rem;
  }
  .dream .tit p span {
    font-size: 4.2rem;
  }
  .dream .day_btn li {
    width: 37.5rem;
    height: 17.5rem;
    padding-top: 1rem;
  }
  .dream .day_btn li .day {
    font-size: 5rem;
  }
  .dream .day_btn li .day span {
    font-size: 2.4rem;
    padding-right: 0.6rem;
    padding-left: 0.6rem;
    padding-bottom: 0.2rem;
    margin-left: 1rem;
    margin-right: 2rem;
  }
  .dream .day_btn li .nth {
    font-size: 2.9rem;
    width: 10rem;
  }
  .dream .day_btn li .race {
    width: 27.2rem;
    height: 3rem;
    position: relative;
    z-index: 1;
    margin-top: -2.5rem;
  }
  .dream .day_btn li .title {
    font-size: 4rem;
    margin-top: -3rem;
  }
  .dream .day_btn li.day1 {
    background: url(../images/dre_tab_1_sp.webp) no-repeat center bottom;
    background-size: contain;
    border-radius: 0 11rem 0 0;
  }
  .dream .day_btn li.day1::before {
    left: 1.5rem;
  }
  .dream .day_btn li.day2 {
    background: url(../images/dre_tab_2_sp.webp) no-repeat center bottom;
    background-size: contain;
    border-radius: 11rem 0 0 0;
  }
  .dream .day_btn li.day2 .title {
    font-size: 3.6rem;
  }
  .dream .day_btn li.day2::before {
    right: 1.5rem;
  }
  .dream .contents_wrap {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .dream .list {
    width: 68rem;
    margin: auto;
  }
  .dream .list .te1,
  .dream .list .te2,
  .dream .list .te3,
  .dream .list .te4,
  .dream .list .te5,
  .dream .list .te6 {
    width: 30.4rem;
    margin-bottom: 2rem;
    padding: 2.5rem 1.3rem;
  }
  .dream .list .te1 {
    background: url(../images/dre_bg_tei1_sp.webp) no-repeat top center;
    background-size: 34rem;
  }
  .dream .list .te2 {
    background: url(../images/dre_bg_tei2_sp.webp) no-repeat top center;
    background-size: 34rem;
  }
  .dream .list .te3 {
    background: url(../images/dre_bg_tei3_sp.webp) no-repeat top center;
    background-size: 34rem;
  }
  .dream .list .te4 {
    background: url(../images/dre_bg_tei4_sp.webp) no-repeat top center;
    background-size: 34rem;
  }
  .dream .list .te5 {
    background: url(../images/dre_bg_tei5_sp.webp) no-repeat top center;
    background-size: 34rem;
  }
  .dream .list .te6 {
    background: url(../images/dre_bg_tei6_sp.webp) no-repeat top center;
    background-size: 34rem;
  }
  .dream .list .name_wrap {
    margin-top: -1rem;
    margin-bottom: 1.5rem;
  }
  .dream .list .tei .num {
    width: 10.5rem;
    height: 10.4rem;
    margin-bottom: -1rem;
  }
  .dream .list .tei .chiku {
    width: 10.5rem;
    height: 4rem;
    font-size: 3rem;
    line-height: 3.8rem;
  }
  .dream .list .name {
    font-size: 2.7rem;
    width: 21rem;
  }
  .dream .list .name span {
    font-size: 4rem;
  }
  .dream .list img {
    height: 25rem;
  }
  .dream .list .data_wrap {
    display: none;
    width: 28rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .dream .list .data_wrap h3 {
    font-size: 2.8rem;
    height: 4.3rem;
    margin-top: 1.5rem;
  }
  .dream .list .data_wrap .data_list li {
    width: 8.9rem;
    height: 7.7rem;
    margin-top: 0.7rem;
    font-size: 2.9rem;
  }
  .dream .list .data_wrap .data_list li span {
    font-size: 1.8rem;
  }
  .dream .list .data_wrap .data_list li h4 {
    font-size: 2.3rem;
    margin-bottom: 0.7rem;
    height: 3rem;
    line-height: 3rem;
  }
  .dream .list .data_wrap .data_list.chokkin li {
    font-size: 3.1rem;
    padding-bottom: 0.6rem;
  }
  .dream .list .data_wrap .data_list.chokkin li span {
    font-size: 3.1rem;
  }
  .dream .list .data_wrap .data_list.chokkin li span.grade {
    font-size: 2.2rem;
    width: 5.5rem;
    height: 3.5rem;
    line-height: 3.6rem;
    margin-left: 1rem;
    margin-right: 0.7rem;
  }
  .dream .list .data_wrap .data_list.chokkin li span.grade.sg, .dream .list .data_wrap .data_list.chokkin li span.grade.g1, .dream .list .data_wrap .data_list.chokkin li span.grade.g2, .dream .list .data_wrap .data_list.chokkin li span.grade.g3 {
    font-size: 2.5rem;
  }
  .dream .dream-day1 {
    background: url(../images/dre_day1_bg_sp.webp) no-repeat top center;
    background-size: 100% auto;
  }
  .dream .dream-day2 {
    background: url(../images/dre_day2_bg_sp.webp) no-repeat top center;
    background-size: 100% auto;
  }
  .dream .kome {
    display: none;
    font-size: 1.8rem;
    margin-right: 2rem;
    margin-bottom: 3rem;
  }
  .dream .result_btn {
    width: 36rem;
    height: 8rem;
    background: rgba(0, 28, 137, 0.7490196078);
    border-radius: 2rem;
    border: solid 0.2rem #fff;
    color: #fff;
    text-align: center;
    line-height: 8rem;
    font-size: 2.4rem;
    font-weight: 700;
    position: relative;
    margin: auto;
  }
  .dream .result_btn::after {
    content: "";
    display: inline-block;
    background: url(../images/dre_arrow.svg) no-repeat center;
    background-size: contain;
    width: 2.6rem;
    height: 1.6rem;
    position: absolute;
    top: 3rem;
    right: 2.5rem;
    transform: rotate(-180deg);
    transition: all 0.3s;
  }
  .dream .result_btn.active::after {
    transform: rotate(0);
  }
  .movie {
    background: url(../images/mov_bg_sp.webp) no-repeat top center;
    background-size: cover;
    padding-top: 1rem;
    padding-bottom: 3.5rem;
  }
  .movie .tit {
    height: 13rem;
  }
  .movie .tit p {
    padding-top: 7.5rem;
  }
  .movie ul {
    justify-content: center;
    position: relative;
  }
  .movie ul::before, .movie ul::after {
    content: "";
    display: inline-block;
    position: absolute;
  }
  .movie ul::before {
    background: url(../images/mov_frame_t_sp.svg) no-repeat center;
    background-size: contain;
    width: 18.6rem;
    height: 14rem;
    top: -3.5rem;
    right: 0rem;
  }
  .movie ul::after {
    background: url(../images/mov_frame_b_sp.svg) no-repeat center;
    background-size: contain;
    width: 10.3rem;
    height: 10rem;
    bottom: 0rem;
    left: 0rem;
  }
  .movie ul {
    margin-top: 5rem;
  }
  .movie ul li {
    width: 65rem;
    margin-bottom: 3rem;
  }
  .movie ul li:not(:last-child) {
    padding-bottom: 3rem;
    margin-bottom: 3rem;
    border-bottom: solid 0.2rem #fff;
  }
  .movie a {
    display: flex;
    align-items: center;
    font-size: 2.7rem;
  }
  .movie a::before {
    width: 28rem;
    height: 16.2rem;
    top: -0.2rem;
    left: -0.1rem;
  }
  .movie a p {
    text-align: left;
    margin-left: 4rem;
  }
  .movie a .img {
    width: 27.8rem;
    height: 15.6rem;
  }
  .movie a .img::after {
    width: 90%;
    height: 90%;
  }
  .movie p {
    line-height: 3.8rem;
    height: 7rem;
    padding-top: 1.5rem;
  }
  .movie p::before {
    width: 2.2rem;
    height: 2.4rem;
  }
  .topic img {
    width: 34rem;
    height: 17.7rem;
  }
  .topic li {
    margin-bottom: 2rem;
  }
}
/*********************************************************************************************************************************************
ラージデバイス (デスクトップ) のスタイル
********************************************************************************************************************************************/
@media screen and (min-width: 751px) {
  #wrapper::before {
    content: "";
    display: inline-block;
    position: fixed;
    width: 100%;
    height: 100%;
    background: url(../images/cont_bg.webp) no-repeat center bottom;
    background-size: cover;
  }
  #top {
    width: 100%;
    height: 102rem;
    background: url(../images/top_kv_pc.webp) no-repeat center;
    background-size: contain;
    top: -1rem;
  }
  #top .petal_wrap {
    height: 62rem;
  }
  #top .copy {
    width: 6.3rem;
    height: 26.4rem;
    top: 10.7rem;
    left: 59.7rem;
  }
  #top .boat {
    width: 78.6rem;
    height: 52.4rem;
    top: 14.6rem;
    left: -4.3rem;
  }
  #top .tit {
    background: url(../images/top_tit_pc.webp) no-repeat center;
    background-size: contain;
    width: 117.3rem;
    height: 41.8rem;
    top: 8.6rem;
    right: 11.2em;
  }
  #top .day.t-in {
    background: url(../images/top_day_pc.webp) no-repeat center;
    background-size: contain;
    position: absolute;
    width: 111.7rem;
    height: 14.7rem;
    top: 42.6rem;
    right: 13.4rem;
  }
  #top .kaimon {
    font-size: 1.8rem;
    width: 56rem;
    height: 3rem;
    line-height: 2.9rem;
    position: absolute;
    right: 17.5rem;
    top: 55.4rem;
  }
  #top .kaimon .time {
    font-size: 2.2rem;
    line-height: 2.4rem;
  }
  #top .kaimon .time .tri {
    font-size: 0.8rem;
    margin-left: 3rem;
  }
  #top .kaimon .time .day {
    font-size: 1.7rem;
    margin-left: 3rem;
    margin-right: 1rem;
  }
  .contents_wrap {
    padding-left: 17.5rem;
    padding-right: 17.5rem;
  }
  .contents_btn {
    background: url(../images/top_btn_bg_pc.webp) no-repeat center;
    background-size: contain;
    height: 40rem;
  }
  .contents_btn li {
    width: 37rem;
    height: 39.3rem;
    margin-top: -3.5rem;
  }
  .contents_btn li:hover::before {
    width: 25rem;
    height: 25rem;
  }
  .contents_btn li:first-child {
    margin-left: 16.5rem;
  }
  .contents_btn li:last-child {
    margin-right: 16.8rem;
  }
  .dream .tit {
    width: 73.3rem;
    height: 18rem;
  }
  .dream .tit p {
    font-size: 5.6rem;
    line-height: 3.8rem;
    margin: auto;
    padding-top: 6rem;
  }
  .dream .tit p span {
    font-size: 3.6rem;
  }
  .dream .day_btn li {
    width: 41rem;
    height: 12rem;
    padding-right: 7rem;
    padding-left: 7rem;
  }
  .dream .day_btn li .day {
    font-size: 4.2rem;
    margin-left: 5rem;
  }
  .dream .day_btn li .day span {
    font-size: 2.1rem;
    padding-right: 0.6rem;
    padding-left: 0.5rem;
    padding-bottom: 0.2rem;
    margin-left: 1rem;
  }
  .dream .day_btn li .nth {
    font-size: 2.1rem;
    width: 7.5rem;
    margin-left: 2rem;
    margin-right: 5rem;
  }
  .dream .day_btn li .race {
    width: 10.5rem;
    height: 3.5rem;
    margin-top: -3rem;
    margin-right: 1.5rem;
  }
  .dream .day_btn li .title {
    font-size: 3.4rem;
    margin-top: -3rem;
  }
  .dream .day_btn li:hover {
    cursor: pointer;
    opacity: 0.8;
    padding-top: 0rem;
    padding-bottom: 1rem;
  }
  .dream .day_btn li.active {
    pointer-events: none;
    width: 49rem;
    height: 15.5rem;
    padding-right: 3rem;
    padding-left: 3rem;
  }
  .dream .day_btn li.active .day {
    font-size: 5.7rem;
  }
  .dream .day_btn li.active .day span {
    font-size: 2.8rem;
    padding-right: 0.8rem;
    padding-left: 0.7rem;
    padding-bottom: 0.3rem;
  }
  .dream .day_btn li.active .nth {
    font-size: 2.9rem;
    width: 10rem;
  }
  .dream .day_btn li.active .race {
    width: 14rem;
    height: 4.5rem;
  }
  .dream .day_btn li.active .title {
    font-size: 4rem;
  }
  .dream .day_btn li.day1 {
    background: url(../images/dre_tab_1_pc.webp) no-repeat center bottom;
    background-size: cover;
    border-radius: 0 12rem 0 0;
  }
  .dream .day_btn li.day1::before {
    left: 3rem;
  }
  .dream .day_btn li.day2 {
    background: url(../images/dre_tab_2_pc.webp) no-repeat center bottom;
    background-size: cover;
    border-radius: 12rem 0 0 0;
  }
  .dream .day_btn li.day2::before {
    right: 3rem;
  }
  .dream .list .te1,
  .dream .list .te2,
  .dream .list .te3,
  .dream .list .te4,
  .dream .list .te5,
  .dream .list .te6 {
    width: 74rem;
    height: 30rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
    margin-bottom: 2rem;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .dream .list .te1 {
    background: url(../images/dre_bg_tei1.webp) no-repeat center;
    background-size: contain;
  }
  .dream .list .te2 {
    background: url(../images/dre_bg_tei2.webp) no-repeat center;
    background-size: contain;
  }
  .dream .list .te3 {
    background: url(../images/dre_bg_tei3.webp) no-repeat center;
    background-size: contain;
  }
  .dream .list .te4 {
    background: url(../images/dre_bg_tei4.webp) no-repeat center;
    background-size: contain;
  }
  .dream .list .te5 {
    background: url(../images/dre_bg_tei5.webp) no-repeat center;
    background-size: contain;
  }
  .dream .list .te6 {
    background: url(../images/dre_bg_tei6.webp) no-repeat center;
    background-size: contain;
  }
  .dream .list .tei .num {
    width: 12rem;
    height: 8rem;
  }
  .dream .list .name_wrap {
    width: 26rem;
    line-height: 4rem;
  }
  .dream .list .name {
    font-size: 2.2rem;
    width: 17rem;
  }
  .dream .list .name span {
    font-size: 4rem;
  }
  .dream .list .name {
    padding-left: 0.2rem;
    padding-right: 0.2rem;
  }
  .dream .list img {
    width: 26rem !important;
    height: 21.6rem;
  }
  .dream .list .data_wrap {
    display: flex;
    flex-direction: column;
    width: 47rem;
    margin-left: 1rem;
  }
  .dream .list .data_wrap h3 {
    font-size: 2.2rem;
    height: 3.3rem;
  }
  .dream .list .data_wrap .data_list li {
    width: 7.4rem;
    height: 6.5rem;
    padding-bottom: 0.15rem !important;
    margin-top: 0.5rem;
    margin-bottom: 0.8rem;
    font-size: 2.4rem;
  }
  .dream .list .data_wrap .data_list li span {
    font-size: 1.5rem;
  }
  .dream .list .data_wrap .data_list li h4 {
    font-size: 2rem;
    margin-bottom: 0.5rem;
    height: 3rem;
  }
  .dream .list .data_wrap .data_list.chokkin li {
    height: 3.5rem;
    font-size: 2.3rem;
    display: flex;
    align-items: center;
    padding: 0 !important;
  }
  .dream .list .data_wrap .data_list.chokkin li h4 {
    width: 15.5rem;
    height: 100%;
    line-height: 3.5rem;
    font-size: 1.9rem;
    margin: 0;
    clip-path: polygon(0 0, calc(100% - 1.5rem) 0, 100% 50%, calc(100% - 1.5rem) 100%, 0% 100%);
  }
  .dream .list .data_wrap .data_list.chokkin li span {
    font-size: 2.3rem;
  }
  .dream .list .data_wrap .data_list.chokkin li span.grade {
    font-size: 1.6rem;
    width: 4.4rem;
    height: 2.5rem;
    line-height: 2.6rem;
    margin-left: 1.8rem;
    margin-right: 1.2rem;
  }
  .dream .list .data_wrap .data_list.chokkin li span.grade.g1 {
    font-size: 1.9rem;
  }
  .dream .dream-day1 {
    background: url(../images/dre_day1_bg_pc.webp) no-repeat center top;
    background-size: cover;
  }
  .dream .dream-day2 {
    background: url(../images/dre_day2_bg_pc.webp) no-repeat center top;
    background-size: cover;
  }
  .dream p {
    font-size: 1.8rem;
  }
  .movie {
    background: url(../images/mov_bg_pc.webp) no-repeat center;
    background-size: cover;
    height: 95rem;
  }
  .movie .tit {
    margin-bottom: 6rem;
  }
  .movie ul {
    justify-content: center;
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
  .movie ul li {
    width: 43.4rem;
    margin-bottom: 8rem;
  }
  .movie ul li:not(:nth-child(3n)) {
    margin-right: 6rem;
  }
  .movie a {
    font-size: 2.1rem;
    transition: opacity 0.5s;
    width: 39rem;
  }
  .movie a:hover {
    opacity: 0.75;
  }
  .movie a::before {
    width: 40.6rem;
    height: 23.6rem;
    left: -0.8rem;
    top: -0.8rem;
  }
  .movie a::after {
    content: "";
    display: inline-block;
    position: absolute;
    background: url(../images/mov_frame_pc.webp) no-repeat center;
    background-size: contain;
    width: 43.4rem;
    height: 27.4rem;
    top: -3.2rem;
    left: -2.2rem;
  }
  .movie a p {
    line-height: 2.6rem;
    font-size: 2.4rem;
    width: 43.4rem;
    margin-left: -2.2rem;
    padding-top: 3.5rem;
  }
  .movie .img {
    width: 39rem;
    height: 22rem;
  }
  .topic a {
    transition: opacity 0.5s;
  }
  .topic a:hover {
    opacity: 0.75;
  }
  .topic img {
    width: 32.6rem;
    height: 17rem;
  }
}/*# sourceMappingURL=index.css.map */