@charset "UTF-8";

html,
body {
  color: #707070;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 300;
  letter-spacing: 0.02em;
  line-height: 1.6;
}
img {
  max-width: 100%;
}
.a-font-en {
  font-family: "itc-avant-garde-gothic-pro", sans-serif;
}

/* PC*/
.pc {
  display: block;
}
.sp {
  display: none;
}
.pc_none {
  display: none !important;
}
.sp_none {
  display: inline-block !important;
}
.tr {
  text-align: right;
}
.h3 {
  text-align: center;
}

/* 以下新規コード */
button {
  margin: 0;
  padding: 0;
  border: none;
  box-shadow: none;
  background: transparent;
  cursor: pointer;
  font: inherit;
}

.l-inner {
  max-width: calc(820px + 10px * 2);
  margin-inline: auto;
  padding-inline: 10px;
}

.js-fadeIn {
  opacity: 0;
  transition: all 1.5s ease-out 0.7s;
}
.js-fadeIn.is-show {
  opacity: 1;
}


.p-hero_image img {
  width: 100%;
  height: 839px;
  object-fit: cover;
  object-position: center;
}

.l-lead {
  color: #FFFFFF;
  padding-top: 98px;
  padding-bottom: 210px;
}
.blueBG {
  background: #021473;
}

.p-lead_catchphrase {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 11px;
}
.p-lead_catchphrase p {
  font-size: 25px;
  line-height: 0.92;
}
.p-lead_catchphrase h1 {
  font-size: 50px;
  font-weight: 400;
  line-height: 1.4;
}

.p-lead_text {
  margin-top: 35px;
}
.p-lead_text p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  text-align: center;
  line-height: 2.2857;
  letter-spacing: normal;
}
.p-lead_text p + p {
  margin-top: 32px;
}

