@charset "UTF-8";
.p-product_content section{
  margin: 40px auto;
  max-width: 1200px;
  background: #fff;
}
.Philosophy_container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 40px;
}
@media (max-width: 768px) {
  .Philosophy_container {
    padding: 60px 20px;
  }
}
.Philosophy_subtitle {
  display: block;
  text-align: center;
  font-size: 0.9rem;
  color: #8FC2A9;
  letter-spacing: 0.2em;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.Philosophy_title {
  font-size: 2.5rem;
  text-align: center;
  margin-bottom: 60px;
  font-family: "Zen Old Mincho", serif;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .Philosophy_title {
    font-size: 2rem;
  }
}
.Philosophy_content {
  max-width: 700px;
  margin: 0 auto 80px;
  font-size: 1.1rem;
  line-height: 2.2;
}
.Philosophy_content p {
  margin-bottom: 2rem;
  font-weight: 400;
}
.Philosophy_imageWrapper {
  position: relative;
  height: 600px;
  overflow: hidden;
}
.Philosophy_imageFrame {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  clip-path: inset(0);
}
.Philosophy_image {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100vw;
  height: 100vh;
  pointer-events: none;
  background: url(https://d2w53g1q050m78.cloudfront.net/materalianjp/uploads/assets/img/bg_001.webp) no-repeat 50% 50%/cover;
}

.Problem {
  background: linear-gradient(to bottom, #fafbfc 0%, #ffffff 100%);
  position: relative;
}
.Problem::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 400px;
  background: radial-gradient(circle at 50% 0%, rgba(165, 211, 224, 0.03) 0%, transparent 70%);
  pointer-events: none;
}
.Problem_container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 40px;
}
@media (max-width: 768px) {
  .Problem_container {
    padding: 60px 20px;
  }
}
.Problem_title {
  font-size: 2.5rem;
  text-align: center;
  margin-bottom: 20px;
  font-family: "Zen Old Mincho", serif;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .Problem_title {
    font-size: 2rem;
  }
}
.Problem_lead {
  text-align: center;
  font-size: 1.1rem;
  color: #666666;
  margin-bottom: 60px;
}
.Problem_text {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 60px;
  position: relative;
  z-index: 1;
}
.Problem_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px;
  text-align: center;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .Problem_grid {
    grid-template-columns: 1fr;
    gap: 50px;
  }
}
@media (min-width: 769px) {
  .Problem_grid .Problem_item:not(:last-child) {
    position: relative;
  }
  .Problem_grid .Problem_item:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -30px;
    transform: translateY(-50%);
    width: 1px;
    height: 80%;
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.1) 80%, transparent 100%);
  }
}
.Problem_item {
  position: relative;
  padding: 40px 0;
  transition: all 0.4s cubic-bezier(0.25, 0.1, 0.25, 1);
}
@media (max-width: 768px) {
  .Problem_item {
    padding: 0;
  }
}
.Problem_item:hover {
  transform: translateY(-8px);
}
.Problem_item:hover .Problem_icon {
  transform: scale(1.15);
}
.Problem_item:hover h3 {
  color: #a5d3e0;
}
.Problem_item:nth-child(2) {
  transition-delay: 0.15s;
}
.Problem_item:nth-child(3) {
  transition-delay: 0.3s;
}
.Problem_icon {
  font-size: 4rem;
  margin-bottom: 20px;
  filter: grayscale(0.3);
  transition: all 0.4s cubic-bezier(0.25, 0.1, 0.25, 1);
  display: inline-block;
}
@media (max-width: 768px) {
  .Problem_icon {
    font-size: 3.5rem;
  }
}
.Problem_item h3 {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 20px;
  color: #333;
  letter-spacing: 0.02em;
  transition: color 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  position: relative;
  display: inline-block;
}
@media (max-width: 768px) {
  .Problem_item h3 {
    font-size: 1.5rem;
  }
}
.Problem_item h3::after {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 2px;
  background: linear-gradient(to right, transparent, #a5d3e0, transparent);
  opacity: 0.6;
}
.Problem_item p {
  font-size: 1rem;
  line-height: 1.9;
  color: #666;
  margin-top: 40px;
}
@media (max-width: 768px) {
  .Problem_item p {
    font-size: 0.95rem;
  }
}

.Solution {
  background-color: #f9fbfd;
}
.Solution_container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 40px;
}
@media (max-width: 768px) {
  .Solution_container {
    padding: 60px 20px;
  }
}
.Solution_title {
  font-size: 2.5rem;
  text-align: center;
  margin-bottom: 20px;
  font-family: "Zen Old Mincho", serif;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .Solution_title {
    font-size: 2rem;
  }
}
.Solution_lead {
  text-align: center;
  font-size: 1.1rem;
  color: #666666;
  margin-bottom: 60px;
}
.Solution_block {
  display: flex;
  align-items: center;
  gap: 60px;
  margin-bottom: 80px;
}
.Solution_block.-reverse {
  flex-direction: row-reverse;
}
@media (max-width: 768px) {
  .Solution_block {
    flex-direction: column;
  }
  .Solution_block.-reverse {
    flex-direction: column;
  }
}
.Solution_img {
  flex: 1;
  width: 50%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}
