@charset "UTF-8";
#canvas_wrapper {
  margin: 0;
  height: 100vh;
  min-height: 900px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  position: relative;
}

#canvas {
  position: relative;
  width: 600px;
  height: 600px;
}

.dot {
  position: absolute;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  opacity: 0;
  transition: all 0.7s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.center-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
  background-color: #FCFCF8;
  border-radius: 50%;
  z-index: -1;
  transform: translate(-50%, -50%) scale(0);
  opacity: 0;
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.center-bg.is-expanded {
  width: 880px;
  height: 880px;
}

.center-bg.is-show {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}

.fv-image {
  display: block;
  transform: scale(0);
  opacity: 0;
  transition: all 1.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.fv-image.is-show {
  transform: scale(1);
  opacity: 1;
}

.fv-image-wrap {
  position: absolute;
}

@keyframes floatAnim {
  0% {
    transform: translate(-50%, -50%) translateY(0px);
  }
  50% {
    transform: translate(-50%, -50%) translateY(-15px);
  }
  100% {
    transform: translate(-50%, -50%) translateY(0px);
  }
}
.fv-image.is-floating {
  animation-name: floatAnim;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}

a {
  transition: opacity 0.3s;
}
a:hover {
  opacity: 0.7;
}

#top {
  position: relative;
  z-index: 0;
  margin-top: 60px;
  background-color: #FCFCF8;
}
#top:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  background-image: url(../img/bg_top02.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center top;
  content: "";
}
#top:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  background-image: url(../img/bg_top01.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center bottom;
  content: "";
}
#top .top_container {
  position: relative;
  z-index: 20;
  padding-top: 248px;
  padding-bottom: 200px;
  clip-path: inset(0 0 0 0);
}
#top .top_container .top-fixed-bg {
  position: fixed;
  top: 160px;
  left: 0;
  width: 100%;
  height: calc(100vh - 160px);
  background-image: url(../img/bg_top_logo.png);
  background-repeat: no-repeat;
  background-size: 602px auto;
  background-position: center top;
  z-index: -1;
  pointer-events: none;
}
#top .top_container:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  pointer-events: none;
  background-image: url(../img/img_top_container_before.png);
  background-repeat: no-repeat;
  background-size: 187px 160px;
  background-position: left 0 bottom 20px;
  content: "";
  animation: fuwaMove 3s ease-in-out infinite;
}
#top .top_container:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  pointer-events: none;
  background-image: url(../img/img_top_container_after.png);
  background-repeat: no-repeat;
  background-size: 261px 206px;
  background-position: right 0 bottom 0;
  content: "";
  animation: fuwaMove 3s ease-in-out infinite;
}
#top .top_container h2 {
  margin-top: 64px;
  text-align: center;
}
#top .top_container h2 img {
  margin: 0 auto;
}
#top .top_container ul {
  display: flex;
  justify-content: center;
  margin-top: 120px;
}
#top .top_container li {
  width: 226px;
}
#top .top_container li + li {
  margin-left: 16px;
}
#top .top_container ul + ul {
  margin-top: 16px;
}
#top .fade_txt p {
  font-weight: 600;
  font-size: 18px;
  color: #38080C;
  text-align: center;
  line-height: 2.4;
}
#top .fade_txt p + p {
  margin-top: 48px;
}

.fade_txt p,
.js_fadein {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 2s ease, transform 2s ease;
  pointer-events: none;
}

.fade_txt p.is-show,
.js_fadein.is-show {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.anime_fuwa {
  display: inline-block;
  animation: fuwaMove 3s ease-in-out infinite;
}

@keyframes fuwaMove {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-15px);
  }
}
.common_ttl strong,
.common_ttl em {
  display: block;
  opacity: 0;
  transition: all 0.5s ease-out;
}

.common_ttl strong {
  transform: translateY(20px);
}

.common_ttl em {
  transform: translateX(-30px);
  transition-delay: 0.2s;
  font-style: normal;
}

.common_ttl.is-active strong,
.common_ttl.is-active em {
  opacity: 1;
  transform: translate(0, 0);
}

.common_ttl {
  position: relative;
  padding-left: 80px;
}
.common_ttl strong {
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  font-size: 240px;
  color: #fff;
  line-height: 1;
}
.common_ttl em {
  position: absolute;
  bottom: 0;
  left: 0;
  padding-left: 160px;
  font-weight: 700;
  font-size: 56px;
  color: #38080C;
  line-height: 1;
}
.common_ttl em span {
  color: #E60012;
}

.common_ttl_s {
  position: relative;
  margin-top: 30px;
  padding-left: 160px;
  font-weight: 600;
  font-size: 18px;
  color: #38080C;
}
.common_ttl_s:before {
  color: #E70013;
  content: "・";
}

#movie,
[id="50th_movie"] {
  padding-top: 200px;
}

.video_wrapper {
  position: relative;
  width: 1360px;
  max-width: calc(100% - 80px);
  margin: 140px auto 0;
}
.video_wrapper .video {
  display: block;
  position: relative;
  z-index: 10;
}
.video_wrapper video {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  -o-object-fit: contain;
     object-fit: contain;
  background-color: #000;
  border-radius: 40px;
}
.video_wrapper .video_before {
  position: absolute;
  right: 0;
  z-index: 0;
  bottom: calc(100% - 20px);
}
.video_wrapper .video_after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 50;
  pointer-events: none;
}
.video_wrapper .video_after img {
  position: absolute;
  aspect-ratio: 1/1;
}
.video_wrapper .video_after .img_02 {
  top: -80px;
  left: -80px;
  width: 222px;
}
.video_wrapper .video_after .img_03 {
  top: -73px;
  left: 150px;
  width: 92px;
}
.video_wrapper .video_after .img_04 {
  right: 160px;
  bottom: -104px;
  width: 112px;
}
.video_wrapper .video_after .img_05 {
  right: -70px;
  bottom: -105px;
  width: 224px;
}

