@charset "utf-8";
/* ============================================================
   産廃イチロー専用 CSS  soft_ichiro_2025.css
   （2025版・整理済みフルソース）
============================================================ */

/*---------------------------------------------------------------*/
/*  ページ上部一帯（背景＋パンくず＋タイトル）                  */
/*---------------------------------------------------------------*/
.ichiro_top_waku {
    width: 100%;
    height: auto;
    padding-top: 3rem;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 5rem;
    background-color: #E4F3FF;
    margin: 0;
}
@media (max-width:566px) {
  .ichiro_top_waku {
    margin-top: 1rem;
    padding-top: 1rem;
  }
}

#top_box {
  max-width: 1300px;
  padding: 0;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width:566px) {
  #top_box {
    width: 94%;
  }
}

/*---------------------------------------------------------------*/
/*　パンくずリスト                                               */
/*---------------------------------------------------------------*/
#top_box #pan_list {
  color: #333;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 0.85rem;
  margin-bottom: 4rem;
}

/*---------------------------------------------------------------*/
/*　ソフトタイトル                                               */
/*---------------------------------------------------------------*/
#top_box #soft_title {
  width: 100%;
  margin: 0;
  padding: 0;
  height: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
	flex-direction: column
}

#top_box #soft_img {
  margin: 0;
  padding: 0;
  width: 30%;
}
#top_box #soft_img img {
  width: 100%;
  height: auto;
  display: block;
  margin-right: auto;
  margin-left: auto;
}

#top_box #soft_name_box {
    width: 100%;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 0;
    text-align: center;
}
#top_box #soft_name_box h1 {
  padding: 0;
  margin: 0;
}

#top_box #soft_name {
    color: var(--shiro_color);
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-size: 7.5rem;
    display: block;
    line-height: 1;
    font-weight: 600;
}

@media (max-width:900px) {
  #top_box #soft_name_box {
    width: calc(70% - 30px);
    margin-left: 30px;
  }
  #top_box #soft_name {
    font-size: 6rem;
  }
}

@media (max-width:700px) {
  #top_box #soft_title {
    align-items: stretch;
    flex-direction: column;
  }
  #top_box #soft_img {
    width: 100%;
  }
  #top_box #soft_img img {
    max-width: 200px;
  }
  #top_box #soft_name_box {
    width: 100%;
    margin-left: 0px;
    text-align: center;
  }
  #top_box #soft_name {
    font-size: 4.5rem;
  }
}

/* タグライン3つ（h2） */
#top_box #soft_name_box div {
  display: flex;
	justify-content: center;
}
#top_box #soft_name_box div h2 {
  padding-top: 0.7rem;
  padding-right: 1.2rem;
  padding-left: 1.2rem;
  padding-bottom: 0.7rem;
  color: var(--main_color);
  font-family: "Lucida Console", Monaco, monospace;
  font-style: normal;
  font-variant: normal;
  font-size: 1rem;
  text-align: center;
  background-color: #fff;
  border-radius: 50px;
  margin-top: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-right: 0.5rem;
  font-weight: normal;
}
@media (max-width:850px) {
  #top_box #soft_name_box div {
    flex-direction: column;
  }
  #top_box #soft_name_box div h2 {
    margin-top: 0;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0.5rem;
    width: 18rem;
  }
}
@media (max-width:566px) {
  #top_box #soft_name_box div h2 {
    width: 90%;
  }
}

/*-------------------------------------------------------------*/
/*  産廃イチローが選ばれる理由                                 */
/*-------------------------------------------------------------*/
#geo_title {
  position: relative;
  margin-top: 5rem;
  margin-bottom: 0.7rem;
  padding: .7rem 2rem;
  background-color: var(--shiro_color);
  color: #FFFFFF;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  text-align: center;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-style: normal;
  font-variant: normal;
  font-weight: bold;
  font-size: 2.2rem;
  z-index: 2;
  box-shadow: 0 10px 18px rgba(0, 0, 0, .18),
              0 2px 4px rgba(0, 0, 0, .12);
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
#geo_title:before,
#geo_title:after {
  position: absolute;
  content: '';
  filter: drop-shadow(0 6px 8px rgba(0, 0, 0, .18));
}
#geo_title:before {
    bottom: -10px;
    left: 0;
    width: 0;
    height: 0;
    border-top: 10px solid #004F8C;
    border-left: 10px solid transparent;
}
#geo_title:after {
  right: 0;
  bottom: -10px;
  width: 0;
  height: 0;
  border-top: 10px solid #004F8C;
  border-right: 10px solid transparent;
}

