@font-face {
  font-family: "arrows";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../../../../fonts/arrows-Light.otf") format("opentype");
  size-adjust: 105%;
}
@font-face {
  font-family: "arrows";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../../../../fonts/arrows-Regular.otf") format("opentype");
  size-adjust: 105%;
}
main.c-main-arrows.we3 {
  font-family: "arrows", "Noto Sans JP", sans-serif;
  font-synthesis: none;
  -webkit-font-smoothing: antialiased;
}

.we3 {
  font-size: 1.6rem;
}

body.is-product-page .footer_pagetop.js-pagetop:not(.is-product-visible) {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

.js-product-kv-effect {
  position: relative;
  will-change: transform;
  opacity: 0;
}
.js-product-kv-effect.is-show {
  -webkit-transition: opacity 0.75s ease-out;
  transition: opacity 0.75s ease-out;
  opacity: 1;
}

.we3-kv {
  position: relative;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 959px) {
  .we3-kv {
    background-image: url(../images/kv-bg-sp.webp);
  }
}
@media screen and (min-width: 960px) {
  .we3-kv {
    background-image: url(../images/kv-bg-pc.webp);
  }
}
.we3-kv__contents {
  width: 100%;
  max-height: calc(100vh - 8rem);
  margin-inline: auto;
  position: relative;
}
@media screen and (max-width: 959px) {
  .we3-kv__contents {
    aspect-ratio: 402/749;
  }
}
@media screen and (min-width: 960px) {
  .we3-kv__contents {
    aspect-ratio: 1512/902;
  }
}
.we3-kv__text {
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: grid;
}
@media screen and (max-width: 959px) {
  .we3-kv__text {
    top: 22%;
    left: 20px;
    gap: 4vh;
  }
}
@media screen and (min-width: 960px) {
  .we3-kv__text {
    top: 43%;
    left: 60%;
    gap: 70px;
  }
}
@media screen and (max-width: 959px) {
  .we3-kv__logo {
    width: 50vw;
    max-width: 300px;
  }
}
@media screen and (min-width: 960px) {
  .we3-kv__logo {
    width: 25vw;
    max-width: 346px;
  }
}
.we3-kv__catchcopy {
  color: #000;
}
@media screen and (max-width: 959px) {
  .we3-kv__catchcopy {
    font-size: min(6.8vw, 3.4rem);
    line-height: 1.5;
  }
}
@media screen and (min-width: 960px) {
  .we3-kv__catchcopy {
    font-size: min(3vw, 4rem);
    line-height: 1.7;
  }
}
.we3-kv__ecomark {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.5;
  font-weight: bold;
  position: absolute;
}
@media screen and (max-width: 959px) {
  .we3-kv__ecomark {
    grid-template-columns: 44px 1fr;
    bottom: 5vw;
    left: 5vw;
    font-size: min(4vw, 1.6rem);
    gap: 10px;
  }
}
@media screen and (min-width: 960px) {
  .we3-kv__ecomark {
    grid-template-columns: 56px 1fr;
    font-size: 2rem;
    bottom: 30px;
    right: 30px;
    gap: 16px;
  }
}

.we3-product-nav {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 959px) {
  .we3-product-nav {
    grid-template-columns: 1fr 1fr;
    padding: 20px 20px;
    row-gap: 10px;
  }
}
@media screen and (min-width: 960px) {
  .we3-product-nav {
    padding: 30px 40px;
    grid-template-columns: 1fr auto auto;
    -webkit-column-gap: 50px;
       -moz-column-gap: 50px;
            column-gap: 50px;
  }
}
.we3-product-nav__accessory {
  background-color: #004858;
  color: #fff;
  border-radius: 8px;
  width: 100%;
  max-width: 140px;
  padding: 4px 10px;
  text-align: center;
  font-weight: bold;
}
.we3-product-nav__accessory:not([disabled]):hover {
  opacity: 0.7;
}
.we3-product-nav__accessory[disabled] {
  cursor: default;
  background-color: #d7d7d7;
  pointer-events: none;
}
.we3-product-nav__btn {
  background-color: #004858;
  border-radius: 100px;
  text-align: center;
  font-weight: bold;
  color: #fff;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 959px) {
  .we3-product-nav__btn {
    font-size: 1.4rem;
    line-height: 1.3;
    padding: 8px 20px;
    margin-inline: auto 0;
  }
}
@media screen and (min-width: 960px) {
  .we3-product-nav__btn {
    font-size: 1.6rem;
    line-height: 1.5;
    padding: 10px 20px;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
.we3-product-nav__btn::after {
  display: block;
  width: 8px;
  height: 8px;
  margin-top: -6px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  border-top: 1px solid white;
  border-right: 1px solid white;
  content: "";
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
@media screen and (max-width: 519px) {
  .we3-product-nav__btn::after {
    right: 16px;
  }
}
.we3-product-nav__btn:hover::after {
  -webkit-transform: translate(0, 4px) rotate(135deg);
          transform: translate(0, 4px) rotate(135deg);
}
.we3-product-nav__btn:not([disabled]):hover {
  opacity: 0.7;
}
.we3-product-nav__btn[disabled] {
  cursor: default;
  background-color: #d7d7d7;
  pointer-events: none;
}
.we3-product-nav__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 959px) {
  .we3-product-nav__main {
    gap: 10vw;
    grid-column: 1/3;
  }
}
@media screen and (min-width: 960px) {
  .we3-product-nav__main {
    gap: 48px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.we3-product-nav__main a {
  display: block;
  font-size: 1.6rem;
  padding-block: 6px;
  border-bottom: solid 2px #fff;
}
.we3-product-nav__main a.on {
  border-bottom-color: #004858;
}
.we3-product-nav__main a:not([disabled]):hover {
  opacity: 0.7;
}
.we3-product-nav__main a[disabled] {
  cursor: default;
  color: #d7d7d7;
  pointer-events: none;
}

.we3-float-bar {
  background-color: #fff;
  position: fixed;
  bottom: -100%;
  left: 0;
  width: 100%;
  padding: 10px;
  z-index: 100;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: bottom 0.3s ease;
  transition: bottom 0.3s ease;
}
.we3-float-bar.is-visible {
  bottom: 0;
}
@media screen and (max-width: 959px) {
  .we3-float-bar {
    padding: 8px 20px;
  }
}
@media screen and (min-width: 960px) {
  .we3-float-bar {
    padding: 10px 40px;
  }
}
.we3-float-bar__product-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.we3-float-bar__logo {
  max-width: 140px;
  line-height: 0;
}
.we3-float-bar__logo img {
  display: block;
  width: 100%;
  height: auto;
}
.we3-float-bar__logo--docomo {
  max-width: 200px;
}
.we3-float-bar__logo--simfree {
  max-width: 180px;
}
.we3-float-bar__career {
  color: #004858;
  font-size: 1.2rem;
  line-height: 1;
}
.we3-float-bar__btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 959px) {
  .we3-float-bar__btn-wrap {
    gap: 10px;
  }
}
@media screen and (min-width: 960px) {
  .we3-float-bar__btn-wrap {
    gap: 20px;
  }
}
.we3-float-bar__price-btn-wrap {
  cursor: pointer;
}
.we3-float-bar__price-data {
  display: none;
}
.we3-float-bar__price-btn {
  background-color: #DDAF08;
  font-size: min(3.5vw, 1.5rem);
  min-width: auto;
}
@media screen and (max-width: 959px) {
  .we3-float-bar__price-btn {
    padding-inline: 10px;
  }
}
@media screen and (min-width: 960px) {
  .we3-float-bar__price-btn {
    padding-inline: 15px;
  }
}
@media screen and (max-width: 959px) {
  .we3-float-bar__price-btn[target=_blank] {
    padding-right: 30px;
  }
}
@media screen and (min-width: 960px) {
  .we3-float-bar__price-btn[target=_blank] {
    padding-right: 35px;
  }
}
@media screen and (max-width: 959px) {
  .we3-float-bar__price-btn[target=_blank]::after {
    right: 10px;
  }
}
@media screen and (min-width: 960px) {
  .we3-float-bar__price-btn[target=_blank]::after {
    right: 15px;
  }
}
.we3-float-bar__pagetop {
  background-color: #004858;
  width: calc(2.4rem + 20px);
  aspect-ratio: 1/1;
  text-indent: -9999px;
  overflow: hidden;
  border-radius: 100%;
  position: relative;
  cursor: pointer;
}
.we3-float-bar__pagetop::after {
  content: "";
  display: block;
  width: 28%;
  height: 28%;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -30%) rotate(45deg);
          transform: translate(-50%, -30%) rotate(45deg);
}
.we3-float-bar__pagetop:hover {
  opacity: 0.7;
}

body.is-fixed .p-modal.js-switchModal {
  z-index: 110;
}

.we3-price-btn {
  background-color: #DDAF08;
  font-size: min(3.5vw, 1.5rem);
  min-width: auto;
}
@media screen and (max-width: 959px) {
  .we3-price-btn {
    padding-inline: 10px;
    min-width: 13rem;
  }
}
@media screen and (min-width: 960px) {
  .we3-price-btn {
    padding-inline: 15px;
    min-width: 26rem;
  }
}
@media screen and (max-width: 959px) {
  .we3-price-btn[target=_blank] {
    padding-right: 30px;
  }
}
@media screen and (min-width: 960px) {
  .we3-price-btn[target=_blank] {
    padding-right: 35px;
  }
}
@media screen and (max-width: 959px) {
  .we3-price-btn[target=_blank]::after {
    right: 10px;
  }
}
@media screen and (min-width: 960px) {
  .we3-price-btn[target=_blank]::after {
    right: 15px;
  }
}

@media screen and (max-width: 959px) {
  .we3-point {
    padding-inline: 20px;
  }
}
@media screen and (min-width: 960px) {
  .we3-point {
    grid-template-columns: repeat(3, 1fr);
    padding-inline: 40px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.we3-point > ul {
  display: grid;
  gap: 20px;
}
@media screen and (min-width: 960px) {
  .we3-point > ul {
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
  }
}
.we3-point > ul > li {
  position: relative;
}
.we3-point > ul > li a {
  display: block;
}
.we3-point > ul > li a:hover {
  opacity: 0.7;
}
.we3-point__text {
  line-height: 1.5;
  position: absolute;
  z-index: 2;
  font-weight: bold;
}
@media screen and (max-width: 959px) {
  .we3-point__text {
    font-size: 3.8vw;
    top: 7%;
    left: 14px;
  }
}
@media screen and (min-width: 960px) {
  .we3-point__text {
    font-size: 1.3vw;
    top: 6%;
    left: 20px;
  }
}
.we3-point__img img {
  width: 100%;
}
@media screen and (max-width: 959px) {
  .we3-point__img img {
    border-radius: 20px;
  }
}
@media screen and (min-width: 960px) {
  .we3-point__img img {
    border-radius: 30px;
  }
}

.we3-video {
  position: relative;
  margin-top: 30px;
}
@media screen and (max-width: 959px) {
  .we3-video {
    width: calc(100% - 40px);
    margin-inline: auto;
    border-radius: 20px;
    overflow: hidden;
  }
}
.we3-video::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
}
.we3-video__movie {
  display: block;
  height: auto;
  width: 100%;
}
.we3-video__play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: grid;
  justify-items: center;
  gap: 25px;
  color: #fff;
  border: none;
  background: transparent;
  cursor: pointer;
  z-index: 2;
}
.we3-video__play-btn img {
  width: 64px;
}
@media screen and (max-width: 519px) {
  .we3-video__play-btn img {
    width: 132px;
  }
}
@media screen and (min-width: 960px) {
  .we3-video__play-btn img {
    width: 163px;
  }
}
.we3-video__play-btn p {
  line-height: 1;
}
@media screen and (max-width: 519px) {
  .we3-video__play-btn p {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 960px) {
  .we3-video__play-btn p {
    font-size: 2.2rem;
  }
}

.we3-video-modal {
  position: fixed;
  inset: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100vw;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  max-height: calc(100vh - 80px);
  padding: 0;
  margin: auto;
  overflow: visible;
  border: none;
  background: transparent;
}
@media screen and (max-width: 959px) {
  .we3-video-modal {
    width: 100vw;
    max-width: 100vw;
  }
}
@media screen and (min-width: 960px) {
  .we3-video-modal {
    width: 80vw;
    max-width: 80vw;
  }
}
.we3-video-modal::-ms-backdrop {
  background-color: #000;
}
.we3-video-modal::backdrop {
  background-color: #000;
}
.we3-video-modal__inner {
  position: relative;
  width: 100%;
  aspect-ratio: 2048/1080;
  max-height: calc(100vh - 80px);
  background-color: #000;
}
.we3-video-modal__movie {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 2048/1080;
  max-height: calc(100vh - 80px);
  -o-object-fit: contain;
     object-fit: contain;
  background-color: #000;
}
.we3-video-modal__close {
  position: fixed;
  top: max(20px, env(safe-area-inset-top, 0px));
  right: max(20px, env(safe-area-inset-right, 0px));
  z-index: 10;
  width: 40px;
  height: 40px;
  border: none;
  background: transparent;
  cursor: pointer;
}
@media screen and (min-width: 960px) {
  .we3-video-modal__close {
    width: 78px;
    height: 78px;
    top: 30px;
    right: 30px;
  }
}
.we3-video-modal__close::before, .we3-video-modal__close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 142%;
  height: 1px;
  background-color: #fff;
}
.we3-video-modal__close::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.we3-video-modal__close::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

body.is-product-video-modal-open {
  overflow: hidden;
}

.we3-pocket {
  margin-top: 30px;
}
@media screen and (min-width: 520px) and (max-width: 959px) {
  .we3-pocket {
    margin-inline: 20px;
    border-radius: 20px;
    overflow: hidden;
  }
}
@media screen and (min-width: 960px) {
  .we3-pocket {
    margin-inline: 40px;
    border-radius: 40px;
    overflow: hidden;
  }
}
.we3-pocket__pc {
  display: block;
  width: 100%;
  height: auto;
}
.we3-pocket__sp {
  display: none;
  overflow: hidden;
  width: 100%;
}
@media screen and (max-width: 519px) {
  .we3-pocket {
    overflow: hidden;
  }
  .we3-pocket__pc {
    display: none;
  }
  .we3-pocket__sp {
    display: block;
  }
  .we3-pocket__track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    -webkit-animation: we3PocketSlide 16s linear infinite;
            animation: we3PocketSlide 16s linear infinite;
    will-change: transform;
  }
  .we3-pocket__item {
    display: block;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 200vw;
    max-width: none;
    max-inline-size: none;
    height: auto;
    -webkit-user-drag: none;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }
}

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

@keyframes we3PocketSlide {
  from {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(-50%, 0, 0);
            transform: translate3d(-50%, 0, 0);
  }
}
@media (prefers-reduced-motion: reduce) {
  .we3-pocket__track {
    -webkit-animation: none;
            animation: none;
  }
}
.we3-battely {
  margin-top: 30px;
  --we3-battely-sticky-top: calc(6rem + 12px);
  --we3-battely-pin-height: calc(100vh - var(--we3-battely-sticky-top) - var(--we3-product-float-bar-height, 0px));
  position: relative;
}
@media screen and (max-width: 959px) {
  .we3-battely {
    margin-inline: 12px;
  }
}
@media screen and (min-width: 960px) {
  .we3-battely {
    margin-inline: 30px;
    --we3-battely-sticky-top: calc(7rem + 30px);
  }
}
.we3-battely__sticky {
  position: relative;
  left: 0;
  width: 100%;
  display: grid;
  height: var(--we3-battely-pin-height);
  overflow: hidden;
  z-index: 1;
  background: -webkit-gradient(linear, left top, left bottom, from(#EDF5FF), to(#E1F2F7));
  background: linear-gradient(180deg, #EDF5FF 0%, #E1F2F7 100%);
}
@media screen and (max-width: 959px) {
  .we3-battely__sticky {
    border-radius: 20px;
    place-items: center;
  }
}
@media screen and (min-width: 960px) {
  .we3-battely__sticky {
    border-radius: 40px;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
.we3-battely.is-pinned .we3-battely__sticky {
  position: fixed;
  top: var(--we3-battely-sticky-top);
  z-index: 2;
}
.we3-battely.is-ended .we3-battely__sticky {
  position: absolute;
  top: auto;
  bottom: 0;
}
.we3-battely__title, .we3-battely__detail {
  grid-area: 1/1;
  width: 100%;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
}
.we3-battely__title {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 959px) {
  .we3-battely__title {
    font-size: min(8vw, 3rem);
  }
}
@media screen and (min-width: 960px) {
  .we3-battely__title {
    font-size: min(3.5vw, 5.5rem);
  }
}
@media screen and (max-width: 959px) {
  .we3-battely__detail {
    padding-inline: 15px;
    display: grid;
    grid-template-rows: auto 1fr auto;
    height: 90%;
  }
}
@media screen and (min-width: 960px) {
  .we3-battely__detail {
    height: 100%;
  }
}
.we3-battely__main-title, .we3-battely__text-detail {
  position: relative;
  z-index: 2;
  line-height: 1.7;
}
.we3-battely__main-title {
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 959px) {
  .we3-battely__main-title {
    font-size: min(5.2vw, 2.3rem);
    text-align: center;
  }
}
@media screen and (min-width: 960px) {
  .we3-battely__main-title {
    font-size: min(2.3vw, 4rem);
    position: absolute;
    top: 50%;
    left: 5%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.we3-battely__main-title sup {
  font-size: 0.5em;
  vertical-align: 0.4em;
}
@media screen and (min-width: 960px) {
  .we3-battely__text-detail {
    position: absolute;
    top: 50%;
    right: 5%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 27%;
  }
}
.we3-battely__text-detail p:first-child {
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 959px) {
  .we3-battely__text-detail p:first-child {
    font-size: min(5vw, 2rem);
  }
}
@media screen and (min-width: 960px) {
  .we3-battely__text-detail p:first-child {
    font-size: min(1.8vw, 4rem);
  }
}
@media screen and (max-width: 959px) {
  .we3-battely__text-detail p:last-child {
    font-size: 1.4rem;
    margin-top: 12px;
  }
}
@media screen and (min-width: 960px) {
  .we3-battely__text-detail p:last-child {
    font-size: 1.6rem;
    margin-top: 14px;
  }
}
.we3-battely__img-stack {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 960px) {
  .we3-battely__img-stack {
    width: 40%;
    height: 100%;
    margin-inline: auto;
  }
}
.we3-battely__img-stack img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.we3-battely__img01, .we3-battely__img02 {
  -webkit-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.we3-battely__img02 {
  opacity: 0;
}
.we3-battely.is-step-title .we3-battely__title {
  opacity: 1;
  pointer-events: auto;
}
.we3-battely.is-step-detail .we3-battely__detail, .we3-battely.is-step-hand .we3-battely__detail {
  opacity: 1;
  pointer-events: auto;
}
.we3-battely.is-step-hand .we3-battely__img01 {
  opacity: 0;
}
.we3-battely.is-step-hand .we3-battely__img02 {
  opacity: 1;
}

@media (prefers-reduced-motion: reduce) {
  .we3-battely__title, .we3-battely__detail, .we3-battely__img01, .we3-battely__img02 {
    -webkit-transition: none;
    transition: none;
  }
}
.we3-battely-detail {
  margin-top: 30px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.6)), to(rgba(255, 255, 255, 0.6))), -webkit-gradient(linear, left top, left bottom, from(#EDF5FF), to(#B4DFEC));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0.6) 100%), linear-gradient(180deg, #EDF5FF 0%, #B4DFEC 100%);
}
@media screen and (max-width: 959px) {
  .we3-battely-detail {
    border-radius: 20px;
    padding-block: 70px;
    margin-inline: 12px;
    padding-inline: 15px;
  }
}
@media screen and (min-width: 960px) {
  .we3-battely-detail {
    border-radius: 40px;
    padding-block: 120px;
    margin-inline: 30px;
    padding-inline: 80px;
    text-align: center;
  }
}
.we3-battely-detail__title {
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 959px) {
  .we3-battely-detail__title {
    font-size: 2.3rem;
  }
}
@media screen and (min-width: 960px) {
  .we3-battely-detail__title {
    font-size: 4rem;
  }
}
@media screen and (max-width: 959px) {
  .we3-battely-detail__text {
    margin-top: 8px;
  }
}
@media screen and (min-width: 960px) {
  .we3-battely-detail__text {
    margin-top: 30px;
  }
}
.we3-battely-detail__img {
  max-width: 1210px;
  margin-inline: auto;
}
@media screen and (max-width: 959px) {
  .we3-battely-detail__img {
    margin-top: 20px;
  }
}

.we3-angles {
  margin-top: 30px;
  overflow: hidden;
}
@media screen and (max-width: 959px) {
  .we3-angles {
    margin-inline: 12px;
    border-radius: 20px;
  }
}
@media screen and (min-width: 960px) {
  .we3-angles {
    margin-inline: 30px;
    border-radius: 40px;
  }
}
.we3-angles img {
  width: 100%;
}

.we3-color-title {
  line-height: 1;
}
@media screen and (max-width: 959px) {
  .we3-color-title {
    font-size: 3.3rem;
    margin-top: 100px;
    text-align: center;
  }
}
@media screen and (min-width: 960px) {
  .we3-color-title {
    font-size: 5.5rem;
    margin-top: 80px;
    margin-inline: 80px;
  }
}

@media (max-width: 959px) {
  body.scrolled-3dviewer main > section.viewer-3d .viewer-3d__nav {
    bottom: 60px !important;
  }
}
@media (max-width: 959px) {
  main > section.viewer-3d .viewer-3d__canvas-container {
    max-height: 100vh;
  }
}
.product-title-effect--colorful {
  --product-title-effect-color-start: #0CCCA9;
  --product-title-effect-color-end: #1d7ebf;
}

.product-title-effect--white {
  --product-title-effect-color-start: #fff;
  --product-title-effect-color-end: #fff;
}

.product-title-effect--black {
  --product-title-effect-color-start: #323232;
  --product-title-effect-color-end: #323232;
}

.product-title-effect__line {
  display: inline-block;
  -webkit-text-fill-color: transparent;
  background-image: -webkit-gradient(linear, left top, right top, from(var(--product-title-effect-color-start)), color-stop(30%, var(--product-title-effect-color-end)), color-stop(35%, transparent), to(transparent));
  background-image: linear-gradient(90deg, var(--product-title-effect-color-start) 0%, var(--product-title-effect-color-end) 30%, transparent 35%, transparent 100%);
  background-size: 350% 100%;
  background-position: 85% 0;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-transition: background-position 1.5s ease-out;
  transition: background-position 1.5s ease-out;
}
.product-title-effect__line sup {
  font-size: 0.5em;
  vertical-align: 0.4em;
  opacity: 0;
  color: var(--product-title-effect-color-end);
  -webkit-text-fill-color: var(--product-title-effect-color-end);
  background-image: none;
  -webkit-background-clip: border-box;
  background-clip: border-box;
}
.product-title-effect__line--delay-1 {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.product-title-effect__line--delay-2 {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.product-title-effect__line--delay-3 {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.product-title-effect__line--delay-4 {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.product-title-effect__line--delay-5 {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.product-title-effect__line--delay-6 {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.product-title-effect__line--delay-7 {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}
.product-title-effect__line--delay-8 {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
.product-title-effect__line--delay-9 {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}
.product-title-effect__line--delay-10 {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
.product-title-effect__line--delay-11 {
  -webkit-transition-delay: 1.1s;
          transition-delay: 1.1s;
}
.product-title-effect__line--delay-12 {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}
.product-title-effect__line--delay-13 {
  -webkit-transition-delay: 1.3s;
          transition-delay: 1.3s;
}
.product-title-effect__line--delay-14 {
  -webkit-transition-delay: 1.4s;
          transition-delay: 1.4s;
}
.product-title-effect__line--delay-15 {
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}

.product-title-effect--colorful.is-inview .product-title-effect__line,
.product-title-effect--white.is-inview .product-title-effect__line,
.product-title-effect--black.is-inview .product-title-effect__line {
  background-position: 0 0;
}
.product-title-effect--colorful.is-inview .product-title-effect__line sup,
.product-title-effect--white.is-inview .product-title-effect__line sup,
.product-title-effect--black.is-inview .product-title-effect__line sup {
  opacity: 1;
  -webkit-transition: opacity 0.4s ease-out 1s;
  transition: opacity 0.4s ease-out 1s;
}

.product-title-effect--colorful.is-inview .product-title-effect__line--delay-1 sup,
.product-title-effect--white.is-inview .product-title-effect__line--delay-1 sup,
.product-title-effect--black.is-inview .product-title-effect__line--delay-1 sup {
  -webkit-transition-delay: 1.1s;
          transition-delay: 1.1s;
}

.product-title-effect--colorful.is-inview .product-title-effect__line--delay-2 sup,
.product-title-effect--white.is-inview .product-title-effect__line--delay-2 sup,
.product-title-effect--black.is-inview .product-title-effect__line--delay-2 sup {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}

.product-title-effect--colorful.is-inview .product-title-effect__line--delay-3 sup,
.product-title-effect--white.is-inview .product-title-effect__line--delay-3 sup,
.product-title-effect--black.is-inview .product-title-effect__line--delay-3 sup {
  -webkit-transition-delay: 1.3s;
          transition-delay: 1.3s;
}

.product-title-effect--colorful.is-inview .product-title-effect__line--delay-4 sup,
.product-title-effect--white.is-inview .product-title-effect__line--delay-4 sup,
.product-title-effect--black.is-inview .product-title-effect__line--delay-4 sup {
  -webkit-transition-delay: 1.4s;
          transition-delay: 1.4s;
}

.product-title-effect--colorful.is-inview .product-title-effect__line--delay-5 sup,
.product-title-effect--white.is-inview .product-title-effect__line--delay-5 sup,
.product-title-effect--black.is-inview .product-title-effect__line--delay-5 sup {
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}

.product-title-effect--colorful.is-inview .product-title-effect__line--delay-6 sup,
.product-title-effect--white.is-inview .product-title-effect__line--delay-6 sup,
.product-title-effect--black.is-inview .product-title-effect__line--delay-6 sup {
  -webkit-transition-delay: 1.6s;
          transition-delay: 1.6s;
}

.product-title-effect--colorful.is-inview .product-title-effect__line--delay-7 sup,
.product-title-effect--white.is-inview .product-title-effect__line--delay-7 sup,
.product-title-effect--black.is-inview .product-title-effect__line--delay-7 sup {
  -webkit-transition-delay: 1.7s;
          transition-delay: 1.7s;
}

.product-title-effect--colorful.is-inview .product-title-effect__line--delay-8 sup,
.product-title-effect--white.is-inview .product-title-effect__line--delay-8 sup,
.product-title-effect--black.is-inview .product-title-effect__line--delay-8 sup {
  -webkit-transition-delay: 1.8s;
          transition-delay: 1.8s;
}

.product-title-effect--colorful.is-inview .product-title-effect__line--delay-9 sup,
.product-title-effect--white.is-inview .product-title-effect__line--delay-9 sup,
.product-title-effect--black.is-inview .product-title-effect__line--delay-9 sup {
  -webkit-transition-delay: 1.9s;
          transition-delay: 1.9s;
}

.product-title-effect--colorful.is-inview .product-title-effect__line--delay-10 sup,
.product-title-effect--white.is-inview .product-title-effect__line--delay-10 sup,
.product-title-effect--black.is-inview .product-title-effect__line--delay-10 sup {
  -webkit-transition-delay: 2s;
          transition-delay: 2s;
}

.product-title-effect--colorful.is-inview .product-title-effect__line--delay-11 sup,
.product-title-effect--white.is-inview .product-title-effect__line--delay-11 sup,
.product-title-effect--black.is-inview .product-title-effect__line--delay-11 sup {
  -webkit-transition-delay: 2.1s;
          transition-delay: 2.1s;
}

.product-title-effect--colorful.is-inview .product-title-effect__line--delay-12 sup,
.product-title-effect--white.is-inview .product-title-effect__line--delay-12 sup,
.product-title-effect--black.is-inview .product-title-effect__line--delay-12 sup {
  -webkit-transition-delay: 2.2s;
          transition-delay: 2.2s;
}

.product-title-effect--colorful.is-inview .product-title-effect__line--delay-13 sup,
.product-title-effect--white.is-inview .product-title-effect__line--delay-13 sup,
.product-title-effect--black.is-inview .product-title-effect__line--delay-13 sup {
  -webkit-transition-delay: 2.3s;
          transition-delay: 2.3s;
}

.product-title-effect--colorful.is-inview .product-title-effect__line--delay-14 sup,
.product-title-effect--white.is-inview .product-title-effect__line--delay-14 sup,
.product-title-effect--black.is-inview .product-title-effect__line--delay-14 sup {
  -webkit-transition-delay: 2.4s;
          transition-delay: 2.4s;
}

.product-title-effect--colorful.is-inview .product-title-effect__line--delay-15 sup,
.product-title-effect--white.is-inview .product-title-effect__line--delay-15 sup,
.product-title-effect--black.is-inview .product-title-effect__line--delay-15 sup {
  -webkit-transition-delay: 2.5s;
          transition-delay: 2.5s;
}

@media (prefers-reduced-motion: reduce) {
  .product-title-effect__line {
    -webkit-transition: none;
    transition: none;
    background-position: 0 0;
  }
  .product-title-effect--colorful.is-inview .product-title-effect__line sup,
  .product-title-effect--white.is-inview .product-title-effect__line sup,
  .product-title-effect--black.is-inview .product-title-effect__line sup {
    opacity: 1;
    -webkit-transition: none;
    transition: none;
  }
}
@media screen and (max-width: 959px) {
  .we3-card-img {
    border-radius: 20px;
  }
}
@media screen and (min-width: 960px) {
  .we3-card-img {
    border-radius: 30px;
  }
}

@media screen and (max-width: 959px) {
  .we3-charging {
    margin-inline: 20px;
  }
}
@media screen and (min-width: 960px) {
  .we3-charging {
    margin-inline: 116px;
  }
}
.we3-charging__title {
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 959px) {
  .we3-charging__title {
    font-size: min(7vw, 3rem);
  }
}
@media screen and (min-width: 960px) {
  .we3-charging__title {
    font-size: min(3.5vw, 5.5rem);
  }
}
.we3-charging__content {
  display: grid;
}
@media screen and (max-width: 959px) {
  .we3-charging__content {
    gap: 50px;
    margin-top: 40px;
  }
}
@media screen and (min-width: 960px) {
  .we3-charging__content {
    gap: 80px;
    margin-top: 60px;
  }
}
.we3-charging__content01 {
  display: grid;
}
@media screen and (max-width: 959px) {
  .we3-charging__content01 {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
@media screen and (min-width: 960px) {
  .we3-charging__content01 {
    grid-template-columns: 45% 1fr;
    gap: 50px;
  }
}
@media screen and (min-width: 960px) {
  .we3-charging__content01-img {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.we3-charging__content01-img img {
  width: 100%;
}
@media screen and (min-width: 960px) {
  .we3-charging__content01-text {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    display: grid;
    gap: 30px;
  }
}
.we3-charging__content02 {
  display: grid;
}
@media screen and (max-width: 959px) {
  .we3-charging__content02 {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
@media screen and (min-width: 960px) {
  .we3-charging__content02 {
    grid-template-columns: 1fr 40%;
    gap: 50px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.we3-charging__content02-img img {
  width: 100%;
}

.we3-text-block {
  display: grid;
}
@media screen and (max-width: 959px) {
  .we3-text-block {
    gap: 10px;
  }
}
@media screen and (min-width: 960px) {
  .we3-text-block {
    gap: 20px;
  }
}
.we3-text-block__title {
  font-weight: bold;
}
@media screen and (max-width: 959px) {
  .we3-text-block__title {
    font-size: 2rem;
  }
}
@media screen and (min-width: 960px) {
  .we3-text-block__title {
    font-size: 3.2rem;
  }
}

.we3-display {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.6)), to(rgba(255, 255, 255, 0.6))), -webkit-gradient(linear, left top, left bottom, from(#EDF5FF), to(#B4DFEC));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0.6) 100%), linear-gradient(180deg, #EDF5FF 0%, #B4DFEC 100%);
}
@media screen and (max-width: 959px) {
  .we3-display {
    margin-top: 70px;
    border-radius: 20px;
    padding-block: 70px;
    margin-inline: 12px;
    padding-inline: 15px;
  }
}
@media screen and (min-width: 960px) {
  .we3-display {
    margin-top: 120px;
    border-radius: 40px;
    padding-block: 120px;
    margin-inline: 30px;
    padding-inline: 80px;
  }
}
.we3-display__title {
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 959px) {
  .we3-display__title {
    font-size: min(7vw, 3rem);
  }
}
@media screen and (min-width: 960px) {
  .we3-display__title {
    font-size: min(3.5vw, 5.5rem);
  }
}
.we3-display__content {
  display: grid;
}
@media screen and (max-width: 959px) {
  .we3-display__content {
    gap: 50px;
    margin-top: 50px;
  }
}
@media screen and (min-width: 960px) {
  .we3-display__content {
    gap: 80px;
    margin-top: 80px;
  }
}
.we3-display__content img {
  width: 100%;
}
.we3-display__img {
  max-width: 850px;
  margin-inline: auto;
}
@media screen and (max-width: 959px) {
  .we3-display__img {
    margin-top: 40px;
  }
}
@media screen and (min-width: 960px) {
  .we3-display__img {
    margin-top: 60px;
  }
}
.we3-display__content01 {
  display: grid;
}
@media screen and (max-width: 959px) {
  .we3-display__content01 {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
@media screen and (min-width: 960px) {
  .we3-display__content01 {
    grid-template-columns: 40% 1fr;
    gap: 50px;
  }
}
@media screen and (min-width: 960px) {
  .we3-display__content01-img {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.we3-display__content01-img img {
  width: 100%;
}
@media screen and (min-width: 960px) {
  .we3-display__content01-text {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    display: grid;
    gap: 30px;
  }
}
.we3-display__content02 {
  display: grid;
}
@media screen and (max-width: 959px) {
  .we3-display__content02 {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
@media screen and (min-width: 960px) {
  .we3-display__content02 {
    grid-template-columns: 1fr 40%;
    gap: 50px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.we3-display__content02-img video {
  width: 100%;
}

@media screen and (max-width: 959px) {
  .we3-one-hand {
    margin-inline: 20px;
    padding-top: 70px;
  }
}
@media screen and (min-width: 960px) {
  .we3-one-hand {
    margin-inline: 116px;
    padding-top: 120px;
  }
}
.we3-one-hand__title {
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 959px) {
  .we3-one-hand__title {
    font-size: min(7vw, 3rem);
  }
}
@media screen and (min-width: 960px) {
  .we3-one-hand__title {
    font-size: min(3.5vw, 5.5rem);
  }
}
.we3-one-hand__img-wrap {
  max-width: 1230px;
  margin-inline: auto;
  position: relative;
}
@media screen and (max-width: 959px) {
  .we3-one-hand__img-wrap {
    margin-top: 40px;
  }
}
@media screen and (min-width: 960px) {
  .we3-one-hand__img-wrap {
    margin-top: 60px;
  }
}
.we3-one-hand__img img {
  width: 100%;
}
.we3-one-hand__text-wrap {
  position: absolute;
  top: 50%;
  left: 45%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  padding-right: 20px;
}
.we3-one-hand__text-title {
  font-weight: bold;
  color: #007286;
  line-height: 1.5;
}
@media screen and (max-width: 959px) {
  .we3-one-hand__text-title {
    font-size: min(4vw, 2.4rem);
  }
}
@media screen and (min-width: 960px) {
  .we3-one-hand__text-title {
    font-size: min(2.5vw, 4rem);
  }
}
.we3-one-hand__img-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 959px) {
  .we3-one-hand__img-list {
    gap: 1vw;
    margin-top: 2vw;
  }
}
@media screen and (min-width: 960px) {
  .we3-one-hand__img-list {
    padding-left: 5%;
    margin-top: 1.5vw;
    gap: 1vw;
  }
}
.we3-one-hand__img-list li {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 959px) {
  .we3-one-hand__img-list li {
    grid-template-columns: 34px 1fr;
    gap: 10px;
  }
}
@media screen and (min-width: 960px) {
  .we3-one-hand__img-list li {
    grid-template-columns: 64px 1fr;
    gap: 20px;
  }
}
.we3-one-hand__img-list p {
  font-weight: bold;
}
@media screen and (max-width: 959px) {
  .we3-one-hand__img-list p {
    font-size: min(4vw, 2.4rem);
  }
}
@media screen and (min-width: 960px) {
  .we3-one-hand__img-list p {
    font-size: min(2.5vw, 3rem);
  }
}
@media screen and (max-width: 959px) {
  .we3-one-hand__img-list p span {
    font-size: min(3vw, 1.4rem);
    margin-left: 0.5em;
  }
}
@media screen and (min-width: 960px) {
  .we3-one-hand__img-list p span {
    font-size: min(2vw, 2.4rem);
    margin-left: 20px;
  }
}
@media screen and (max-width: 959px) {
  .we3-one-hand__text {
    margin-top: 20px;
  }
}
@media screen and (min-width: 960px) {
  .we3-one-hand__text {
    margin-top: 40px;
  }
}

.we3-camera {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.6)), to(rgba(255, 255, 255, 0.6))), -webkit-gradient(linear, left top, left bottom, from(#EDF5FF), to(#B4DFEC));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0.6) 100%), linear-gradient(180deg, #EDF5FF 0%, #B4DFEC 100%);
}
@media screen and (max-width: 959px) {
  .we3-camera {
    margin-top: 70px;
    border-radius: 20px;
    padding-block: 70px;
    margin-inline: 12px;
  }
}
@media screen and (min-width: 960px) {
  .we3-camera {
    margin-top: 120px;
    border-radius: 40px;
    padding-block: 120px;
    margin-inline: 30px;
    padding-inline: 80px;
  }
}
.we3-camera__title {
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 959px) {
  .we3-camera__title {
    font-size: min(7vw, 3rem);
  }
}
@media screen and (min-width: 960px) {
  .we3-camera__title {
    font-size: min(3.5vw, 5.5rem);
  }
}
@media screen and (min-width: 960px) {
  .we3-camera__main {
    overflow: hidden;
  }
}
.we3-camera__main-img {
  position: relative;
}
@media screen and (max-width: 959px) {
  .we3-camera__main-img {
    margin-top: calc(40px + 8rem);
  }
}
@media screen and (min-width: 960px) {
  .we3-camera__main-img {
    margin-top: 100px;
  }
}
@media screen and (min-width: 960px) {
  .we3-camera__main-img img {
    width: 50%;
    display: block;
    margin-inline: auto 0;
  }
}
.we3-camera__main-img .js-camera-effect01,
.we3-camera__main-img .js-camera-effect02,
.we3-camera__main-img .js-camera-effect04 {
  opacity: 0;
}
.we3-camera__main-img .js-camera-effect01.is-show,
.we3-camera__main-img .js-camera-effect02.is-show,
.we3-camera__main-img .js-camera-effect04.is-show {
  opacity: 1;
  -webkit-transition: opacity 0.75s ease-out;
  transition: opacity 0.75s ease-out;
}
.we3-camera__main-img-text01 {
  color: #004858;
  font-weight: bold;
  line-height: 1.5;
  position: absolute;
  left: 0;
}
@media screen and (max-width: 959px) {
  .we3-camera__main-img-text01 {
    top: -8rem;
    font-size: min(6vw, 2rem);
    padding-left: 30vw;
  }
}
@media screen and (min-width: 960px) {
  .we3-camera__main-img-text01 {
    font-size: 4rem;
    top: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.we3-camera__main-img-text01 span {
  font-weight: normal;
}
@media screen and (max-width: 959px) {
  .we3-camera__main-img-text01 span {
    font-size: min(9vw, 3rem);
  }
}
@media screen and (min-width: 960px) {
  .we3-camera__main-img-text01 span {
    font-size: 6rem;
  }
}
.we3-camera__main-img-text01-line {
  position: absolute;
}
@media screen and (max-width: 959px) {
  .we3-camera__main-img-text01-line {
    width: 1px;
    height: 0;
    background-color: #004858;
    left: 40%;
    top: 0;
  }
  .we3-camera__main-img-text01-line.is-show {
    height: 25%;
  }
}
@media screen and (min-width: 960px) {
  .we3-camera__main-img-text01-line {
    width: calc(61.5% - 38rem);
    height: 18.5%;
    top: 3%;
    left: 38rem;
  }
  .we3-camera__main-img-text01-line::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    content: "";
    display: block;
    height: 1px;
    background-color: #004858;
    overflow: hidden;
    -webkit-transition: width 0.5s ease-out;
    transition: width 0.5s ease-out;
  }
  .we3-camera__main-img-text01-line::after {
    position: absolute;
    top: 0;
    left: 50%;
    width: 0;
    content: "";
    display: block;
    height: 0;
    overflow: hidden;
    background-image: linear-gradient(to top right, transparent calc(50% - 1px), #004858, transparent calc(50% + 1px));
    -webkit-transition: width 0.5s ease-out, height 0.5s ease-out;
    transition: width 0.5s ease-out, height 0.5s ease-out;
  }
  .we3-camera__main-img-text01-line.is-show::before {
    width: 50%;
  }
  .we3-camera__main-img-text01-line.is-show::after {
    width: 50%;
    height: 100%;
    -webkit-transition-delay: 0.5s, 0.5s;
            transition-delay: 0.5s, 0.5s;
  }
}
.we3-camera__main-img-text02 {
  color: #004858;
  font-weight: bold;
  line-height: 1.5;
  position: absolute;
  left: 0;
  z-index: 2;
}
@media screen and (max-width: 959px) {
  .we3-camera__main-img-text02 {
    font-size: min(6vw, 2rem);
    padding-left: 30vw;
    bottom: 0;
    height: 18vw;
    max-height: 7.5rem;
  }
}
@media screen and (min-width: 960px) {
  .we3-camera__main-img-text02 {
    font-size: 4rem;
    top: 33%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.we3-camera__main-img-text02-line {
  position: absolute;
}
@media screen and (max-width: 959px) {
  .we3-camera__main-img-text02-line {
    width: 1px;
    height: 0;
    background-color: #004858;
    left: 40%;
    bottom: 22%;
  }
  .we3-camera__main-img-text02-line.is-show {
    height: 23%;
  }
}
@media screen and (min-width: 960px) {
  .we3-camera__main-img-text02-line {
    width: calc(61.5% - 38rem);
    height: 18.5%;
    top: 32%;
    left: 38rem;
  }
  .we3-camera__main-img-text02-line::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    content: "";
    display: block;
    height: 1px;
    background-color: #004858;
    overflow: hidden;
    -webkit-transition: width 0.5s ease-out;
    transition: width 0.5s ease-out;
  }
  .we3-camera__main-img-text02-line::after {
    position: absolute;
    top: 0;
    left: 50%;
    width: 0;
    content: "";
    display: block;
    height: 0;
    overflow: hidden;
    background-image: linear-gradient(to top right, transparent calc(50% - 1px), #004858, transparent calc(50% + 1px));
    -webkit-transition: width 0.5s ease-out, height 0.5s ease-out;
    transition: width 0.5s ease-out, height 0.5s ease-out;
  }
  .we3-camera__main-img-text02-line.is-show::before {
    width: 50%;
  }
  .we3-camera__main-img-text02-line.is-show::after {
    width: 50%;
    height: 100%;
    -webkit-transition-delay: 0.5s, 0.5s;
            transition-delay: 0.5s, 0.5s;
  }
}
.we3-camera__main-text-wrap {
  display: grid;
}
@media screen and (max-width: 959px) {
  .we3-camera__main-text-wrap {
    margin-top: 40px;
    padding-inline: 15px;
    gap: 10px;
  }
}
@media screen and (min-width: 960px) {
  .we3-camera__main-text-wrap {
    margin-top: -20%;
    gap: 14px;
    width: 43%;
  }
}
.we3-camera__main-text-title {
  line-height: 1.5;
  font-weight: bold;
}
@media screen and (max-width: 959px) {
  .we3-camera__main-text-title {
    font-size: 2rem;
  }
}
@media screen and (min-width: 960px) {
  .we3-camera__main-text-title {
    font-size: 2.4rem;
  }
}
.we3-camera__main-text-title sup {
  font-size: 0.5em;
  vertical-align: 0.4em;
}

@media screen and (max-width: 959px) {
  .we3-camera-ai {
    margin-top: 70px;
    padding-inline: 15px;
  }
}
@media screen and (min-width: 960px) {
  .we3-camera-ai {
    margin-top: 90px;
  }
}
.we3-camera-ai__title {
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 959px) {
  .we3-camera-ai__title {
    font-size: 2.3rem;
  }
}
@media screen and (min-width: 960px) {
  .we3-camera-ai__title {
    font-size: 4rem;
    text-align: center;
  }
}
.we3-camera-ai__list {
  display: grid;
}
@media screen and (max-width: 959px) {
  .we3-camera-ai__list {
    gap: 50px;
    margin-top: 30px;
  }
}
@media screen and (min-width: 960px) {
  .we3-camera-ai__list {
    grid-template-columns: 1fr 1fr;
    gap: 60px 50px;
    margin-top: 40px;
  }
}
.we3-camera-ai__text-wrap {
  display: grid;
}
@media screen and (max-width: 959px) {
  .we3-camera-ai__text-wrap {
    margin-top: 20px;
    gap: 10px;
  }
}
@media screen and (min-width: 960px) {
  .we3-camera-ai__text-wrap {
    margin-top: 24px;
    gap: 14px;
  }
}
.we3-camera-ai__img {
  overflow: hidden;
}
@media screen and (max-width: 959px) {
  .we3-camera-ai__img {
    border-radius: 20px;
  }
}
@media screen and (min-width: 960px) {
  .we3-camera-ai__img {
    border-radius: 30px;
  }
}
.we3-camera-ai__img img {
  width: 100%;
}
.we3-camera-ai__img02 {
  display: grid;
  grid-template-rows: 1fr 1fr;
  background: -webkit-gradient(linear, left top, right top, from(#9DFFED), to(#60AAF0));
  background: linear-gradient(90deg, #9DFFED 0%, #60AAF0 100%);
}
.we3-camera-ai__img02-after {
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 959px) {
  .we3-camera-ai__img02-after {
    margin: 4px;
    border-radius: 0 0 16px 16px;
  }
}
@media screen and (min-width: 960px) {
  .we3-camera-ai__img02-after {
    margin: 8px;
    border-radius: 0 0 22px 22px;
  }
}
.we3-camera-ai__img02-after img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: none;
}
@media screen and (max-width: 959px) {
  .we3-camera-ai__img02-after img {
    width: calc(100% + 8px);
  }
}
@media screen and (min-width: 960px) {
  .we3-camera-ai__img02-after img {
    width: calc(100% + 16px);
  }
}
.we3-camera-ai__img03 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto 1fr;
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #9DFFED), to(#60AAF0));
  background: linear-gradient(90deg, #9DFFED 50%, #60AAF0 100%);
}
.we3-camera-ai__img03-top {
  grid-column: 1/3;
}
.we3-camera-ai__img03-mounted {
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 959px) {
  .we3-camera-ai__img03-mounted {
    margin: 4px;
    border-radius: 0 0 16px 0;
  }
}
@media screen and (min-width: 960px) {
  .we3-camera-ai__img03-mounted {
    margin: 8px;
    border-radius: 0 0 22px 0;
  }
}
.we3-camera-ai__img03-mounted img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: none;
}
@media screen and (max-width: 959px) {
  .we3-camera-ai__img03-mounted img {
    width: calc(100% + 8px);
  }
}
@media screen and (min-width: 960px) {
  .we3-camera-ai__img03-mounted img {
    width: calc(100% + 16px);
  }
}
.we3-camera-ai__sub-title {
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 959px) {
  .we3-camera-ai__sub-title {
    font-size: 2rem;
  }
}
@media screen and (min-width: 960px) {
  .we3-camera-ai__sub-title {
    font-size: 2.4rem;
  }
}

.we3-other__title {
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 959px) {
  .we3-other__title {
    font-size: 2.3rem;
    margin-top: 70px;
  }
}
@media screen and (min-width: 960px) {
  .we3-other__title {
    font-size: 4rem;
    margin-top: 80px;
  }
}
.we3-other__sub-title {
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 959px) {
  .we3-other__sub-title {
    font-size: 2rem;
    margin-top: 40px;
  }
}
@media screen and (min-width: 960px) {
  .we3-other__sub-title {
    font-size: 3.3rem;
    margin-top: 60px;
  }
}
@media screen and (max-width: 959px) {
  .we3-other__list-scroll {
    margin-top: 30px;
  }
  .we3-other__list-scroll.is-scrollable .we3-other__list-scrollbar {
    display: block;
  }
}
.we3-other__list-scrollbar {
  display: none;
}
@media screen and (max-width: 959px) {
  .we3-other__list-scrollbar {
    height: 6px;
    margin: 8px 15px 0;
    border-radius: 6px;
    background-color: #ddd;
    position: relative;
  }
}
.we3-other__list-scrollbar-thumb {
  display: block;
  height: 100%;
  min-width: 24px;
  border-radius: 6px;
  background-color: #666666;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  will-change: transform;
}
@media screen and (max-width: 959px) {
  .we3-other__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    gap: 12px;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    -webkit-overflow-scrolling: touch;
    -ms-scroll-snap-type: x mandatory;
        scroll-snap-type: x mandatory;
    scroll-padding-inline: 15px;
    margin-top: 0;
    padding-bottom: 8px;
    scrollbar-width: none;
  }
  .we3-other__list::-webkit-scrollbar {
    display: none;
  }
  .we3-other__list > li:first-child {
    -webkit-margin-start: 15px;
            margin-inline-start: 15px;
  }
  .we3-other__list > li:last-child {
    -webkit-margin-end: 15px;
            margin-inline-end: 15px;
  }
}
@media screen and (min-width: 960px) {
  .we3-other__list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 50px;
    margin-top: 40px;
  }
}
@media screen and (max-width: 959px) {
  .we3-other__list li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 84%;
            flex: 0 0 84%;
    min-width: 0;
    scroll-snap-align: start;
  }
}
@media screen and (min-width: 960px) {
  .we3-other__list li {
    min-width: 0;
  }
}
.we3-other__list-img {
  aspect-ratio: 780/520;
  overflow: hidden;
}
.we3-other__list-img video {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.we3-other__list-title {
  font-weight: bold;
}
@media screen and (max-width: 959px) {
  .we3-other__list-title {
    font-size: 2rem;
    margin-top: 20px;
  }
}
@media screen and (min-width: 960px) {
  .we3-other__list-title {
    font-size: 2.4rem;
    margin-top: 24px;
  }
}
@media screen and (max-width: 959px) {
  .we3-other__list-text {
    margin-top: 10px;
  }
}
@media screen and (min-width: 960px) {
  .we3-other__list-text {
    margin-top: 14px;
  }
}

.we3-peace-of-mind {
  margin-top: 30px;
  overflow: hidden;
  background-color: #F0EDF1;
}
@media screen and (max-width: 959px) {
  .we3-peace-of-mind {
    margin-inline: 12px;
    border-radius: 20px;
    padding-bottom: 40px;
  }
}
@media screen and (min-width: 960px) {
  .we3-peace-of-mind {
    margin-inline: 30px;
    border-radius: 40px;
    padding-bottom: 90px;
  }
}
.we3-peace-of-mind__main {
  position: relative;
}
.we3-peace-of-mind__main-title {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: center;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 519px) {
  .we3-peace-of-mind__main-title {
    margin-top: 25%;
    font-size: min(7vw, 3rem);
  }
}
@media screen and (min-width: 520px) {
  .we3-peace-of-mind__main-title {
    margin-top: 10%;
    font-size: min(3.5vw, 5.5rem);
  }
}
.we3-peace-of-mind__main-img img {
  width: 100%;
}
@media screen and (max-width: 959px) {
  .we3-peace-of-mind__contents {
    padding-inline: 15px;
    padding-top: 40px;
  }
}
@media screen and (min-width: 960px) {
  .we3-peace-of-mind__contents {
    padding-inline: 80px;
    padding-top: 90px;
  }
}
.we3-peace-of-mind__contents img {
  width: 100%;
}
.we3-peace-of-mind__sub-title {
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 959px) {
  .we3-peace-of-mind__sub-title {
    font-size: 2rem;
  }
}
@media screen and (min-width: 960px) {
  .we3-peace-of-mind__sub-title {
    font-size: 3.3rem;
    text-align: center;
  }
}
.we3-peace-of-mind__contents01 {
  display: grid;
}
@media screen and (max-width: 959px) {
  .we3-peace-of-mind__contents01 {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 20px;
  }
}
@media screen and (min-width: 960px) {
  .we3-peace-of-mind__contents01 {
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    margin-top: 40px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.we3-peace-of-mind__contents02-wrap {
  display: grid;
  margin-top: 50px;
}
@media screen and (max-width: 959px) {
  .we3-peace-of-mind__contents02-wrap {
    gap: 50px;
    margin-top: 30px;
  }
}
@media screen and (min-width: 960px) {
  .we3-peace-of-mind__contents02-wrap {
    grid-template-columns: 1fr 1fr;
    gap: 50px;
  }
}
.we3-peace-of-mind__contents02 {
  display: grid;
}
@media screen and (max-width: 959px) {
  .we3-peace-of-mind__contents02 {
    gap: 20px;
  }
}
@media screen and (min-width: 960px) {
  .we3-peace-of-mind__contents02 {
    gap: 24px;
    grid-template-rows: auto 1fr;
  }
}
.we3-peace-of-mind__contents03 {
  display: grid;
}
@media screen and (max-width: 959px) {
  .we3-peace-of-mind__contents03 {
    gap: 20px;
    margin-top: 30px;
  }
}
@media screen and (min-width: 960px) {
  .we3-peace-of-mind__contents03 {
    gap: 50px;
    margin-top: 40px;
  }
}
.we3-peace-of-mind__contents03-img {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 959px) {
  .we3-peace-of-mind__contents03-img {
    gap: 10px;
  }
}
@media screen and (min-width: 960px) {
  .we3-peace-of-mind__contents03-img {
    gap: 50px;
  }
}
.we3-peace-of-mind__contents04 {
  display: grid;
}
@media screen and (max-width: 959px) {
  .we3-peace-of-mind__contents04 {
    gap: 20px;
    margin-top: 30px;
  }
}
@media screen and (min-width: 960px) {
  .we3-peace-of-mind__contents04 {
    grid-template-columns: 60% 1fr;
    gap: 50px;
    margin-top: 40px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.we3-peace-of-mind__contents04-text {
  display: grid;
}
@media screen and (max-width: 959px) {
  .we3-peace-of-mind__contents04-text {
    gap: 20px;
  }
}
@media screen and (min-width: 960px) {
  .we3-peace-of-mind__contents04-text {
    gap: 24px;
  }
}
.we3-peace-of-mind__contents05 {
  display: grid;
}
@media screen and (max-width: 959px) {
  .we3-peace-of-mind__contents05 {
    gap: 20px;
    margin-top: 30px;
  }
}
@media screen and (min-width: 960px) {
  .we3-peace-of-mind__contents05 {
    grid-template-columns: 1fr 45%;
    gap: 50px;
    margin-top: 60px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (min-width: 960px) {
  .we3-peace-of-mind__contents05-img {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media screen and (min-width: 960px) {
  .we3-peace-of-mind__contents05-text {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.we3-peace-of-mind__contents05-title {
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 959px) {
  .we3-peace-of-mind__contents05-title {
    font-size: 2rem;
  }
}
@media screen and (min-width: 960px) {
  .we3-peace-of-mind__contents05-title {
    font-size: 3.2rem;
    margin-bottom: 26px;
  }
}
.we3-peace-of-mind__contents06 {
  display: grid;
}
@media screen and (max-width: 959px) {
  .we3-peace-of-mind__contents06 {
    gap: 20px;
    margin-top: 30px;
  }
}
@media screen and (min-width: 960px) {
  .we3-peace-of-mind__contents06 {
    grid-template-columns: 1fr 60%;
    gap: 50px;
    margin-top: 40px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (min-width: 960px) {
  .we3-peace-of-mind__contents06-img {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.we3-peace-of-mind__contents06-text {
  display: grid;
}
@media screen and (max-width: 959px) {
  .we3-peace-of-mind__contents06-text {
    gap: 20px;
  }
}
@media screen and (min-width: 960px) {
  .we3-peace-of-mind__contents06-text {
    gap: 60px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.we3-peace-of-mind__text-wrap {
  display: grid;
}
@media screen and (max-width: 959px) {
  .we3-peace-of-mind__text-wrap {
    gap: 10px;
  }
}
@media screen and (min-width: 960px) {
  .we3-peace-of-mind__text-wrap {
    gap: 14px;
    grid-template-rows: auto 1fr;
  }
}
.we3-peace-of-mind__text-title {
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 959px) {
  .we3-peace-of-mind__text-title {
    font-size: 2rem;
  }
}
@media screen and (min-width: 960px) {
  .we3-peace-of-mind__text-title {
    font-size: 2.4rem;
  }
}
.we3-peace-of-mind__text {
  display: grid;
}
@media screen and (max-width: 959px) {
  .we3-peace-of-mind__text {
    gap: 10px;
  }
}
@media screen and (min-width: 960px) {
  .we3-peace-of-mind__text {
    gap: 30px;
  }
}

.we3-personalization {
  margin-top: 30px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.6)), to(rgba(255, 255, 255, 0.6))), -webkit-gradient(linear, left top, left bottom, from(#EDF5FF), to(#B4DFEC));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0.6) 100%), linear-gradient(180deg, #EDF5FF 0%, #B4DFEC 100%);
}
@media screen and (max-width: 959px) {
  .we3-personalization {
    border-radius: 20px;
    padding-block: 70px;
    margin-inline: 12px;
  }
}
@media screen and (min-width: 960px) {
  .we3-personalization {
    border-radius: 40px;
    padding-block: 120px;
    margin-inline: 30px;
  }
}
.we3-personalization__title {
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 959px) {
  .we3-personalization__title {
    font-size: min(7vw, 3rem);
  }
}
@media screen and (min-width: 960px) {
  .we3-personalization__title {
    font-size: min(3.5vw, 5.5rem);
  }
}
@media screen and (max-width: 959px) {
  .we3-personalization__main {
    margin-top: 60px;
    padding-inline: 24px;
    -webkit-filter: drop-shadow(-4px 10px 7px rgba(0, 0, 0, 0.25));
            filter: drop-shadow(-4px 10px 7px rgba(0, 0, 0, 0.25));
  }
}
@media screen and (min-width: 960px) {
  .we3-personalization__main {
    margin-top: 60px;
    padding-inline: 80px;
    -webkit-filter: drop-shadow(-10px 25px 15px rgba(0, 0, 0, 0.25));
            filter: drop-shadow(-10px 25px 15px rgba(0, 0, 0, 0.25));
  }
}
.we3-personalization__main img {
  width: 100%;
}
@media screen and (max-width: 959px) {
  .we3-personalization__contents {
    padding-inline: 15px;
    padding-top: 40px;
  }
}
@media screen and (min-width: 960px) {
  .we3-personalization__contents {
    padding-inline: 80px;
    padding-top: 90px;
  }
}
.we3-personalization__contents img {
  width: 100%;
}
.we3-personalization__sub-title {
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 959px) {
  .we3-personalization__sub-title {
    font-size: 2rem;
  }
}
@media screen and (min-width: 960px) {
  .we3-personalization__sub-title {
    font-size: 3.3rem;
    text-align: center;
  }
}
.we3-personalization__contents01 {
  display: grid;
}
@media screen and (max-width: 959px) {
  .we3-personalization__contents01 {
    gap: 20px;
    margin-top: 30px;
  }
}
@media screen and (min-width: 960px) {
  .we3-personalization__contents01 {
    gap: 50px;
    margin-top: 40px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.we3-personalization__contents01-img-wrap {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 959px) {
  .we3-personalization__contents01-img-wrap {
    grid-template-columns: 45% 1fr;
    gap: 12px;
  }
}
@media screen and (min-width: 960px) {
  .we3-personalization__contents01-img-wrap {
    grid-template-columns: 60% 1fr;
    gap: 50px;
  }
}
.we3-personalization__contents01-screen-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.we3-personalization__contents01-screen-list img {
  width: 80%;
  margin-inline: auto;
  display: block;
}
@media screen and (min-width: 960px) {
  .we3-personalization__contents01-screen-list img {
    width: 70%;
  }
}
.we3-personalization__contents01-screen-list p {
  text-align: center;
  font-weight: bold;
}
@media screen and (max-width: 959px) {
  .we3-personalization__contents01-screen-list p {
    font-size: 2.5vw;
    margin-top: 4px;
  }
}
@media screen and (min-width: 960px) {
  .we3-personalization__contents01-screen-list p {
    font-size: 2.7rem;
    margin-top: 20px;
  }
}
.we3-personalization__contents02 {
  display: grid;
}
@media screen and (max-width: 959px) {
  .we3-personalization__contents02 {
    gap: 20px;
    margin-top: 30px;
  }
}
@media screen and (min-width: 960px) {
  .we3-personalization__contents02 {
    gap: 50px;
    margin-top: 40px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (min-width: 960px) {
  .we3-personalization__contents02-img-wrap {
    position: relative;
    display: grid;
    grid-template-columns: 40% 1fr;
  }
}
@media screen and (max-width: 959px) {
  .we3-personalization__contents02-img-wrap-device {
    display: none;
  }
}
@media screen and (min-width: 960px) {
  .we3-personalization__contents02-img-wrap-device {
    position: relative;
  }
  .we3-personalization__contents02-img-wrap-device img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center center;
       object-position: center center;
  }
}
.we3-personalization__contents03 {
  display: grid;
}
@media screen and (max-width: 959px) {
  .we3-personalization__contents03 {
    gap: 20px;
    margin-top: 30px;
  }
}
@media screen and (min-width: 960px) {
  .we3-personalization__contents03 {
    grid-template-columns: 30% 1fr;
    gap: 70px;
    margin-top: 60px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.we3-personalization__contents03-text {
  display: grid;
}
@media screen and (max-width: 959px) {
  .we3-personalization__contents03-text {
    gap: 20px;
  }
}
@media screen and (min-width: 960px) {
  .we3-personalization__contents03-text {
    gap: 60px;
  }
}
.we3-personalization__contents04-wrap {
  display: grid;
}
@media screen and (max-width: 959px) {
  .we3-personalization__contents04-wrap {
    gap: 50px;
    margin-top: 30px;
  }
}
@media screen and (min-width: 960px) {
  .we3-personalization__contents04-wrap {
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    margin-top: 40px;
  }
}
.we3-personalization__contents04 {
  display: grid;
}
@media screen and (max-width: 959px) {
  .we3-personalization__contents04 {
    gap: 20px;
  }
}
@media screen and (min-width: 960px) {
  .we3-personalization__contents04 {
    gap: 30px;
    grid-template-rows: auto 1fr;
  }
}
.we3-personalization__contents05 {
  display: grid;
}
@media screen and (max-width: 959px) {
  .we3-personalization__contents05 {
    gap: 20px;
    margin-top: 30px;
  }
}
@media screen and (min-width: 960px) {
  .we3-personalization__contents05 {
    grid-template-columns: 1fr 60%;
    gap: 50px;
    margin-top: 60px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (min-width: 960px) {
  .we3-personalization__contents05-img {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.we3-personalization__contents05-text {
  display: grid;
}
@media screen and (max-width: 959px) {
  .we3-personalization__contents05-text {
    gap: 20px;
  }
}
@media screen and (min-width: 960px) {
  .we3-personalization__contents05-text {
    gap: 24px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.we3-personalization__text-wrap {
  display: grid;
}
@media screen and (max-width: 959px) {
  .we3-personalization__text-wrap {
    gap: 10px;
  }
}
@media screen and (min-width: 960px) {
  .we3-personalization__text-wrap {
    gap: 14px;
    grid-template-rows: auto 1fr;
  }
}
.we3-personalization__text-title {
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 959px) {
  .we3-personalization__text-title {
    font-size: 2rem;
  }
}
@media screen and (min-width: 960px) {
  .we3-personalization__text-title {
    font-size: 2.4rem;
  }
}
.we3-personalization__text {
  display: grid;
}
@media screen and (max-width: 959px) {
  .we3-personalization__text {
    gap: 10px;
  }
}
@media screen and (min-width: 960px) {
  .we3-personalization__text {
    gap: 30px;
  }
}
.we3-personalization__note {
  margin-top: 120px;
}
@media screen and (max-width: 959px) {
  .we3-personalization__note {
    padding-inline: 15px;
  }
}
@media screen and (min-width: 960px) {
  .we3-personalization__note {
    padding-inline: 80px;
  }
}

.handling {
  padding: 100px 20px 0 20px;
}
@media screen and (max-width: 959px) {
  .handling {
    padding: 70px 20px 0 20px;
  }
}
.handling > div {
  max-width: 1300px;
  margin-inline: auto;
}
.handling > div h2 {
  text-align: center;
  color: #004858;
  font-size: clamp(2.1rem, 2.1vw, 2.7rem);
  line-height: 1.4;
  font-family: "Noto Sans JP M", sans-serif;
}
@media screen and (max-width: 959px) {
  .handling > div h2 {
    font-size: clamp(1.5rem, 4.7vw, 4rem);
  }
}
.handling > div div:not(:last-child) {
  margin-bottom: 80px;
}
.handling > div div h3 {
  text-align: center;
  color: #004858;
  font-size: 22px;
  line-height: 1.4;
  font-family: "Noto Sans JP M", sans-serif;
}
@media screen and (max-width: 959px) {
  .handling > div div h3 {
    font-size: clamp(1.2rem, 4.7vw, 2rem);
  }
}
.handling > div div ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 10px;
  padding-top: 40px;
}
@media screen and (max-width: 959px) {
  .handling > div div ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.handling > div div ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 959px) {
  .handling > div div ul li {
    width: calc(50% - 5px);
  }
}
.handling > div div ul li a {
  border: solid 1px #cdd5e4;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  pointer-events: none;
}
.handling > div div ul li a[href^=http] {
  pointer-events: auto;
  cursor: pointer;
  border: solid 1px #004858;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.handling > div div ul li a[href^=http]:hover {
  opacity: 0.7;
}
.handling > div div ul li a[href^=http] div p {
  color: #004858;
  text-decoration: underline;
}
.handling > div div ul li a div {
  width: 100%;
  padding: 30px 25px;
  display: grid;
  gap: 20px;
}
@media screen and (max-width: 959px) {
  .handling > div div ul li a div {
    display: block;
  }
}
.handling > div div ul li a div figure img {
  margin-inline: auto;
  display: block;
  width: 100%;
  max-width: 150px;
  max-height: 30px;
  -o-object-fit: contain;
     object-fit: contain;
}
.handling > div div ul li a div figure img.logo-large {
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
}
.handling > div div ul li a div p {
  text-align: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  line-height: 1.3;
}
@media screen and (max-width: 959px) {
  .handling > div div ul li a div p {
    margin-top: 20px;
  }
}