@charset "UTF-8";
/*----------------------------------------
  Base
----------------------------------------*/
html {
  overscroll-behavior: none;
  text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  font-size: 14px;
  line-height: 1.5;
  color: #323232;
  background: #fff;
}

*, *::before, *::after {
  box-sizing: border-box;
}

ul, ol {
  list-style: none;
}

a {
  color: inherit;
  text-decoration: none;
  transition: opacity 0.3s;
}

a:focus, button:focus, input:focus, select:focus, textarea:focus {
  outline-width: medium;
}

a:active, a:hover {
  outline-width: medium;
}

img {
  height: auto;
  vertical-align: bottom;
}

small {
  font-size: inherit;
}

/*----------------------------------------
  Layout
----------------------------------------*/
.container {
  max-width: 1010px;
  margin-inline: auto;
  padding: 0 40px;
  box-sizing: content-box;
}
@media (max-width: 767px) {
  .container {
    padding: 0 20px;
  }
}

.main-contents::before {
  content: "";
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  background-image: image-set(url(../images/standard/bg_gradation_pc.png) 1x, url(../images/standard/bg_gradation_pc@2x.png) 2x);
  background-position: center;
  background-size: cover;
}

/* ヘッダー
------------------------------------------------------ */
.header {
  position: fixed;
  z-index: 99;
  top: 70px;
  width: 100%;
  pointer-events: none;
  transform: translateY(-90px);
  transition: transform 0.6s ease;
}
@media (max-width: 1023px) {
  .header {
    top: 40px;
    transform: translateY(-60px);
  }
}
@media (max-width: 767px) {
  .header {
    top: 28px;
    transform: translateY(-48px);
  }
}
.header[data-load-anima=true] {
  transform: translateY(0);
}

.header__inner {
  max-width: 1310px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  padding: 0 40px;
  box-sizing: content-box;
}
@media (min-width: 1500px) {
  .header__inner {
    max-width: none;
    padding: 0 95px;
  }
}
@media (max-width: 767px) {
  .header__inner {
    padding: 0 20px;
  }
}

.header__logo {
  width: 118.76px;
  line-height: 1;
  pointer-events: all;
}
@media (max-width: 767px) {
  .header__logo {
    width: 96px;
  }
}
.header__logo img {
  width: 100%;
}

.header__button {
  position: relative;
  width: 48px;
  height: 48px;
  margin: -24px 0;
  pointer-events: all;
}
@media (max-width: 767px) {
  .header__button {
    width: 40px;
    height: 40px;
  }
}
.header__button::before, .header__button::after {
  position: absolute;
  left: 50%;
  display: inline-block;
  translate: -50% 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #000;
  transition: transform 0.3s ease-out;
}
.header__button::before {
  top: calc(50% - 5px);
}
.header__button::after {
  top: calc(50% + 5px);
}
.header__button[aria-expanded=true]::before {
  top: 50%;
  transform: rotate(-25deg);
}
.header__button[aria-expanded=true]::after {
  top: 50%;
  transform: rotate(25deg);
}

/* ナビゲーションメニュー
------------------------------------------------------ */
.nav-menu {
  position: fixed;
  z-index: 98;
  top: 30px;
  right: max((100vw - 1310px) / 2 - 40px, 0px);
  padding: 40px;
  min-width: 233px;
  background: #fff;
  border-radius: 7px;
  opacity: 0;
  visibility: hidden;
  transform: scale(0.5);
  transform-origin: calc(100% - 64px) 45px;
  transition: opacity 0.3s ease-out 0.3s, visibility 0.3s ease-out 0.3s, transform 0.3s ease-out 0.3s;
}
@media (min-width: 1500px) {
  .nav-menu {
    right: 55px;
  }
}
@media (max-width: 1023px) {
  .nav-menu {
    top: 0;
    right: 0;
  }
}
@media (max-width: 767px) {
  .nav-menu {
    left: 0;
    width: 100%;
    height: 100%;
    padding: 28px 20px;
    border-radius: 0;
    transform: scale(1);
  }
}
.nav-menu[aria-hidden=false] {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}

.nav-menu__list {
  margin-top: 66px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media (max-width: 767px) {
  .nav-menu__list {
    margin: 30px auto 0;
    max-width: calc(100% - 56px);
    align-items: center;
  }
}

.nav-menu__item:nth-child(1) .nav-menu__link span {
  transition-delay: 0.65s;
}
.nav-menu__item:nth-child(2) .nav-menu__link span {
  transition-delay: 0.7s;
}
.nav-menu__item:nth-child(3) .nav-menu__link span {
  transition-delay: 0.75s;
}
.nav-menu__item:nth-child(4) .nav-menu__link span {
  transition-delay: 0.8s;
}
.nav-menu__item:nth-child(5) .nav-menu__link span {
  transition-delay: 0.85s;
}
.nav-menu__item:nth-child(6) .nav-menu__link span {
  transition-delay: 0.9s;
}
.nav-menu__item:nth-child(7) .nav-menu__link span {
  transition-delay: 0.95s;
}
.nav-menu__item:nth-child(8) .nav-menu__link span {
  transition-delay: 1s;
}

.nav-menu__link {
  overflow: hidden;
  display: block;
  width: fit-content;
  padding: 10px 0;
  font-family: "Rubik", "Noto Sans JP", sans-serif;
  font-size: 15px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #B4B4B4;
  transition: color 0.3s ease-out;
}
@media (max-width: 767px) {
  .nav-menu__link {
    font-size: 20px;
    line-height: 1.3;
    text-align: center;
    color: #323232;
  }
}
.nav-menu__link:hover {
  color: #323232;
}
.nav-menu__link span {
  display: block;
  transform: translateY(150%);
  transition: transform 0.3s ease-out 0.3s;
}

.nav-menu[aria-hidden=false] .nav-menu__link span {
  transform: translateY(0);
}

.nav-menu__category {
  margin-top: 25px;
  border-top: 1px solid;
  padding-top: 35px;
}
@media (max-width: 767px) {
  .nav-menu__category {
    margin: 28px auto 0;
    padding-top: 32px;
    max-width: calc(100% - 56px);
  }
}

.nav-menu__categoryList {
  display: flex;
  flex-direction: column;
}
@media (max-width: 1023px) {
  .nav-menu__categoryList {
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .nav-menu__categoryList {
    align-items: center;
  }
}

.nav-menu__categoryLink {
  text-align: right;
}
@media (max-width: 767px) {
  .nav-menu__categoryLink {
    position: relative;
    text-align: center;
  }
  .nav-menu__categoryLink[aria-current=page]::before {
    position: absolute;
    bottom: -5px;
    left: 50%;
    translate: -50% 0;
    content: "";
    width: 90%;
    height: 1px;
    background: currentColor;
  }
  .nav-menu__categoryLink[aria-disabled=true]::after {
    position: absolute;
    top: 0;
    right: 0;
    translate: 100% 0;
    content: "";
    width: 57px;
    height: 34px;
    background: url(../../assets/images/common/parts_comingsoon_sp.svg) no-repeat center/contain;
  }
}
.nav-menu__categoryLink .title {
  display: block;
  font-family: "Rubik", "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .nav-menu__categoryLink .title {
    font-size: 13px;
  }
}
.nav-menu__categoryLink .text {
  display: block;
  margin-top: 3px;
  font-size: 11px;
  line-height: 1.5454545455;
}
@media (max-width: 767px) {
  .nav-menu__categoryLink .text {
    font-size: 9px;
    line-height: 1.5555555556;
  }
}
.nav-menu__categoryLink:not([aria-current=page]) {
  display: none;
}
@media (max-width: 1023px) {
  .nav-menu__categoryLink:not([aria-current=page]) {
    display: block;
  }
}
.nav-menu__categoryLink[aria-disabled=true] {
  opacity: 0.3;
  pointer-events: none;
}

/* 左右固定テキスト
------------------------------------------------------ */
.side-text {
  position: fixed;
  z-index: 97;
  top: 50%;
  translate: 0 -50%;
  font-family: "Rubik", "Noto Sans JP", sans-serif;
  font-weight: 300;
  font-size: 12px;
  letter-spacing: 0.06em;
  pointer-events: all;
  transition: transform 0.6s ease;
  writing-mode: vertical-rl;
}
@media (max-width: 767px) {
  .side-text {
    display: none;
  }
}
.side-text span {
  text-transform: uppercase;
}
.side-text._left {
  left: max((100vw - 1310px) / 2, 11px);
  scale: -1;
  transform: translateX(115px);
}
@media (min-width: 1500px) {
  .side-text._left {
    left: 95px;
  }
}
.side-text._right {
  right: max((100vw - 1310px) / 2, 11px);
  transform: translateX(115px);
}
@media (min-width: 1500px) {
  .side-text._right {
    right: 95px;
  }
}
.side-text[data-load-anima=true] {
  transform: translateX(0);
}

/* フッター
------------------------------------------------------ */
.footer {
  padding: 150px 0;
  background: linear-gradient(transparent 0%, #fff 100%);
}
@media (max-width: 767px) {
  .footer {
    padding: 65px 0;
    background: linear-gradient(transparent 50%, #fff 100%);
  }
}

.footer__logo {
  width: 149px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .footer__logo {
    width: 96px;
  }
}
.footer__logo img {
  width: 100%;
}

.footer__copyright {
  margin-top: 15px;
  font-size: 12px;
  line-height: 1.4166666667;
  text-align: center;
  color: #000;
}
@media (max-width: 767px) {
  .footer__copyright {
    font-size: 10px;
    line-height: 1.5;
  }
}

/* バナー */
.banner-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 38px;
}
@media (max-width: 1023px) {
  .banner-list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
}
@media (max-width: 639px) {
  .banner-list {
    flex-direction: column;
    align-items: center;
    gap: 15px;
  }
}

.banner {
  display: block;
  transition: opacity 0.3s ease;
}
@media (max-width: 767px) {
  .banner {
    max-width: 255px;
  }
}
.banner img {
  width: 100%;
}
.banner:hover {
  opacity: 0.7;
}

/* 公式SNSアカウント */
.sns {
  margin: 126px 0 110px;
}
@media (max-width: 767px) {
  .sns {
    margin: 62px 0 74px;
  }
}

.sns__title {
  font-size: 25px;
  font-weight: bold;
  line-height: 1.52;
  text-align: center;
}

.sns__lead {
  margin-top: 13px;
  font-size: 18px;
  line-height: 1.5;
  text-align: center;
}
@media (max-width: 767px) {
  .sns__lead {
    font-size: 13px;
    line-height: 1.5384615385;
  }
}

.sns__list {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-top: 50px;
}
@media (max-width: 767px) {
  .sns__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    max-width: fit-content;
    margin: 40px auto 0;
    gap: 30px 40px;
  }
}

.sns__icon {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  transition: opacity 0.3s ease-out;
}
.sns__icon[href^="https://www.tiktok.com"] {
  justify-content: flex-start;
}
.sns__icon[href^="https://www.tiktok.com"] img {
  margin-top: -10%;
}
.sns__icon[href="https://www.youtube.com/channel/UCFkqUtdAsvIVeuWYbk4AVAQ"] {
  justify-content: flex-start;
}
.sns__icon:hover {
  opacity: 0.7;
}

/* ローディング画面
------------------------------------------------------ */
.loading {
  position: fixed;
  z-index: 999;
  inset: 0;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: clip-path 0.6s ease-out 1s, visibility 0.6s ease-out 1s;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  pointer-events: none;
}

.loading__contents {
  text-align: center;
}

.loading__text {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.06em;
}
@media (max-width: 767px) {
  .loading__text {
    font-size: 20px;
    line-height: 1.65;
  }
}
.loading__text span {
  display: inline-block;
  transform: translateY(100%);
  transition: 0.3s ease-out;
}
.loading__text span:nth-child(1) {
  transition-delay: 0.025s;
}
.loading__text span:nth-child(2) {
  transition-delay: 0.05s;
}
.loading__text span:nth-child(3) {
  transition-delay: 0.075s;
}
.loading__text span:nth-child(4) {
  transition-delay: 0.1s;
}
.loading__text span:nth-child(5) {
  transition-delay: 0.125s;
}
.loading__text span:nth-child(6) {
  transition-delay: 0.15s;
}
.loading__text span:nth-child(7) {
  transition-delay: 0.175s;
}
.loading__text span:nth-child(8) {
  transition-delay: 0.2s;
}
.loading__text span:nth-child(9) {
  transition-delay: 0.225s;
}
.loading__text span:nth-child(10) {
  transition-delay: 0.25s;
}
.loading__text span:nth-child(11) {
  transition-delay: 0.275s;
}
.loading__text span:nth-child(12) {
  transition-delay: 0.3s;
}
.loading__text span:nth-child(13) {
  transition-delay: 0.325s;
}
.loading__text span:nth-child(14) {
  transition-delay: 0.35s;
}
.loading__text span:nth-child(15) {
  transition-delay: 0.375s;
}
.loading__text span:nth-child(16) {
  transition-delay: 0.4s;
}
.loading__text span:nth-child(17) {
  transition-delay: 0.425s;
}
.loading__text span:nth-child(18) {
  transition-delay: 0.45s;
}
.loading__text span:nth-child(19) {
  transition-delay: 0.475s;
}
.loading__text span:nth-child(20) {
  transition-delay: 0.5s;
}

.loading__textInner {
  overflow: hidden;
  display: inline-block;
}
@media (max-width: 767px) {
  .loading__textInner {
    display: block;
  }
}

.loading__logo {
  width: 119px;
  margin: 45px auto 0;
}
@media (max-width: 767px) {
  .loading__logo {
    margin: 32px auto 0;
  }
}
.loading__logo img {
  width: 100%;
}

.loading.is-loaded {
  clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  visibility: hidden;
}
.loading.is-loaded .loading__text span {
  transform: translateY(0);
}

/* 遷移画面
------------------------------------------------------ */
.splash {
  overflow: hidden;
  position: fixed;
  z-index: 999;
  inset: 0;
  pointer-events: none;
}
.splash::before, .splash::after {
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50%;
  content: "";
  width: 200vw;
  height: 150vh;
}
.splash::before {
  transform: translateY(100%);
  background-image: image-set(url(../images/standard/bg_gradation_pc.png) 1x, url(../images/standard/bg_gradation_pc@2x.png) 2x);
  background-position: center;
  background-size: cover;
  border-top-left-radius: 100vw 100vh;
  border-top-right-radius: 100vw 100vh;
  border-bottom-left-radius: 100vw 100vh;
  border-bottom-right-radius: 100vw 100vh;
}
.splash::after {
  transform: translateY(100%);
  background: #fff;
  border-top-left-radius: 100vw 100vh;
  border-top-right-radius: 100vw 100vh;
  border-bottom-left-radius: 100vw 0;
  border-bottom-right-radius: 100vw 0;
}
.splash.is-active::before {
  animation: gradeAnime 2s ease-in forwards;
}
.splash.is-active::after {
  animation: whiteAnime 2s ease-in forwards;
}
@keyframes gradeAnime {
  0% {
    transform: translateY(100%);
    border-top-left-radius: 100vw 100vh;
    border-top-right-radius: 100vw 100vh;
  }
  40% {
    transform: translateY(0);
  }
  50% {
    border-top-left-radius: 100vw 0;
    border-top-right-radius: 100vw 0;
    border-bottom-left-radius: 100vw 100vh;
    border-bottom-right-radius: 100vw 100vh;
  }
  100% {
    transform: translateY(-100%);
    border-bottom-left-radius: 100vw 0;
    border-bottom-right-radius: 100vw 0;
  }
}
@keyframes whiteAnime {
  0% {
    transform: translateY(100%);
    border-top-left-radius: 100vw 100vh;
    border-top-right-radius: 100vw 100vh;
  }
  50% {
    transform: translateY(0);
    border-top-left-radius: 100vw 0;
    border-top-right-radius: 100vw 0;
    border-bottom-left-radius: 100vw 100vh;
    border-bottom-right-radius: 100vw 100vh;
  }
  90% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(-100%);
    border-top-left-radius: 0 0;
    border-top-right-radius: 0 0;
    border-bottom-left-radius: 100vw 0;
    border-bottom-right-radius: 100vw 0;
  }
}

