@charset "UTF-8";
/* CSS Document */
.a_link li {
  transition: 0.3s;
  margin-bottom: 0.5rem;
}

.a_link li.active {
  opacity: 1;
  opacity: 0.7;
}

body {
  overflow: hidden;
}

header .logo {
  position: absolute;
  left: 4.5rem;
  top: 2.2rem;
}
header .logo img {
  width: 45rem;
}

.chara1,
.chara2,
.chara3 {
  position: absolute;
  opacity: 0;
  will-change: transform, opacity;
  transform: translateZ(0);
}

.mov .chara1,
.mov .chara2,
.mov .chara3 {
  animation: bounceInUp 0.9s cubic-bezier(0.34, 1.2, 0.64, 1) 1s both;
}

.chara1 {
  top: 88.2rem;
  width: 45.8rem;
}

.chara2 {
  left: 46.5rem;
  width: 30.8rem;
  top: 6.3rem;
}

.chara3 {
  left: 41.1rem;
  width: 38.6rem;
  top: 95.3rem;
}

@keyframes bounceInUp {
  0% {
    opacity: 0;
    transform: translateY(40px) scale(0.9);
  }
  60% {
    opacity: 1;
    transform: translateY(-10px) scale(1.05);
  }
  80% {
    opacity: 1;
    transform: translateY(5px) scale(0.98);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
@keyframes yurayura {
  0% {
    transform: rotate(10deg);
  }
  50% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(10deg);
  }
}
@keyframes fuwafuwa {
  0% {
    transform: translateY(1rem);
  }
  50% {
    transform: translateY(0rem);
  }
  100% {
    transform: translateY(1rem);
  }
}
.happa1,
.happa2,
.happa3 {
  position: absolute;
}

.happa1 {
  width: 12rem;
  height: 18.3rem;
  left: 1rem;
  top: 3.6rem;
  transform: rotate(51deg);
}

.happa2 {
  width: 12rem;
  height: 18.3rem;
  left: 70.6rem;
  top: 65.4rem;
  transform: rotate(-107deg);
}

.happa3 {
  width: 12rem;
  height: 18.3rem;
  left: 63.6rem;
  top: -8.4rem;
  transform: rotate(68deg);
}

.dot1,
.dot2,
.dot3 {
  position: absolute;
  width: 7rem;
  animation: fuwafuwa 4s infinite;
}

.dot1 {
  left: 65.8rem;
  top: 32rem;
  transition-delay: 1s;
}

.dot2 {
  left: -0.8rem;
  top: 47rem;
}

.dot3 {
  left: 69.6rem;
  top: 85rem;
  transition-delay: 2s;
}

.catch {
  position: absolute;
  background: url(../images/catch.png) top no-repeat;
  background-size: 100% auto;
  width: 6rem;
  height: 0rem;
  left: calc(50% - 3rem);
  top: 16.5rem;
  transition: 1s;
}

.catch.mov {
  height: 41.2rem;
}

h1 {
  position: absolute;
  width: 100%;
  height: 43rem;
  background: url(../images/h1_bk.svg) top no-repeat;
  background-size: contain;
  top: 54rem;
  opacity: 0;
  transform: translateY(1rem);
  transition: 1s;
  transition-delay: 1s;
}
h1 img {
  position: relative;
  top: 3.5rem;
  width: 72rem;
  z-index: 1;
}
h1::before {
  content: "";
  background: url(../images/v_tori.png);
  width: 21.8rem;
  height: 24.6rem;
  position: absolute;
  background-size: contain;
  top: -6rem;
  left: 43.6rem;
  transform-origin: bottom 1.5rem center;
  animation: yurayura 5s infinite;
}
h1.mov {
  opacity: 1;
  transform: translateY(0rem);
}

.btn a {
  display: block;
  width: 52rem;
  line-height: 8rem;
  background: url(../images/btn_arrow.svg) right 2rem center/auto no-repeat, linear-gradient(to right, #EE8D1E, #FF1D25);
  background-size: 1.2rem auto, auto;
  margin: 0 auto 1.5rem auto;
  color: #FFF;
  font-size: 3.8rem;
  font-weight: 800;
  border-radius: 100vmax;
  text-align: center;
}

#contents {
  position: relative;
  padding-bottom: 8rem;
  z-index: 1;
}
#contents::before {
  content: "";
  position: absolute;
  top: 10rem;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: rgba(0, 148, 64, 0.8);
}
#contents::after {
  content: "";
  background: url(../images/hanabi.svg);
  background-size: contain;
  position: absolute;
  left: -5rem;
  top: 26rem;
  width: 41.6rem;
  height: 38rem;
  z-index: -1;
}
#contents .about {
  background: url(../images/about.png) center center no-repeat #F7CA11;
  width: 74.5rem;
  height: 49rem;
  margin: 0 auto 15rem auto;
  background-size: 57.6rem auto;
  transform: rotate(0deg) translateY(-3rem);
  transition: 1s;
  opacity: 0;
}
#contents .about.mov {
  transform: rotate(-9deg) translateY(0rem);
  opacity: 1;
}
#contents h2 {
  font-family: "coldsmith-pro", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 11rem;
  text-align: center;
  color: #FFF;
  display: flex;
  justify-content: center;
}
#contents #vote {
  scroll-margin-top: 12rem; /* 好きな余白 */
}
#contents .vote {
  width: 66.4rem;
  margin: 0 auto 3rem auto;
  border-radius: 3rem;
  border: 0.1rem #FFF solid;
  position: relative;
  opacity: 0;
  transform: translateY(3rem);
  transition: 1s;
}
#contents .vote.mov {
  opacity: 1;
  transform: translateY(0rem);
}
#contents .vote::before {
  content: "";
  background: url(../images/happa2.svg);
  background-size: contain;
  width: 17.8rem;
  height: 17.2rem;
  position: absolute;
  bottom: 2.5rem;
  left: -10rem;
  z-index: -1;
}
#contents .vote h2 {
  position: relative;
  top: -5rem;
  margin-bottom: -5rem;
  line-height: 1em;
}
#contents .vote h2 i {
  background: url(../images/vote_img.svg) left top no-repeat;
  width: 14rem;
  height: 15rem;
  background-size: contain;
  display: inline-block;
  position: relative;
  top: -2.8rem;
  margin-right: 1rem;
}
#contents .vote .mida {
  color: #F7CA11;
  font-weight: 900;
  text-align: center;
  font-size: 4rem;
  border-bottom: 0.1rem solid #FFF;
  width: 60rem;
  padding-bottom: 1.5rem;
  margin: 0 auto 1.5rem auto;
}
#contents .vote .lead {
  color: #FFF;
  text-align: center;
  font-family: "sicprintempspetit", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 5.8rem;
  line-height: 1.2em;
  margin-bottom: 3rem;
}
#contents .vote .banner {
  width: 55rem;
  margin: 0 auto 2rem;
}
#contents .vote .banner img {
  width: 100%;
}
#contents .vote .date {
  color: #FFF;
  font-size: 2.8rem;
  font-weight: 800;
  text-align: center;
  display: flex;
  justify-content: center;
}
#contents .vote .date i {
  display: inline-block;
  width: 5rem;
  height: 8rem;
  background: url(../images/arrow_right.svg) left center no-repeat;
  background-size: 100% auto;
  margin-right: 0.5rem;
  position: relative;
  top: -1.8rem;
  margin-right: 1.5rem;
}
#contents #local {
  padding-top: 24rem;
  margin-bottom: 8rem;
  position: relative;
}
#contents #local section.non {
  pointer-events: none;
}
#contents #local section.non .tit {
  opacity: 0.5;
}
#contents #local .pict img {
  position: absolute;
}
#contents #local .hanabi {
  width: 33.5rem;
  top: 2.5rem;
  left: 11.5rem;
}
#contents #local .hanabi2 {
  width: 22rem;
  top: 0rem;
  left: 52rem;
  transform: scale(-1, 1);
}
#contents #local .happa {
  width: 12rem;
  top: 21rem;
  left: -3rem;
  transform: rotate(51deg);
}
#contents #local .tori {
  width: 21.8rem;
  top: 13rem;
  left: 41.7rem;
  z-index: -1;
}
#contents #local .hanabi_b {
  width: 42rem;
  bottom: -5rem;
  left: 8.6rem;
  transform: scale(-1, 1);
}
#contents #local .happa1_b {
  width: 16.2rem;
  bottom: -10.7rem;
  left: 62.5rem;
  transform: rotate(-107deg);
}
#contents #local .happa2_b {
  width: 17.8rem;
  bottom: 7.5rem;
  left: 57.1rem;
  z-index: -1;
}
#contents #local img.anime {
  transform: scale(0);
  transition: 1s;
}
#contents #local img.anime.mov {
  transform: scale(1);
}
#contents #local .local_wrap {
  width: calc(100% - 2rem);
  border: #F7CA11 1rem solid;
  background: url(../images/local_tit.svg) center top 12rem no-repeat;
  background-size: 27rem;
  border-radius: 100vmax;
  padding-top: 21rem;
  padding-bottom: 33rem;
}
#contents #local .mida {
  font-size: 6.4rem;
  font-weight: 900;
  color: #FFF;
  text-align: center;
  margin-bottom: 2rem;
}
#contents #local .shizuoka_racer_slide {
  overflow: hidden;
  margin-bottom: 2rem;
}
#contents #local .racerSwiper .swiper-wrapper {
  transition-timing-function: linear !important;
}
#contents #local .racerSwiper .swiper-slide {
  width: 18rem;
}
#contents #local .racerSwiper img {
  width: 100%;
  height: auto;
  display: block;
}
#contents #local .pop {
  color: #FFF;
  text-align: center;
  font-size: 5.4rem;
  font-family: "coldsmith-pro", sans-serif;
}
#contents #local .thum {
  position: relative;
  width: 67rem;
  margin: 0 auto;
}
#contents #local .thum a {
  display: block;
  width: 100%;
  border-radius: 1.5rem;
  overflow: hidden;
  position: relative;
}
#contents #local .thum a .tit {
  height: 32rem;
  width: 100%;
}
#contents #local .thum a .txt {
  background: #000;
  color: #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 2.8rem;
  position: absolute;
  bottom: 0;
  width: 100%;
}
#contents #local .top1 .thum {
  margin-bottom: 2rem;
}
#contents #local .top1 .thum a {
  background: #574ABD;
  height: 52rem;
}
#contents #local .top1 .thum a .tit {
  background: url(../images/topic1_tit.svg) center 4.5rem no-repeat;
  background-size: 52rem auto;
}
#contents #local .top1 .thum a .txt {
  height: 20rem;
  position: relative;
}
#contents #local .top1 .thum a .txt::before {
  content: "";
  width: 20rem;
  height: 13.4rem;
  background: url(../images/r_sw.svg) no-repeat;
  background-size: contain;
  position: absolute;
  top: -10rem;
  right: 1.6rem;
}
#contents #local .top2 .thum a {
  background: #FF1D25;
  height: 47rem;
}
#contents #local .top2 .thum a .tit {
  background: url(../images/topic2_tit.svg) center 4.5rem no-repeat;
  background-size: 52rem auto;
}
#contents #local .top2 .thum a .txt {
  height: 15rem;
}
#contents #local .non .thum::before {
  content: "";
  width: 31rem;
  height: 20rem;
  position: absolute;
  background: url(../images/topic_come.svg) top left no-repeat;
  background-size: contain;
  z-index: 10;
  top: 0;
  left: 0;
}
#contents #movie {
  padding-top: 3rem;
  text-align: center;
  margin-bottom: 2rem;
  padding-bottom: 5rem;
}
#contents #movie h2 {
  margin-bottom: -10rem;
}
#contents #movie .logo img {
  width: 64rem;
  margin-bottom: 0rem;
}
#contents #movie ul {
  display: flex;
  flex-wrap: wrap;
  width: 60rem;
  margin: 0 auto;
  justify-content: center;
  gap: 3rem 5rem;
}
#contents #movie li .thum {
  width: 27rem;
  margin: 0 auto;
  position: relative;
  filter: drop-shadow(0 1rem 1rem rgba(0, 0, 0, 0.2));
}
#contents #movie li .thum img {
  width: 100%;
  border-radius: 1rem;
}
#contents #movie li p {
  text-align: center;
  font-size: 4rem;
  color: #FFF;
  margin-top: 1rem;
  font-weight: bold;
}
#contents #movie li.new .thum {
  width: 55rem;
  margin-bottom: 1rem;
}
#contents #movie li.new .thum::before {
  content: "";
  width: 10rem;
  top: -5rem;
  left: -5rem;
  height: 10rem;
  background: url(../images/movie_new.svg) no-repeat;
  background-size: 100%;
  position: absolute;
}
#contents #banner {
  margin-bottom: 3rem;
  text-align: center;
  padding: 5rem;
  background: rgba(0, 105, 45, 0.95);
}
#contents #banner a img {
  width: 55rem;
}