@media (max-width:566px) {
  #geo_title {
    font-size: 1.5rem;
    /* フルブリード見出し */
    position: relative;
    width: 100vw;
    max-width: none;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
  }
  @supports (width: 100dvw) {
    #geo_title {
      width: 100dvw;
      margin-left: -50dvw;
      margin-right: -50dvw;
    }
  }
}
@media (max-width:566px) {
  #geo_title::before,
  #geo_title::after {
    content: none;
  }
}

/* ボックス本体 */
#geo_box {
  padding-top: 3rem;
  padding-right: 2rem;
  padding-left: 2rem;
  padding-bottom: 2rem;
  max-width: calc(90% - 20px);
   margin-top: 0;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 0rem; /* ← 下に余白をつける */
  background-color: #FFFFFF;
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
  gap: 16px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  opacity: 0;
  transform: translateY(10px); /* ★ 上方向ではなく、下から出てくる感じに */
  animation: geoBoxEnter .6s cubic-bezier(.2, .6, .2, 1) .1s forwards;
}
@media (max-width:566px) {
  #geo_box {
    position: relative;
    width: 100vw;
    max-width: none;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    gap: 5px;
  }
  @supports (width: 100dvw) {
    #geo_box {
      width: 100dvw;
      margin-left: -50dvw;
      margin-right: -50dvw;
    }
  }
}
@keyframes geoBoxEnter {
  to {
    opacity: 1;
    transform: none;
  }
}

/* 各コラム */
#geo_box > div {
  width: 49%;
  margin: 0;
  padding: 0;
  height: auto;
}
@media (max-width:1000px) {
  #geo_box {
    flex-direction: column;
  }
  #geo_box > div {
    width: 100%;
    margin: 0 !important;
    padding: 0 !important;
  }
}

/* 見出し */
#geo_box > div > h3 {
  margin: 0;
  background-color: var(--main_color);
  color: #fff;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-style: normal;
  font-variant: normal;
  font-weight: 700;
  font-size: 1.3rem;
  text-align: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  box-shadow: 0 10px 18px rgba(0, 0, 0, .18),
              0 2px 4px rgba(0, 0, 0, .12);
  border-radius: 4px;
  line-height: 1;
  opacity: 0;
  transform: translateY(10px);
  animation: geoHeadRise .6s cubic-bezier(.2, .6, .2, 1) both;
  animation-delay: var(--stagger, .0s);
}
#geo_box > div:nth-of-type(1) > h3 { --stagger: .25s; }
#geo_box > div:nth-of-type(2) > h3 { --stagger: .35s; }
#geo_box > div:nth-of-type(3) > h3 { --stagger: .45s; }
#geo_box > div:nth-of-type(4) > h3 { --stagger: .55s; }

@keyframes geoHeadRise {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

@media (max-width:566px) {
  #geo_box > div > h3 {
    font-size: 1rem;
  }
}

/* 本文（展開後のスタイル） */
#geo_box > div > p {
  color: #555555;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.65;
}

/*-------------------------------------------------------------*/
/* 「詳しくはクリック」ボタン（開閉トリガ）                    */
/*-------------------------------------------------------------*/
#open_ichiro {
    width: 13rem;
    margin-right: auto;
    margin-left: auto;
    display: block;
    height: auto;
    background-color: #fff;
    color: var(--king_color);
    padding-bottom: .5rem;
    font-family: "Noto Sans JP", sans-serif;
    text-align: center;
    font-size: 1.1rem;
    text-decoration: none;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    line-height: 1;
    margin-top: -5px;
    z-index: 1;
    font-weight: bold;
    font-variant: normal;
    font-style: normal;
    opacity: 0;
    transform: translateY(-30px);
    will-change: opacity, transform;
    animation: openIchiroEnter 1s cubic-bezier(.2, .6, .2, 1) 1.2s forwards,yureru-j 2s 2s infinite;
    scroll-margin-top: 12vh;
}
#open_ichiro p {
  font-size: 1.5rem;
  line-height: 1;
  padding: 0;
  margin-top: 0;
  margin-left: auto;
  margin-bottom: 0;
  margin-right: auto;
  display: block;
}
#open_ichiro:hover {
  color: var(--main_color);
  font-weight: bold;
}

