@media print {
  html,
  body {
    min-width: 1024px !important;
    width: 1024px !important;
    max-width: 1024px !important;
  }

  body {
    -webkit-print-color-adjust: exact !important;
    print-color-adjust: exact !important;
  }

  @page {
    margin: 0.5in;
  }

  .header-pip-logo,
  header,
  footer,
  .page-title {
    display: none !important;
  }

  * {
    box-shadow: none !important;
    text-shadow: none !important;
    animation: none !important;
    transition: none !important;
  }

  body {
    margin: 0;
    padding: 0;
    font-size: 12pt;
    line-height: 1.4;
    color: #000;
    background: #fff;
    opacity: 1 !important;
    animation: none !important;
  }

  .product-intro {
    margin-top: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin-bottom: 5px !important;
  }

  .product-intro .product-images-container {
    margin-bottom: 5px !important;
  }

  .product-intro .main-image-container {
    margin-bottom: 5px !important;
  }

  .product-intro .product-categories {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
  }

  .product-intro .product-title {
    margin: 5px 0 !important;
    padding-bottom: 5px !important;
  }

  .product-intro .product-content {
    margin-bottom: 5px !important;
  }

  .product-intro .purchase-btn {
    margin-top: 5px !important;
  }

  .site-main {
    margin: 0;
    padding: 0;
  }

  .post-content {
    margin: 0;
    padding: 0;
  }

  a {
    color: #000;
    text-decoration: underline;
  }

  .container {
    page-break-inside: auto;
  }

  .product-video,
  .video-container,
  iframe {
    display: none !important;
  }

  .purchase-btn,
  .product-shop,
  .product-contact,
  .product-related,
  .product-others {
    display: none !important;
  }

  .related-products {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 10px !important;
    width: 100% !important;
  }

  .related-products .related-product-item {
    width: 100% !important;
    page-break-inside: auto;
    margin-bottom: 10px;
  }

  .category-section {
    page-break-before: auto;
    margin-bottom: 15px;
  }

  .product-others .container {
    width: 100% !important;
    max-width: 100% !important;
  }

  .category-section .container {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 10px !important;
  }

  .related-product-item .product-image,
  .product-image img {
    max-width: 100% !important;
    height: auto !important;
    page-break-inside: auto;
  }

  .related-product-item .product-info {
    text-align: center;
    margin-top: 5px;
  }

  .related-product-item .product-info .product-title {
    font-size: 14pt !important;
    font-weight: bold;
    margin-bottom: 5px;
  }

  .category-info {
    page-break-inside: auto;
    margin-bottom: 10px;
  }

  .category-info .category-name {
    font-size: 18pt !important;
    font-weight: bold;
  }

  .category-info .category-description {
    font-size: 12pt !important;
  }

  .product-features .features-grid {
    border: 1px solid #000 !important;
  }

  .product-features .feature-item {
    page-break-inside: auto;
  }

  .product-faq .faq-item {
    page-break-inside: auto;
  }

  .product-faq .faq-answer {
    max-height: none !important;
    opacity: 1 !important;
    transform: none !important;
    padding: 5px 0 !important;
  }

  .product-title {
    font-size: 18pt !important;
  }

  .product-content {
    font-size: 12pt !important;
  }

  .product-information {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
    background: none !important;
  }

  .product-information .container {
    gap: 2px !important;
  }

  .product-information .product-information-item {
    margin-bottom: 2px !important;
    gap: 2px !important;
  }

  .product-information .product-information-title {
    margin-bottom: 1px !important;
    padding-bottom: 1px !important;
  }

  .product-information .product-information-image {
    margin-top: 1px !important;
  }

  .product-information .product-information-image img {
    max-height: 80px !important;
    width: auto !important;
  }

  .product-voice {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
    background: none !important;
  }

  .product-voice .container {
    gap: 2px !important;
  }

  .product-voice .voice-ttl-container {
    margin-bottom: 2px !important;
  }

  .product-voice .voice-item {
    margin-bottom: 2px !important;
    padding: 2px !important;
  }

  .product-voice .voice-picture {
    margin-bottom: 1px !important;
  }

  .product-voice .voice-review {
    margin-top: 1px !important;
  }

  .product-features {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
  }

  .product-features .features-ttl-container {
    margin-bottom: 2px !important;
  }

  .product-features .feature-item {
    margin-bottom: 1px !important;
  }

  .product-faq {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
  }

  .product-faq .faq-ttl-container {
    margin-bottom: 2px !important;
  }

  .product-faq .faq-item {
    margin-bottom: 2px !important;
  }

  .product-faq .faq-question {
    margin-bottom: 1px !important;
  }

  .product-intro {
    page-break-inside: auto;
  }

  .product-information {
    page-break-inside: auto;
    page-break-before: auto;
  }

  .product-voice {
    page-break-inside: auto;
    page-break-before: auto;
  }

  .product-features {
    page-break-inside: auto;
    page-break-before: auto;
  }

  .product-faq {
    page-break-inside: auto;
    page-break-before: auto;
  }

  .voice-ttl-container,
  .features-ttl-container,
  .faq-ttl-container {
    height: auto !important;
    margin-bottom: 2px !important;
  }

  .product-information-image,
  .voice-picture {
    margin-bottom: 1px !important;
  }

  .product-information .product-information-title .title {
    font-size: 14pt !important;
  }

  .product-information .product-information-title .number {
    font-size: 16pt !important;
  }

  .product-voice .voice-review {
    font-size: 12pt !important;
  }

  .product-features .feature-label,
  .product-features .feature-value {
    font-size: 12pt !important;
  }

  .product-faq .faq-question .question-title {
    font-size: 12pt !important;
  }

  .product-faq .faq-answer .answer-content {
    font-size: 11pt !important;
  }

  .category-content {
    display: block !important;
  }

  .container {
    padding: 0 !important;
    margin: 0 !important;
  }

  .product-information .product-information-image img,
  .product-voice .voice-picture img {
    margin: 0 !important;
    padding: 0 !important;
  }

  .product-information .product-information-title,
  .product-voice .voice-item,
  .product-features .feature-item,
  .product-faq .faq-item {
    line-height: 1.2 !important;
  }
}