/***********************************************************************
ミディアムデバイス (スマートフォン) のスタイル
**********************************************************************/
@media (max-width: 750px) {
  #wrapper {
    width: 75rem;
    background: url(../images/wave.png);
    background-size: 75rem auto;
    margin: 0 auto;
    overflow-x: hidden;
    padding-top: 119rem;
  }
  .a_link {
    position: fixed;
    z-index: 10;
    bottom: 3rem;
    right: 1rem;
    transform: translateX(6rem);
    transition: 1s;
    opacity: 0;
    transition-delay: 2s;
  }
  .a_link li {
    width: 12rem;
  }
  .a_link li img {
    width: 100%;
  }
  .mov .a_link {
    opacity: 1;
    transform: translateX(0);
  }
  header .logo {
    left: 2.5rem;
  }
  #news {
    width: 72rem;
    z-index: 10;
    left: 1rem;
    top: 8.5rem;
  }
}
/***********************************************************************
ラージデバイス (デスクトップ) のスタイル
**********************************************************************/
@media (min-width: 751px) {
  #contents {
    width: 64.4rem;
    position: absolute;
    left: calc(50% + 22rem);
    height: 100%;
    border-left: 1rem solid #FFF;
    border-right: 1rem solid #FFF;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .scroll-area {
    overflow-y: scroll;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE, Edge */
    scroll-behavior: smooth;
  }
  .scroll-area::-webkit-scrollbar {
    display: none; /* Chrome, Safari */
  }
  #contents .about {
    width: 51.5rem;
    height: 34rem;
    background-size: 39.7rem auto;
  }
  header .logo {
    top: 4rem;
  }
  footer ul.sns {
    left: 52rem;
    top: 4rem;
  }
  h1 {
    background: none;
    overflow: visible;
    height: 40rem;
  }
  h1 img {
    width: 108rem;
    left: 5.4rem;
    top: 0;
  }
  .catch {
    left: 56rem;
    width: 4rem;
    top: calc(50% - 35rem);
  }
  .catch.mov {
    height: 28rem;
  }
  h1::before {
    left: 66.8rem;
    top: -2rem;
  }
  h1 {
    top: calc(50% - 12.3rem);
  }
  .chara1 {
    left: 3.8rem;
    top: calc(50% + 22.5rem);
  }
  .chara2 {
    left: 97rem;
    top: calc(50% - 55rem);
  }
  .chara3 {
    left: 78.4rem;
    top: calc(50% + 27.5rem);
  }
  #contents {
    background: rgba(0, 105, 45, 0.95);
  }
  #contents::before {
    display: none;
  }
  .dot2 {
    left: 2.3rem;
    top: calc(50% - 34rem);
  }
  .dot1 {
    left: 101.4rem;
    top: calc(50% - 26rem);
  }
  .dot3 {
    top: calc(50% + 31.5rem);
  }
  .happa1 {
    transform: rotate(51deg);
    left: -7.6rem;
    top: calc(50% + 14.6rem);
  }
  .happa2 {
    left: 182.7rem;
    transform: rotate(205deg);
    top: calc(50% - 40.5rem);
  }
  #contents::after {
    display: none;
  }
  #contents .vote {
    width: 50rem;
  }
  #contents .vote h2 i {
    width: 10.8rem;
    height: 11.5rem;
  }
  #contents .vote h2 {
    font-size: 8rem;
  }
  #contents .vote .mida {
    font-size: 2.8rem;
    width: 42rem;
  }
  #contents .vote .lead {
    font-size: 4.2rem;
  }
  #contents .vote .banner {
    width: 42rem;
  }
  .btn a {
    width: 42rem;
    line-height: 6rem;
    font-size: 2.8rem;
  }
  #contents .vote .date {
    font-size: 2rem;
  }
  #contents .vote .date i {
    height: 6rem;
  }
  #contents #local .local_wrap {
    width: 48rem;
    margin: 0 auto;
    background: url(../images/local_tit.svg) center top 8rem no-repeat;
    background-size: 18rem;
    padding-top: 14rem;
  }
  #contents #local .shizuoka_racer_slide {
    width: 64.4rem;
    position: relative;
    left: -8.2rem;
  }
  #contents #local .mida {
    font-size: 4rem;
  }
  #contents #local .racerSwiper .swiper-slide {
    width: 11.5rem;
  }
  #contents #local .pop {
    font-size: 3.4rem;
  }
  #contents #local .thum {
    width: 42rem;
  }
  #contents #local .non .thum::before {
    width: 20rem;
  }
  #contents #local .thum a .tit {
    height: 20rem;
  }
  #contents #local .top1 .thum a .txt::before {
    width: 12.6rem;
    height: 8.4rem;
    top: -6.5rem;
  }
  #contents #local .top1 .thum a .tit {
    background-position: center 2.5rem;
  }
  #contents #local .top2 .thum a .tit {
    background-position: center 2.5rem;
  }
  #contents #local .top1 .thum a .tit {
    background-size: 32.7rem auto;
  }
  #contents #local .top2 .thum a .tit {
    background-size: 34.4rem;
  }
  #contents #local .top1 .thum a {
    height: 32rem;
  }
  #contents #local .top1 .thum a .txt {
    height: 13rem;
    font-size: 1.8rem;
  }
  #contents #local .top2 .thum a .txt {
    height: 9.5rem;
    font-size: 1.8rem;
  }
  #contents #local .top2 .thum a {
    height: 30rem;
  }
  #contents #local .local_wrap {
    padding-bottom: 20rem;
  }
  #contents #movie {
    margin-bottom: 5rem;
  }
  #contents #movie h2 {
    font-size: 8rem;
    margin-bottom: -7rem;
  }
  #contents #movie .logo img {
    width: 48rem;
    margin-bottom: -3rem;
  }
  #contents #movie a {
    display: block;
    transition: 0.3s;
  }
  #contents #movie a:hover {
    transform: scale(0.98);
  }
  #contents #movie {
    padding-bottom: 2rem;
  }
  #contents #movie li p {
    font-size: 2.8rem;
  }
  #contents #banner {
    background: rgba(0, 0, 0, 0.2);
  }
  #contents #banner a {
    transition: 0.3s;
  }
  #contents #banner a img {
    width: 48rem;
  }
  #contents #banner a:hover {
    opacity: 0.8;
  }
  #contents #local .hanabi {
    width: 26.5rem;
    top: 8.5rem;
    left: 5.5rem;
  }
  #contents #local .hanabi2 {
    width: 18rem;
    top: 3rem;
    left: 43rem;
  }
  #contents #local .tori {
    width: 17.8rem;
    top: 14rem;
    left: 32.7rem;
  }
  #contents #local .hanabi_b {
    width: 28rem;
    bottom: -5rem;
    left: 8.6rem;
  }
  #contents .vote::before {
    content: "";
    background: url(../images/happa2.svg) no-repeat;
    background-size: contain;
    width: 13.8rem;
    height: 17.2rem;
    position: absolute;
    bottom: -8.5rem;
    left: -8rem;
    z-index: -1;
  }
  #contents #local .happa {
    width: 10rem;
    top: 29rem;
    left: 1rem;
  }
  #contents #local .happa2_b {
    width: 11.8rem;
    bottom: 7.5rem;
    left: 52.1rem;
  }
  #contents #local .happa1_b {
    width: 10.2rem;
    bottom: -5.7rem;
    left: 56.5rem;
  }
  #contents #movie li.new .thum {
    width: 42rem;
  }
  #contents #movie li.new .thum::before {
    width: 6rem;
    height: 6rem;
    left: -3rem;
    top: -3rem;
  }
  #contents #movie ul {
    width: 50rem;
    gap: 3rem 2rem;
  }
  #contents #movie li .thum {
    width: 24rem;
  }
  .a_link {
    position: fixed;
    z-index: 10;
    bottom: 2.5rem;
    left: calc(50% + 82rem);
  }
  .a_link li {
    width: 11.8rem;
  }
  .a_link li img {
    width: 100%;
  }
}
@media (min-width: 751px) and (min-aspect-ratio: 16/9) {
  /* ここに横長ブラウザ用の調整を書く */
  .chara1 {
    width: 38rem;
  }
  .chara2 {
    left: 91rem;
    top: calc(50% - 52rem);
  }
  .chara2 {
    left: 91rem;
    top: calc(50% - 47rem);
    z-index: 10;
    width: 29.8rem;
  }
  .chara3 {
    top: calc(50% + 24.5rem);
  }
  .catch {
    left: 56rem;
    width: 2.8rem;
    top: calc(50% - 26rem);
  }
  .catch.mov {
    height: 28rem;
  }
  body {
    overflow-y: scroll;
  }
  #wrapper {
    min-height: 90rem !important;
  }
}/*# sourceMappingURL=index.css.map */