.pon_wrapper {
  overflow: hidden;
}

.js_pon {
  display: inline-block;
  opacity: 0;
  transform: translateY(100%);
  transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.3s ease;
}

.js_pon.is-pon {
  opacity: 1;
  transform: translateY(0);
}

#videp {
  max-width: 1440px;
  margin: 0 auto;
}

.js_kuru {
  display: inline-block;
  animation: kuruRotate 20s linear infinite;
}

@keyframes kuruRotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#history {
  position: relative;
  margin-top: 270px;
}
#history .scroll-wrapper {
  position: relative;
}
#history .btn_50th {
  position: absolute;
  top: 200px;
  right: 100px;
  width: 324px;
}
#history .btn_50th a {
  display: block;
}
#history .history-list {
  display: flex;
  padding: 0 160px 120px 100px;
  margin: 0;
  list-style: none;
  will-change: transform;
}
#history .history-list li {
  position: relative;
  min-width: 680px;
}
#history .history-list li a {
  display: block;
  width: 600px;
  background-color: #E7E1D4;
  border-radius: 70px;
  flex-shrink: 0;
}
#history .history-list li:nth-child(even) {
  top: 120px;
}
#history .sticky-container {
  position: sticky;
  top: 0;
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 70px;
}
#history .moving-icon {
  width: 150px;
  margin-top: 30px;
  margin-left: 50px;
  will-change: transform;
}

#tomato {
  height: 400vh;
  position: relative;
}
#tomato .tomato-sticky {
  position: sticky;
  top: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
#tomato .tomato-img {
  position: absolute;
  width: 650px;
  transform-origin: center center;
  will-change: transform, opacity;
}
#tomato .img1 {
  width: 650px;
}
#tomato .img1 {
  animation: wakuwakuBox 1.5s infinite;
  transform-origin: bottom center;
}
#tomato .img2 {
  animation: treasureSway 5s ease-in-out infinite;
  transform-origin: center center;
}
#tomato .img2, #tomato .img3 {
  opacity: 0;
}

@keyframes wakuwakuBox {
  0% {
    transform: rotate(0deg) scale(1);
  }
  10% {
    transform: rotate(-3deg) scale(1.01);
  }
  20% {
    transform: rotate(3deg) scale(0.99);
  }
  30% {
    transform: rotate(-3deg) scale(1.01);
  }
  40% {
    transform: rotate(3deg) scale(0.99);
  }
  50% {
    transform: rotate(0deg) scale(1);
  }
  100% {
    transform: rotate(0deg) scale(1);
  }
}
@keyframes treasureSway {
  0% {
    transform: rotate(0deg) translateY(0);
  }
  25% {
    transform: rotate(3deg) translateY(-8px);
  }
  50% {
    transform: rotate(0deg) translateY(0);
  }
  75% {
    transform: rotate(-3deg) translateY(-8px);
  }
  100% {
    transform: rotate(0deg) translateY(0);
  }
}
#special {
  position: relative;
  z-index: 10;
  padding: 100px 0 160px;
  background-image: url(../img/bg_special.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center top;
}
#special .special-inner {
  text-align: center;
}
#special .box_wrapper {
  position: relative;
  z-index: 1;
}
#special .box_wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/imb_box01.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center top;
  z-index: -1;
}
#special .box_wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/imb_box02.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center top;
  z-index: -1;
  opacity: 0;
  transition: opacity 1s ease;
}
#special .box_wrapper.is-changed::after {
  opacity: 1;
}
#special h2 {
  position: relative;
  z-index: 0;
  padding-top: 160px;
  text-align: center;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  font-size: 240px;
  color: #E43939;
  line-height: 1;
}
#special h3 {
  position: relative;
  z-index: 10;
  margin-top: -70px;
  text-align: center;
}
#special h3 img {
  margin: 0 auto;
}
#special .btn_box_wrapper {
  margin-top: 100px;
  text-align: center;
}
#special .btn_box {
  cursor: pointer;
  transition: opacity 0.3s;
}
#special .btn_box:hover {
  opacity: 0.7;
}
#special .btn_box,
#special .btn_box02 {
  display: inline-block;
}
#special .box_wrapper {
  margin-top: 26px;
}