/*----------------------------------------
  Component
----------------------------------------*/
/* セクション付随タイトル */
.section-title {
  text-align: center;
}
.section-title p {
  font-family: "Rubik", "Noto Sans JP", sans-serif;
  font-size: 50px;
  letter-spacing: 0.06em;
  line-height: 1.2;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .section-title p {
    font-size: 30px;
  }
}
.section-title h2 {
  margin-top: 4px;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.4444444444;
}
@media (max-width: 767px) {
  .section-title h2 {
    font-size: 12px;
    line-height: 1.5;
  }
}
.section-title h3 {
  margin-top: 8px;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.4444444444;
}
@media (max-width: 767px) {
  .section-title h3 {
    margin-top: 6px;
    font-size: 12px;
    line-height: 1.5;
  }
}
.section-title:has(h3) p {
  font-size: 34px;
}
@media (max-width: 767px) {
  .section-title:has(h3) p {
    font-size: 21px;
  }
}

/* セクション付随リード文 */
.section-lead {
  margin: 70px 0 50px;
  font-size: 17px;
  letter-spacing: 0.05em;
  line-height: 1.8235294118;
  text-align: center;
}
@media (max-width: 767px) {
  .section-lead {
    margin: 45px 0;
    font-size: 13px;
    line-height: 1.8461538462;
  }
}
@media (max-width: 639px) {
  .section-lead {
    text-align: left;
  }
}
.section-title:has(h3) + .section-lead {
  margin-top: 50px;
}
@media (max-width: 767px) {
  .section-title:has(h3) + .section-lead {
    margin-top: 45px;
  }
}

/*  ボタン */
.link-button {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 10px 12px 13px;
  border-radius: 7px;
  border: 1px solid #707070;
  font-size: 12px;
  line-height: 1;
  text-align: center;
  background: #fff;
  transition: color 0.3s ease-out, background-color 0.3s ease-out, border-color 0.3s ease-out;
}
@media (max-width: 767px) {
  .link-button {
    padding: 7px 12px;
    line-height: 1.4166666667;
  }
}
.link-button[disabled] {
  pointer-events: none;
  color: #959595;
  border-color: #BEBEBE;
}
.link-button::after {
  position: absolute;
  top: 50%;
  right: 13px;
  translate: 0 -50%;
  content: "";
  width: 5px;
  height: 10px;
  background: currentColor;
  mask: url(../images/common/icon_button_arrow.svg) center/contain no-repeat;
  transition: background-color 0.3s ease-out;
}
.link-button:hover {
  color: #fff;
  background: #484848;
  border-color: #484848;
}

/*----------------------------------------
  Object
----------------------------------------*/
/* 冒頭シーン切り替え
------------------------------------------------------ */
.frontScrollArea {
  position: relative;
  height: calc(100px + (200vh + 100px) * 3);
}

@media (max-width: 767px) {
  .frontScrollArea {
    height: calc(100px + (200vh + 100px) * 4);
  }
}
.front {
  position: sticky;
  top: 0;
  z-index: 0;
  overflow: hidden;
  display: grid;
  color: #fff;
}

.front__bg {
  position: absolute;
  z-index: -1;
  inset: 0;
}
.front__bg video {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.front__bg::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 50%;
  bottom: 0;
  translate: -50% 0;
  content: "";
  width: 100vw;
  background: rgba(0, 0, 0, 0.5);
  opacity: 1;
  transition: opacity 0.6s ease 0.6s;
}

.front:has(.front__scene.--01.is-active) .front__bg::before {
  opacity: 0;
}

.front__scene {
  grid-area: 1/1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100dvh;
  height: 100vh;
}
.front__scene.is-active {
  z-index: 1;
}

.front__contents {
  text-align: center;
  opacity: 0;
  transform: translateY(15px);
  transition: opacity 0.6s ease 0.6s, transform 0.6s ease 0.6s;
}
.front__scene.is-active .front__contents {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 1.2s;
}

/* メインビジュアル
------------------------------------------------------ */
.mv {
  position: relative;
}
.mv::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  content: "";
  background: radial-gradient(#214971 40%, #F6F8F9 115%);
  opacity: 0;
  transition: opacity 0.6s ease 0.6s;
}
.mv.is-active::before {
  opacity: 0.15;
}

.mv__inner {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.mv__title {
  text-align: center;
}
@media (max-width: 767px) {
  .mv__title {
    translate: -20px 0;
  }
}
.mv__title svg {
  width: min(51.2230215827vw, 712px);
}
@media (max-width: 767px) {
  .mv__title svg {
    width: auto;
  }
}

.mv__scrollDown {
  position: absolute;
  left: 50%;
  translate: -50% 0;
  bottom: 0;
  padding-bottom: 48px;
  cursor: pointer;
}
@media (max-width: 767px) {
  .mv__scrollDown {
    bottom: 8px;
  }
}
.mv__scrollDown span {
  font-family: "Rubik", "Noto Sans JP", sans-serif;
  font-size: 10px;
  font-weight: 300;
  letter-spacing: 0.06em;
  line-height: 1.2;
  text-transform: uppercase;
  color: #323232;
}
.mv__scrollDown::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 23px;
  background: #323232;
  opacity: 0;
  animation: scrollDown 2s ease-in-out infinite;
}
@keyframes scrollDown {
  0% {
    bottom: 20px;
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    bottom: 0;
  }
}

.mv__anchorLink {
  position: absolute;
  right: max((100vw - 1310px) / 2, 40px);
  bottom: 84px;
  width: 152px;
  height: 152px;
}
@media (min-width: 1500px) {
  .mv__anchorLink {
    right: 95px;
  }
}
@media (max-width: 767px) {
  .mv__anchorLink {
    right: 20px;
    bottom: 28px;
    width: 113px;
    height: 113px;
  }
}
.mv__anchorLink::before, .mv__anchorLink::after {
  content: "";
  position: absolute;
  inset: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: opacity 0.3s ease-out;
}
.mv__anchorLink::before {
  background-image: image-set(url(../images/common/parts_mv-anchor.png) 1x, url(../images/common/parts_mv-anchor@2x.png) 2x);
  opacity: 1;
}
@media (max-width: 767px) {
  .mv__anchorLink::before {
    background-image: url(../images/common/parts_mv-anchor_sp.png);
  }
}
.mv__anchorLink::after {
  background-image: image-set(url(../images/common/parts_mv-anchor_hover.png) 1x, url(../images/common/parts_mv-anchor_hover@2x.png) 2x);
  opacity: 0;
}
@media (max-width: 767px) {
  .mv__anchorLink::after {
    background-image: url(../images/common/parts_mv-anchor_sp_hover.png);
  }
}
.mv__anchorLink:hover::before {
  opacity: 0;
}
.mv__anchorLink:hover::after {
  opacity: 1;
}

.mv__page-category {
  position: absolute;
  top: 69px;
  left: 50%;
  translate: -50% 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: max-content;
  color: #323232;
}
@media (max-width: 1023px) {
  .mv__page-category {
    display: none;
  }
}
.mv__page-category li {
  margin: 0 min(2.8776978417vw, 40px);
}

.mv__page-category__link {
  position: relative;
  display: block;
  text-align: center;
}
.mv__page-category__link .title {
  display: block;
  font-family: "Rubik", "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.13em;
  line-height: 1.1875;
  text-transform: uppercase;
}
.mv__page-category__link .text {
  display: block;
  margin-top: 2px;
  font-size: 11px;
  letter-spacing: 0.047em;
  line-height: 1.5454545455;
}
.mv__page-category__link::before {
  position: absolute;
  bottom: -5px;
  left: 50%;
  translate: -50% 0;
  content: "";
  width: 90%;
  height: 1px;
  background: currentColor;
  transform: scaleX(0);
  transition: transform 0.3s ease;
  transform-origin: right;
}
.mv__page-category__link:hover::before, .mv__page-category__link[aria-current=page]::before {
  transform: scaleX(1);
  transform-origin: left;
}
.mv__page-category__link[aria-disabled=true] {
  opacity: 0.3;
  pointer-events: none;
}

.tippy-box {
  background: url(../images/common/parts_tooltip.svg) no-repeat center/contain;
}

.tippy-content {
  padding: 14px 8px 6px;
  font-family: "Rubik", "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: normal;
  letter-spacing: 0.13em;
  line-height: 1.1666666667;
  color: #323232;
}

.tippy-arrow {
  display: none;
}

.mv__anchorLink,
.mv__scrollDown,
.mv__page-category {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.6s ease, visibility 0.6s ease;
}
.mv.is-active .mv__anchorLink,
.mv.is-active .mv__scrollDown,
.mv.is-active .mv__page-category {
  opacity: 1;
  visibility: visible;
  transition-delay: 1.2s;
}

/* 導入エリア
------------------------------------------------------ */
.intro__heading {
  font-size: 38px;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.4473684211;
}
@media (max-width: 767px) {
  .intro__heading {
    font-size: 22px;
    line-height: 1.5909090909;
  }
}

.intro__text {
  margin-top: 50px;
  font-size: 17px;
  letter-spacing: 0.05em;
  line-height: 1.8235294118;
}
@media (max-width: 767px) {
  .intro__text {
    font-size: 13px;
    letter-spacing: 0.15em;
    line-height: 1.4615384615;
  }
}

.intro__caption {
  margin-top: 50px;
}
@media (max-width: 767px) {
  .intro__caption {
    margin-top: 36px;
    font-size: 12px;
  }
}

/* モバイルバッテリー開発の歴史
------------------------------------------------------ */
.history__inner {
  width: 100%;
}

.history__heading {
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.5357142857;
  text-align: center;
}
@media (max-width: 767px) {
  .history__heading {
    font-size: 20px;
    line-height: 1.6;
  }
}
.history__heading span {
  font-size: 18px;
}
@media (max-width: 767px) {
  .history__heading span {
    font-size: 16px;
  }
}

.history__list {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 27px;
  margin-right: 30px;
  opacity: 0;
  transition: opacity 0.6s ease;
}
@media (max-width: 767px) {
  .history__list {
    display: grid;
    justify-content: center;
    opacity: 1;
    margin-top: 93px;
    margin-right: 0;
  }
}
.front__scene.is-active .history__list {
  opacity: 1;
}

.history__line {
  position: relative;
  flex-grow: 1;
  height: 1px;
  margin: min(16.880733945vw, 184px) 0 auto;
  background: #D8D8D8;
}
@media (max-width: 767px) {
  .history__line {
    display: none;
  }
}
.history__line::before {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #D8D8D8;
}

.history-pd {
  position: relative;
  width: min(20.3669724771vw, 222px);
  text-align: left;
}
@media (max-width: 767px) {
  .history-pd {
    grid-area: 1/1;
    width: 100%;
    max-width: 335px;
    opacity: 0;
    transform: translateY(15px);
    transition: opacity 0.6s ease, transform 0.6s ease 0.6s;
  }
  .history.is-inner01 .history-pd.--01 {
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.6s ease 0.6s, transform 0.6s ease 0.6s;
  }
  .history.is-inner02 .history-pd.--02 {
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.6s ease 0.6s, transform 0.6s ease 0.6s;
  }
  .history.is-inner03 .history-pd.--03 {
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.6s ease 0.6s, transform 0.6s ease 0.6s;
  }
}

