

/* @keyframes slideImage {
  0% {
    animation-timing-function: cubic-bezier(0.2, 0, 0, 1);
    opacity: 0;
    transform: scale(1.25);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
} */
@keyframes slideImage {
  0% {
    animation-timing-function: cubic-bezier(0.2, 0, 0, 1);
    opacity: 0;
    transform: scale(1.25);
  }
  7% {
    opacity: 1;
    transform: scale(1);
  }
  94.5% {
    animation-timing-function: cubic-bezier(0.2, 0, 0, 1);
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(1);
  }
}
@keyframes textIn {
  0% {
    animation-timing-function: cubic-bezier(0, 0, 0, 1);
    opacity: 0;
    transform: translate3d(-40px, 0, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes contentOut {
  0% {
    opacity: 1;
  }
  94.5% {
    animation-timing-function: cubic-bezier(0, 0, 0, 1);
    opacity: 1;
    /* transform: translate3d(-40px, 0, 0); */
  }
  100% {
    opacity: 0;
    /* transform: translate3d(0, 0, 0); */
  }
}
@media screen and (max-width: 639px) {
  .layer-up {
    z-index: 1;
  }
}
.mod-form-trendSearch._custom {
  margin-bottom: 40px;
}
@media screen and (max-width: 639px) {
  .mod-form-trendSearch._custom {
    margin-bottom: 24px;
  }
}
.mod-form-trendSearch._custom > .inner {
  align-items: center;
  display: flex;
  max-width: 1300px;
  padding-bottom: 0;
  padding-top: 40px;
}
@media screen and (min-width: 1025px) and (max-width: 1559px) {
  .mod-form-trendSearch._custom > .inner {
    padding-left: min(calc(1559px - 100vw), 100px);
  }
}
@media screen and (max-width: 639px) {
  .mod-form-trendSearch._custom > .inner {
    align-items: stretch;
    flex-direction: column;
    padding-top: 24px;
  }
}
.mod-form-trendSearch._custom > .inner .searchBox {
  border-right: 1px solid #ccc;
  flex: 1 1 auto;
  margin-right: 40px;
  padding-right: 40px;
}
@media screen and (max-width: 1024px) {
  .mod-form-trendSearch._custom > .inner .searchBox {
    margin-right: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 639px) {
  .mod-form-trendSearch._custom > .inner .searchBox {
    border-right: none;
    margin-bottom: 30px;
    margin-right: 0;
    padding-right: 0;
  }
}
@media screen and (min-width: 640px), print {
  .mod-form-trendSearch._custom > .inner .linkBox {
    flex: 0 0 auto;
    width: 260px;
  }
}
.mod-form-trendSearch._custom .mf_finder_searchBox_form {
  margin-bottom: 16px;
  margin-top: 0;
}
.mod-form-trendSearch._custom .mf_finder_searchBox_items {
  border-radius: 5px;
}
.mod-form-trendSearch._custom .mf_finder_searchBox_query_input {
  border-radius: 5px 0 0 5px;
}
.mod-form-trendSearch._custom button.mf_finder_searchBox_submit {
  background-image: url(/jpn/img/top/icon_search.svg);
  height: 44px;
}
.mod-form-trendSearch._custom .mf_finder_searchBox_query_input::placeholder {
  color: #737bb2;
}
.mod-form-trendSearch._custom .list > ul {
  justify-content: flex-start;
  margin: -8px 0 0 -8px;
}
.mod-form-trendSearch._custom .list > ul > li {
  padding: 8px 0 0 8px;
}
.mod-form-trendSearch._custom .list > ul > li a {
  border-color: #b2b2b2;
  border-radius: 5px;
  color: #000;
  font-weight: 400;
}
.mod-form-trendSearch._custom .linkBox a {
  border: 2px solid #04127c;
  border-radius: 60px;
  color: #04127c;
  display: block;
  padding: 10px 24px 8px;
  position: relative;
  text-decoration: none;
}
@media screen and (max-width: 639px) {
  .mod-form-trendSearch._custom .linkBox a {
    text-align: center;
  }
}
.mod-form-trendSearch._custom .linkBox a::after {
  border-right: 2px solid currentColor;
  border-top: 2px solid currentColor;
  content: "";
  display: block;
  height: 0.6em;
  position: absolute;
  right: 28px;
  top: calc(50% - 0.3em);
  transform: rotate(45deg);
  transition: right 0.3s ease-out;
  width: 0.6em;
}
.mod-form-trendSearch._custom .linkBox a:hover::after {
  right: 22px;
}
@media screen and (min-width: 1025px), print {
  .mod-form-trendSearch._hasScroll {
    position: relative;
  }
}

/* type2 */
.str-mainvisual-carousel-03 {
  margin-bottom: 250px;
  opacity: 0;
  overflow: visible;
  max-height: 800px;
}
@media screen and (min-width: 640px), print {
  .str-mainvisual-carousel-03 {
    height: auto !important;
  }
}
@media screen and (max-width: 639px) {
  .str-mainvisual-carousel-03 {
    margin-bottom: 0;
    transition: height 0.5s;
  }
}
.str-mainvisual-carousel-03 .swiper-wrapper {
  overflow: hidden;
}
.str-mainvisual-carousel-03 .swiper-slide {
  height: auto;
}
@media screen and (max-width: 639px) {
  .str-mainvisual-carousel-03 .swiper-slide {
  }
}
.str-mainvisual-carousel-03 .slide-content {
  align-items: start;
  display: flex;
  height: 530px;
  padding: 40px 0;
  position: relative;
  z-index: 5;
}
@media screen and (min-width: 640px) {
  .str-mainvisual-carousel-03 .swiper-slide-active .slide-content {
    animation: contentOut 7.5s 0s 1 forwards;
  }
}
@media screen and (max-width: 639px) {
  .str-mainvisual-carousel-03 .slide-content {
    padding: 20px;
    height: auto;
  }
}
.str-mainvisual-carousel-03 .slide-content .inner {
  max-width: 412px;
  margin-left: 40px;
  padding: 30px 20px 50px;
  background-color: rgba(255,255,255,.9);
  opacity: 0;
}
.str-mainvisual-carousel-03 .slide-content .inner.col-outer {
  max-width: 100% !important;
  width: 100%;
  margin: 0 30px;
  padding: 0;
  background-color: rgba(0,0,0,0);
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.str-mainvisual-carousel-03 .slide-content .inner.col-outer .col {
  margin: 0 10px 40px;
  width: calc(100% / 3 - 20px);
  padding: 15px;
  min-height: 190px;
  background-color: rgba(218,222,240,.95);
  transition: background-color .4s ease;
}
@media screen and (max-width: 980px) {
  .str-mainvisual-carousel-03 .slide-content .inner.col-outer {
    margin: 0 20px;
    margin-top: -10px;
  }
  .str-mainvisual-carousel-03 .slide-content .inner.col-outer .col {
    margin: 0 6px 10px;
    padding: 15px;
    width: calc(100% / 3 - 12px);
  }
}
@media screen and (max-width: 795px) {
  .str-mainvisual-carousel-03 .slide-content .inner.col-outer {
    margin: 0;
    margin-top: -15px;
  }
  .str-mainvisual-carousel-03 .slide-content .inner.col-outer .col {
    margin: 0 4px 8px;
    padding: 10px;
    width: calc(100% / 3 - 8px);
  }
}
@media screen and (max-width: 639px) {
  .str-mainvisual-carousel-03 .slide-content .inner.col-outer {
    display: none;
  }
}
.str-mainvisual-carousel-03 .slide-content .inner.col-outer .col a {
  text-decoration: none;
}
.str-mainvisual-carousel-03 .slide-content .inner.col-outer .col:hover {
  background-color: rgba(255, 255, 255, .9);
}
.str-mainvisual-carousel-03 .slide-content .inner.col-outer .col p {
  font-weight: bold;
  font-size: 1.7rem;
  margin-bottom: 5px;
  color: #04127C;
}
.str-mainvisual-carousel-03 .slide-content .inner.col-outer .col ul {
  margin-bottom: 0;
  margin-left: 20px;
}
.str-mainvisual-carousel-03 .slide-content .inner.col-outer .col ul li {
  list-style-type: disc;
  color: #04127C;
}
.str-mainvisual-carousel-03 .swiper-slide-active .slide-content .inner {
  animation: textIn 0.8s 1s 1 forwards;
  opacity: 0;
}
@media screen and (max-width: 639px) {
  .str-mainvisual-carousel-03 .slide-content .inner {
    width: 100%;
    margin-left: 0;
  }
}
.swiper-container-fade .slide-content .hdg {
  opacity: 0;
}
.swiper-container-fade .slide-content .text {
  opacity: 0;
}

.swiper-container-fade .slide-content .btnArea {
  opacity: 0;
}
.swiper-container-fade .slide-content .btnArea.mod-btn a {
  border-color: #04127c;
  color: #04127c;
}
.swiper-container-fade .slide-content .btnArea.mod-btn a::before {
  border-color: #04127c #04127c transparent transparent;;
}
.str-mainvisual-carousel-03 .slide-content .btn > a {
  background: #04127c;
  color: #fff;
  display: inline-block;
  font-size: clamp(1.4rem, 0.83333vw, 1.6rem);
  padding: 12px 55px 10px 24px;
  position: relative;
  text-decoration: none;
}
@media screen and (min-width: 640px) {
  .swiper-container-fade .slide-content .hdg {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 639px) {
  .str-mainvisual-carousel-03 .slide-content .btn > a {
    display: block;
    padding: 16px 55px 15px 16px;
  }
}
.str-mainvisual-carousel-03 .slide-content .btn > a::after {
  border-right: 2px solid currentColor;
  border-top: 2px solid currentColor;
  content: "";
  display: block;
  height: 0.7em;
  position: absolute;
  right: 28px;
  top: calc(50% - 0.4em);
  transform: rotate(45deg);
  transition: right 0.3s ease-out;
  width: 0.7em;
}
.str-mainvisual-carousel-03 .slide-content .btn > a:hover::after {
  right: 22px;
}
.str-mainvisual-carousel-03 .slide-image {
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
}
.swiper-container-fade .slide-image {
  opacity: 0;
}
.str-mainvisual-carousel-03 .slide-image img {
  height: 100%;
  object-fit: cover;
  position: absolute;
  width: 100%;
}
@media screen and (min-width: 640px), print {
  .str-mainvisual-carousel-03 ._black {
    color: #fff;
  }
}
@media screen and (max-width: 639px) {
  .str-mainvisual-carousel-03 ._black {
    background: #000;
    color: #fff;
  }
}
.str-mainvisual-carousel-03 .swiper-pagination-wrapper {
  align-items: center;
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  transform: translateY(88.88%);
  visibility: hidden;
  z-index: 5;
}
@media screen and (max-width: 639px) {
  .str-mainvisual-carousel-03 .swiper-pagination-wrapper {
    /* background: #f8f8f8; */
    position: relative;
    transform: none;
    transform: translateY(22.22%);
    z-index: 6;
  }
}
.str-mainvisual-carousel-03.swiper-container-fade .swiper-pagination-wrapper {
  opacity: 1;
  transform: translateY(85%);
  transition: opacity 0.3s ease-out 2s, visibility 0.3s linear 2s, transform 0.3s ease-out 2s;
  visibility: visible;
}
@media screen and (max-width: 639px) {
  .str-mainvisual-carousel-03.swiper-container-fade .swiper-pagination-wrapper {
    transform: translateY(0);
  }
}
.str-mainvisual-carousel-03 .pagination-thum-wrapper {
  align-items: start;
  background: #f8f8f8;
  display: flex;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  justify-content: center;
  padding: 5px 4px;
  position: relative;
}
@media screen and (max-width: 639px) {
  .str-mainvisual-carousel-03 .pagination-thum-wrapper {
    filter: none;
    padding: 4px 1px;
    flex-wrap: wrap;
    max-width: 404px;
    background-color: #fff;
    box-shadow: none;
  }
}
.str-mainvisual-carousel-03 .pagination-thum {
  appearance: none;
  background: none;
  background-color: transparent;
  border: none;
  cursor: pointer;
  margin: 0 4px;
  padding: 0;
  width: clamp(80px, calc(130/900*100vw), 130px);
}
.str-mainvisual-carousel-03 .pagination-thum p {
  margin-top: 8px;
  margin-bottom: 4px;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 500;
}
@media screen and (max-width: 639px) {
  .str-mainvisual-carousel-03 .pagination-thum {
    margin: 0 2px;
    width: calc(100% / 3 - 4px);
    max-width: 130px;
    margin-bottom: 3px;
  }
}
.str-mainvisual-carousel-03 .pagination-thum img {
  height: auto;
  vertical-align: top;
  width: 100%;
}
.pagination-frame {
  border: 3px solid #04127c;
  bottom: 5px;
  display: block;
  left: 8px;
  pointer-events: none;
  position: absolute;
  top: 5px;
  transform: translateX(0);
  transition: left 0.5s ease-out, transform 0.5s ease-out;
  width: clamp(80px, calc(130/900*100vw), 130px);
}
@media screen and (max-width: 639px) {
  .pagination-frame {
    bottom: 4px;
    top: 4px;
    width: calc(100% / 3 - 4px);
    max-width: 130px;
    height: 48%;
  }
}
.pagination-frame img {
  left: 50%;
  position: absolute;
  top: -2px;
  transform: translate(-50%, -100%);
  width: clamp(22px, calc(44/1920*100vw), 44px);
}
@media screen and (max-width: 639px) {
  .pagination-frame img {
    top: -3px;
    width: 33px;
  }
}
.str-mainvisual-carousel-03[data-current="0"] .pagination-frame {
  left: 8px;
  transform: translateX(0);
}
/* @media screen and (max-width: 639px) {
  .str-mainvisual-carousel-03[data-current="0"] .pagination-frame {
  }
} */
.str-mainvisual-carousel-03[data-current="1"] .pagination-frame {
  left: 16px;
  transform: translateX(100%);
}
@media screen and (max-width: 639px) {
  .str-mainvisual-carousel-03[data-current="0"] .pagination-frame {
    left: 3px;
    transform: translateX(0);
  }
}
.str-mainvisual-carousel-03[data-current="2"] .pagination-frame {
  left: 24px;
  transform: translateX(200%);
}
@media screen and (max-width: 639px) {
  .str-mainvisual-carousel-03[data-current="1"] .pagination-frame {
    left: 7px;
    transform: translateX(100%);
  }
}
.str-mainvisual-carousel-03[data-current="3"] .pagination-frame {
  left: 32px;
  transform: translateX(300%);
}
@media screen and (max-width: 639px) {
  .str-mainvisual-carousel-03[data-current="2"] .pagination-frame {
    left: 10px;
    transform: translateX(200%);
  }
}
.str-mainvisual-carousel-03[data-current="4"] .pagination-frame {
  left: 40px;
  transform: translateX(400%);
}
@media screen and (max-width: 639px) {
  .str-mainvisual-carousel-03[data-current="3"] .pagination-frame {
    left: 5px;
    top: 6px;
    transform: translateX(50%) translateY(100%);
  }
}
.str-mainvisual-carousel-03[data-current="5"] .pagination-frame {
  left: 48px;
  transform: translateX(500%);
}
@media screen and (max-width: 639px) {
  .str-mainvisual-carousel-03[data-current="4"] .pagination-frame {
    left: 8px;
    top: 6px;
    transform: translateX(150%)translateY(100%);
  }
}
.str-mainvisual-carousel-03 .swiper-button-prev {
  display: none;
}
.str-mainvisual-carousel-03 .swiper-button-next {
  display: none;
}
.str-mainvisual-carousel-03 .swiper-slide-active .slide-image {
  opacity: 1;
}
@media screen and (min-width: 640px) {
  .str-mainvisual-carousel-03 .swiper-slide-active .slide-image img {
    /* animation: slideImage 0.5s 0s 1 forwards; */
    animation: slideImage 7.5s 0s 1 forwards;
  }
}
.str-mainvisual-carousel-03 .swiper-slide-active .slide-content .hdg {
  animation: textIn 0.8s 0.8s 1 forwards;
  opacity: 0;
}
.str-mainvisual-carousel-03 .swiper-slide-active .slide-content .text {
  animation: textIn 0.8s 0.9s 1 forwards;
  opacity: 0;
}
.str-mainvisual-carousel-03 .swiper-slide-active .slide-content .btnArea {
  animation: textIn 0.8s 1s 1 forwards;
  opacity: 0;
}
.custom-news {
  align-items: flex-start;
  display: flex;
  padding: 0 25px;
}
@media screen and (max-width: 1024px) {
  .custom-news {
    align-items: center;
    flex-direction: column;
  }
}
@media screen and (max-width: 639px) {
  .custom-news {
    align-items: stretch;
    padding: 0 10px;
  }
}
.custom-news-buttonArea {
  display: flex;
  flex: 0 0 auto;
  margin-right: 40px;
}
.custom-news-buttonArea > *:first-child {
  margin-right: 24px;
}
@media screen and (max-width: 639px) {
  .custom-news-buttonArea > *:first-child {
    margin-bottom: 8px;
    margin-right: 0;
  }
}
@media screen and (max-width: 1024px) {
  .custom-news-buttonArea {
    margin-bottom: 35px;
    margin-right: 0;
    max-width: 676px;
    width: 100%;
  }
}
@media screen and (max-width: 639px) {
  .custom-news-buttonArea {
    flex: 1 1 auto;
    flex-direction: column;
  }
}
.custom-news-newsArea {
  flex: 1 1 auto;
}
@media screen and (max-width: 1024px) {
  .custom-news-newsArea {
    max-width: 676px;
    width: 100%;
  }
}
.custom-news-button {
  border: 1px solid rgba(4, 18, 124, 0.3);
  border-radius: 5px;
  color: #04127c;
  display: flex;
  flex-direction: column;
  font-size: 1.4rem;
  justify-content: center;
  min-height: 94px;
  padding: 15px 70px 15px 32px;
  position: relative;
  text-decoration: none;
  width: 326px;
}
@media screen and (max-width: 1024px) {
  .custom-news-button {
    padding-right: 60px;
  }
}
@media screen and (max-width: 639px) {
  .custom-news-button {
    font-size: 1.2rem;
    min-height: 70px;
    padding-bottom: 5px;
    padding-top: 5px;
    width: 100%;
  }
}
.custom-news-button .large {
  font-size: 2.4rem;
}
@media screen and (max-width: 1024px) {
  .custom-news-button .large {
    font-size: 2rem;
  }
}
@media screen and (max-width: 639px) {
  .custom-news-button .large {
    font-size: 1.8rem;
  }
}
.custom-news-button::after {
  border-right: 2px solid currentColor;
  border-top: 2px solid currentColor;
  content: "";
  display: block;
  height: 25px;
  position: absolute;
  right: 38px;
  top: calc(50% - 12px);
  transform: rotate(45deg);
  transition: right 0.3s ease-out;
  width: 25px;
}
@media screen and (max-width: 639px) {
  .custom-news-button::after {
    height: 22px;
    right: 36px;
    top: calc(50% - 11px);
    width: 22px;
  }
}
.custom-news-button:hover::after {
  right: 30px;
}
@media screen and (max-width: 639px) {
  .custom-news-button:hover::after {
    right: 28px;
  }
}
.custom-news-list {
  margin-bottom: 10px;
}
.custom-news-list > li {
  border-bottom: 1px solid #dce8f5;
  color: #04127c;
  display: flex;
  flex-direction: column;
  padding-bottom: 6px;
}
.custom-news-list > li .date {
  font-size: 1.4rem;
  margin-bottom: 5px;
}
.custom-news-list > li a {
  -webkit-box-orient: vertical;
  color: inherit;
  display: -webkit-box;
  font-size: 2rem;
  -webkit-line-clamp: 2;
  line-height: 1.5;
  min-height: calc(2rem*2*1.5);
  overflow: hidden;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 639px) {
  .custom-news-list > li a {
    font-size: 1.6rem;
    min-height: calc(1.6rem*2*1.5);
  }
}
.custom-news-list > li a:hover {
  opacity: 0.7;
}
.custom-news-link {
  margin-bottom: 0;
  text-align: right;
}
.custom-news-link a {
  color: #04127c;
  display: inline-block;
  padding-right: 20px;
  position: relative;
  text-decoration: none;
}
.custom-news-link a::after {
  border-right: 2px solid currentColor;
  border-top: 2px solid currentColor;
  content: "";
  display: block;
  height: 0.6em;
  position: absolute;
  right: 0;
  top: calc(50% - 0.25em - 1px);
  transform: rotate(45deg);
  transition: right 0.3s ease-out;
  width: 0.6em;
}
.custom-news-link a:hover::after {
  right: -8px;
}
.custom-scroller {
  animation: scrollFade 0.5s linear 4s 1 forwards;
  height: 96px;
  left: max(calc((100vw/2 - 1300px/2)/2 - 40px), 35px);
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 40px;
  width: 40px;
}
@media screen and (max-width: 1024px) {
  .custom-scroller {
    display: none;
  }
}
.custom-scroller .text {
  animation: scrollText 3s linear 5s infinite;
}
.custom-scroller-inner {
  display: flex;
  flex-direction: column;
  transition: opacity 0.5s;
}
.is-fade .custom-scroller .custom-scroller-inner {
  opacity: 0;
}
.custom-scroller .icon {
  animation: scrooIcon 3s linear 5s infinite;
  background: url(/jpn/img/top/icon_scroll_arrow.svg) no-repeat center center;
  bottom: 0;
  height: 11px;
  left: calc(50% - 10px);
  opacity: 0;
  position: absolute;
  width: 19px;
}
.custom-scroller .icon .border {
  animation: scrollBorder 3s linear 5s infinite;
  background: #04127c;
  border-radius: 6px;
  bottom: 3px;
  display: block;
  left: calc(50% - 1.5px);
  position: absolute;
  width: 3px;
}
.custom-scroller .icon .border::before {
  animation: scrollDot1 3s linear 5s infinite;
  background: #04127c;
  border-radius: 100%;
  content: "";
  display: block;
  height: 3px;
  left: calc(50% - 1.5px);
  position: absolute;
  top: -6px;
  width: 3px;
}
.custom-scroller .icon .border::after {
  animation: scrollDot2 3s linear 5s infinite;
  background: #04127c;
  border-radius: 100%;
  content: "";
  display: block;
  height: 3px;
  left: calc(50% - 1.5px);
  position: absolute;
  top: -12px;
  width: 3px;
}
@keyframes scrollFade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes scrooIcon {
  0% {
    opacity: 0;
    transform: translateY(-65px);
  }
  10% {
    opacity: 0;
    transform: translateY(-65px);
  }
  20% {
    opacity: 1;
    transform: translateY(-65px);
  }
  50% {
    opacity: 1;
    transform: translateY(0);
  }
  65% {
    opacity: 0;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(0);
  }
}
@keyframes scrollText {
  0% {
    animation-timing-function: ease-out;
    transform: translateY(0);
  }
  15% {
    animation-timing-function: ease-in-out;
    transform: translateY(5px);
  }
  20% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes scrollBorder {
  0% {
    height: 1px;
  }
  20% {
    height: 1px;
  }
  35% {
    height: 24px;
  }
  100% {
    height: 24px;
  }
}
@keyframes scrollDot1 {
  0% {
    opacity: 0;
    transform: translateY(0);
  }
  25% {
    opacity: 0;
    transform: translateY(0);
  }
  35% {
    opacity: 1;
    transform: translateY(0);
  }
  50% {
    opacity: 1;
    transform: translateY(0);
  }
  65% {
    opacity: 1;
    transform: translateY(4px);
  }
  100% {
    opacity: 1;
    transform: translateY(4px);
  }
}
@keyframes scrollDot2 {
  0% {
    opacity: 0;
    transform: translateY(0);
  }
  30% {
    opacity: 0;
    transform: translateY(0);
  }
  40% {
    opacity: 1;
    transform: translateY(0);
  }
  50% {
    opacity: 1;
    transform: translateY(0);
  }
  65% {
    opacity: 1;
    transform: translateY(8px);
  }
  100% {
    opacity: 1;
    transform: translateY(4px);
  }
}
.custom-scroller2 {
  align-items: center;
  color: #04127c;
  display: flex;
  flex-direction: column;
  height: 96px;
  justify-content: flex-end;
  margin: 40px auto;
  padding-bottom: 12px;
  pointer-events: none;
  position: relative;
  transition: opacity 0.5s;
  -webkit-user-select: none;
  user-select: none;
  width: 96px;
}
@keyframes scrollLoop {
  0% {
    animation-timing-function: ease-out;
    opacity: 1;
  }
  10% {
    opacity: 0;
    transform: translateY(20px) rotate(135deg);
  }
  40% {
    animation-timing-function: ease-out;
    opacity: 0;
    transform: translateY(-20px) rotate(135deg);
  }
  50% {
    opacity: 1;
    transform: translateY(0) rotate(135deg);
  }
  100% {
    opacity: 1;
  }
}