.fukidashi {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  bottom: calc(100% + 20px);
  left: 50%;
  z-index: 10;
  transform: translateX(-50%);
  max-width: unset;
  opacity: 0;
  transition: opacity 0.3s;
  min-width: 100px;
  height: 78px;
  padding: 13px 12px 13px 31px;
  background-color: #E60012;
  border-radius: 100px;
  font-weight: 700;
  font-size: 24px;
  color: #fff;
  pointer-events: none;
}
.fukidashi span {
  display: inline-block;
  padding-top: 5px;
  white-space: nowrap;
}
.fukidashi:before {
  display: block;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 27px;
  height: 19px;
  background-image: url(../img/img_box_fukidashi.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: "";
}
.fukidashi:after {
  display: block;
  width: 53px;
  height: 53px;
  background-image: url(../img/icon_fukidashi.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin-left: 20px;
  content: "";
}

.box_wrapper {
  position: relative;
}
.box_wrapper .img {
  position: absolute;
  opacity: 0;
  transition: opacity 3s;
  pointer-events: none;
}
.box_wrapper .img.is-changed {
  opacity: 1;
  pointer-events: auto;
  cursor: pointer;
}
.box_wrapper .img.is-changed .item {
  width: 100%;
}
.box_wrapper .img:hover .fukidashi {
  opacity: 1;
}

.txt_50 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 80px;
}

#logo {
  padding-top: 200px;
}
#logo .logo_container {
  position: relative;
  z-index: 0;
  margin-top: 200px;
  background-color: #FCFCF8;
}
#logo .logo_container:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background-image: url(../img/bg_logo_top.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center top;
  content: "";
}
#logo .logo_main {
  position: relative;
  padding-bottom: 200px;
  z-index: 20;
}
#logo .logo_main .img_logo {
  position: relative;
  top: -80px;
}
#logo .logo_main .img_logo img {
  width: 630px;
  margin: 0 auto;
}
#logo .fade_txt p {
  font-weight: 600;
  font-size: 18px;
  color: #38080C;
  text-align: center;
  line-height: 2.4;
}
#logo .fade_txt p + p {
  margin-top: 48px;
}
#logo .comment_wrapper {
  position: relative;
  z-index: 0;
  width: 800px;
  margin: 136px auto 0;
  padding: 64px 56px 48px;
  background-color: #F0F2EF;
  border-radius: 50px;
}
#logo .comment_wrapper p {
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
}
#logo .comment_wrapper .comment_bottom {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
#logo .comment_wrapper .comment_bottom .icon {
  width: 80px;
  margin-left: 40px;
}
#logo .comment_wrapper dl {
  display: flex;
  align-items: center;
}
#logo .comment_wrapper dl + dl {
  margin-top: 10px;
}
#logo .comment_wrapper dt {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 94px;
  height: 25px;
  background-color: #fff;
  border-radius: 50px;
  font-weight: 600;
  font-size: 14px;
}
#logo .comment_wrapper dd {
  font-weight: 600;
  font-size: 16px;
  margin-left: 12px;
}
#logo .comment_ttl {
  position: absolute;
  top: -32px;
  left: 0;
  z-index: 10;
  width: 209px;
}

.game_level_select_main_close,
.game_modal_close {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 20;
  width: 100px;
  height: 100px;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  transition: opacity 0.3s;
}
.game_level_select_main_close:hover,
.game_modal_close:hover {
  opacity: 0.9;
}
.game_level_select_main_close:before,
.game_modal_close:before {
  padding-top: 5px;
  font-size: 50px;
  content: "×";
}

