@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  display: block;
  max-width: 100%;
  width: 100%;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */
img:not([alt]) {
  filter: blur(10px);
}

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

/* リキッドレイアウト対応 */
html {
  font-size: 16px;
}
@media (max-width: 1050px) {
  html {
    font-size: 1.5238095238vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 16px;
  }
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}

/* pcの電話番号発信対応 */
a[href^="tel:"] {
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  a[href^="tel:"] {
    pointer-events: initial;
  }
}

a {
  -webkit-text-decoration: none;
  color: inherit;
  text-decoration: none;
  transition: opacity 0.3s;
}

/* hover指定できるPCを想定したスタイル */
@media (hover: hover) {
  a:hover {
    opacity: 0.8;
  }
}
/* hoverが使えないタッチ端末を想定した装飾 */
@media (hover: none) {
  a:active {
    opacity: 0.8;
  }
}
html {
  scroll-behavior: smooth;
}

body {
  display: flex;
  flex-direction: column;
  font-family: "Zen Kaku Gothic New", sans-serif;
  line-height: 1.5;
  min-height: 100vh;
  text-rendering: optimizeSpeed;
}

main {
  flex: 1;
}

.lenis.lenis-smooth iframe {
  scroll-behavior: auto !important;
}

.lenis.lenis-smooth iframe {
  pointer-events: none;
}

.l-drawer {
  bottom: 0;
  left: 0;
  overflow: auto;
  position: fixed;
  right: 0;
  top: 0;
  transform: translateX(100%);
  transition: all 0.3s ease-out;
  z-index: 100;
}
@media screen and (max-width: 767px) {
  .l-drawer {
    display: none;
  }
}

.l-drawer[aria-hidden=false] {
  transform: translateX(0);
}

.l-footer {
  padding-bottom: 38px;
  padding-bottom: 2.375rem;
  padding-top: 80px;
  padding-top: 5rem;
}
@media screen and (max-width: 767px) {
  .l-footer {
    padding-bottom: 36px;
    padding-bottom: 2.25rem;
    padding-top: 80px;
    padding-top: 5rem;
  }
}

.l-header {
  bottom: auto;
  height: 98px;
  height: 6.125rem;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 1000;
}
@media screen and (max-width: 767px) {
  .l-header {
    height: 65px;
    height: 4.0625rem;
  }
}

.l-inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 1050px;
  max-width: 65.625rem;
  padding-left: 25px;
  padding-left: 1.5625rem;
  padding-right: 25px;
  padding-right: 1.5625rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .l-inner {
    max-width: 580px;
    max-width: 36.25rem;
    padding-left: 20px;
    padding-left: 1.25rem;
    padding-right: 20px;
    padding-right: 1.25rem;
  }
}

.c-button {
  align-items: center;
  background-color: #0052CC;
  border-radius: 0.5rem;
  display: inline-flex;
  justify-content: center;
  padding: 24px;
  padding: 1.5rem;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .c-button {
    padding: 16px;
    padding: 1rem;
  }
}
.c-button__text {
  color: #fff;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .c-button__text {
    font-size: 16px;
    font-size: 1rem;
  }
}
.c-button--external::after {
  background: url(../images/common/external-link.svg) no-repeat center center/contain;
  bottom: 8px;
  bottom: 0.5rem;
  content: "";
  display: inline-block;
  height: 24px;
  height: 1.5rem;
  position: absolute;
  right: 8px;
  right: 0.5rem;
  width: 24px;
  width: 1.5rem;
}
@media screen and (max-width: 767px) {
  .c-button--external::after {
    bottom: 4px;
    bottom: 0.25rem;
    height: 18px;
    height: 1.125rem;
    right: 4px;
    right: 0.25rem;
    width: 18px;
    width: 1.125rem;
  }
}

/* パララックス */
.c-parallax {
  height: 480px;
  height: 30rem;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-parallax {
    height: 480px;
    height: 30rem;
  }
}