@media (max-width: 768px){
  width: 100%;
}
.Solution_content {
  flex: 1;
}
.Solution_content h3 {
  font-size: 1.8rem;
  margin-bottom: 20px;
  border-bottom: 2px solid #a5d3e0;
  display: inline-block;
  padding-bottom: 5px;
}
.Solution_content p {
  line-height: 2;
}

.Voice {
  background: #ffffff;
  border-top: 1px solid #eee;
}
.Voice_container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 40px;
}
@media (max-width: 768px) {
  .Voice_container {
    padding: 60px 20px;
  }
}
.Voice_title {
  font-size: 2.5rem;
  text-align: center;
  margin-bottom: 60px;
  font-family: "Zen Old Mincho", serif;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .Voice_title {
    font-size: 2rem;
  }
}
.Voice_grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
@media (max-width: 768px) {
  .Voice_grid {
    grid-template-columns: 1fr;
  }
}
.Voice_item {
  background: #f8f8f8;
  padding: 30px;
  border-radius: 8px;
  font-style: italic;
}
.Voice_item:nth-child(2) {
  transition-delay: 0.2s;
}
.Voice_header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 15px;
}
.Voice_user {
  display: flex;
  align-items: center;
  gap: 12px;
}
.Voice_icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #8FC2A9;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  flex-shrink: 0;
}
.Voice_userInfo {
  display: flex;
  flex-direction: column;
}
.Voice_name {
  font-weight: 600;
  font-size: 0.95rem;
  margin-bottom: 2px;
}
.Voice_meta {
  font-size: 0.8rem;
  color: #666666;
}
.Voice_rating {
  display: flex;
  gap: 2px;
}
.Voice_star {
  color: #ffd700;
  font-size: 1rem;
}
.Voice_text {
  line-height: 1.8;
  color: #333;
  margin-bottom: 15px;
}
.Voice_verified {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 0.75rem;
  color: #a5d3e0;
  background: rgba(143, 194, 169, 0.1);
  padding: 6px 12px;
  border-radius: 20px;
  font-weight: 500;
  position: relative;
  z-index: 1;
}
.Voice_verified::before {
  content: "✓";
  font-weight: 700;
}

.Scene {
  padding-top: 0;
  position: relative;
}
.Scene_gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
}
@media (max-width: 768px) {
  .Scene_gallery {
    grid-template-columns: 1fr;
  }
}
.Scene_gallery img {
  position: relative;
  width: 100%;
  height: 300px;
  object-fit: cover;
  transition: transform 0.5s ease, filter 0.4s ease;
  will-change: transform;
  filter: brightness(0.9);
}
.Scene_gallery img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  opacity: 0;
  transition: opacity 0.4s ease;
  z-index: 1;
}
.Scene_gallery img:hover {
  transform: scale(1.1);
  filter: brightness(1.1);
}
.Scene_gallery img:hover::before {
  opacity: 1;
}
.Scene_text {
  text-align: center;
  padding: 60px 20px;
  background: #111;
  color: #ffffff;
  position: relative;
  overflow: hidden;
}
.Scene_text::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(165, 211, 224, 0.1) 0%, transparent 70%);
  animation: float 8s ease-in-out infinite;
}
.Scene_text h3 {
  font-size: 2rem;
  margin-bottom: 10px;
  position: relative;
  z-index: 1;
}
.Scene_text p {
  position: relative;
  z-index: 1;
}