.js_fade_li li {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.js_fade_li li.is-show {
  opacity: 1;
  transform: translateY(0);
}

.scroll-nav {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 56px;
  z-index: 100;
  transition: transform 0.4s ease;
  background-image: url(../img/bg_scroll_nav.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center bottom;
}

.scroll-nav.is-hidden {
  transform: translateY(100%);
}

.nav-track {
  position: relative;
  width: 80%;
  max-width: 100%;
  height: 6px;
  background: #E7E1D4;
  margin: 26px auto 0;
  border-radius: 6px;
}

.nav-progress {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: #C9A571;
  width: 0%;
  border-radius: 6px;
  z-index: 1;
}

.nav-icon, .nav-box {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 45px;
  transition: opacity 0.3s ease;
  z-index: 2;
  pointer-events: none;
}

.nav-icon img, .nav-box img {
  width: 100%;
  height: auto;
}

.nav-box {
  z-index: 3;
}

.nav-icon.is-active, .nav-box.is-active {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

.icon-tomato {
  left: 0%;
}

.icon-factory {
  left: 33.33%;
}

.icon-truck {
  left: 66.66%;
}

.nav-icon.is-passed, .nav-box.is-passed {
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.5);
  pointer-events: none;
}

.nav-box {
  left: 100%;
  z-index: 3;
}

.scroll-nav.is-init {
  transform: translateY(100%) !important;
}

footer {
  background-color: #FCFCF8;
}

.box_wrapper {
  aspect-ratio: 1449/859;
}

@media screen and (max-width: 768px) {
  #canvas_wrapper {
    min-height: 100svh;
    height: 100svh;
  }
  #canvas {
    width: 100vw; /* PC(600px)の半分に */
    height: 100vw;
  }
  .center-bg.is-expanded {
    width: 120vw; /* スマホの横幅いっぱいに広げる */
    height: 120vw;
  }
  .car-img.car-img-02 {
    width: 74.6666vw !important;
  }
  .car-img.car-img-03 {
    width: 74.6666vw !important;
  }
  #top {
    margin-top: 16vw;
  }
  #top .top_container {
    padding-top: 42.6666vw;
    padding-bottom: 32vw;
    background-repeat: no-repeat;
    background-size: 78.9333vw auto;
    background-position: center top 27.7333vw;
  }
  #top .fade_txt p {
    width: 87.2vw;
    font-size: 3.7333vw;
    margin-right: auto;
    margin-left: auto;
  }
  #top .top_container h2 {
    margin-top: 8.5333vw;
  }
  #top .top_container ul {
    justify-content: space-between;
    flex-wrap: wrap;
    width: 87.4666vw;
    margin-top: 17.0666vw;
    margin-right: auto;
    margin-left: auto;
  }
  #top .top_container ul li {
    width: calc((100% - 3.2vw) / 2);
  }
  #top .top_container ul li {
    margin-left: 0;
  }
  #top .top_container ul li:nth-child(n+3) {
    margin-top: 4.2666vw;
  }
  #top .top_container:after {
    background-size: 25.8666vw auto;
    background-position: right 0 bottom 0;
  }
  #top .top_container:before {
    background-size: 25vw auto;
    background-position: left 2.6666vw bottom 0px;
  }
  #movie,
  [id="50th_movie"] {
    padding-top: 21.3333vw;
  }
  .common_ttl {
    padding-left: 2.6666vw;
  }
  .common_ttl strong {
    font-size: 21.3333vw;
  }
  .common_ttl em {
    padding-left: 6.4vw;
    font-size: 6.4vw;
  }
  .common_ttl_s {
    margin-top: 2.6666vw;
    padding-left: 6.4vw;
    font-size: 3.2vw;
  }
  .video_wrapper {
    position: relative;
    max-width: 100%;
    width: 100%;
    margin: 14.9333vw auto 0;
  }
  .video_wrapper video {
    max-width: 91.4666vw;
    margin: 0 auto;
  }
  .video_wrapper video {
    border-radius: 4.2666vw;
  }
  .video_wrapper .video_before {
    width: 17.0666vw;
    bottom: calc(100% - 2vw);
  }
  .video_wrapper .video_after .img_02 {
    top: -7vw;
    left: -5vw;
    width: 14.9333vw;
  }
  .video_wrapper .video_after .img_03 {
    top: -7vw;
    left: 10vw;
    width: 6.6666vw;
  }
  .video_wrapper .video_after .img_04 {
    right: 13vw;
    bottom: -8vw;
    width: 9vw;
  }
  .video_wrapper .video_after .img_05 {
    right: -5vw;
    bottom: -8vw;
    width: 18vw;
  }
  #history {
    margin-top: 5.3333vw;
  }
  #history .btn_50th {
    position: relative;
    top: unset;
    right: unset;
    width: 87.2vw;
    margin: 8.5333vw auto 0;
  }
  #history .btn_50th a {
    display: block;
    width: 100%;
  }
  #history .btn_50th a img {
    width: 100%;
  }
  .txt_50 {
    font-size: 10.6666vw;
  }
  #history .sticky-container {
    margin-top: 10.6666vw;
  }
  #history .history-list {
    gap: 10.6666vw;
    padding: 0 6.4vw 75vw 6.4vw;
  }
  #history .history-list li {
    min-width: 88.2666vw;
  }
  #history .history-list li a {
    min-width: 88.2666vw;
    min-height: unset;
    border-radius: 8.5333vw;
  }
  #history .history-list li:nth-child(even) {
    top: 74vw;
  }
  #history .history-list li:nth-child(2) {
    margin-left: -60vw;
  }
  #history .history-list li:nth-child(3) {
    margin-left: -30vw;
  }
  #history .moving-icon {
    width: 22.1333vw;
    margin-top: 5.3333vw;
    margin-left: 6.4vw;
  }
  #special {
    padding: 26.6666vw 0 10.6666vw;
  }
  #special h2 {
    padding-top: 0;
    font-size: 21.3333vw;
  }
  #special h3 {
    margin-top: -9vw;
  }
  #special h3 img {
    width: 87.2vw;
  }
  #special .btn_box_wrapper {
    margin-top: 13.3333vw;
  }
  #special .btn_box_wrapper .btn_box02, #special .btn_box_wrapper .btn_box {
    width: 60vw;
    margin-right: auto;
    margin-left: auto;
  }
  .fukidashi {
    bottom: calc(100% + 5vw);
    min-width: 100px;
    height: 8vw;
    padding: 1vw 1vw 1vw 4vw;
    background-color: #E60012;
    border-radius: 26.6666vw;
    font-weight: 700;
    font-size: 3vw;
    color: #fff;
  }
  .fukidashi:after {
    width: 6vw;
    height: 6vw;
    margin-left: 3vw;
  }
  #special .box_wrapper {
    min-height: unset;
    aspect-ratio: 1440/859;
  }
  #logo {
    padding-top: 14.6666vw;
  }
  #logo .fade_txt {
    width: 87.2vw;
    margin: 0 auto;
  }
  #logo .logo_container {
    margin-top: 0;
  }
  #logo .logo_main {
    padding-bottom: 26.6666vw;
  }
  #logo .logo_main .img_logo {
    top: -8vw;
    width: 264px;
    margin: 0 auto;
  }
  #top .fade_txt p + p,
  #logo .fade_txt p + p {
    margin-top: 8.5333vw;
  }
  #logo .comment_wrapper {
    width: 87.2vw;
    margin: 21.3333vw auto 0;
    padding: 12vw 6.4vw 6.4vw;
    border-radius: 13.3333vw;
  }
  #logo .comment_ttl {
    top: -5vw;
    width: 35.7333vw;
  }
  #logo .comment_wrapper p {
    font-size: 3.7333vw;
  }
  #logo .comment_wrapper .comment_bottom {
    display: block;
    margin-top: 5.3333vw;
  }
  #logo .comment_wrapper .comment_bottom .icon {
    width: 10.6666vw;
    margin-left: auto;
  }
  #logo .comment_wrapper dl {
    justify-content: flex-end;
  }
  #logo .comment_wrapper dt {
    width: 17.6vw;
    height: 4.8vw;
    border-radius: 13.3333vw;
    font-size: 2.6666vw;
  }
  #logo .comment_wrapper dd {
    width: 51vw;
    font-size: 3.7333vw;
    margin-left: 2.1333vw;
  }
  #movie,
  [id="50th_movie"] {
    overflow: hidden;
    padding-bottom: 26.6666vw;
  }
  #logo .fade_txt p {
    font-size: 3.7333vw;
  }
}
@media screen and (min-width: 768px) {
  .for_sp {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .for_pc {
    display: none !important;
  }
}
.fv-image {
  max-width: none !important;
}

.yoshikei-sensei {
  position: absolute;
  bottom: 200px;
  left: -100px;
  width: 97px;
  height: auto;
  z-index: 50;
  opacity: 0;
  transition: left 0.3s, opacity 0.3s ease;
}

.yoshikei-sensei.is-show {
  left: 0px;
  opacity: 1;
}

.special_warpper {
  width: 1440px;
  margin: 0 auto;
}

.box_wrapper .img_001 {
  width: 257px;
  top: 163px;
  left: 331px;
}
.box_wrapper .img_002 {
  width: 267px;
  top: 99px;
  left: 614px;
}
.box_wrapper .img_003 {
  width: 231px;
  top: 121px;
  left: 892px;
}
.box_wrapper .img_004 {
  width: 252px;
  top: 321px;
  left: 263px;
}
.box_wrapper .img_005 {
  width: 298px;
  top: 384px;
  left: 525px;
}
.box_wrapper .img_006 {
  width: 273px;
  top: 355px;
  left: 842px;
}
.box_wrapper .img_007 {
  width: 285px;
  top: 601px;
  left: 320px;
}
.box_wrapper .img_008 {
  width: 292px;
  top: 576px;
  left: 578px;
}
.box_wrapper .img_009 {
  width: 256px;
  top: 624px;
  left: 851px;
}

#game_level_select {
  display: none;
}
#game_level_select .game_level_select {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
}
#game_level_select .bg_game_level_select {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  background-color: #000;
  opacity: 0.5;
}
#game_level_select .game_level_select_main {
  position: relative;
  z-index: 50;
  width: 1330px;
  height: 999px;
  background-image: url(../img/bg_gameselect.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding-top: 320px;
}
#game_level_select .game_level_select_main .data_select_num {
  display: none;
}
#game_level_select .game_level_select_main ul {
  display: flex;
  justify-content: center;
}
#game_level_select .game_level_select_main li {
  position: relative;
  width: 269px;
  text-align: center;
  cursor: pointer;
  transition: 0.3s;
}
#game_level_select .game_level_select_main li .img {
  position: relative;
}
#game_level_select .game_level_select_main li .img:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 10px solid transparent;
  content: "";
  border-radius: 20px;
  transition: 0.1s;
}
#game_level_select .game_level_select_main li .img_wrapper:after {
  display: block;
  position: relative;
  width: 85px;
  height: 32px;
  margin: 24px auto 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: "";
}
#game_level_select .game_level_select_main li:after {
  display: inline-block;
  margin-top: 12px;
  font-weight: 700;
  font-size: 32px;
  color: #FF4040;
  content: "";
}
#game_level_select .game_level_select_main li:hover .img {
  border-radius: 20px;
  overflow: hidden;
}
#game_level_select .game_level_select_main li:hover .img:after {
  border: 10px solid #FF4040;
}
#game_level_select .game_level_select_main li:hover:after {
  text-decoration: underline;
}
#game_level_select .game_level_select_main li + li {
  margin-left: 72px;
}
#game_level_select .game_level_select_main .level_01 .img_wrapper:after {
  background-image: url(../img/level01.png);
}
#game_level_select .game_level_select_main .level_01:after {
  content: "甘口コース";
}
#game_level_select .game_level_select_main .level_02 .img_wrapper:after {
  background-image: url(../img/level02.png);
}
#game_level_select .game_level_select_main .level_02:after {
  content: "中辛コース";
}
#game_level_select .game_level_select_main .level_03 .img_wrapper:after {
  background-image: url(../img/level03.png);
}
#game_level_select .game_level_select_main .level_03:after {
  content: "辛口コース";
}