/*------------------------------------------------------------ page title ----------------------------------------------------------------*/

.page-title .container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.print-btn {
  border: 2px solid #004097;
  padding: 7.5px 21px;
  border-radius: 9px;
  color: #004097;
  font-size: 16px;
  font-weight: 700;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: -9px;
  transform: translateX(136px);
  white-space: nowrap;
  min-width: fit-content;
  transition: all 0.3s ease;
}

.print-btn img {
  width: 19px;
  object-fit: contain;
}

@media (max-width: 1440px) and (min-width: 1071px) {
  .print-btn {
    transform: translateX(calc(136px + (100vw - 1440px) / 2));
  }
}

@media (max-width: 1070px) and (min-width: 768px) {
  .print-btn {
    transform: translateX(0);
  }
}

@media (max-width: 767px) {
}

/*------------------------------------------------------------ product images ----------------------------------------------------------------*/

.product-intro {
  margin-top: 55px;
}

.product-intro .product-images-container {
  display: flex;
  gap: 9%;
  margin-bottom: 90px;
}

.product-intro .product-images {
  min-width: 47.1%;
  max-width: 47.1%;
}

.product-intro .main-image-container {
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
  position: relative;
  border: 2px solid #cdcecd;
}

.product-intro .main-image {
  text-align: center;
  width: 82.5%;
  max-width: 82.5%;
  aspect-ratio: 424/518;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
}

.product-intro .main-image img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
}

/*------------------------------------------------------------ gallery ----------------------------------------------------------------*/

.product-intro .gallery-prev,
.product-intro .gallery-next {
  position: absolute;
  top: 50%;
  border-radius: 50%;
  width: 45px;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  background-color: #004097;
  border: 2px solid #004097;
  transition: all 0.3s ease;
}

.product-intro .gallery-prev {
  left: 0;
  transform: translate(-50%, -50%);
}

.product-intro .gallery-next {
  right: 0;
  transform: translate(50%, -50%);
}

.product-intro .gallery-prev-icon,
.product-intro .gallery-next-icon {
  width: 30%;
  aspect-ratio: 1/1;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translateX(20%) rotate(225deg);
  transition: all 0.3s ease;
}

.product-intro .gallery-next-icon {
  transform: translateX(-20%) rotate(45deg);
}

@media (hover: hover) {
  .product-intro .gallery-prev:hover,
  .product-intro .gallery-next:hover {
    background-color: #fff;
  }
  .product-intro .gallery-prev:hover .gallery-prev-icon,
  .product-intro .gallery-next:hover .gallery-next-icon {
    border-top: 2px solid #004097;
    border-right: 2px solid #004097;
  }
}

.product-intro .gallery-thumbnails {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 2%;
}

.product-intro .thumbnail-item {
  width: 12.54%;
  max-width: 12.54%;
  border: 2px solid #cdcecd;
  padding: 5px 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2%;
}

.product-intro .thumbnail-item.active {
  border-color: #004097;
}

.product-intro .thumbnail-item img {
  width: 69%;
  max-width: 69%;
  aspect-ratio: 424/518;
  object-fit: contain;
}

/*------------------------------------------------------------ product info ----------------------------------------------------------------*/

.product-intro .product-categories {
  display: flex;
  align-items: center;
  margin-top: 20px;
}

.product-intro .category-list {
  display: flex;
}

.product-intro .category-item {
  display: inline-flex;
  align-items: center;
  gap: 15px;
  color: #fff;
  padding: 7px 25px;
  border-radius: 50px;
  font-size: 21px;
  font-weight: 800;
}