.Faq {
  background: #f9f9f9;
}
.Faq_container {
  max-width: 900px;
  margin: 0 auto;
  padding: 80px 40px;
}
@media (max-width: 768px) {
  .Faq_container {
    padding: 60px 20px;
  }
}
.Faq_subtitle {
  display: block;
  text-align: center;
  font-size: 0.9rem;
  color: #8FC2A9;
  letter-spacing: 0.2em;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.Faq_title {
  font-size: 2.5rem;
  text-align: center;
  margin-bottom: 60px;
  font-family: "Zen Old Mincho", serif;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .Faq_title {
    font-size: 2rem;
  }
}
.Faq_list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.Faq_item {
  background: #ffffff;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #eee;
}
.Faq_item.-active .Faq_question .Faq_icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.Faq_item.-active .Faq_answer {
  grid-template-rows: 1fr;
  max-height: 5000px;
  overflow: visible;
}
.Faq_question {
  width: 100%;
  padding: 40px;
  background: none;
  border: none;
  text-align: left;
  font-size: 1rem;
  font-weight: 500;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: background 0.2s ease;
}
.Faq_question:hover {
  background-image: linear-gradient(0deg, #ffffff, #fafafa);
}
@media (max-width: 768px) {
  .Faq_question {
    padding: 20px;
    font-size: 0.95rem;
  }
}
.Faq_icon {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  position: relative;
  transition: transform 0.3s ease;
}
.Faq_icon::before, .Faq_icon::after {
  content: "";
  position: absolute;
  background: #222222;
  transition: transform 0.3s ease;
}
.Faq_icon::before {
  width: 100%;
  height: 2px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.Faq_icon::after {
  width: 2px;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
[aria-expanded=true] .Faq_icon::after {
  transform: translateX(-50%) rotate(90deg);
}
.Faq_answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}
.Faq_answer > div {
  padding: 0 40px 40px;
}
@media (max-width: 768px) {
  .Faq_answer > div {
    padding: 0 20px 20px;
  }
}
.Faq_answer p {
  line-height: 1.8;
  color: #666;
}

.Gallery {
  width: 100vw;
  padding: 80px 0;
  overflow: hidden;
  position: relative;
  background: linear-gradient(to bottom, #fff, #f0f8ff);
}
.Gallery::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
}
.Gallery_track {
  display: flex;
  width: max-content;
}
.Gallery_track img {
  object-fit: cover;
  transition-property: opacity, transform;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  filter: grayscale(0.2);
  will-change: transform;
}
.Gallery_track img:hover {
  opacity: 1;
  transform: scale(1.05);
  filter: grayscale(0);
  z-index: 2;
}

@keyframes scrollGallery {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.Howto {
  overflow: hidden;
}
.Howto_container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 40px;
}
@media (max-width: 768px) {
  .Howto_container {
    padding: 60px 20px;
  }
}
.Howto_subtitle {
  display: block;
  text-align: center;
  font-size: 0.9rem;
  color: #8FC2A9;
  letter-spacing: 0.2em;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.Howto_title {
  font-size: 2.5rem;
  text-align: center;
  margin-bottom: 20px;
  font-family: "Zen Old Mincho", serif;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .Howto_title {
    font-size: 2rem;
  }
}
.Howto_lead {
  text-align: center;
  font-size: 1.1rem;
  color: #666666;
  margin-bottom: 60px;
}
.Howto_grid {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 50px;
  position: relative;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 768px) {
  .Howto_grid {
    flex-direction: column;
    gap: 50px;
  }
}
.Howto_step {
  flex: 1;
  text-align: center;
  position: relative;
  padding: 0 20px;
  text-align: center;
  padding-top: 20px;
  min-width: 250px;
  max-width: 360px;
}
@media (max-width: 768px) {
  .Howto_step {
    max-width: 100%;
  }
}
.Howto_step:not(:last-child)::after {
  position: absolute;
  top: 90px;
  right: -50px;
  width: 100px;
  height: 1px;
  background: #a5d3e0;
  z-index: 0;
  display: block;
}
@media (max-width: 768px) {
  .Howto_step:not(:last-child)::after {
    top: auto;
    bottom: -30px;
    left: 50%;
    width: 1px;
    height: 60px;
    transform: translateX(-50%);
  }
}
.Howto_step:not(:last-child) .Howto_step_imgWrap::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -60px;
  width: 6px;
  height: 6px;
  transform: translateY(-50%) rotate(45deg);
}
@media (max-width: 768px) {
  .Howto_step:not(:last-child) .Howto_step_imgWrap::after {
    display: none;
  }
}
.Howto_step:hover .Howto_step_imgWrap {
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(165, 211, 224, 0.3);
}
.Howto_step h3 {
  font-size: 1.2rem;
  margin-bottom: 15px;
  color: #222222;
}
.Howto_step p {
  font-size: 0.9rem;
  line-height: 1.8;
  color: #666;
}
.Howto_label {
  font-family: "Zen Old Mincho", serif;
  font-size: 1.2rem;
  color: #a5d3e0;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
  font-weight: 600;
}
.Howto_label span {
  font-size: 1.4rem;
}
.Howto_imgWrap {
  width: 200px;
  height: 200px;
  background: #ffffff;
  border-radius: 50%;
  margin: 0 auto 25px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 25px rgba(165, 211, 224, 0.2);
  position: relative;
  z-index: 2;
  border: 1px solid rgba(165, 211, 224, 0.2);
  transition: transform 0.4s cubic-bezier(0.25, 0.1, 0.25, 1);
}
@media (max-width: 768px) {
  .Howto_imgWrap {
    width: 260px;
    height: 260px;
  }
}
.Howto_imgWrap img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.Howto_imgFrame {
  width: 60%;
  margin: 20px auto;
  max-width: 180px;
  border-radius: 4px;
}
.Howto_img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 1/1;
}
.Howto_time {
  font-family: "Zen Old Mincho", serif;
  font-size: 1.6rem;
  color: #8FC2A9;
  margin-bottom: 10px;
}
.Howto_stepTitle {
  margin-top: 20px;
}
.Howto_steps {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 60px;
  flex-wrap: wrap;
}
.Howto_note {
  text-align: center;
  font-size: 0.85rem;
  color: #888;
  background: #ffffff;
  display: inline-block;
  padding: 15px 40px;
  border-radius: 50px;
  margin-top: 30px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03);
  border: 1px solid #eee;
}
.Howto_imageWrapper {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
  padding: 30px;
  background: linear-gradient(135deg, #f0f4f8 0%, #e8eff5 100%);
  border-radius: 8px;
}
@media (max-width: 768px) {
  .Howto_imageWrapper {
    padding: 20px;
  }
}
.Howto_corner {
  position: absolute;
  width: 50px;
  height: 50px;
  border: 1.5px solid #a5d3e0;
  z-index: 2;
}
@media (max-width: 768px) {
  .Howto_corner {
    width: 35px;
    height: 35px;
    border-width: 1px;
  }
}
.Howto_corner.-tl {
  top: 0;
  left: 0;
  border-right: none;
  border-bottom: none;
}
.Howto_corner.-tr {
  top: 0;
  right: 0;
  border-left: none;
  border-bottom: none;
}
.Howto_corner.-bl {
  bottom: 0;
  left: 0;
  border-right: none;
  border-top: none;
}
.Howto_corner.-br {
  bottom: 0;
  right: 0;
  border-left: none;
  border-top: none;
}
.Howto_imageFrame {
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .Howto_imageFrame {
    box-shadow: 0 0 0 8px #ffffff, 0 4px 20px rgba(0, 0, 0, 0.1);
  }
}
.Howto_image {
  display: block;
  width: 100%;
  height: 600px;
  object-fit: cover;
  border-radius: 4px;
}
@media (max-width: 768px) {
  .Howto_image {
    height: 400px;
  }
}