/* 上下に揺れるエフェクト */
.yureru-j {
  animation: yureru-j 2s infinite;
}
@keyframes yureru-j {
  0%   { transform: translate(0px, 2px); }
  5%   { transform: translate(0px, -2px); }
  10%  { transform: translate(0px, 2px); }
  15%  { transform: translate(0px, -2px); }
  20%  { transform: translate(0px, 2px); }
  25%  { transform: translate(0px, -2px); }
  30%  { transform: translate(0px, 0px); }
}

/* ボタンのフェードイン */
@keyframes openIchiroEnter {
  0% {
    opacity: 0;
    transform: translateY(-16px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/*-------------------------------------------------------------*/
/* 「選ばれる理由」本文の開閉（CSSのみ・:target＋:has）        */
/*-------------------------------------------------------------*/
/* 初期：本文を畳む */
#geo_box > div > p {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transform: translateY(8px);
  transition: opacity .35s ease,
              transform .35s ease,
              max-height .35s ease;
  pointer-events: none;
  padding: 0;
  margin: 0;
}

/* body が #open_ichiro:target を含んだら展開 */
body:has(#open_ichiro:target) #geo_box > div > p {
  opacity: 1;
  max-height: 2000px;
  transform: translateY(0);
  pointer-events: auto;

  padding: 1.2rem 1.5rem 0 1.5rem;
  margin: 0 0 1rem 0;
}

/* 展開時：ボックス背景を白に固定（微妙な色替えを安定化） */
#geo_box {
  transition: background-color .3s ease;
  background-color: #fff;
}
body:has(#open_ichiro:target) #geo_box {
  background-color: #fff;
}

/* 展開時：タイトル帯の色を少し落ち着いた色に変更 */
body:has(#open_ichiro:target) #geo_box h3 {
  background-color: var(--main_color);
  padding-bottom: .7rem;
}

/* 展開時：ボタンを非表示 */
body:has(#open_ichiro:target) #open_ichiro {
  display: none;
}

/* 展開時：各ブロックを軽くフェード */
body:has(#open_ichiro:target) #geo_box > div {
  animation: geoFade .4s ease both;
}
body:has(#open_ichiro:target) #geo_box > div:nth-child(1) { animation-delay: .02s; }
body:has(#open_ichiro:target) #geo_box > div:nth-child(2) { animation-delay: .06s; }
body:has(#open_ichiro:target) #geo_box > div:nth-child(3) { animation-delay: .10s; }
body:has(#open_ichiro:target) #geo_box > div:nth-child(4) { animation-delay: .14s; }

@keyframes geoFade {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

/* :target ジャンプ時のスクロール余白（固定ヘッダ対策） */
#geo_box {
  scroll-margin-top: 12vh;
}

/* アニメーションを控えたいユーザー配慮 */
@media (prefers-reduced-motion: reduce) {
  #open_ichiro {
    opacity: 1;
    transform: none;
    animation: none;
  }
  #geo_box {
    animation: none !important;
    opacity: 1;
    transform: none;
  }
  #geo_box > div > h3 {
    animation: none !important;
    opacity: 1;
    transform: none;
    filter: none;
  }
  #geo_box > div > p {
    transition: none;
    transform: none;
  }
  body:has(#open_ichiro:target) #geo_box > div {
    animation: none !important;
  }
}

/*-------------------------------------------------------------*/
/* 強調マーカー                                                */
/*-------------------------------------------------------------*/
.highlight {
  background: linear-gradient(transparent 40%, rgba(255, 255, 102, 0.7) 40%);
  font-weight: bold;
}



/* ✨ キラッと光るアニメーション（汎用） ✨ */
.cart_btn::before,
#ichro_soudan::before {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(
      120deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0.6) 50%,
      rgba(255, 255, 255, 0) 100%
  );
  transform: skewX(-20deg);
  pointer-events: none;
  transition: none;
}
.cart_btn:hover::before,
#ichro_soudan:hover::before {
  animation: shine 1s ease forwards;
}
@keyframes shine {
  0%   { left: -75%; }
  100% { left: 125%; }
}