.product-intro .category-item img {
  height: 22px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.product-intro .product-title {
  font-size: 37px;
  font-weight: 800;
  color: #004097;
  margin: 15px 0 30px 0;
  padding-bottom: 30px;
  border-bottom: 2px solid #cdcecd;
  line-height: 1.45;
}

.product-intro .product-content {
  color: #000;
  font-size: 18px;
  line-height: 1.6;
}

.product-intro .purchase-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  background: #ffbf57;
  color: #fff;
  padding: 15px 24px;
  border-radius: 10px;
  text-decoration: none;
  font-weight: 700;
  font-size: 28px;
  margin-top: 45px;
  width: 100%;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  transition: all 0.3s ease;
}

.product-intro .purchase-btn img {
  width: 34px;
  object-fit: contain;
}

.product-intro .product-video {
  margin-bottom: 110px;
}

.product-intro .video-container {
  position: relative;
  width: 100%;
  max-width: 889px;
  margin: 0 auto;
  overflow: hidden;
  aspect-ratio: 16 / 9;
}

.product-intro .video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  display: block;
}

@media screen and (max-width: 1148px) and (min-width: 768px) {
  .product-intro .container {
    width: 96%;
  }
  .product-intro .product-images-container {
    gap: max(30px, 9%);
  }
  .product-intro .product-images {
    min-width: max(47.1%, 380px);
  }
  .product-intro .product-title {
    font-size: max(30px, 3.2vw);
  }
}

@media (max-width: 767px) {
  .page-title .breadcrumb .current-title {
    display: block;
    margin-top: 1vw;
  }
  .product-intro {
    margin-top: 8vw;
  }

  .product-intro .product-categories {
    margin-top: 0;
  }

  .product-intro .product-images-container {
    flex-direction: column;
    align-items: center;
    gap: 0;
    margin-bottom: 13.4vw;
  }

  .product-intro .product-info {
    display: flex;
    flex-direction: column;
    width: 100%;
  }

  .product-intro .product-images {
    min-width: 90%;
    width: 90%;
    margin: 2vw auto 0;
  }

  .product-intro .product-title {
    font-size: 6.9vw;
    margin: 0.5vw 0 3.5vw 0;
    padding-bottom: 2vw;
    border-bottom: 0.6vw solid #cdcecd;
  }

  .product-intro .product-content {
    font-size: 4.2vw;
    margin-top: 3.5vw;
  }

  .product-intro .image-gallery {
    min-width: 88.9vw;
    overflow-x: auto;
  }

  .product-intro .gallery-thumbnails {
    flex-wrap: nowrap;
    gap: 2.6vw;
  }

  .product-intro .thumbnail-item {
    width: 23.2vw;
    max-width: 23.2vw;
    min-width: 23.2vw;
    padding: 0;
    border-width: 0.5vw;
  }

  .product-intro .thumbnail-item img {
    width: 90%;
    max-width: 90%;
  }

  .product-intro .container {
    width: 86.6%;
  }

  .product-intro .main-image-container {
    margin-bottom: 3vw;
    border-width: 0.5vw;
  }

  .product-intro .gallery-prev,
  .product-intro .gallery-next {
    width: 9vw;
  }

  .product-intro .gallery-prev {
    transform: translate(-80%, -65%);
  }

  .product-intro .gallery-next {
    transform: translate(80%, -65%);
  }

  .product-intro .gallery-prev-icon,
  .product-intro .gallery-next-icon {
    width: 2.5vw;
  }

  .product-intro .category-item {
    gap: 1vw;
    padding: 1vw 3.5vw;
    border-radius: 4.5vw;
    font-size: 3.2vw;
  }

  .product-intro .category-item img {
    height: 3.7vw;
  }

  .product-intro .purchase-btn {
    gap: 2.5vw;
    padding: 3.5vw 4vw;
    border-radius: 1.6vw;
    font-size: 4.8vw;
    margin-top: 7.5vw;
    width: 56vw;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .product-intro .purchase-btn img {
    width: 9vw;
  }

  .product-intro .product-video {
    margin-bottom: 12.6vw;
  }

  .product-intro .video-container {
    max-width: 100%;
  }
}
/*------------------------------------------------------------ product information ----------------------------------------------------------------*/

.product-information {
  background: #eff8ff;
  padding-top: 100px;
  padding-bottom: 110px;
}

.product-information .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 45px;
  max-width: 470px;
}

.product-information .product-information-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  width: 100%;
}

.product-information .product-information-title {
  display: flex;
  align-items: flex-start;
  width: 100%;
  padding: 0 0.25em;
  border-bottom: 2px solid #a2d7ff;
}

.product-information .product-information-title .title {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 700;
  color: #004097;
  padding-bottom: 10px;
  width: 100%;
}

.product-information .product-information-title .number {
  font-size: 42px;
  font-weight: 700;
  color: #004097;
}

.product-information .product-information-image {
  width: 100%;
  max-width: 300px;
  border-radius: 20px;
  overflow: hidden;
  display: flex;
}