.c-bottomLink {
  position: fixed;
  z-index: 100;
  bottom: 34px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
.c-bottomLink_inner {
  background: rgba( 255, 255, 255, 0.3);
  padding-top: 23px;
  padding-bottom: 22px;
  border-radius: 35px;
}
.c-bottomLink_inner p {
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  transition: color 0.2s ease-in;
}
.c-bottomLink_inner.is-white p {
  color: #FFFFFF;
}

.l-product {
  height: 1069px;
  position: relative;
}
.l-product.item-body .p-bgImage.body,
.l-product.item-soul .p-bgImage.soul,
.l-product.item-mind .p-bgImage.mind {
  opacity: 1;
}

.p-bgImage {
  position: absolute;
  z-index: 5;
  inset: 0;
  opacity: 0;
  transition: opacity 1s ease;
}
.p-bgImage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-bgImage::after {
  content: "";
  position: absolute;
  z-index: 7;
  inset: 0;
  background: linear-gradient(180deg, rgba( 255, 255, 255, 0), rgba( 255, 255, 255, 1));
}

.p-product_swiperArea,
.p-product_swiper,
.p-product_swiper-wrapper,
.p-product_swiper-slide {
  height: 100%;
}

.p-product_swiperArea {
  position: relative;
  z-index: 10;
}

.p-product_swiper-slide {
  transition: opacity 0.3s ease;
}
.p-product_swiper-slide.swiper-slide-active {
  opacity: 1;
}
.p-product_swiper-slide.swiper-slide-prev,
.p-product_swiper-slide.swiper-slide-next {
  opacity: 0;
}

.p-proSwiper-prevBtn,
.p-proSwiper-nextBtn {
  display: block;
  position: absolute;
  top: calc(100% - 333px) !important;
  bottom: auto;
  width: 13px;
  height: 13px;
  background: #535891;
  pointer-events: fill;
}
.p-proSwiper-prevBtn svg,
.p-proSwiper-nextBtn svg {
  display: none;
}
.p-proSwiper-prevBtn {
  left: calc(50% - 117px) !important;
  clip-path: polygon(100% 0, 0 50%, 100% 100%);
}
.p-proSwiper-nextBtn {
  right: calc(50% - 117px) !important;
  clip-path: polygon(0 0, 0 100%, 100% 50%);
}

.p-psItem_main {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  gap: 26px;
  padding-bottom: 80px;
}

.p-psItem_head {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-psItem_head strong {
  color: #666666;
  font-size: 36px;
  font-weight: 300;
  line-height: 1.1666;
}
.p-psItem_head p.explainText,
.p-psItem_head p.priceText {
  font-size: 20px;
  font-weight: 500;
  line-height: 2;
}

.p-psItem_script p {
  font-size: 13px;
  font-weight: 400;
  line-height: 1.9231;
  letter-spacing: normal;
  text-align: center;
}
.p-psItem_link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 438px;
  min-height: 70px;
  border-radius: 35px;
  background: #535891;
  color: #FFFFFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.08em;
  text-align: center;
  text-decoration: none;
  transition: opacity 0.2s ease-in;
}
.p-psItem_link:hover {
  opacity: 0.8;
  color: #FFFFFF;
  text-decoration: none;
}

.p-product_images {
  position: absolute;
  inset: 0;
  z-index: 15;
  pointer-events: none;
}

.p-product_image {
  position: absolute;
  pointer-events: none;
  top: 43.5%;
  left: 50%;
  width: 194px;
  height: 411px;
  transition: transform 0.5s linear;
}
.p-product_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-product_image.active {
  z-index: 20;
  transform: 
    translate(-50%, -50%)
    scale(1);
}
.p-product_image.prev {
  z-index: 15;
  transform: 
    translate(-173%, -50%)
    scale(0.5);
}
.p-product_image.next {
  z-index: 15;
  transform: 
    translate(72%, -50%)
    scale(0.5);
}

.p-product_circles {
  position: absolute;
  z-index: 12;
  top: 153px;
  left: 50%;
  transform: translateX(-50%);
  width: 351px;
  aspect-ratio: 1 / 1;
}
.p-product_circle {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 1px solid #FFFFFF;
}
@keyframes circle {
  0% { opacity: 1;transform: scale(1);}
  33% { opacity: 1;}
  66% { opacity: 0;transform: scale(1.5);}
  99% { opacity: 0;transform: scale(1);}
  100% { opacity: 1;transform: scale(1);}
}
.p-product_circles.is-active .p-product_circle {
  animation: circle 3s linear infinite;
}
.p-product_circles.is-active .p-product_circle.circle1 {animation-delay: 0s;}
.p-product_circles.is-active .p-product_circle.circle2 {animation-delay: 1s;}
.p-product_circles.is-active .p-product_circle.circle3 {animation-delay: 2s;}
.p-product_circles.is-active .p-product_circle.circle4 {animation-delay: 3s;}

.l-material {
  padding-top: 140px;
  padding-bottom: 96px;
  background: #FFFFFF;
  position: relative;
}
.l-material::before {
  content: "";
  position: absolute;
  z-index: 10;
  top: -2px;
  left: 0;
  width: 100%;
  height: 4px;
  background: #FFFFFF;
}
.p-material_contents {
  display: flex;
  align-items: center;
  gap: 30px;
  padding-bottom: 45px;
  border: 1px solid #707070;
  padding: 20px;
}
.p-material_image {
  width: 270px;
  flex-shrink: 0;
}
.p-material_image img {
  width: 100%;
  height: 194px;
  object-fit: cover;
}
.p-material_body {
  flex: 1;
  padding-top: 5px;
}
.p-material_body h2 {
  color: #666666;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 0;
}
.p-material_body p {
  margin-top: 18px;
  color: #666666;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
  font-weight: 300;
  line-height: 2;
}

.p-material_body p.annotation {
  margin-top: 0;
  font-size: 8px;
  text-align: right;
}

.l-howToUse {
  padding-top: 0;
  padding-bottom: 193px;
  background: #FFFFFF;
}

.p-howToUse_title h2 {
  color: #333333;
  font-size: 42px;
  font-weight: 300;
  line-height: 1.4;
  text-align: center;
}

.p-howToUse_contents {
  margin-top: 42px;
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

.p-howToUse_images {
  width: 50%;
  flex-shrink: 0;
  display: flex;
  gap: 6px;
}

.p-howToUse_image {
  width: calc((100% - 6px) / 2);
  height: 270px;
}
.p-howToUse_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-howToUse_text p {
  padding-top: 54px;
  color: #666666;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
  font-weight: 300;
  line-height: 2.1538;
}

.l-voice {
  padding-top: 108px;
  padding-bottom: 162px;
}

.p-voice_text {
  text-align: center;
  color: #FFFFFF;
  font-size: 14px;
  line-height: 2.28571429;
  margin-bottom: 90px;
}

.p-voice_title h2 {
  color: #FFFFFF;
  font-size: 40px;
  line-height: 1.4;
  text-align: center;
  font-weight: 300;
}

.p-voice_buttonArea {
  margin-top: 41px;
  max-width: calc(820px + 10px * 2);
  margin-inline: auto;
  padding-inline: 10px;
}
.p-voice_buttons {
  display: flex;
  justify-content: center;
  gap: 14px;
}
.p-voice_buttons li {
  /* width: calc((100% - 14px * 4) / 5); */
  width: 130px;
}
.p-voice_button {
  background: #FFFFFF;
  padding: 11px 0px 8px;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  position: relative;
  width: 100%;
  min-height: 190px;
}
.p-voice_button.is-checked::after {
  content: "";
  position: absolute;
  bottom: -11px;
  left: 50%;
  transform: translateX(-50%);
  width: 26px;
  height: 20px;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  background: #FFFFFF;
}
.p-voice_buttonImg img {
  width: 100%;
  height: 130px;
}
.p-voice_buttonText {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 40px;
}
.p-voice_buttonPosition p {
  color: #666666;
  font-size: 8px;
  line-height: 1.375;
}
.p-voice_buttonName p {
  color: #666666;
  font-size: 11px;
  line-height: 1.3333;
}

.p-voice_mainCards {
  margin-top: 24px;
}
.p-vmCard {
  padding: 38px 38px 44px 30px;
  background: #FFFFFF;
  border-radius: 5px;
  display: none;
  flex-direction: row;
  align-items: flex-start;
  gap: 30px;
}
.p-vmCard.is-checked {
  display: flex;
}
.p-vmCard_head {
  display: flex;
  flex-shrink: 0;
  gap: 18px;
  height: fit-content;
}
.p-vmCard_image img {
  width: 147px;
  height: 183px;
}
.p-vmCard_headBody {
  padding-top: 12px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  width: 140px;
  position: relative;
}
.p-vmCard_headText {
  padding-left: 6px;
  display: flex;
  flex-direction: column;
  gap: 11px;
}
.p-vmCard_position {
  color: #666666;
  font-size: 11px;
  line-height: 1.3333;
}
.p-vmCard_name {
  color: #666666;
  font-size: 17px;
  line-height: 1.2941;
}
.p-vmCard_productImg {
  position: relative;
  z-index: 15;
}
.p-vmCard_productImg img {
  width: 61px;
  height: 129px;
}
.p-vmCard_headCircle {
  position: absolute;
  z-index: 10;
  bottom: 7px;
  right: 0;
  width: 100px;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  border: 0.5px solid #707070;
  display: grid;
  place-items: center;
}
.p-vmCard_headCircle p {
  color: #666666;
  font-size: 16px;
  line-height: 1.3125;
}

.p-vmCard_voiceArea {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding-top: 14px;
}

.p-vmCard_voiceItem {
  display: flex;
  flex-direction: column;
}
.p-vmCard_voiceItem.is-open.mb-14 {
  margin-bottom: -14px;
}
.p-vmCard_voiceItem.is-open .p-vmCard_voiceHead::after {
  transform: translateY(-50%);
}

.p-vmCard_voiceHead {
  color: #666666;
  padding: 6px 20px 6px 9px;
  background: #E5E5E5;
  position: relative;
}
.p-vmCard_voiceHead::before,
.p-vmCard_voiceHead::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  width: 10px;
  height: 1px;
  background: #707070;
}
.p-vmCard_voiceHead::after {
  transform: 
    translateY(-50%)
    rotate(90deg);
}
.p-vmCard_voiceHead p {
  font-size: 11px;
  font-weight: 500;
  line-height: 1.5;
  text-align: left;
}
.p-vmCard_voiceBody {
  display: none;
  padding: 12px;
}
.p-vmCard_voiceBody p {
  color: #666666;
  font-size: 11px;
  font-weight: 400;
  line-height: 1.5;
}
.p-vmCard_voiceBody p span {
  display: none;
}

.l-profile {
  padding-top: 116px;
  padding-bottom: 46px;
}
.l-profile_inner {
  padding-inline: 20px;
  max-width: calc(644px + 20px * 2);
}
.p-profile_contents {
  display: flex;
  gap: 23px;
}
.p-profile_image {
  flex-shrink: 0;
}
.p-profile_image img {
  width: 108px;
  height: 143px;
}
.p-profile_body {
  display: flex;
  flex-direction: column;
  gap: 22px;
}
.p-profile_name {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.p-profile_name p {
  color: #FFFFFF;
}
.p-profile_name p.ja {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3333;
}
.p-profile_name p.en {
  font-size: 15px;
  line-height: 1.6;
}
.p-profile_text p {
  color: #FFFFFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.6666;
}

.p-movie {
  padding-top: 13px;
  padding-bottom: 86px;
  max-width: calc(640px + 10px * 2);
}
.p-movie img {
  width: 100%;
  height: 370px;
}
.p-movie_youtube {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
}
.p-movie_youtube iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.l-faq {
  padding-top: 58px;
}
.p-faq_title h2 {
  color: #666666;
  font-size: 40px;
  font-weight: 400;
  line-height: 1.325;
  text-align: center;
  font-weight: 300;
}
.p-faq_list {
  margin-top: 42px;
  display: flex;
  flex-direction: column;
  gap: 58px;
}
.p-faq_item {
  border-bottom: none;
}
.p-faq_itemQ,
.p-faq_itemA_inner {
  display: flex;
  gap: 24px;
  width: 100%;
}

.p-faq_itemQ .text {
}

.p-faq_itemQ .text,
.p-faq_itemA_inner .text {
  color: #666666;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 11px;
  font-weight: 400;
  line-height: 1.625;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.p-faq_itemQ {
  position: relative;
  padding-bottom: 18px;
  padding-right: 40px;
  border-bottom: 0.5px solid #707070;
}
.p-faq_itemQ::before,
.p-faq_itemQ::after {
  content: "";
  position: absolute;
  top: 18px;
  right: 3px;
  width: 16px;
  height: 1px;
  background: #666666;
}
.p-faq_itemQ::after {
  transform: rotate(90deg);
}
.p-faq_item.is-open .p-faq_itemQ::after {
  transform: rotate(0);
}
.icon {
  color: #666666;
  font-size: 33px;
  line-height: 1;
}
.p-faq_itemA {
  padding-top: 17px;
  display: none;
}

/* ---------------------- */
/* --- DEVELOPER MSG --- */
/* ---------------------- */
.l-developerMsg {
  padding-top: 160px;
  padding-bottom: 86px;
}

.l-developerMsg .l-inner {
  max-width: calc(644px + 20px * 2);
  margin-inline: auto;
  padding-inline: 20px;
}
.p-developerMsg_title h2 {
  color: #FFFFFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.4;
  text-align: center;
  letter-spacing: 0.1em;
  margin-top: 0;
}
.p-developerMsg_contents {
  margin-top: 50px;
  display: flex;
  gap: 30px;
  align-items: flex-start;
}
.p-developerMsg_image {
  flex-shrink: 0;
}
.p-developerMsg_image img {
  width: 143px;
  height: 168px;
  object-fit: cover;
}
.p-developerMsg_body {
  padding-top: 4px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.p-developerMsg_role {
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5;
}
.p-developerMsg_name {
  color: #FFFFFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4;
}
.p-developerMsg_text p {
  color: #FFFFFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
  font-weight: 300;
  line-height: 1.9231;
}

/* ----------------------- */
/* --- COLLABORATION  --- */
/* ----------------------- */
.l-collaboration {
  padding-top: 86px;
  padding-bottom: 86px;
  background: #FFFFFF;
}
.p-collaboration_title h2 {
  font-size: 40px;
  font-weight: 400;
  line-height: 1.4;
  text-align: center;
  color: #666666;
  font-weight: 300;
}
.p-collaboration_contents {
  margin-top: 80px;
  display: flex;
  gap: 40px;
  align-items: flex-start;
}
.p-collaboration_image {
  flex-shrink: 0;
}
.p-collaboration_image img {
  width: 163px;
}
.p-collaboration_body {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding-top: 8px;
}
.p-collaboration_name {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.p-collaboration_name p.ja {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3333;
  color: #666666;
}
.p-collaboration_name p.en {
  font-size: 15px;
  line-height: 1.6;
  color: #666666;
}
.p-collaboration_text p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.9231;
  color: #666666;
}
.p-collaboration_box {
  margin-top: 32px;
  border: 0.5px solid #707070;
  padding: 20px 24px 22px;
}
.p-collaboration_boxTitle {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
  color: #666666;
}
.p-collaboration_boxText {
  margin-top: 10px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.8333;
  color: #666666;
}

.p-voice_pagination {
  margin-top: 18px;
}
.p-voice_pagiNav {
  display: flex;
  justify-content: center;
  gap: 40px;
}
.p-voice-pagiNavBtn {
  width: 1.5vw;
  height: 1.5vw;
  background: #FFFFFF;
}
.p-voice-prevBtn {
  clip-path: polygon(0 50%, 100% 100%, 100% 0);
}
.p-voice-nextBtn {
  clip-path: polygon(0 100%, 100% 50%, 0 0);
}