.comment_wrapper {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.8s ease;
}

.comment_wrapper.is-show {
  opacity: 1;
  transform: translateY(0);
}

/* 768px以下の設定 */
.box_wrapper .img {
  transition: filter 0.2s ease;
}
.box_wrapper .img:hover img {
  filter: url(#outline);
  filter: url(#outline-pc);
}
@media screen and (max-width: 768px) {
  .box_wrapper .img:hover img {
    filter: url(#outline-sp);
  }
}

.clear-message {
  pointer-events: none;
}
.clear-message.is-show {
  pointer-events: visible;
}

@media screen and (max-width: 768px) {
  #top .top_container .top-fixed-bg {
    top: 27.7333vw;
    height: calc(100vh - 27.73333333vw);
    background-size: 78.9333vw auto;
  }
  #history .history-list li {
    width: 86.1333vw;
    min-width: 86.1333vw;
  }
  #history .history-list li a {
    width: 100%;
    min-width: 100%;
  }
  #tomato .tomato-img {
    width: 80vw;
  }
  #special {
    overflow: hidden;
    width: 100%;
  }
  .special_warpper {
    width: 100%;
  }
  .box_wrapper .img {
    transition: filter 0.2s ease;
  }
  .box_wrapper .img:hover img {
    filter: url(#outline);
  }
  .box_wrapper .img_001 {
    width: 17.8472222222vw;
    top: 11.3194444444vw;
    left: 22.9861111111vw;
  }
  .box_wrapper .img_002 {
    width: 18.5416666667vw;
    top: 6.875vw;
    left: 42.6388888889vw;
  }
  .box_wrapper .img_003 {
    width: 16.0416666667vw;
    top: 8.4027777778vw;
    left: 61.9444444444vw;
  }
  .box_wrapper .img_004 {
    width: 17.5vw;
    top: 22.2916666667vw;
    left: 18.2638888889vw;
  }
  .box_wrapper .img_005 {
    width: 20.6944444444vw;
    top: 26.6666666667vw;
    left: 36.4583333333vw;
  }
  .box_wrapper .img_006 {
    width: 18.9583333333vw;
    top: 24.6527777778vw;
    left: 58.4722222222vw;
  }
  .box_wrapper .img_007 {
    width: 19.7916666667vw;
    top: 41.7361111111vw;
    left: 22.2222222222vw;
  }
  .box_wrapper .img_008 {
    width: 20.2777777778vw;
    top: 40vw;
    left: 40.1388888889vw;
  }
  .box_wrapper .img_009 {
    width: 17.7777777778vw;
    top: 43.3333333333vw;
    left: 59.0972222222vw;
  }
  #game_level_select .game_level_select_main {
    width: 100%;
    height: unset;
    aspect-ratio: 1330/999;
    padding-top: 22.2222222222vw;
  }
  #game_level_select .game_level_select_main li {
    width: 18.6805555556vw;
  }
  #game_level_select .game_level_select_main li .img_wrapper:after {
    width: 5.9027777778vw;
    height: 2.2222222222vw;
    margin-top: 1.6666666667vw;
  }
  #game_level_select .game_level_select_main li:after {
    margin-top: 0.8333333333vw;
    font-size: 2.2222222222vw;
  }
  #game_level_select .game_level_select_main li + li {
    margin-left: 5vw;
  }
  #game_level_select .game_level_select_main li:hover .img:after {
    border: 0.6944444444vw solid #FF4040;
  }
  .btntest {
    top: 0;
  }
  #top .img_001 {
    width: 70.4vw;
  }
  .fv-image-wrap:has(img[src="img/img_fv_01.png"]) {
    top: 38svh !important;
    left: -1vw !important;
  }
  .fv-image-wrap:has(img[src="img/img_fv_01.png"]) img {
    width: 15.4666vw !important;
  }
  .fv-image-wrap:has(img[src="img/img_fv_02.png"]) {
    display: none;
  }
  .fv-image-wrap:has(img[src="img/img_fv_03.png"]) {
    top: 62svh !important;
    left: -1vw !important;
  }
  .fv-image-wrap:has(img[src="img/img_fv_03.png"]) img {
    width: 22.6666vw !important;
  }
  .fv-image-wrap:has(img[src="img/img_fv_04.png"]) {
    top: 18svh !important;
    left: 13vw !important;
  }
  .fv-image-wrap:has(img[src="img/img_fv_04.png"]) img {
    width: 32vw !important;
  }
  .fv-image-wrap:has(img[src="img/img_fv_05.png"]) {
    display: none;
  }
  .fv-image-wrap:has(img[src="img/img_fv_06.png"]) {
    top: 68svh !important;
    left: 98vw !important;
  }
  .fv-image-wrap:has(img[src="img/img_fv_06.png"]) img {
    width: 14.9333vw !important;
  }
  .fv-image-wrap:has(img[src="img/img_fv_07.png"]) {
    top: 76svh !important;
    left: 12vw !important;
  }
  .fv-image-wrap:has(img[src="img/img_fv_07.png"]) img {
    width: 25.6vw !important;
  }
  .fv-image-wrap:has(img[src="img/img_fv_08.png"]) {
    top: 12svh !important;
    left: 40vw !important;
  }
  .fv-image-wrap:has(img[src="img/img_fv_08.png"]) img {
    width: 21.3333vw !important;
  }
  .fv-image-wrap:has(img[src="img/img_fv_09.png"]) {
    top: 82svh !important;
    left: 39.733333vw !important;
  }
  .fv-image-wrap:has(img[src="img/img_fv_09.png"]) img {
    width: 12vw !important;
  }
  .fv-image-wrap:has(img[src="img/img_fv_11.png"]) {
    top: 92.466667svh !important;
    left: 49.666667vw !important;
  }
  .fv-image-wrap:has(img[src="img/img_fv_11.png"]) img {
    width: 16.5333vw !important;
  }
  .fv-image-wrap:has(img[src="img/img_fv_13.png"]) {
    top: 7svh !important;
    left: 82vw !important;
  }
  .fv-image-wrap:has(img[src="img/img_fv_13.png"]) img {
    width: 32vw !important;
  }
  .fv-image-wrap:has(img[src="img/img_fv_14.png"]) {
    top: 87svh !important;
    left: 83.666667vw !important;
  }
  .fv-image-wrap:has(img[src="img/img_fv_14.png"]) img {
    width: 42.6666vw !important;
  }
  .fv-image-wrap:has(img[src="img/img_fv_15.png"]) {
    top: 22svh !important;
    left: 82.733333vw !important;
  }
  .fv-image-wrap:has(img[src="img/img_fv_15.png"]) img {
    width: 26.1333vw !important;
  }
  .fv-image-wrap:has(img[src="img/img_fv_16.png"]) {
    top: 15svh !important;
    left: 64.2vw !important;
    z-index: 40 !important;
  }
  .fv-image-wrap:has(img[src="img/img_fv_16.png"]) img {
    width: 13.0666vw !important;
  }
  .fv-image-wrap:has(img[src="img/img_fv_17.png"]) {
    top: 83.2vw !important;
    left: 102vw !important;
  }
  .fv-image-wrap:has(img[src="img/img_fv_17.png"]) img {
    width: 21.3333vw !important;
  }
  .fv-image-wrap:has(img[src="img/img_fv_18.png"]) {
    display: none;
  }
  .fv-image-wrap:has(img[src="img/img_fv_19.png"]) {
    top: 13svh !important;
    left: 102.666667vw !important;
  }
  .fv-image-wrap:has(img[src="img/img_fv_19.png"]) img {
    width: 17.3333vw !important;
  }
  .fv-image-wrap:has(img[src="img/img_fv_20.png"]) {
    display: none;
  }
  .fv-image-wrap:has(img[src="img/img_fv_21.png"]) {
    display: none;
  }
  .fv-image-wrap:has(img[src="img/img_fv_22.png"]) {
    top: 90svh !important;
    left: 16vw !important;
  }
  .fv-image-wrap:has(img[src="img/img_fv_22.png"]) img {
    width: 32vw !important;
  }
  .fv-image-wrap:has(img[src="img/img_fv_23.png"]) {
    top: 90svh !important;
    left: 1vw !important;
  }
  .fv-image-wrap:has(img[src="img/img_fv_23.png"]) img {
    width: 15.2vw !important;
  }
  .yoshikei-sensei {
    bottom: 0vw;
    width: 20.2666vw;
  }
  .center-bg.is-expanded {
    width: 100vw;
    height: 100vw;
  }
  .car-img.car-img-02,
  .car-img.car-img-03 {
    width: 70vw !important;
  }
}
@media screen and (min-width: 769px) {
  .fv-image-wrap:has(img[src="img/img_fv_01.png"]) {
    top: 38.4166666667svh !important;
    left: -1vw !important;
  }
  .fv-image-wrap:has(img[src="img/img_fv_01.png"]) img {
    max-width: 124px !important;
    width: 8.6111111111vw !important;
  }
  .fv-image-wrap:has(img[src="img/img_fv_02.png"]) {
    top: 17svh !important;
    left: 2vw !important;
  }
  .fv-image-wrap:has(img[src="img/img_fv_02.png"]) img {
    max-width: 195px !important;
    width: 10.8333333333vw !important;
  }
  .fv-image-wrap:has(img[src="img/img_fv_03.png"]) {
    top: 61.3333333333svh !important;
    left: 2vw !important;
  }
  .fv-image-wrap:has(img[src="img/img_fv_03.png"]) img {
    max-width: 200px !important;
    width: 11.1111111111vw !important;
  }
  .fv-image-wrap:has(img[src="img/img_fv_04.png"]) {
    top: 40.8333333333svh !important;
    left: 13.8888888889vw !important;
  }
  .fv-image-wrap:has(img[src="img/img_fv_04.png"]) img {
    max-width: 280px !important;
    width: 15.5555555556vw !important;
  }
  .fv-image-wrap:has(img[src="img/img_fv_05.png"]) {
    display: none !important;
  }
  .fv-image-wrap:has(img[src="img/img_fv_06.png"]) {
    display: none !important;
  }
  .fv-image-wrap:has(img[src="img/img_fv_07.png"]) {
    top: 62.8333333333svh !important;
    left: 17.3611111111vw !important;
  }
  .fv-image-wrap:has(img[src="img/img_fv_07.png"]) img {
    max-width: 240px !important;
    width: 13.3333333333vw !important;
  }
  .fv-image-wrap:has(img[src="img/img_fv_08.png"]) {
    top: 16.8333333333svh !important;
    left: 23.8888888889vw !important;
  }
  .fv-image-wrap:has(img[src="img/img_fv_08.png"]) img {
    max-width: 200px !important;
    width: 11.1111111111vw !important;
  }
  .fv-image-wrap:has(img[src="img/img_fv_09.png"]) {
    top: 83.75svh !important;
    left: 27.7777777778vw !important;
  }
  .fv-image-wrap:has(img[src="img/img_fv_09.png"]) img {
    max-width: 97px !important;
    width: 5.3888888889vw !important;
  }
  .fv-image-wrap:has(img[src="img/img_fv_11.png"]) {
    top: 83.75svh !important;
    left: 67.2222222222vw !important;
  }
  .fv-image-wrap:has(img[src="img/img_fv_11.png"]) img {
    max-width: 119px !important;
    width: 6.6111111111vw !important;
  }
  .fv-image-wrap:has(img[src="img/img_fv_13.png"]) {
    top: 19.3333333333svh !important;
    left: 74.5138888889vw !important;
  }
  .fv-image-wrap:has(img[src="img/img_fv_13.png"]) img {
    max-width: 200px !important;
    width: 11.1111111111vw !important;
  }
  .fv-image-wrap:has(img[src="img/img_fv_14.png"]) {
    top: 70.8333333333svh !important;
    left: 81.4583333333vw !important;
  }
  .fv-image-wrap:has(img[src="img/img_fv_14.png"]) img {
    max-width: 280px !important;
    width: 15.5555555556vw !important;
  }
  .fv-image-wrap:has(img[src="img/img_fv_15.png"]) {
    top: 45.8333333333svh !important;
    left: 81.25vw !important;
  }
  .fv-image-wrap:has(img[src="img/img_fv_15.png"]) img {
    max-width: 249px !important;
    width: 13.8333333333vw !important;
  }
  .fv-image-wrap:has(img[src="img/img_fv_16.png"]) {
    top: 27.5svh !important;
    left: 89.5833333333vw !important;
    z-index: 50 !important;
  }
  .fv-image-wrap:has(img[src="img/img_fv_16.png"]) img {
    max-width: 138px !important;
    width: 7.6666666667vw !important;
  }
  .fv-image-wrap:has(img[src="img/img_fv_17.png"]) {
    top: 40.8333333333svh !important;
    left: 97.2222222222vw !important;
    z-index: 10 !important;
  }
  .fv-image-wrap:has(img[src="img/img_fv_17.png"]) img {
    max-width: 200px !important;
    width: 11.1111111111vw !important;
  }
  .fv-image-wrap:has(img[src="img/img_fv_18.png"]) {
    top: 76.6666666667svh !important;
    left: 94.4444444444vw !important;
    z-index: 10 !important;
  }
  .fv-image-wrap:has(img[src="img/img_fv_18.png"]) img {
    max-width: 92px !important;
    width: 5.1111111111vw !important;
  }
  .fv-image-wrap:has(img[src="img/img_fv_19.png"]) {
    top: 12.5svh !important;
    left: 98.6111111111vw !important;
    z-index: 10 !important;
  }
  .fv-image-wrap:has(img[src="img/img_fv_19.png"]) img {
    max-width: 142px !important;
    width: 7.8888888889vw !important;
  }
  .fv-image-wrap:has(img[src="img/img_fv_20.png"]) {
    top: 61.3333333333svh !important;
    left: 99.3055555556vw !important;
    z-index: 10 !important;
  }
  .fv-image-wrap:has(img[src="img/img_fv_20.png"]) img {
    max-width: 129px !important;
    width: 7.1666666667vw !important;
  }
  .fv-image-wrap:has(img[src="img/img_fv_21.png"]) {
    top: 90svh !important;
    left: 93.75vw !important;
    z-index: 10 !important;
  }
  .fv-image-wrap:has(img[src="img/img_fv_21.png"]) img {
    max-width: 194px !important;
    width: 10.7777777778vw !important;
  }
  .fv-image-wrap:has(img[src="img/img_fv_22.png"]) {
    top: 81.6666666667svh !important;
    left: 13.8888888889vw !important;
    z-index: 10 !important;
  }
  .fv-image-wrap:has(img[src="img/img_fv_22.png"]) img {
    max-width: 200px !important;
    width: 11.1111111111vw !important;
  }
  .fv-image-wrap:has(img[src="img/img_fv_23.png"]) {
    top: 90svh !important;
    left: 1.3888888889vw !important;
    z-index: 10 !important;
  }
  .fv-image-wrap:has(img[src="img/img_fv_23.png"]) img {
    max-width: 141px !important;
    width: 7.8333333333vw !important;
  }
}
#history .btn_50th .txtlink {
  display: flex;
  justify-content: center;
  margin-top: 16px;
}
@media screen and (max-width: 768px) {
  #history .btn_50th .txtlink {
    margin-top: 5.3333vw;
  }
}
#history .btn_50th .txtlink a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  #history .btn_50th .txtlink a {
    font-size: 3.4666vw;
  }
}
#history .btn_50th .txtlink a span {
  display: inline-block;
  position: relative;
  top: 2px;
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  #history .btn_50th .txtlink a span {
    top: 0.5333vw;
  }
}
#history .btn_50th .txtlink a img {
  display: block;
  width: 20px;
  margin-left: 6px;
}
@media screen and (max-width: 768px) {
  #history .btn_50th .txtlink a img {
    width: 5.3333vw;
    margin-left: 1.6vw;
  }
}