.product-information .product-information-image img {
  width: 100%;
}

@media screen and (max-width: 1148px) {
  .product-information .container {
    max-width: 96%;
  }
}

@media (max-width: 767px) {
  .product-information {
    padding-top: 12.6vw;
    padding-bottom: 13vw;
  }

  .product-information .container {
    gap: 9vw;
    max-width: 86.6%;
  }

  .product-information .product-information-item {
    gap: 3.8vw;
  }

  .product-information .product-information-title {
    padding-bottom: 3vw;
    border-width: 0.5vw;
  }

  .product-information .product-information-title .title {
    font-size: 4.8vw;
    padding-bottom: 0em;
    line-height: 1.5;
  }

  .product-information .product-information-title .number {
    font-size: 4.8vw;
    margin-left: 0;
    line-height: 1.5;
  }

  .product-information .product-information-image {
    width: 100%;
    max-width: unset;
    border-radius: 2.6vw;
  }
}

/*------------------------------------------------------------ product manual ----------------------------------------------------------------*/

.product-manual {
  background: #fff;
  padding-top: 100px;
}

.product-manual .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 25px;
}

.product-manual .manual-ttl-container {
  position: relative;
  height: 38px;
  margin-bottom: 35px;
}

.product-manual .manual-ttl {
  height: 100%;
  object-fit: contain;
}

.product-manual .manual-content {
  width: 100%;
  max-width: 820px;
  overflow: hidden;
}

.product-manual .manual-content img {
  width: 100%;
  object-fit: contain;
}

@media screen and (max-width: 1148px) {
  .product-manual .container {
    max-width: 96%;
  }
}

@media (max-width: 767px) {
  .product-manual {
    padding-top: 12.6vw;
  }

  .product-manual .container {
    gap: 0vw;
    max-width: 86.6%;
  }

  .product-manual .manual-ttl-container {
    height: 6.9vw;
    margin-bottom: 8vw;
  }
}
/*------------------------------------------------------------ product voice ----------------------------------------------------------------*/

.product-voice {
  background: #ffefb5;
  padding-top: 100px;
  padding-bottom: 110px;
}

.product-voice .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 25px;
}

.product-voice .voice-ttl-container {
  position: relative;
  height: 38px;
  margin-bottom: 35px;
}

.product-voice .voice-ttl {
  height: 100%;
  object-fit: contain;
}

.product-voice .voice-item {
  display: flex;
  align-items: center;
  gap: 35px;
  max-width: 970px;
  border-radius: 20px;
  background: #fff;
  padding: 25px 55px;
}

.product-voice .voice-picture {
  min-width: 120px;
  min-height: 120px;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  overflow: hidden;
}

.product-voice .voice-picture img {
  width: 100%;
  height: 100%;
}

.product-voice .voice-info {
  display: flex;
  align-items: center;
  gap: 10px;
}

.product-voice .voice-info .voice-age {
  font-size: 20px;
  line-height: 2;
  font-weight: 800;
}

.product-voice .voice-info .voice-job {
  font-size: 13px;
  line-height: 1;
  font-weight: 700;
  background: #004097;
  border-radius: 12px;
  padding: 5.5px 10px;
  color: #fff;
  text-align: center;
}

.product-voice .voice-review {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.6;
}

@media screen and (max-width: 1148px) {
  .product-voice .container {
    max-width: 96%;
  }
}

@media (max-width: 767px) {
  .product-voice {
    padding-top: 13vw;
    padding-bottom: 13vw;
  }

  .product-voice .container {
    gap: 4vw;
    max-width: 86.6%;
  }

  .product-voice .voice-ttl-container {
    height: 6.9vw;
    margin-bottom: 4vw;
  }

  .product-voice .voice-item {
    gap: 0;
    max-width: 100%;
    border-radius: 5.3vw;
    padding: 6vw;
    flex-direction: column;
    align-items: center;
  }

  .product-voice .voice-picture {
    min-width: unset;
    min-height: unset;
    width: unset;
    height: unset;
    border-radius: unset;
    margin-right: auto;
    display: flex;
    gap: 4vw;
    align-items: center;
  }

  .product-voice .voice-picture img {
    width: 21vw;
    height: 21vw;
    border-radius: 50%;
  }

  .product-voice .voice-info {
    gap: 0;
    margin-bottom: 0;
    flex-direction: column;
    align-items: flex-start;
  }

  .product-voice .voice-info .voice-age {
    font-size: 4.8vw;
  }

  .product-voice .voice-info .voice-job {
    font-size: 3.7vw;
    border-radius: 3.2vw;
    padding: 1.1vw 3vw;
  }

  .product-voice .voice-review {
    font-size: 4vw;
    margin-top: 2.5vw;
    line-height: 1.8;
    letter-spacing: 0;
  }
}

/*------------------------------------------------------------ product features ----------------------------------------------------------------*/

.product-features {
  background: #fff;
  padding-top: 110px;
  padding-bottom: 55px;
}