.history-pd__year {
  display: flex;
  align-items: center;
  font-family: "Rubik", "Noto Sans JP", sans-serif;
  font-size: min(3.6697247706vw, 40px);
  font-weight: 500;
  line-height: 1.175;
  opacity: 0.4;
}
@media (max-width: 767px) {
  .history-pd__year {
    font-size: 25px;
    line-height: 1.2;
  }
}
.history-pd__year span {
  display: inline-block;
  margin-left: 7px;
  font-size: min(2.0183486239vw, 22px);
  line-height: 1.5;
}
@media (max-width: 767px) {
  .history-pd__year span {
    margin-left: 5px;
    font-size: 14px;
  }
}

.history-pd__new {
  position: absolute;
  z-index: 1;
  top: max(-0.6422018349vw, -7px);
  right: max(-1.4678899083vw, -16px);
  width: min(5.6880733945vw, 62px);
  height: min(5.6880733945vw, 62px);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Rubik", "Noto Sans JP", sans-serif;
  font-size: min(1.8348623853vw, 20px);
  background: #D990AF;
}
@media (max-width: 767px) {
  .history-pd__new {
    top: 0;
    right: 0;
    width: 62px;
    height: 62px;
    font-size: 20px;
  }
}

.history-pd__img {
  position: relative;
  aspect-ratio: 222/184;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.8);
  margin-top: min(4.0366972477vw, 44px);
}
@media (max-width: 767px) {
  .history-pd__img {
    aspect-ratio: 323/130;
    margin-top: 8px;
    margin-right: 12px;
  }
}
.history-pd__img img {
  position: absolute;
  z-index: 1;
}
.history-pd__img::after {
  position: absolute;
  bottom: 0;
  right: max(-0.7339449541vw, -8px);
  translate: 100% 0;
  content: attr(data-history-pd);
  font-size: min(0.7339449541vw, 8px);
  font-weight: 300;
  letter-spacing: 0.06em;
  line-height: 1;
  text-transform: uppercase;
  writing-mode: vertical-rl;
}
@media (max-width: 767px) {
  .history-pd__img::after {
    right: -4px;
    font-size: 8px;
  }
}

.history-pd__img[data-history-pd="iron phosphate"] img {
  top: max(-3.119266055vw, -34px);
  left: min(1.376146789vw, 15px);
  width: min(20.7339449541vw, 226px);
}
@media (max-width: 767px) {
  .history-pd__img[data-history-pd="iron phosphate"] img {
    top: -37px;
    left: 83px;
    width: 169px;
  }
}

.history-pd__img[data-history-pd=sodium-ion] img {
  top: max(-5.1376146789vw, -56px);
  left: max(-5.1376146789vw, -56px);
  width: min(30vw, 327px);
}
@media (max-width: 767px) {
  .history-pd__img[data-history-pd=sodium-ion] img {
    top: -43px;
    left: 45px;
    width: 255px;
  }
}

.history-pd__img[data-history-pd=Semi-Solid] img {
  top: max(-5.504587156vw, -60px);
  left: max(-1.0091743119vw, -11px);
  width: min(21.8348623853vw, 238px);
}
@media (max-width: 767px) {
  .history-pd__img[data-history-pd=Semi-Solid] img {
    top: -70px;
    left: 60px;
    width: 200px;
  }
}

.history-pd__name {
  margin-top: min(1.7431192661vw, 19px);
  font-size: min(1.5596330275vw, 17px);
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.4117647059;
  text-align: left;
}
@media (max-width: 767px) {
  .history-pd__name {
    margin-top: 18px;
    font-size: 13px;
    line-height: 1.5384615385;
  }
}

.history-pd__text {
  margin-top: min(1.1926605505vw, 13px);
  font-size: min(1.2844036697vw, 14px);
}
@media (max-width: 767px) {
  .history-pd__text {
    margin-top: 7px;
    font-size: 12px;
    line-height: 1.5833333333;
  }
}

.history__caption {
  margin-top: min(3.6697247706vw, 40px);
  font-size: min(1.1009174312vw, 12px);
  line-height: 1.6666666667;
  text-align: center;
}
@media (max-width: 767px) {
  .history__caption {
    max-width: 335px;
    margin: 20px auto 0;
    font-size: 12px;
    line-height: 1.4166666667;
    text-align: left;
    opacity: 0;
    transform: translateY(15px);
    transition: opacity 0.6s ease, transform 0.6s ease 0.6s;
  }
  .history.is-inner02 .history__caption {
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.6s ease 0.6s, transform 0.6s ease 0.6s;
  }
}

/* 半固体リチウムイオン電池とは？
------------------------------------------------------ */
.about__heading {
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.4285714286;
}
@media (max-width: 767px) {
  .about__heading {
    font-size: 19px;
    line-height: 1.7368421053;
  }
}

.about__text {
  margin-top: 50px;
  font-size: 18px;
  letter-spacing: 0.05em;
  line-height: 1.8888888889;
}
@media (max-width: 767px) {
  .about__text {
    margin-top: 27px;
    font-size: 15px;
    line-height: 1.6;
  }
}

.about__caption {
  margin-top: 45px;
  font-size: 12px;
}
@media (max-width: 767px) {
  .about__caption {
    margin: 27px auto 0;
    line-height: 1.4166666667;
  }
}
@media (max-width: 639px) {
  .about__caption {
    max-width: 287px;
  }
}

/* 本製品の4大特長
------------------------------------------------------ */
.features {
  position: relative;
  z-index: 0;
}

.features .section-title {
  position: relative;
  z-index: 1;
}

.features__scroll {
  overflow-x: clip;
  position: relative;
  height: 500vh;
}
@media (max-width: 767px) {
  .features__scroll {
    height: auto;
  }
}

.features__scroll .section-title {
  padding-top: min(17.2661870504vw, 240px);
}
@media (max-width: 1023px) {
  .features__scroll .section-title {
    padding-top: 240px;
  }
}
@media (max-width: 767px) {
  .features__scroll .section-title {
    padding-top: 200px;
  }
}

.features__sceneWarp {
  position: sticky;
  top: 0;
  width: 100%;
  height: 100vh;
  display: grid;
}
@media (max-width: 767px) {
  .features__sceneWarp {
    display: block;
    height: auto;
  }
}

.features__scene {
  grid-area: 1/1;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .features__scene {
    display: block;
    min-height: auto;
  }
}

.features__bgWrap {
  position: sticky;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: -1;
  inset: 0;
  display: grid;
}
@media (max-width: 767px) {
  .features__bgWrap {
    display: none;
  }
}

.features__bg {
  grid-area: 1/1;
  overflow: hidden;
}
.features__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*  コンテンツ内容 */
.features-panel {
  position: relative;
  background: rgba(255, 255, 255, 0.75);
  max-width: min(82.7338129496vw, 1150px);
  width: 100%;
  height: min(46.0431654676vw, 640px);
  border-radius: min(1.0791366906vw, 15px);
  overflow: hidden;
}
@media (max-width: 1023px) {
  .features-panel {
    max-width: 1150px;
    width: calc(100% - 80px);
    height: calc(100vh - 140px);
    border-radius: 15px;
    margin-top: 70px;
  }
}
@media (max-width: 767px) {
  .features-panel {
    width: calc(100% - 40px);
    height: auto;
    margin: 50px auto 0;
    background: none;
    overflow: visible;
  }
}

.features-box {
  position: absolute;
  top: 0;
  left: 0;
  display: grid;
  grid-template-columns: 1fr min(36.3309352518vw, 505px);
  grid-template-rows: 1fr auto;
  gap: 0 min(4.3165467626vw, 60px);
  width: 100%;
  height: 100%;
  padding: min(4.3165467626vw, 60px) min(5.035971223vw, 70px) min(2.8776978417vw, 40px);
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.4s, transform 0.4s;
}
@media (max-width: 1023px) {
  .features-box {
    grid-template-columns: auto;
    grid-template-rows: auto;
    padding: 60px 50px 60px;
  }
}
@media (max-width: 767px) {
  .features-box {
    position: relative;
    z-index: 1;
    display: block;
    height: auto;
    margin: 50px 0 100px;
    padding: 34px 40px;
    border-radius: 7px;
    opacity: 1 !important;
    transform: translateY(0) !important;
    transition: none !important;
  }
  .features-box.--04 {
    margin: 50px 0;
  }
}
.features-box.--01 {
  grid-template-columns: min(21.2230215827vw, 295px) min(47.1223021583vw, 655px);
}
@media (max-width: 1023px) {
  .features-box.--01 {
    grid-template-columns: auto;
  }
}
@media (max-width: 767px) {
  .features-box::after {
    position: absolute;
    z-index: -1;
    inset: 0;
    content: "";
    background: rgba(255, 255, 255, 0.75);
    border-radius: inherit;
  }
  .features-box::before {
    position: absolute;
    z-index: -2;
    top: -50px;
    left: -20px;
    right: -20px;
    content: "";
    width: calc(100% + 40px);
    height: calc(100% + 100px);
  }
  .features-box.--01::before {
    top: -308px;
    height: calc(308px + 100% + 50px);
    background: url(../images/standard/bg_features_01_sp.jpg) center/cover;
  }
  .features-box.--02::before {
    background: url(../images/standard/bg_features_02_sp.jpg) center/cover;
  }
  .features-box.--03::before {
    background: url(../images/standard/bg_features_03_sp.jpg) center/cover;
  }
  .features-box.--04::before {
    background: url(../images/standard/bg_features_04_sp.jpg) center bottom/cover;
  }
}

.features-box__head {
  margin-top: min(10.071942446vw, 140px);
}
@media (max-width: 1023px) {
  .features-box__head {
    margin-top: 0;
  }
}
.features-box:not(.--01) .features-box__head {
  max-width: min(29.2805755396vw, 407px);
}
@media (max-width: 1023px) {
  .features-box:not(.--01) .features-box__head {
    max-width: none;
  }
}

.features-box__page {
  position: absolute;
  top: min(4.3165467626vw, 60px);
  left: min(5.035971223vw, 70px);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: min(0.3597122302vw, 5px);
}
@media (max-width: 1023px) {
  .features-box__page {
    top: 60px;
    left: 50px;
    gap: 5px;
  }
}
@media (max-width: 767px) {
  .features-box__page {
    display: none;
  }
}

.features-box__label {
  font-size: min(0.8633093525vw, 12px);
  letter-spacing: 0.04em;
  line-height: 1;
  text-transform: uppercase;
}
@media (max-width: 1023px) {
  .features-box__label {
    font-size: 12px;
  }
}

.features-box__num {
  position: relative;
  width: min(3.8848920863vw, 54px);
  height: min(3.8848920863vw, 54px);
}
@media (max-width: 1023px) {
  .features-box__num {
    width: 54px;
    height: 54px;
  }
}
.features-box__num .current-page {
  position: absolute;
  top: 0;
  left: 0;
  width: min(1.726618705vw, 24px);
  height: min(3.381294964vw, 47px);
  text-align: center;
  font-family: "Rubik", "Noto Sans JP", sans-serif;
  font-size: min(2.8776978417vw, 40px);
  font-weight: 300;
  line-height: 1.175;
  overflow: hidden;
}
@media (max-width: 1023px) {
  .features-box__num .current-page {
    width: 24px;
    height: 47px;
    font-size: 40px;
  }
}
.features-box__num .current-page span {
  display: inline-block;
  transition: transform 0.8s;
}
.features-box__num .last-page {
  position: absolute;
  bottom: 0;
  right: min(0.1438848921vw, 2px);
  font-family: "Rubik", "Noto Sans JP", sans-serif;
  font-size: min(1.7985611511vw, 25px);
  font-weight: 300;
  line-height: 1.16;
}
@media (max-width: 1023px) {
  .features-box__num .last-page {
    right: 2px;
    font-size: 25px;
  }
}
.features-box__num::before {
  position: absolute;
  right: min(1.7985611511vw, 25px);
  bottom: min(0.2158273381vw, 3px);
  content: "";
  height: min(2.9496402878vw, 41px);
  width: 1px;
  background: #000;
  rotate: 26deg;
}
@media (max-width: 1023px) {
  .features-box__num::before {
    right: 25px;
    bottom: 3px;
    height: 41px;
  }
}