/*---------------------------------------------------------------*/
/*　メインコンテンツエリア                                      */
/*---------------------------------------------------------------*/
.main_block {
  padding-top: 3rem;
  padding-right: 0;
  padding-left: 0;
  padding-bottom: 2rem;
  margin-right: auto;
  margin-left: auto;
  max-width: 1300px;
}
@media screen and (max-width: 566px) {
  .main_block {
    width: 94%;
  }
}

#soft_feature_title {
  text-align: center;
  width: auto;
  color: #333;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-style: normal;
  font-variant: normal;
  font-weight: bold;
  font-size: 2rem;
  margin: 0 0 1rem;
  padding: 0;
  line-height: 1;
}

/*--------------------------------------------------------------------*/
/* ===== 産廃イチローの特長／アイコン＋テキスト 2カラム =====      */
/*--------------------------------------------------------------------*/
#soft_feature {
  width: 100%;
  padding-top: 2rem;
  padding-right: 2rem;
  padding-left: 2rem;
  border: 1px solid #CCC;
  margin-bottom: 0;
  border-radius: 4px;
}

/* 2カラム行 */
.soft_feature_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
	flex-direction: column;
  gap: 4rem;
  width: 100%;
  margin: 0 0 1rem;
  padding-bottom: 1rem;
}



/* 本文 */
.soft_feature_box p {
  margin: 0;
  padding-left: 1rem;
  color: #333;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 1.2rem;
  line-height: 1.7;
}

/* SP縦並び */
@media (max-width: 566px) {
  #soft_feature {
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .soft_feature_box {
    flex-direction: column;
    gap: 1.5rem;
    margin-bottom: 2rem;
  }
  .soft_feature_box > :first-child,
  .soft_feature_box > :nth-child(2) {
    flex: 0 0 auto;
    width: 100%;
    padding: 0;
    margin: 0;
  }
  .soft_feature_box > :nth-child(2) {
    justify-content: flex-start;
    min-height: 0;
  }
  .soft_feature_box img {
    width: 150px;
    height: auto;
    margin: 0 auto;
  }
  .soft_feature_box p {
    padding-left: 0;
    padding-bottom: 2rem;
  }
}