.product-features .container {
  width: 970px;
}

.product-features .features-ttl-container {
  position: relative;
  height: 38px;
  margin-bottom: 66px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.product-features .features-ttl {
  height: 100%;
  object-fit: contain;
}

.product-features .features-grid {
  display: flex;
  flex-direction: column;
  border: 1px solid #cecece;
  border-radius: 20px;
  overflow: hidden;
}

.product-features .feature-item {
  display: flex;
  align-items: center;
}

.product-features .feature-item:not(:first-of-type) {
  position: relative;
}

.product-features .feature-item:not(:first-of-type)::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 65px;
  width: calc(100% - 130px);
  height: 1px;
  background: #cecece;
}

.product-features .feature-label {
  font-size: 18px;
  font-weight: 800;
  color: #004097;
  min-width: 33.5%;
  max-width: 33.5%;
  background: #eff8ff;
  padding: 24.5px 65px;
  line-height: 1.4;
}

.product-features .feature-value {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
  padding: 24.5px 65px;
}

@media screen and (max-width: 1148px) {
  .product-features .container {
    max-width: 96%;
  }
}

@media (max-width: 767px) {
  .product-features {
    padding-top: 12.5vw;
    padding-bottom: 6vw;
  }

  .product-features .container {
    max-width: 86.6%;
  }

  .product-features .features-ttl-container {
    height: 6.9vw;
    margin-bottom: 9.6vw;
  }

  .product-features .features-grid {
    border: 0.3vw solid #cecece;
    border-radius: 2.6vw;
  }

  .product-features .feature-item:not(:first-of-type)::before {
    left: 6.6vw;
    width: calc(100% - 13.2vw);
    height: 0.3vw;
  }

  .product-features .feature-label {
    font-size: 3.4vw;
    min-width: 47%;
    max-width: 47%;
    padding: 5.5vw 2.6vw 5.5vw 6.6vw;
  }

  .product-features .feature-value {
    font-size: 3.4vw;
    padding: 5.5vw 6.6vw;
  }
}

/*------------------------------------------------------------ product faq ----------------------------------------------------------------*/

.product-faq {
  background: #fff;
  padding-top: 55px;
  padding-bottom: 110px;
}

.product-faq .faq-ttl-container {
  position: relative;
  height: 38px;
  margin-bottom: 66px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.product-faq .faq-ttl {
  height: 100%;
  object-fit: contain;
}

.product-faq .faq-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  background-color: #d7e8ff;
  border-radius: 15px;
  padding: 27px 30px 27px;
}

.product-faq .faq-item {
  width: 100%;
}

.product-faq .faq-question {
  display: flex;
  align-items: center;
  gap: 30px;
  background: #fff;
  overflow: hidden;
  border-radius: 15px;
  padding: 15px 35px;
  cursor: pointer;
}

.product-faq .faq-question .question-title {
  flex: 1;
  margin: 0;
  font-size: 24px;
  font-weight: 700;
  color: #004097;
  letter-spacing: 0;
  padding-right: 1em;
  line-height: 1.5;
}

.product-faq .faq-toggle {
  position: relative;
  width: 20px;
  height: 20px;
}

.product-faq .faq-toggle::before {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  border: 3px solid #004097;
  border-top: none;
  border-left: none;
  top: 50%;
  right: 8px;
  transform: translateY(-70%) rotate(45deg);
  transition: transform 0.3s ease;
}

.product-faq .faq-item.active .faq-toggle::before {
  transform: translateY(-30%) rotate(225deg);
}

.product-faq .faq-answer {
  display: flex;
  align-items: flex-start;
  gap: 30px;
  padding: 20px 30px 0px 35px;
  max-height: none;
  opacity: 1;
}

.product-faq .faq-answer-wrapper {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: all 0.6s ease;
}

.product-faq .faq-item.active .faq-answer-wrapper {
  max-height: none;
  opacity: 1;
}

.product-faq .faq-icon {
  min-width: 50px;
  width: 50px;
  object-fit: contain;
}

.product-faq .faq-answer .answer-content {
  flex: 1;
  color: #000;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0;
}

@media screen and (max-width: 1148px) {
  .product-faq .container {
    max-width: 96%;
  }
}

