@charset "utf-8";

/*========================================
  spn01 シャワーヘッド専用 CSS（PC版固定）
  2025.09.21
========================================*/

/*----------------------------------------
  変数定義
----------------------------------------*/
:root {
  --spn01-container-width: 630px;
  --spn01-img-size: 290px;
  --spn01-gap: 24px;
  --spn01-title-color: #006e93;
  --spn01-text-color: #4d4d4d;
  --spn01-font-sans: "Helvetica Neue", "Hiragino Sans", "Noto Sans JP", Arial, sans-serif;
}

/*----------------------------------------
  全体設定
----------------------------------------*/
body.spn01-body {
  font-family: var(--spn01-font-sans);
  font-size: 16px;
  line-height: 1.6;
  color: #333;
  margin: 0;
  padding: 0;
}

/*----------------------------------------
  メインラッパー & 画像
----------------------------------------*/
.spn01 {
  width: 1040px;
  margin: 0 auto;
}

.spn01_imgwrap,
.voice-wrapper {
  width: 1040px;
  max-width: 1040px;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
  text-align: center;
}

/*----------------------------------------
  メッセージボックス
----------------------------------------*/
.message-box {
  background-color: #e6eff4;
  padding: 20px;
  font-size: 1.1em;
  color: var(--spn01-title-color);
  max-width: 1040px;
  text-align: center;
  margin: 0 auto;
}

/*----------------------------------------
  商品ボックス
----------------------------------------*/
.product-box {
  display: flex;
  align-items: center;
  padding: 50px;
  max-width: var(--spn01-container-width);
  margin: 50px auto;
}

.product-image {
  width: 290px;
  height: 290px;
  object-fit: cover;
  margin-right: 20px;
}

.product-info h2 {
  margin-bottom: 10px;
  font-size: 1.3em;
  color: #333;
}

.price {
  font-weight: 700;
  margin: 10px 0;
}

.price-amount {
  font-size: 30px;
  color: var(--spn01-text-color);
}

.price-tax {
  font-size: 16px;
  color: var(--spn01-text-color);
  margin-left: 5px;
  vertical-align: baseline;
}

/*----------------------------------------
  エルセ紹介ブロック
----------------------------------------*/
.elsse-block {
  display: flex;
  justify-content: center;
  margin: 50px 0;
}

.elsse-inner {
  width: var(--spn01-container-width);
  display: flex;
  gap: 30px;
  align-items: center;
  margin: 0 auto;
  max-width: 940px;
  box-sizing: border-box;
}

.elsse-image {
  flex: 0 0 var(--spn01-img-size);
  width: var(--spn01-img-size);
  height: var(--spn01-img-size);
}

.elsse-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.elsse-text {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
}

.elsse-title {
  margin-bottom: 10px;
  color: var(--spn01-title-color);
  font-size: 22px;
  line-height: 1.4;
  font-weight: 700;
}

.elsse-desc {
  margin: 0;
  color: var(--spn01-text-color);
  font-size: 15px;
  line-height: 1.8;
}

/*----------------------------------------
  補助画像
----------------------------------------*/
.elsse-img {
  width: 940px;
  max-width: 100%;
  margin: 50px auto;
  text-align: center;
}

.elsse-img img {
  width: 100%;
  max-width: 630px;
  height: auto;
  display: block;
  margin: 50px auto;
  box-sizing: border-box;
}

/*----------------------------------------
  コメントセクション
----------------------------------------*/
.comment-section {
  width: 1040px;
  min-height: 625px;
  background: url(../img/spn01_img6.webp) center / contain no-repeat;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
  padding: 0 100px;
  box-sizing: border-box;
}

