
/* type1 */
.str-mainvisual-carousel-02 {
  border-bottom: 1px solid #e6e6e6;
  opacity: 0;
}
@media screen and (min-width: 640px), print {
  .str-mainvisual-carousel-02 {
    height: auto !important;
  }
}
@media screen and (max-width: 639px) {
  .str-mainvisual-carousel-02 {
    transition: height 0.5s;
  }
}
@media screen and (max-width: 639px) {
  .str-mainvisual-carousel-02 .swiper-wrapper {
    align-items: flex-start;
  }
}
.str-mainvisual-carousel-02 .swiper-slide {
  height: auto;
}
@media screen and (max-width: 639px) {
  .str-mainvisual-carousel-02 .swiper-slide {
    display: flex;
    flex-direction: column-reverse;
  }
}
.str-mainvisual-carousel-02 .slide-content {
  align-items: center;
  display: flex;
  height: 100%;
  min-height: min(calc(100vw * 600 / 1920), 600px);
  padding: 45px 0;
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 639px) {
  .str-mainvisual-carousel-02 .slide-content {
    align-items: flex-start;
    background: #fff;
    flex-grow: 1;
    height: auto;
    min-height: inherit;
    padding: 10px 20px 64px;
  }
}
@media screen and (min-width: 640px), print {
  .str-mainvisual-carousel-02 .slide-content .inner {
    max-width: 50vw;
    padding-left: 6.25vw;
    padding-right: 6.25vw;
  }
}
@media screen and (max-width: 639px) {
  .str-mainvisual-carousel-02 .slide-content .inner {
    width: 100%;
  }
}
.str-mainvisual-carousel-02 .slide-content .hdg {
  font-size: clamp(2.8rem, 2.5vw, 4.8rem);
  font-weight: 400;
  line-height: 1.5;
  margin: 0 0 24px;
}
.swiper-container-fade .slide-content .hdg {
  opacity: 0;
}
@media screen and (max-width: 639px) {
  .str-mainvisual-carousel-02 .slide-content .hdg {
    margin-bottom: 14px;
  }
}
.str-mainvisual-carousel-02 .slide-content .text {
  font-size: clamp(1.6rem, 1.04167vw, 2rem);
}
.swiper-container-fade .slide-content .text {
  opacity: 0;
}
.str-mainvisual-carousel-02 .slide-content .btnArea {
  margin-top: 28px;
}
.swiper-container-fade .slide-content .btnArea {
  opacity: 0;
}
@media screen and (max-width: 639px) {
  .str-mainvisual-carousel-02 .slide-content .btnArea {
    margin-top: 14px;
  }
}
.str-mainvisual-carousel-02 .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 (max-width: 639px) {
  .str-mainvisual-carousel-02 .slide-content .btn > a {
    display: block;
    padding: 16px 55px 15px 16px;
  }
}
.str-mainvisual-carousel-02 .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-02 .slide-content .btn > a:hover::after {
  right: 22px;
}
@media screen and (min-width: 640px), print {
  .str-mainvisual-carousel-02 .slide-image {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
  }
  .swiper-container-fade .slide-image {
    opacity: 0;
  }
  .str-mainvisual-carousel-02 .slide-image::before {
    background: #fff;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    top: 0;
    width: 25vw;
    z-index: 1;
  }
  .str-mainvisual-carousel-02 .slide-image::after {
    background: linear-gradient(to right, #fff 0%, #fff 55%, rgba(255, 255, 255, 0) 100%);
    bottom: 0;
    content: "";
    display: block;
    left: 25vw;
    position: absolute;
    top: 0;
    width: 26.04167vw;
    z-index: 1;
  }
  .str-mainvisual-carousel-02 .slide-image img {
    height: 100%;
    object-fit: cover;
    position: absolute;
    width: 100%;
  }
}
@media screen and (max-width: 639px) {
  .str-mainvisual-carousel-02 .slide-image {
    height: 46.15385vw;
    min-height: 180px;
    overflow: hidden;
    position: relative;
  }
  .swiper-container-fade .slide-image {
    opacity: 0;
  }
  .str-mainvisual-carousel-02 .slide-image img {
    height: 100%;
    object-fit: cover;
    position: absolute;
    width: 100%;
  }
}
@media screen and (min-width: 640px), print {
  .str-mainvisual-carousel-02 ._black {
    color: #fff;
  }
  .str-mainvisual-carousel-02 ._black .slide-image::before {
    background: #000;
  }
  .str-mainvisual-carousel-02 ._black .slide-image::after {
    background: linear-gradient(to right, #000 0%, #000 55%, rgba(0, 0, 0, 0) 100%);
  }
}
.str-mainvisual-carousel-02 .swiper-pagination-wrapper {
  align-items: center;
  bottom: 10px;
  display: flex;
  justify-content: center;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  visibility: hidden;
  z-index: 5;
}
@media screen and (max-width: 639px) {
  .str-mainvisual-carousel-02 .swiper-pagination-wrapper {
    bottom: 15px;
  }
}
.str-mainvisual-carousel-02 .swiper-pagination-wrapper .swiper-pagination {
  align-items: center;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 20px;
  display: flex;
  height: 26px;
  margin-right: 4px;
  padding: 0 8px;
  position: static;
}
@media screen and (max-width: 639px) {
  .str-mainvisual-carousel-02 .swiper-pagination-wrapper .swiper-pagination {
    background: rgba(4, 18, 124, 0.05);
    height: 32px;
    margin-right: 12px;
  }
}
.str-mainvisual-carousel-02 .swiper-pagination-wrapper .swiper-pagination-bullet {
  background: #828bd9;
  height: 10px;
  margin: 0 8px;
  opacity: 1;
  width: 10px;
}
@media screen and (max-width: 639px) {
  .str-mainvisual-carousel-02 .swiper-pagination-wrapper .swiper-pagination-bullet {
    margin: 0 12px;
  }
}
.str-mainvisual-carousel-02 .swiper-pagination-wrapper .swiper-pagination-bullet-active {
  background-color: #04127c;
}
.str-mainvisual-carousel-02 .swiper-pagination-wrapper .swiper-stop {
  background: rgba(255, 255, 255, 0.4);
  border: none;
  border-radius: 100%;
  color: transparent;
  cursor: pointer;
  font-size: 0;
  height: 26px;
  margin: 0;
  position: relative;
  width: 26px;
}
@media screen and (max-width: 639px) {
  .str-mainvisual-carousel-02 .swiper-pagination-wrapper .swiper-stop {
    background: rgba(4, 18, 124, 0.05);
    height: 32px;
    width: 32px;
  }
}
.str-mainvisual-carousel-02 .swiper-pagination-wrapper .swiper-stop::after,.str-mainvisual-carousel-02 .swiper-pagination-wrapper .swiper-stop::before {
  background: #04127c;
  content: "";
  display: block;
  height: 10px;
  left: 9px;
  position: absolute;
  top: 8px;
  width: 2px;
}
@media screen and (max-width: 639px) {
  .str-mainvisual-carousel-02 .swiper-pagination-wrapper .swiper-stop::after,.str-mainvisual-carousel-02 .swiper-pagination-wrapper .swiper-stop::before {
    left: 12px;
    top: 11px;
  }
}
.str-mainvisual-carousel-02 .swiper-pagination-wrapper .swiper-stop::after {
  left: auto;
  right: 9px;
}
@media screen and (max-width: 639px) {
  .str-mainvisual-carousel-02 .swiper-pagination-wrapper .swiper-stop::after {
    right: 12px;
  }
}
.str-mainvisual-carousel-02 .swiper-pagination-wrapper .swiper-stop:not(.is-play)::before {
  display: none;
}
.str-mainvisual-carousel-02 .swiper-pagination-wrapper .swiper-stop:not(.is-play)::after {
  display: none;
}
.str-mainvisual-carousel-02 .swiper-pagination-wrapper .swiper-stop span::before {
  border-color: transparent transparent transparent #04127c;
  border-style: solid;
  border-width: 6px 0 6px 10px;
  content: "";
  height: 0;
  left: 9px;
  position: absolute;
  top: 7px;
  width: 0;
}
@media screen and (max-width: 639px) {
  .str-mainvisual-carousel-02 .swiper-pagination-wrapper .swiper-stop span::before {
    left: 13px;
    top: 10px;
  }
}
.str-mainvisual-carousel-02 .swiper-pagination-wrapper .swiper-stop.is-play span::before {
  display: none;
}
.str-mainvisual-carousel-02.swiper-container-fade .swiper-pagination-wrapper {
  opacity: 1;
  transition: opacity 0.3s ease-out 2s;
  visibility: visible;
}
.str-mainvisual-carousel-02 .swiper-button-prev {
  background-image: url(/jpn/img/top/icon_prev.svg);
  background-size: cover;
  height: min(7.25vw, 140px);
  left: 0;
  margin-top: 0;
  opacity: 0;
  overflow: hidden;
  transform: translateY(-50%);
  transition: opacity 0.3s ease-out;
  width: min(3.625vw, 70px);
}
.str-mainvisual-carousel-02 .swiper-button-prev:hover {
  opacity: 1;
}
@media screen and (max-width: 639px) {
  .str-mainvisual-carousel-02 .swiper-button-prev {
    display: none;
  }
}
.str-mainvisual-carousel-02 .swiper-button-next {
  background-image: url(/jpn/img/top/icon_next.svg);
  background-size: cover;
  height: min(7.25vw, 140px);
  margin-top: 0;
  opacity: 0;
  overflow: hidden;
  right: 0;
  transform: translateY(-50%);
  transition: opacity 0.3s ease-out;
  width: min(3.625vw, 70px);
}
.str-mainvisual-carousel-02 .swiper-button-next:hover {
  opacity: 1;
}
@media screen and (max-width: 639px) {
  .str-mainvisual-carousel-02 .swiper-button-next {
    display: none;
  }
}
.str-mainvisual-carousel-02 .swiper-slide-active .slide-image {
  opacity: 1;
}
.str-mainvisual-carousel-02 .swiper-slide-active .slide-image img {
  animation: slideImage 0.5s 0s 1 forwards;
}
.str-mainvisual-carousel-02 .swiper-slide-active .slide-content .hdg {
  animation: textIn 0.8s 0.8s 1 forwards;
  opacity: 0;
}
.str-mainvisual-carousel-02 .swiper-slide-active .slide-content .text {
  animation: textIn 0.8s 0.9s 1 forwards;
  opacity: 0;
}
.str-mainvisual-carousel-02 .swiper-slide-active .slide-content .btnArea {
  animation: textIn 0.8s 1s 1 forwards;
  opacity: 0;
}
@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 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);
  }
}
@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 {
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: clamp(40px, 4.375vw, 84px);
  opacity: 0;
  overflow: visible;
}
@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 {
    background: #fff;
    display: flex;
    flex-direction: column;
  }
}
.str-mainvisual-carousel-03 .slide-content {
  align-items: center;
  display: flex;
  height: 100%;
  min-height: min(calc(100vw * 540 / 1800), 540px);
  padding: 45px 0;
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 639px) {
  .str-mainvisual-carousel-03 .slide-content {
    align-items: flex-start;
    flex-grow: 1;
    height: auto;
    margin-bottom: -90px;
    min-height: inherit;
    padding: 20px 20px 0;
  }
}
@media screen and (min-width: 640px), print {
  .str-mainvisual-carousel-03 .slide-content .inner {
    max-width: 50vw;
    padding-left: 6.25vw;
    padding-right: 6.25vw;
  }
}
@media screen and (max-width: 639px) {
  .str-mainvisual-carousel-03 .slide-content .inner {
    width: 100%;
  }
}
.str-mainvisual-carousel-03 .slide-content .hdg {
  font-size: clamp(2.8rem, 2.5vw, 4.8rem);
  font-weight: 400;
  line-height: 1.5;
  margin: 0 0 24px;
}
.swiper-container-fade .slide-content .hdg {
  opacity: 0;
}
@media screen and (max-width: 639px) {
  .str-mainvisual-carousel-03 .slide-content .hdg {
    margin-bottom: 14px;
  }
}
.str-mainvisual-carousel-03 .slide-content .text {
  font-size: clamp(1.6rem, 1.04167vw, 2rem);
}
.swiper-container-fade .slide-content .text {
  opacity: 0;
}
.str-mainvisual-carousel-03 .slide-content .btnArea {
  margin-top: 28px;
}
.swiper-container-fade .slide-content .btnArea {
  opacity: 0;
}
@media screen and (max-width: 639px) {
  .str-mainvisual-carousel-03 .slide-content .btnArea {
    margin-top: 14px;
  }
}
.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 (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;
}
@media screen and (min-width: 640px), print {
  .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::before {
    background: #fff;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    top: 0;
    width: 25vw;
    z-index: 1;
  }
  .str-mainvisual-carousel-03 .slide-image::after {
    background: linear-gradient(to right, #fff 0%, #fff 55%, rgba(255, 255, 255, 0) 100%);
    bottom: 0;
    content: "";
    display: block;
    left: 25vw;
    position: absolute;
    top: 0;
    width: 26.04167vw;
    z-index: 1;
  }
  .str-mainvisual-carousel-03 .slide-image img {
    height: 100%;
    object-fit: cover;
    position: absolute;
    width: 100%;
  }
}
@media screen and (max-width: 639px) {
  .str-mainvisual-carousel-03 .slide-image {
    height: 78.20513vw;
    min-height: 180px;
    overflow: hidden;
    position: relative;
  }
  .swiper-container-fade .slide-image {
    height: 78.20513vw;
    opacity: 0;
  }
  .str-mainvisual-carousel-03 .slide-image img {
    height: 100%;
    object-fit: cover;
    position: absolute;
    width: 100%;
  }
}
@media screen and (max-width: 639px) and (max-width: 639px) {
  .str-mainvisual-carousel-03 .slide-image img {
    object-position: center bottom;
  }
}
@media screen and (max-width: 639px) {
  .str-mainvisual-carousel-03 .slide-image::after {
    background: linear-gradient(to bottom, #fff 0%, #fff 40%, rgba(255, 255, 255, 0) 100%);
    content: "";
    display: block;
    height: 120px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
  }
}
@media screen and (min-width: 640px), print {
  .str-mainvisual-carousel-03 ._black {
    color: #fff;
  }
  .str-mainvisual-carousel-03 ._black .slide-image::before {
    background: #000;
  }
  .str-mainvisual-carousel-03 ._black .slide-image::after {
    background: linear-gradient(to right, #000 0%, #000 55%, rgba(0, 0, 0, 0) 100%);
  }
}
@media screen and (max-width: 639px) {
  .str-mainvisual-carousel-03 ._black {
    background: #000;
    color: #fff;
  }
  .str-mainvisual-carousel-03 ._black .slide-image::after {
    background: linear-gradient(to bottom, #000 0%, #000 40%, rgba(0, 0, 0, 0) 100%);
  }
}
.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(66.66%);
  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: center;
  background: #f8f8f8;
  display: flex;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.16));
  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;
  }
}
.str-mainvisual-carousel-03 .pagination-thum {
  appearance: none;
  background: none;
  background-color: transparent;
  border: none;
  cursor: pointer;
  margin: 0 4px;
  padding: 0;
  width: clamp(105px, calc(210/1920*100vw), 210px);
}
@media screen and (max-width: 639px) {
  .str-mainvisual-carousel-03 .pagination-thum {
    margin: 0 2px;
    width: calc(33.33vw - 5px);
  }
}
.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(105px, calc(210/1920*100vw), 210px);
}
@media screen and (max-width: 639px) {
  .pagination-frame {
    bottom: 4px;
    top: 4px;
    width: calc(33.33vw - 5px);
  }
}
.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 {
    left: 3px;
  }
}
.str-mainvisual-carousel-03[data-current="1"] .pagination-frame {
  left: 17px;
  transform: translateX(100%);
}
@media screen and (max-width: 639px) {
  .str-mainvisual-carousel-03[data-current="1"] .pagination-frame {
    left: 6px;
  }
}
.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="2"] .pagination-frame {
    left: 9px;
  }
}
.str-mainvisual-carousel-03[data-current="3"] .pagination-frame {
  left: 33px;
  transform: translateX(300%);
}
@media screen and (max-width: 639px) {
  .str-mainvisual-carousel-03[data-current="3"] .pagination-frame {
    left: 12px;
  }
}
.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;
}
.str-mainvisual-carousel-03 .swiper-slide-active .slide-image img {
  animation: slideImage 0.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;
}
@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 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);
  }
}
.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;
  font-size: 1.4rem;
  line-height: 1;
}
.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;
}
@media screen and (max-width: 639px) {
  .custom-scroller2 {
    display: none;
  }
}
.custom-scroller2 .icon {
  animation: scrollLoop 3s linear 5s infinite;
  border-right: 2px solid currentColor;
  border-top: 2px solid currentColor;
  content: "";
  display: block;
  height: 30px;
  position: absolute;
  right: calc(50% - 15px);
  top: 10px;
  transform: rotate(135deg);
  width: 30px;
}
.custom-scroller2 .text {
  font-size: 2.1rem;
  line-height: 1.3333333333333333;
}
.custom-scroller2.is-hide {
  opacity: 0;
}
.custom-scroller2.is-hide .icon {
  animation: none;
}
.custom-scroller2.is-show {
  opacity: 1;
  transition: opacity 0.5s linear 2s;
}
@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;
  }
}