@media (max-width: 767px) {
  .product-faq {
    padding-top: 7vw;
    padding-bottom: 13vw;
  }

  .product-faq .container {
    max-width: 94%;
  }

  .product-faq .faq-ttl-container {
    height: 6.9vw;
    margin-bottom: 8vw;
  }

  .product-faq .faq-list {
    gap: 3.3vw;
    border-radius: 2.6vw;
    padding: 4vw 3.7vw 4vw;
  }

  .product-faq .faq-question {
    gap: 4vw;
    border-radius: 2.6vw;
    padding: 2.5vw 3vw;
  }

  .product-faq .faq-question .question-title {
    font-size: 4.2vw;
    padding-right: 0;
  }

  .product-faq .faq-toggle {
    width: 3.3vw;
    height: 3.3vw;
  }

  .product-faq .faq-toggle::before {
    width: 3vw;
    height: 3vw;
    border: 0.8vw solid #004097;
    border-top: none;
    border-left: none;
    right: 0.5vw;
  }

  .product-faq .faq-answer {
    padding: 3.3vw 3.5vw 0 3vw;
    align-items: flex-start;
  }

  .product-faq .faq-item.active .faq-answer {
    gap: 4vw;
  }

  .product-faq .faq-icon {
    min-width: 9.3vw;
    width: 9.3vw;
  }

  .product-faq .faq-answer .answer-content {
    font-size: 4.2vw;
  }
}

/*------------------------------------------------------------ product shop ----------------------------------------------------------------*/

.product-shop {
  background: #fff7d6;
  padding-top: 85px;
  padding-bottom: 100px;
}

.product-shop .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.product-shop .shop-ttl-container {
  position: relative;
  height: 38px;
  margin-bottom: 66px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.product-shop .shop-ttl {
  height: 100%;
  object-fit: contain;
}

.product-shop .shop-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 25px;
  width: 855px;
  justify-content: center;
}

.product-shop .shop-link {
  width: 415px;
  height: 87px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.product-shop .shop-link img {
  width: 230px;
  object-fit: contain;
  transition: all 0.3s ease;
}

@media screen and (max-width: 1148px) {
  .product-shop .container {
    max-width: 96%;
  }

  .product-shop .shop-links {
    width: 80%;
    gap: 25px;
  }

  .product-shop .shop-link {
    width: calc(50% - 12.5px);
  }
}

@media (max-width: 767px) {
  .product-shop {
    padding-top: 12.5vw;
    padding-bottom: 14vw;
  }

  .product-shop .container {
    max-width: 86.6%;
  }

  .product-shop .shop-ttl-container {
    height: 6.9vw;
    margin-bottom: 8vw;
  }

  .product-shop .shop-links {
    flex-direction: column;
    gap: 3vw;
    width: 66%;
    margin: 0 auto;
  }

  .product-shop .shop-link {
    width: 100%;
    height: 14.5vw;
    border-radius: 2.6vw;
  }

  .product-shop .shop-link img {
    width: 34vw;
  }

  .product-shop .shop-link.amazon img {
    width: 34vw;
    padding-top: 1vw;
  }

  .product-shop .shop-link.rakuten img {
    width: 37.5vw;
  }

  .product-shop .shop-link.yodobashi img {
    width: 34vw;
    padding-top: 1vw;
  }
}

/*------------------------------------------------------------ product contact ----------------------------------------------------------------*/

.product-contact {
  background: #fff;
  padding-top: 110px;
  padding-bottom: 110px;
}

.product-contact .contact-container {
  background: #eff6ff;
  border-radius: 20px;
  padding: 70px 0px 70px 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-image: url(../images/products-post/contact-bg.png);
  background-size: 348px 229px;
  background-position: right bottom;
  background-repeat: no-repeat;
}

.product-contact .contact-title {
  position: relative;
  height: 38px;
  margin-bottom: 35px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.product-contact .contact-title .contact-ttl {
  height: 100%;
  object-fit: contain;
}

.product-contact .contact-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  max-width: 580px;
}

.product-contact .contact-info-text {
  font-size: 18px;
  line-height: 1.9;
  font-weight: 500;
  color: #000;
  text-align: center;
}

.product-contact .contact-info-btn {
  background: #004097;
  color: #fff;
  padding: 21px 50px;
  min-width: 310px;
  border-radius: 20px;
  font-weight: 700;
  font-size: 20px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #004097;
  transition: all 0.3s ease;
}

.product-contact .contact-info-btn::before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  top: 50%;
  right: 35px;
  transform: translateY(-50%) rotate(45deg);
  transition: all 0.3s ease;
}

@media (hover: hover) {
  .product-contact .contact-info-btn:hover {
    background-color: #fff;
    color: #004097;
  }

  .product-contact .contact-info-btn:hover::before {
    border-color: #004097;
    transform: translate(0.3em, -50%) rotate(45deg);
  }
}

@media screen and (max-width: 1148px) {
  .product-contact .container {
    max-width: 96%;
  }
}

@media (max-width: 767px) {
  .product-contact {
    padding-top: 13vw;
    padding-bottom: 13vw;
  }

  .product-contact .container {
    max-width: 86.6%;
  }

  .product-contact .contact-container {
    border-radius: 2.6vw;
    padding: 13.3vw 5.3vw;
    background-size: 37vw 27vw;
    background-image: url(../images/products-post/contact-bg-sp.png);
    background-position: right top;
  }

  .product-contact .contact-title {
    height: 6.9vw;
    margin-bottom: 7vw;
  }

  .product-contact .contact-info {
    gap: 6vw;
    max-width: 76vw;
  }

  .product-contact .contact-info-text {
    font-size: 4.2vw;
  }

  .product-contact .contact-info-btn {
    padding: 4.2vw 7.5vw;
    min-width: 56vw;
    border-radius: 2.6vw;
    font-size: 4.2vw;
  }

  .product-contact .contact-info-btn::before {
    width: 2.5vw;
    height: 2.5vw;
    right: 6vw;
    border-width: 0.6vw;
  }
}

