@charset "UTF-8";
/* ================================================================

制作コンテンツ

info:
- レスポンシブの場合は、ブレイクポイント 768px で記述してください。
- SP用CSSを先に記述する方法を推奨します。下記の記述は例です。
- PCのみの場合は、記述を削除してください。

================================================================ */
/* SP用CSSの記述 */
/* PC、Tablet用CSSの記述 */
/*====================================
basic
====================================*/
img {
  display: block;
}

@media (any-hover: hover) {
  .hover:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
  }
}

#top {
  position: relative;
  padding-top: 50px;
}

.credit {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  z-index: 2;
  margin: 0;
  padding: 0;
}

.globalFooter {
  margin: 0;
  padding: 35px 0;
}

.mv {
  position: relative;
  overflow: hidden;
}

.mv::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: url(../images/mv_bg.png) left center no-repeat;
  background-size: cover;
  height: 16.2%;
}

.mv-image {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1200 / 650;
}

.mv-image .image {
  position: absolute;
  inset: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  opacity: 0;
  animation: mvCrossFade 28s linear infinite;
}

.mv-image .image:nth-child(1) {
  animation-delay: 0s;
}

.mv-image .image:nth-child(2) {
  animation-delay: -4s;
}

.mv-image .image:nth-child(3) {
  animation-delay: -8s;
}

.mv-image .image:nth-child(4) {
  animation-delay: -12s;
}

.mv-image .image:nth-child(5) {
  animation-delay: -16s;
}

.mv-image .image:nth-child(6) {
  animation-delay: -20s;
}

.mv-image .image:nth-child(7) {
  animation-delay: -24s;
}

.mv-txt {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  z-index: 2;
}

.mv-txt .txt {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0;
  bottom: 0;
  top: 0;
  z-index: 2;
}

.mv-txt img {
  height: 100%;
}

.foot_bnr {
  z-index: 2;
  position: relative;
  margin: auto;
  overflow: hidden;
  background: rgba(123, 170, 170, 0.3);
}

.foot_bnr .inner {
  max-width: 1200px;
  margin: 0 auto;
}

.foot_bnr .images {
  position: relative;
  width: 100%;
  margin: 0 auto;
}

.foot_bnr .images .bnr {
  position: absolute;
  z-index: 2;
  top: 49px;
  right: 144px;
}

.block01 {
  position: relative;
}

.block01 img {
  width: 100%;
}

.block01 .btn {
  position: absolute;
  bottom: 5%;
  right: 15.3%;
  z-index: 3;
  width: 28.4vw;
  z-index: 4;
}

.block01 .scroll {
  position: absolute;
  bottom: 0;
  right: 16.4%;
  width: 1.22vw;
  z-index: 5;
  pointer-events: none;
}

.block01 .scroll::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin-inline: auto;
  width: 1px;
  height: 34%;
  background: #666666;
  animation: scroll 2s ease-in-out infinite;
}

.block01 .img {
  left: 0;
  top: 0;
  position: absolute;
  z-index: 2;
}

.block01 .txt01 {
  z-index: 1;
  position: relative;
}

.block01 .txt02 {
  left: 0;
  top: 0;
  position: absolute;
  z-index: 3;
}

@keyframes scroll {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  51% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}

.block02 {
  z-index: 2;
  position: relative;
  margin: auto;
  overflow: hidden;
  background: #000;
}

.block02 .inner {
  max-width: 1200px;
  margin: 0 auto;
}

.block02 .images {
  position: relative;
  width: 100%;
  margin: 0 auto;
}

.block02 .images .bnr {
  position: absolute;
  z-index: 2;
  bottom: -15px;
  left: 276px;
}

.block02 .images .flow_images {
  bottom: 85px;
  left: min(0px, calc(50% - 50vw));
  right: 325px;
  position: absolute;
  z-index: 3;
}

.block02 .images .flow_images .flow_images_track {
  animation: flowLoop 50s linear infinite;
}

.block02 .images .flow_images ul {
  column-gap: 19px;
}

.block02 .images .flow_images ul + ul {
  margin-left: 19px;
}

.block02 .images .flow_images li {
  position: relative;
  margin-left: 0;
}

.block02 .images .flow_images li .txt {
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
}

.block03 .inner {
  max-width: 1200px;
  margin: 0 auto;
}

.block03 .images {
  position: relative;
  width: 100%;
  margin: 0 auto;
}

.block03 .images .txt {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}