.c-parallax__img {
  background: transparent;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.c-parallax__img::before {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 100vh;
  left: 0;
  position: -webkit-fixed;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .c-parallax__img::before {
    height: calc(var(--vh) * 110);
  }
}

.c-parallax__img::before {
  background-image: url(../images/cast/cast_main_pc.jpg);
}
@media screen and (max-width: 767px) {
  .c-parallax__img::before {
    background-image: url(../images/cast/cast_main_sp.jpg);
  }
}

.c-text {
  color: #45484D;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.75;
}
.c-text--color-primary {
  color: #0052CC;
}

.c-video:hover {
  opacity: 1;
}

.c-video__movie {
  border-radius: 8px;
  overflow: hidden;
}

.c-video__movie iframe {
  aspect-ratio: 660/370;
  display: block;
  height: 100%;
  transition: 0.3s ease;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .c-video__movie iframe {
    aspect-ratio: 327/167;
  }
}

.c-video__movie lite-youtube {
  max-width: 100%;
}

.c-video__movie .lty-playbtn {
  filter: none !important;
}

.c-video__title {
  color: #004EA8;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  margin-top: 12px;
  margin-top: 0.75rem;
}
@media screen and (max-width: 767px) {
  .c-video__title {
    font-size: 16px;
    font-size: 1rem;
  }
}

.p-drawer {
  background-color: beige;
  padding: 100px 0 80px;
  padding: 6.25rem 0 5rem;
}

.p-drawer__nav-item a {
  display: flex;
  gap: 10px;
  gap: 0.625rem;
  padding: 10px;
  padding: 0.625rem;
}

/* hover指定できるPCを想定したスタイル */
/* hoverが使えないタッチ端末を想定した装飾 */
.p-footer {
  background: #004EA8;
}

.p-footer__inner {
  max-width: 1410px;
  max-width: 88.125rem;
}
@media screen and (max-width: 1024px) {
  .p-footer__inner {
    padding-left: 41px;
    padding-left: 2.5625rem;
    padding-right: 41px;
    padding-right: 2.5625rem;
  }
}
@media screen and (max-width: 767px) {
  .p-footer__inner {
    padding-left: 24px;
    padding-left: 1.5rem;
    padding-right: 24px;
    padding-right: 1.5rem;
  }
}

.p-footer__list {
  grid-gap: 24px;
  display: grid;
  gap: 24px;
  gap: 1.5rem;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 1024px) {
  .p-footer__list {
    gap: 19px;
    gap: 1.1875rem;
  }
}
@media screen and (max-width: 767px) {
  .p-footer__list {
    gap: 24px;
    gap: 1.5rem;
    grid-template-columns: repeat(1, 1fr);
    justify-items: center;
  }
}

@media screen and (max-width: 767px) {
  .p-footer__item {
    max-width: 327px;
    max-width: 20.4375rem;
  }
}

.p-footer__item-link {
  display: block;
  position: relative;
}

.p-footer__item-link::before {
  background: rgba(255, 255, 255, 0.8);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

.p-footer__item-link::after {
  -webkit-mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 100%;
  -webkit-mask-image: url(../images/common/external-link.svg);
  background: transparent url(../images/common/external-link.svg) no-repeat center center/100%;
  background: #004EA8;
  bottom: 8px;
  bottom: 0.5rem;
  content: "";
  height: 24px;
  height: 1.5rem;
          mask-image: url(../images/common/external-link.svg);
          mask-position: center center;
          mask-repeat: no-repeat;
          mask-size: 100%;
  position: absolute;
  right: 8px;
  right: 0.5rem;
  width: 24px;
  width: 1.5rem;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-footer__item-link::after {
    bottom: 4px;
    bottom: 0.25rem;
    height: 18px;
    height: 1.125rem;
    right: 4px;
    right: 0.25rem;
    width: 18px;
    width: 1.125rem;
  }
}

.p-footer__item-link:hover {
  opacity: 1;
}

.p-footer__item-img {
  overflow: hidden;
}

.p-footer__item-img img {
  aspect-ratio: 668/260;
  height: auto;
  transition: 0.3s ease;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-footer__item-img img {
    aspect-ratio: 327/133;
  }
}

.p-footer__item-link:hover .p-footer__item-img img {
  transform: scale(1.1);
}
@media screen and (max-width: 767px) {
  .p-footer__item-link:hover .p-footer__item-img img {
    transform: scale(1);
  }
}

.p-footer__item-wrap {
  -webkit-transform: translate(-50%, -50%);
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 2;
}

.p-footer__item-logo {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 326px;
  width: 20.375rem;
}
@media screen and (max-width: 1024px) {
  .p-footer__item-logo {
    width: 167.21px;
    width: 10.450625rem;
  }
}

.p-footer__item-logo img {
  aspect-ratio: 326.27/50;
  height: auto;
  width: 100%;
}

.p-footer__item-text {
  color: #004EA8;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1;
  margin-top: 16px;
  margin-top: 1rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-footer__item-text {
    font-size: 18px;
    font-size: 1.125rem;
    margin-top: 8px;
    margin-top: 0.5rem;
    text-align: center;
  }
}

.p-footer__bottom {
  -moz-column-gap: 3.8125rem;
       column-gap: 3.8125rem;
  display: flex;
  justify-content: center;
  margin-top: 77px;
  margin-top: 4.8125rem;
}
@media screen and (max-width: 767px) {
  .p-footer__bottom {
    flex-direction: column;
    margin-top: 72px;
    margin-top: 4.5rem;
    row-gap: 32px;
    row-gap: 2rem;
  }
}

.p-footer__bottom-title {
  color: #fff;
  display: inline-block;
  font-family: "Antonio", sans-serif;
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-footer__bottom-title {
    display: block;
    font-size: 40px;
    font-size: 2.5rem;
    text-align: center;
  }
}

.p-footer__bottom-sublist {
  -moz-column-gap: 2rem;
  align-items: center;
       column-gap: 2rem;
  display: flex;
  margin-top: 4px;
  margin-top: 0.25rem;
}
@media screen and (max-width: 767px) {
  .p-footer__bottom-sublist {
    justify-content: center;
    margin-top: 0;
  }
}

.p-footer__bottom-subitem {
  width: 40px;
  width: 2.5rem;
}

.p-footer__bottom-link {
  display: block;
}

.p-footer__bottom-link:hover {
  opacity: 1;
}

.p-footer__bottom-link img {
  -o-object-fit: contain;
  aspect-ratio: 1/1;
  height: auto;
     object-fit: contain;
  transition: 0.3s ease;
  width: 100%;
}

.p-footer__bottom-link:hover img {
  transform: scale(1.2);
}
@media screen and (max-width: 767px) {
  .p-footer__bottom-link:hover img {
    transform: scale(1);
  }
}

.p-footer__copyright {
  margin-top: 44px;
  margin-top: 2.75rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-footer__copyright {
    margin-top: 78px;
    margin-top: 4.875rem;
  }
}

.p-footer__copyright small {
  color: #fff;
  font-family: "Antonio", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-footer__copyright small {
    font-size: 16px;
    font-size: 1rem;
  }
}

.p-header__inner.l-inner {
  align-items: center;
  display: flex;
  height: 100%;
  max-width: none;
  padding-left: 40px;
  padding-left: 2.5rem;
  padding-right: 40px;
  padding-right: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-header__inner.l-inner {
    padding-left: 16px;
    padding-left: 1rem;
    padding-right: 16px;
    padding-right: 1rem;
  }
}

.p-header__logo {
  align-items: center;
  display: flex;
  height: 100%;
  width: 248px;
  width: 15.5rem;
}
@media screen and (max-width: 767px) {
  .p-header__logo {
    width: 163px;
    width: 10.1875rem;
  }
}

.p-header__logo-link {
  display: block;
}
.p-header__logo-link img {
  -o-object-fit: contain;
  height: auto;
     object-fit: contain;
  width: 100%;
}

.p-modal {
  align-items: center;
  background-color: #E0E8F0;
  display: flex;
  height: 100%;
  justify-content: center;
  left: 0;
  opacity: 0;
  overflow: auto;
  position: fixed;
  top: 0;
  transition: all 0.3s ease-out;
  visibility: hidden;
  width: 100%;
  z-index: 8887;
}

.p-modal-content__body {
  height: 44.306vw;
  max-height: 638px;
  max-height: 39.875rem;
  max-width: 1128px;
  max-width: 70.5rem;
  width: 78.3333333333%;
}
@media screen and (max-width: 767px) {
  .p-modal-content__body {
    height: auto;
    margin-left: auto;
    margin-right: auto;
    width: 91.5173333333%;
  }
}

.p-modal-content__top {
  display: inline-block;
  position: fixed;
  right: 54px;
  right: 3.375rem;
  top: 30px;
  top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-modal-content__top {
    right: 16px;
    right: 1rem;
    top: 28px;
    top: 1.75rem;
  }
}

.p-modal-content__close {
  aspect-ratio: 1/1;
  display: inline-block;
  height: auto;
  position: relative;
  transition: 0.3s ease;
  width: 90px;
  width: 5.625rem;
}
@media screen and (max-width: 767px) {
  .p-modal-content__close {
    aspect-ratio: 80/41.79;
    width: 80px;
    width: 5rem;
  }
}

.p-modal-content__close:hover {
  transform: scale(1.1);
}
@media screen and (max-width: 767px) {
  .p-modal-content__close:hover {
    transform: scale(1);
  }
}

.p-modal-content__close::before,
.p-modal-content__close::after {
  background-color: #004EA8;
  content: "";
  display: block;
  height: 2px;
  left: 50%;
  position: absolute;
  top: 50%;
  width: 100%;
}

.p-modal-content__close::before {
  transform: translate(-50%, -50%) rotate(27.58deg);
}

.p-modal-content__close::after {
  transform: translate(-50%, -50%) rotate(-27.58deg);
}

.p-modal-content__close:hover,
.p-modal-content__close:focus {
  -webkit-text-decoration: none;
  cursor: pointer;
  text-decoration: none;
}

/* is-show */
.is-show {
  opacity: 1;
  visibility: visible;
}

/* body固定 */
body:has(.p-modal.is-show) {
  overflow: hidden;
}

.js-video-frame {
  display: block;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .js-video-frame {
    aspect-ratio: 343.19/194;
  }
}

.p-product-detail-card {
  background-color: #fff;
  border-radius: 2.5rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-width: 898px;
  max-width: 56.125rem;
  padding: 40px 64px;
  padding: 2.5rem 4rem;
}
@media screen and (max-width: 767px) {
  .p-product-detail-card {
    border-radius: 1.5rem;
    max-width: 311px;
    max-width: 19.4375rem;
    padding: 24px 16px;
    padding: 1.5rem 1rem;
  }
}
.p-product-detail-card__header {
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-product-detail-card__header {
    align-items: center;
    flex-direction: column;
  }
}
.p-product-detail-card__thumbnail {
  flex-shrink: 0;
  width: 300px;
  width: 18.75rem;
}
@media screen and (max-width: 767px) {
  .p-product-detail-card__thumbnail {
    width: 160px;
    width: 10rem;
  }
}
.p-product-detail-card__thumbnail-img {
  aspect-ratio: 300/180;
  height: auto;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-product-detail-card__text-block {
    margin-top: 24px;
    margin-top: 1.5rem;
  }
}
.p-product-detail-card__title {
  color: #0052CC;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
}
.p-product-detail-card__divider {
  background-color: #0052CC;
  height: 1px;
  margin-top: 12px;
  margin-top: 0.75rem;
  width: 100%;
}
.p-product-detail-card__description {
  margin-top: 16px;
  margin-top: 1rem;
}
.p-product-detail-card__note {
  font-size: 12px;
  font-size: 0.75rem;
}
.p-product-detail-card__uses {
  align-items: center;
  background-color: #E0E8F0;
  border-radius: 0.5rem;
  display: flex;
  flex-direction: column;
  margin-top: 32px;
  margin-top: 2rem;
  padding: 24px 0;
  padding: 1.5rem 0;
}
@media screen and (max-width: 767px) {
  .p-product-detail-card__uses {
    margin-top: 24px;
    margin-top: 1.5rem;
  }
}
.p-product-detail-card__uses-title {
  align-items: center;
  color: #0052CC;
  display: flex;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  gap: 8px;
  gap: 0.5rem;
  letter-spacing: 0;
  line-height: 1;
  padding-top: 3px;
  padding-top: 0.1875rem;
}
@media screen and (max-width: 767px) {
  .p-product-detail-card__uses-title {
    flex-direction: column;
  }
}
.p-product-detail-card__uses-copy {
  background: url(../images/top/product-uses-copy.svg) no-repeat center center/contain;
  display: inline-block;
  height: 34px;
  height: 2.125rem;
  transform: translateY(-0.1875rem);
  width: 180px;
  width: 11.25rem;
}
@media screen and (max-width: 767px) {
  .p-product-detail-card__uses-copy {
    transform: translateY(0);
  }
}
.p-product-detail-card__uses-list {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 0;
  gap: 0.25rem 0;
  justify-content: center;
  margin-top: 16px;
  margin-top: 1rem;
}
.p-product-detail-card__uses-item {
  height: 86px;
  height: 5.375rem;
  position: relative;
  width: 88px;
  width: 5.5rem;
}
@media screen and (max-width: 767px) {
  .p-product-detail-card__uses-item {
    height: 64px;
    height: 4rem;
    width: 65px;
    width: 4.0625rem;
  }
}
.p-product-detail-card__uses-icon {
  height: 62px;
  height: 3.875rem;
  margin-left: auto;
  margin-right: auto;
  width: 62px;
  width: 3.875rem;
}
@media screen and (max-width: 767px) {
  .p-product-detail-card__uses-icon {
    height: 46px;
    height: 2.875rem;
    width: 46px;
    width: 2.875rem;
  }
}
.p-product-detail-card__uses-text {
  bottom: 0;
  color: #0052CC;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 700;
  left: 0;
  letter-spacing: 0;
  line-height: 1.3;
  position: absolute;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-product-detail-card__uses-text {
    font-size: 8.5px;
    font-size: 0.53125rem;
  }
}
.p-product-detail-card__uses-text--long {
  letter-spacing: -0.1em;
}
.p-product-detail-card__uses-description {
  color: #0052CC;
  display: block;
  font-size: 9px;
  font-size: 0.5625rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 1;
  margin-top: 2px;
  margin-top: 0.125rem;
  transform: scaleX(0.85);
  transform-origin: left center;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-product-detail-card__uses-description {
    font-size: 6px;
    font-size: 0.375rem;
  }
}
.p-product-detail-card__button {
  margin-top: 40px;
  margin-top: 2.5rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-product-detail-card__button {
    margin-top: 16px;
    margin-top: 1rem;
  }
}

.p-top-archive {
  padding-top: 160px;
  padding-top: 10rem;
}
@media screen and (max-width: 767px) {
  .p-top-archive {
    padding-top: 120px;
    padding-top: 7.5rem;
  }
}

.p-top-archive__inner {
  max-width: 1440px;
  max-width: 90rem;
  padding-left: 40px;
  padding-left: 2.5rem;
  padding-right: 40px;
  padding-right: 2.5rem;
}
@media screen and (max-width: 1024px) {
  .p-top-archive__inner {
    padding-left: 41.5px;
    padding-left: 2.59375rem;
    padding-right: 41.5px;
    padding-right: 2.59375rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-archive__inner {
    padding-left: 24px;
    padding-left: 1.5rem;
    padding-right: 24px;
    padding-right: 1.5rem;
  }
}

.p-top-archive__title {
  font-size: 160px;
  font-size: 10rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-top-archive__title {
    font-size: 110px;
    font-size: 6.875rem;
    margin-left: 2px;
    margin-left: 0.125rem;
  }
}

.p-top-archive__title span {
  display: inline-block;
}

.p-top-archive__wrap {
  grid-gap: 38px;
  display: grid;
  gap: 38px;
  gap: 2.375rem;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 80px;
  margin-top: 5rem;
}
@media screen and (max-width: 1024px) {
  .p-top-archive__wrap {
    gap: 38px;
    gap: 2.375rem;
    grid-template-columns: repeat(1, 1fr);
    margin-top: 80px;
    margin-top: 5rem;
  }
}

.p-top-big-logo {
  padding-bottom: 114px;
  padding-bottom: 7.125rem;
  padding-top: 160px;
  padding-top: 10rem;
}
@media screen and (max-width: 767px) {
  .p-top-big-logo {
    padding-bottom: 96px;
    padding-bottom: 6rem;
    padding-top: 96px;
    padding-top: 6rem;
  }
}

.p-top-big-logo__inner {
  align-items: center;
  display: flex;
  justify-content: center;
  overflow: hidden;
}

.p-top-big-logo__img {
  height: auto;
  width: 672px;
  width: 42rem;
}
@media screen and (max-width: 767px) {
  .p-top-big-logo__img {
    width: 326px;
    width: 20.375rem;
  }
}
.p-top-big-logo__img img {
  aspect-ratio: 804/123;
  height: auto;
  width: 100%;
}

.p-top-cast {
  padding-bottom: 200px;
  padding-bottom: 12.5rem;
  padding-top: 160px;
  padding-top: 10rem;
}
@media screen and (max-width: 767px) {
  .p-top-cast {
    padding-bottom: 120px;
    padding-bottom: 7.5rem;
    padding-top: 120px;
    padding-top: 7.5rem;
  }
}

.p-top-cast__inner {
  display: flex;
  justify-content: space-between;
  max-width: 972px;
  max-width: 60.75rem;
}
@media screen and (max-width: 767px) {
  .p-top-cast__inner {
    flex-direction: column;
    max-width: 375px;
    max-width: 23.4375rem;
    padding-left: 24px;
    padding-left: 1.5rem;
    padding-right: 24px;
    padding-right: 1.5rem;
  }
}

.p-top-cast__img {
  width: 322px;
  width: 20.125rem;
}
@media screen and (max-width: 767px) {
  .p-top-cast__img {
    margin-left: auto;
    margin-right: auto;
    width: 322px;
    width: 20.125rem;
  }
}

.p-top-cast__img img {
  aspect-ratio: 1/1;
  height: auto;
  width: 100%;
}

.p-top-cast__body {
  margin-top: 4px;
  margin-top: 0.25rem;
  width: 564px;
  width: 35.25rem;
}
@media screen and (max-width: 767px) {
  .p-top-cast__body {
    margin-top: 41px;
    margin-top: 2.5625rem;
    width: 100%;
  }
}

.p-top-cast__title {
  font-size: 80px;
  font-size: 5rem;
  line-height: 1;
  margin-left: 1px;
  margin-left: 0.0625rem;
}
@media screen and (max-width: 767px) {
  .p-top-cast__title {
    font-size: 80px;
    font-size: 5rem;
    margin-left: 4px;
    margin-left: 0.25rem;
  }
}

.p-top-cast__name {
  color: #004EA8;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-top-cast__name {
    font-size: 24px;
    font-size: 1.5rem;
    margin-top: 38px;
    margin-top: 2.375rem;
  }
}

.p-top-cast__text {
  color: #004EA8;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.75;
  margin-top: 24px;
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-top-cast__text {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.75;
  }
}

.p-top-cm {
  padding-top: 130px;
  padding-top: 8.125rem;
}
@media screen and (max-width: 767px) {
  .p-top-cm {
    padding-top: 52px;
    padding-top: 3.25rem;
  }
}

.p-top-cm__inner {
  position: relative;
}

.p-top-cm__title {
  font-size: 160px;
  font-size: 10rem;
  left: 40px;
  left: 2.5rem;
  line-height: 1;
  position: absolute;
  top: -133px;
  top: -8.3125rem;
  z-index: 5;
}
@media screen and (max-width: 767px) {
  .p-top-cm__title {
    font-size: 110px;
    font-size: 6.875rem;
    left: 24px;
    left: 1.5rem;
    top: -87px;
    top: -5.4375rem;
  }
}

.p-top-cm__block {
  cursor: pointer;
  position: relative;
  transition: 0.3s ease;
}

.p-top-cm__block:hover {
  opacity: 1;
}

.p-top-cm__block-title {
  -webkit-transform: translate(0, -50%);
  color: #fff;
  font-size: 32px;
  font-size: 2rem;
  font-weight: 700;
  left: 40px;
  left: 2.5rem;
  line-height: 1.5;
  position: absolute;
  text-align: left;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .p-top-cm__block-title {
    -webkit-transform: translate(-50%, -50%);
    bottom: 8px;
    bottom: 0.5rem;
    font-size: 24px;
    font-size: 1.5rem;
    left: 50%;
    text-align: center;
    top: auto;
    transform: translate(-50%, -50%);
    width: 100%;
  }
}

.p-top-cm__img {
  overflow: hidden;
  position: relative;
}

.p-top-cm__img::before {
  background: rgba(0, 78, 168, 0.3);
  content: "";
  height: 100%;
  left: 0;
  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
  transition: 0.3s ease;
  width: 100%;
  z-index: 1;
}

.p-top-cm__block:hover .p-top-cm__img::before {
  background: rgba(0, 78, 168, 0);
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .p-top-cm__block:hover .p-top-cm__img::before {
    background: rgba(0, 78, 168, 0.3);
  }
}

.p-top-cm__img img {
  -o-object-fit: cover;
  aspect-ratio: 1440/560;
  height: auto;
     object-fit: cover;
  transition: 0.3s ease;
  width: 100%;
}
@media (max-width: 1440px) {
  .p-top-cm__img img {
    aspect-ratio: 1024/560;
    height: 560px;
  }
}
@media screen and (max-width: 767px) {
  .p-top-cm__img img {
    aspect-ratio: 375/560;
  }
}

.p-top-cm__block:hover .p-top-cm__img img {
  opacity: 1;
  transform: scale(1.1);
}
@media screen and (max-width: 767px) {
  .p-top-cm__block:hover .p-top-cm__img img {
    transform: scale(1);
  }
}

.p-top-cm__btn {
  -webkit-transform: translate(-50%, -50%);
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 130px;
  width: 8.125rem;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .p-top-cm__btn {
    width: 100px;
    width: 6.25rem;
  }
}

.p-top-cm__btn img {
  aspect-ratio: 1/1;
  height: auto;
  width: 100%;
}

.p-top-company-name {
  padding: 40px 0;
  padding: 2.5rem 0;
}
@media screen and (max-width: 767px) {
  .p-top-company-name {
    padding: 32px 0 24px;
    padding: 2rem 0 1.5rem;
  }
}

.p-top-company-name__inner.l-inner {
  max-width: none;
  padding-left: 40px;
  padding-left: 2.5rem;
  padding-right: 40px;
  padding-right: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-top-company-name__inner.l-inner {
    padding-left: 24px;
    padding-left: 1.5rem;
    padding-right: 24px;
    padding-right: 1.5rem;
  }
}

.p-top-company-name__img-wrapper {
  grid-gap: 24px;
  display: grid;
  gap: 24px;
  gap: 1.5rem;
  grid-template-columns: repeat(4, 1fr);
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-top-company-name__img-wrapper {
    gap: 16px;
    gap: 1rem;
    grid-template-columns: repeat(2, 1fr);
  }
}

.p-top-company-name__img-item {
  height: auto;
  width: 100%;
}
.p-top-company-name__img-item img {
  aspect-ratio: 322/340;
  height: auto;
  width: 100%;
}

.p-top-concept {
  padding-bottom: 32px;
  padding-bottom: 2rem;
  padding-top: 25px;
  padding-top: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .p-top-concept {
    padding-bottom: 0;
    padding-top: 32px;
    padding-top: 2rem;
  }
}

.p-top-concept__slider {
  width: 100%;
}

.p-top-concept__track {
  height: 100%;
}

.p-top-concept__list {
  display: flex;
  height: 100%;
}

.p-top-concept__slide {
  aspect-ratio: 1682/238;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: auto;
  width: 1682px;
  width: 105.125rem;
}
@media screen and (min-width: 1440px) {
  .p-top-concept__slide {
    width: 116.8055555556vw;
  }
}
@media screen and (max-width: 767px) {
  .p-top-concept__slide {
    aspect-ratio: 841/120;
    width: 841px;
    width: 52.5625rem;
  }
}
.p-top-concept__slide:nth-child(2n-1) {
  background-image: url(../images/top/concept-slider-item01.jpg);
}
@media screen and (max-width: 767px) {
  .p-top-concept__slide:nth-child(2n-1) {
    background-image: url(../images/top/concept-slider-item01_sp.jpg);
  }
}
.p-top-concept__slide:nth-child(2n) {
  background-image: url(../images/top/concept-slider-item02.jpg);
}
@media screen and (max-width: 767px) {
  .p-top-concept__slide:nth-child(2n) {
    background-image: url(../images/top/concept-slider-item02_sp.jpg);
  }
}

.p-top-concept__text-block {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin-bottom: 26px;
  margin-bottom: 1.625rem;
  margin-top: 33px;
  margin-top: 2.0625rem;
}
@media screen and (min-width: 1440px) {
  .p-top-concept__text-block {
    margin-bottom: 1.8055555556vw;
    margin-top: 2.2916666667vw;
  }
}
@media screen and (max-width: 767px) {
  .p-top-concept__text-block {
    margin-bottom: 32px;
    margin-bottom: 2rem;
    margin-top: 32px;
    margin-top: 2rem;
  }
}

.p-top-concept__hidden-text {
  position: relative;
}

.p-top-concept__lead {
  background: url(../images/top/concept-text01.svg) no-repeat center center/contain;
  height: 33px;
  height: 2.0625rem;
  width: 202px;
  width: 12.625rem;
}
@media screen and (min-width: 1440px) {
  .p-top-concept__lead {
    height: 2.2916666667vw;
    width: 14.0277777778vw;
  }
}

.p-top-concept__main-text {
  align-items: flex-end;
  display: flex;
  gap: 22px;
  gap: 1.375rem;
  justify-content: center;
  overflow: hidden;
  padding-bottom: 10px;
  padding-bottom: 0.625rem;
  padding-top: 18px;
  padding-top: 1.125rem;
  width: 100%;
}
@media screen and (min-width: 1440px) {
  .p-top-concept__main-text {
    gap: 1.5277777778vw;
    padding-bottom: 0.6944444444vw;
    padding-top: 1.25vw;
  }
}
@media screen and (max-width: 767px) {
  .p-top-concept__main-text {
    align-items: center;
    flex-direction: column;
    gap: 16px;
    gap: 1rem;
  }
}

.p-top-concept__text-light {
  background: url(../images/top/concept-text02.svg) no-repeat center center/contain;
  height: 96px;
  height: 6rem;
  width: 280px;
  width: 17.5rem;
}
@media screen and (min-width: 1440px) {
  .p-top-concept__text-light {
    height: 6.6666666667vw;
    width: 19.4444444444vw;
  }
}

.p-top-concept__text-bold {
  background: url(../images/top/concept-text03.svg) no-repeat center center/contain;
  height: 104px;
  height: 6.5rem;
  width: 285px;
  width: 17.8125rem;
}
@media screen and (min-width: 1440px) {
  .p-top-concept__text-bold {
    height: 7.2222222222vw;
    width: 19.7916666667vw;
  }
}

.p-top-concept__description {
  background: url(../images/top/concept-text04.svg) no-repeat center center/contain;
  height: 36px;
  height: 2.25rem;
  margin-top: 16px;
  margin-top: 1rem;
  width: 428px;
  width: 26.75rem;
}
@media screen and (min-width: 1440px) {
  .p-top-concept__description {
    height: 2.5vw;
    margin-top: 1.1111111111vw;
    width: 29.7222222222vw;
  }
}
@media screen and (max-width: 767px) {
  .p-top-concept__description {
    background-image: url(../images/top/concept-text04_sp.svg);
    height: 79px;
    height: 4.9375rem;
    width: 281px;
    width: 17.5625rem;
  }
}

.p-top-minebeaslide {
  padding-bottom: 142px;
  padding-bottom: 8.875rem;
  padding-top: 108px;
  padding-top: 6.75rem;
}
@media screen and (max-width: 767px) {
  .p-top-minebeaslide {
    padding-bottom: 75px;
    padding-bottom: 4.6875rem;
    padding-top: 97px;
    padding-top: 6.0625rem;
  }
}

.p-top-minebeaslide__track {
  overflow: hidden;
}

.p-top-minebeaslide__list {
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-top-minebeaslide__list {
    -moz-column-gap: 0.625rem;
         column-gap: 0.625rem;
  }
}

.p-top-minebeaslide__slide {
  font-size: 200px;
  font-size: 12.5rem;
  letter-spacing: -0.02em;
  line-height: 1.2;
  max-width: 1254px;
  max-width: 78.375rem;
}
@media screen and (max-width: 767px) {
  .p-top-minebeaslide__slide {
    font-size: 150px;
    font-size: 9.375rem;
  }
}

.p-top-mv {
  background-color: #E0E8F0;
}

.p-top-mv__first-img {
  height: 100vh;
  height: 100lvh;
  height: calc(var(--vh) * 100);
  overflow: clip;
  width: 100%;
}
.p-top-mv__first-img img {
  -o-object-fit: cover;
  aspect-ratio: 1440/810;
  height: 100%;
     object-fit: cover;
  opacity: 0;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-top-mv__first-img img {
    aspect-ratio: 375/720;
  }
}

.p-top-mv__img-wrapper {
  height: 800vh;
  height: 6000px;
  height: 375rem;
  position: relative;
}

.p-top-mv__img-list {
  height: 100vh;
  height: 100lvh;
  position: sticky;
  top: 0;
  width: 100%;
}
@media screen and (max-width: 1050px) {
  .p-top-mv__img-list {
    height: calc(var(--vh) * 105);
  }
}
@media screen and (max-width: 767px) {
  .p-top-mv__img-list {
    height: calc(var(--vh) * 120);
  }
}

.p-top-mv__img-item {
  height: 100%;
  left: 0;
  max-width: 100%;
  position: absolute;
  top: 0;
  width: 100%;
}
@media screen and (max-width: 1050px) {
  .p-top-mv__img-item {
    bottom: 0;
    height: 100%;
    top: auto;
  }
}
@media screen and (max-width: 767px) {
  .p-top-mv__img-item {
    bottom: auto;
    height: 100%;
    top: 0;
    width: 100%;
  }
}
.p-top-mv__img-item img {
  -o-object-fit: cover;
  aspect-ratio: 1440/810;
  height: 100%;
     object-fit: cover;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-top-mv__img-item img {
    aspect-ratio: 375/720;
    width: 100%;
  }
}

.p-top-products {
  padding: 160px 0;
  padding: 10rem 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-top-products {
    padding-bottom: 160px;
    padding-bottom: 10rem;
    padding-top: 120px;
    padding-top: 7.5rem;
  }
}
.p-top-products__bg-base, .p-top-products__bg-target {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.p-top-products__bg-base {
  background-color: #E0E8F0;
}
.p-top-products__bg-target {
  background-color: #004EA8;
  opacity: 0;
}
.p-top-products__block-inner {
  max-width: 2000px;
  max-width: 125rem;
  padding-left: 40px;
  padding-left: 2.5rem;
  padding-right: 40px;
  padding-right: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-top-products__block-inner {
    padding-left: 0;
    padding-right: 0;
  }
}
.p-top-products__block-intro {
  padding-top: 64px;
  padding-top: 4rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-top-products__block-intro {
    display: flex;
    flex-direction: column-reverse;
    padding-top: 0;
  }
}
.p-top-products__intro-label {
  align-items: center;
  display: flex;
  flex-direction: column;
  left: 40px;
  left: 2.5rem;
  position: absolute;
  top: 0;
}
.p-top-products__intro-label--right {
  left: auto;
  right: 40px;
  right: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-top-products__intro-label {
    left: auto;
    margin-bottom: 40px;
    margin-bottom: 2.5rem;
    position: relative;
    right: auto;
    top: auto;
  }
}
.p-top-products__intro-text {
  color: #0052CC;
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.25;
}
.p-top-products__intro-text--white {
  color: #fff;
}
@media screen and (min-width: 1440px) {
  .p-top-products__intro-text {
    font-size: min(2.7777777778vw, 56px);
    font-size: min(2.7777777778vw, 3.5rem);
  }
}
.p-top-products__intro-main-text {
  padding: 24px 0;
  padding: 1.5rem 0;
}
@media screen and (min-width: 1440px) {
  .p-top-products__intro-main-text {
    padding: min(1.6666666667vw, 32px) 0;
    padding: min(1.6666666667vw, 2rem) 0;
  }
}
.p-top-products__intro-main-text-light {
  background: url(../images/top/product-actor-text.svg) no-repeat center center/contain;
  display: block;
  height: 121px;
  height: 7.5625rem;
  width: 344px;
  width: 21.5rem;
}
@media screen and (min-width: 1440px) {
  .p-top-products__intro-main-text-light {
    height: min(8.4027777778vw, 171px);
    height: min(8.4027777778vw, 10.6875rem);
    width: min(23.8888888889vw, 486px);
    width: min(23.8888888889vw, 30.375rem);
  }
}
.p-top-products__intro-main-text-bold {
  background: url(../images/top/product-director-text.svg) no-repeat center center/contain;
  display: block;
  height: 134px;
  height: 8.375rem;
  width: 344px;
  width: 21.5rem;
}
@media screen and (min-width: 1440px) {
  .p-top-products__intro-main-text-bold {
    height: min(9.3055555556vw, 190px);
    height: min(9.3055555556vw, 11.875rem);
    width: min(23.8888888889vw, 486px);
    width: min(23.8888888889vw, 30.375rem);
  }
}
.p-top-products__intro-image-wrapper {
  border-radius: 0.5rem;
  max-width: 2000px;
  max-width: 125rem;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.p-top-products__intro-image-wrapper img {
  -o-object-fit: cover;
  aspect-ratio: 1360/700;
  height: auto;
  min-height: 700px;
  min-height: 43.75rem;
     object-fit: cover;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-top-products__intro-image-wrapper img {
    height: 547px;
    height: 34.1875rem;
    min-height: auto;
  }
}
.p-top-products__intro-image-link {
  display: block;
}
@media (hover: hover) {
  .p-top-products__intro-image-link:hover {
    opacity: 1;
  }
  .p-top-products__intro-image-link:hover .p-top-products__actor-block-check,
  .p-top-products__intro-image-link:hover .p-top-products__director-block-check {
    opacity: 1;
    visibility: visible;
  }
}
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.p-top-products__actor-block-check {
  animation: rotate 8s linear infinite;
  aspect-ratio: 1/1;
  background: url(../images/top/product-check-circle-small.png) no-repeat center center/contain;
  height: 25%;
  left: calc(50% - 13rem);
  opacity: 0;
  position: absolute;
  top: 29.9%;
  transition: opacity 0.3s ease-out, visibility 0.3s ease-out;
  visibility: hidden;
  width: auto;
}
@media screen and (min-width: 1440px) {
  .p-top-products__actor-block-check {
    left: 34.7%;
  }
}
@media screen and (max-width: 767px) {
  .p-top-products__actor-block-check {
    height: 176px;
    height: 11rem;
    left: calc(50% - 11.625rem);
    opacity: 1;
    top: 144px;
    top: 9rem;
    visibility: visible;
  }
}
.p-top-products__director-block-check {
  animation: rotate 12s linear infinite;
  aspect-ratio: 1/1;
  background: url(../images/top/product-check-circle-large.png) no-repeat center center/contain;
  height: 47%;
  left: calc(50% - 9.875rem);
  opacity: 0;
  position: absolute;
  top: 51.5%;
  transition: opacity 0.3s ease-out, visibility 0.3s ease-out;
  visibility: hidden;
  width: auto;
}
@media screen and (min-width: 1440px) {
  .p-top-products__director-block-check {
    left: 40.8%;
  }
}
@media screen and (max-width: 767px) {
  .p-top-products__director-block-check {
    height: 328px;
    height: 20.5rem;
    left: calc(50% - 10.25rem);
    opacity: 1;
    top: 200px;
    top: 12.5rem;
    visibility: visible;
  }
}
.p-top-products__block-content {
  margin-top: 80px;
  margin-top: 5rem;
}
.p-top-products__block-content-title {
  color: #0052CC;
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.25;
  text-align: center;
}
.p-top-products__block-content-title--white {
  color: #fff;
}
.p-top-products__block-product {
  display: flex;
  justify-content: center;
  margin-top: 40px;
  margin-top: 2.5rem;
}
.p-top-products__director-block {
  margin-top: 160px;
  margin-top: 10rem;
}
@media screen and (max-width: 767px) {
  .p-top-products__director-block {
    margin-top: 100px;
    margin-top: 6.25rem;
  }
}
.p-top-products__thumbnails {
  display: flex;
  justify-content: center;
  margin-top: 38px;
  margin-top: 2.375rem;
}
@media screen and (max-width: 767px) {
  .p-top-products__thumbnails {
    margin-top: 24px;
    margin-top: 1.5rem;
  }
}
.p-top-products__thumbnails-list {
  display: flex;
  gap: 14px;
  gap: 0.875rem;
}
@media screen and (max-width: 767px) {
  .p-top-products__thumbnails-list {
    grid-gap: 8px;
    display: grid;
    gap: 8px;
    gap: 0.5rem;
    grid-template-columns: repeat(4, 1fr);
  }
}
.p-top-products__thumbnails-item {
  border-radius: 0.5rem;
  cursor: pointer;
  opacity: 0.4;
  overflow: hidden;
  transition: opacity 0.2s ease-out;
  width: 100px;
  width: 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-top-products__thumbnails-item {
    aspect-ratio: 72/43;
    height: auto;
    max-width: 72px;
    max-width: 4.5rem;
    width: 100%;
  }
}
.p-top-products__thumbnails-item.is-active {
  opacity: 1;
}
.p-top-products__thumbnails-item-img {
  -o-object-fit: cover;
  aspect-ratio: 5/3;
  height: auto;
     object-fit: cover;
  width: 100%;
}
.p-top-products__slider {
  margin-top: 48px;
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .p-top-products__slider {
    margin-top: 40px;
    margin-top: 2.5rem;
  }
}
.p-top-products__slider-item {
  opacity: 0.4;
  transition: opacity 0.2s ease-out;
}
.p-top-products__slider-item.is-active {
  opacity: 1;
}
.p-top-products .splide__arrow {
  background-color: transparent;
  background-image: url(../images/common/slider-arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 4.25rem 14.25rem;
  border-radius: 0;
  height: 240px;
  height: 15rem;
  opacity: 1;
  width: 90px;
  width: 5.625rem;
}
@media screen and (max-width: 1200px) {
  .p-top-products .splide__arrow {
    background-image: url(../images/common/slider-arrow_sp.svg);
    background-size: 1.75rem 1.75rem;
    height: 40px;
    height: 2.5rem;
    top: calc(100% + 3.25rem);
    width: 40px;
    width: 2.5rem;
  }
}
.p-top-products .splide__arrow--prev {
  left: calc(50% - 35rem);
  transform: translateY(-50%) scaleX(-1);
}
@media screen and (max-width: 1200px) {
  .p-top-products .splide__arrow--prev {
    left: calc(50% - 3.375rem);
  }
}
.p-top-products .splide__arrow--next {
  right: calc(50% - 35rem);
}
@media screen and (max-width: 1200px) {
  .p-top-products .splide__arrow--next {
    right: calc(50% - 3.375rem);
  }
}

.u-enfont-blue {
  -webkit-text-stroke: 2px #004EA8;
  color: #004EA8;
  font-family: "Antonio", sans-serif;
  font-weight: 600;
}

.u-enfont-white {
  -webkit-text-stroke: 2px #004EA8;
  color: #fff;
  font-family: "Antonio", sans-serif;
  font-weight: 600;
}

.u-pc {
  display: block;
}
@media screen and (max-width: 767px) {
  .u-pc {
    display: none;
  }
}

.u-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-sp {
    display: block;
  }
}

.u-sr-only {
  height: 1px !important;
  left: -10000px !important;
  overflow: hidden !important;
  position: absolute !important;
  top: auto !important;
  white-space: nowrap !important;
  width: 1px !important;
}
/*# sourceMappingURL=style.css.map */