/*------------------------------------------------------------ product related ----------------------------------------------------------------*/

.product-related {
  padding-top: 70px;
  padding-bottom: 100px;
}

.product-related .related-ttl-container {
  position: relative;
  height: 38px;
  margin-bottom: 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.product-related .related-ttl {
  height: 100%;
  object-fit: contain;
}

.category-info {
  display: flex;
  align-items: center;
  gap: 35px;
  margin-bottom: 45px;
  min-height: 75px;
  margin-right: auto;
  display: none !important;
}

.category-info .category-header {
  display: flex;
  align-items: center;
  gap: 15px;
}

.category-info .category-header .category-image {
  width: 75px;
  height: 75px;
  min-width: 75px;
  min-height: 75px;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.category-info .category-header .category-image img {
  height: 46px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.category-info .category-header .category-name {
  font-size: 39px;
  font-weight: 800;
  color: #000;
  padding-right: 35px;
  white-space: nowrap;
  line-height: 1;
  padding-right: 0 !important; /* 一時的に追加 */
  border-right: none !important; /* 一時的に追加 */
}

.category-info .category-description {
  font-size: 18px;
}

.related-products {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  gap: 35px;
}

.related-products .related-product-item {
  width: 22.5%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 25px;
  background: #fff;
  border-radius: 10px;
  padding: 33px 30px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.related-products .related-product-item .product-image {
  aspect-ratio: 396/387;
  max-height: 187px;
  min-height: 187px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: 90%;
}

.related-products .related-product-item .product-image img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
}

.related-products .related-product-item .product-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  justify-content: space-between;
  gap: 20px;
}

.related-products .related-product-item .product-info .product-title {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.03em;
  color: #000;
}

.related-products .related-product-item .product-info .product-link {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.03em;
  color: #004097;
  border: 2px solid #004097;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 87%;
  border-radius: 36px;
  transition: all 0.3s ease;
}

@media (hover: hover) {
  .related-product-item:hover .product-info .product-link {
    background: #004097;
    color: #fff;
  }
}

@media screen and (min-width: 1149px) {
  .related-products .related-product-item:nth-of-type(4) ~ .related-product-item:last-of-type {
    margin-right: auto;
  }
}

@media screen and (max-width: 1148px) {
  .product-related .container {
    max-width: 96%;
  }
  .related-products .related-product-item {
    padding: 2.8vw 2.6vw;
    width: 22.2%;
  }
  .related-products .related-product-item .product-image {
    aspect-ratio: 396/387;
    max-height: unset;
    min-height: unset;
    width: 80%;
    max-width: 80%;
  }
  .related-products .related-product-item .product-info .product-title {
    font-size: 16px;
  }
  .related-products .related-product-item .product-info .product-link {
    font-size: 12px;
    height: 30px;
  }
}

@media screen and (max-width: 1148px) and (min-width: 768px) {
  .related-products .related-product-item:nth-of-type(3) ~ .related-product-item:last-of-type {
    margin-right: auto;
  }
}

@media screen and (max-width: 979px) {
  .related-products {
    justify-content: space-between;
    column-gap: 5%;
  }

  .related-products .related-product-item {
    padding: 2.8vw 2.6vw;
    width: 30%;
  }

  .related-products .related-product-item .product-info .product-title {
    font-size: 18px;
  }
  .related-products .related-product-item .product-info .product-link {
    font-size: 14px;
    height: 36px;
  }
}

@media (max-width: 767px) {
  .product-related {
    padding-top: 10vw;
    padding-bottom: 7vw;
  }

  .product-related .container {
    max-width: 86.6%;
  }

  .product-related .related-ttl-container {
    height: 6.9vw;
    margin-bottom: 7vw;
  }

  .category-info {
    gap: 3vw;
    margin-bottom: 5vw;
    flex-direction: column;
    margin-right: unset;
  }

  .category-info .category-header {
    gap: 2vw;
    min-height: 14.6vw;
  }

  .category-info .category-header .category-image {
    width: 14.6vw;
    height: 14.6vw;
    min-width: 14.6vw;
    min-height: 14.6vw;
  }

  .category-info .category-header .category-image img {
    height: 9vw;
  }

  .category-info .category-header .category-name {
    font-size: 7.7vw;
    border-right: none !important;
    padding-right: 0 !important;
  }

  .category-info .category-description {
    font-size: 4.2vw;
    text-align: center;
    line-height: 1.65;
    text-align: left;
  }

  .related-products {
    gap: 4vw;
  }

  .related-products .related-product-item {
    width: 47.5%;
    gap: 4vw;
    padding: 4.2vw 4.2vw;
  }

  .related-products .related-product-item:nth-of-type(2) ~ .related-product-item:last-of-type {
    margin-right: auto;
  }

  .related-products .related-product-item .product-image {
    aspect-ratio: 396/387;
    max-height: 30.4vw;
    min-height: 30.4vw;
    width: auto;
  }

  .related-products .related-product-item .product-info {
    gap: 4vw;
  }

  .related-products .related-product-item .product-info .product-title {
    font-size: 4.2vw;
    text-align: center;
  }

  .related-products .related-product-item .product-info .product-link {
    font-size: 3.7vw;
    height: 7.5vw;
    border-radius: 5vw;
  }
}

/*------------------------------------------------------------ product others ----------------------------------------------------------------*/

.product-others {
  background: #fff;
  padding-top: 100px;
  padding-bottom: 110px;
}

.product-others .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 1168px;
}

.product-others .others-ttl-container {
  position: relative;
  height: 38px;
  margin-bottom: 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.product-others .others-ttl {
  height: 100%;
  object-fit: contain;
}

@media screen and (max-width: 1148px) {
  .product-others .container {
    max-width: 96%;
  }
}

@media (max-width: 767px) {
  .product-others {
    padding-top: 16vw;
    padding-bottom: 13.6vw;
  }

  .product-others .container {
    max-width: 86.6%;
  }

  .product-others .others-ttl-container {
    height: 6.9vw;
    margin-bottom: 7vw;
  }
}

/*------------------------------------------------------------ category tabs ----------------------------------------------------------------*/

.category-tabs {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-bottom: 65px;
}

.category-tab {
  background: #fff;
  border: 2px solid #ccc;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 34px;
  padding: 15px 25px;
  min-width: 264px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 24px;
  font-weight: 800;
}

.category-tab[style*="border-color"] {
  color: var(--border-color);
}

.category-tab:hover {
  transform: translateY(-4px);
}

.category-tab.active {
  color: #fff;
}

.category-tab.active[style*="border-color"] {
  background: var(--border-color);
}

.category-tab img {
  height: 36px;
  object-fit: contain;
}

.category-tab.active img {
  filter: brightness(0) invert(1);
}

.category-content {
  display: none;
}

.category-content.active {
  display: block;
}

.category-section {
  padding: 60px 0 50px;
  border-radius: 10px;
  margin-bottom: 45px;
}

.category-section .container {
  margin: 0 auto;
  padding: 0 34px;
}

.product-others .all-products-link {
  background: #004097;
  color: #fff;
  padding: 21px 50px;
  min-width: 310px;
  border-radius: 20px;
  font-weight: 700;
  font-size: 20px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  border: 2px solid #004097;
}

.product-others .all-products-link::before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  top: 50%;
  right: 35px;
  transform: translateY(-50%) rotate(45deg);
  transition: all 0.3s ease;
}

@media (hover: hover) {
  .product-others .all-products-link:hover {
    background-color: #fff;
    color: #004097;
  }

  .product-others .all-products-link:hover::before {
    border-color: #004097;
    transform: translate(0.3em, -50%) rotate(45deg);
  }
}

@media screen and (max-width: 1148px) {
  .product-others .container {
    max-width: 100%;
  }
  .category-section .container {
    padding: 0 2vw;
  }
  .category-content.active {
    max-width: 100%;
  }
  .category-tabs {
    width: 96%;
  }
  .category-tab {
    min-width: unset;
    flex: 1;
    max-width: 264px;
  }
}

@media (max-width: 767px) {
  .category-tabs {
    gap: 2.6vw;
    margin-bottom: 6.1vw;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 86.6%;
  }

  .category-tab {
    width: 41.2vw;
    min-width: 41.2vw;
    max-width: 41.2vw;
    border-width: 0.5vw;
    border-radius: 6.1vw;
    padding: 1.7vw 4.2vw;
    gap: 1.3vw;
    font-size: 4.8vw;
  }

  .category-tab img {
    height: 6.9vw;
    width: 9.3vw;
    margin-left: -4vw;
  }

  .category-section {
    padding: 8vw 0 8vw;
    border-radius: 0vw;
    margin-bottom: 7vw;
  }

  .category-section .container {
    padding: 0 6.7vw;
  }

  .product-others .all-products-link {
    padding: 4.2vw 5.5vw;
    min-width: 56vw;
    border-radius: 2.6vw;
    font-size: 4.2vw;
  }

  .product-others .all-products-link::before {
    width: 2.5vw;
    height: 2.5vw;
    right: 6vw;
    border-width: 0.6vw;
  }
}

@media (hover: hover) {
  .product-shop .shop-link:hover img,
  .print-btn:hover,
  .product-intro .purchase-btn:hover {
    opacity: 0.6;
  }
}

.product-faq + .product-contact {
  padding-top: 0 !important;
}