/*---------------------------------------------------------------*/
/*  ページタイトル帯 ＋ 説明ボックス                            */
/*---------------------------------------------------------------*/
.page_title {
  position: relative;
  margin-top: 10rem;
  margin-bottom: 0;
  padding: 1.3rem 2rem;
  background-color: var(--shiro_color);
  color: #FFFFFF;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  text-align: center;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: bold;
  font-size: 2.1rem;
  line-height: 1;
  box-shadow: 0px 3px 3px 0px #0000004D;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
@media (max-width:566px) {
  .page_title {
    font-size: 1.5rem;
    font-weight: normal;
    width: 100dvw;
    max-width: none;
    margin-inline: calc(50% - 50dvw);
    text-align: left;
  }
}
.page_title::before {
    position: absolute;
    content: "";
    bottom: -20px;
    left: 0;
    width: 0;
    height: 0;
    border-top: 20px solid #004881;
    border-left: 20px solid transparent;
}
@media (max-width: 566px) {
  .page_title::before {
    content: none !important;
    border: 0;
    width: 0;
    height: 0;
    bottom: auto;
    left: auto;
    position: static;
  }
}

.page_comment {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 1.2rem;
  line-height: normal;
  padding-top: 1.5rem;
  padding-right: 2rem;
  padding-left: 2rem;
  padding-bottom: 2rem;
  color: #333;
  width: calc(100% - 20px);
  background-color: #F5F5F5;
  margin-left: 20px;
  margin-bottom: 0;
  box-sizing: border-box;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
@media (max-width: 566px) {
  .page_comment {
    width: 100dvw;
    max-width: none;
    margin-inline: calc(50% - 50dvw);
    margin-left: 0;
    margin-right: 0;
    border: 0;
    border-radius: 0;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-bottom: 2rem;
	  margin-left: -13px;
  }
}
@media (max-width:566px) {
  .page_comment ul {
    padding: 0;
    margin-top: 1rem;
    margin-left: 1rem;
  }
}

/*---------------------------------------------------------------*/
/*  fit7000Proシリーズ 特長リスト                               */
/*---------------------------------------------------------------*/
.printer_feature_list {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  counter-reset: printer_feature;
}
.printer_feature:not(:last-child) {
  padding-bottom: 2rem;
  border-bottom: 1px solid #DDDDDD;
}
.printer_feature h3 {
  position: relative;
  display: block;
  margin: 0 0 .6rem;
  color: var(--main_color);
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 1.45;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
.printer_feature h3::before {
  counter-increment: printer_feature;
  content: counter(printer_feature);
  display: inline-flex;
  width: 28px;
  height: 28px;
  margin-right: 12px;
  border-radius: 6px;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: .95rem;
  background: var(--main_color);
  color: #fff;
}
.printer_feature p {
  margin: 0;
  padding-left: 40px;
  color: #333;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 1rem;
  line-height: 1.75;
}
@media (max-width: 566px) {
  .printer_feature h3 {
    font-size: 1.05rem;
  }
  .printer_feature p {
    padding-left: 0;
  }
}

/*---------------------------------------------------------------*/
/*  fit7000Proシリーズ 関連リンクボタン                         */
/*---------------------------------------------------------------*/
.printer_link_heading {
  margin: 3rem 0 1rem;
  padding-top: 2rem;
  border-top: 1px solid #DDDDDD;
  color: #333;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: bold;
  font-size: 1.3rem;
  text-align: center;
}
.printer_link_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
@media (max-width: 1000px) {
  .printer_link_list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 566px) {
  .printer_link_list {
    grid-template-columns: 1fr;
    gap: .8rem;
  }
}
.printer_link_list a {
  display: block;
  padding: .8rem 1rem;
  background-color: var(--main_color);
  text-decoration: none;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: bold;
  font-size: 1rem;
  text-align: center;
  border-radius: 50px;
  color: #fff;
  transition: background-color .2s ease;
}
.printer_link_list a::before {
  content: "\25B8";
  margin-right: 0.2rem;
}
.printer_link_list a:hover {
  background-color: var(--shiro_color);
}

/*---------------------------------------------------------------*/
/*  汎用マージン調整                                             */
/*---------------------------------------------------------------*/
.bottom_margin_Cancel { margin-bottom: 0 !important; }
.top_margin_Cancel    { margin-top: 0 !important; }

/*---------------------------------------------------------------*/
/*  FAQ                                                          */
/*---------------------------------------------------------------*/
.faq-wrap {
  width: min(100%, 1300px);
  margin: 0 auto;
  padding: 1.5rem 1rem 3rem;
}
.faq-wrap .top_margin_Cancel {
  margin-top: 0;
}

.faq-wrap .question {
  position: relative;
  display: block;
  margin: 2.25rem 0 .5rem;
  color: var(--main_color);
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 1.45;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
.faq-wrap .question::before {
  content: "Q";
  display: inline-flex;
  width: 28px;
  height: 28px;
  margin-right: 12px;
  border-radius: 6px;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: .95rem;
  background: #1976CC;
  color: #fff;
}

.faq-wrap .answer {
  position: relative;
  display: block;
  width: 100%;
  padding: 1rem 2rem;
  background: #F8FBFF;
  border: 1px solid #DFEAF6;
  border-radius: 4px;
  color: #333;
  box-shadow: 0 1px 3px rgba(0, 0, 0, .06);
  font-size: 1rem;
  overflow-wrap: break-word;
  word-break: normal;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

.faq-wrap .faq-more {
  margin-top: 2rem;
  color: #666;
  text-align: left;
}
@media (max-width: 560px) {
  .faq-wrap {
    padding: 0;
  }
  .faq-wrap .answer {
    padding: .9rem 1rem;
    margin: 0;
  }
  .faq-wrap .question {
    margin-top: 5rem;
  }
}

/*---------------------------------------------------------------*/
/*  サブソフトメニュー（カードグリッド）                        */
/*---------------------------------------------------------------*/
#sub_soft_menu {
  max-width: 1300px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.2rem 1.2rem;
}
@media (max-width: 980px) {
  #sub_soft_menu {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 566px) {
  #sub_soft_menu {
    max-width: 100%;          /* 1300px制限を実質解除 */
    width: 100%;              /* 横幅いっぱい */
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}
#sub_soft_menu .card {
  border: 1px solid #CCC;
  border-radius: 6px;
  background: #fff;
  transition: box-shadow .2s ease,
              transform .1s ease,
              border-color .2s ease;
}
#sub_soft_menu .card > a {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 1rem 1.5rem;
  text-decoration: none;
  width: 100%;
  height: 100%;
}
#sub_soft_menu .thumb {
  margin: 0;
  width: 50px;
  height: 50px;
  border-radius: 4px;
  overflow: hidden;
  flex: 0 0 50px;
}
#sub_soft_menu .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
#sub_soft_menu .body {
  flex: 1 1 auto;
  min-width: 0;
}
#sub_soft_menu h2 {
  margin: 0;
  color: #333;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: bold;
  font-size: 1rem;
  line-height: 1.2;
}
#sub_soft_menu p {
  margin: 0;
  color: #333;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: .9rem;
  line-height: 1.2;
}
@media (hover:hover) {
  #sub_soft_menu .card:hover {
    border-color: #bbb;
    box-shadow: 0 6px 16px rgba(0, 0, 0, .08);
    transform: translateY(-1px);
  }
}
@media (hover:none) {
  #sub_soft_menu .card:active {
    box-shadow: 0 3px 10px rgba(0, 0, 0, .08);
  }
}