.features-box__title {
  font-size: min(3.309352518vw, 46px);
  font-weight: normal;
  letter-spacing: 0.05em;
}
@media (max-width: 1023px) {
  .features-box__title {
    font-size: 46px;
    margin-left: 70px;
  }
}
@media (max-width: 767px) {
  .features-box__title {
    position: relative;
    margin-left: 0;
    padding-left: 38px;
    font-size: 22px;
    font-weight: 500;
  }
  .features-box__title::before {
    position: absolute;
    left: 0;
    bottom: -3px;
    font-family: "Rubik", "Noto Sans JP", sans-serif;
    font-size: 32px;
    font-weight: 300;
    line-height: 1.1875;
  }
  .features-box.--01 .features-box__title::before {
    content: "1";
  }
  .features-box.--02 .features-box__title::before {
    content: "2";
  }
  .features-box.--03 .features-box__title::before {
    content: "3";
  }
  .features-box.--04 .features-box__title::before {
    content: "4";
  }
  .features-box__title::after {
    position: absolute;
    bottom: 0;
    left: 19px;
    content: "/";
    font-family: "Rubik", "Noto Sans JP", sans-serif;
    font-size: 22px;
    font-weight: 300;
    line-height: 1.2272727273;
  }
}
.features-box__title:has(span) {
  display: flex;
  align-items: center;
  gap: min(1.8705035971vw, 26px);
}
@media (max-width: 1023px) {
  .features-box__title:has(span) {
    gap: 26px;
  }
}
.features-box__title span {
  display: inline-block;
  padding: min(0.3597122302vw, 5px) min(1.0071942446vw, 14px);
  border: 1px solid;
  border-radius: min(0.5035971223vw, 7px);
  font-size: min(1.1510791367vw, 16px);
  line-height: 1;
}
@media (max-width: 1023px) {
  .features-box__title span {
    padding: 5px 14px;
    border-radius: 7px;
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .features-box__title span {
    padding: 3px 9px 4px;
    border-radius: 5px;
    font-size: 11px;
  }
}
.features-box__title span em {
  margin: 0 min(0.2158273381vw, 3px);
  font-style: normal;
  font-family: "Rubik", "Noto Sans JP", sans-serif;
  font-size: min(2.1582733813vw, 30px);
  font-weight: normal;
  letter-spacing: 0.05em;
  line-height: 1.1666666667;
  vertical-align: max(-0.1438848921vw, -2px);
}
@media (max-width: 1023px) {
  .features-box__title span em {
    margin: 0 3px;
    font-size: 30px;
    vertical-align: -2px;
  }
}
@media (max-width: 767px) {
  .features-box__title span em {
    font-size: 20px;
  }
}

.features-box__text {
  margin-top: min(2.1582733813vw, 30px);
  font-size: min(1.1510791367vw, 16px);
  letter-spacing: 0.05em;
  line-height: 1.6875;
}
@media (max-width: 1023px) {
  .features-box__text {
    margin-top: 30px;
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .features-box__text {
    margin-top: 16px;
    font-size: 13px;
    line-height: 1.6153846154;
  }
}
.features-box__text + .features-box__caption {
  margin-top: min(1.4388489209vw, 20px);
}
@media (max-width: 1023px) {
  .features-box__text + .features-box__caption {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .features-box__text + .features-box__caption {
    margin-top: 10px;
    font-size: 12px;
    font-weight: 300;
  }
}

@media (max-width: 1023px) {
  .features-box__body {
    overflow-y: auto;
    height: calc(100% - 60px);
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .features-box__body {
    overflow-y: visible;
    width: fit-content;
    height: auto;
    margin: 35px auto 0;
  }
}
@media (max-width: 639px) {
  .features-box__body {
    max-width: 335px;
  }
}

.features-box__heading {
  font-size: min(1.3669064748vw, 19px);
  letter-spacing: 0.06em;
  line-height: 1.5;
}
@media (max-width: 1023px) {
  .features-box__heading {
    font-size: 19px;
  }
}
@media (max-width: 767px) {
  .features-box__heading {
    font-size: 15px;
    text-align: center;
  }
}
.features-box__heading span {
  font-size: min(1.1510791367vw, 16px);
}
@media (max-width: 1023px) {
  .features-box__heading span {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .features-box__heading span {
    font-size: 13px;
  }
}

.features-box__img {
  margin-top: min(1.2949640288vw, 18px);
}
@media (max-width: 1023px) {
  .features-box__img {
    margin-top: 18px;
  }
}
@media (max-width: 767px) {
  .features-box__img {
    margin-top: 14px;
  }
}
.features-box__img img {
  width: 100%;
}
@media (max-width: 767px) {
  .features-box__img img {
    width: auto;
  }
}
@media (max-width: 639px) {
  .features-box__img img {
    width: 100%;
  }
}
.features-box__img figcaption {
  margin-top: 1em;
  font-size: min(0.8633093525vw, 12px);
  line-height: 1.4166666667;
}
@media (max-width: 1023px) {
  .features-box__img figcaption {
    font-size: 12px;
    font-weight: 300;
  }
}
@media (max-width: 767px) {
  .features-box__img figcaption {
    max-width: 505px;
  }
}

.features-box__imgWrap {
  display: flex;
  gap: min(1.4388489209vw, 20px);
  margin-bottom: min(2.3741007194vw, 33px);
}
@media (max-width: 1023px) {
  .features-box__imgWrap {
    gap: 20px;
    margin-bottom: 33px;
  }
}
@media (max-width: 767px) {
  .features-box__imgWrap {
    justify-content: space-between;
    gap: 8px;
    margin-bottom: 14px;
  }
}

.features-box__caption {
  margin-top: 1em;
  font-size: min(1.0071942446vw, 14px);
  line-height: 1.5;
}
@media (max-width: 1023px) {
  .features-box__caption {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .features-box__caption {
    font-size: 12px;
    font-weight: 300;
  }
}

.features-before {
  position: relative;
  display: flex;
  gap: min(2.4460431655vw, 34px);
  padding: min(1.5827338129vw, 22px) min(2.7338129496vw, 38px) min(1.3669064748vw, 19px);
  background: #C7E0F7;
  border-top-left-radius: min(0.5035971223vw, 7px);
  border-top-right-radius: min(0.5035971223vw, 7px);
}
@media (max-width: 1023px) {
  .features-before {
    gap: 34px;
    padding: 22px 38px 19px;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
  }
}
@media (max-width: 767px) {
  .features-before {
    background: none;
    border-top: 1px solid;
    border-radius: 0;
    padding: 26px 0 30px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
@media (max-width: 639px) {
  .features-before {
    grid-template-columns: none;
  }
}
@media (max-width: 767px) {
  .features-before::before {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    width: 100%;
    height: 1px;
    background: linear-gradient(to right, currentColor 0%, currentColor calc(50% - 8px), transparent calc(50% - 8px), transparent calc(50% + 8px), currentColor calc(50% + 8px), currentColor 100%);
  }
}
@media (max-width: 639px) {
  .features-before::before {
    display: none;
  }
}
.features-before::after {
  position: absolute;
  bottom: -15px;
  left: 50%;
  translate: -50% 0;
  content: "";
  width: min(2.1582733813vw, 30px);
  height: min(2.0143884892vw, 28px);
  background: #C7E0F7;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
@media (max-width: 1023px) {
  .features-before::after {
    width: 30px;
    height: 28px;
  }
}
@media (max-width: 767px) {
  .features-before::after {
    width: 100%;
    height: 15px;
    background: url(../images/standard/parts_features_arrow.svg) no-repeat center top/contain;
  }
}
@media (max-width: 639px) {
  .features-before::after {
    background: url(../images/standard/parts_features_arrow_sp.svg) no-repeat center top/contain;
  }
}
@media (max-width: 767px) {
  .features-before .features-box__caption {
    grid-column: span 2;
    margin-top: 0;
  }
}
@media (max-width: 639px) {
  .features-before .features-box__caption {
    grid-column: auto;
  }
}

.features-before__text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(1.0791366906vw, 15px);
  font-weight: 500;
  text-align: center;
  line-height: 1.5;
}
@media (max-width: 1023px) {
  .features-before__text {
    font-size: 15px;
  }
}

.features-before__videoWrap {
  display: flex;
  gap: min(0.7913669065vw, 11px);
  margin-top: min(0.6474820144vw, 9px);
}
@media (max-width: 1023px) {
  .features-before__videoWrap {
    gap: 11px;
    margin-top: 9px;
  }
}

.features-before__video {
  border-radius: min(0.5035971223vw, 7px);
}
@media (max-width: 1023px) {
  .features-before__video {
    border-radius: 7px;
  }
}
.features-before__video .features-before__videoInner {
  aspect-ratio: 130/110;
  border-radius: inherit;
}
.features-before__video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: inherit;
  vertical-align: bottom;
}
.features-before__video figcaption {
  margin-top: min(0.2877697842vw, 4px);
  font-size: min(0.8633093525vw, 12px);
  line-height: 1.5;
  text-align: center;
}
@media (max-width: 1023px) {
  .features-before__video figcaption {
    margin-top: 4px;
    font-size: 12px;
  }
}

.features-before .features-box__caption {
  margin: 0 -1em;
  text-align: center;
}

.features-after {
  padding: min(1.7985611511vw, 25px) min(2.7338129496vw, 38px) min(2.7338129496vw, 38px);
  border-bottom-left-radius: min(0.5035971223vw, 7px);
  border-bottom-right-radius: min(0.5035971223vw, 7px);
  background: #fff;
}
@media (max-width: 1023px) {
  .features-after {
    padding: 25px 38px 38px;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
  }
}
@media (max-width: 767px) {
  .features-after {
    padding: 40px 0 0;
    border-radius: 0;
    background: none;
  }
}

.features-after__title {
  font-size: min(1.2230215827vw, 17px);
  font-weight: 600;
  text-align: center;
  line-height: 1.4705882353;
}
@media (max-width: 1023px) {
  .features-after__title {
    font-size: 17px;
  }
}
@media (max-width: 767px) {
  .features-after__title {
    font-size: 15px;
    line-height: 1.5333333333;
  }
}

.features-after__text {
  margin-top: min(0.2158273381vw, 3px);
  font-size: min(1.0791366906vw, 15px);
  text-align: center;
  line-height: 1.5;
}
@media (max-width: 1023px) {
  .features-after__text {
    margin-top: 3px;
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .features-after__text {
    margin-top: 5px;
    font-size: 12px;
  }
}

.features-after__imgWrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: min(2.4460431655vw, 34px);
  margin-top: min(1.0791366906vw, 15px);
}
@media (max-width: 1023px) {
  .features-after__imgWrap {
    gap: 34px;
    margin-top: 15px;
  }
}

.features-after__img {
  border-radius: min(0.5035971223vw, 7px);
}
@media (max-width: 1023px) {
  .features-after__img {
    border-radius: 7px;
  }
}
.features-after__img * {
  border-radius: inherit;
}
.features-after__img img {
  width: 100%;
}

.features-box__foot {
  position: absolute;
  left: min(5.035971223vw, 70px);
  bottom: min(2.8776978417vw, 40px);
  width: calc(100% - min(10.071942446vw, 140px));
  margin-top: min(0.7194244604vw, 10px);
}
@media (max-width: 1023px) {
  .features-box__foot {
    left: 50px;
    bottom: 40px;
    width: calc(100% - 100px);
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .features-box__foot {
    display: none;
  }
}

.features-box__progressText {
  position: relative;
  width: 100%;
  height: 1em;
  font-family: "Rubik", "Noto Sans JP", sans-serif;
  font-size: min(0.7913669065vw, 11px);
  font-weight: 300;
  letter-spacing: 0.06em;
  line-height: 1.2727272727;
  text-transform: uppercase;
}
@media (max-width: 1023px) {
  .features-box__progressText {
    font-size: 11px;
  }
}
.features-box__progressText span {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 1;
  transition: opacity 0.8s;
  opacity: 0;
}

.features-box__progressBar {
  position: relative;
  margin-top: min(0.7194244604vw, 10px);
}
@media (max-width: 1023px) {
  .features-box__progressBar {
    margin-top: 10px;
  }
}
.features-box__progressBar::before {
  position: absolute;
  left: 0;
  content: "";
  background: #000;
}
.features-box__progressBar::before {
  top: 0;
  width: 100%;
  height: 1px;
}

.features-box__currentBar {
  position: absolute;
  left: 0;
  top: -1px;
  width: 25%;
  height: 3px;
  background: #000;
  transition: transform 0.8s;
}

.features-box__spFoot {
  display: none;
}

@media (max-width: 767px) {
  .features-box__spFoot {
    display: block;
    margin-top: 46px;
    padding-bottom: 4px;
    border-bottom: 1px solid;
    font-family: "Rubik", "Noto Sans JP", sans-serif;
    font-weight: 300;
    font-size: 11px;
    letter-spacing: 0.06em;
    line-height: 1.1818181818;
    text-transform: uppercase;
  }
}
/* 特長のアニメーション制御 */
.features__scroll.is-panel01 .current-page span {
  transform: translateY(0);
}
.features__scroll.is-panel01 .features-box.--01 {
  z-index: 1;
  opacity: 1;
  transform: translateY(0);
}
.features__scroll.is-panel01 .features-box__progressText span:nth-child(1) {
  opacity: 1;
}
.features__scroll.is-panel01 .features-box__currentBar {
  transform: translateX(0);
}
.features__scroll.is-panel01.is-panel-wait .features-box.--01 {
  opacity: 0;
  transform: translateY(30px);
}

.features__scroll.is-panel02 .current-page span {
  transform: translateY(-100%);
}
.features__scroll.is-panel02 .features-box.--01 {
  z-index: 1;
  opacity: 0;
  transform: translateY(-30px);
}
.features__scroll.is-panel02 .features-box.--02 {
  z-index: 2;
  opacity: 1;
  transform: translateY(0);
}
.features__scroll.is-panel02 .features-box__progressText span:nth-child(2) {
  opacity: 1;
}
.features__scroll.is-panel02 .features-box__currentBar {
  transform: translateX(100%);
}
.features__scroll.is-panel02.is-panel-wait .features-box.--02 {
  opacity: 0;
  transform: translateY(30px);
}

.features__scroll.is-panel03 .current-page span {
  transform: translateY(-200%);
}
.features__scroll.is-panel03 .features-box.--02 {
  z-index: 1;
  opacity: 0;
  transform: translateY(-30px);
}
.features__scroll.is-panel03 .features-box.--03 {
  z-index: 2;
  opacity: 1;
  transform: translateY(0);
}
.features__scroll.is-panel03 .features-box__progressText span:nth-child(3) {
  opacity: 1;
}
.features__scroll.is-panel03 .features-box__currentBar {
  transform: translateX(200%);
}
.features__scroll.is-panel03.is-panel-wait .features-box.--03 {
  opacity: 0;
  transform: translateY(30px);
}

.features__scroll.is-panel04 .current-page span {
  transform: translateY(-300%);
}
.features__scroll.is-panel04 .features-box.--03 {
  z-index: 1;
  opacity: 0;
  transform: translateY(-30px);
}
.features__scroll.is-panel04 .features-box.--04 {
  z-index: 2;
  opacity: 1;
  transform: translateY(0);
}
.features__scroll.is-panel04 .features-box__progressText span:nth-child(4) {
  opacity: 1;
}
.features__scroll.is-panel04 .features-box__currentBar {
  transform: translateX(300%);
}
.features__scroll.is-panel04.is-panel-wait .features-box.--04 {
  opacity: 0;
  transform: translateY(30px);
}

.features__bg {
  opacity: 0;
  transition: opacity 1.2s ease;
}

/* 表示中（静止） */
.features__bg.is-active {
  opacity: 1;
}

/* 切替中（歪み＋フェードアウト） */
.features__bg.is-exiting {
  will-change: filter, transform;
  transform: scale(1.1);
}

@media (max-width: 767px) {
  .features-box .features-box__head,
  .features-box .features-box__body,
  .features-box .features-box__spFoot, .features-box::after {
    opacity: 0;
    transform: translateY(20px);
    filter: blur(10px);
    transition: opacity 0.6s ease, transform 0.6s ease, filter 0.6s ease;
  }
  .features-box[data-scroll-anima=true] .features-box__head,
  .features-box[data-scroll-anima=true] .features-box__body,
  .features-box[data-scroll-anima=true] .features-box__spFoot, .features-box[data-scroll-anima=true]::after {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
  }
}
/* イメージ画像エリア
------------------------------------------------------ */
.visual {
  overflow: hidden;
  aspect-ratio: 1500/708;
}
@media (max-width: 767px) {
  .visual {
    aspect-ratio: auto !important;
  }
}

.visual__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* 使うほどにわかる、こだわり設計
------------------------------------------------------ */
.others {
  margin: 0 0 240px;
  padding-top: 100px;
}
@media (max-width: 767px) {
  .others {
    margin: 0 0 200px;
  }
}

.others__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: min(7.3394495413vw, 80px) min(9.1743119266vw, 100px);
  margin-top: 47px;
}
@media (max-width: 1023px) {
  .others__grid {
    gap: 60px 40px;
  }
}
@media (max-width: 639px) {
  .others__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 75px 25px;
  }
}

/* Health Monitor機能搭載 */
.health-monitor {
  grid-column: span 3;
  display: flex;
  gap: min(3.119266055vw, 34px);
}
@media (max-width: 767px) {
  .health-monitor {
    gap: 34px;
  }
}
@media (max-width: 639px) {
  .health-monitor {
    grid-column: span 2;
    flex-direction: column;
  }
}

.health-monitor__img {
  flex-grow: 1;
  width: min(43.119266055vw, 470px);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 7px;
}
@media (max-width: 639px) {
  .health-monitor__img {
    width: 100%;
  }
}
.health-monitor__img img {
  width: 100%;
}
@media (max-width: 767px) {
  .health-monitor__img img.fadeIn-paper {
    filter: none;
    transform: translateY(0) !important;
  }
}

.health-monitor__body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 50%;
  padding: 30px 0 38px;
  border-top: 1px solid #6A6A6A;
  border-bottom: 1px solid #6A6A6A;
}
@media (max-width: 767px) {
  .health-monitor__body {
    padding: 0;
    border: none;
    display: none;
  }
}
@media (max-width: 639px) {
  .health-monitor__body {
    width: 100%;
  }
}

.health-monitor__heading {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .health-monitor__heading {
    font-size: 16px;
  }
}

.health-monitor__info {
  margin-top: 26px;
  padding: 20px 24px;
  border-radius: 7px;
  background: #fff;
}
@media (max-width: 767px) {
  .health-monitor__info {
    margin-top: 18px;
    padding: 16px;
  }
}
.health-monitor__info dl dt {
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.5;
  color: #D1203B;
}
@media (max-width: 767px) {
  .health-monitor__info dl dt {
    gap: 4px;
    font-size: 13px;
  }
}
.health-monitor__info dl dt:not(:first-child) {
  margin-top: 26px;
}
@media (max-width: 767px) {
  .health-monitor__info dl dt:not(:first-child) {
    margin-top: 15px;
  }
}
.health-monitor__info dl dt::before {
  content: "";
  display: inline-block;
  width: 19px;
  height: 19px;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .health-monitor__info dl dt::before {
    width: 11px;
    height: 11px;
  }
}
.health-monitor__info dl dt.lamp-off::before {
  background: url(../../assets/images/common/parts_lamp-off.svg) no-repeat center/contain;
}
.health-monitor__info dl dt.lamp-blue::before {
  background: #384EF4;
}
.health-monitor__info dl dt.lamp-orange::before {
  background: #F15A24;
}
.health-monitor__info dl dd {
  margin-top: 2px;
}
@media (max-width: 767px) {
  .health-monitor__info dl dd {
    font-size: 12px;
  }
}

.health-monitor__caption {
  margin-top: 25px;
  font-size: 12px;
  line-height: 1.6666666667;
}
@media (max-width: 767px) {
  .health-monitor__caption {
    margin-top: 10px;
  }
}

/* その他の機能 */
.others-card {
  padding-bottom: 39px;
  background-image: radial-gradient(circle, #6a6a6a 1px, transparent 1px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 8px 2px;
}
@media (max-width: 767px) {
  .others-card {
    padding-bottom: 24px;
  }
}

.others-card__thumb {
  aspect-ratio: 270/263;
  border-radius: 7px;
}
@media (max-width: 767px) {
  .others-card__thumb {
    aspect-ratio: 155/181;
  }
}
.others-card__thumb * {
  border-radius: inherit;
}
.others-card__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .others-card__thumb img.fadeIn-paper {
    filter: none;
    transform: translateY(0) !important;
  }
}

.others-card__title {
  margin-top: 23px;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.6666666667;
}
@media (max-width: 767px) {
  .others-card__title {
    margin-top: 19px;
    font-size: 15px;
    line-height: 1.5;
  }
}

.others-card__text {
  margin-top: 1em;
  line-height: 1.6428571429;
}
@media (max-width: 767px) {
  .others-card__text {
    font-size: 12px;
    line-height: 1.5833333333;
  }
}

.others-card__caption {
  margin-top: 11px;
  font-size: 12px;
  line-height: 1.6666666667;
}
@media (max-width: 767px) {
  .others-card__caption {
    line-height: 1.4166666667;
  }
}

/* 環境配慮への取り組み */
.eco {
  grid-column: span 2;
  margin-top: -32px;
}

.eco__title {
  display: flex;
  align-items: center;
  gap: 17px;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
.eco__title::after {
  content: "";
  flex-grow: 1;
  height: 1px;
  background: #707070;
}

.eco__body {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: min(4.2201834862vw, 46px);
  padding: min(2.9357798165vw, 32px) min(3.3944954128vw, 37px) min(4.5871559633vw, 50px);
  border-radius: 7px;
  background: linear-gradient(rgba(159, 207, 255, 0.2), rgba(232, 182, 203, 0.2));
  margin-top: 8px;
}
.eco__body .others-card {
  padding-bottom: 0;
  background: none;
}
.eco__body .others-card__thumb {
  aspect-ratio: 260/230;
}
@media (max-width: 767px) {
  .eco__body .others-card__thumb {
    aspect-ratio: 155/181;
  }
}

/* 性能を比較
------------------------------------------------------ */
.performance {
  margin-top: -120px;
  padding: 120px 0;
  background: linear-gradient(transparent 0%, #fff 100%);
}
@media (max-width: 767px) {
  .performance {
    margin-top: -100px;
    padding: 100px 0;
    background: linear-gradient(transparent 0%, #fff 50%);
  }
}

.performance__body {
  margin-top: 70px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: min(5.3956834532vw, 75px);
}
@media (max-width: 1023px) {
  .performance__body {
    position: relative;
    flex-direction: column;
    align-items: center;
    gap: 0;
  }
}
@media (max-width: 767px) {
  .performance__body {
    margin-top: 45px;
  }
}

.performance__data {
  max-width: min(30.9352517986vw, 430px);
}
@media (max-width: 1023px) {
  .performance__data {
    display: contents;
  }
}

.performance__caption {
  font-size: min(1.2844036697vw, 14px);
  margin-top: min(0.8633093525vw, 12px);
}
@media (max-width: 1023px) {
  .performance__caption {
    max-width: 505px;
    width: 100%;
    font-size: 14px;
    margin-top: 12px;
  }
}
@media (max-width: 767px) {
  .performance__caption {
    font-size: 12px;
    max-width: 335px;
    margin: 12px auto 0;
  }
}

.performance__graph {
  width: min(36.3309352518vw, 505px);
}
@media (max-width: 1023px) {
  .performance__graph {
    position: absolute;
    top: 116px;
    left: 50%;
    translate: -50% 0;
    width: 505px;
  }
}
@media (max-width: 767px) {
  .performance__graph {
    top: 64px;
    width: 260px;
  }
}

/* 棒グラフ描画エリア */
.batteryWrap {
  display: grid;
}
@media (max-width: 767px) {
  .batteryWrap {
    width: 100%;
    max-width: 335px;
  }
}

.battery {
  grid-area: 1/1;
}

.battery__name {
  padding-bottom: min(1.4388489209vw, 20px);
  border-bottom: 1px solid #000;
}
@media (max-width: 1023px) {
  .battery__name {
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .battery__name {
    padding-bottom: 5px;
  }
}
.battery__name p {
  font-family: "Rubik", "Noto Sans JP", sans-serif;
  font-size: min(1.0071942446vw, 14px);
  line-height: 1.2142857143;
  text-transform: uppercase;
}
@media (max-width: 1023px) {
  .battery__name p {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .battery__name p {
    font-size: 12px;
  }
}
.battery__name h3 {
  margin-top: min(0.2877697842vw, 4px);
  font-size: min(1.654676259vw, 23px);
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.4782608696;
}
@media (max-width: 1023px) {
  .battery__name h3 {
    margin-top: 4px;
    font-size: 23px;
  }
}
@media (max-width: 767px) {
  .battery__name h3 {
    margin-top: 2px;
    font-size: 16px;
  }
}

.battery__data {
  margin-top: min(2.3021582734vw, 32px);
}
@media (max-width: 1023px) {
  .battery__data {
    margin-top: 640px;
  }
}
@media (max-width: 767px) {
  .battery__data {
    margin: 330px auto 0;
    max-width: 287px;
  }
}
.battery__data dt {
  display: flex;
  align-items: center;
  gap: min(0.7194244604vw, 10px);
}
@media (max-width: 1023px) {
  .battery__data dt {
    gap: 10px;
  }
}
@media (max-width: 767px) {
  .battery__data dt {
    gap: 5px;
  }
}
.battery__data dt i {
  width: min(1.5827338129vw, 22px);
  height: min(1.5827338129vw, 22px);
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1023px) {
  .battery__data dt i {
    width: 22px;
    height: 22px;
  }
}
@media (max-width: 767px) {
  .battery__data dt i {
    display: none;
  }
}
.battery__data dt span {
  font-size: min(1.2230215827vw, 17px);
  line-height: 1.3529411765;
}
@media (max-width: 1023px) {
  .battery__data dt span {
    font-size: 17px;
  }
}
@media (max-width: 767px) {
  .battery__data dt span {
    font-size: 12px;
  }
}
.battery__data dd {
  position: relative;
  width: min(12.2302158273vw, 170px);
  height: min(1.0071942446vw, 14px);
}
@media (max-width: 1023px) {
  .battery__data dd {
    width: 170px;
    height: 14px;
  }
}
@media (max-width: 767px) {
  .battery__data dd {
    max-width: 126px;
    width: 100%;
    height: 14px;
  }
}
.battery__data dd::before, .battery__data dd::after {
  position: absolute;
  inset: 0;
  content: "";
  border-radius: min(0.1438848921vw, 2px);
}
@media (max-width: 1023px) {
  .battery__data dd::before, .battery__data dd::after {
    border-radius: 2px;
  }
}
.battery__data dd::before {
  background: #D8D8D8;
}
.battery__data dd::after {
  background: linear-gradient(to right, #9FCFFF 0%, #E8B6CB 40%);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s linear;
  transition-delay: var(--delay, 0.6s);
}
.battery__data dd[data-battery-score="1"]::after {
  clip-path: polygon(0 0, 20% 0, 20% 100%, 0% 100%);
}
.battery__data dd[data-battery-score="2"]::after {
  clip-path: polygon(0 0, 40% 0, 40% 100%, 0% 100%);
}
.battery__data dd[data-battery-score="3"]::after {
  clip-path: polygon(0 0, 60% 0, 60% 100%, 0% 100%);
}
.battery__data dd[data-battery-score="4"]::after {
  clip-path: polygon(0 0, 80% 0, 80% 100%, 0% 100%);
}
.battery__data dd[data-battery-score="5"]::after {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}

.performance__body[data-scroll-anima=true] .battery[aria-hidden=false] .battery__data dd::after {
  transform: scaleX(1);
}

.battery__dataItem {
  display: flex;
  align-items: center;
}
.battery__dataItem dt {
  flex-grow: 1;
}
.battery__dataItem dd {
  flex-shrink: 0;
}
.battery__dataItem:not(:first-child) {
  margin-top: min(1.654676259vw, 23px);
}
@media (max-width: 1023px) {
  .battery__dataItem:not(:first-child) {
    margin-top: 23px;
  }
}
@media (max-width: 767px) {
  .battery__dataItem:not(:first-child) {
    margin-top: 8px;
  }
}

/*  タブ */
.battery-tab {
  padding-bottom: min(1.5827338129vw, 22px);
  border-bottom: 1px solid #707070;
}
@media (max-width: 1023px) {
  .battery-tab {
    padding-bottom: 22px;
    max-width: 505px;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .battery-tab {
    padding-bottom: 16px;
    max-width: 335px;
  }
}

.battery-tab__title {
  display: flex;
  align-items: center;
  gap: min(0.8633093525vw, 12px);
  margin-top: min(3.381294964vw, 47px);
  font-size: min(1.2949640288vw, 18px);
  font-weight: 600;
  line-height: 1.5;
}
@media (max-width: 1023px) {
  .battery-tab__title {
    gap: 12px;
    margin-top: 47px;
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .battery-tab__title {
    gap: 7px;
    margin-top: 15px;
    font-size: 13px;
    line-height: 1.5384615385;
  }
}
.battery-tab__title::after {
  content: "";
  flex-grow: 1;
  height: 1px;
  background: #707070;
}

.battery-tab__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: min(1.0791366906vw, 15px);
  margin-top: min(1.2949640288vw, 18px);
}
@media (max-width: 1023px) {
  .battery-tab__list {
    gap: 15px;
    margin-top: 18px;
  }
}
@media (max-width: 767px) {
  .battery-tab__list {
    margin-top: 5px;
  }
}

.battery-tab__button {
  display: block;
  width: 100%;
  padding: min(0.6474820144vw, 9px);
  border-radius: min(0.5035971223vw, 7px);
  border: 1px solid #323232;
  font-size: min(0.9352517986vw, 13px);
  font-weight: 500;
  line-height: 1.5384615385;
  text-align: center;
  transition: color 0.3s ease-out, background-color 0.3s ease-out;
}
@media (max-width: 1023px) {
  .battery-tab__button {
    padding: 9px;
    border-radius: 7px;
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .battery-tab__button {
    padding: 8px 0;
    font-size: 12px;
    line-height: 1.3333333333;
  }
}
.battery-tab__button[aria-selected=true] {
  color: #fff;
  background: #323232;
}

/*  レーダーチャート描画エリア */
.graph {
  position: relative;
  padding: min(5.3956834532vw, 75px);
  margin-right: max(-5.3956834532vw, -75px);
  display: grid;
}
@media (max-width: 1023px) {
  .graph {
    padding: 75px;
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .graph {
    padding: 40px;
  }
}

.graph__canvas {
  --s1: 0;
  --s2: 0;
  --s3: 0;
  --s4: 0;
  --s5: 0;
  --s6: 0;
  --r1: calc(var(--s1) * 10%);
  --r2: calc(var(--s2) * 10%);
  --r3: calc(var(--s3) * 10%);
  --r4: calc(var(--s4) * 10%);
  --r5: calc(var(--s5) * 10%);
  --r6: calc(var(--s6) * 10%);
  --p1: 50% calc(50% - var(--r1));
  --p2: calc(50% + var(--r2))
        calc(50% - var(--r2) * 0.5);
  --p3: calc(50% + var(--r3))
        calc(50% + var(--r3) * 0.5);
  --p4: 50% calc(50% + var(--r4));
  --p5: calc(50% - var(--r5))
        calc(50% + var(--r5) * 0.5);
  --p6: calc(50% - var(--r6))
        calc(50% - var(--r6) * 0.5);
  position: relative;
  z-index: 0;
  aspect-ratio: 430/497;
  grid-area: 1/1;
}
.graph__canvas::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  content: "";
  background-image: image-set(url(../images/common/parts_graph.png) 1x, url(../images/common/parts_graph@2x.png) 2x);
  background-position: center;
  background-size: contain;
  box-sizing: content-box;
  transform: scale(0);
  transition: transform 0.6s ease-out;
}
.performance__body[data-scroll-anima=true] .graph__canvas::before {
  transform: scale(1);
}
.graph__canvas::after {
  position: absolute;
  z-index: -2;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: calc(100% - min(1.5827338129vw, 22px));
  height: calc(100% - min(1.5827338129vw, 22px));
  content: "";
  clip-path: polygon(var(--p1), var(--p2), var(--p3), var(--p4), var(--p5), var(--p6));
  transition: clip-path 0.3s linear;
  transition-delay: var(--delay, 0.6s);
}

.performance__body[data-scroll-anima=true] .graph__canvas[data-battery-type=ss][aria-hidden=false] {
  --s1: 2;
  --s2: 3;
  --s3: 3;
  --s4: 3;
  --s5: 5;
  --s6: 5;
}
.performance__body[data-scroll-anima=true] .graph__canvas[data-battery-type=ss][aria-hidden=false]::after {
  background: linear-gradient(to right, #9FCFFF 0%, #E8B6CB 60%);
}
.performance__body[data-scroll-anima=true] .graph__canvas[data-battery-type=si][aria-hidden=false] {
  --s1: 4;
  --s2: 5;
  --s3: 3;
  --s4: 4;
  --s5: 1;
  --s6: 1;
}
.performance__body[data-scroll-anima=true] .graph__canvas[data-battery-type=si][aria-hidden=false]::after {
  background: linear-gradient(to right, #9FCFFF 40%, #E8B6CB 80%);
}
.performance__body[data-scroll-anima=true] .graph__canvas[data-battery-type=ip][aria-hidden=false] {
  --s1: 3;
  --s2: 2;
  --s3: 4;
  --s4: 1;
  --s5: 2;
  --s6: 2;
}
.performance__body[data-scroll-anima=true] .graph__canvas[data-battery-type=ip][aria-hidden=false]::after {
  background: linear-gradient(to right, #9FCFFF 30%, #E8B6CB 70%);
}
.performance__body[data-scroll-anima=true] .graph__canvas[data-battery-type=li][aria-hidden=false] {
  --s1: 1;
  --s2: 1;
  --s3: 1;
  --s4: 1;
  --s5: 5;
  --s6: 5;
}
.performance__body[data-scroll-anima=true] .graph__canvas[data-battery-type=li][aria-hidden=false]::after {
  background: linear-gradient(to right, #9FCFFF 0%, #E8B6CB 40%);
}

.graph__legend li {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: min(0.5755395683vw, 8px);
  transform: translateY(100%);
  opacity: 0;
  transition: transform 0.6s ease-out, opacity 0.6s ease-out;
}
@media (max-width: 1023px) {
  .graph__legend li {
    gap: 8px;
  }
}
@media (max-width: 767px) {
  .graph__legend li {
    gap: 4px;
  }
}
.graph__legend li:nth-of-type(1) {
  top: 0;
  left: 50%;
  translate: -50% 0;
}
.graph__legend li:nth-of-type(2) {
  top: 25%;
  right: 0;
}
.graph__legend li:nth-of-type(3) {
  bottom: 25%;
  right: 0;
}
.graph__legend li:nth-of-type(4) {
  bottom: 0;
  left: 50%;
  translate: -50% 0;
}
.graph__legend li:nth-of-type(5) {
  bottom: 25%;
  left: 0;
}
.graph__legend li:nth-of-type(6) {
  top: 25%;
  left: 0;
}
.graph__legend li i {
  width: min(2.1582733813vw, 30px);
  height: min(2.1582733813vw, 30px);
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1023px) {
  .graph__legend li i {
    width: 30px;
    height: 30px;
  }
}
@media (max-width: 767px) {
  .graph__legend li i {
    width: 20px;
    height: 20px;
  }
}
.graph__legend li i img {
  scale: 1.5;
}
@media (max-width: 767px) {
  .graph__legend li i img {
    scale: 0.8;
  }
}
.graph__legend li span {
  font-size: min(1.1510791367vw, 16px);
  line-height: 1.375;
  text-align: center;
}
@media (max-width: 1023px) {
  .graph__legend li span {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .graph__legend li span {
    font-size: 11px;
  }
}
.performance__body[data-scroll-anima=true] .graph__legend li {
  transform: translateY(0);
  opacity: 1;
}

.battery[aria-hidden=true],
.graph__canvas[aria-hidden=true] {
  opacity: 0;
  visibility: hidden;
}

/* ラインナップ
------------------------------------------------------ */
.lineup {
  padding: 120px 0;
  background: linear-gradient(#fff 20%, transparent 70%);
}
@media (max-width: 767px) {
  .lineup {
    padding: 100px 0;
  }
}

.lineup__list {
  margin-top: 72px;
  display: flex;
  justify-content: space-around;
}
@media (max-width: 1023px) {
  .lineup__list {
    flex-direction: column;
    align-items: center;
    justify-content: normal;
    gap: 90px;
  }
}
@media (max-width: 767px) {
  .lineup__list {
    margin-top: 50px;
  }
}

.lineup__item {
  max-width: min(39.3577981651vw, 429px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
@media (max-width: 1023px) {
  .lineup__item {
    max-width: 439px;
  }
}
@media (max-width: 767px) {
  .lineup__item {
    max-width: 335px;
  }
}

/* ラインナップ製品 */
.lineup-pd {
  width: 100%;
}

.lineup-pd__main {
  position: relative;
}
.lineup-pd__main .swiper-slide {
  transition-property: opacity !important;
  user-select: none;
  opacity: 0 !important;
}
.lineup-pd__main .swiper-slide.swiper-slide-active {
  opacity: 1 !important;
}
.lineup-pd__main .swiper-slide img {
  display: block;
  margin: 0 auto;
  width: auto;
  height: min(33.0275229358vw, 360px);
}
@media (max-width: 1023px) {
  .lineup-pd__main .swiper-slide img {
    height: 360px;
  }
}
@media (max-width: 767px) {
  .lineup-pd__main .swiper-slide img {
    height: 250px;
  }
}
.lineup-pd__main .swiper-button-prev,
.lineup-pd__main .swiper-button-next {
  top: min(16.5137614679vw, 180px);
}
@media (max-width: 1023px) {
  .lineup-pd__main .swiper-button-prev,
  .lineup-pd__main .swiper-button-next {
    top: 180px;
  }
}
@media (max-width: 767px) {
  .lineup-pd__main .swiper-button-prev,
  .lineup-pd__main .swiper-button-next {
    top: 120px;
  }
}
.lineup-pd__main .swiper-button-prev svg,
.lineup-pd__main .swiper-button-next svg {
  display: none;
}
.lineup-pd__main .swiper-button-prev {
  background: url(../images/common/icon_swiper_prev.svg) center/min(0.8256880734vw, 9px) min(2.0183486239vw, 22px) no-repeat;
}
@media (max-width: 1023px) {
  .lineup-pd__main .swiper-button-prev {
    background-size: 9px 22px;
  }
}
.lineup-pd__main .swiper-button-next {
  background: url(../images/common/icon_swiper_next.svg) center/min(0.8256880734vw, 9px) min(2.0183486239vw, 22px) no-repeat;
}
@media (max-width: 1023px) {
  .lineup-pd__main .swiper-button-next {
    background-size: 9px 22px;
  }
}

.lineup-pd__caption {
  position: absolute;
  right: 0;
  bottom: 0;
}
@media (max-width: 767px) {
  .lineup-pd__caption {
    font-size: 12px;
  }
}

.lineup-pd__picker {
  position: static;
  display: flex;
  justify-content: center;
  gap: 17px;
  margin: 38px 0 22px;
}
.lineup-pd__picker button {
  position: relative;
  margin: 0;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  opacity: 1;
}
.lineup-pd__picker button::before {
  position: absolute;
  top: calc(50% - 16px);
  left: calc(50% - 16px);
  content: "";
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1px solid #000;
  opacity: 0;
}
.lineup-pd__picker button.is-active::before {
  opacity: 1;
}
.lineup-pd__picker button.picker__black {
  background: #000;
}
.lineup-pd__picker button.picker__white {
  background: #fff;
  border: 1px solid #BEBEBE;
}
.lineup-pd__picker button.picker__pink {
  background: #FFD9D9;
}
.lineup-pd__picker button.picker__blue {
  background: #D6F2FF;
}

.lineup-pd__id {
  font-family: "Rubik", "Noto Sans JP", sans-serif;
  font-size: min(2.752293578vw, 30px);
  font-weight: normal;
  letter-spacing: 0.025em;
  line-height: 1.2;
  text-align: center;
}
@media (max-width: 1023px) {
  .lineup-pd__id {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .lineup-pd__id {
    font-size: 20px;
  }
}
.lineup-pd__id span {
  font-size: 0.6em;
  font-weight: 300;
  letter-spacing: 0.06em;
}

.lineup-pd__data {
  margin-top: min(5.0458715596vw, 55px);
}
@media (max-width: 1023px) {
  .lineup-pd__data {
    margin-top: 55px;
  }
}
@media (max-width: 767px) {
  .lineup-pd__data {
    margin: 30px auto 0;
    max-width: 287px;
  }
}
.lineup-pd__data dt {
  display: flex;
  align-items: center;
  gap: min(1.1926605505vw, 13px);
}
@media (max-width: 1023px) {
  .lineup-pd__data dt {
    gap: 13px;
  }
}
@media (max-width: 767px) {
  .lineup-pd__data dt {
    gap: 24px;
  }
}
.lineup-pd__data dt i {
  width: min(3.6697247706vw, 40px);
  height: min(3.6697247706vw, 40px);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1023px) {
  .lineup-pd__data dt i {
    width: 40px;
    height: 40px;
  }
}
.lineup-pd__data dt span {
  font-size: min(1.2844036697vw, 14px);
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media (max-width: 1023px) {
  .lineup-pd__data dt span {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .lineup-pd__data dt span {
    font-size: 12px;
  }
}
.lineup-pd__data dd {
  display: flex;
  align-items: flex-end;
}
@media (max-width: 767px) {
  .lineup-pd__data dd {
    flex-direction: column;
    align-items: flex-start;
  }
}
.lineup-pd__data dd .device {
  font-size: min(1.1009174312vw, 12px);
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin-bottom: min(0.9174311927vw, 10px);
}
@media (max-width: 1023px) {
  .lineup-pd__data dd .device {
    font-size: 12px;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .lineup-pd__data dd .device {
    margin-bottom: 0;
  }
}
.lineup-pd__data dd .charge {
  margin-left: min(1.1009174312vw, 12px);
  font-size: min(2.0183486239vw, 22px);
  font-weight: 500;
}
@media (max-width: 1023px) {
  .lineup-pd__data dd .charge {
    margin-left: 12px;
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .lineup-pd__data dd .charge {
    margin-left: 0;
    font-size: 16px;
  }
}
.lineup-pd__data dd .charge em {
  margin: 0 min(0.7339449541vw, 8px) 0 min(0.3669724771vw, 4px);
  font-style: normal;
  font-family: "Rubik", "Noto Sans JP", sans-serif;
  font-size: min(4.5871559633vw, 50px);
  font-weight: normal;
  line-height: 1.2;
  vertical-align: max(-0.1834862385vw, -2px);
}
@media (max-width: 1023px) {
  .lineup-pd__data dd .charge em {
    margin: 0 8px 0 4px;
    font-size: 50px;
    vertical-align: -2px;
  }
}
@media (max-width: 767px) {
  .lineup-pd__data dd .charge em {
    font-size: 47px;
  }
}

.lineup-pd__dataItem {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.lineup-pd__dataItem:not(:first-child) {
  margin-top: min(1.4678899083vw, 16px);
}
@media (max-width: 1023px) {
  .lineup-pd__dataItem:not(:first-child) {
    margin-top: 16px;
  }
}

/*  製品スペック */
.lineup__tableWrap {
  margin-top: 70px;
}
@media (max-width: 767px) {
  .lineup__tableWrap {
    overflow: auto;
    height: calc(100vh - 100px);
    margin-top: 50px;
  }
}

.lineup__table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}
.lineup__table th {
  width: 175px;
  padding: 16px 8px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.6428571429;
  text-align: left;
  border-bottom: 1px solid #BEBEBE;
}
@media (max-width: 767px) {
  .lineup__table th {
    width: 100px;
    padding: 16px 0;
    font-size: 12px;
    text-align: center;
  }
}
.lineup__table td {
  width: calc((100% - 165px) / 2);
  padding: 23px 20px;
  font-size: 13px;
  line-height: 1.7692307692;
  text-align: center;
  word-break: break-all;
  border-bottom: 1px solid #BEBEBE;
  border-left: 2px dotted #BEBEBE;
}
@media (max-width: 767px) {
  .lineup__table td {
    width: calc((100% - 80px) / 2);
    padding: 16px;
    font-size: 12px;
    text-align: center;
  }
}
.lineup__table th + td {
  border-left: 1px solid #BEBEBE;
}
.lineup__table thead th {
  padding: 18px 8px;
}
@media (max-width: 767px) {
  .lineup__table thead th {
    padding: 16px 0;
  }
}
.lineup__table thead td {
  position: relative;
  z-index: 0;
  padding: 18px 20px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .lineup__table thead td {
    padding: 16px 0;
    font-size: 12px;
  }
}
.lineup__table thead td::before {
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  content: "";
  width: calc(100% - 40px);
  height: calc(100% - 30px);
  border-radius: 5px;
  background: #EFEFEF;
}
@media (max-width: 767px) {
  .lineup__table thead td::before {
    display: none;
  }
}
@media (max-width: 767px) {
  .lineup__table thead th, .lineup__table thead td {
    position: sticky;
    z-index: 1;
    top: 0;
    background: #fff;
  }
}
.lineup__table tbody tr:nth-child(even) th, .lineup__table tbody tr:nth-child(even) td {
  background: rgba(255, 255, 255, 0.5);
}
.lineup__table th span, .lineup__table td span {
  display: block;
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 1s ease, transform 1s ease;
}
.lineup__table[data-scroll-anima=true] th span, .lineup__table[data-scroll-anima=true] td span {
  opacity: 1;
  transform: translateY(0);
}
.lineup__table tbody tr:nth-child(1) th span,
.lineup__table tbody tr:nth-child(1) td span {
  transition-delay: 0.1s;
}
.lineup__table tbody tr:nth-child(2) th span,
.lineup__table tbody tr:nth-child(2) td span {
  transition-delay: 0.2s;
}
.lineup__table tbody tr:nth-child(3) th span,
.lineup__table tbody tr:nth-child(3) td span {
  transition-delay: 0.3s;
}
.lineup__table tbody tr:nth-child(4) th span,
.lineup__table tbody tr:nth-child(4) td span {
  transition-delay: 0.4s;
}
.lineup__table tbody tr:nth-child(5) th span,
.lineup__table tbody tr:nth-child(5) td span {
  transition-delay: 0.5s;
}
.lineup__table tbody tr:nth-child(6) th span,
.lineup__table tbody tr:nth-child(6) td span {
  transition-delay: 0.6s;
}
.lineup__table tbody tr:nth-child(7) th span,
.lineup__table tbody tr:nth-child(7) td span {
  transition-delay: 0.7s;
}
.lineup__table tbody tr:nth-child(8) th span,
.lineup__table tbody tr:nth-child(8) td span {
  transition-delay: 0.8s;
}
.lineup__table tbody tr:nth-child(9) th span,
.lineup__table tbody tr:nth-child(9) td span {
  transition-delay: 0.9s;
}
.lineup__table tbody tr:nth-child(10) th span,
.lineup__table tbody tr:nth-child(10) td span {
  transition-delay: 1s;
}
.lineup__table tbody tr:nth-child(11) th span,
.lineup__table tbody tr:nth-child(11) td span {
  transition-delay: 1.1s;
}
.lineup__table tbody tr:nth-child(12) th span,
.lineup__table tbody tr:nth-child(12) td span {
  transition-delay: 1.2s;
}
.lineup__table tbody tr:nth-child(13) th span,
.lineup__table tbody tr:nth-child(13) td span {
  transition-delay: 1.3s;
}
.lineup__table tbody tr:nth-child(14) th span,
.lineup__table tbody tr:nth-child(14) td span {
  transition-delay: 1.4s;
}
.lineup__table tbody tr:nth-child(15) th span,
.lineup__table tbody tr:nth-child(15) td span {
  transition-delay: 1.5s;
}
.lineup__table tbody tr:nth-child(16) th span,
.lineup__table tbody tr:nth-child(16) td span {
  transition-delay: 1.6s;
}
.lineup__table tbody tr:nth-child(17) th span,
.lineup__table tbody tr:nth-child(17) td span {
  transition-delay: 1.7s;
}
.lineup__table tbody tr:nth-child(18) th span,
.lineup__table tbody tr:nth-child(18) td span {
  transition-delay: 1.8s;
}
.lineup__table tbody tr:nth-child(19) th span,
.lineup__table tbody tr:nth-child(19) td span {
  transition-delay: 1.9s;
}
.lineup__table tbody tr:nth-child(20) th span,
.lineup__table tbody tr:nth-child(20) td span {
  transition-delay: 2s;
}

/* 使用上のご注意
------------------------------------------------------ */
.cautions {
  padding: 120px 0 50px;
}
@media (max-width: 767px) {
  .cautions {
    padding: 100px 0 50px;
  }
}

.cautions__box {
  padding: 50px 0 54px;
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.7);
}
@media (max-width: 767px) {
  .cautions__box {
    padding: 40px 24px;
  }
}

.cautions__heading {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.4444444444;
  text-align: center;
}
@media (max-width: 767px) {
  .cautions__heading {
    font-size: 15px;
    line-height: 1.5;
    text-align: left;
  }
}

.cautions__caption {
  margin-top: 10px;
  text-align: center;
}
@media (max-width: 767px) {
  .cautions__caption {
    font-size: 12px;
    text-align: left;
  }
}

.cautions__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 44px;
}
@media (max-width: 767px) {
  .cautions__list {
    margin-top: 20px;
  }
}
@media (max-width: 639px) {
  .cautions__list {
    grid-template-columns: repeat(2, 1fr);
  }
}

.cautions__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 5px;
}
@media (max-width: 767px) {
  .cautions__item {
    padding: 35px 10px 20px;
  }
}
.cautions__item:not(:first-child) {
  border-left: 1px solid #707070;
}
@media (max-width: 639px) {
  .cautions__item:not(:first-child) {
    border-left: none;
  }
}
@media (max-width: 639px) {
  .cautions__item:nth-of-type(2), .cautions__item:nth-of-type(4) {
    border-left: 1px solid #707070;
  }
  .cautions__item:nth-of-type(3), .cautions__item:nth-of-type(4) {
    border-top: 1px solid #707070;
  }
}

.cautions__img {
  width: 72px;
  height: 72px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .cautions__img {
    width: 52px;
    height: 52px;
  }
  .cautions__img img {
    scale: 0.75;
  }
}

.cautions__text {
  margin-top: 10px;
  text-align: center;
}
@media (max-width: 767px) {
  .cautions__text {
    font-size: 12px;
    line-height: 1.6666666667;
    text-align: left;
  }
}

/* 本製品の廃棄方法
------------------------------------------------------ */
.discard {
  padding: 50px 0 120px;
}
@media (max-width: 767px) {
  .discard {
    padding: 50px 0 100px;
  }
}

.discard__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 42px;
}
@media (max-width: 1023px) {
  .discard__list {
    grid-template-columns: repeat(2, 1fr);
    justify-items: center;
  }
}
@media (max-width: 767px) {
  .discard__list {
    width: fit-content;
    margin: 0 auto;
    gap: 45px 40px;
  }
}
@media (max-width: 639px) {
  .discard__list {
    gap: 45px 25px;
  }
}

.discard__item {
  display: flex;
  flex-direction: column;
  max-width: 221px;
}

.discard__img {
  width: 140px;
  margin: 0 auto;
}
.discard__img img {
  width: 100%;
}

.discard__title {
  margin-top: 20px;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.6666666667;
  text-align: center;
}
@media (max-width: 767px) {
  .discard__title {
    font-size: 14px;
    line-height: 1.5;
  }
}

.discard__textBox {
  flex-grow: 1;
  margin-top: 33px;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .discard__textBox {
    margin-top: 13px;
    margin-bottom: 30px;
    font-size: 12px;
    line-height: 1.5833333333;
  }
}

.discard__caption {
  margin-top: 12px;
  font-size: 12px;
  line-height: 1.6666666667;
}
.discard__caption img {
  width: 100%;
}

/* 品質管理
------------------------------------------------------ */
.safety {
  padding: 120px 0 50px;
}
@media (max-width: 767px) {
  .safety {
    padding: 100px 0 50px;
  }
}

.safety__item {
  display: flex;
  align-items: flex-start;
  gap: 28px;
  margin-top: 13px;
  padding: 40px 44px;
  background: #fff;
  border-radius: 7px;
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 1s ease, transform 1s ease;
}
@media (max-width: 767px) {
  .safety__item {
    flex-direction: column;
    align-items: stretch;
    margin-top: 37px;
    padding: 24px;
    gap: 10px;
  }
}
.safety__list[data-scroll-anima=true] .safety__item {
  opacity: 1;
  transform: translateY(0);
}
.safety__item:nth-child(1) {
  transition-delay: 0.3s;
}
.safety__item:nth-child(2) {
  transition-delay: 0.6s;
}
.safety__item:nth-child(3) {
  transition-delay: 0.9s;
}
.safety__item:nth-child(4) {
  transition-delay: 1.2s;
}

.safety__title {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: 14px;
}
.safety__title p {
  min-width: 12em;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.6666666667;
}
@media (max-width: 767px) {
  .safety__title p {
    font-size: 14px;
    line-height: 1.7857142857;
  }
}

.safety__icon {
  width: 64px;
}
@media (max-width: 767px) {
  .safety__icon {
    width: 50px;
  }
}
.safety__icon img {
  width: 100%;
}

.safety__item ul li {
  padding-left: 28px;
  border-left: 1px solid #000;
}
@media (max-width: 767px) {
  .safety__item ul li {
    padding-left: 0;
    border-left: none;
    padding-top: 15px;
    border-top: 1px solid #000;
    font-size: 12px;
    line-height: 1.5833333333;
  }
}
.safety__item ul li:not(:first-child) {
  margin-top: 21px;
}
@media (max-width: 767px) {
  .safety__item ul li:not(:first-child) {
    margin-top: 16px;
  }
}

/* 一部製品評価
------------------------------------------------------ */
.testing {
  padding: 50px 0 120px;
}
@media (max-width: 767px) {
  .testing {
    padding: 50px 0 100px;
  }
}

.testing__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px 23px;
}
@media (max-width: 1023px) {
  .testing__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 639px) {
  .testing__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 45px 15px;
  }
}

.testing__item {
  padding: 35px 25px 20px;
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.7);
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 1s ease, transform 1s ease;
}
@media (max-width: 767px) {
  .testing__item {
    padding: 25px 15px;
  }
}
.testing__item:nth-child(1) {
  transition-delay: 0.1s;
}
.testing__item:nth-child(2) {
  transition-delay: 0.2s;
}
.testing__item:nth-child(3) {
  transition-delay: 0.3s;
}
.testing__item:nth-child(4) {
  transition-delay: 0.4s;
}
.testing__item:nth-child(5) {
  transition-delay: 0.5s;
}
.testing__item:nth-child(6) {
  transition-delay: 0.6s;
}
.testing__item:nth-child(7) {
  transition-delay: 0.7s;
}
.testing__item:nth-child(8) {
  transition-delay: 0.8s;
}
.testing__grid[data-scroll-anima=true] .testing__item {
  opacity: 1;
  transform: translateY(0);
}

.testing__title {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.5;
  text-align: center;
}
@media (max-width: 767px) {
  .testing__title {
    font-size: 16px;
  }
}

.testing__icon {
  width: 80px;
  margin: 2px auto 15px;
}
@media (max-width: 767px) {
  .testing__icon {
    width: 72px;
    margin: 13px auto 18px;
  }
}
.testing__icon img {
  width: 100%;
}

.testing__value {
  font-size: 16px;
  letter-spacing: 0.06em;
  line-height: 1.5;
  text-align: center;
  min-height: 48px;
}
@media (max-width: 767px) {
  .testing__value {
    font-size: 13px;
    line-height: 1.4615384615;
    min-height: 38px;
  }
}

.testing__text {
  margin-top: 19px;
  line-height: 1.6428571429;
  min-height: 184px;
}
@media (max-width: 1023px) {
  .testing__text {
    min-height: auto;
  }
}
@media (max-width: 767px) {
  .testing__text {
    font-size: 12px;
    line-height: 1.5833333333;
    min-height: auto;
  }
}

/* 製品一覧
------------------------------------------------------ */
.products {
  padding: 120px 0;
}
@media (max-width: 767px) {
  .products {
    padding: 100px 0;
    background: linear-gradient(transparent 80%, #fff 100%);
  }
}

.products__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: min(9.1743119266vw, 100px) min(4.5871559633vw, 50px);
}
@media (max-width: 767px) {
  .products__grid {
    width: fit-content;
    margin: 0 auto;
    grid-template-columns: repeat(2, 1fr);
    gap: 100px 50px;
  }
}
@media (max-width: 639px) {
  .products__grid {
    justify-content: center;
    grid-template-columns: auto;
    gap: 100px;
  }
}

/* タブ */
.products-tab {
  margin: 70px 0 50px;
}
@media (max-width: 767px) {
  .products-tab {
    margin: 45px auto;
    max-width: 335px;
  }
}

.products-tab__list {
  display: flex;
  justify-content: center;
  gap: 21px;
}
@media (max-width: 767px) {
  .products-tab__list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
  }
}

.products-tab__button {
  display: block;
  min-width: 165px;
  height: 100%;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #323232;
  font-size: 12px;
  line-height: 1.5;
  text-align: center;
  transition: color 0.3s ease-out, background-color 0.3s ease-out, border-color 0.3s ease-out;
}
@media (max-width: 767px) {
  .products-tab__button {
    padding: 5px 0;
    min-width: auto;
    width: 100%;
  }
}
.products-tab__button[aria-selected=true], .products-tab__button:hover {
  color: #fff;
  background: #484848;
  border-color: #484848;
}
.products-tab__button[aria-selected=true] {
  pointer-events: none;
}

.products__item[aria-hidden=true] {
  display: none;
}
@media (max-width: 767px) {
  .products__item {
    max-width: 255px;
  }
}

.products__type {
  display: inline-block;
  padding: 6px 10px;
  border: 1px solid;
  border-radius: 5px;
  font-size: 12px;
  line-height: 1.5;
}

.products__img {
  margin-top: 34px;
  position: relative;
  aspect-ratio: 303/184;
  border-radius: 7px;
  background: #fff;
}
@media (max-width: 767px) {
  .products__img {
    margin-top: 14px;
    aspect-ratio: 255/184;
  }
}
.products__img img {
  position: absolute;
  transition: transform 0.6s ease-out;
}
.products__img img[data-name=DE-C85-5000], .products__img img[data-name=DE-C85-10000] {
  top: max(-6.880733945vw, -75px);
  left: min(2.0183486239vw, 22px);
  width: min(23.3027522936vw, 254px);
}
@media (max-width: 767px) {
  .products__img img[data-name=DE-C85-5000], .products__img img[data-name=DE-C85-10000] {
    top: -51px;
    left: 16px;
    width: 223px;
  }
}
.products__img img[data-name=DE-C55L-9000] {
  top: max(-5.1376146789vw, -56px);
  left: max(-0.5504587156vw, -6px);
  width: min(28.8990825688vw, 315px);
}
@media (max-width: 767px) {
  .products__img img[data-name=DE-C55L-9000] {
    top: -47px;
    left: -30px;
    width: 315px;
  }
}
.products__img img[data-name=DE-C39-12000] {
  top: max(-2.4770642202vw, -27px);
  left: min(4.3119266055vw, 47px);
  width: min(19.4495412844vw, 212px);
}
@media (max-width: 767px) {
  .products__img img[data-name=DE-C39-12000] {
    top: -28px;
    left: 22px;
    width: 212px;
  }
}
.products__img img[data-name=DE-C41-30000] {
  top: max(-4.5871559633vw, -50px);
  left: min(0.3669724771vw, 4px);
  width: min(23.3027522936vw, 254px);
}
@media (max-width: 767px) {
  .products__img img[data-name=DE-C41-30000] {
    top: -47px;
    left: 0;
    width: 254px;
  }
}

.products__caption {
  position: absolute;
  right: 12px;
  bottom: 12px;
  font-size: min(1.0071942446vw, 14px);
}
@media (max-width: 767px) {
  .products__caption {
    right: 7px;
    bottom: 8px;
    font-size: 12px;
  }
}

.products__item:nth-of-type(3n - 2) .products__img img {
  transform: translateX(-30px) translateY(30px);
}
@media (max-width: 767px) {
  .products__item:nth-of-type(3n - 2) .products__img img {
    transform: translateY(30px) translateX(0);
  }
}
.products__item:nth-of-type(3n - 1) .products__img img {
  transform: translateX(0) translateY(30px);
}
.products__item:nth-of-type(3n) .products__img img {
  transform: translateX(30px) translateY(30px);
}
@media (max-width: 767px) {
  .products__item:nth-of-type(3n) .products__img img {
    transform: translateY(30px) translateX(0);
  }
}

.products__item[data-scroll-anima=true] .products__img img {
  transform: translateX(0) translateY(0);
}

.products__name {
  margin-top: 21px;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.4117647059;
}
@media (max-width: 767px) {
  .products__name {
    font-size: 15px;
    line-height: 1.4;
  }
}

.products__text {
  margin-top: 18px;
  border-top: 1px solid #707070;
  padding-top: 11px;
  min-height: 63px;
  box-sizing: content-box;
}
@media (max-width: 767px) {
  .products__text {
    margin-top: 12px;
    min-height: auto;
    font-size: 12px;
    line-height: 1.5833333333;
  }
}

.products__details {
  margin-top: 15px;
}
@media (max-width: 767px) {
  .products__details {
    margin-top: 42px;
  }
}

.products__color {
  display: flex;
  align-items: center;
  gap: 12px;
}
@media (max-width: 767px) {
  .products__color {
    font-size: 12px;
  }
}
.products__color::before {
  content: "";
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 1px solid #BEBEBE;
  box-sizing: content-box;
}
.products__color[data-pd-color=black]::before {
  margin: 1px;
  background: #000;
  border: none;
}
.products__color[data-pd-color=white]::before {
  background: #fff;
}
.products__color[data-pd-color=pink]::before {
  background: #FDC8C8;
}
.products__color[data-pd-color=blue]::before {
  background: #B8E3F7;
}
.products__color[data-pd-color=light-gray]::before {
  background: #DEDEDE;
}
.products__color:not(:first-child) {
  margin-top: 25px;
}

.products__links {
  display: flex;
  gap: 13px;
  margin-top: 10px;
}

.products__award {
  margin-top: 33px;
}
.products__award img {
  width: 100%;
}

/*  購入ページモーダル */
.modal {
  overflow: hidden;
  position: fixed;
  inset: 0;
  width: 90%;
  max-width: 947px;
  margin: auto;
  padding: 0;
  color: #fff;
  background: none;
  border: none;
  box-sizing: border-box;
  opacity: 0;
  scale: 0.6;
  transition: all 0.3s ease-out allow-discrete;
}
@media (max-width: 767px) {
  .modal {
    max-width: 412px;
  }
}
.modal[open] {
  opacity: 1;
  scale: 1;
}
@starting-style {
  .modal[open] {
    opacity: 0;
    scale: 0.6;
  }
}
.modal::backdrop {
  background: rgba(0, 0, 0, 0.855);
  opacity: 0;
  transition: display 0.3s ease-out allow-discrete, opacity 0.3s ease-out;
}
.modal[open]::backdrop {
  opacity: 1;
}
@starting-style {
  .modal[open]::backdrop {
    opacity: 0;
  }
}

.modal__inner {
  position: relative;
  padding: min(5.7553956835vw, 80px) 0;
}
@media (max-width: 767px) {
  .modal__inner {
    padding: 44px 0;
  }
}

.modal-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: min(2.1582733813vw, 30px) min(3.0215827338vw, 42px);
  max-width: 794px;
  margin: auto;
}
@media (max-width: 767px) {
  .modal-list {
    gap: 15px 21px;
  }
}

.modal-list__button {
  display: block;
  padding: 0 min(1.2949640288vw, 18px);
  border: 1px solid;
  border-radius: 13px;
  font-weight: 500;
  text-align: center;
  transition: 0.3s ease;
  outline: none;
}
@media (max-width: 767px) {
  .modal-list__button {
    padding: 0 9px;
  }
}
.modal-list__button .sub-text {
  display: block;
  padding: min(1.3669064748vw, 19px) 0;
  border-bottom: 1px solid;
  font-size: min(1.2230215827vw, 17px);
}
@media (max-width: 767px) {
  .modal-list__button .sub-text {
    padding: 10px 0;
    font-size: 9px;
  }
}
.modal-list__button .main-text {
  display: block;
  padding: min(0.7194244604vw, 10px) 0 min(1.5827338129vw, 22px);
  font-size: min(2.3741007194vw, 33px);
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  .modal-list__button .main-text {
    padding: 5px 0 12px;
    font-size: 18px;
  }
}

@media (any-hover: hover) {
  .modal-list__button:hover {
    color: #000;
    background: #ddd;
    border-color: #ddd;
  }
}
.modal__close {
  position: absolute;
  top: 0;
  right: 0;
  width: min(5.7553956835vw, 80px);
  height: min(5.7553956835vw, 80px);
  display: grid;
  place-content: center;
  opacity: 0.8;
  transition: opacity 0.3s ease;
}
@media (max-width: 767px) {
  .modal__close {
    width: 44px;
    height: 44px;
  }
}
.modal__close svg {
  width: 100%;
  height: 100%;
}
.modal__close svg path {
  fill: #fff;
}

@media (any-hover: hover) {
  .modal__close:hover {
    opacity: 1;
  }
}
/* コラム
------------------------------------------------------ */
.column {
  padding: 120px 0;
}
@media (max-width: 767px) {
  .column {
    padding: 100px 0;
    background: linear-gradient(#fff 0%, transparent 100%);
  }
}

.column__list {
  margin-top: 70px;
}
@media (max-width: 767px) {
  .column__list {
    margin-top: 45px;
  }
}

.column__item {
  margin-top: 50px;
}
@media (max-width: 767px) {
  .column__item {
    margin: 65px auto 0;
  }
}
@media (max-width: 639px) {
  .column__item {
    max-width: 255px;
  }
}

.column-card {
  display: flex;
  gap: 50px;
  pointer-events: none;
}
@media (max-width: 767px) {
  .column-card {
    gap: 22px;
    pointer-events: all;
  }
}
@media (max-width: 639px) {
  .column-card {
    flex-direction: column;
  }
}

.column-card__thumb {
  overflow: hidden;
  position: relative;
  flex-shrink: 0;
  width: 52.4752475248%;
  aspect-ratio: 530/250;
  border-radius: 7px;
  pointer-events: all;
}
@media (max-width: 639px) {
  .column-card__thumb {
    overflow: visible;
    width: 100%;
    aspect-ratio: 255/111;
  }
}
.column-card__thumb * {
  border-radius: inherit;
}
.column-card__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: scale 0.6s ease;
}
@media (max-width: 639px) {
  .column-card__thumb img.fadeIn-paper {
    filter: none;
    transform: translateY(0) !important;
  }
}

@media (any-hover: hover) {
  .column-card:hover .column-card__thumb img {
    scale: 1.05;
  }
}
.column-card__caption {
  position: absolute;
  bottom: 7px;
  left: 7px;
  font-size: 10px;
  letter-spacing: 0.05em;
}
@media (max-width: 639px) {
  .column-card__caption {
    bottom: -2px;
    left: initial;
    right: 0;
    translate: 0 100%;
  }
}

.column-card__body {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  border-top: 1px solid #484848;
  border-bottom: 1px solid #484848;
}
@media (max-width: 639px) {
  .column-card__body {
    border-top: none;
    padding-bottom: 21px;
  }
}

.column-card__title {
  pointer-events: all;
}
.column-card__title p {
  font-size: 17px;
  letter-spacing: 0.05em;
  line-height: 1.4705882353;
}
@media (max-width: 767px) {
  .column-card__title p {
    font-size: 12px;
    line-height: 1.4166666667;
  }
}
.column-card__title h3 {
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .column-card__title h3 {
    margin-top: 4px;
    font-size: 16px;
    line-height: 1.375;
  }
}

/*----------------------------------------
	Utilities
----------------------------------------*/
/* 表示切り替え */
.lg-block {
  display: none;
}
@media (max-width: 1023px) {
  .lg-block {
    display: block;
  }
}

@media (max-width: 1023px) {
  .lg-none {
    display: none;
  }
}

.md-block {
  display: none;
}
@media (max-width: 767px) {
  .md-block {
    display: block;
  }
}

@media (max-width: 767px) {
  .md-none {
    display: none;
  }
}

.sm-block {
  display: none;
}
@media (max-width: 639px) {
  .sm-block {
    display: block;
  }
}

@media (max-width: 639px) {
  .sm-none {
    display: none;
  }
}

/* 視覚的に非表示にする */
.visually-hidden {
  position: absolute;
  white-space: nowrap;
  width: 0px;
  height: 0px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  margin: -1px;
}

/*  フェードアニメーション */
.fadeInUp[data-scroll-anima] {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 1s ease, transform 1s ease;
}

.fadeInUp[data-scroll-anima=true] {
  opacity: 1;
  transform: translateY(0);
}

/* img fadeIn */
.fadeIn-paper {
  opacity: 0;
  transform-origin: center bottom;
  transform: translateY(10%);
}

.fadeIn-paper-s.is-on {
  animation: fadeIn-paper 1.2s forwards, remove-filter 0.5s 1.2s forwards;
  filter: url(#paper-warp);
  will-change: filter, transform;
}

.fadeIn-paper-l.is-on {
  animation: fadeIn-paper 1.2s forwards, remove-filter 0.5s 1.2s forwards;
  filter: url(#paper-warp-l);
  will-change: filter, transform;
}
@media (max-width: 767px) {
  .fadeIn-paper-l.is-on {
    filter: none;
    transform: translateY(0) !important;
  }
}

@keyframes fadeIn-paper {
  0% {
    opacity: 0;
    transform: translateY(10%);
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes remove-filter {
  to {
    filter: none;
  }
}/*# sourceMappingURL=common.css.map */