@charset "UTF-8";
@import 'https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400..800&display=swap';
@import 'https://fonts.googleapis.com/css2?family=Manrope:wght@500..800&display=swap';
@-webkit-keyframes splide-loading {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}
@keyframes splide-loading {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

.splide__list {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  display: flexbox;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  display: flexbox;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized,
.splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  -webkit-animation: splide-loading 1s linear infinite;
          animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  inset: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  margin: auto;
  position: absolute;
  width: 20px;
}

.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__toggle.is-active .splide__toggle__play,
.splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

.a3010300-support__inner, .a3010300-product__inner, .a3010300-pointM2__sectionInner, .a3010300-pointM0__section, .a3010300-details__inner, .a3010300-concept__inner {
  width: 100%;
  max-width: 90rem;
  margin-right: auto;
  margin-left: auto;
}
@media not all and (max-width: 699px) {
  .a3010300-support__inner, .a3010300-product__inner, .a3010300-pointM2__sectionInner, .a3010300-pointM0__section, .a3010300-details__inner, .a3010300-concept__inner {
    padding-inline: 7.5rem;
  }
}
@media screen and (max-width: 699px) {
  .a3010300-support__inner, .a3010300-product__inner, .a3010300-pointM2__sectionInner, .a3010300-pointM0__section, .a3010300-details__inner, .a3010300-concept__inner {
    padding-inline: 4.2666666667vw;
  }
}

.a3010300-accessory__inner {
  width: 100%;
  margin-inline: auto;
}
@media not all and (max-width: 699px) {
  .a3010300-accessory__inner {
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    max-width: 75rem;
    padding-inline: 2.5rem;
  }
}
@media screen and (max-width: 699px) {
  .a3010300-accessory__inner {
    padding-inline: 6.4vw;
  }
}

.a3010300-pointM0__titlelinebg {
  background: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(68%, white), color-stop(68%, #fff000), to(#fff000));
  background: linear-gradient(180deg, white 0%, white 68%, #fff000 68%, #fff000 100%);
  background-size: 0% 100%;
}

.page-genre .block-page-top {
  z-index: 101;
}

.page-a3010300 {
  position: relative;
  width: 100%;
  overflow: clip;
  font-family: Lato, "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 1rem;
  color: #000;
}
@media screen and (max-width: 699px) {
  .page-a3010300 {
    font-size: 1.3333333333vw;
  }
}
.page-a3010300 img {
  width: 100%;
}
.page-a3010300 svg {
  width: 100%;
}
.page-a3010300 button {
  padding: 0;
  margin: 0;
  overflow: visible;
  text-transform: none;
  -webkit-appearance: button;
  background-color: transparent;
  border-style: none;
}
.page-a3010300 button,
.page-a3010300 [type=button] {
  cursor: pointer;
}
.page-a3010300 button::-moz-focus-inner,
.page-a3010300 [type=button]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
.page-a3010300 button:-moz-focusring,
.page-a3010300 [type=button]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
@media (hover: hover) and (pointer: fine) {
  .page-a3010300 a:hover {
    text-decoration: none;
  }
}
.page-a3010300 a:focus,
.page-a3010300 button:focus {
  text-decoration: none;
  outline-width: 0;
}
.page-a3010300 h2,
.page-a3010300 h3 {
  margin-top: 0;
  margin-bottom: 0;
}

[data-scramble] {
  visibility: hidden;
}

[data-scramble] .char {
  display: inline-block;
  opacity: 0;
}

[data-bg] {
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 0% 100%;
}

@media screen and (max-width: 699px) {
  .pane-main img {
    content-visibility: visible !important;
  }
}

@-webkit-keyframes BLUR_ON {
  0% {
    -webkit-filter: blur(0);
            filter: blur(0);
    scale: 1;
  }
  50% {
    -webkit-filter: blur(2px);
            filter: blur(2px);
    scale: 1.05;
  }
  100% {
    -webkit-filter: blur(0);
            filter: blur(0);
    scale: 1.05;
  }
}

@keyframes BLUR_ON {
  0% {
    -webkit-filter: blur(0);
            filter: blur(0);
    scale: 1;
  }
  50% {
    -webkit-filter: blur(2px);
            filter: blur(2px);
    scale: 1.05;
  }
  100% {
    -webkit-filter: blur(0);
            filter: blur(0);
    scale: 1.05;
  }
}
@-webkit-keyframes BLUR_OFF {
  0% {
    -webkit-filter: blur(0);
            filter: blur(0);
    scale: 1.05;
  }
  100% {
    -webkit-filter: blur(0);
            filter: blur(0);
    scale: 1;
  }
}
@keyframes BLUR_OFF {
  0% {
    -webkit-filter: blur(0);
            filter: blur(0);
    scale: 1.05;
  }
  100% {
    -webkit-filter: blur(0);
            filter: blur(0);
    scale: 1;
  }
}
@-webkit-keyframes TRANSFORM_LEFT_RIGHT {
  0% {
    -webkit-transform: translateX(-240%);
            transform: translateX(-240%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes TRANSFORM_LEFT_RIGHT {
  0% {
    -webkit-transform: translateX(-240%);
            transform: translateX(-240%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes TRANSFORM_RIGHT_LEFT {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(240%);
            transform: translateX(240%);
  }
}
@keyframes TRANSFORM_RIGHT_LEFT {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(240%);
            transform: translateX(240%);
  }
}
@-webkit-keyframes CIRCLE {
  0% {
    stroke-dasharray: 0 377;
  }
  99.9%, 100% {
    stroke-dasharray: 377 377;
  }
}
@keyframes CIRCLE {
  0% {
    stroke-dasharray: 0 377;
  }
  99.9%, 100% {
    stroke-dasharray: 377 377;
  }
}
@-webkit-keyframes CLIP_PATH_IMG {
  0% {
    clip-path: inset(100% 0 0 0);
  }
  100% {
    clip-path: inset(0% 0% 0% 0%);
  }
}
@keyframes CLIP_PATH_IMG {
  0% {
    clip-path: inset(100% 0 0 0);
  }
  100% {
    clip-path: inset(0% 0% 0% 0%);
  }
}
/* c-button */
.c-button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  font-weight: 600;
  color: #fff;
  background: #981910;
  -webkit-transition: color 0.3s cubic-bezier(0.4, 0.4, 0, 1), background 0.5s cubic-bezier(0.4, 0.4, 0, 1);
  transition: color 0.3s cubic-bezier(0.4, 0.4, 0, 1), background 0.5s cubic-bezier(0.4, 0.4, 0, 1);
}
@media not all and (max-width: 699px) {
  .c-button {
    max-width: 20rem;
    height: 3rem;
    font-size: 1rem;
    border-radius: 3rem;
  }
}
@media screen and (max-width: 699px) {
  .c-button {
    max-width: 42.6666666667vw;
    height: 6.4vw;
    font-size: 2vw;
    border-radius: 6.4vw;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-button:hover {
    color: #981910;
    background-color: #fff;
  }
  .c-button:hover svg path {
    stroke: #981910;
  }
}
.c-button svg {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
@media not all and (max-width: 699px) {
  .c-button svg {
    right: 1.5625rem;
    width: 1.625rem;
    height: 0.9375rem;
  }
}
@media screen and (max-width: 699px) {
  .c-button svg {
    right: 2.4vw;
    width: 3.4666666667vw;
    height: 2vw;
  }
}
.c-button svg path {
  -webkit-transition: stroke 0.3s cubic-bezier(0.4, 0.4, 0, 1);
  transition: stroke 0.3s cubic-bezier(0.4, 0.4, 0, 1);
}

.c-button--coupon {
  background-color: #df0000;
}
@media (hover: hover) and (pointer: fine) {
  .c-button--coupon:hover {
    color: #df0000;
    background-color: #fff;
  }
  .c-button--coupon:hover svg path {
    stroke: #df0000;
  }
}
@media not all and (max-width: 699px) {
  .c-button--coupon svg {
    width: 0.9375rem;
    height: 1.625rem;
  }
}
@media screen and (max-width: 699px) {
  .c-button--coupon svg {
    width: 2vw;
    height: 3.4666666667vw;
  }
}

.c-button--white {
  color: #981910;
  background-color: #fff;
}
@media (hover: hover) and (pointer: fine) {
  .c-button--white:hover {
    color: #fff;
    background-color: #8d0f0e;
  }
  .c-button--white:hover svg path {
    stroke: #fff;
  }
}

.c-button--upper_right svg {
  -webkit-transform: rotate(-45deg) translate(0, -50%);
          transform: rotate(-45deg) translate(0, -50%);
}

/* c-clip */
.c-clip {
  clip-path: inset(0 100% 0 0);
  -webkit-transition: clip-path cubic-bezier(0.167, 0, 0.833, 1) var(--duration, 0.13s) var(--delay, 0s);
  transition: clip-path cubic-bezier(0.167, 0, 0.833, 1) var(--duration, 0.13s) var(--delay, 0s);
}
.is-enter .c-clip, .c-clip.is-enter {
  clip-path: inset(0 0 0 0);
}

/* c-fade */
.c-fade {
  position: relative;
  opacity: 0;
  -webkit-transition: opacity cubic-bezier(0.42, 0, 0.833, 1) var(--duration, 0.3s) var(--delay, 0s), -webkit-transform cubic-bezier(0.167, 0, 0.833, 1) var(--duration, 0.3s) var(--delay, 0s);
  transition: opacity cubic-bezier(0.42, 0, 0.833, 1) var(--duration, 0.3s) var(--delay, 0s), -webkit-transform cubic-bezier(0.167, 0, 0.833, 1) var(--duration, 0.3s) var(--delay, 0s);
  transition: transform cubic-bezier(0.167, 0, 0.833, 1) var(--duration, 0.3s) var(--delay, 0s), opacity cubic-bezier(0.42, 0, 0.833, 1) var(--duration, 0.3s) var(--delay, 0s);
  transition: transform cubic-bezier(0.167, 0, 0.833, 1) var(--duration, 0.3s) var(--delay, 0s), opacity cubic-bezier(0.42, 0, 0.833, 1) var(--duration, 0.3s) var(--delay, 0s), -webkit-transform cubic-bezier(0.167, 0, 0.833, 1) var(--duration, 0.3s) var(--delay, 0s);
}
@media not all and (max-width: 699px) {
  .c-fade {
    -webkit-transform: translateY(1.875rem);
            transform: translateY(1.875rem);
  }
}
@media screen and (max-width: 699px) {
  .c-fade {
    -webkit-transform: translateY(8vw);
            transform: translateY(8vw);
  }
}
.is-enter .c-fade, .c-fade.is-enter {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/* c-fadeImage */
.c-fadeImage {
  position: relative;
  overflow: hidden;
  -webkit-mask-image: -webkit-gradient(linear, left bottom, left top, from(#000), color-stop(#000), color-stop(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0))) !important;
  -webkit-mask-image: linear-gradient(0deg, #000, #000, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)) !important;
          mask-image: -webkit-gradient(linear, left bottom, left top, from(#000), color-stop(#000), color-stop(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0))) !important;
          mask-image: linear-gradient(0deg, #000, #000, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)) !important;
  -webkit-mask-position: 0% 0%;
          mask-position: 0% 0%;
  -webkit-mask-size: cover;
          mask-size: cover;
  -webkit-mask-size: 100% 300%;
          mask-size: 100% 300%;
  --delay: 0s;
}
.is-enter .c-fadeImage, .c-fadeImage.is-enter {
  -webkit-mask-position: 0% 100%;
          mask-position: 0% 100%;
  -webkit-transition: -webkit-mask-position 2.8s cubic-bezier(0.25, 1, 0.5, 1);
  transition: -webkit-mask-position 2.8s cubic-bezier(0.25, 1, 0.5, 1);
  transition: mask-position 2.8s cubic-bezier(0.25, 1, 0.5, 1);
  transition: mask-position 2.8s cubic-bezier(0.25, 1, 0.5, 1), -webkit-mask-position 2.8s cubic-bezier(0.25, 1, 0.5, 1);
  -webkit-transition-delay: var(--delay);
          transition-delay: var(--delay);
}
[data-js-include] .c-fadeImage {
  -webkit-mask-position: 0% 100%;
          mask-position: 0% 100%;
}

.a3010300-accessory {
  background-color: #fff;
}
@media not all and (max-width: 699px) {
  .a3010300-accessory {
    padding-top: 10rem;
    padding-bottom: 2.5rem;
  }
}
@media screen and (max-width: 699px) {
  .a3010300-accessory {
    padding-top: 32vw;
    padding-bottom: 10.1333333333vw;
  }
}

.a3010300-accessory__title {
  line-height: 1.25;
  text-align: center;
}
@media not all and (max-width: 699px) {
  .a3010300-accessory__title {
    font-size: 3.5rem;
  }
}
@media screen and (max-width: 699px) {
  .a3010300-accessory__title {
    font-size: 8vw;
  }
}

.a3010300-accessory__list {
  display: grid;
}
@media not all and (max-width: 699px) {
  .a3010300-accessory__list {
    grid-template-columns: repeat(3, 1fr);
    gap: 3rem;
    margin-top: 5rem;
  }
}
@media screen and (max-width: 699px) {
  .a3010300-accessory__list {
    gap: 12.8vw;
    margin-top: 17.0666666667vw;
  }
}

.a3010300-accessory__img {
  overflow: hidden;
}
@media not all and (max-width: 699px) {
  .a3010300-accessory__img {
    border-radius: 0.625rem;
  }
}
@media screen and (max-width: 699px) {
  .a3010300-accessory__img {
    border-radius: 2.6666666667vw;
  }
}

@media not all and (max-width: 699px) {
  .a3010300-accessory__content {
    margin-top: 1.5rem;
  }
}
@media screen and (max-width: 699px) {
  .a3010300-accessory__content {
    margin-top: 4.2666666667vw;
  }
}

.a3010300-accessory__heading {
  font-weight: 700;
  line-height: 1.25;
}
@media not all and (max-width: 699px) {
  .a3010300-accessory__heading {
    font-size: 2rem;
  }
}
@media screen and (max-width: 699px) {
  .a3010300-accessory__heading {
    font-size: 6.4vw;
  }
}

.a3010300-accessory__text {
  font-weight: 500;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  line-height: 1.75;
  color: rgba(0, 0, 0, 0.5);
}
@media not all and (max-width: 699px) {
  .a3010300-accessory__text {
    margin-top: 1.5rem;
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 699px) {
  .a3010300-accessory__text {
    margin-top: 3.7333333333vw;
    font-size: 3.7333333333vw;
  }
}

.a3010300-brand {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background-color: #e8e8e8;
}
@media not all and (max-width: 699px) {
  .a3010300-brand {
    padding: 7.5rem 0 7.5rem;
  }
}
@media screen and (max-width: 699px) {
  .a3010300-brand {
    padding: 21.3333333333vw 0 27.7333333333vw;
  }
}

@media not all and (max-width: 699px) {
  .a3010300-brand__inner {
    max-width: 90rem;
    padding-inline: 7.5rem;
    margin-inline: auto;
  }
}
@media screen and (max-width: 699px) {
  .a3010300-brand__inner {
    padding-inline: 4.2666666667vw;
  }
}

.a3010300-brand__banners {
  display: grid;
}
@media not all and (max-width: 699px) {
  .a3010300-brand__banners {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
}
@media screen and (max-width: 699px) {
  .a3010300-brand__banners {
    gap: 4.2666666667vw;
  }
}

.a3010300-brand__banner {
  position: relative;
}

.a3010300-brand__link {
  position: relative;
  display: block;
  overflow: hidden;
}
@media not all and (max-width: 699px) {
  .a3010300-brand__link {
    padding: 1.625rem 2.5625rem 1.5rem 2.5rem;
    border-radius: 0.625rem;
  }
}
@media screen and (max-width: 699px) {
  .a3010300-brand__link {
    padding: 2.1333333333vw 3.4666666667vw 4vw 6.4vw;
    border-radius: 2.6666666667vw;
  }
}
.a3010300-brand__link--m2 {
  background-color: #d1d1d1;
}
@media not all and (max-width: 699px) {
  .a3010300-brand__link--m2 .a3010300-brand__bg {
    width: 31.375rem;
  }
}
@media screen and (max-width: 699px) {
  .a3010300-brand__link--m2 .a3010300-brand__bg {
    width: 66.6666666667vw;
  }
}
.a3010300-brand__link--m0 {
  background-color: #fff000;
}
@media not all and (max-width: 699px) {
  .a3010300-brand__link--m0 .a3010300-brand__bg {
    width: 21rem;
  }
}
@media screen and (max-width: 699px) {
  .a3010300-brand__link--m0 .a3010300-brand__bg {
    width: 56.2666666667vw;
  }
}

.a3010300-brand__link:focus img,
.a3010300-brand__button:focus img {
  opacity: 1;
}
@media (hover: hover) and (pointer: fine) {
  .a3010300-brand__link:hover img,
  .a3010300-brand__button:hover img {
    opacity: 1;
  }
  .a3010300-brand__link:hover .a3010300-brand__arrowInner::before,
  .a3010300-brand__button:hover .a3010300-brand__arrowInner::before {
    -webkit-animation-name: TRANSFORM_RIGHT_LEFT;
            animation-name: TRANSFORM_RIGHT_LEFT;
  }
  .a3010300-brand__link:hover .a3010300-brand__arrowInner::after,
  .a3010300-brand__button:hover .a3010300-brand__arrowInner::after {
    -webkit-animation-name: TRANSFORM_LEFT_RIGHT;
            animation-name: TRANSFORM_LEFT_RIGHT;
  }
  .a3010300-brand__link:hover .a3010300-brand__textWrap::after,
  .a3010300-brand__button:hover .a3010300-brand__textWrap::after {
    -webkit-transition: -webkit-transform 0.4s ease-in-out;
    transition: -webkit-transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
    -webkit-transform: scaleX(100%);
            transform: scaleX(100%);
  }
  .a3010300-brand__link:hover .a3010300-brand__iconBorder,
  .a3010300-brand__button:hover .a3010300-brand__iconBorder {
    background-color: rgba(0, 0, 0, 0.2);
  }
  .a3010300-brand__link:hover .a3010300-brand__iconBorder circle,
  .a3010300-brand__button:hover .a3010300-brand__iconBorder circle {
    -webkit-animation: CIRCLE 0.6s 1 ease-in-out;
            animation: CIRCLE 0.6s 1 ease-in-out;
  }
}

.a3010300-brand__item {
  position: relative;
  z-index: 2;
  font-family: "Manrope", sans-serif;
  font-variation-settings: "wght" 675;
  color: #000;
}
@media not all and (max-width: 699px) {
  .a3010300-brand__item {
    font-size: 3rem;
  }
}
@media screen and (max-width: 699px) {
  .a3010300-brand__item {
    font-size: 10.6666666667vw;
  }
}

.a3010300-brand__itemCat {
  text-transform: uppercase;
}

@media not all and (max-width: 699px) {
  .a3010300-brand__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-top: 18.25rem;
  }
}
@media screen and (max-width: 699px) {
  .a3010300-brand__content {
    margin-top: 50.6666666667vw;
  }
}

.a3010300-brand__copy {
  position: relative;
  z-index: 0;
  font-family: "Manrope", sans-serif;
  font-variation-settings: "wght" 675;
  line-height: 150%;
  color: rgba(0, 0, 0, 0.5);
  text-align: left;
  letter-spacing: 0.02em;
}
@media not all and (max-width: 699px) {
  .a3010300-brand__copy {
    max-width: 22.125rem;
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 699px) {
  .a3010300-brand__copy {
    font-size: 2.6666666667vw;
  }
}

.a3010300-brand__text {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
  color: #000;
}
@media not all and (max-width: 699px) {
  .a3010300-brand__text {
    gap: 1.5rem;
    font-size: 1rem;
  }
}
@media screen and (max-width: 699px) {
  .a3010300-brand__text {
    gap: 3.2vw;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-top: 6.4vw;
    font-size: 3.7333333333vw;
  }
}

.a3010300-brand__textWrap {
  position: relative;
}
.a3010300-brand__textWrap::after {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  content: "";
  background-color: #000;
  -webkit-transform: scaleX(0%);
          transform: scaleX(0%);
  -webkit-transform-origin: left;
          transform-origin: left;
}

.a3010300-brand__icon {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
}
@media not all and (max-width: 699px) {
  .a3010300-brand__icon {
    width: 64px;
    height: 64px;
  }
}
@media screen and (max-width: 699px) {
  .a3010300-brand__icon {
    width: 12.8vw;
    height: 12.8vw;
    border: 1px solid #000;
  }
}

.a3010300-brand__iconBorder {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -webkit-transition: background-color 0.3s linear;
  transition: background-color 0.3s linear;
}
.a3010300-brand__iconBorder svg {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
@media screen and (max-width: 699px) {
  .a3010300-brand__iconBorder svg {
    display: none;
  }
}
.a3010300-brand__iconBorder circle {
  fill: transparent;
  stroke: #000;
  stroke-width: 1;
}

.a3010300-brand__arrow {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.a3010300-brand__arrow--anchor {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

@media not all and (max-width: 699px) {
  .a3010300-brand__arrowInner {
    width: 1.3125rem;
    height: 1.125rem;
  }
}
@media screen and (max-width: 699px) {
  .a3010300-brand__arrowInner {
    width: 5.6vw;
    height: 4.8vw;
  }
}
.a3010300-brand__arrowInner::before, .a3010300-brand__arrowInner::after {
  position: absolute;
  inset: 0;
  display: block;
  margin: auto;
  content: "";
  background: url("/contents/genre/a3010300/img/icon_arrow.svg") no-repeat 50% 50%/contain;
  -webkit-animation-duration: 0.6s;
          animation-duration: 0.6s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
@media not all and (max-width: 699px) {
  .a3010300-brand__arrowInner::before, .a3010300-brand__arrowInner::after {
    top: 0.125rem;
    right: 0.125rem;
    width: 1.3125rem;
    height: 1.125rem;
  }
}
@media screen and (max-width: 699px) {
  .a3010300-brand__arrowInner::before, .a3010300-brand__arrowInner::after {
    top: 0.5333333333vw;
    right: 0.5333333333vw;
    width: 5.6vw;
    height: 4.8vw;
  }
}
.a3010300-brand__arrowInner::after {
  -webkit-transform: translateX(-240%);
          transform: translateX(-240%);
}

.a3010300-brand__main {
  position: relative;
}

.a3010300-brand__bg {
  position: absolute;
  inset: 0;
  z-index: 1;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  margin: auto;
}
@media screen and (max-width: 699px) {
  .a3010300-brand__bg {
    width: 64vw;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
  }
}
@media not all and (max-width: 699px) {
  .a3010300-brand__bg {
    width: 33.625rem;
  }
}

@media not all and (max-width: 699px) {
  .a3010300-brand__buttons {
    margin-top: 1rem;
  }
}
@media screen and (max-width: 699px) {
  .a3010300-brand__buttons {
    margin-top: 4.2666666667vw;
  }
}

.a3010300-brand__button {
  position: relative;
  z-index: 1;
  display: block;
  background-color: #dadada;
}
@media not all and (max-width: 699px) {
  .a3010300-brand__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 1.5rem 2.5rem;
    border-radius: 0.625rem;
  }
}
@media screen and (max-width: 699px) {
  .a3010300-brand__button {
    padding: 6.4vw 3.4666666667vw 4.2666666667vw 6.9333333333vw;
    border-radius: 2.6666666667vw;
  }
}
.a3010300-brand__button .a3010300-brand__iconBorder::after {
  background-color: #dadada;
}
@media screen and (max-width: 699px) {
  .a3010300-brand__button .a3010300-brand__text {
    margin-top: 4.2666666667vw;
  }
}

@media not all and (max-width: 699px) {
  .a3010300-brand__mouse {
    width: 8.6875rem;
  }
}
@media screen and (max-width: 699px) {
  .a3010300-brand__mouse {
    width: 25.0666666667vw;
  }
}

.a3010300-concept {
  position: relative;
  background-color: #e8e8e8;
}
@media not all and (max-width: 699px) {
  .a3010300-concept {
    padding-top: 8.75rem;
    padding-bottom: 9.875rem;
  }
}
@media screen and (max-width: 699px) {
  .a3010300-concept {
    padding-top: 21.3333333333vw;
    padding-bottom: 21.3333333333vw;
  }
}

.a3010300-concept__inner {
  margin: 0 auto;
}
@media not all and (max-width: 699px) {
  .a3010300-concept__inner {
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 5rem;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 75rem;
    padding-inline: 0;
  }
}
@media screen and (max-width: 699px) {
  .a3010300-concept__inner {
    padding-inline: 4.2666666667vw;
  }
}

@media not all and (max-width: 699px) {
  .a3010300-concept__image {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 37.5rem;
    margin-left: -2.5rem;
  }
}

@media not all and (max-width: 699px) {
  .a3010300-concept__content {
    width: 35rem;
    margin-top: 2.8125rem;
  }
}
@media screen and (max-width: 699px) {
  .a3010300-concept__content {
    margin-top: 5.8666666667vw;
  }
}

.a3010300-concept__headingSub {
  font-weight: 700;
  line-height: 1.5;
}
@media not all and (max-width: 699px) {
  .a3010300-concept__headingSub {
    margin-bottom: 1.375rem;
    margin-left: 0.4375rem;
    letter-spacing: 0.02rem;
  }
}
@media screen and (max-width: 699px) {
  .a3010300-concept__headingSub {
    margin-bottom: 4.2666666667vw;
    margin-left: 2.1333333333vw;
    font-size: 3.7333333333vw;
  }
}

.a3010300-concept__headingSubEn {
  font-family: "Manrope", sans-serif;
  font-variation-settings: "wght" 675;
}
@media not all and (max-width: 699px) {
  .a3010300-concept__headingSubEn {
    margin-right: 0.375rem;
    font-size: 1.5rem;
    letter-spacing: 0.03rem;
  }
}
@media screen and (max-width: 699px) {
  .a3010300-concept__headingSubEn {
    margin-right: 1.0666666667vw;
    font-size: 4.2666666667vw;
    font-variation-settings: "wght" 675;
    letter-spacing: 0.0853333333vw;
  }
}

.a3010300-concept__title {
  line-height: 1;
}

.a3010300-concept__titleLine {
  display: block;
}

.a3010300-concept__titleLogo {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Manrope", sans-serif;
  font-variation-settings: "wght" 675;
  background-image: -webkit-gradient(linear, left top, right top, from(#fff000), to(#fff000));
  background-image: linear-gradient(to right, #fff000 0%, #fff000 100%);
}
@media not all and (max-width: 699px) {
  .a3010300-concept__titleLogo {
    padding: 1.25rem 1rem 1rem;
    font-size: 2.5rem;
    letter-spacing: 0.02em;
  }
}
@media screen and (max-width: 699px) {
  .a3010300-concept__titleLogo {
    padding: 1.6vw 3.2vw;
    font-size: 6.4vw;
    line-height: 1.25;
    letter-spacing: 0.064vw;
  }
}
.a3010300-concept__titleLogo .char {
  display: inline;
}
@media not all and (max-width: 699px) {
  .a3010300-concept__titleLogo .char {
    letter-spacing: 0.02em;
  }
}

.a3010300-concept__titleMain {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
  background-image: -webkit-gradient(linear, left top, right top, from(#fff000), to(#fff000));
  background-image: linear-gradient(to right, #fff000 0%, #fff000 100%);
}
@media not all and (max-width: 699px) {
  .a3010300-concept__titleMain {
    gap: 0.9375rem;
    padding: 1.25rem 1rem 1rem;
    font-size: 2.625rem;
    letter-spacing: 0.05rem;
  }
}
@media screen and (max-width: 699px) {
  .a3010300-concept__titleMain {
    gap: 2.6666666667vw;
    padding: 1.6vw 3.2vw;
    font-size: 6.9333333333vw;
    line-height: 1.25;
  }
}

.a3010300-concept__titleEn {
  font-family: "Manrope", sans-serif;
  font-weight: 600;
}
@media not all and (max-width: 699px) {
  .a3010300-concept__titleEn {
    font-size: 3rem;
    letter-spacing: 0.06rem;
  }
}
@media screen and (max-width: 699px) {
  .a3010300-concept__titleEn {
    font-size: 8vw;
    letter-spacing: 0.16vw;
  }
}

.a3010300-concept__text {
  font-weight: 500;
  line-height: 1.75;
}
@media not all and (max-width: 699px) {
  .a3010300-concept__text {
    margin-top: 4rem;
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 699px) {
  .a3010300-concept__text {
    margin-top: 8.5333333333vw;
    font-size: 4.2666666667vw;
  }
}

@media not all and (max-width: 699px) {
  .a3010300-concept__foot {
    margin-top: 4rem;
  }
}
@media screen and (max-width: 699px) {
  .a3010300-concept__foot {
    margin-top: 12.8vw;
  }
}

.a3010300-concept__footTitle {
  font-weight: 700;
}
@media not all and (max-width: 699px) {
  .a3010300-concept__footTitle {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 699px) {
  .a3010300-concept__footTitle {
    font-size: 3.7333333333vw;
  }
}

.a3010300-concept__footPoints {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media not all and (max-width: 699px) {
  .a3010300-concept__footPoints {
    gap: 0.5rem;
    margin-top: 0.75rem;
  }
}
@media screen and (max-width: 699px) {
  .a3010300-concept__footPoints {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 2.1333333333vw;
    margin-top: 3.2vw;
  }
}

.a3010300-concept__footPoint {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
  line-height: 1.5;
  background-color: rgba(0, 0, 0, 0.1);
}
@media not all and (max-width: 699px) {
  .a3010300-concept__footPoint {
    padding: 0.1875rem 1rem 0.125rem;
    font-size: 0.875rem;
    letter-spacing: 0.0175rem;
    border-radius: 0.3125rem;
  }
}
@media screen and (max-width: 699px) {
  .a3010300-concept__footPoint {
    padding: 1.0666666667vw 4.2666666667vw;
    font-size: 3.7333333333vw;
    letter-spacing: 0.0746666667vw;
    border-radius: 1.3333333333vw;
  }
}

.a3010300-concept__footPointNum {
  display: inline-block;
  font-family: "Manrope", sans-serif;
  font-weight: 600;
}
@media not all and (max-width: 699px) {
  .a3010300-concept__footPointNum {
    margin-right: 0.1875rem;
    font-size: 1.25rem;
    letter-spacing: 0.025rem;
  }
}
@media screen and (max-width: 699px) {
  .a3010300-concept__footPointNum {
    margin-right: 1.0666666667vw;
    font-size: 5.3333333333vw;
    letter-spacing: 0.1066666667vw;
  }
}

.a3010300-concept__footPointMark {
  display: inline-block;
  font-weight: 700;
  line-height: 1.5;
}
@media not all and (max-width: 699px) {
  .a3010300-concept__footPointMark {
    margin-inline: 0.5rem;
    font-size: 1.5rem;
    letter-spacing: 0.02rem;
  }
}
@media screen and (max-width: 699px) {
  .a3010300-concept__footPointMark {
    margin-inline: 2.4vw;
    font-size: 5.3333333333vw;
    letter-spacing: 0.1066666667vw;
  }
}

@media not all and (max-width: 699px) {
  .page-a3010300__cursor {
    position: fixed;
    z-index: 10;
    width: 9rem;
    height: 9rem;
    margin: -4.5rem 0 0 -4.5rem;
    pointer-events: none;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.3s, visibility 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, visibility 0.3s, -webkit-transform 0.3s;
    transition: transform 0.3s, opacity 0.3s, visibility 0.3s;
    transition: transform 0.3s, opacity 0.3s, visibility 0.3s, -webkit-transform 0.3s;
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}
@media screen and (max-width: 699px) {
  .page-a3010300__cursor {
    display: none;
  }
}
.page-a3010300__cursor.is-active {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.a3010300-cursor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  background-color: #fff000;
  border-radius: 50%;
}

@media not all and (max-width: 699px) {
  .a3010300-cursor__icon {
    position: absolute;
    top: -0.375rem;
    bottom: 0;
    width: 0.4375rem;
    height: 0.875rem;
    margin: auto;
  }
}
.a3010300-cursor__icon--prev {
  left: 1.25rem;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.a3010300-cursor__icon--next {
  right: 1.25rem;
}
.a3010300-cursor__icon img {
  vertical-align: baseline;
}

.a3010300-cursor__text {
  font-family: "Manrope", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 0.9;
  letter-spacing: 0.02rem;
}

.a3010300-design {
  position: relative;
  z-index: 1;
}
@media not all and (max-width: 699px) {
  .a3010300-design {
    margin-top: 7.375rem;
    padding-top: 5.125rem;
    padding-bottom: 0rem;
  }
}
@media screen and (max-width: 699px) {
  .a3010300-design {
    padding-top: 42.6666666667vw;
    padding-bottom: 0vw;
  }
}

.a3010300-design__inner {
  margin: 0 auto 0;
}
@media not all and (max-width: 699px) {
  .a3010300-design__inner {
    max-width: 77.5rem;
    padding: 0 5rem;
  }
}
@media screen and (max-width: 699px) {
  .a3010300-design__inner {
    padding: 0 5.3333333333vw 26.6666666667vw;
  }
}

.a3010300-design__heading {
  --delay: 0s;
  display: inline-block;
}
@media not all and (max-width: 699px) {
  .a3010300-design__heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 1rem;
    translate: 0 5rem;
  }
}
@media screen and (max-width: 699px) {
  .a3010300-design__heading {
    translate: 0 10.6666666667vw;
  }
}
.a3010300-design__heading.is-enter {
  -webkit-transition: translate 0.8s cubic-bezier(0.25, 1, 0.5, 1), -webkit-mask-position 2s cubic-bezier(0.25, 1, 0.5, 1);
  transition: translate 0.8s cubic-bezier(0.25, 1, 0.5, 1), -webkit-mask-position 2s cubic-bezier(0.25, 1, 0.5, 1);
  transition: translate 0.8s cubic-bezier(0.25, 1, 0.5, 1), mask-position 2s cubic-bezier(0.25, 1, 0.5, 1);
  transition: translate 0.8s cubic-bezier(0.25, 1, 0.5, 1), mask-position 2s cubic-bezier(0.25, 1, 0.5, 1), -webkit-mask-position 2s cubic-bezier(0.25, 1, 0.5, 1);
  -webkit-transition-delay: var(--delay);
          transition-delay: var(--delay);
}
@media not all and (max-width: 699px) {
  .a3010300-design__heading.is-enter {
    translate: 0 0rem;
  }
}
@media screen and (max-width: 699px) {
  .a3010300-design__heading.is-enter {
    translate: 0 0vw;
  }
}
@media not all and (max-width: 699px) {
  [data-js-include] .a3010300-design__heading {
    translate: 0 0rem;
  }
}
@media screen and (max-width: 699px) {
  [data-js-include] .a3010300-design__heading {
    translate: 0 0vw;
  }
}

@media not all and (max-width: 699px) {
  .a3010300-design__headingEn {
    width: 18.3125rem;
    height: 3.125rem;
  }
}
@media screen and (max-width: 699px) {
  .a3010300-design__headingEn {
    width: 45.8666666667vw;
  }
}

.a3010300-design__headingJa {
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media not all and (max-width: 699px) {
  .a3010300-design__headingJa {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 699px) {
  .a3010300-design__headingJa {
    margin-top: 2.1333333333vw;
    font-size: 3.7333333333vw;
  }
}

@media not all and (max-width: 699px) {
  .a3010300-design__body {
    max-width: 64.5rem;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-left: 3.3125rem;
  }
}
@media not all and (max-width: 699px) {
  .a3010300-design__image {
    margin-top: -1.375rem;
    width: 24.1875rem;
  }
}
@media screen and (max-width: 699px) {
  .a3010300-design__image {
    width: 32.8vw;
  }
}

.a3010300-design__text {
  font-weight: 500;
  line-height: 170%;
  text-align: justify;
  letter-spacing: 0.04em;
}
@media not all and (max-width: 699px) {
  .a3010300-design__text {
    font-size: 1rem;
    margin-bottom: 3.875rem;
  }
}
@media screen and (max-width: 699px) {
  .a3010300-design__text {
    font-size: 1rem;
  }
}

@media not all and (max-width: 699px) {
  .a3010300-design__section {
    width: 62.75rem;
    margin: 13.0625rem auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 3.25rem;
  }
}
@media screen and (max-width: 699px) {
  .a3010300-design__section {
    margin-top: 26.6666666667vw;
  }
}

@media not all and (max-width: 699px) {
  .a3010300-design__section--reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    margin-bottom: 15.5rem;
  }
}
.a3010300-design__section--reverse .a3010300-design__sectionBG {
  left: -9.375rem;
}

.a3010300-design__sectionImages {
  position: relative;
  margin: auto;
}

.a3010300-design__sectionImage {
  position: relative;
  z-index: 2;
  opacity: 0;
  translate: 0 -20%;
}
.is-enter .a3010300-design__sectionImage {
  -webkit-transition: opacity 0.2s linear, translate 1.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition: opacity 0.2s linear, translate 1.6s cubic-bezier(0.25, 1, 0.5, 1);
  opacity: 1;
  translate: 0 0%;
}
[data-js-include] .a3010300-design__sectionImage {
  opacity: 1;
  translate: 0 0%;
}
.a3010300-design__sectionImage img {
  max-width: auto;
  width: 100%;
  height: auto;
}

.a3010300-design__sectionReflection {
  position: absolute;
  top: calc(100% + 1.25rem);
  opacity: 0;
  translate: 0 20%;
  width: 100%;
}
.is-enter .a3010300-design__sectionReflection {
  -webkit-transition: opacity 1.6s linear, translate 1.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition: opacity 1.6s linear, translate 1.6s cubic-bezier(0.25, 1, 0.5, 1);
  opacity: 1;
  translate: 0 0%;
}
[data-js-include] .a3010300-design__sectionReflection {
  opacity: 1;
  translate: 0 0%;
}
.a3010300-design__sectionReflection img {
  max-width: auto;
  width: 100%;
  height: auto;
}

.a3010300-design__sectionBG {
  position: absolute;
  opacity: 0;
}
.is-enter .a3010300-design__sectionBG {
  -webkit-transition: opacity 0.4s linear;
  transition: opacity 0.4s linear;
  opacity: 1;
}
@media not all and (max-width: 699px) {
  .a3010300-design__sectionBG {
    right: -9.375rem;
    bottom: -10.3125rem;
    width: 56.25rem;
    height: 20.625rem;
  }
}
@media screen and (max-width: 699px) {
  .a3010300-design__sectionBG {
    left: -17.3333333333vw;
    bottom: -22vw;
    width: 138.9333333333vw;
  }
}
.a3010300-design__sectionBG img {
  max-width: auto;
  width: 100%;
  height: auto;
}

.a3010300-design__sectionContent {
  position: relative;
  z-index: 2;
}
@media not all and (max-width: 699px) {
  .a3010300-design__sectionContent {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30.4375rem;
            flex: 0 0 30.4375rem;
    width: 30.4375rem;
  }
}
@media screen and (max-width: 699px) {
  .a3010300-design__sectionContent {
    margin-top: 12.8vw;
  }
}

.a3010300-design__sectionNumber img {
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
}
@media not all and (max-width: 699px) {
  .a3010300-design__sectionNumber img {
    height: 2.125rem;
  }
}
@media screen and (max-width: 699px) {
  .a3010300-design__sectionNumber img {
    height: 9.0666666667vw;
  }
}

h3.a3010300-design__sectionTitle {
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.04em;
}
@media not all and (max-width: 699px) {
  h3.a3010300-design__sectionTitle {
    margin-top: 3rem;
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 699px) {
  h3.a3010300-design__sectionTitle {
    margin-top: 6.4vw;
    font-size: 5.3333333333vw;
  }
}

.a3010300-design__sectionText {
  font-weight: 500;
  line-height: 170%;
  text-align: justify;
  letter-spacing: 0.04em;
}
@media not all and (max-width: 699px) {
  .a3010300-design__sectionText {
    margin-top: 2rem;
    font-size: 1rem;
  }
}
@media screen and (max-width: 699px) {
  .a3010300-design__sectionText {
    margin-top: 4.2666666667vw;
    font-size: 3.7333333333vw;
  }
}

.a3010300-design__sectionList {
  font-weight: 500;
  line-height: 140%;
  text-align: justify;
  letter-spacing: 0.04em;
  color: #7e827e;
  display: grid;
}
@media not all and (max-width: 699px) {
  .a3010300-design__sectionList {
    margin-top: 1rem;
    gap: 0.5rem;
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 699px) {
  .a3010300-design__sectionList {
    margin-top: 1rem;
    gap: 0.5rem;
    font-size: 0.75rem;
  }
}
.a3010300-design__sectionList > li {
  position: relative;
  padding-left: 1.125rem;
}
.a3010300-design__sectionList > li span {
  position: absolute;
  top: 0;
  left: 0;
}

@media not all and (max-width: 699px) {
  .a3010300-design__section--01 {
    margin-top: 2.5rem;
  }
}
@media screen and (max-width: 699px) {
  .a3010300-design__section--01 {
    margin-top: 6.4vw;
  }
}
@media screen and (max-width: 699px) {
  .a3010300-design__section--01 .a3010300-design__sectionContent {
    margin-top: 17.0666666667vw;
  }
}
@media not all and (max-width: 699px) {
  .a3010300-design__section--01 .a3010300-design__sectionImages {
    width: 21.4375rem;
  }
}
@media screen and (max-width: 699px) {
  .a3010300-design__section--01 .a3010300-design__sectionImages {
    width: 53.3333333333vw;
  }
}

@media not all and (max-width: 699px) {
  .a3010300-design__section--02 .a3010300-design__sectionContent {
    padding-right: 1.875rem;
  }
}
@media not all and (max-width: 699px) {
  .a3010300-design__section--02 .a3010300-design__sectionImages {
    width: 24.1875rem;
  }
}
@media screen and (max-width: 699px) {
  .a3010300-design__section--02 .a3010300-design__sectionImages {
    width: 69.6vw;
  }
}
.a3010300-design__section--02 .a3010300-design__sectionImageWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 699px) {
  .a3010300-design__section--02 .a3010300-design__sectionImageWrap {
    width: 69.6vw;
  }
}
.a3010300-design__section--02 .a3010300-design__sectionImageItem {
  position: relative;
}
@media not all and (max-width: 699px) {
  .a3010300-design__section--02 .a3010300-design__sectionImageItem {
    width: 11.25rem;
  }
}
@media screen and (max-width: 699px) {
  .a3010300-design__section--02 .a3010300-design__sectionImageItem {
    width: 32.5333333333vw;
  }
}
.a3010300-design__section--02 .a3010300-design__sectionImageItem:last-child .a3010300-design__sectionImage,
.a3010300-design__section--02 .a3010300-design__sectionImageItem:last-child .a3010300-design__sectionReflection {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

@media not all and (max-width: 699px) {
  .a3010300-design__section--03 .a3010300-design__sectionImages {
    width: 22.9375rem;
  }
}
@media screen and (max-width: 699px) {
  .a3010300-design__section--03 .a3010300-design__sectionImages {
    width: 65.6vw;
  }
}

.a3010300-details {
  background-color: #e8e8e8;
}
@media not all and (max-width: 699px) {
  .a3010300-details {
    padding-top: 7.25rem;
  }
}
@media screen and (max-width: 699px) {
  .a3010300-details {
    padding-top: 21.3333333333vw;
  }
}

@media screen and (max-width: 699px) {
  .a3010300-details__inner {
    padding-inline: 4.2666666667vw;
  }
}

.a3010300-details__title {
  font-weight: 700;
  line-height: 1.5;
  color: #000;
  text-align: center;
}
@media not all and (max-width: 699px) {
  .a3010300-details__title {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 699px) {
  .a3010300-details__title {
    font-size: 7.4666666667vw;
  }
}

.a3010300-details__content {
  border-bottom: solid 1px rgba(0, 0, 0, 0.2);
}
@media not all and (max-width: 699px) {
  .a3010300-details__content {
    margin-top: 3.625rem;
  }
}
@media screen and (max-width: 699px) {
  .a3010300-details__content {
    margin-top: 9.0666666667vw;
  }
}

.a3010300-details__item {
  display: grid;
  border-top: solid 1px rgba(0, 0, 0, 0.2);
}
@media not all and (max-width: 699px) {
  .a3010300-details__item {
    grid-template-columns: 143px 1fr;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 1.9375rem 2rem;
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 699px) {
  .a3010300-details__item {
    padding: 5.3333333333vw 2.1333333333vw 4.8vw;
    font-size: 4vw;
  }
}

.a3010300-details__itemTitle {
  font-weight: 700;
}
@media not all and (max-width: 699px) {
  .a3010300-details__itemTitle {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 699px) {
  .a3010300-details__itemTitle {
    font-size: 4vw;
    text-align: center;
  }
}
.a3010300-details__itemTitle--en {
  font-family: "Manrope", sans-serif;
  font-variation-settings: "wght" 762;
}

.a3010300-details__itemDesc {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.5;
  text-align: center;
}
@media not all and (max-width: 699px) {
  .a3010300-details__itemDesc {
    gap: 4.6875rem;
    padding-right: 2.5rem;
  }
}
@media screen and (max-width: 699px) {
  .a3010300-details__itemDesc {
    gap: 4.8vw;
    padding-right: 0.8vw;
    margin-top: 4.5333333333vw;
  }
}

.a3010300-details__itemDescText {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 500;
}
@media not all and (max-width: 699px) {
  .a3010300-details__itemDescText {
    letter-spacing: 0.02em;
  }
}
.a3010300-details__itemDescText--en {
  font-family: "Manrope", sans-serif;
  font-variation-settings: "wght" 575;
}

@media screen and (max-width: 699px) {
  .a3010300-details__itemDescTextWrap {
    display: inline-block;
    margin-top: 3.2vw;
  }
}

.a3010300-details__itemDescImg {
  display: inline-block;
  vertical-align: middle;
}
@media not all and (max-width: 699px) {
  .a3010300-details__itemDescImg {
    width: 9.9375rem;
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 699px) {
  .a3010300-details__itemDescImg {
    width: 27.2vw;
    margin-bottom: 2.1333333333vw;
  }
}
@media not all and (max-width: 699px) {
  .a3010300-details__itemDescImg--m0 {
    margin-top: 1rem;
  }
}
@media screen and (max-width: 699px) {
  .a3010300-details__itemDescImg--m0 {
    margin-top: 1.6vw;
    margin-bottom: 1.6vw;
  }
}
@media not all and (max-width: 699px) {
  .a3010300-details__itemDescImg--m2 {
    width: 11.25rem;
  }
}
@media screen and (max-width: 699px) {
  .a3010300-details__itemDescImg--m2 {
    width: 29.8666666667vw;
  }
}

.page-a3010300__detailsHeader {
  position: fixed;
  left: 0;
  z-index: 100;
  width: 100%;
  visibility: hidden;
  background-color: #e8e8e8;
  border-bottom: solid 1px rgba(0, 0, 0, 0.2);
  opacity: 0;
}
@media not all and (max-width: 699px) {
  .page-a3010300__detailsHeader {
    top: 82.5px;
    min-width: 77.5rem;
    padding: 1.9375rem 9.5rem;
    -webkit-box-shadow: 0 1px 20px rgba(0, 0, 0, 0.1);
            box-shadow: 0 1px 20px rgba(0, 0, 0, 0.1);
  }
}
@media screen and (max-width: 699px) {
  .page-a3010300__detailsHeader {
    top: 50px;
    padding: 5.3333333333vw 2.1333333333vw 4.8vw;
    -webkit-box-shadow: 0 1px 5.3333333333vw rgba(0, 0, 0, 0.1);
            box-shadow: 0 1px 5.3333333333vw rgba(0, 0, 0, 0.1);
  }
}
.page-a3010300__detailsHeader.is-active {
  visibility: visible;
  opacity: 1;
}

@media not all and (max-width: 699px) {
  .a3010300-detailsHeader__inner {
    max-width: 71.25rem;
    margin-inline: auto;
  }
}

.a3010300-detailsHeader__item {
  display: grid;
}
@media not all and (max-width: 699px) {
  .a3010300-detailsHeader__item {
    grid-template-columns: 143px 1fr;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 699px) {
  .a3010300-detailsHeader__item {
    font-size: 4vw;
  }
}

.a3010300-detailsHeader__itemTitle {
  font-weight: 700;
}
@media not all and (max-width: 699px) {
  .a3010300-detailsHeader__itemTitle {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 699px) {
  .a3010300-detailsHeader__itemTitle {
    font-size: 4vw;
    text-align: center;
  }
}
.a3010300-detailsHeader__itemTitle--en {
  font-family: "Manrope", sans-serif;
  font-variation-settings: "wght" 762;
}

.a3010300-detailsHeader__itemDesc {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.5;
  text-align: center;
}
@media not all and (max-width: 699px) {
  .a3010300-detailsHeader__itemDesc {
    gap: 4.6875rem;
    padding-right: 2.5rem;
  }
}
@media screen and (max-width: 699px) {
  .a3010300-detailsHeader__itemDesc {
    gap: 4.8vw;
    padding-right: 0.8vw;
    margin-top: 4.5333333333vw;
  }
}

.a3010300-detailsHeader__itemDescText {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 500;
}
@media not all and (max-width: 699px) {
  .a3010300-detailsHeader__itemDescText {
    letter-spacing: 0.02em;
  }
}
.a3010300-detailsHeader__itemDescText--en {
  font-family: "Manrope", sans-serif;
  font-variation-settings: "wght" 575;
}

.a3010300-detailsHeader__itemDescImg {
  display: inline-block;
  vertical-align: middle;
}
@media not all and (max-width: 699px) {
  .a3010300-detailsHeader__itemDescImg {
    width: 3rem;
    margin-right: 1rem;
  }
}
@media screen and (max-width: 699px) {
  .a3010300-detailsHeader__itemDescImg {
    width: 9.6vw;
    margin-right: 2.1333333333vw;
  }
}

.page-a3010300__fixedBtn {
  position: fixed;
  z-index: 100;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
@media not all and (max-width: 699px) {
  .page-a3010300__fixedBtn {
    right: 6.25rem;
    bottom: 1.25rem;
  }
}
@media screen and (max-width: 699px) {
  .page-a3010300__fixedBtn {
    right: 4.8vw;
    bottom: 70px;
  }
}
.page-a3010300__fixedBtn.is-show {
  pointer-events: all;
  opacity: 1;
}

.a3010300-fixedBtn {
  position: relative;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  pointer-events: all;
}

.a3010300-fixedBtn__btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  background-color: #fff000;
}
@media not all and (max-width: 699px) {
  .a3010300-fixedBtn__btn {
    gap: 0.875rem;
    padding: 1rem 1.25rem;
    border-radius: 3.625rem;
    -webkit-box-shadow: 0 0.125rem 0.9375rem rgba(0, 0, 0, 0.2);
            box-shadow: 0 0.125rem 0.9375rem rgba(0, 0, 0, 0.2);
  }
}
@media screen and (max-width: 699px) {
  .a3010300-fixedBtn__btn {
    gap: 3.2vw;
    padding: 3.2vw 4.2666666667vw;
    border-radius: 14.9333333333vw;
    -webkit-box-shadow: 0 0.5333333333vw 4vw rgba(0, 0, 0, 0.2);
            box-shadow: 0 0.5333333333vw 4vw rgba(0, 0, 0, 0.2);
  }
}

@media not all and (max-width: 699px) {
  .a3010300-fixedBtn__btnIcon {
    width: 1.25rem;
    margin-top: -0.1875rem;
  }
}
@media screen and (max-width: 699px) {
  .a3010300-fixedBtn__btnIcon {
    width: 4.8vw;
  }
}
.a3010300-fixedBtn__btnIcon img {
  vertical-align: middle;
}

.a3010300-fixedBtn__btnText {
  font-weight: 500;
  line-height: 1;
  color: #000;
}
@media not all and (max-width: 699px) {
  .a3010300-fixedBtn__btnText {
    font-size: 1rem;
  }
}
@media screen and (max-width: 699px) {
  .a3010300-fixedBtn__btnText {
    font-size: 3.7333333333vw;
  }
}

.page-a3010300__mv {
  position: relative;
  width: 100%;
  clip-path: inset(0 0 0 0);
}
@media not all and (max-width: 699px) {
  .page-a3010300__mv {
    height: calc(100vh - 205px - 0.5em);
    min-height: 36.3125rem;
    max-height: 50rem;
  }
}
.a3010300-mv {
  z-index: 1;
  width: 100%;
  overflow: hidden;
  background-color: #e8e8e8;
  opacity: 0;
  -webkit-transition: background-color 0.3s linear;
  transition: background-color 0.3s linear;
}
@media not all and (max-width: 699px) {
  .a3010300-mv {
    height: 100%;
  }
}
body.is-load-end .a3010300-mv {
  opacity: 1;
}

.a3010300-mv.is-current--m0 {
  background-color: #fff;
}

.a3010300-mv__inner {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  margin: auto;
}
@media not all and (max-width: 699px) {
  .a3010300-mv__inner {
    gap: 3.5rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 108rem;
    padding-inline: 0;
    padding-top: 5.8125rem;
  }
}
@media screen and (max-width: 699px) {
  .a3010300-mv__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 14.9333333333vw 3.4666666667vw 22.1333333333vw;
  }
}
@media screen and (width <= 320px) and (height <= 667px) {
  .a3010300-mv__inner {
    padding-inline: 4.2666666667vw;
    padding-top: 13.3333333333vw;
  }
}

@media not all and (max-width: 699px) {
  .a3010300-mv__content {
    min-width: 75rem;
    margin-top: -5.9375rem;
  }
}
@media screen and (max-width: 699px) {
  .a3010300-mv__content {
    width: 100%;
  }
}

@media not all and (max-width: 699px) {
  .a3010300-mv__logo {
    width: 8.6875rem;
  }
}
@media screen and (max-width: 699px) {
  .a3010300-mv__logo {
    position: absolute;
    top: 4.2666666667vw;
    left: 4.2666666667vw;
    z-index: 1;
    width: 24.5333333333vw;
  }
}

@media not all and (max-width: 699px) {
  .a3010300-mv__title {
    margin-top: 4.5rem;
  }
}
@media screen and (max-width: 699px) {
  .a3010300-mv__title {
    margin-top: 72.8vw;
    margin-bottom: 0;
  }
}
@media screen and (width <= 320px) and (height <= 667px) {
  .a3010300-mv__title {
    margin-top: 49.8666666667vw;
  }
}

.a3010300-mv__titleSub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 600;
  line-height: 1;
}
@media screen and (max-width: 699px) {
  .a3010300-mv__titleSub {
    gap: 2.1333333333vw;
    margin-bottom: 3.2vw;
    font-size: 4.2666666667vw;
  }
}
@media not all and (max-width: 699px) {
  .a3010300-mv__titleSub {
    gap: 0.75rem;
    margin-bottom: 1rem;
    font-size: 1.5rem;
  }
}
@media screen and (width <= 320px) and (height <= 667px) {
  .a3010300-mv__titleSub {
    gap: 1.0666666667vw;
    margin-bottom: 2.6666666667vw;
    font-size: 2.9333333333vw;
  }
}

.a3010300-mv__titleSubWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
@media not all and (max-width: 699px) {
  .a3010300-mv__titleSubWrap--gap {
    gap: 0.5rem;
  }
}
@media screen and (max-width: 699px) {
  .a3010300-mv__titleSubWrap--gap {
    gap: 1.0666666667vw;
  }
}

.a3010300-mv__titleEn {

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Manrope", sans-serif;
}
@media not all and (max-width: 699px) {
  .a3010300-mv__titleEn {
    gap: 0.25rem;
  }
}
@media screen and (max-width: 699px) {
  .a3010300-mv__titleEn {
    gap: 0.125rem;
  }
}
@media screen and (width <= 320px) and (height <= 667px) {
  .a3010300-mv__titleEn {
    gap: 0;
  }
}

@media screen and (max-width: 699px) {
  .a3010300-mv__titleText--small {
    font-size: 3.7333333333vw;
  }
}
@media not all and (max-width: 699px) {
  .a3010300-mv__titleText--small {
    font-size: 1.375rem;
  }
}
@media screen and (width <= 320px) and (height <= 667px) {
  .a3010300-mv__titleText--small {
    font-size: 2.6666666667vw;
  }
}

.a3010300-mv__titleMain {
  display: block;
  font-family: "Manrope", sans-serif;
  font-weight: 600;
  line-height: 1;
  white-space: pre;
}
@media screen and (max-width: 699px) {
  .a3010300-mv__titleMain {
    margin-top: 2.6666666667vw;
    font-size: 12.8vw;
  }
}
@media not all and (max-width: 699px) {
  .a3010300-mv__titleMain {
    margin-top: 1.0625rem;
    margin-left: -0.375rem;
    font-size: 7.5rem;
  }
}
@media screen and (width <= 320px) and (height <= 667px) {
  .a3010300-mv__titleMain {
    font-size: 10.6666666667vw;
  }
}
.a3010300-mv__titleMain--m0 {
  display: none;
}

@media screen and (max-width: 699px) {
  .a3010300-mv__copy {
    width: 74.9333333333vw;
  }
}

.a3010300-mv__text {
  font-family: "Manrope", sans-serif;
  font-weight: 600;
  line-height: 1.5;
  color: #999;
}
@media not all and (max-width: 699px) {
  .a3010300-mv__text {
    max-width: 22.125rem;
    margin-top: 2rem;
    font-size: 0.75rem;
    letter-spacing: 0.015rem;
  }
}
@media screen and (max-width: 699px) {
  .a3010300-mv__text {
    max-width: 78.6666666667vw;
    margin-top: 2.9333333333vw;
    font-size: 2.6666666667vw;
    letter-spacing: 0.0533333333vw;
  }
}
@media screen and (width <= 320px) and (height <= 667px) {
  .a3010300-mv__text {
    margin-top: 2.1333333333vw;
  }
}

@media not all and (max-width: 699px) {
  .a3010300-mv__image {
    position: absolute;
    top: calc(50% - 15.8125rem);
    left: calc(50% + 4rem);
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: clamp(36.5rem, 40.5555555556vw, 40.615rem);
  }
}
@media screen and (max-width: 699px) {
  .a3010300-mv__image {
    position: absolute;
    top: 13.8666666667vw;
    right: -5.3333333333vw;
    left: 0;
    width: 77.6vw;
    margin-inline: auto;
  }
}
@media screen and (width <= 320px) and (height <= 667px) {
  .a3010300-mv__image {
    top: 6.1333333333vw;
    width: 66.6666666667vw;
  }
}
.a3010300-mv__image > * {
  width: 100%;
  height: 100%;
}
@media not all and (max-width: 699px) {
  .a3010300-mv.is-current--m0 .a3010300-mv__image {
    top: calc(50% - 14.6875rem);
    left: calc(50% + 3.75rem);
    width: clamp(33.625rem, 37.3611111111vw, 37.415625rem);
  }
}
@media screen and (max-width: 699px) {
  .a3010300-mv.is-current--m0 .a3010300-mv__image {
    right: 0;
    width: 76.8vw;
  }
}
@media screen and (width <= 320px) and (height <= 667px) {
  .a3010300-mv.is-current--m0 .a3010300-mv__image {
    top: 13.8666666667vw;
    width: 56vw;
  }
}

.a3010300-mv__bg {
  position: absolute;
  background-color: #fff000;
}
@media screen and (max-width: 699px) {
  .a3010300-mv__bg {
    border-radius: 1.3333333333vw;
  }
}
@media not all and (max-width: 699px) {
  .a3010300-mv__bg {
    border-radius: 0.625rem;
  }
}
.a3010300-mv__bg--1 {
  top: 0;
}
@media not all and (max-width: 699px) {
  .a3010300-mv__bg--1 {
    left: 50%;
    height: max(9.9375rem, 19.875vh);
    aspect-ratio: 121/159;
  }
}
@media screen and (max-width: 699px) {
  .a3010300-mv__bg--1 {
    right: 4.2666666667vw;
    width: 17.0666666667vw;
    height: 21.3333333333vw;
  }
}
@media not all and (max-width: 699px) {
  .a3010300-mv__bg--2 {
    right: 0;
    bottom: 0;
    height: max(12.375rem, 24.75vh);
    aspect-ratio: 234/198;
  }
}
@media screen and (max-width: 699px) {
  .a3010300-mv__bg--2 {
    top: 68.2666666667vw;
    right: 0;
    width: 32vw;
    height: 21.3333333333vw;
  }
}
.a3010300-mv__bg--3 {
  left: 0;
}
@media not all and (max-width: 699px) {
  .a3010300-mv__bg--3 {
    bottom: 4rem;
    left: 0;
    height: max(10rem, 24.51vh);
    aspect-ratio: 60/160;
  }
}
@media screen and (max-width: 699px) {
  .a3010300-mv__bg--3 {
    top: 21.3333333333vw;
    width: 10.6666666667vw;
    height: 21.3333333333vw;
  }
}

.a3010300-mv__pageNation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
}
@media not all and (max-width: 699px) {
  .a3010300-mv__pageNation {
    margin-top: 4.25rem;
  }
}
@media screen and (max-width: 699px) {
  .a3010300-mv__pageNation {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-top: 9.6vw;
  }
}

.a3010300-mv__pageNationBtn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  font-family: "Manrope", sans-serif;
  font-variation-settings: "wght" 675;
  background-color: #d9d9d9;
}
@media not all and (max-width: 699px) {
  .a3010300-mv__pageNationBtn {
    width: 5.375rem;
    height: 1.5625rem;
    font-size: 0.75rem;
    border-radius: 0.3125rem;
  }
}
@media screen and (max-width: 699px) {
  .a3010300-mv__pageNationBtn {
    width: 21.8666666667vw;
    height: 7.4666666667vw;
    font-size: 3.2vw;
    border-radius: 1.3333333333vw;
  }
}

.a3010300-mv__pageNationBtnBg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff000;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left;
          transform-origin: left;
}

.a3010300-mv__pageNationBtnText {
  position: relative;
  z-index: 1;
}

@media not all and (max-width: 699px) {
  .a3010300-pointM0 {
    padding-top: 5rem;
    padding-bottom: 7.5rem;
    margin-top: 11.625rem;
  }
}
@media screen and (max-width: 699px) {
  .a3010300-pointM0 {
    padding-top: 21.3333333333vw;
    padding-bottom: 10.6666666667vw;
    margin-top: 18.4vw;
  }
}

@media not all and (max-width: 699px) {
  .a3010300-pointM0 {
    max-width: 90rem;
    margin-inline: auto;
  }
}

@media not all and (max-width: 699px) {
  .a3010300-pointM0__section {
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 75rem;
    padding-inline: 0;
  }
}
@media screen and (max-width: 699px) {
  .a3010300-pointM0__section {
    padding-inline: 4.2666666667vw;
  }
}
@media not all and (max-width: 699px) {
  .a3010300-pointM0__section:not(:first-child) {
    margin-top: 15rem;
  }
}
@media screen and (max-width: 699px) {
  .a3010300-pointM0__section:not(:first-child) {
    margin-top: 32vw;
  }
}
@media not all and (max-width: 699px) {
  .a3010300-pointM0__section:nth-child(1) {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media screen and (max-width: 699px) {
  .a3010300-pointM0__section:nth-child(1) {
    padding-left: 0;
  }
}
@media not all and (max-width: 699px) {
  .a3010300-pointM0__section:nth-child(1) .a3010300-pointM0__image {
    position: absolute;
    left: calc(50% - 44.875rem);
    width: 41rem;
  }
}
@media screen and (max-width: 699px) {
  .a3010300-pointM0__section:nth-child(1) .a3010300-pointM0__image {
    width: 95.2vw;
  }
}
@media not all and (max-width: 699px) {
  .a3010300-pointM0__section:nth-child(1) .a3010300-pointM0__image::after {
    inset: auto -4.0625rem -2.1875rem auto;
    width: calc(100% + 4.0625rem);
    height: 70%;
  }
}
@media screen and (max-width: 699px) {
  .a3010300-pointM0__section:nth-child(1) .a3010300-pointM0__image::after {
    width: 93.6vw;
    border-radius: 0 2.6666666667vw 2.6666666667vw 0;
  }
}
@media not all and (max-width: 699px) {
  .a3010300-pointM0__section:nth-child(1) .a3010300-pointM0__imageWrap {
    bottom: 2.1875rem;
  }
}
@media screen and (max-width: 699px) {
  .a3010300-pointM0__section:nth-child(1) .a3010300-pointM0__imageWrap {
    right: 8.2666666667vw;
    bottom: 6.9333333333vw;
  }
}
@media not all and (max-width: 699px) {
  .a3010300-pointM0__section:nth-child(1) .a3010300-pointM0__content {
    width: 30rem;
  }
}
@media screen and (max-width: 699px) {
  .a3010300-pointM0__section:nth-child(1) .a3010300-pointM0__content {
    padding-left: 4.2666666667vw;
  }
}
@media not all and (max-width: 699px) {
  .a3010300-pointM0__section:nth-child(1) .a3010300-pointM0__titleLine:not(:first-child) {
    margin-top: 1.25rem;
  }
}
@media not all and (max-width: 699px) {
  .a3010300-pointM0__section:nth-child(2) .a3010300-pointM0__image {
    position: absolute;
    right: calc(50% - 37.5rem);
    width: 32.75rem;
    margin-top: 1.75rem;
  }
}
@media screen and (max-width: 699px) {
  .a3010300-pointM0__section:nth-child(2) .a3010300-pointM0__image {
    overflow: hidden;
  }
}
.a3010300-pointM0__section:nth-child(2) .a3010300-pointM0__image::after {
  left: auto;
}
@media not all and (max-width: 699px) {
  .a3010300-pointM0__section:nth-child(2) .a3010300-pointM0__image::after {
    top: -1.5rem;
    right: 0;
    width: 92%;
    height: 110%;
  }
}
@media screen and (max-width: 699px) {
  .a3010300-pointM0__section:nth-child(2) .a3010300-pointM0__image::after {
    right: 0;
    width: 85.0666666667vw;
    height: 78.9333333333vw;
  }
}
@media screen and (max-width: 699px) {
  .a3010300-pointM0__section:nth-child(2) .a3010300-pointM0__imageWrap {
    width: 99.2vw;
    margin-top: 4.2666666667vw;
    margin-bottom: 4.2666666667vw;
    margin-left: 2.6666666667vw;
  }
}
@media not all and (max-width: 699px) {
  .a3010300-pointM0__section:nth-child(2) .a3010300-pointM0__content {
    width: 37.5rem;
    margin-top: 2.1875rem;
  }
}
@media not all and (max-width: 699px) {
  .a3010300-pointM0__section:nth-child(2) .a3010300-pointM0__text {
    max-width: 37.5rem;
  }
}
@media not all and (max-width: 699px) {
  .a3010300-pointM0__section:nth-child(3) {
    display: block;
  }
}
@media screen and (max-width: 699px) {
  .a3010300-pointM0__section:nth-child(3) {
    margin-top: 25.0666666667vw;
  }
}
@media not all and (max-width: 699px) {
  .a3010300-pointM0__section:nth-child(3) .a3010300-pointM0__image {
    padding: 4rem 14.625rem 2.8125rem;
  }
}
@media screen and (max-width: 699px) {
  .a3010300-pointM0__section:nth-child(3) .a3010300-pointM0__image {
    padding: 10.6666666667vw 4.2666666667vw 8.5333333333vw;
  }
}
@media not all and (max-width: 699px) {
  .a3010300-pointM0__section:nth-child(3) .a3010300-pointM0__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 6.375rem;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 5.125rem;
  }
}
@media screen and (max-width: 699px) {
  .a3010300-pointM0__section:nth-child(3) .a3010300-pointM0__content {
    margin-top: 13.8666666667vw;
  }
}
@media not all and (max-width: 699px) {
  .a3010300-pointM0__section:nth-child(3) .a3010300-pointM0__wrap {
    width: 33.75rem;
  }
}
@media not all and (max-width: 699px) {
  .a3010300-pointM0__section:nth-child(3) .a3010300-pointM0__title {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
@media not all and (max-width: 699px) {
  .a3010300-pointM0__section:nth-child(3) .a3010300-pointM0__text {
    margin-top: 0;
  }
}
.a3010300-pointM0__section:nth-child(4) .a3010300-pointM0__image {
  overflow: hidden;
}
@media not all and (max-width: 699px) {
  .a3010300-pointM0__section:nth-child(4) .a3010300-pointM0__image {
    position: absolute;
    right: calc(50% - 37.5rem);
    width: 37.5rem;
    padding-inline: 0.46875rem;
    padding-bottom: 2.625rem;
  }
}
@media screen and (max-width: 699px) {
  .a3010300-pointM0__section:nth-child(4) .a3010300-pointM0__image {
    padding-inline: 1.0666666667vw;
    padding-bottom: 6.1333333333vw;
  }
}
@media not all and (max-width: 699px) {
  .a3010300-pointM0__section:nth-child(4) .a3010300-pointM0__content {
    width: 30rem;
  }
}
.a3010300-pointM0__image {
  position: relative;
}
@media not all and (max-width: 699px) {
  .a3010300-pointM0__image {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
.a3010300-pointM0__image::after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #fff000;
}
@media screen and (max-width: 699px) {
  .a3010300-pointM0__image::after {
    border-radius: 2.6666666667vw;
  }
}
@media not all and (max-width: 699px) {
  .a3010300-pointM0__image::after {
    border-radius: 0.625rem;
  }
}

.a3010300-pointM0__imageWrap {
  position: relative;
}

@media screen and (max-width: 699px) {
  .a3010300-pointM0__content {
    margin-top: 12.8vw;
  }
}

.a3010300-pointM0__title {
  font-weight: 700;
  line-height: 1.25;
}
@media not all and (max-width: 699px) {
  .a3010300-pointM0__title {
    font-size: 3.5rem;
    white-space: pre;
  }
}
@media screen and (max-width: 699px) {
  .a3010300-pointM0__title {
    font-size: 8vw;
    overflow-anchor: none;
  }
}

.a3010300-pointM0__titleLine {
  display: block;
}
@media not all and (max-width: 699px) {
  .a3010300-pointM0__titleLine:not(:first-child) {
    margin-top: 1.3125rem;
  }
}
@media screen and (max-width: 699px) {
  .a3010300-pointM0__titleLine:not(:first-child) {
    min-height: 1em;
    margin-top: 4.2666666667vw;
  }
}

.a3010300-pointM0__titleLineWrap {
  position: relative;
  display: inline-block;
  line-height: 1;
  background-size: 0% 100%;
}
@media screen and (max-width: 699px) {
  .a3010300-pointM0__titleLineWrap {
    line-height: 1.25;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(74%, rgba(255, 255, 255, 0)), color-stop(74%, #fff000), to(#fff000));
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 74%, #fff000 74%, #fff000 100%);
  }
}
@media not all and (max-width: 699px) {
  .a3010300-pointM0__titleLineWrap {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(67%, rgba(255, 255, 255, 0)), color-stop(67%, #fff000), to(#fff000));
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 67%, #fff000 67%, #fff000 100%);
  }
}

.a3010300-pointM0__titlelinebg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 100%;
}

@media not all and (max-width: 699px) {
  .a3010300-pointM0__titleText {
    font-size: 3rem;
  }
}
@media screen and (max-width: 699px) {
  .a3010300-pointM0__titleText {
    font-size: 8vw;
  }
}

.a3010300-pointM0__titleEn {
  font-family: "Manrope", sans-serif;
  font-weight: 600;
  line-height: 1;
}
@media screen and (max-width: 699px) {
  .a3010300-pointM0__titleEn {
    font-size: 9.0666666667vw;
  }
}

@media not all and (max-width: 699px) {
  .a3010300-pointM0__titleUnit {
    margin-left: 0.4375rem;
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 699px) {
  .a3010300-pointM0__titleUnit {
    margin-left: 1.0666666667vw;
    font-size: 6.4vw;
  }
}

.a3010300-pointM0__titleMark {
  position: relative;
  display: inline-block;
  font-weight: 500;
}
@media not all and (max-width: 699px) {
  .a3010300-pointM0__titleMark {
    top: 0.4375rem;
    margin-left: 1.1875rem;
    font-size: 5rem;
    line-height: 2.5rem;
  }
}
@media screen and (max-width: 699px) {
  .a3010300-pointM0__titleMark {
    top: 1.0666666667vw;
    margin-left: 2.1333333333vw;
    font-size: 12vw;
    line-height: 8vw;
  }
}

.a3010300-pointM0__text {
  font-weight: 500;
  line-height: 1.75;
}
@media not all and (max-width: 699px) {
  .a3010300-pointM0__text {
    margin-top: 4rem;
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 699px) {
  .a3010300-pointM0__text {
    margin-top: 9.6vw;
    font-size: 4.2666666667vw;
  }
}

.a3010300-pointM0__size {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media not all and (max-width: 699px) {
  .a3010300-pointM0__size {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 2rem;
    margin-top: 3.9375rem;
  }
}
@media screen and (max-width: 699px) {
  .a3010300-pointM0__size {
    gap: 4.2666666667vw;
    margin-top: 10.6666666667vw;
  }
}

.a3010300-pointM0__sizeItem:last-child {
  border-left: 1px solid rgba(0, 0, 0, 0.2);
}
@media not all and (max-width: 699px) {
  .a3010300-pointM0__sizeItem:last-child {
    padding-left: 2rem;
  }
}
@media screen and (max-width: 699px) {
  .a3010300-pointM0__sizeItem:last-child {
    padding-left: 4.2666666667vw;
  }
}

.a3010300-pointM0__sizeLabel {
  font-weight: 700;
  line-height: 1.5;
}
@media not all and (max-width: 699px) {
  .a3010300-pointM0__sizeLabel {
    font-size: 1rem;
  }
}
@media screen and (max-width: 699px) {
  .a3010300-pointM0__sizeLabel {
    font-size: 3.2vw;
  }
}

.a3010300-pointM0__sizeValue {
  font-weight: 700;
  line-height: 1.5;
}
@media not all and (max-width: 699px) {
  .a3010300-pointM0__sizeValue {
    margin-top: 1rem;
    font-size: 2rem;
    letter-spacing: 0.04rem;
  }
}
@media screen and (max-width: 699px) {
  .a3010300-pointM0__sizeValue {
    margin-top: 1.0666666667vw;
    font-size: 4.2666666667vw;
    letter-spacing: 0.0853333333vw;
  }
}

.a3010300-pointM0__sizeNum {
  font-family: "Manrope", sans-serif;
  font-weight: 600;
  line-height: 1.25;
}
@media not all and (max-width: 699px) {
  .a3010300-pointM0__sizeNum {
    margin-left: 0.3125rem;
    font-size: 2.75rem;
    letter-spacing: 0.055rem;
  }
}
@media screen and (max-width: 699px) {
  .a3010300-pointM0__sizeNum {
    margin-left: 0.8vw;
    font-size: 6.4vw;
    letter-spacing: 0.128vw;
  }
}

.a3010300-pointM0__detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
@media not all and (max-width: 699px) {
  .a3010300-pointM0__detail {
    row-gap: 1rem;
    padding-top: 1.25rem;
    margin-top: 2.375rem;
  }
}
@media screen and (max-width: 699px) {
  .a3010300-pointM0__detail {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    row-gap: 4.2666666667vw;
    padding-top: 4.2666666667vw;
    margin-top: 8.5333333333vw;
  }
}

.a3010300-pointM0__detailItem {
  font-weight: 600;
  line-height: 1.5;
  white-space: pre;
}
@media not all and (max-width: 699px) {
  .a3010300-pointM0__detailItem {
    padding-inline: 1.0625rem;
  }
}
@media screen and (max-width: 699px) {
  .a3010300-pointM0__detailItem {
    font-size: 4.2666666667vw;
    line-height: 1;
  }
}
@media not all and (max-width: 699px) {
  .a3010300-pointM0__detailItem:not(:last-child) {
    border-right: 1px solid rgba(0, 0, 0, 0.2);
  }
}
@media not all and (max-width: 699px) {
  .a3010300-pointM0__detailItem:first-child {
    padding-left: 0;
  }
}
@media screen and (max-width: 699px) {
  .a3010300-pointM0__detailItem:first-child {
    width: 100%;
  }
}
@media screen and (max-width: 699px) {
  .a3010300-pointM0__detailItem:last-child {
    padding-left: 4.8vw;
    margin-left: 4.8vw;
    border-left: 1px solid rgba(0, 0, 0, 0.2);
  }

}
.a3010300-pointM0__detailItem--en {
  font-family: "Manrope", sans-serif;
}
@media not all and (max-width: 699px) {
  .a3010300-pointM0__detailItem--en {
    letter-spacing: 0.02rem;
  }
}

.a3010300-pointM0__detailText {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media not all and (max-width: 699px) {
  .a3010300-pointM0__detailText {
    gap: 1rem;
  }
}
@media screen and (max-width: 699px) {
  .a3010300-pointM0__detailText {
    gap: 4.8vw;
  }
}

@media not all and (max-width: 699px) {
  .a3010300-pointM0__detailTextSub {
    margin-left: 0.25rem;
  }
}
@media screen and (max-width: 699px) {
  .a3010300-pointM0__detailTextSub {
    margin-left: 1.6vw;
  }
}

@media not all and (max-width: 699px) {
  .a3010300-pointM2 {
    padding-top: 5rem;
    margin-top: 5rem;
  }
}

@media not all and (max-width: 699px) {
  .a3010300-pointM2__section {
    padding-bottom: 10rem;
  }
}
@media not all and (max-width: 699px) {
  .a3010300-pointM2__section:not(:first-child) {
    padding-top: 10rem;
  }
}
.a3010300-pointM2__section:nth-child(1) .a3010300-pointM2__sectionInner {
  text-align: center;
}
@media not all and (max-width: 699px) {
  .a3010300-pointM2__section:nth-child(1) .a3010300-pointM2__sectionInner {
    display: block;
  }
}
@media not all and (max-width: 699px) {
  .a3010300-pointM2__section:nth-child(1) .a3010300-pointM2__content {
    margin-top: 6.75rem;
  }
}
@media screen and (max-width: 699px) {
  .a3010300-pointM2__section:nth-child(1) .a3010300-pointM2__content {
    margin-top: 16vw;
  }
}
@media screen and (max-width: 699px) {
  .a3010300-pointM2__section:nth-child(1) .a3010300-pointM2__title {
    line-height: 1.5;
  }
}
@media not all and (max-width: 699px) {
  .a3010300-pointM2__section:nth-child(1) .a3010300-pointM2__text {
    margin-top: 3.125rem;
  }
}
@media screen and (max-width: 699px) {
  .a3010300-pointM2__section:nth-child(1) .a3010300-pointM2__text {
    margin-top: 5.8666666667vw;
  }
}
.a3010300-pointM2__section:nth-child(1) .a3010300-pointM2__image {
  margin-inline: auto;
}
@media not all and (max-width: 699px) {
  .a3010300-pointM2__section:nth-child(1) .a3010300-pointM2__image {
    width: 60rem;
  }
}
@media screen and (max-width: 699px) {
  .a3010300-pointM2__section:nth-child(1) .a3010300-pointM2__image {
    width: 82.9333333333vw;
  }
}
@media not all and (max-width: 699px) {
  .a3010300-pointM2__section:nth-child(2) .a3010300-pointM2__image {
    position: absolute;
    top: -3.4375rem;
    right: calc(50% - 45rem);
    width: 52.875rem;
  }
}
@media screen and (max-width: 699px) {
  .a3010300-pointM2__section:nth-child(2) .a3010300-pointM2__image {
    left: 0;
    width: 93.6vw;
  }
}
@media not all and (max-width: 699px) {
  .a3010300-pointM2__section:nth-child(2) .a3010300-pointM2__content {
    width: 37.5rem;
  }
}
@media screen and (max-width: 699px) {
  .a3010300-pointM2__section:nth-child(2) .a3010300-pointM2__content {
    margin-top: -1.0666666667vw;
  }
}
@media not all and (max-width: 699px) {
  .a3010300-pointM2__section:nth-child(2) .a3010300-pointM2__text {
    max-width: 33.125rem;
  }
}
@media not all and (max-width: 699px) {
  .a3010300-pointM2__section:nth-child(3) .a3010300-pointM2__image {
    left: -7.5rem;
    width: 42.625rem;
  }
}
@media screen and (max-width: 699px) {
  .a3010300-pointM2__section:nth-child(3) .a3010300-pointM2__image {
    left: -6.4vw;
    width: 86.6666666667vw;
  }
}
.a3010300-pointM2__section:nth-child(3) .a3010300-pointM2__content {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media not all and (max-width: 699px) {
  .a3010300-pointM2__section:nth-child(3) .a3010300-pointM2__content {
    margin-left: -2.625rem;
  }
}
@media screen and (max-width: 699px) {
  .a3010300-pointM2__section:nth-child(3) .a3010300-pointM2__content {
    margin-top: 13.3333333333vw;
  }
}
.a3010300-pointM2__section:nth-child(4) {
  color: #fff;
}
@media not all and (max-width: 699px) {
  .a3010300-pointM2__section:nth-child(4) {
    padding-bottom: 0;
  }
}
@media not all and (max-width: 699px) {
  .a3010300-pointM2__section:nth-child(4) .a3010300-pointM2__sectionInner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media screen and (max-width: 699px) {
  .a3010300-pointM2__section:nth-child(4) .a3010300-pointM2__sectionInner {
    position: relative;
    padding-top: 103.4666666667vw;
    overflow: hidden;
  }
}
@media not all and (max-width: 699px) {
  .a3010300-pointM2__section:nth-child(4) .a3010300-pointM2__image {
    right: -7.5rem;
    width: 40rem;
  }
}
@media screen and (max-width: 699px) {
  .a3010300-pointM2__section:nth-child(4) .a3010300-pointM2__image {
    position: absolute;
    top: 32vw;
    right: 0;
    width: 80.8vw;
    -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(rgb(0, 0, 0)), color-stop(66.93%, rgb(0, 0, 0)), to(rgba(0, 0, 0, 0)));
    -webkit-mask-image: linear-gradient(180deg, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 66.93%, rgba(0, 0, 0, 0) 100%);
            mask-image: -webkit-gradient(linear, left top, left bottom, from(rgb(0, 0, 0)), color-stop(66.93%, rgb(0, 0, 0)), to(rgba(0, 0, 0, 0)));
            mask-image: linear-gradient(180deg, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 66.93%, rgba(0, 0, 0, 0) 100%);
  }
}
@media screen and (max-width: 699px) {
  .a3010300-pointM2__section:nth-child(4) .a3010300-pointM2__image::after {
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%;
    height: 100%;
    content: "";
    background: -webkit-gradient(linear, left top, left bottom, color-stop(34.59%, rgba(0, 0, 0, 0)), color-stop(66.93%, #000));
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 34.59%, #000 66.93%);
    opacity: 0;
    -webkit-transition: opacity 0.5s linear;
    transition: opacity 0.5s linear;
  }
}
@media screen and (max-width: 699px) {
  .page-a3010300__wrapper.is-black .a3010300-pointM2__section:nth-child(4) .a3010300-pointM2__image::after {
    opacity: 1;
  }
}

@media screen and (max-width: 699px) {
  .a3010300-pointM2__section:nth-child(4) .a3010300-pointM2__content {
    position: relative;
    z-index: 1;
    margin-top: 0;
  }
}
.a3010300-pointM2__section:nth-child(4) .a3010300-pointM2__text {
  color: rgba(255, 255, 255, 0.85);
}
@media screen and (max-width: 699px) {
  .a3010300-pointM2__section:nth-child(4) .a3010300-pointM2__size {
    gap: 4.2666666667vw;
  }
}
.a3010300-pointM2__section:nth-child(4) .a3010300-pointM2__sizeItem:last-child {
  border-left: none;
}
@media not all and (max-width: 699px) {
  .a3010300-pointM2__section:nth-child(4) .a3010300-pointM2__sizeItem:last-child {
    padding-left: 0;
  }
}
@media screen and (max-width: 699px) {
  .a3010300-pointM2__section:nth-child(4) .a3010300-pointM2__sizeItem:last-child {
    padding-left: 0;
    border-left: none;
  }
}
@media screen and (max-width: 699px) {
  .a3010300-pointM2__section:nth-child(4) .a3010300-pointM2__sizeNum {
    margin-right: 1.0666666667vw;
  }
}
@media not all and (max-width: 699px) {
  .a3010300-pointM2__section:nth-child(5) .a3010300-pointM2__image {
    left: -7.5rem;
  }
}
@media screen and (max-width: 699px) {
  .a3010300-pointM2__section:nth-child(5) .a3010300-pointM2__image {
    left: -6.4vw;
  }
}

@media not all and (max-width: 699px) {
  .a3010300-pointM2__sectionInner {
    position: relative;
  }
}
@media screen and (max-width: 699px) {
  .a3010300-pointM2__sectionInner {
    padding-inline: 6.4vw;
    padding-top: 32vw;
    padding-bottom: 32vw;
  }
}
@media not all and (max-width: 699px) {
  .a3010300-pointM2__sectionInner {
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 75rem;
    padding-inline: 2.5rem;
  }
}

.a3010300-pointM2__image {
  position: relative;
}
@media not all and (max-width: 699px) {
  .a3010300-pointM2__image {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 45rem;
  }
}
@media screen and (max-width: 699px) {
  .a3010300-pointM2__image {
    width: 82.9333333333vw;
  }
}

.a3010300-pointM2__imageWrap {
  position: relative;
}

@media screen and (max-width: 699px) {
  .a3010300-pointM2__content {
    margin-top: 14.4vw;
  }
}

.a3010300-pointM2__title {
  font-weight: 700;
  line-height: 1.25;
}
@media not all and (max-width: 699px) {
  .a3010300-pointM2__title {
    font-size: 3.5rem;
    white-space: pre;
  }
}
@media screen and (max-width: 699px) {
  .a3010300-pointM2__title {
    font-size: 8vw;
    overflow-anchor: none;
  }
}

@media not all and (max-width: 699px) {
  .a3010300-pointM2__titleText {
    font-size: 3rem;
  }
}
@media screen and (max-width: 699px) {
  .a3010300-pointM2__titleText {
    font-size: 8vw;
  }
}

.a3010300-pointM2__titleEn {
  font-family: "Manrope", sans-serif;
  font-variation-settings: "wght" 675;
  line-height: 1;
}
@media screen and (max-width: 699px) {
  .a3010300-pointM2__titleEn {
    font-size: 9.0666666667vw;
  }
}

@media screen and (max-width: 699px) {
  .a3010300-pointM2__titleSub {
    font-size: 6.4vw;
  }
}

.a3010300-pointM2__text {
  font-weight: 500;
  line-height: 1.75;
  color: rgba(0, 0, 0, 0.5);
}
@media not all and (max-width: 699px) {
  .a3010300-pointM2__text {
    margin-top: 4rem;
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 699px) {
  .a3010300-pointM2__text {
    margin-top: 8.5333333333vw;
    font-size: 4.2666666667vw;
  }
}

.a3010300-pointM2__size {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media not all and (max-width: 699px) {
  .a3010300-pointM2__size {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 2rem;
    margin-top: 3.9375rem;
  }
}
@media screen and (max-width: 699px) {
  .a3010300-pointM2__size {
    gap: 4.2666666667vw;
    margin-top: 10.6666666667vw;
  }
}

.a3010300-pointM2__sizeItem:last-child {
  border-left: 1px solid rgba(0, 0, 0, 0.2);
}
@media not all and (max-width: 699px) {
  .a3010300-pointM2__sizeItem:last-child {
    padding-left: 2rem;
  }
}
@media screen and (max-width: 699px) {
  .a3010300-pointM2__sizeItem:last-child {
    padding-left: 4.2666666667vw;
  }
}
@media not all and (max-width: 699px) {
  .a3010300-pointM2__sizeItem:nth-child(2) .a3010300-pointM2__sizeNum > span[data-countup] {
    margin-right: 4px;
  }
}

.a3010300-pointM2__sizeLabel {
  font-weight: 700;
  line-height: 1.5;
}
@media not all and (max-width: 699px) {
  .a3010300-pointM2__sizeLabel {
    font-size: 1rem;
  }
}
@media screen and (max-width: 699px) {
  .a3010300-pointM2__sizeLabel {
    font-size: 3.2vw;
  }
}

.a3010300-pointM2__sizeValue {
  font-weight: 700;
  line-height: 1.5;
}
@media not all and (max-width: 699px) {
  .a3010300-pointM2__sizeValue {
    margin-top: 1rem;
    font-size: 2rem;
    letter-spacing: 0.04rem;
  }
}
@media screen and (max-width: 699px) {
  .a3010300-pointM2__sizeValue {
    margin-top: 1.0666666667vw;
    font-size: 4.2666666667vw;
    letter-spacing: 0.0853333333vw;
  }
}

.a3010300-pointM2__sizeNum {
  font-family: "Manrope", sans-serif;
  font-weight: 600;
  line-height: 1.25;
}
@media not all and (max-width: 699px) {
  .a3010300-pointM2__sizeNum {
    margin-right: 0.3125rem;
    margin-left: 0.3125rem;
    font-size: 2.75rem;
    letter-spacing: 0.055rem;
  }
}
@media screen and (max-width: 699px) {
  .a3010300-pointM2__sizeNum {
    margin-left: 0.8vw;
    font-size: 6.4vw;
    letter-spacing: 0.128vw;
  }
}

.a3010300-pointM2__detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
@media not all and (max-width: 699px) {
  .a3010300-pointM2__detail {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    row-gap: 1rem;
    padding-top: 1.25rem;
    margin-top: 2.375rem;
  }
}
@media screen and (max-width: 699px) {
  .a3010300-pointM2__detail {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    row-gap: 4.2666666667vw;
    padding-top: 4.2666666667vw;
    margin-top: 8.5333333333vw;
  }
}

.a3010300-pointM2__detailItem {
  font-weight: 600;
  line-height: 1.5;
  white-space: pre;
}
@media not all and (max-width: 699px) {
  .a3010300-pointM2__detailItem {
    padding-inline: 1.0625rem;
  }
}
@media screen and (max-width: 699px) {
  .a3010300-pointM2__detailItem {
    font-size: 4.2666666667vw;
    line-height: 1;
  }
}
@media not all and (max-width: 699px) {
  .a3010300-pointM2__detailItem:not(:last-child) {
    border-right: 1px solid rgba(0, 0, 0, 0.2);
  }
}
@media not all and (max-width: 699px) {
  .a3010300-pointM2__detailItem:first-child {
    padding-left: 0;
  }
}
@media screen and (max-width: 699px) {
  .a3010300-pointM2__detailItem:first-child {
    width: 100%;
  }
}
@media screen and (max-width: 699px) {
  .a3010300-pointM2__detailItem:last-child {
    padding-left: 4.8vw;
    margin-left: 4.8vw;
    border-left: 1px solid rgba(0, 0, 0, 0.2);
  }
}
.a3010300-pointM2__detailItem--en {
  font-family: "Manrope", sans-serif;
}
@media not all and (max-width: 699px) {
  .a3010300-pointM2__detailItem--en {
    letter-spacing: 0.02rem;
  }
}

.a3010300-pointM2__detailText {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media not all and (max-width: 699px) {
  .a3010300-pointM2__detailText {
    gap: 1rem;
  }
}
@media screen and (max-width: 699px) {
  .a3010300-pointM2__detailText {
    gap: 4.8vw;
  }
}

@media not all and (max-width: 699px) {
  .a3010300-pointM2__detailTextSub {
    margin-left: 0.25rem;
  }
}
@media screen and (max-width: 699px) {
  .a3010300-pointM2__detailTextSub {
    margin-left: 1.6vw;
  }
}

@media not all and (max-width: 699px) {
  .a3010300-pointM2__points {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 3rem;
  }
}
@media screen and (max-width: 699px) {
  .a3010300-pointM2__points {
    margin-top: 17.0666666667vw;
  }
}

.a3010300-pointM2__point {
  line-height: 1.25;
}
@media not all and (max-width: 699px) {
  .a3010300-pointM2__point {
    padding-inline: 2rem;
  }
}
@media not all and (max-width: 699px) {
  .a3010300-pointM2__point:not(:first-child) {
    padding-right: 2.4375rem;
    padding-left: 3.125rem;
    margin-left: 1.25rem;
    border-left: 1px solid rgba(0, 0, 0, 0.2);
  }
}
@media screen and (max-width: 699px) {
  .a3010300-pointM2__point:not(:first-child) {
    padding-top: 6.1333333333vw;
    margin-top: 6.1333333333vw;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
  }
}
@media screen and (max-width: 699px) {
  .a3010300-pointM2__point:first-child .a3010300-pointM2__pointTag,
  .a3010300-pointM2__point:first-child .a3010300-pointM2__pointTitle {
    display: inline-block;
  }
}

.a3010300-pointM2__pointTag {
  display: block;
  font-weight: 700;
}
@media not all and (max-width: 699px) {
  .a3010300-pointM2__pointTag {
    margin-bottom: 0.875rem;
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 699px) {
  .a3010300-pointM2__pointTag {
    margin-bottom: 2.1333333333vw;
    font-size: 4.2666666667vw;
  }
}

.a3010300-pointM2__pointTitle {
  font-weight: 700;
  line-height: 1.25;
}
@media not all and (max-width: 699px) {
  .a3010300-pointM2__pointTitle {
    margin-bottom: 1.5rem;
    font-size: 2rem;
  }
}
@media screen and (max-width: 699px) {
  .a3010300-pointM2__pointTitle {
    margin-bottom: 2.6666666667vw;
    font-size: 5.3333333333vw;
  }
}

.a3010300-pointM2__pointTitleEn {
  font-family: "Manrope", sans-serif;
  font-variation-settings: "wght" 675;
}
@media not all and (max-width: 699px) {
  .a3010300-pointM2__pointTitleEn {
    margin-inline: 0.375rem;
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 699px) {
  .a3010300-pointM2__pointTitleEn {
    margin-inline: 1.0666666667vw;
    font-size: 7.4666666667vw;
  }
}

.a3010300-pointM2__pointText {
  font-weight: 500;
  color: rgba(0, 0, 0, 0.5);
}
@media not all and (max-width: 699px) {
  .a3010300-pointM2__pointText {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 699px) {
  .a3010300-pointM2__pointText {
    font-size: 4.2666666667vw;
  }
}

.a3010300-product__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media not all and (max-width: 699px) {
  .a3010300-product__inner {
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    max-width: 75rem;
    height: calc(100vh - 5.1875rem);
    min-height: 50rem;
    max-height: 50rem;
    padding-inline: 2.5rem;
  }
}
@media screen and (max-width: 699px) {
  .a3010300-product__inner {
    height: calc(100svh - 110px);
    min-height: 144vw;
    max-height: 173.3333333333vw;
    padding-inline: 10.6666666667vw;
  }
}

.a3010300-product__slider {
  position: relative;
  width: 100%;
  visibility: visible;
}
@media screen and (max-width: 699px) {
  .a3010300-product__slider {
    margin-top: -18.6666666667vw;
  }
}

.a3010300-product__sliderArrow {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  margin: auto !important;
  background-color: rgba(0, 0, 0, 0.1) !important;
  -webkit-transition: background-color 0.1s linear;
  transition: background-color 0.1s linear;
}
@media not all and (max-width: 699px) {
  .a3010300-product__sliderArrow {
    top: 3.75rem;
    width: 5rem;
    height: 5rem;
    -webkit-backdrop-filter: blur(1.875rem);
            backdrop-filter: blur(1.875rem);
    border-radius: 0.625rem;
  }
}
@media screen and (max-width: 699px) {
  .a3010300-product__sliderArrow {
    top: 18.1333333333vw;
    width: 8.5333333333vw;
    height: 17.0666666667vw;
    -webkit-backdrop-filter: blur(4vw);
            backdrop-filter: blur(4vw);
    border-radius: 1.3333333333vw;
  }
}
.a3010300-product__sliderArrow::after {
  position: absolute;
  inset: 0;
  display: block;
  margin: auto;
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  content: "";
  background: #000;
  border-radius: 1px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
@media screen and (max-width: 699px) {
  .a3010300-product__sliderArrow::after {
    right: -1.3333333333vw;
    width: 2.4vw;
    height: 1.8666666667vw;
  }
}
@media not all and (max-width: 699px) {
  .a3010300-product__sliderArrow::after {
    width: 1.25rem;
    height: 1rem;
  }
}
.a3010300-product__sliderArrow--prev {
  left: 0;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
@media screen and (max-width: 699px) {
  .a3010300-product__sliderArrow--prev {
    left: -7.4666666667vw;
  }
}
.a3010300-product__sliderArrow--next {
  right: 0;
}
@media screen and (max-width: 699px) {
  .a3010300-product__sliderArrow--next {
    right: -7.4666666667vw;
  }
}
@media (hover: hover) and (pointer: fine) {
  .a3010300-product__sliderArrow:hover {
    background-color: #fff000 !important;
  }
}

@media not all and (max-width: 699px) {
  .a3010300-product__sliderItem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 5.875rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding-left: 9.5rem;
  }
}
@media not all and (max-width: 699px) {
  .a3010300-product__sliderItem--m0 .a3010300-product__sliderImg {
    width: 34rem;
  }
}
@media screen and (max-width: 699px) {
  .a3010300-product__sliderItem--m0 .a3010300-product__sliderImg {
    width: 61.6vw;
  }
}
.a3010300-product__sliderItem.is-active .a3010300-product__sliderImg {
  -webkit-animation: CLIP_PATH_IMG 0.4s ease-in-out forwards 1;
          animation: CLIP_PATH_IMG 0.4s ease-in-out forwards 1;
}

@media not all and (max-width: 699px) {
  .a3010300-product__title {
    margin-top: 3.75rem;
  }
}

.a3010300-product__titleMain {
  font-family: "Manrope", sans-serif;
  font-variation-settings: "wght" 675;
  line-height: 1;
}
@media not all and (max-width: 699px) {
  .a3010300-product__titleMain {
    font-size: 7.5rem;
  }
}
@media screen and (max-width: 699px) {
  .a3010300-product__titleMain {
    font-size: 14.9333333333vw;
  }
}

.a3010300-product__titleSub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  font-weight: 600;
  line-height: 1;
}
@media not all and (max-width: 699px) {
  .a3010300-product__titleSub {
    gap: 1rem;
    padding-left: 0.75rem;
    margin-top: 2.375rem;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 699px) {
  .a3010300-product__titleSub {
    gap: 1.0666666667vw;
    margin-top: 2.1333333333vw;
    font-size: 4.2666666667vw;
  }
}

.a3010300-product__titleSubText {
  font-family: "Manrope", sans-serif;
  font-variation-settings: "wght" 675;
}
@media not all and (max-width: 699px) {
  .a3010300-product__titleSubText {
    font-size: 3rem;
  }
}
@media screen and (max-width: 699px) {
  .a3010300-product__titleSubText {
    font-size: 6.4vw;
  }
}

@media not all and (max-width: 699px) {
  .a3010300-product__sliderImg {
    width: 39.5625rem;
  }
}
@media screen and (max-width: 699px) {
  .a3010300-product__sliderImg {
    width: 73.3333333333vw;
    margin-inline: auto;
    margin-top: 2.6666666667vw;
    margin-left: 5.3333333333vw;
  }
}

.a3010300-product__bg {
  position: absolute;
  z-index: -1;
  background-color: #fff000;
}
@media screen and (max-width: 699px) {
  .a3010300-product__bg {
    border-radius: 2.6666666667vw;
  }
}
@media not all and (max-width: 699px) {
  .a3010300-product__bg {
    bottom: 0;
    width: 18.75rem;
    border-radius: 0.625rem;
  }
}
.a3010300-product__bg--1 {
  top: 0;
  bottom: auto;
}
@media not all and (max-width: 699px) {
  .a3010300-product__bg--1 {
    left: 2.5rem;
    height: 9.0625rem;
  }
}
@media screen and (max-width: 699px) {
  .a3010300-product__bg--1 {
    left: 0;
    width: 34.6666666667vw;
    height: 17.0666666667vw;
  }
}
@media not all and (max-width: 699px) {
  .a3010300-product__bg--2 {
    left: -7.5rem;
    width: 7.5625rem;
    height: 13.625rem;
  }
}
@media screen and (max-width: 699px) {
  .a3010300-product__bg--2 {
    top: 17.0666666667vw;
    right: 0;
    width: 14.6666666667vw;
    height: 40vw;
  }
}
@media not all and (max-width: 699px) {
  .a3010300-product__bg--3 {
    right: 2.5rem;
    height: 13.625rem;
  }
}
@media screen and (max-width: 699px) {
  .a3010300-product__bg--3 {
    bottom: 0;
    left: 8.5333333333vw;
    width: 46.9333333333vw;
    height: 12.8vw;
  }
}

.page-a3010300__productNav {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 100;
  margin: auto;
  pointer-events: none;
  background-color: rgba(0, 0, 0, 0.1);
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
@media screen and (max-width: 699px) {
  .page-a3010300__productNav {
    bottom: 34.1333333333vw;
    width: 71.2vw;
    -webkit-backdrop-filter: blur(8vw);
            backdrop-filter: blur(8vw);
    border-radius: 2.6666666667vw;
  }
}
@media not all and (max-width: 699px) {
  .page-a3010300__productNav {
    bottom: 1.25rem;
    width: 23.75rem;
    -webkit-backdrop-filter: blur(1.875rem);
            backdrop-filter: blur(1.875rem);
    border-radius: 0.625rem;
  }
}
.page-a3010300__productNav.is-show {
  pointer-events: all;
  opacity: 1;
}

.a3010300-productNav__inner {
  position: relative;
  height: 100%;
}
@media screen and (max-width: 699px) {
  .a3010300-productNav__inner {
    margin: 2.4vw;
  }
}
@media not all and (max-width: 699px) {
  .a3010300-productNav__inner {
    margin: 0.75rem;
  }
}

.a3010300-productNav__bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background-color: #000;
  -webkit-transition: -webkit-transform 0.15s ease-in-out;
  transition: -webkit-transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
}
@media screen and (max-width: 699px) {
  .a3010300-productNav__bg {
    width: calc(50% - 0.5333333333vw);
    border-radius: 1.3333333333vw;
  }
}
@media not all and (max-width: 699px) {
  .a3010300-productNav__bg {
    width: calc(50% - 0.375rem);
    border-radius: 0.3125rem;
  }
}
@media not all and (max-width: 699px) {
  .page-a3010300__productNav.is-clicked-2 .a3010300-productNav__bg {
    -webkit-transform: translateX(calc(100% + 0.75rem));
            transform: translateX(calc(100% + 0.75rem));
  }
}
@media screen and (max-width: 699px) {
  .page-a3010300__productNav.is-clicked-2 .a3010300-productNav__bg {
    -webkit-transform: translateX(calc(100% + 1.0666666667vw));
            transform: translateX(calc(100% + 1.0666666667vw));
  }
}

.a3010300-productNav__list {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 699px) {
  .a3010300-productNav__list {
    gap: 1.0666666667vw;
  }
}
@media not all and (max-width: 699px) {
  .a3010300-productNav__list {
    gap: 0.75rem;
  }
}

.a3010300-productNav__btn {
  position: relative;
  width: 100%;
  font-weight: 600;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 699px) {
  .a3010300-productNav__btn {
    height: 10.6666666667vw;
    font-size: 3.2vw;
  }
}
@media not all and (max-width: 699px) {
  .a3010300-productNav__btn {
    height: 2.8125rem;
    font-size: 1rem;
  }
}
.a3010300-productNav__btn::before {
  position: absolute;
  top: 0;
  bottom: 0;
  display: block;
  margin: auto;
  content: "";
  background-color: #fff;
  border-radius: 50%;
  -webkit-transition: -webkit-transform 0.15s ease-in-out;
  transition: -webkit-transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
  -webkit-transform: scale(0);
          transform: scale(0);
}
@media screen and (max-width: 699px) {
  .a3010300-productNav__btn::before {
    left: 4.2666666667vw;
    width: 5px;
    height: 5px;
  }
}
@media not all and (max-width: 699px) {
  .a3010300-productNav__btn::before {
    left: 32px;
    width: 5px;
    height: 5px;
  }
}
.a3010300-productNav__btn.is-active::before {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.a3010300-productNav__btnEn {
  font-family: "Manrope", sans-serif;
  font-variation-settings: "wght" 675;
}
@media screen and (max-width: 699px) {
  .a3010300-productNav__btnEn {
    font-size: 3.7333333333vw;
  }
}
@media not all and (max-width: 699px) {
  .a3010300-productNav__btnEn {
    font-size: 1rem;
  }
}

.a3010300-scene {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background-color: #fff;
}
@media not all and (max-width: 699px) {
  .a3010300-scene {
    padding: 7.5rem 0 9.8125rem;
  }
}
@media screen and (max-width: 699px) {
  .a3010300-scene {
    padding: 19.7333333333vw 0 25.0666666667vw;
  }
}

.a3010300-scene__title {
  font-weight: 700;
  color: #000;
  text-align: center;
}
@media not all and (max-width: 699px) {
  .a3010300-scene__title {
    font-size: 3.5rem;
    line-height: 1.25;
  }
}
@media screen and (max-width: 699px) {
  .a3010300-scene__title {
    font-size: 8.5333333333vw;
    line-height: 1.6;
  }
}
@media screen and (max-width: 699px) {
  .page-a3010300__scene--m2 .a3010300-scene__title {
    font-size: 8vw;
    line-height: 1.25;
  }
}

.a3010300-scene__titleLine {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(68%, rgba(255, 255, 255, 0)), color-stop(68%, #fff000), to(#fff000));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 68%, #fff000 68%, #fff000 100%);
}

.a3010300-scene__slider {
  visibility: visible;
}
@media not all and (max-width: 699px) {
  .a3010300-scene__slider {
    margin-top: 5rem;
    cursor: none;
  }
}
@media screen and (max-width: 699px) {
  .a3010300-scene__slider {
    margin-top: 12.2666666667vw;
  }
}

@media not all and (max-width: 699px) {
  .a3010300-scene__sliderItem {
    width: 37rem;
  }
}
@media screen and (max-width: 699px) {
  .a3010300-scene__sliderItem {
    width: 87.2vw;
  }
}

.a3010300-scene__sliderImg {
  overflow: hidden;
}
@media not all and (max-width: 699px) {
  .a3010300-scene__sliderImg {
    border-radius: 0.625rem;
  }
}
@media screen and (max-width: 699px) {
  .a3010300-scene__sliderImg {
    border-radius: 2.6666666667vw;
  }
}

.a3010300-scene__sliderContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media not all and (max-width: 699px) {
  .a3010300-scene__sliderContent {
    gap: 2rem;
    margin-top: 2rem;
  }
}
@media screen and (max-width: 699px) {
  .a3010300-scene__sliderContent {
    gap: 4.2666666667vw;
    margin-top: 4.2666666667vw;
  }
}

.a3010300-scene__sliderCount {
  font-family: "Manrope", sans-serif;
  font-variation-settings: "wght" 675;
}

.a3010300-scene__sliderCountCurrent {
  display: block;
  line-height: 1;
}
@media not all and (max-width: 699px) {
  .a3010300-scene__sliderCountCurrent {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 699px) {
  .a3010300-scene__sliderCountCurrent {
    font-size: 7.4666666667vw;
  }
}

.a3010300-scene__sliderCountUnit {
  line-height: 1.25;
}
@media not all and (max-width: 699px) {
  .a3010300-scene__sliderCountUnit {
    margin-top: 0.5rem;
    font-size: 0.9375rem;
  }
}
@media screen and (max-width: 699px) {
  .a3010300-scene__sliderCountUnit {
    margin-top: 1.0666666667vw;
    font-size: 3.2vw;
    letter-spacing: 0.064vw;
  }
}

.a3010300-scene__sliderText {
  line-height: 1.5;
}
@media not all and (max-width: 699px) {
  .a3010300-scene__sliderText {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 699px) {
  .a3010300-scene__sliderText {
    font-size: 4.2666666667vw;
  }
}

.a3010300-support {
  background-color: #e8e8e8;
}
@media not all and (max-width: 699px) {
  .a3010300-support {
    padding-top: 7.5rem;
  }
}
@media screen and (max-width: 699px) {
  .a3010300-support {
    padding-top: 21.3333333333vw;
  }
}

.a3010300-support__title {
  font-weight: 700;
  line-height: 1.25;
  color: #000;
  text-align: center;
}
@media not all and (max-width: 699px) {
  .a3010300-support__title {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 699px) {
  .a3010300-support__title {
    font-size: 8.5333333333vw;
  }
}

@media not all and (max-width: 699px) {
  .a3010300-support__content {
    margin-top: 4rem;
  }
}
@media screen and (max-width: 699px) {
  .a3010300-support__content {
    margin-top: 10.1333333333vw;
  }
}

@media not all and (max-width: 699px) {
  .a3010300-support__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1rem;
  }
}

.a3010300-support__item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-color: #fff;
}
@media not all and (max-width: 699px) {
  .a3010300-support__item {
    padding: 2rem;
    border-radius: 0.625rem;
  }
}
@media screen and (max-width: 699px) {
  .a3010300-support__item {
    padding: 6.4vw;
    border-radius: 2.6666666667vw;
  }
  .a3010300-support__item:not(:last-child) {
    margin-bottom: 4.2666666667vw;
  }
}
@media not all and (max-width: 699px) {
  .a3010300-support__item:nth-child(1) .a3010300-support__itemImage {
    width: 6.875rem;
  }
}
@media screen and (max-width: 699px) {
  .a3010300-support__item:nth-child(1) .a3010300-support__itemImage {
    width: 10.4vw;
  }
}
@media not all and (max-width: 699px) {
  .a3010300-support__item:nth-child(2) .a3010300-support__itemImage {
    width: 7.4375rem;
  }
}
@media screen and (max-width: 699px) {
  .a3010300-support__item:nth-child(2) .a3010300-support__itemImage {
    width: 11.4666666667vw;
  }
}
@media not all and (max-width: 699px) {
  .a3010300-support__item:nth-child(3) .a3010300-support__itemImage {
    width: 10.3125rem;
  }
}
@media screen and (max-width: 699px) {
  .a3010300-support__item:nth-child(3) .a3010300-support__itemImage {
    width: 15.4666666667vw;
  }
}
@media screen and (max-width: 699px) {
  .a3010300-support__item:nth-child(3) .a3010300-support__itemHeading {
    padding-left: 0.8vw;
  }
}
@media screen and (max-width: 699px) {
  .a3010300-support__item:nth-child(3) .a3010300-support__itemText {
    margin-top: -0.8vw;
  }
}

@media screen and (max-width: 699px) {
  .a3010300-support__itemHeading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    gap: 7.4666666667vw;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-left: 3.4666666667vw;
  }
}

.a3010300-support__itemTitle {
  text-align: left;
}
@media not all and (max-width: 699px) {
  .a3010300-support__itemTitle {
    font-size: 2rem;
  }
}
@media screen and (max-width: 699px) {
  .a3010300-support__itemTitle {
    font-size: 5.3333333333vw;
  }
}

@media not all and (max-width: 699px) {
  .a3010300-support__itemImage {
    margin-inline: auto;
    margin-top: 3rem;
  }
}
@media screen and (max-width: 699px) {
  .a3010300-support__itemImage {
    height: 21.3333333333vw;
  }
}

.a3010300-support__itemText {
  font-weight: 500;
  line-height: 1.75;
}
@media not all and (max-width: 699px) {
  .a3010300-support__itemText {
    margin-top: 3.3125rem;
    font-size: 1rem;
  }
}
@media screen and (max-width: 699px) {
  .a3010300-support__itemText {
    font-size: 3.7333333333vw;
    line-height: 1.75;
  }
}

.a3010300-support__itemCaption {
  font-weight: 500;
  line-height: 1.5;
}
@media not all and (max-width: 699px) {
  .a3010300-support__itemCaption {
    margin-top: 1.5rem;
    font-size: 0.8125rem;
  }
}
@media screen and (max-width: 699px) {
  .a3010300-support__itemCaption {
    margin-top: 3.2vw;
    font-size: 3.4666666667vw;
  }
}

.a3010300-tabGroup {
  display: none;
}
.a3010300-tabGroup.is-active {
  display: block;
}

.page-a3010300__wrapper {
  position: relative;
  z-index: 2;
  background-color: #e8e8e8;
  -webkit-transition: 0.5s linear background-color;
  transition: 0.5s linear background-color;
}
.page-a3010300__wrapper.is-yellow {
  background-color: #fff000;
}
.page-a3010300__wrapper.is-white {
  background-color: #fff;
}
.page-a3010300__wrapper.is-black {
  background-color: #000;
}

@media screen and (max-width: 699px) {
  .a3010300-only-show--pc {
    display: none;
  }
}

@media not all and (max-width: 699px) {

  .a3010300-only-show--sp {
    display: none;
  }
}