.comment-section ul {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.comment-section li.comment-box {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 10px;
  border-radius: 8px;
  margin-left: auto;
}

.comment-box p,
.comment-box2 p {
  margin: 0;
  font-size: 16px;
  color: #333;
  line-height: 1.5;
  text-align: right;
}

.comment-box2 {
  display: inline-block;
  border-radius: 8px;
  margin-bottom: 30px;
}

.comment-box2 img[src="common/img/spn01_img7.png"] {
  display: block;
  margin-left: auto;
  margin-right: 0;
}

/*----------------------------------------
  特徴2セクション
----------------------------------------*/
.elsse-feature2 {
  max-width: 1040px;
  margin: 50px auto;
  text-align: center;
}

.elsse-feature2 .message-box {
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 20px;
}

.elsse-feature2 p {
  line-height: 1.8;
  margin-top: 50px;
}

/*----------------------------------------
  お客様の声
----------------------------------------*/
.customer-voice {
  background-color: #e6eff4;
  padding: 50px 0;
}

.customer-voice.white-bg {
  background-color: #fff;
}

.voice-wrapper {
  width: 1240px; /* 画像幅1040px + 両サイド100px余白 */
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
  border-radius: 12px;
  position: relative;
}

.voice-title-band {
  background-color: #e6eff4;
  padding: 30px 0;
}

.voice-band-text {
  width: 640px;
  background-image: url('../img/spn01_img14.webp');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  height: 47px;
  line-height: 47px;
  font-size: 1.0rem;
  color: var(--spn01-title-color);
  font-weight: bold;
  text-align: center;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.voice-text-box {
  background-color: #e6eff4;
  width: 640px;
  margin: 25px auto;
  padding: 0;
  text-align: left;
  box-sizing: border-box;
  border-radius: 8px;
  line-height: 1.8;
  color: #333;
  font-size: 16px;
}

.voice-text-box p {
  margin: 0;
  text-align: left;
}

/*----------------------------------------
  スクリーンリーダー用非表示
----------------------------------------*/
.visually-hidden {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
  border: 0;
}

/*----------------------------------------
  特定画像調整
----------------------------------------*/
/* 1040px 固定 */
.spn01_imgwrap img[src$="spn01_img9.webp"],
.spn01_imgwrap img[src$="spn01_img13.png"],
.spn01_imgwrap img[src$="spn01_img16.png"],
.spn01_imgwrap img[src$="spn01_img17.webp"],
.spn01_imgwrap img[src$="spn01_img32.png"],
.spn01_imgwrap img[src$="spn01_img33.png"],
.voice-wrapper img[src$="spn01_img13.png"],
.voice-wrapper img[src$="spn01_img16.png"],
.voice-wrapper img[src$="spn01_img17.webp"],
.voice-wrapper img[src$="spn01_img32.png"],
.voice-wrapper img[src$="spn01_img33.png"],
.feature-title img[src$="spn01_img13.png"],
.feature-title img[src$="spn01_img33.png"],
.feature-title img[src$="spn01_img34.png"],
.feature-title img[src$="spn01_img35.png"],
.feature-title img[src$="spn01_img36.png"],
.voice-wrapper .feature-title img[src$="spn01_img33.png"] {
  width: 1040px;
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto 30px;
  box-sizing: border-box;
  padding: 0;
}

/* 個別余白調整 */
.spn01_imgwrap img[src$="spn01_img9.webp"],
.voice-wrapper img[src$="spn01_img9.webp"] { margin: 100px auto 30px; }

.spn01_imgwrap img[src$="spn01_img13.png"],
.voice-wrapper img[src$="spn01_img13.png"] { margin: 50px auto 30px; }

.spn01_imgwrap img[src$="spn01_img16.png"],
.voice-wrapper img[src$="spn01_img16.png"] { margin: 100px auto 30px; }

.spn01_imgwrap img[src$="spn01_img33.png"],
.voice-wrapper img[src$="spn01_img33.png"] { margin: 50px auto 30px; }

.feature-title img[src$="spn01_img34.png"] { margin: 50px auto 30px; }

.spn01_imgwrap img[src$="spn01_img32.png"],
.voice-wrapper img[src$="spn01_img32.png"] { margin: 50px auto 30px; }

.spn01_imgwrap img[src$="spn01_img17.webp"],
.voice-wrapper img[src$="spn01_img17.webp"] { margin-bottom: 0 !important; }

.spn01_imgwrap img[src$="spn01_img35.png"],
.voice-wrapper img[src$="spn01_img35.png"] {
  margin: 100px auto 30px;
  display: block;
  width: 1040px;
  max-width: 100%;
  height: auto;
  box-sizing: border-box;
}

/* 640px 固定 */
.spn01_imgwrap img[src$="spn01_img15.webp"],
.voice-wrapper img[src$="spn01_img15.webp"] {
  width: 640px;
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto 30px;
  box-sizing: border-box;
}

/*----------------------------------------
  白背景ボックス
----------------------------------------*/
.white-bg-box {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: 1040px;
  max-width: 100%;
  padding: 20px;
  background-color: #ffffff;
  text-align: center;
  box-sizing: border-box;
  display: block;
  margin: 0;
  z-index: 10;
}

/*----------------------------------------
  STEPセクション
----------------------------------------*/
.step-wrapper {
  width: 1040px;
  max-width: 100%;
  margin: 0 auto;
  background-color: #e6eff4;
  padding: 20px;
  box-sizing: border-box;
  border-radius: 0;
  overflow: auto;
}

.step-section {
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
}

.step {
  text-align: center;
}

.step img {
  width: 180px;
  height: 120px;
  display: block;
  margin: 0 auto 10px;
}

.step h3 {
  width: 180px;
  margin: 0 auto 5px;
  text-align: center;
  color: #006e93;
  font-weight: bold;
  font-size: 18px;
}

.step p {
  width: 180px;
  margin: 0 auto 10px;
  text-align: left;
  font-size: 16px;
  line-height: 1.5;
  color: #4d4d4d;
}

.step .line {
  width: 180px;
  height: 2px;
  background-color: #006e93;
  margin: 10px auto;
}

/*----------------------------------------
  ラベル表示
----------------------------------------*/
.item-label {
  width: 640px;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  padding: 8px 0;
  border-bottom: 1px solid #ccc;
  font-size: 16px;
  color: #333;
  box-sizing: border-box;
}

.label-title {
  width: 150px;
  font-weight: bold;
  text-align: left;
  margin-right: 10px;
  flex-shrink: 0;
}

.label-value {
  flex: 1;
  text-align: left;
  word-break: break-word;
}

/*----------------------------------------
  Q&A セクション
----------------------------------------*/
.qa-section {
  max-width: 700px;
  margin: 0 auto;
  font-family: Arial, sans-serif;
  text-align: left;
}

.qa-item {
  margin-bottom: 50px;
  background-color: #e6eff4;
  padding: 15px 20px;
  border-radius: 10px;
  text-align: left;
}

.question {
  cursor: pointer;
  padding: 10px 15px;
  font-weight: bold;
  border-bottom: none;
  background: none;
  line-height: 1.4;
  margin: 0;
  position: relative;
  color: var(--spn01-title-color);
}

.question::after {
  content: "+";
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  font-weight: bold;
  font-size: 16px;
  transition: transform 0.3s ease;
}

.question.active::after {
  content: "−";
}

.answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease, border 0.3s ease;
  text-align: left;
  padding: 0 15px;
  border: 0 solid #ddd;
  background-color: #fff;
  color: #333;
  border-radius: 5px;
  margin-top: 5px;
}

.answer.active {
  padding: 10px 15px;
}

/*----------------------------------------
  画像グリッド
----------------------------------------*/
.image-grid {
  display: grid;
  grid-template-columns: repeat(3, 180px);
  grid-template-rows: repeat(2, 90px);
  gap: 25px;
  justify-content: center;
  margin: 0 auto;
}

.image-grid img {
  width: 180px;
  height: 90px;
  object-fit: cover;
  display: block;
}

/*----------------------------------------
  spn01_img36.png 上余白調整
----------------------------------------*/
img.spn01_img36,
.feature-title img[src$="spn01_img36.png"] {
  display: block !important;
  margin-top: 50px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  margin-bottom: 30px !important;
}

.notice {
  margin: 50px 0; /* 上下50px、左右0 */
  line-height: 1.6; /* 必要に応じて読みやすさ調整 */
}
.feature-structure-img img {
  max-width: 100% !important;
  height: auto !important;
}