@media screen and (min-width: 769px) {
  #top .top_container h2 .img_001 {
    width: 803px;
  }
  #special .btn_box02 img {
    width: 500px;
  }
  footer .footer_bottom .footer_btn a {
    width: 288px;
  }
}
.box_wrapper:not(.box_wrapper:has(.is-changed)) {
  transition: opacity 0.3s;
  cursor: pointer;
}
.box_wrapper:not(.box_wrapper:has(.is-changed)):hover {
  opacity: 0.9;
}

@media screen and (min-width: 769px) {
  #movie .common_ttl strong,
  [id="50th_movie"] .common_ttl strong {
    padding-bottom: 78px;
  }
}
@media screen and (max-width: 768px) {
  #movie .common_ttl strong,
  [id="50th_movie"] .common_ttl strong {
    padding-bottom: 10vw;
  }
}
#movie .common_ttl em,
[id="50th_movie"] .common_ttl em {
  line-height: 1.3;
}

#special .special_txt {
  margin-top: 80px;
  font-weight: 600;
  font-size: 24px;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #special .special_txt {
    margin-top: 10.6666vw;
    font-size: 3.2vw;
  }
}

@media screen and (min-width: 769px) {
  #special .btn_box_wrapper {
    margin-top: 45px;
  }
}
@media screen and (max-width: 768px) {
  #special .btn_box_wrapper {
    margin-top: 6.1333vw;
  }
  .btn_game .item {
    transform: scale(0.8);
  }
}/*# sourceMappingURL=style.css.map */