.block03 .images .btn {
  position: absolute;
  bottom: 0;
  left: 283px;
  z-index: 3;
}

.block03 .flow_images {
  margin-top: 15px;
}

.block03 .flow_images .flow_images_track {
  animation: flowLoop 50s linear infinite;
}

.block03 .flow_images li {
  position: relative;
  margin-right: 10px;
  width: 190px;
}

.block03 .flow_images li .txt {
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
}

.block03 .bnr {
  margin-top: 32px;
  display: flex;
  justify-content: center;
}

.block04 {
  padding-bottom: 28px;
}

.block04 .inner {
  max-width: 1200px;
  margin: 0 auto;
}

.block04 .images {
  position: relative;
  width: 100%;
  margin: 0 auto;
}

.block04 .images .txt {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}

.block04 .images .btn01 {
  position: absolute;
  top: 315px;
  right: 145px;
  z-index: 3;
}

.block04 .images .btn02 {
  position: absolute;
  bottom: 41px;
  left: 175px;
  z-index: 3;
}

.block04 .flow_images .flow_images_track {
  animation: flowLoop 50s linear infinite;
}

.block04 .flow_images li {
  position: relative;
  margin-right: 10px;
  width: 176px;
}

.block04 .flow_images li .txt {
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
}

.block04 .bnr {
  margin-top: 25px;
  display: flex;
  justify-content: center;
}

.flow_images {
  overflow: hidden;
}

.flow_images .flow_images_track {
  display: flex;
  width: max-content;
  animation: flowLoop 80s linear infinite;
  will-change: transform;
}

.flow_images ul {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  flex-shrink: 0;
}

.flow_images ul li {
  position: relative;
}

.flow_images ul li img {
  width: 100%;
}

@keyframes flowLoop {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-50%, 0, 0);
  }
}

@keyframes mvCrossFade {
  0% {
    opacity: 0;
  }
  4% {
    opacity: 1;
  }
  18% {
    opacity: 1;
  }
  22%,
  100% {
    opacity: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .mv-image .image {
    animation: none;
    opacity: 0;
  }
  .mv-image .image:first-child {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: scale(0.85);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

.fixbtn {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 9999;
  display: flex;
  justify-content: center;
  overflow: hidden;
  background: #8b1c1c;
  transition: background-color 0.35s ease;
}

@keyframes shimmerSweep {
  0% {
    transform: translateX(0) skewX(-24deg);
    opacity: 0;
  }
  20% {
    opacity: 0.15;
  }
  50% {
    opacity: 0.9;
  }
  80% {
    opacity: 0.15;
  }
  100% {
    transform: translateX(140vw) skewX(-24deg);
    opacity: 0;
  }
}

.fixbtn::before {
  content: "";
  position: absolute;
  top: -40%;
  left: -35vw;
  width: 30vw;
  height: 180%;
  z-index: 5;
  pointer-events: none;
  opacity: 0;
  background: linear-gradient(100deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.18) 45%, rgba(255, 255, 255, 0.85) 50%, rgba(255, 255, 255, 0.18) 55%, rgba(255, 255, 255, 0) 100%);
  transform: translateX(0) skewX(-24deg);
}

@keyframes sparkleGlow {
  0% {
    filter: brightness(1) drop-shadow(0 0 0 rgba(255, 247, 210, 0));
  }
  45% {
    filter: brightness(1.06) drop-shadow(0 0 8px rgba(255, 247, 210, 0.35));
  }
  100% {
    filter: brightness(1) drop-shadow(0 0 0 rgba(255, 247, 210, 0));
  }
}

.fixbtn .inner {
  width: 100%;
  max-width: none;
  margin: 0 auto;
}

.fixbtn a {
  position: relative;
  display: flex;
  justify-content: center;
  overflow: hidden;
  width: 100%;
}

.fixbtn a img {
  z-index: 2;
}

.fixbtn a img.bg {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  margin: 0 auto;
  z-index: 3;
}

@media screen and (min-width: 992px) {
  .fixbtn:hover {
    background: #a32626;
  }
  .fixbtn:hover::before {
    animation: shimmerSweep 0.75s ease-out;
  }
  .fixbtn:hover a {
    animation: sparkleGlow 0.7s ease-out;
  }
}

#js_pagetop {
  position: fixed;
  bottom: 40px;
  right: -50px;
  z-index: 9999;
  width: 50px;
  height: 50px;
  cursor: pointer;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

#js_pagetop.active {
  right: 0;
}