/*---------------------------------------------------------------*/
/*  カートブロック（商品グリッド：3列×2行 / SPは1列）           */
/*---------------------------------------------------------------*/
#ichiro_cart {
  width: 100%;
  margin: 0;
  padding: 0;
}

#shoping_box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  width: 100%;
  margin: 0;
  padding: 0;
}
@media (max-width: 900px) {
  #shoping_box {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 566px) {
  #shoping_box {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}

#shoping_box .fade-in {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 1.5rem;
  margin: 0;
  border: 1px solid #CCCCCC;
  border-radius: 4px;
  background-color: #FFFFFF;
  transition: box-shadow .2s ease, transform .15s ease;
  opacity: 0;
  transform: translateY(10px);
  animation: shopingCardEnter .5s cubic-bezier(.2, .6, .2, 1) both;
  animation-delay: var(--stagger, 0s);
}
#shoping_box .fade-in:nth-child(1) { --stagger: .05s; }
#shoping_box .fade-in:nth-child(2) { --stagger: .1s; }
#shoping_box .fade-in:nth-child(3) { --stagger: .15s; }
#shoping_box .fade-in:nth-child(4) { --stagger: .2s; }
#shoping_box .fade-in:nth-child(5) { --stagger: .25s; }
#shoping_box .fade-in:nth-child(6) { --stagger: .3s; }
@keyframes shopingCardEnter {
  to {
    opacity: 1;
    transform: none;
  }
}
@media (hover:hover) {
  #shoping_box .fade-in:hover {
    box-shadow: 0 6px 16px rgba(0, 0, 0, .08);
    transform: translateY(-2px);
  }
}
@media (prefers-reduced-motion: reduce) {
  #shoping_box .fade-in {
    animation: none;
    opacity: 1;
    transform: none;
  }
}

#shoping_box .fade-in img {
  width: 100%;
  max-width: 220px;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: contain;
  margin: 0 auto 1rem;
  display: block;
}

#shoping_box .fade-in h4 {
  color: #333;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: bold;
  font-size: 1.2rem;
  margin: 0 0 .8rem;
  padding: 0 0 .8rem;
  text-align: center;
  border-bottom: 1px solid #E0E0E0;
}

#shoping_box .fade-in ul {
  list-style: none;
  margin: 0 0 1rem;
  padding: 0;
  color: #333;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: .95rem;
  line-height: 1.6;
  text-align: center;
}
#shoping_box .fade-in ul li:first-child {
  color: #777;
  font-size: .8rem;
  margin-bottom: .3rem;
}
#shoping_box .fade-in ul li:last-child {
  margin-top: .5rem;
  color: #FF0004;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1.2;
}
#shoping_box .fade-in ul li:last-child i {
  display: block;
  color: #333;
  font-weight: normal;
  font-style: normal;
  font-size: .75rem;
}

#shoping_box .fade-in form {
  margin-top: auto;
}

.quantity_wrap {
  margin-top: 1rem;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: .5rem;
  text-align: center;
  color: #333;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 1rem;
  padding: 0;
}
.quantity_wrap label {
  font-size: 1.2rem;
}
.quantity_wrap select {
  padding: 0.3rem 1rem;
  font-size: 1rem;
}

/* カートボタン */
.cart_btn {
  width: 100%;
  height: auto;
  background-color: var(--hanako_color);
  color: #fff;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: bold;
  font-size: 1.2rem;
  padding: .7rem 0;
  border: 0;
  margin: 0;
  border-radius: 4px;
  position: relative;
  overflow: hidden;
  transition: background-color .3s ease;
}
.cart_btn:hover {
  background-color: var(--main_color);
}
@media (prefers-reduced-motion: reduce) {
  .cart_btn:hover::before {
    animation: none !important;
  }
}

/*---------------------------------------------------------------*/
/*  ご相談ボタン                                                 */
/*---------------------------------------------------------------*/
#ichro_soudan {
  background-color: var(--hanako_color);
  color: #FFFFFF;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: bold;
  padding: .8rem 2rem;
  font-size: 1.4rem;
  border-radius: 4px;
  display: block;
  width: 30%;
  text-align: center;
  text-decoration: none;
  margin: 2rem auto 0;
  position: relative;
  overflow: hidden;
  transition: background-color .3s ease;
}
@media (max-width:566px) {
  #ichro_soudan {
    width: 100%;
  }
}
#ichro_soudan:hover {
  background-color: var(--main_color);
}
@media (prefers-reduced-motion: reduce) {
  #ichro_soudan:hover::before {
    animation: none !important;
  }
}

/*---------------------------------------------------------------*/
/*  黄色マーカー付きキャッチコピー                              */
/*---------------------------------------------------------------*/
.phrase_h2_wrap {
  text-align: center;
  margin-top: 2rem;
  margin-bottom: 0.7rem;
}
#phrase_h2 {
  color: #333333;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.6;
  display: inline;
  padding: .2rem 1.2rem .35rem;
  text-align: center;
  background-image: linear-gradient(
    180deg,
    rgba(255, 225, 40, 0) 55%,
    rgba(255, 225, 40, 1) 60%
  );
  background-repeat: no-repeat;
  background-size: 100% 90%;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  border-radius: 3px;
}
@media (max-width:566px) {
  .phrase_h2_wrap {
    margin-top: 5rem;
    position: relative;
    width: 100vw;
    max-width: none;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    padding-inline: 1rem;
  }
  @supports (width: 100dvw) {
    .phrase_h2_wrap {
      width: 100dvw;
      margin-left: -50dvw;
      margin-right: -50dvw;
    }
  }
  #phrase_h2 {
    font-size: 1.6rem;
  }
}
.phrase_p {
  color: #333;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: normal;
  font-size: 1.2rem;
}

/*---------------------------------------------------------------*/
/*  オプション一覧（赤い小アイコン＋テキスト）                  */
/*---------------------------------------------------------------*/
#option {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 16px;
  max-width: 1300px;
  margin: 0 auto 2rem;
  padding: 0 16px;

  justify-items: center;
}
@media (max-width: 1000px) {
  #option {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 600px) {
  #option {
    grid-template-columns: 1fr;
  }
}
#option .option-card {
    text-decoration: none;
    color: inherit;
    border: 1px solid var(--option-bd, #e0e6f0);
    border-radius: 8px;
    background: #fff;
    padding: 20px;
    display: grid;
    grid-template-columns: 68px 1fr;
    column-gap: 12px;
    align-items: center;
    text-align: left;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .06);
    transition: transform .18s ease,
              box-shadow .18s ease,
              border-color .18s ease;
}
@media (hover:hover) {
  #option .option-card:hover {
    transform: translateY(-3px) scale(1.02);
    border-color: var(--option-bd-hover, #5c73a5);
    box-shadow: 0 10px 24px rgba(0, 0, 0, .12);
  }
}
#option .option-card:focus-visible {
  outline: 3px solid var(--option-bd-hover, #5c73a5);
  outline-offset: 2px;
}
#option .option-card > img {
  width: 80px;
  height: 80px;
  object-fit: contain;
  object-position: center;
  display: block;
  margin: 0;
}
#option .option-card .option-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 80px;
    margin-left: 1.5rem;
}
#option .option-card .option-text h3 {
  margin: 0;
  line-height: 1.2;
  font-weight: 700;
  font-size: 2rem;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  color: var(--ichiro_color);
}
#option .option-card .option-text p {
  margin: 2px 0 0;
  line-height: 1.2;
  font-weight: 400;
  font-size: 1rem;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  color: #444;
}
@media (max-width: 600px) {
  #option .option-card {
    grid-template-columns: 56px 1fr;
  }
}

