/*
Theme Name: Lightning Child 
Theme URI: ★ テーマの公式サイトなどのURL（空欄でも可） ★
Template: lightning
Description: ★ テーマの説明（空欄でも可） ★
Author: ★ テーマ作成者の名前（空欄でも可） ★
Tags: 
Version: 0.5.1
*/

/* ====================================================
  　　　▼ 全ページ 共通項目
======================================================= */

/* hタグCSS無効化削除 */
h1, h2, h3, h4, h5, h6 {
  border-bottom: none !important;
  position: static !important; /* relativeが指定されている場合を打ち消す */
}
h1::after,
h2::after,
h3::after,
h4::after,
h5::after,
h6::after {
  content: none !important;
  display: none !important;
}

/* =========== TOPページヘッダー =========== */
/* 全体 */
body {
  padding-top: 230px;
}
/* ヘッダー全体 */
.custom-top-area {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 200px;
  z-index: 9999;
  background: #fff;
  padding-top: 50px;
  padding-right: 20px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
/* ヘッダーボックス */
.custom-top-inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  flex-wrap: wrap;
}
/* サイトロゴ */
.custom-left {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  padding-left: 25px;
}
.custom-left .site-logo {
  max-height: 150px;
  height: 120px;
  width: auto;
}
/* ヘッダー右側上段 */
.custom-right {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-left: 30px;
}
/* ヘッダー右側上段ボックス全体 */
.top-row {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  flex-wrap: wrap;
}
/* ヘッダー右側上段 ボタン群 */
.button-group {
  display: flex;
  align-items: center;
}
.button-group a img {
  display: block;
}
/* ヘッダー右側上段 ボタン群テキスト */
.button-group a {
  display: inline-block;
  padding: 10px 16px;
  text-decoration: none;
  border-radius: 8px;
  font-size: 14px;
  line-height: 1.4;
  text-align: center;
  white-space: nowrap;
  font-weight: bold;
}
/* ヘッダー右側下段 */
.bottom-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  gap: 6px;
  margin-top: 10px;
}
/* ヘッダー右側下段 マウスオーバー設定 */
.bottom-row :hover {
  color: #3A8339;
}
/* ヘッダー右側下段 ボタン群 */
.sub-btn {
  display: inline-flex;
  align-items: center;
  padding: 4px 6px;
  text-decoration: none;
  border: none;
  background: none;
  font-size: 18px;
  color: #333;
  border-radius: 6px;
  transition: background-color 0.3s;
}
.divider {
  margin: 0 4px;
  color: #aaa;
  font-size: 16px;
  display: inline-flex;
  align-items: center;
}
/* スマホ版ヘッダー非表示 */
.custom-top-area-sp {
  display: none;
}
/* スマホ用ヘッダー非表示 */
.sp-menu {
  display: none;
}
/* =========== TOPページヘッダー =========== */




/* =========== 各ページヘッダー =========== */
/* ヘッダー全体 */
.header-area {
  background-color: #3A8339;
  margin-top: -35px;
  padding-top: 30px;
  padding-bottom: 30px;
}
/* ヘッダー タイトルエリア全体 */
.page-header-title {
  max-width: 950px;
  width: 100%;
  text-align: left;
  margin: 0 auto;
}
/* ヘッダー 英語タイトル */
.header-area-title1 {
  color: #D9A533;
  font-size: 25px;
  letter-spacing: 2px;
  padding-top: 10px;
  margin-bottom: 10px;
}
/* ヘッダー 日本語タイトル */
.header-area-title2 {
  font-family: 'Zen Maru Gothic', sans-serif;
  color: #FFFFFF;
  font-size: 45px;
  font-weight: 400;
  margin-top: -10px;
}
/* =========== 各ページヘッダー =========== */




/* =========== 各ページサイドボタン =========== */
/* LINEサイドボタン ボックス */
.side-button-line {
  position: fixed;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: 50px;
  right: 0;
  top: 220px;
  background-color: #06C755;
  color: white;
  padding: 16px 6px;
  text-decoration: none;
  z-index: 9999;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
/* LINEサイドボタン テキスト */
.side-button-line p {
  font-size: 17px;
  color: #FFFFFF;
  writing-mode: vertical-rl;
  text-orientation: upright;
  margin: 0 auto;
  letter-spacing: 8px;
}
/* メールサイドボタン ボックス */
.side-button-mail {
  position: fixed;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: 50px;
  right: 0;
  top: 365px;
  background-color: #10469D;
  color: white;
  padding: 16px 6px;
  text-decoration: none;
  z-index: 9999;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
/* メールサイドボタン テキスト */
.side-button-mail p {
  font-size: 17px;
  color: #FFFFFF;
  writing-mode: vertical-rl;
  text-orientation: upright;
  margin: 0 auto;
  margin-top: 6px;
  letter-spacing: 4px;
}
/* 移動式 LINE問い合わせボタン全体 */
.floating-line-button {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  background-color: #06C755;
  border-radius: 6px;
  left: 20px;
  bottom: 100px;
  width: 203px;
  height: 92px;
  box-shadow: 0 4px 6px rgba(0,0,0,0.2);
  z-index: 9999;
  cursor: move;
}
/* 移動式 LINE問い合わせボタン ボックス */
.floating-line-button-box {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  gap: 8px;
  width: 191px;
  height: 80px;
  border: 1px solid #FFFFFF;
  border-radius: 4px;
}
/* 移動式 LINE問い合わせボタン テキスト */
.floating-line-button-box p {
  margin: 0;
  padding: 0;
  font-size: 17px;
  line-height: 1.5;
  letter-spacing: 1.5px;
  color: #FFFFFF;
  text-align: center;
}
/* 移動式 LINE問い合わせボタン 画像 */
.floating-line-button a img {
  display: block;
}
/* 移動式 LINE問い合わせ閉じるボタン */
.close-button {
  position: absolute;
  top: -5px;
  right: -5px;
  background: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
}
/* 移動式 LINE問い合わせ閉じるボタン 画像 */
.close-button img {
  width: 20px;
  height: 20px;
  display: block;
}
/* =========== 各ページサイドボタン =========== */



/* =========== TOPページフッター =========== */
.custom-footer {
  background-color: #FAF3E0;
  padding-top: 100px;
  padding-bottom: 40px;
}
.footer-area1 {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 100px;
  max-width: 1050px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 20px;
}
.footer-navi {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
  max-width: 720px;
  width: 100%;
}
.footer-navi-sp {
  display: none;
}
.footer-navi1 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 50px;
  margin-right: 100px;
  padding: 0;
} 
.footer-navi1 a {
  font-family: 'Noto Sans JP', sans-serif;
  color: #333;
  text-decoration: none;
  font-size: 14px;
  text-align: left;
}
.footer-navi1 :hover {
  color: #3A8339;
}
.footer-navi2 {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  height: 50px;
}
.footer-navi2 a {
  font-family: 'Noto Sans JP', sans-serif;
  color: #333;
  font-size: 14px;
  text-decoration: none;
}
.footer-navi2 :hover {
  color: #3A8339;
}
.footer-area2 {
  max-width: 1050px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding-bottom: 20px;
  border-bottom: 1px solid #3A8339;
  margin-bottom: 30px;
}
.footer-area2 a img {
  display: block;
  margin: 0 auto;
  padding: 0;
}
.footer-area2-sp {
  display: none;
}
.footer-area3 {
  max-width: 1050px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.footer-area3-left,
.footer-area3-right {
  max-width: 525px;
  width: 100%;
}
.footer-area3-left {
  display: flex;
  gap: 15px;
}
.footer-area3-right {
  display: flex;
  justify-content: flex-end;
}
.footer-area3-sp {
  display: none;
}
/* =========== TOPページフッター =========== */



/* =========== お問い合わせ =========== */
/* エリア全体 */
.contact-area {
  padding: 60px 20px;
  display: flex;
  justify-content: center;
}
/* 要素エリア */
.contact-box {
  background-color: #ffffff;
  padding: 40px;
  max-width: 1000px;
  width: 100%;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  text-align: center;
}
/* 「Contact」 */
.contact-box-title1 {
  text-align: center;
  color: #D9A533;
  font-size: 25px;
  padding-top: 5px;
}
/* 「お問い合わせ・無料相談はこちら」 */
.contact-box-title2 {
  text-align: center;
  font-family: 'Zen Maru Gothic', sans-serif;
  color: #3A8339;
  font-size: 45px;
  margin-top: -10px;
}
/* 「何かご心配なことや〜」 */
.contact-box-title3 {
  color: #3C3C3C;
}
/* 下段イラストエリア */
.contact-area-container {
  display: flex;
  margin: 0 auto;
  gap: 50px;
}
.contact-area-container a img {
  display: block;
}
.contact-area-container-right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
/* スマホ版 非表示設定 */
.contact-area-sp {
  display: none;
}
.contact-box-sp {
  display: none;
}
/* =========== お問い合わせ =========== */



/* ====================================================
  　　　▲ 全ページ 共通項目
======================================================= */



/* ====================================================
  　　　▼ front-page.php
======================================================= */

/* ＝＝＝front-page.phpのカスタム＝＝＝ */
.front-top {
  background-color: #FAF3E0;
  margin-top: -35px;
  line-height: 0;
}
.front-top-sp {
  display: none;
}
/* 実際に買取した商品一覧 */
.top-item-title {
  font-family: 'Zen Maru Gothic', sans-serif;
	color: #3A8339;
  text-align: center;
  font-size: 27px;
  margin-top: 20px;
}
.top-item-title-sp {
  display: none;
}
/* 商品一覧テキスト */
.top-items {
  font-family: 'Zen Maru Gothic', sans-serif;
  font-weight: 500;
  padding-left: 31px;
  padding-right: 31px;
}
.product-list-sp {
  display: none;
}
/* 商品サンプル無限ループ */
.item-slider {
  overflow: hidden;
  width: 100%;
  background: #fff;
}
.slider-loop {
  display: flex;
  width: max-content;
  animation: scroll-left 40s linear infinite;
}
.slider-loop img {
  height: 160px;
  width: auto;
  margin-right: 30px;
  object-fit: contain;
  flex-shrink: 0;
}
@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

/* クーポンエリア */
.coupon-area {
  background-color: #FAF3E0;
  padding-top: 100px;
  padding-bottom: 100px;
}
.coupon-area-sp {
  display: none;
}
.coupon-area1 {
  max-width: 1200px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  margin-bottom: 40px;
}
.coupon-area1 a img {
  display: block;
}
.coupon-area2 {
  text-align: center;
}

/* Messageエリア全体 */
.message-area {
  background-image: url('<?php echo get_stylesheet_directory_uri(); ?>/assets/img/top-bg2.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 1000px;
  display: flex;
  justify-content: center;
  align-items: center;
}
/* Messageエリア 上段全体 */
.message-area-box {
  position: relative;
  max-width: 1050px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  background-color: #FFFFFF;
  border: 12px solid #3A8339;
  border-radius: 20px;
  padding-top: 50px;
  overflow: visible;
  margin-top: 10;
}
/* 「Message」 */
.messsage-area-box1-text1 {
  color: #D9A533;
  font-size: 30px;
  letter-spacing: 2px;
  margin-bottom: 10px;
}
/* 「Message」スマホ版 非表示 */
.messsage-area-box1-text2-sp {
  display: none;
}
/* 「出張は不安・・・〜」 */
.messsage-area-box1-text2 {
  font-size: 28px;
  color: #3C3C3C;
  letter-spacing: 2px;
  margin-top: 20px;
}
/* Messageエリア 下段全体 */
.message-area-box2 {
  margin-top: 40px;
}
/* Messageエリア 下段 */
.message-area-icon-text {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 28px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  color: #3A8339;
  border-bottom: 1px dashed #000000;
  padding-bottom: 10px;
}
/* 下段 テキスト */
.message-area-box2-text {
  width: 80%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
  margin: 0 auto;
  margin-bottom: 5px;
}
/* 下段 アイコン */
.message-area-box2 p {
  font-size: 28px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 550;
  color: #3A8339;
  margin: 0;
  border-bottom: 1px dashed #000000;
}
/* 最下段 */
.message-area-box3 {
  width: 80%;
  margin: 0 auto;
  text-align: left;
  margin-top: 30px;
  margin-bottom: 80px;
}
.message-area-box3-text {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 28px;
  color: #3C3C3C;
  letter-spacing: 2px;
  border-bottom: 1px dashed #000000;
  line-height: 1.5;
}
.message-area-box4 {
  position: absolute;
  height: auto;
  right: 50px;
  bottom: -80px;
  z-index: 10;
  transform: translateY(100%);
  opacity: 0;
  transition: transform 0.6s ease-out, opacity 0.6s ease-out;
}
.message-area-box4 img {
  height: 380px;
}
.message-area-box4.show {
  transform: translateY(0);
  opacity: 1;
}

/* TOPページブログエリア */
.blog-header-sp {
  display: none;
}
.blog-area {
  background-color: #F5FFF5;
  padding-top: 50px;
  padding-bottom: 100px;
}
/* ブログ投稿待ちのため非表示 */
/* .blog-page-title {
  max-width: 1200px;
  width: 55%;
  margin: 0 auto;
  margin-bottom: -20px;
}
.blog-page-title1 {
  margin: 0 auto;
  letter-spacing: 1px;
  text-align: left;
  color: #D9A533;
  font-size: 30px;
}
.blog-page-title2 {
  font-family: 'Zen Maru Gothic', sans-serif;
  color: #3A8339;
  font-size: 60px;
  font-weight: 500;
  margin: 0;
} */
.blog-area-ready {
  background-color: #F5FFF5;
  padding-top: 100px;
  padding-bottom: 200px;
}
.blog-page-title-ready {
  max-width: 1050px;
  width: 100%;
  margin: 0 auto;
}
.blog-page-title1-ready {
  text-align: center;
  font-size: 30px;
  color: #D9A533;
  letter-spacing: 2px;
  margin: 0;
}
.blog-page-title2-ready {
  text-align: center;
  font-size: 62px;
  color: #3A8339;
  font-family: 'Zen Maru Gothic', sans-serif;
}
.coments {
  text-align: center;
  font-size: 20px;
}

.blog-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 60px auto;
  max-width: 1200px;
  width: 60%;
  margin-top: 5px;
}
.blog-btn {
  background-color: #3A8339;
  color: #fff;
  font-family: 'Noto Sans JP', sans-serif;
  padding: 10px 20px;
  border-radius: 999px;
  text-decoration: none;
  font-size: 16px;
  transition: background-color 0.3s;
}
.blog-btn:hover {
  background-color: #2a6a2d;
}
.blog-posts {
  max-width: 1052px;
  margin: 0 auto;
  text-align: center;
}
.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 30px;
}
.blog-card {
  text-decoration: none;
  color: inherit;
  display: block;
  border: 1px solid #ccc;
  padding: 15px;
  border-radius: 12px;
  transition: all 0.3s;
  background: #fff;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 1.4s ease-out, transform 1.4s ease-out;
}
.blog-card.show {
  opacity: 1;
  transform: translateY(0);
}
.blog-card:hover {
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}
.blog-thumb img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}
.blog-meta {
  font-size: 14px;
  margin-top: 10px;
  color: #888;
  display: flex;
  justify-content: space-between;
}
.blog-title {
  font-size: 18px;
  margin-top: 8px;
  font-family: 'Zen Maru Gothic', sans-serif;
}

/* 「特徴」 */
/* 全体 */
.feature-area {
  position: relative;
  z-index: 0;
  padding-top: 100px;
  padding-bottom: 100px;
}
/* 背景設定 */
.feature-area::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 33.33%;
  background-color: #FAF3E0;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 60%);
  z-index: -1;
}
.feature-area::after {
  content: '';
  position: absolute;
  top: 33.33%;
  left: 0;
  width: 100%;
  height: 33.33%;
  background-color: #ffffff;
  clip-path: polygon(0 0, 100% 10%, 100% 90%, 0 100%);
  z-index: -1;
}
.feature-bg-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 33.33%;
  background-color: #FAF3E0;
  clip-path: polygon(0 0, 100% 40%, 100% 100%, 0 100%);
  z-index: -1;
}

/* 特徴 タイトル */
.feature-page-title1 h6 {
  text-align: center;
  font-size: 30px;
  color: #D9A533;
  font-weight: 400;
  letter-spacing: 2px;
}
.feature-page-title2 h3 {
  text-align: center;
  font-family: 'Zen Maru Gothic', sans-serif;
  color: #3A8339;
  font-size: 60px;
  font-weight: 400;
  letter-spacing: 2px;
  margin-top: -20px;
}
.feature-content {
  max-width: 1050px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
  margin: 0 auto;
}
.feature-area-header {
  max-width: 500px;
  width: 100%;
  height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
.feature-area-header-up {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 15px;
  padding-bottom: 10px;
  border-bottom: 4px solid #D2DBBD;
}
.feature-area-header-down {
  padding-top: 20px;
  font-size: 18px;
  color: #000000;
  letter-spacing: 2px;
}
.tatemoji {
  color: #D9A533;
  transform: rotate(90deg);
  transform-origin: left top;
  display: inline-block;
  font-size: 10px;
  margin-top: 7px;
  margin-right: -35px;
}
.feature-title {
  color: #3A8339;
  font-family: 'Zen Maru Gothic', sans-serif;
  font-size: 28px;
  margin: 0;
}
.feature-image {
  max-width: 550px;
}
.feature-image img {
  border-radius: 12px;
  width: 500px;
}
.feature03 {
  padding-top: 30px;
  text-align: left;
}
.feature-area03 {
  max-width: 1050px;
  width: 100%;
  display: flex;
  gap: 15px;
  margin: 0 auto;
  padding-bottom: 10px;
  border-bottom: 4px solid #D2DBBD;
}
.feature-content03 {
  max-width: 1050px;
  width: 100%;
  display: flex;
  gap: 50px;
}
.feature01, .feature02, .feature03 {
  max-width: 1200px;
  margin: 0 auto;
}
.feature01, .feature02 {
  margin-bottom: 60px;
}
.feature-area03-text {
  max-width: 1050px;
  width: 100%;
  margin: 0 auto;
  font-size: 20px;
  color: #000000;
  letter-spacing: 2px;
  margin-top: 20px;
  margin-bottom: 30px;
}
.feature-content03 {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  gap: 50px;
}
.feature-content03 img {
  width: 500px;
  border-radius: 12px;
}

/* スマホ版 非表示設定 */
.feature01-sp,
.feature02-sp
.feature03-sp {
  display: none;
}
.feature-content01-sp,
.feature-content02-sp
.feature-content03-sp {
  display: none;
}
.feature-area-header-sp,
.feature-area-header-up-sp,
.feature-title-sp,
.feature-area-header-down-sp,
.feature-image-sp,
.feature-area03-sp,
.feature-area03-text-sp,
.feature-content03-sp {
  display: none;
}


/* お客様の声 */
.voice-area {
  padding-top: 100px;
  padding-bottom: 100px;
}
.voice-area-sp {
  display: none !important;
}
.voice-area-title1 {
  text-align: center;
  color: #D9A533;
  font-size: 30px;
  font-weight: 400;
  letter-spacing: 2px;
  margin: 0;
  margin-bottom: 10px;
}
.voice-area-title2 {
  text-align: center;
  font-family: 'Zen Maru Gothic', sans-serif;
  color: #3A8339;
  letter-spacing: 2px;
  font-size: 64px;
  font-weight: 400;
  margin: 0 auto;
  margin-bottom: 40px;
}
.voice-area-group {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 50px;
}
.voice-area-group1 {
  position: relative;
  max-width: 500px;
  height: 500px;
  border: 5px solid #3A8339;
  border-radius: 10px;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.8s ease-out;
}
.voice-area-group1-text1 {
  width: 90%;
  margin: 0 auto;
  text-align: left;
  font-size: 18px;
  letter-spacing: 1px;
}
.voice-area-group1-text2 {
  width: 90%;
  margin: 0 auto;
  text-align: left;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 2px;
  margin-top: 5px;
  margin-bottom: 5px;
}
.voice-area-group1-text3 {
  width: 95%;
  margin: 0 auto;
  text-align: left;
  font-size: 17px;
}
.voice-area-group1.show {
  opacity: 1;
  transform: translateY(0);
}
.voice-area-group1-icon {
  position: absolute;
  top: 53%;
  right: 5%;
  transform: translateY(-50%);
  z-index: 1;
}


/* ====================================================
  　　　▲ front-page.php
======================================================= */





/* ====================================================
  　　　▼ page-about.php
======================================================= */

/* ページトップ */
.about-page1 {
  position: relative;
  padding-top: 220px;
  padding-bottom: 440px;
}
.about-page1 p {
  max-width: 550px;
  width: 100%;
  text-align: left;
  font-size: 23px;
  color: #3C3C3C;
  letter-spacing: 3px;
  margin: 0 auto;
}
.about-page1 .about-img-fedein {
  position: absolute;
}
/* .img-1 {
  height: 250px;
  top: 30px;
  right: 150px;
}
.img-2 {
  bottom: 80px;
  left: 300px;
}
.img-3 {
  height: 400px;
  bottom: 100px;
  right: 0;
}
.img-4 {
  height: 420px;
  top: 80px;
  left: 0;
}
.img-5 {
  height: 300px;
  bottom: 40px;
  right: 450px;
} */
.img-1 {
  height: 250px;
  top: 30px;
  right: 150px;
}
.img-2 {
  bottom: 80px;
  left: 300px;
}
.img-3 {
  height: 400px;
  bottom: 30px;
  right: 0;
}
.img-4 {
  height: 420px;
  top: 80px;
  left: 0;
}
.img-5 {
  height: 300px;
  bottom: 5px;
  right: 460px;
}
/* 画像ズームイン */
.about-img-fedein {
  opacity: 0;
  transform: scale(0.8);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.about-img-fedein.zoom-in {
  opacity: 1;
  transform: scale(1);
}



/* リユースで繋がる */
.reuse-area1-sp  {
  display: none !important;
}
.reuse-area1 {
  background-color: #FEFFF4;
  padding-top: 100px;
  padding-bottom: 100px;
  opacity: 0;
  transform: scale(0.95);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.reuse-area1.zoom-in {
  opacity: 1;
  transform: scale(1);
}
.reuse-area2-sp {
  display: none !important;
}
.reuse-area2 {
  background-color: #FFFFFF;
  padding-top: 100px;
  padding-bottom: 100px;
  opacity: 0;
  transform: scale(0.95);
  transition: opacity 1s ease, transform 1s ease;
}
.reuse-area2.zoom-in {
  opacity: 1;
  transform: scale(1);
}
.reuse-text-area {
  max-width: 1050px;
  width: 100%;
  text-align: center;
  margin: 0 auto;
}
.reuse-text-area-title {
  font-family: 'Zen Maru Gothic', sans-serif;
  color: #3A8339;
  font-size: 54px;
  margin: 0;
}
.reuse-text1 {
  font-size: 24px;
  font-family: 'Noto Sans JP', sans-serif;
  color: #3C3C3C;
  letter-spacing: 2px;
  margin: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.reuse-text2 {
  font-size: 20px;
  font-family: 'Noto Sans JP', sans-serif;
  color: #3C3C3C;
  letter-spacing: 2px;
  margin: 0;
  margin-bottom: 50px;
}
.reuse-textphoto-area {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  margin: 0 auto;
  max-width: 1200px;
  gap: 45px;
  margin-bottom: 50px;
}
.reuse-textphoto-text {
  width: 450px;
  padding-top: 10px;
}
.reuse-textphoto-area img {
  width: 450px;
}
.reuse-textphoto-text1 {
  font-size: 24px;
  color: #3A8339;
  font-weight: bold;
  letter-spacing: 2px;
}
.reuse-textphoto-text2 {
  font-size: 16px;
  color: #3C3C3C;
  letter-spacing: 2px;
}

/* 写真スライダー */
.reuse-area3 {
  background-color: #DCF2DB;
  padding-top: 50px;
  padding-bottom: 50px;
}
.reuse-area3-title-sp {
  display: none;
}
.reuse-area3-title {
  max-width: 1050px;
  width: 100%;
  text-align: center;
  margin: 0 auto;
}
.reuse-area3-title1 {
  font-family: 'Zen Maru Gothic', sans-serif;
  color: #3A8339;
  font-size: 54px;
  margin: 0;
  margin-bottom: 20px;
}
.reuse-area3-title2 {
  color: #3C3C3C;
  font-size: 20px;
  font-family: 'Noto Sans JP', sans-serif;
  margin: 0;
  margin-bottom: 50px;
}
.square-photo {
  overflow: hidden;
  width: 100%;
}
.square-photo-slider {
  display: flex;
  width: max-content;
  animation: scroll-left 40s linear infinite;
}
.square-photo-slider img {
  height: 300px;
  width: auto;
  margin-right: 10px;
  object-fit: contain;
  flex-shrink: 0;
}
@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

/* 社長の一問一答 */
.reuse-area4 {
  padding-top: 100px;
  padding-bottom: 100px;
}
.reuse-area4-box {
  position: relative;
  max-width: 1050px;
  width: 100%;
  margin: 0 auto;
  border: 10px solid #3A8339;
  border-radius: 20px;
  padding-top: 25px;
  padding-bottom: 25px;
}
.reuse-area4-box-title {
  text-align: center;
  font-family: 'Zen Maru Gothic', sans-serif;
  color: #3A8339;
  font-size: 36px;
  margin: 0;
  margin-bottom: 60px;
}
.qa {
  max-width: 950px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  margin-bottom: 20px;
}
.q {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
  padding-bottom: 10px;
  border-bottom: 4px solid #D2DBBD;
  background-color: #EBFFD9;
  border-radius: 10px;
}
.q-sp {
  display: none;
}
.q p {
  margin: 0;
  color: #3A8339;
  font-family: 'Zen Maru Gothic', sans-serif;
  font-size: 30px;
}
.a {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 20px;
  padding-top: 15px;
}
.a p {
  font-size: 18px;
  color: #000000;
  letter-spacing: 2px;
}
.ceo {
  position: absolute;
  top: -85px;
  right: 70px;

}
.ceo-sp {
  display: none;
}

/* 会社概要 */
.reuse-area5 {
  padding-top: 100px;
  padding-bottom: 100px;
}
.reuse-area5-title {
  text-align: center;
  margin-bottom: 50px;
}
.reuse-area5-title1 {
  color: #D9A533;
  font-size: 20px;
  letter-spacing: 2px;
  margin: 0;
}
.reuse-area5-title2 {
  color: #3A8339;
  font-family: 'Zen Maru Gothic', sans-serif;
  font-size: 35px;
  margin: 0;
}
.reuse-area5-gaiyou {
  margin: 0 auto;
  max-width: 1050px;
  width: 90%;
}
.company-table {
  border: 1px solid #3A8339;
}
.company-table a :hover {
  color: #3A8339;
}
.company-table th,
.company-table td {
  text-align: left;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: bold;
  font-size: 16px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.company-table th {
  background-color: #DCF2DB;
}




/* =======================================
  ▼ page-blog.php
========================================== */

/* ブログ一覧 */
.blog-page-area1 {
  padding-top: 50px;
  padding-bottom: 50px;
  /* max-width: 1050px;
  width: 100%; */
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  gap: 50px;
  margin: 0 auto;
}
/* ブログ左側 投稿エリア */
.blog-lists {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

/* 各記事カード */
.blog-post {
  max-width: 350px;
  width: 100%;
  display: flex;
  flex-direction: column;
  border: 1px solid #ddd;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
  transition: box-shadow 0.3s ease;
  max-height: 510px;
  height: 100%;
}
.blog-post:hover {
  box-shadow: 0 6px 12px rgba(0,0,0,0.1);
}
.blog-thumbnail img {
  max-width: 350px;
  width: 100%;
  border-radius: 10px;
}
/* 日付・カテゴリ */
.blog-meta {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  gap: 10px;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 10px;
}
/* 日付 */
.post-date {
  font-size: 15px;
  color: #949494;
  margin: 0 auto;
}
/* カテゴリ */
.post-category {
  border: 1px solid #000000;
  font-size: 15px;
  border-radius: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
  margin: 0 auto;
}
/* ブログタイトル */
.blog-post-title {
  width: 100%;
  font-size: 18px;
  color: #3C3C3C;
  border: none;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
  /* padding-top: 5px;
  padding-bottom: 0; */
  margin-bottom: 5px;
}

/* ブログ右側メニュー */
.blog-side {
  max-width: 310px;
  width: 100%;
}
/* 最近の投稿 */
.blog-recent {
  width: 310px;
}
.blog-recent-title {
  width: 310px;
  border-bottom: 1px solid #000000;
  padding-bottom: 0;
  margin-bottom: 20px;
}
.blog-recent-title h3 {
  width: 310px;
  text-align: left;
  font-size: 18px;
  padding-bottom: 0;
  margin-bottom: 10px;
}
.recent-posts {
  width: 310px;
}
.recent-post-inner {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}
.recent-post-thumbnail img {
  width: 100px;
  border-radius: 10px;
}
.recent-post-text {
  width: 210px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 10px;
  padding-left: 7px;
  padding-right: 5px;
}
.recent-post-text1 {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  /* margin-bottom: 5px; */
}
.recent-post-text2 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0;
  padding: 0;
}
.recent-date {
  font-size: 13px;
  color: #949494;
}
.recent-category {
  font-size: 13px;
}
.recent-title {
  font-size: 15px;
  color: #3C3C3C;
  background-color: none;
}
.recent-post-text2 {
  margin-bottom: 0;
  padding: 0;
}

/* カテゴリ */
.blog-category {
  width: 210px;
}
.blog-category-title {
  width: 210px;
  padding-bottom: 10px;
  border-bottom: 1px solid #000000;
  margin-bottom: 20px;
}
.blog-category-title h3 {
  text-align: left;
  font-size: 18px;
  margin-bottom: 0;
  padding: 0;
}
.category-list {
  margin-bottom: 20px;
}
.category-list > div {
  margin-bottom: 10px;
}
.category-list a {
  font-size: 16px;
  border: 1px solid #000000;
  border-radius: 10px;
  padding: 2px 10px;
  background-color: #ddd;
}

/* アーカイブ */
.blog-archive-title {
  width: 210px;
  padding-bottom: 10px;
  border-bottom: 1px solid #000000;
  margin-bottom: 20px;
}
.blog-archive-title h3 {
  text-align: left;
  font-size: 18px;
  margin-bottom: 0;
  padding: 0;
}

/* スマホ用非表示 */
.blog-page-area1-sp {
  display: none;
}

/* =======================================
  ▲ page-blog.php
========================================== */




/* =======================================
  ▼ page-item.php
========================================== */

/* エリア全体 */
.item-area1 {
  background-color: #FFFFFF;
  padding-top: 50px;
  padding-bottom: 50px;
}
/* ボックス全体 */
.item-area1-box {
  max-width: 1050px;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 0 auto;
  border: 2px solid #3A8339;
  border-radius: 10px;
}
/* ボックス内 左側 */
.item-area1-box-text {
  max-width: 600px;
  width: 70%;
  height: auto;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 15px;
}
/* ボックス内 テキスト */
.item-area1-box-text1 {
  max-width: 400px;
  width: 100%;
  text-align: left;
  color: #D9A533;
  font-size: 20px;
  letter-spacing: 2px;
}
/* ボックス内 アイコン */
.item-area1-box-icons {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.item-area1-box-icons img {
  height: 121px;
}
/* ボックス内 右側 */
.item-area1-box-photo {
  flex: 1;
}
/* ボックス内 右側画像 */
.item-area1-box-photo img {
  width: 600px;
  height: auto;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
}

/* =======================================
  ▲ page-item.php
========================================== */

/* =======================================
  ▼ page-item-kaden.php
========================================== */

/* 買取品目共通 左側メニュー */
/* 買取一覧エリア */
.item-introduction {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  gap: 100px;
  padding-top: 100px;
  padding-bottom: 100px;
}
.item-sidemenu {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.menu-title p {
  margin: 0;
  font-size: 24px;
  color: #3A8339;
  letter-spacing: 2px;
  margin-bottom: 20px;
}
.item-sidemenu a {
  margin-bottom: 20px;
}

/* 「どんな家電製品でも無料で査定」 */
.item-information-title {
  width: 655px;
  padding-left: 10px;
  border-bottom: 1px solid #3A8339;
  border-left: 15px solid #3A8339;
}
.item-information-title h6 {
  margin: 0;
  font-size: 30px;
  color: #3A8339;
  letter-spacing: 2px;
}

/* 「買取の流れ」 */
.item-information-flow {
  width: 655px;
}
.item-information-flow-title {
  margin-top: 20px;
  margin-bottom: 20px;
}
.item-information-flow-title p {
  margin: 0;
  font-size: 20px;
  color: #3C3C3C;
  letter-spacing: 2px;
}
.item-information-flow-step {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}
.item-information-flow-step span {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 2px;
  background-color: #DCF2DB;
  border-radius: 32px;
  padding: 5px 15px;
}
/* STEP　タイトル */
.item-information-flow-step p {
  margin: 0;
  font-size: 20px;
  color: #3A8339;
  letter-spacing: 2px;
}
/* STEP テキスト */
.item-information-flow-step-text {
  width: 655px;
  margin: 0 auto;
}
.item-information-flow-step-text p {
  text-align: left;
  font-size: 16px;
  color: #3C3C3C;
  letter-spacing: 2px;
}
/* 使用画像 */
.item-information-flow-image {
  width: 655px;
  margin-bottom: 40px;
}

















/* =======================================
  ▼ page-flow.php
========================================== */
.flow-area1-title {
  text-align: center;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 20px;
  letter-spacing: 2px;
  color: #D9A533;
  padding-top: 50px;
}
.flow-area1-box {
  position: relative;
  margin: 50px auto;
  width: 90%;
  max-width: 1000px;
}
.flow-area1-box-label {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background: #fff;
  padding: 0 12px;
  font-family: 'Zen Maru Gothic', sans-serif;
  font-size: 35px;
  color: #3A8339;
  background: linear-gradient(to bottom, #FFFFFF
 50%, #DBF2DB 50%);
}
.flow-area1-box-content {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 20px;
  border-radius: 20px;
  padding: 60px 50px;
  box-sizing: border-box;
  background-color: #DBF2DB;
}
.flow-area1-box-content img {
  width: 296px;
}
.flow-area2 {
  background-color: #F3FBF3;
  padding-top: 100px;
  padding-bottom: 100px;
}
.flow-area2-title {
  text-align: center;
}
.flow-area2-title1 {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 20px;
  letter-spacing: 2px;
  color: #D9A533;
  margin: 0;
  padding: 0;
  padding-top: 5px;
  padding-bottom: 5px;
}
.flow-area2-title2 {
  font-family: 'Zen Maru Gothic', sans-serif;
  font-size: 35px;
  color: #3A8339;
  padding-bottom: 20px;
}
.flow-area2-step {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.step1, .step2, .step3 {
  background: #FFFFFF;
  padding: 20px 20px;
  width: 1050px;
  height: 227px;
  font-size: 16px;
  color: #333;
  display: flex;
  gap: 20px;
  margin-bottom: 0;
}
.step1-1, .step2-1 {
  width: 37px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 15px;
  margin: 0;
  padding: 0;
}
.step1-2, .step2-2 {
  width: 252px;
  display: flex;
  justify-content: center;
}
.step1-3, .step2-3 {
  width: 681px;
}
.step1-3-1, .step2-3-1 {
  font-size: 24px;
  letter-spacing: 2px;
  font-family: 'Noto Sans JP', sans-serif;
  color: #3C3C3C;
  margin: 0;
  margin-bottom: 15px;
}
.step1-3-2, .step2-3-2 {
  font-size: 16px;
  letter-spacing: 2px;
  font-family: 'Noto Sans JP', sans-serif;
  color: #3C3C3C;
  margin: 0;
  margin-bottom: 10px;
}
.step1-3-3, .step2-3-3 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.step1-3-3 img, .step2-3-3 img {
  width: 210px;

}
.step1-3-3 a img {
  display: block;
}
.yajirushi {
  width: 1052px;
  margin-top: -33px;
}
.step3 {
  border-bottom: 1px solid #3A8339;
}
.yajirushi-sp {
  display: none;
}

/* 買取一覧エリア */
.item-area {
  background-color: #FAF3E0;
  padding-top: 100px;
  padding-bottom: 100px;
}
.item-area-header1 {
  margin: 0;
  text-align: center;
  font-size: 20px;
  color: #D9A533;
  line-height: 150%;
  letter-spacing: 2px;
  margin-bottom: 10px;
}
.item-area-header2-sp {
  display: none;
}
.item-area-header2 {
  margin: 0;
  text-align: center;
  font-family: 'Zen Maru Gothic', sans-serif;
  font-size: 36px;
  color: #3A8339;
  margin-bottom: 20px;
}
.item-lists {
  max-width: 1050px;
  width: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22.5px;
}
 .item {
  display: flex;
  flex-direction: row;
  margin-bottom: -20px;
  transition: transform 0.3s ease;
 }
 .item:hover {
  transform: scale(1.05); /* 5%拡大 */
  }
 .item-title, .item img {
  height: 165px;
 }
 .item-image1 {
  background-color: #F1F1F1;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
 }
 .item-title {
  width: 150px;
  background-color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 18px;
  line-height: 150%;
  color: #3A8339;
  padding-left: 3px;
  padding-right: 3px;
 }











/* faq-page.php */
.faq-area1 {
  background-color: #DCF2DB;
  padding-top: 50px;
  padding-bottom: 50px;
}
.faq-item {
  max-width: 1050px;
  width: 100%;
  margin: 0 auto;
  border-radius: 10px;
  background-color: #FFFFFF;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  transition: transform 0.3s ease;
}
.faq-item:hover {
  transform: scale(1.05); /* 5%拡大 */
}
.faq-question {
  max-width: 970px;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 15px;
  margin: 0 auto;
  text-align: left;
}
.faq-question p {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 20px;
  color: #3C3C3C;
  letter-spacing: 2px;
  margin: 0;
}
.faq-answer {
  max-width: 970px;
  width: 100%;
  margin: 0 auto;
  padding-top: 15px;
  display: none;
}
.faq-answer p {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 20px;
  color: #3C3C3C;
  text-align: left;
  padding: 0;
  margin: 0;
}




/* =======================================
  ▼ page-area.php
========================================== */
/* 1セクション */
/* 全体 */
.page-area1 {
  background-color: #FAF3E0;
  padding-top: 100px;
  padding-bottom: 50px;
}
/* 「出張買取可能エリア」ボックス */
.area-group1-title {
  max-width: 1050px;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin: 0 auto;
  gap: 15px;
  margin-bottom: 20px;
}
/* 「出張買取可能エリア」ピン画像 */
.area-group1-title img {
  display: block;
}
/* 「出張買取可能エリア」テキスト */
.area-group1-title h3 {
  margin: 0;
  padding: 0;
  line-height: 1;
  font-size: 30px;
  font-weight: 400;
  color: #3A8339;
}
/* 「お問い合わせいただいた〜」ボックス */
.area-group1-text {
  max-width: 1050px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 20px;
}
/* 「お問い合わせいただいた〜」テキスト */
.area-group1-text p {
  font-size: 24px;
  color: #000000;
}
/* 都道府県 ボタン群 */
.area-group1-content {
  max-width: 1050px;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  margin: 0 auto;
  justify-items: center;
  margin-bottom: 30px;
}
/* 都道府県 ボタン */
.area-group1-box {
  width: 186px;
  height: 125px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  background-color: #3A8339;
  border-radius: 20px;
  margin-bottom: 20px;
  transition: transform 0.3s ease;
}
.area-group1-box:hover {
  transform: scale(1.05); /* 5%拡大 */
}
/* 都道府県 ボタン テキスト */
.area-group1-box p {
  text-align: center;
  margin: 0 auto;
  font-size: 24px;
  color: #FFFFFF;
}
/* 都道府県 ボタン 画像 */
.area-group1-box img {
  margin: 0 auto;
}
/* 都道府県 プルダウン */
.area-group1-arealist {
  max-width: 1050px;
  width: 100%;
  margin: 0 auto;
  border: 3px solid #3A8339;
  border-radius: 20px;
  background-color: #FFFFFF;
  padding: 20px;
  margin-bottom: 20px;
  transition: transform 0.3s ease;
}
.area-group1-arealist:hover {
  transform: scale(1.05); /* 5%拡大 */
}
.prefecture-name {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.prefecture-name p {
  font-size: 24px;
  color: #3A8339;
  margin: 0;
}
.area-name {
  margin: 0 auto;
  margin-top: 10px;
  display: none;
  transition: all 0.3s ease;
}
.area-name p {
  font-size: 18px;
  color: #3C3C3C;
  letter-spacing: 1px;
  margin: 0;
}
.area-group1-arealist.open .area-name {
  display: block;
}
/* 都道府県ボタン 矢印アイコン */
.toggle-icon {
  transition: transform 0.3s ease;
}
/* スクロール画面調整 */
#tokyo-area,
#saitama-area,
#kanagawa-area,
#chiba-area,
#tochigi-area,
#ibaraki-area,
#gunma-area,
#fukushima-area,
#yamanashi-area {
  scroll-margin-top: 180px;
}



/* 「店舗買取対応拠点」ボックス */
.area-group2-title {
  max-width: 1050px;
  width: 100%;
  margin: 0 auto;
  margin-top: 50px;
  margin-bottom: 20px;
}
/* 「店舗買取対応拠点」テキスト */
.area-group2-title p {
  text-align: center;
  margin: 0;
  font-size: 30px;
  color: #3A8339;
}
/* 3店舗表示エリア */
.area-group2-content {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-bottom: 40px;
}
/* 店舗表示ボックス */
.area-group2-box {
  background-color: #FFFFFF;
}
/* 店舗表示ボックス テキスト */
.area-group2-box p {
  text-align: center;
  color: #3A8339;
  font-size: 24px;
  margin: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}
/* 出張可能エリアマップ全体 */
.area-group3 {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  gap: 40px;
}
/* 出張可能エリアマップ テキスト */
.area-group3-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 40px;
  height: 402px;
}
/* 「出張可能エリア」 */
.area-group3-title {
  margin-top: 10px;
  margin-bottom: 20px;
}
/* 「出張可能エリア」テキスト */
.area-group3-title p {
  font-size: 30px;
  color: #060606;
  margin: 0;
}
/* 各支店ボックス */
.area-group3-siten {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}
/* 各支店ボックス テキスト */
.area-group3-siten p {
  margin: 0;
  font-size: 24px;
  color: #3C3C3C;
}

/* 2セクション */
/* 全体 */
.page-area2 {
  background-color: #FFFFFF;
  padding-top: 100px;
  padding-bottom: 100px;
}
.page-area2-sp {
  display: none;
}
/* こんな作業もお任せください */
.area-group4-title {
  margin-bottom: 10px;
}
/* こんな作業もお任せください テキスト */
.area-group4-title p {
  text-align: center;
  color: #3A8339;
  font-size: 40px;
  font-weight: bold;
}
/* こんな作業もお任せください テキスト効果 */
.area-group4-title span {
  font-size: 45px;
}
/* 「不用品回収・片付け〜」ボックス全体 */
.area-group5 {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}
/* 「不用品回収・片付け〜」ボックス */
.area-group5-box {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  height: 352px;
  padding: 10px 10px;
  background-color: #3A8339;
  border-radius: 10px;
}
/* 「不用品回収・片付け〜」ボックス テキスト */
.area-group5-box p {
  text-align: center;
  font-size: 24px;
  color: #FFFFFF;
  margin: 0;
}
/* 「不用品回収・片付け〜」ボックス 画像 */
.area-group5-box img {
  width: 495px;
  height: 250px;
  border-radius: 10px;
}

/* 3セクション */
/* 全体 */
.page-area3 {
  background-color: #DCF2DB;
  padding-top: 100px;
  padding-bottom: 100px;
}
/* 八王子のお客様の声 タイトル */
.area-group6-title {
  max-width: 1050px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 30px;
}
/* 八王子のお客様の声 テキスト */
.area-group6-title p {
  text-align: left;
  font-family: 'Zen Maru Gothic', sans-serif;
  font-size: 36px;
  color: #3A8339;
  margin: 0;
}
/* 八王子のお客様の声 ボックス全体 */
.area-group6-box {
  max-width: 1050px;
  width: 100%;
  display: flex;
  flex-direction: row;
  gap: 20px;
  margin: 0 auto;
  background-color: #FFFFFF;
  border: 5px solid #3A8339;
  border-radius: 10px;
  padding: 15px 15px;
  margin-bottom: 20px;
}
/* 八王子のお客様の声 ボックステキスト */
.area-group6-box-text {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
/* 八王子のお客様の声 ボックステキスト */
.area-group6-box-text1 {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.area-group6-box-text p {
  font-size: 16px;
  color: #000000;
  letter-spacing: 2px;
  margin: 0;
}
.area-group6-box-text span {
  font-size: 18px;
  font-weight: bold;
  color: #3C3C3C;
}




/* =======================================
  ▲ page-area.php
========================================== */




/* =======================================
  ▼ consultation-page.php
========================================== */

/* 1セクション */
.consultation-area1-sp {
  display: none;
}
.consultation-area1 {
  padding-top: 100px;
}
.consultation-area1-text1 {
  max-width: 1050px;
  width: 100%;
  margin: 0 auto;
  border-top: none;
  border-bottom: 5px dotted #D9A533;
}
.consultation-area1-text1 h2 {
  text-align: left;
  font-family: 'Zen Maru Gothic', sans-serif;
  color: #3A8339;
  font-size: 30px;
  font-weight: 400;
  letter-spacing: 2px;
  border: none;
  padding-bottom: 20px;
  margin: 0;
}
.consultation-area1-text2 {
  max-width: 1050px;
  width: 100%;
  margin: 0 auto;
  padding-top: 10px;
}
.consultation-area1-text2 p {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 20px;
  letter-spacing: 2px;
}

/* 2セクション */
.consultation-area2 {
  margin-top: 100px;
}
/* ボックス全体 */
.consultation-area2-box {
  max-width: 1050px;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 60px;
  margin: 0 auto;
}
.consultation-area2-box-left {
  max-width: 440px;
  width: 100%;
}
/* 「あきなやが選ばれる理由」 */
.consultation-area2-title {
  text-align: center;
  font-family: 'Zen Maru Gothic', sans-serif;
  font-size: 30px;
  font-weight: 400;
  color: #FFFFFF;
  border-radius: 10px;
  background-color: #3A8339;
  padding: 5px;
}
.consultation-area2-text,
.consultation-area2-text2 {
  font-size: 16px;
  color: #3C3C3C;
  letter-spacing: 2px;
  margin-bottom: 15px;
}
.consultation-area2-text span {
  font-weight: bold;
  text-decoration: underline;
  text-decoration-color: #ffff00;
  text-decoration-thickness: 10px;
  text-underline-offset: -5px;
}
.consultation-area2-text2 {
  font-size: 18px;
}

/* 3セクション */
.consultation-area3-sp {
  display: none;
}
.consultation-area3 {
  padding-top: 70px;
}
.consultation-area3-box {
  max-width: 1050px;
  width: 100%;
  margin: 0 auto;
  border: 7px solid #3A8339;
  border-radius: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
}
/* 「こんなお悩みございませんか？」 */
.consultation-area3-box-title {
  max-width: 950px;
  width: 100%;
  background-color: #3A8339;
  border-radius: 10px;
  margin: 0 auto;
}
.consultation-area3-box-title p {
  text-align: center;
  font-size: 30px;
  font-family: 'Zen Maru Gothic', sans-serif;
  color: #FFFFFF;
  letter-spacing: 2px;
}
.consultation-area3-box-text {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}
.consultation-area3-box-text1 {
  background-color: #EBFFD9;
  border-radius: 10px;
}
.consultation-area3-box-text1 p {
  font-size: 16px;
  color: #3A8339;
  font-family: 'Zen Maru Gothic', sans-serif;
  letter-spacing: 2px;
  margin: 0;
  padding: 15px 20px;
}
.consultation-area3-box-text1 span {
  text-decoration: underline;
  text-decoration-color: #ffff00;
  text-decoration-thickness: 10px;
  text-underline-offset: -5px;
}
.consultation-area3-box-text2 {
  max-width: 456px;
  width: 100%;
  background-color: #EBFFD9;
  border-radius: 10px;
  margin: 0 auto;
}
.consultation-area3-box-text2 p {
  text-align: center;
  font-size: 16px;
  color: #3A8339;
  font-family: 'Zen Maru Gothic', sans-serif;
  letter-spacing: 2px;
  margin: 0;
  padding: 15px 20px;
}
.consultation-area3-box-text2 span {
  text-decoration: underline;
  text-decoration-color: #ffff00;
  text-decoration-thickness: 10px;
  text-underline-offset: -5px;
}
.consultation-area3-box-image1 {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  gap: 220px;
  margin-top: -50px;
}
.consultation-area3-box-image2 {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: -20px;
}
.onayami1 {
  margin-right: 40px;
}
.onayami2 {
  margin-right: 15px;
}
.onayami4 {
  margin-left: 40px;
}
.consultation-area3-yajirusi {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.consultation-area3-yajirusi img {
  margin-top: -3px;
}

/* 4セクション */
.consultation-area4 {
  padding-top: 50px;
  padding-bottom: 100px;
}
/* 「専門家がいるから〜」ボックス */
.consultation-area4-text1 {
  max-width: 1050px;
  width: 100%;
  margin: 0 auto;
}
/* 「専門家がいるから〜」テキスト */
.consultation-area4-text1 p {
  font-family: 'Zen Maru Gothic', sans-serif;
  font-size: 30px;
  color: #3A8339;
  letter-spacing: 2px;
  text-align: center;
  border-bottom: 5px dotted #D9A533;
  padding-bottom: 20px;
}
.consultation-area4-text2-sp {
  display: none;
}
/* 「相続にかかるお金と〜」ボックス */
.consultation-area4-text2 {
  max-width: 1050px;
  width: 100%;
  margin: 0 auto;
  padding-top: 10px;
  margin-bottom: 20px;
}
/* 「相続にかかるお金と〜」テキスト */
.consultation-area4-text2 p {
  text-align: center;
  color: #3C3C3C;
  font-size: 18px;
  letter-spacing: 2px;
  margin: 0;
}
/* 遺言セミナー画像 */
.consultation-area4-image {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 20px;
}




/* =======================================
  ▼ お問い合わせページ
========================================== */
/* 既存のレイアウトを非表示にする */
/* .header-search,
.page-header,
.sidebar {
  display: none;
} */
.site-body {
  margin-top: -30px;
}
.breadcrumb {
  display: none;
}
.site-body-bottom {
  display: none;
}
.site-footer {
  display: none;
}
.site-body {
  margin-top: -30px;
}
.contact-form {
  max-width: 1050px;
  width: 100%;
  margin: 0 auto;
  padding-top: 50px;
  padding-bottom: 50px;
}


/* =======================================
  ▼ ブログ準備ページ
========================================== */

.blog-ready {
  padding-top: 100px;
  padding-bottom: 200px;
}
.blog-ready p {
  text-align: center;
  font-size: 20px;
}




















/* ====================================================
  　　　タブレット用1（1300px 〜 1540px）
======================================================= */
@media screen and (max-width: 1540px) and (min-width: 1300px) {
  .custom-left {
    width: 250px;
    height: 96px;
    padding-left: 0;
    margin-left: 25px;
  }
  .custom-top-inner {
    max-width: 1540px;
    width: 100%;
    margin: 0 auto;
    justify-content: space-between;
  }
  .sub-btn {
    font-size: 15px;
  }
  }

/* ====================================================
  　　　タブレット用2（744px 〜 1299px）
======================================================= */
@media screen and (max-width: 1299px) and (min-width: 740px) {
  .custom-left {
    width: 150px;
    padding-left: 0;
    margin-left: 25px;
    padding-top: 0;
  }
  .header-phone-number {
    width: 120px;
  }
  .header-mail {
    width: 100px;
  }
  .header-line {
    width: 100px;
  }
  .custom-top-area {
    height: 165px;
	  height: 200px;
    padding: 0;
    padding-top: 40px;
	margin-bottom: -40px;
  }
  .custom-top-inner {
    max-width: 1299px;
    width: 100%;
    height: 200px;
    margin: 0 auto;
    justify-content: space-between;
	padding-top: 20px;
  }
  .sub-btn {
    font-size: 8px;
  }
  .divider {
    font-size: 8px;
  }
  .coupon-area1,
  .coupon-area2 {
    width: 80%;
    margin: 0 auto;
    margin-bottom: 10px;
  }
  .message-area-box {
    width: 80%;
  }
  .messsage-area-box1-text1 {
    font-size: 20px;
  }
  .messsage-area-box1-text2 {
    width: 90%;
    margin: 0 auto;
    font-size: 16px;
    margin-top: 10px;
  }
  .message-area-icon-text {
    width: 90%;
    margin: 0 auto;
    font-size: 18px;
  }
  .message-area-icon-text img {
    height: 30px;
    width: auto;
  }
  .message-area-box3-text {
    font-size: 20px;
  }
  .message-area-box4 {
    right: 5px;
    bottom: -40px;
  }
  .message-area-box4 img {
    height: 200px;
  }
  .feature-content {
    width: 80%;
  }
  .feature-title {
    font-size: 18px;
  }
  .feature-area-header-down p {
    font-size: 16px;
  }
  .feature03 {
    width: 80%;
  }
  .feature-area03 {
    justify-content: flex-start;
    align-items: center;
  }
  .feature-area03-text p {
    font-size: 16px;
  }
  .feature-content03 img {
    width: 300px;
    height: auto;
  }
  .voice-area-group {
    width: 80%;
    margin: 0 auto;
  }
  .voice-area-group1 {
    width: 50%;
  }
  .voice-area-group1-text1 {
    font-size: 14px;
  }
  .voice-area-group1-text2 {
    font-size: 16px;
  }
  .voice-area-group1-icon {
    display: none;
  }
  .voice-area-group1-text3 {
    font-size: 16px;
  }
  .contact-box {
    width: 80%;
  }
  .contact-box-title1 {
    font-size: 22px;
  }
  .contact-box-title2 {
    font-size: 30px;
  }
  .contact-box-title3 {
    font-size: 14px;
  }
  .custom-footer {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .footer-area1 {
    width: 90%;
    gap: 70px;
  }
  .footer-navi1 {
    margin-right: 20px;
    width: 70px;
  }
  .footer-navi1 a {
    font-size: 10px;
  }
  .footer-area2 {
    width: 90%;
  }
  .footer-navi2 a {
    font-size: 10px;
  }
  .footer-area3 {
    width: 90%;
  }
  .footer-area3-left span,
  .footer-area3-right span {
    font-size: 10px;
  }
  .feature-page-title1 h6,
  .blog-page-title1-ready,
  .voice-area-title1,
  .reuse-area5-title1,
  .item-area-header1 {
    font-size: 22px;
  }
  .feature-page-title2 h3,
  .blog-page-title2-ready,
  .voice-area-title2,
  .reuse-area5-title2,
  .item-area-header2 {
    font-size: 40px;
  }
  .page-header-title {
    width: 80%;
  }
  .header-area-title1 {
    font-size: 18px;
  }
  .header-area-title2 {
    font-size: 30px;
  }
  .about-page1 p {
    font-size: 20px;
  }
  .img-4 {
    height: 200px;
    top: 10px;
    left: 0;
  }
  .img-1 {
    height: 200px;
    top: 20px;
    right: 50px;
  }
  .img-3 {
    height: 250px;
    bottom: 140px;
    right: 0;
  }
  .img-5 {
    height: 250px;
    bottom: 150px;
    left: 10px;
  }
  .img-2 {
    height: 150px;
    bottom: 80px;
    left: 300px;
  }
  .reuse-text-area-title {
    width: 80%;
    margin: 0 auto;
    font-size: 40px;
  }
  .reuse-text1 {
    font-size: 20px;
  }
  .reuse-text2 {
    width: 80%;
    margin: 0 auto;
    font-size: 16px;
    margin-bottom: 20px;
  }
  .reuse-textphoto-area {
    width: 80%;
  }
  .reuse-textphoto-area img {
    width: 300px;
  }
  .reuse-textphoto-text1 {
    font-size: 18px;
  }
  .reuse-textphoto-text2 {
    font-size: 14px;
  }
  .reuse-area3-title {
    width: 80%;
  }
  .reuse-area3-title1 {
    font-size: 40px;
  }
  .reuse-area3-title2 {
    font-size: 16px;
  }
  .square-photo-slider img {
    width: 200px;
  }
  .reuse-area4-box {
    width: 80%;
  }
  .reuse-area4-box-title {
    font-size: 30px;
  }
  .qa {
    width: 90%;
  }
  .q p {
    font-size: 22px;
  }
  .a p {
    font-size: 14px;
  }
  .ceo {
    width: 150px;
    top: -40px;
    right: 20px;
  }
  .company-table {
    width: 90%;
    margin: 0 auto;
  }
  .item-area1-box {
    width: 700px;
  }
   .item-area1-box-photo img {
    width: 350px;
    border-top-right-radius: 9px;
    border-bottom-right-radius: 9px;
   }
   .item-area1-box-text1 {
    font-size: 16px;
    padding-left: 10px;
    padding-right: 10px;
   }
   .item-area1-box-icons img {
    width: 100px;
	height: auto;
   }
   .item-lists {
    width: 90%;
    grid-template-columns: repeat(2, 1fr);
    margin: 0 auto;
   }
   .item {
    width: 335px;
    margin-right: 0;
    margin: 0 auto;
   }
   .flow-area1-box-content {
    width: 700px;
    margin: 0 auto;
   }
   .flow-area1-box-content img {
    width: 210px;
   }
   .flow-area1-title {
    font-size: 18px;
   }
   .flow-area1-box-label {
    font-size: 28px;
   }
   .step1,
   .step2,
   .step3 {
    width: 700px;
   }
   .yajirushi {
    width: 700px;
   }
   .step1-2 img,
   .step2-2 img,
   .step3-2 img {
    width: 151px;
    height: 112px;
   }
   .step1,
   .step2,
   .step3 {
    height: auto;
   }
   .step1-3-1,
   .step2-3-1,
   .step3-3-1 {
    font-size: 14px;
   }
   .step1-3-2,
   .step2-3-2,
   .step3-3-2 {
    font-size: 10px;
   }
   .area-group1-title {
    width: 700px;
   }
   .area-group1-text {
    width: 700px;
   }
   .area-group1-content {
    width: 700px;
    margin: 0 auto;
    grid-template-columns: repeat(3, 1fr);
   }
   .area-group1-arealist {
    width: 700px;
   }
   .area-group2-content {
    width: 700px;
    margin: 0 auto;
    margin-bottom: 20px;
   }
   .area-group2-box p {
    font-size: 20px;
   }
   .area-group4-title p {
    font-size: 30px;
   }
   .area-group4-title span {
    font-size: 32px;
   }
   .area-group5 {
    width: 700px;
    margin: 0 auto;
    margin-bottom: 20px;
   }
   .area-group5-box {
    height: 340px;
   }
   .area-group5-box p {
    font-size: 20px;
   }
   .area-group6-title {
    width: 700px;
   }
   .area-group6-title p {
    font-size: 30px;
   }
   .area-group6-box {
    width: 700px;
   }
   .faq-item {
    width: 700px;
   }
   .faq-item {
    padding-left: 10px;
    padding-right: 20px;
   }
   .faq-question p {
    font-size: 18px;
   }
   .faq-question img {
    width: 30px;
   }
   .faq-answer p {
    font-size: 18px;
   }
   .consultation-area1 {
    width: 700px;
    margin: 0 auto;
   }
   .consultation-area2-box {
    width: 700px;
   }
   .consultation-area2-title {
    font-size: 22px;
   }
   .consultation-area2-text span {
    font-size: 14px;
   }
   .consultation-area2-text {
    font-size: 14px;
   }
   .consultation-area2-text2 {
    font-size: 14px;
    font-weight: bold;
   }
   .consultation-area3-box {
    width: 700px;
   }
   .consultation-area3-box-title {
    width: 80%;
   }
   .consultation-area3-box-title p {
    font-size: 26px;
   }
   .consultation-area3-box-text {
    width: 80%;
    margin: 0 auto;
    margin-bottom: 10px;
   }
   .onayami1,
   .onayami4 {
    width: 150px;
   }
   .onayami2 {
    width: 120px;
   }
   .onayami3 {
    width: 110px;
   }
   .consultation-area4-text1 {
    width: 700px;
   }
   .consultation-area4-text1 p {
    font-size: 26px;
   }
   .consultation-area4-text2 p {
    font-size: 16px;
   }
   .consultation-area4-image img {
    width: 300px;
   }
   .item-introduction {
    width: 700px;
    margin: 0 auto;
    align-items: flex-start;
   }
   .item-sidemenu {
    width: 250px;
   }
   .item-information {
    width: 450px;
    align-items: flex-start;
   }
   .menu-title p {
    font-size: 20px;
   }
   .item-information-title {
    width: 450px;
   }
   .item-information-title h6 {
    font-size: 26px;
   }
   .item-information-flow-title p {
    font-size: 18px;
   }
   .item-information-flow-step span,
   .item-information-flow-step p {
    font-size: 16px;
   }
   .item-information-flow-step-text {
    width: 450px;
    margin-left: 0;
   }
   .item-information-flow-step-text p {
    font-size: 14px;
   }
   .item-information-flow-image img {
    width: 450px;
   }
   .contact-form {
    width: 700px;
   }
  }
  
/* ====================================================
  　　　スマホ用（480px以下）
======================================================= */
  @media screen and (max-width: 480px) {

    /* ========== ページ共通部分 ========== */
    /* ----- TOPページヘッダー ----- */
    body {
      padding: 0;
		padding-top: 60px;
    }
    .custom-top-area {
      display: none;
    }
    .custom-top-area-sp {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      display: block;
      padding: 0;
      margin: 0;
      height: auto;
      z-index: 9999;
      background: #fff; /* 任意：背景色を指定しないと透けます */
    }
    .custom-top-inner-sp {
      display: flex;
      justify-content: space-between;
    }
    .sp-custom-left{
      padding-left: 10px;
      display: flex;
      align-items: center;
    }
    .site-logo-sp {
      height: 80%;
    }
    .sp-custom-right {
      display: flex;
      flex-direction: row;
      align-items: center;
      gap: 10px;
    }
    


    /* ----- 各ページヘッダー ----- */
    .header-area {
      height: 140px;
      margin: 0;
    }
    .page-header-title {
      width: 80%;
      margin: 0 auto;
    }
    .header-area-title1 {
      text-align: center;
      font-size: 14px;
      letter-spacing: 2px;
    }
    .header-area-title2 {
      text-align: center;
      font-size: 24px;
    }

    /* ----- スマホ版 ハンバーガーメニュー ----- */
    /* メニュー初期状態：非表示 */
    /* メニュー非表示状態 */
    .sp-menu {
      display: none;
      position: fixed;
      width: 100%;
      height: 100%;
      background-color: #fff;
      padding: 25px 20px;
      box-shadow: -2px 0 8px rgba(0,0,0,0.2);
      z-index: 999;
    }
    /* メニュー全体 */
    .sp-menu-box {
      width: 94%;
      margin: 0 auto;
    }
    /* メニューボタン ボックス */
    .menu-btn {
      width: 94%;
      margin: 0 auto;
      border-bottom: 1px solid #D9D9D9;
      padding-bottom: 15px;
      margin-bottom: 15px;
    }
    /* メニューボタン テキスト */
    .menu-btn a {
      font-size: 16px;
      color: #3C3C3C;
    }
    /* 切り替え */
    .sp-menu.active {
      display: block;
    }
    /* 問い合わせ画像 */
    .menu-sp-contact {
      width: 90%;
      display: block;
      margin: 0 auto;
    }
    .sp-menu-contact1 {
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      max-width: 315px;
      gap: 20px;
      /* width: 94%; */
      margin: 0 auto;
      margin-bottom: 20px;
    }
    .sp-menu-contact1 img {
      max-width: 175px;
      width: 100%;
    }
    .sp-menu-contact2 {
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      gap: 10px;
      max-width: 315px;
      width: 80%;
      margin: 0 auto;
    }
    .sp-menu-tel-icon {
      max-width: 50px;
      width: 100%;
    }
    .sp-menu-contact1 a,
    .sp-menu-contact1 a img {
      padding: 0;
      margin: 0 auto;
      display: block;
    }

    /* ----- お問い合わせ ----- */
    .contact-area-sp {
      display: block;
      padding-top: 100px;
      padding-bottom: 100px;
    }
    .contact-box-sp {
      display: block;
      width: 90%;
      height: auto;
      margin: 0 auto;
      background-color: #ffffff;
      border-radius: 12px;
      box-shadow: 0 4px 12px rgba(0,0,0,0.1);
      padding-top: 30px;
      padding-bottom: 50px;
    }
    .contact-box-title1-sp {
      text-align: center;
      color: #D9A533;
      font-size: 13px;
      letter-spacing: 2px;
      padding: 0;
      margin: 0;
      padding-top: 5px;
    }
    .contact-box-title2-sp {
      text-align: center;
      font-size: 24px;
      line-height: 150%;
      letter-spacing: 2px;
      font-family: 'Zen Maru Gothic', sans-serif;
      color: #3A8339;
      padding: 0;
      margin: 0;
    }
    .contact-box-title3-sp {
      width: 295px;
      margin: 0 auto;
      font-size: 15px;
      line-height: 150%;
      letter-spacing: 2px;
      color: #3C3C3C;
      margin-top: 20px;
      margin-bottom: 30px;
    }
    .contact-area-container-sp {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      margin: 0 auto;
      gap: 20px;
    }
    .contact-area-container-sp a img {
      display: block;
    }
    .contact-area-container-sp img {
      max-width: 432px;
      width: 90%;
      margin: 0 auto;
    }
    /* PC画面用お問い合わせエリア 非表示 */
    .contact-area {
      display: none;
    }
    .contact-box {
      display: none;
    }
    /* ========== ページ共通部分 ========== */

    /* ----- サイト内固定ボタン ----- */
    /* サイドボタン 非表示 */
    .side-button-line,
    .side-button-mail {
      display: none;
    }
    /* ライン移動可能ボタン */
    .floating-line-button {
      display: none;
    }

    /* ----- ページフッター ----- */
    .custom-footer {
      height: auto;
      background-color: #FAF3E0;
      padding-top: 50px;
      padding-bottom: 40px;
    }
    .footer-area1 {
      max-width: 335px;
      width: 95%;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      gap: 30px;
      margin: 0 auto;
      margin-bottom: 30px;
    }
    .footer-navi {
      display: none;
    }
    .footer-navi-sp {
      display: block;
      max-width: 335px;
      width: 100%;
      max-height: 234px;
      height: 100%;
      padding-left: 30px;
      border-left: 1px solid #3A8339;
    }
    .footer-navi1-sp {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      align-items: flex-start;
      height: auto;
      margin: 0;
      padding: 0;
    } 
    .footer-navi1-sp a {
      font-family: 'Noto Sans JP', sans-serif;
      color: #333;
      text-decoration: none;
      font-size: 16px;
      line-height: 2;
      text-align: left;
    }
    .footer-navi1-sp :hover {
      color: #3A8339;
    }
    .footer-area2 {
      display: none;
    }
    .footer-area2-sp {
      max-width: 335px;
      width: 100%;
      margin: 0 auto;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      gap: 10px;
      padding-bottom: 20px;
      border-bottom: 1px solid #3A8339;
      margin-bottom: 30px;
    }
    .footer-area3 {
      display: none;
    }
    .footer-area3-sp {
      display: block;
      max-width: 335px;
      width: 100%;
      margin: 0 auto;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: flex-start;
    }

    /* =======================================
      ▼ front-page.php　スマホ用
    ========================================== */
     .front-top {
      display: none;
     }
    .top-item {
      background-color: #FAF3E0;
    }
    .front-top-sp {
      display: block;
      margin: 0;
      padding: 0;
    }
    .front-top-sp img {
      padding: 0;
      margin: 0;
      width: 100%;
    }

    /* 実際に買取した商品一覧 */
    .top-item-title {
      display: none;
    }
    .top-item-title-sp {
      display: block;
      font-family: 'Zen Maru Gothic', sans-serif;
      color: #3A8339;
      text-align: center;
      font-size: 40px;
      margin-top: 20px;
    }
    .top-items {
      display: none;
    }
    .product-list-sp {
      display: block;
    }
    .product-lists1 {
      width: 315px;
      background-color: #FFFFFF80;
      margin: 0 auto;
      margin-bottom: 0;
      padding-bottom: 0;
    }
    .product-lists1 p {
      font-size: 18px;
      padding: 10px 10px;
    }
    .product-lists2 {
      width: 315px;
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 10px;
      margin: 0 auto;
      background-color: #FFFFFF;
      border-bottom-left-radius: 20px;
      border-bottom-right-radius: 20px;
      padding: 5px 5px;
      margin-top: -22px;
    }
    .product-lists2 p {
      margin: 0;
      font-size: 18px;
    }
    .item-slider {
      background-color: #FAF3E0;
      padding-top: 20px;
    }

    /* クーポン */
    .coupon-area {
      display: none;
    }
    .coupon-area-sp {
      display: block;
      margin: 0 auto;
      background-color: #FAF3E0;
      padding-top: 50px;
      padding-bottom: 50px;
    }
    .coupon-area1-sp {
      width: 80%;
      margin: 0 auto;
      text-align: center;
    }
    .coupon-area1-sp a img {
      display: block;
    }
    .coupon-area1-sp-line {
      display: flex;
    }
    .coupon-area1-sp-wrapper {
      position: relative;
      display: inline-block;
    }
    .coupon-area1-sp-image1 {
      position: relative;
    }
    .coupon-area1-sp-image2 {
      position: absolute;
      top: -7px;
      right: 12px;
    }

    /* メッセージエリア */
    .message-area {
      height: 700px;
    }
    .message-area-box {
      max-width: 335px;
      width: 100%;
      height: 700px;
      padding-top: 30px;
      padding-bottom: -50px;
    }
    .message-area-box1 {
      width: 90%;
      margin: 0 auto;
    }
    /* 「Message」 */
    .messsage-area-box1-text1 {
      font-size: 13px;
    }
    .message-area-box img {
      width: 80%;
    }
    /* 「出張買取は不安・・・〜」 */
    .messsage-area-box1-text2-sp {
      display: block;
      font-size: 18px;
      margin-top: 10px;
    }
    /* 「出張買取は不安・・・〜」PC版 非表示設定 */
    .messsage-area-box1-text2 {
      display: none;
    }
    .message-area-box2 {
      width: 100%;
      gap: 10px;
      margin: 0 auto;
      justify-content: flex-start;
      text-align: left;
      margin-bottom: 30px;
    }
    .message-area-box2-text {
      text-align: left;
      border-bottom: 1px dashed #000000;
    }
    .message-area-icon-text {
      font-size: 16px;
      font-weight: bold;
    }
    .message-area-icon-text img {
      width: 30px;
      margin: 0;
      padding-left: 0;
    }
    .message-area-box2 span {
      border-bottom: 0;
    }
    .message-area-box3 {
      width: 90%;
      margin: 0 auto;
      justify-content: center;
      align-items: center;
      gap: 10px;
      margin-bottom: 0;
      padding-bottom: 0;
    }
    .message-area-box3-text {
      display: inline-block;
      font-size: 19px;
      justify-content: flex-start;
      letter-spacing: 1.5px;
      padding-bottom: 3px;
      margin-bottom: 5px;
    }
    .message-area-box4 {
      right: -20px;
      bottom: 20px;
      margin: 0;
    }
    .message-area-box4 img {
      height: 150px;
      width: auto;
    }
    /* ブログエリア準備中 */
    .blog-area-ready {
      background-color: #F5FFF5;
      padding-top: 100px;
      padding-bottom: 200px;
    }
    .blog-page-title-ready {
      max-width: 335px;
      width: 100%;
      margin: 0 auto;
    }
    .blog-page-title1-ready {
      text-align: center;
      font-size: 20px;
      color: #D9A533;
      letter-spacing: 2px;
      margin: 0;
    }
    .blog-page-title2-ready {
      text-align: center;
      font-size: 30px;
      color: #3A8339;
      font-family: 'Zen Maru Gothic', sans-serif;
    }
    .coments {
      text-align: center;
      font-size: 15px;
    }
    /* ブログエリア */
    .blog-page-title {
      width: 90%;
      margin: 0 auto;
    }
    /* 「Blog」 */
    .blog-page-title1 {
      font-size: 16px;
      letter-spacing: 1px;
      text-align: center;
    }
    /* 「ブログ」PC版 非表示設定 */
    .blog-header {
      display: none;
    }
    /* 「ブログ」スマホ版 表示設定 */
    .blog-header-sp {
      display: block;
    }
    /* 「ブログ」 */
    .blog-page-title2-sp {
      text-align: center;
      font-family: 'Zen Maru Gothic', sans-serif;
      color: #3A8339;
      font-size: 24px;
      font-weight: 500;
    }
    /* ブログ投稿 ピックアップ */
    .blog-grid {
      display: grid;
      grid-template-columns: 1fr;
    }
    /* ブログ投稿 ピックアップ */
    .blog-posts {
      display: flex;
      flex-direction: row;
    }
    .blog-card {
      display: flex;
      flex-direction: row;
    }
    /* 「特徴」 */
    /* タイトル */
    .feature01,
    .feature02,
    .feature03 {
      display: none !important;
    }
    .feature01-sp, .feature02-sp,
    .feature-area03-sp,
    .feature-content-sp,
    .feature-area-header-sp,
    .feature-area-header-up-sp,
    .feature-title-sp,
    .feature-area-header-down-sp,
    .feature-image-sp,
    .feature-area03-text-sp,
    .feature-content03-sp {
      display: block;
    }
    .feature-area {
      padding-top: 50px;
      padding-bottom: 50px;
    }
    .feature01-sp {
      display: block;
      margin-bottom: 50px;
    }
    .feature02-sp {
      display: block;
      margin-bottom: 50px;
    }
    .feature-page-title1 {
      margin: 0;
      margin-bottom: 20px;
    }
    .feature-page-title1 h6 {
      font-size: 13px;
      letter-spacing: 2px;
    }
    .feature-page-title2 h3 {
      font-size: 24px;
    }
    
    .feature-content-sp {
      max-width: 335px;
      width: 100%;
      height: auto;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      gap: 2px;
      margin: 0 auto;
      margin-bottom: 0;
    }
    .feature-area-header-sp {
      max-width: 335px;
      width: 100%;
      height: auto;
      margin-bottom: 20px;
    }
    .feature-area-header-up-sp {
      max-width: 335px;
      width: 100%;
      height: auto;
      display: flex;
      flex-direction: row;
      justify-content: flex-start;
      align-items: center;
      gap: 5px;
      border-bottom: 4px solid #D2DBBD;
      border-radius: 4px;
    }
    .feature-area-header-up-sp p {
      margin: 0;
      font-family: 'Zen Maru Gothic', sans-serif;
      color: #3A8339;
      font-size: 20px;
    }
    .feature-title {
      margin: 0;
      font-size: 20px;
      color: #3A8339;
      font-family: 'Zen Maru Gothic', sans-serif;
    }
    .feature-area-header-down-sp {
      margin-bottom: 0;
      padding-bottom: 0;
      padding-top: 10px;
    }
    .feature-area-header-down-sp p {
      font-size: 15px;
      margin: 0;
      padding: 0;
      padding-bottom: 0;
      margin-bottom: 0;
    }
    .feature-image-sp img {
      max-width: 335px;
      width: 100%;
      border-radius: 10px;
    }
    .feature03-sp {
      display: block;
    }
    .feature-area03-sp {
      max-width: 335px;
      width: 100%;
      margin: 0 auto;
      display: flex;
      flex-direction: row;
      align-items: center;
      gap: 5px;
      border-bottom: 4px solid #D2DBBD;
      border-radius: 4px;
    }
    .feature-title-sp {
      margin: 0;
      font-size: 20px;
      color: #3A8339;
      font-family: 'Zen Maru Gothic', sans-serif;
    }
    .feature-area03-text-sp {
      max-width: 335px;
      width: 100%;
      margin: 0 auto;
      padding-top: 10px;
    }
    .feature-area03-text-sp p {
      font-size: 15px;
      color: #000000;
    }
    .feature-content03-sp {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      gap: 15px;
    }
    .feature-content03-sp img {
      width: 335px;
      border-radius: 10px;
    }

    /* お客様の声 */
    .voice-area {
      display: none;
    }
    .voice-area-sp {
      display: block !important;
      background-color: #FFFFFF;
      padding-top: 50px;
      padding-bottom: 50px;
    }
    .voice-area-sp-title {
      margin-bottom: 10px;
    }
    .voice-area-sp-title h6 {
      text-align: center;
      font-size: 13px;
      color: #D9A533;
      letter-spacing: 2px;
    }
    .voice-area-sp-title h3 {
      text-align: center;
      font-family: 'Zen Maru Gothic', sans-serif;
      color: #3A8339;
      font-size: 24px;
      font-weight: 400;
    }
    .voice-area-sp-box {
      position: relative;
      max-width: 335px;
      width: 100%;
      height: auto;
      margin: 0 auto;
      border: 4px solid #3A8339;
      border-radius: 6px;
      padding-bottom: 5px;
      margin-bottom: 30px;
    }
    .voice-area-sp-box-text {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: flex-start;
    }
    .voice-area-sp-box-text1 {
      font-size: 14px;
      color: #000000;
      letter-spacing: 2px;
      margin: 0;
      padding-left: 10px;
    }
    .voice-area-sp-box-text2 {
      display: flex;
      flex-direction: row;
      justify-content: flex-start;
      align-items: center;
      gap: 5px;
      padding-left: 15px;
    }
    .voice-area-sp-box-text2 p {
      margin: 0;
      font-size: 14px;
      color: #000000;
      letter-spacing: 2px;
    }
    .voice-area-sp-box-text span {
      font-size: 16px;
      color: #3C3C3C;
      letter-spacing: 2px;
      font-weight: bold;
      padding-left: 10px;
      padding-right: 10px;
      margin-top: 10px;
      margin-bottom: 10px;
    }
    .voice-area-sp-box-text3 {
      font-size: 15px;
      color: #000000;
      letter-spacing: 1px;
      padding-left: 10px;
      padding-right: 10px;
      margin-bottom: 0;
    }
    .voice-area-sp-box-icon {
      position: absolute;
      top: 34%;
      right: 5%;
      z-index: 2;
    }
   
    /* =======================================
      ▼ page-blog.php　スマホ用
    ========================================== */
    
    /* ブログ一覧 */
    .site-body {
      margin-top: 30px;
    }
    .vk-mobile-nav-menu-btn {
      display: none;
    }
    .blog-page-area1 {
      display: none !important;
    }
    .blog-page-area1-sp {
      padding-top: 50px;
      padding-bottom: 50px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      margin: 0 auto;
    }

    /* ブログ上段 投稿エリア */
    /* 各記事カード */
    .blog-post-content-sp {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: flex-start;
      margin-bottom: 10px;
    }
    .blog-post-sp {
      max-width: 335px;
      width: 100%;
      display: flex;
      flex-direction: row;
      border-radius: 10px;
      border: none;
    }
    .blog-thumbnail-sp img {
      max-width: 120px;
      width: 100%;
      border-radius: 10px;
    }
    .blog-lists-sp {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: flex-start;
    }
    /* ブログタイトル */
    .blog-post-title-sp {
      width: 100%;
      font-size: 14px;
      color: #3C3C3C;
      border: none;
      border-bottom: 1px solid #D8D8D8;
      padding-top: 0;
      padding-bottom: 0;
      padding-left: 10px;
      padding-right: 10px;
      margin-bottom: 0;
    }
    /* 日付・テキスト */
    .blog-meta-sp {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: flex-start;
      padding-left: 10px;
      padding-right: 10px;
      margin-bottom: 0;
    }
    /* 日付 */
    .post-date-sp {
      font-size: 13px;
      color: #949494;
      padding: 0;
      margin: 0;
    }
    /* テキスト */
    .post-text-sp {
      font-size: 13px;
    }

    /* 続きを見るボタン */
    .blog-post-botton {
      max-width: 335px;
      width: 100%;
      text-align: right;
      border-bottom: 1px solid #000000;
      padding-bottom: 20px;
      margin-bottom: 20px;
    }
    .blog-post-botton a {
      font-size: 13px;
      color: #FFFFFF;
      background-color: #3A8339;
      padding: 7px;
    }
    

    /* ブログ下段メニュー */
    .blog-side-sp {
      max-width: 335px;
      width: 100%;
    }
    /* 最近の投稿 */
    .blog-recent-sp {
      width: 335px;
    }
    .blog-recent-title-sp {
      width: 335px;
      border-bottom: 1px solid #000000;
      padding-bottom: 0;
      margin-bottom: 20px;
    }
    .blog-recent-title-sp h3 {
      width: 335px;
      text-align: left;
      font-size: 18px;
      margin: 0;
      padding-bottom: 0;
      margin-bottom: 10px;
    }
    
    /* カテゴリ */
    .blog-category {
      width: 335px;
    }
    .blog-category-title-sp {
      width: 335px;
      padding-bottom: 10px;
      border-bottom: 1px solid #000000;
      margin-bottom: 20px;
    }
    .blog-category-title-sp h3 {
      text-align: left;
      font-size: 18px;
      margin-bottom: 0;
      padding: 0;
    }
    .category-list-sp {
      margin-bottom: 20px;
    }
    .category-list-sp > div {
      margin-bottom: 10px;
    }
    .category-list-sp a {
      font-size: 16px;
      border: 1px solid #000000;
      border-radius: 10px;
      padding: 2px 10px;
      background-color: #ddd;
    }

    /* アーカイブ */
    .blog-archive-title-sp {
      width: 335px;
      padding-bottom: 10px;
      border-bottom: 1px solid #000000;
      margin-bottom: 20px;
    }
    .blog-archive-title-sp h3 {
      text-align: left;
      font-size: 18px;
      margin-bottom: 0;
      padding: 0;
    }
    .archive-list-sp {
      font-size: 15px;
    }



    /* =======================================
      ▲ page-blog.php　スマホ用
    ========================================== */
    .about-page1 {
      height: 820px;
      padding-top: 240px;
      padding-bottom: 450px;
    }
    .about-page1 p {
      max-width: 335px;
      width: 100%;
      font-size: 16px;
    }
    .img-1 {
      height: 162px;
      top: 600px;
      left: 0;
    }
    .img-2 {
      height: 176px;
      bottom: 50px;
      right: 0;
    }
    .img-3 {
      height: 180px;
      bottom: 240px;
      right: 20px;
      border-radius: 10px;
    }
    .img-4 {
      height: 180px;
      top: 30px;
      left: 0;
    }
    .img-5 {
      height: 130px;
      top: 40px;
      right: 40px;
    }
    /* 画像ズームイン */
    .about-img-fedein {
      opacity: 0;
      transform: scale(0.95);
      transition: opacity 1s ease, transform 1s ease;
    }

    .about-img-fedein.zoom-in {
      opacity: 1;
      transform: scale(1);
    }


    /* リユースで繋がる */
    .reuse-area1 {
  display: none;
    }
    .reuse-area1-sp {
      display: block;
      background-color: #FEFFF4;
      padding-top: 50px;
      padding-bottom: 50px;
    }

    /* フェードイン対象を限定 */
    .reuse-text-area-sp,
    .reuse-textphoto-area-sp {
      opacity: 0;
      transform: translateY(30px);
      transition: opacity 0.6s ease, transform 0.6s ease;
    }

    .reuse-text-area-sp.fade-in,
    .reuse-textphoto-area-sp.fade-in {
      opacity: 1;
      transform: translateY(0);
    }



    .reuse-area2-sp {
      background-color: #F3FBF3;
      padding-top: 50px;
      padding-bottom: 50px;
    }
    .reuse-text-area-sp {
      max-width: 335px;
      width: 100%;
      text-align: center;
      margin: 0 auto;
    }
    .reuse-text-area-title-sp {
      width: 335px;
      font-family: 'Zen Maru Gothic', sans-serif;
      color: #3A8339;
      font-size: 24px;
      margin: 0 auto;
    }
    .reuse-text1-sp {
      font-size: 16px;
      font-family: 'Noto Sans JP', sans-serif;
      color: #3C3C3C;
      letter-spacing: 2px;
      margin: 0;
      padding-top: 10px;
      padding-bottom: 10px;
      margin-bottom: 20px;
    }
    .reuse-text2-sp {
      text-align: left;
      font-size: 15px;
      font-family: 'Noto Sans JP', sans-serif;
      color: #3C3C3C;
      letter-spacing: 2px;
      margin: 0;
      margin-bottom: 50px;
    }
    .reuse-textphoto-area-sp {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      margin: 0 auto;
      max-width: 335px;
      width: 100%;
      margin-bottom: 50px;
    }
    .reuse-textphoto-text-sp {
      width: 335px;
      margin: 0 auto;
      padding-top: 10px;
    }
    .reuse-textphoto-area-sp img,
    .reuse-img3 {
      width: 335px;
      margin: 0 auto;
      text-align: center;
    }

    .reuse-textphoto-text1-sp {
      text-align: center;
      font-size: 16px;
      color: #3A8339;
      font-weight: bold;
      letter-spacing: 2px;
    }
    .reuse-textphoto-text2-sp {
      font-size: 15px;
      color: #3C3C3C;
      letter-spacing: 2px;
    }
    .reuse-area2 {
      display: none;
    }

    /* 写真スライダー */
    .reuse-area3 {
      background-color: #DCF2DB;
      padding-top: 50px;
      padding-bottom: 50px;
    }
    .reuse-area3-title {
      display: none;
    }
    .reuse-area3-title-sp {
      display: block;
      max-width: 335px;
      width: 100%;
      text-align: center;
      margin: 0 auto;
    }
    .reuse-area3-title1-sp {
      font-family: 'Zen Maru Gothic', sans-serif;
      color: #3A8339;
      font-size: 24px;
      margin: 0;
      margin-bottom: 20px;
    }
    .reuse-area3-title2-sp {
      text-align: left;
      color: #3C3C3C;
      font-size: 16px;
      font-family: 'Noto Sans JP', sans-serif;
      margin: 0;
      margin-bottom: 50px;
    }
    .square-photo {
      overflow: hidden;
      width: 100%;
    }
    .square-photo-slider {
      display: flex;
      width: max-content;
      animation: scroll-left 40s linear infinite;
    }
    .square-photo-slider img {
      height: 200px;
      width: auto;
      margin-right: 10px;
      object-fit: contain;
      flex-shrink: 0;
    }
    @keyframes scroll-left {
      0% {
        transform: translateX(0);
      }
      100% {
        transform: translateX(-50%);
      }
    }

    /* 社長の一問一答 */

    .reuse-area4-sp {
      padding-top: 50px;
      padding-bottom: 50px;
    }
    .reuse-area4-box {
      position: relative;
      max-width: 335px;
      width: 100%;
      margin: 0 auto;
      border: 10px solid #3A8339;
      border-radius: 20px;
      padding-top: 25px;
      padding-bottom: 10px;
    }
    .reuse-area4-box-title {
      text-align: center;
      font-family: 'Zen Maru Gothic', sans-serif;
      color: #3A8339;
      font-size: 24px;
      margin: 0;
      margin-bottom: 10px;
    }
    .qa {
      max-width: 305px;
      width: 100%;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      margin: 0 auto;
      margin-bottom: 20px;
    }
    .q {
      width: 100%;
      display: flex;
      flex-direction: row;
      justify-content: flex-start;
      align-items: center;
      gap: 20px;
      padding-bottom: 10px;
      border-bottom: 4px solid #D2DBBD;
    }
    .q img {
      width: 19px;
    }
    .q p {
      display: none;
      font-size: 16px;
    }
    .q-sp {
      display: block !important;
      margin: 0;
      color: #3A8339;
      font-family: 'Zen Maru Gothic', sans-serif;
      font-size: 16px;
    }
    .a {
      width: 100%;
      display: flex;
      justify-content: flex-start;
      align-items: flex-start;
      gap: 20px;
      padding-top: 15px;
    }
    .a img {
      width: 19px;
    }
    .a p {
      font-size: 15px;
      color: #000000;
      letter-spacing: 2px;
    }
    .ceo {
      display: none;
    }
    .ceo-sp {
      display: block;
      margin-bottom: 10px;
    }

    /* 会社概要 */
    .reuse-area5 {
      padding-top: 50px;
      padding-bottom: 50px;
    }
    .reuse-area5-title {
      text-align: center;
      margin-bottom: 50px;
    }
    .reuse-area5-title1 {
      color: #D9A533;
      font-size: 13px;
      letter-spacing: 2px;
      margin: 0;
    }
    .reuse-area5-title2 {
      color: #3A8339;
      font-family: 'Zen Maru Gothic', sans-serif;
      font-size: 24px;
      margin: 0;
    }
    .reuse-area5-gaiyou {
      margin: 0 auto;
      max-width: 335px;
      width: 100%;
    }
    .company-table {
      border: 1px solid #3A8339;
    }
    .company-table th,
    .company-table td {
      text-align: left;
      font-family: 'Noto Sans JP', sans-serif;
      font-weight: bold;
      font-size: 14px;
      padding-top: 20px;
      padding-bottom: 20px;
    }
    .company-table th {
      background-color: #DCF2DB;
      width: 100px;
    }



    /* =======================================
      ▼ page-about.php　スマホ用
    ========================================== */


    /* =======================================
      ▼ page-item.php　スマホ用
    ========================================== */

    /* ボックス全体 */
    .item-area1-box {
      max-width: 335px;
      width: 100%;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      text-align: center;
      margin: 0 auto;
      border: 5px solid #3A8339;
      border-radius: 10px;
      padding-top: 20px;
    }
    /* ボックス内 上側 */
    .item-area1-box-text {
      max-width: 335px;
      width: 90%;
      flex: 1;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
    }
    /* ボックス内 テキスト */
    .item-area1-box-text1 {
      text-align: left;
      color: #D9A533;
      font-size: 18px;
      font-weight: bold;
      letter-spacing: 2px;
      margin-bottom: 0;
    }
    /* ボックス内 アイコン */
    .item-area1-box-icons {
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      gap: 10px;
      margin-bottom: 15px;
      max-width: 95px;
      width: 100%;
    }
    /* ボックス内 右側 */
    .item-area1-box-photo {
      flex: 1;
      width: 100%;
    }
    /* ボックス内 右側画像 */
    .item-area1-box-photo img {
      max-width: 335px;
      width: 100%;
    }

    /* =======================================
      ▼ page-item-アイテム.php　スマホ用
    ========================================== */

    .item-sidemenu {
      display: none;
    }
    .item-introduction {
      max-width: 335px;
      width: 100%;
      justify-content: center;
      margin: 0 auto;
    }
    .item-information {
      width: 335px;
      margin: 0 auto;
    }
    .item-information-title {
      width: 335px;
      padding-left: 10px;
      border-left: 7px solid #3A8339;
      margin: 0;
    }
    .item-information-title h6 {
      font-size: 16px;
    }
    .item-information-flow {
      width: 335px;
      margin: 0 auto;
    }
    .item-information-flow-title p {
      font-size: 16px;
    }
    .item-information-flow-step span {
      font-size: 14px;
    }
    .item-information-flow-step p {
      font-size: 16px;
    }
    .item-information-flow-step-text {
      max-width: 335px;
      width: 100%;
      padding: 0;
      margin: 0 auto;
    }
    .item-information-flow-step-text p {
      font-size: 15px;
      padding: 0;
    }
    .item-information-flow-image {
      width: 335px;
    }









    /* =======================================
      ▼ page-flow.php　スマホ用
    ========================================== */

    /*  */
    .flow-area1 {
      padding-bottom: 30px;
    }
    .flow-area1-title {
      font-size: 13px;
      letter-spacing: 2px;
      padding-top: 25px;
    }
    .flow-area1-box {
      width: 90%;
      margin: 0 auto;
      padding: 0;
    }
    .flow-area1-box-label {
      font-size: 24px;
    }
    .flow-area1-box-content {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 5px;
      padding: 20px 5px;
    }
    .flow-area1-box-content img {
      width: 160px;
    }
    .flow-area2 {
      padding-top: 40px;
    }
    .flow-area2-title1 {
      font-size: 18px;
    }
    .flow-area2-title2 {
      font-size: 24px;
    }
    .flow-area2-step {
      margin: 0 auto;
    }
    .step1, .step2, .step3 {
      width: 90%;
      background: #FFFFFF;
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      padding: 20px 20px;
      font-size: 16px;
      color: #333;
      gap: 20px;
      padding: 20px 20px;
      margin-bottom: 0;
    }
    .step1 {
      height: auto;
    }
    .step2 {
      height: auto;
    }
    .step3 {
      height: auto;
      border-bottom: 1px solid #3A8339;
    }
    .step1-1, .step2-1, .step3-1 {
      width: 67px;
      display: flex;
      flex-direction: row;
      justify-content: flex-start;
      align-items: center;
      gap: 10px;
      margin: 0;
      padding: 0;
      margin-top: -35px;
    }
    .step1-2, .step2-2, .step3-2 {
      max-width: 432px;
      width: 100%;
      margin: 0 auto;
    }
    .step1-3, .step2-3, .step3-3 {
      max-width: 432px;
      width: 100%;
      margin: 0 auto;
    }
    .step1-3-1, .step2-3-1, .step3-3-1 {
      width: 90%;
      font-size: 16px;
      font-weight: bold;
      letter-spacing: 2px;
      text-align: left;
      font-family: 'Noto Sans JP', sans-serif;
      color: #3C3C3C;
      margin-bottom: 15px;
    }
    .step1-3-2, .step2-3-2, .step3-3-2 {
      max-width: 432px;
      width: 100%;
      align-items: center;
      justify-items: center;
      font-size: 15px;
      letter-spacing: 2px;
      font-family: 'Noto Sans JP', sans-serif;
      color: #3C3C3C;
      margin: 0;
      margin-bottom: 20px;
    }
    .step1-3-3, .step2-3-3, .step3-3-3 {
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 10px;
    }
    .step1-3-3 img {
      width: 210px;
    }
    .yajirushi {
      display: none;
    }
    .yajirushi-sp {
      display: block;
      max-width: 432px;
      width: 90%;
      margin-top: -37px;
    }
    .item-area {
      padding-top: 45px;
    }
    .item-area-header1 {
      display: none;
    }
    .item-area-header2 {
      display: none;
    }
    .item-area-header2-sp {
      display: block;
      margin: 0;
      text-align: center;
      font-family: 'Zen Maru Gothic', sans-serif;
      font-size: 24px;
      color: #3A8339;
      margin-bottom: 20px;
    }
    .item-lists {
      max-width: 335px;
      width: 100%;
      display: grid;
      grid-template-columns: 1fr;
      gap: 22.5px;
    }
    .item {
      display: flex;
      flex-direction: row;
      margin: 0 auto;
      margin-bottom: -20px;
    }
    .item-image1 {
      background-color: #F1F1F1;
      border-top-left-radius: 10px;
      border-bottom-left-radius: 10px;
    }
    .item-title {
      background-color: #FFFFFF;
      display: flex;
      justify-content: center;
      align-items: center;
      text-align: center;
      font-size: 18px;
      line-height: 150%;
      color: #3A8339;
      padding-left: 3px;
      padding-right: 3px;
    }

    /* =======================================
      ▼ page-area.php　スマホ用
    ========================================== */

    /* 「全域出張買取可能」 */
    .page-area1 {
      padding-top: 50px;
      padding-bottom: 0;
    }
    .area-group1-title {
      max-width: 335px;
      width: 100%;
    }
    .area-group1-title img {
      width: 40px;
    }
    .area-group1-title h3 {
      font-size: 24px;
      font-weight: bold;
      margin: 0;
    }

    /* 「お問い合わせいただけれ〜」 */
    .area-group1-text {
      max-width: 335px;
      width: 100%;
      text-align: left;
    }
    .area-group1-text p {
      font-size: 15px;
      color: #000000;
    }

    /* 都道府県ボタン */
    .area-group1-content {
      max-width: 335px;
      width: 100%;
      display: grid;
      grid-template-columns: repeat(3, 1fr);
    }
    .area-group1-box {
      width: 105px;
      height: 80px;
      gap: 10px;
      margin-bottom: 10px;
    }
    .area-group1-box p {
      font-size: 20px;
    }

    /* 都道府県プルダウン */
    .area-group1-arealist {
      max-width: 335px;
      width: 100%;
    }
    .prefecture-name p {
      font-size: 20px;
    }
    .area-name p {
      font-size: 15px;
    }

    /* スクロール画面調整 */
    #tokyo-area,
    #saitama-area,
    #kanagawa-area,
    #chiba-area,
    #tochigi-area,
    #ibaraki-area,
    #gunma-area,
    #fukushima-area,
    #yamanashi-area {
      scroll-margin-top: 60px;
    }

    /* 「店舗買取対応拠点」 */
    .area-group2-title {
      max-width: 335px;
      width: 100%;
    }
    .area-group2-title p {
      font-size: 24px;
    }
    /* 各支店紹介 */
    .area-group2-content {
      max-width: 335px;
      width: 100%;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      margin: 0 auto;
      margin-bottom: 20px;
    }
    .area-group2-box p {
      font-size: 20px;
    }

    /* 支店紹介マップ */
    .area-group3 {
      max-width: 335px;
      width: 100%;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      margin: 0 auto;
      gap: 0;
      padding-bottom: 0;
    }
    .area-group3-text {
      gap: 0;
      justify-content: flex-start;
      padding-top: 30px;
      height: 230px;
    }

    /* 「こんな作業もお任せください」 */
    .page-area2-sp {
      display: block;
      padding-top: 50px;
      padding-bottom: 20px;
    }
    .page-area2 {
      display: none;
    }
    /* 「こんな作業もお任せください」タイトル */
    .area-group4-title-sp {
      max-width: 335px;
      width: 100%;
      margin: 0 auto;
    }
    .area-group4-title-sp p {
      font-size: 18px;
      text-align: center;
      color: #3A8339;
      font-weight: bold;
    }
    .area-group4-title-sp span {
      font-size: 16px;
    }

    /* ボックスグループ */
    .area-group5-sp {
      max-width: 335px;
      width: 100%;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      margin: 0 auto;
    }
    .area-group5-box-sp {
      width: 335px;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      gap: 20px;
      border-radius: 10px;
      color: #FFFFFF;
      background-color: #3A8339;
      margin-bottom: 10px;
      padding: 5px;
    }
    .area-group5-box-sp p {
      flex: 1;
      font-size: 18px;
      margin: 0 auto;
      text-align: center;
    }
    .area-group5-box-sp img {
      flex: 1;
      width: 158px;
      height: 158px;
      border-radius: 10px;
    }

    /* 「八王子のお客様の声」 */
    .page-area3 {
      padding-top: 50px;
      padding-bottom: 50px;
    }
    /* タイトル */
    .area-group6-title {
      max-width: 335px;
      width: 100%;
      margin: 0 auto;
      margin-bottom: 20px;
    }
    .area-group6-title p {
      font-size: 20px;
      font-family: 'Noto Sans JP', sans-serif;
      text-align: center;
      font-weight: bold;
    }
    /* お客様の声 ボックス */
    .area-group6-box {
      max-width: 335px;
      width: 100%;
      flex-direction: column;
    }
    .area-group6-box-img1 {
      width: 120px;
      margin: 0 auto;
    }
    .area-group6-box-text {
      max-width: 295px;
      width: 100%;
    }
    .area-group6-box-text1 {
      margin: 0 auto;
    }
    .area-group6-box-text1 p {
      font-size: 14px;
    }
    .area-group6-box-text1 span {
      font-size: 16px;
    }
    .area-group6-box-text p {
      font-size: 15px;
    }


    /* =======================================
      ▼ faq-page.php　スマホ用
    ========================================== */

    /* Q&Aボックス */
    .faq-item {
      max-width: 335px;
      width: 100%;
      border-radius: 10px;
      background-color: #FFFFFF;
      padding-top: 20px;
      padding-bottom: 20px;
      padding-left: 10px;
      padding-right: 10px;
      margin-bottom: 20px;
    }
    /* 質問エリア */
    .faq-question {
      width: 100%;
      display: flex;
      flex-direction: row;
      justify-content: flex-start;
      align-items: center;
      gap: 10px;
    }
    /* 「Q」アイコン */
    .faq-question img {
      max-height: 30px;
      height: 100%;
    }
    /* 質問文 */
    .faq-question p {
      max-width: 240px;
      width: 100%;
      font-family: 'Noto Sans JP', sans-serif;
      font-size: 16px;
      font-weight: bold;
      color: #3C3C3C;
      letter-spacing: 2px;
      text-align: left;
    }
    /* 回答エリア */
    .faq-answer {
      max-width: 335px;
      width: 100%;
      margin: 0 auto;
      padding-top: 15px;
      display: none;
    }
    /* 回答文 */
    .faq-answer p {
      font-family: 'Noto Sans JP', sans-serif;
      font-size: 15px;
      letter-spacing: 1px;
      color: #3C3C3C;
      text-align: left;
      padding: 0;
      margin: 0;
    }
    


    /* =======================================
      ▼ page-consultation.php
    ========================================== */

    /* 1セクション */
    .consultation-area1 {
      display: none;
    }
    .consultation-area1-sp {
      display: block;
      padding-top: 50px;
    }
    .consultation-area1-text1 {
      max-width: 335px;
      width: 100%;
    }
    .consultation-area1-text1 h2 {
      text-align: center;
      font-size: 16px;
      font-family: 'Noto Sans JP', sans-serif;
      font-weight: bold;
    }
    .consultation-area1-text2 {
      max-width: 335px;
      width: 100%;
      margin-bottom: 0;
    }
    .consultation-area1-text2 p {
      font-size: 15px;
      font-family: 'Noto Sans JP', sans-serif;
    }
    
    /* 2セクション */
    .consultation-area2 {
      margin-top: 0;
      padding-bottom: 50px;
    }
    .consultation-area2-box {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      gap: 15px;
    }
    .consultation-area2-box-left {
      margin: 0 auto;
    }
    .consultation-area2-title {
      max-width: 335px;
      width: 100%;
      margin: 0 auto;
      font-size: 24px;
      margin-bottom: 20px;
    }
    .consultation-area2-text {
      max-width: 335px;
      width: 100%;
      margin: 0 auto;
      font-size: 15px;
      margin-bottom: 10px;
    }
    .consultation-area2-text2 {
      max-width: 335px;
      width: 100%;
      margin: 0 auto;
      font-size: 15px;
    }
    .consultation-area2-box-right {
      max-width: 335px;
      width: 100%;
      margin: 0 auto;
    }
    
   
    /* 3セクション */
    .consultation-area3 {
      display: none;
    }
    .consultation-area3-yajirusi {
      display: none;
    }
    .consultation-area3-sp {
      display: block;
      padding-top: 50px;
      padding-bottom: 30px;
    }
    .consultation-area3-box-sp {
      max-width: 335px;
      width: 100%;
      border: 4px solid #3A8339;
      border-radius: 20px;
      margin: 0 auto;
      padding-top: 20px;
    }
    /* 「こんなお悩みございませんか？」ボックス */
    .consultation-area3-title-sp {
      max-width: 295px;
      width: 100%;
      margin: 0 auto;
      background-color: #3A8339;
      border-radius: 10px;
      margin-bottom: 20px;
    }
    /* 「こんなお悩みございませんか？」テキスト */
    .consultation-area3-title-sp p {
      text-align: center;
      font-size: 20px;
      font-family: 'Zen Maru Gothic', sans-serif;
      color: #FFFFFF;
    }
    /* お悩み4つ ボックス */
    .consultation-area3-onayami {
      max-width: 295px;
      width: 100%;
      margin: 0 auto;
      background-color: #EBFFD9;
      border-radius: 10px;
      padding-top: 5px;
      padding-bottom: 5px;
      margin-bottom: 20px;
    }
    /* お悩み4つ テキスト */
    .consultation-area3-onayami p {
      text-align: center;
      font-family: 'Zen Maru Gothic', sans-serif;
      font-size: 15px;
      color: #3A8339;
      margin: 0;
    }
    /* お悩み4つ テキスト効果 */
    .consultation-area3-onayami span {
      font-size: 18px;
      text-decoration: underline;
      text-decoration-color: #ffff00;
      text-decoration-thickness: 10px;
      text-underline-offset: -5px;
    }
    /* 「こんなお悩みございませんか？」画像 */
    .consultation-area3-box-sp img {
      display: block;
      margin: 0 auto;
      margin-bottom: 20px;
    }

    /* 4セクション */
    /* 全体 */
    .consultation-area4 {
      padding-bottom: 50px;
    }
    /* 「専門家がいるから〜」ボックス */
    .consultation-area4-text1 {
      max-width: 335px;
      width: 100%;
      margin: 0 auto;
    }
    /* 「専門家がいるから〜」テキスト */
    .consultation-area4-text1 p {
      text-align: left;
      font-size: 16px;
      font-family: 'Noto Sans JP', sans-serif;
    }
    /* 「あきなや」では ボックス */
    .consultation-area4-text2 {
      display: none;
    }
    .consultation-area4-text2-sp {
      display: block;
      max-width: 335px;
      width: 100%;
      margin: 0 auto;
      padding-top: 0;
    }
    /* 「あきなや」では テキスト */
    .consultation-area4-text2-sp p {
      text-align: left;
      font-size: 15px;
      letter-spacing: 1px;
    }
    /* 写真 非表示 */
    .consultation-area4-image {
      display: none;
    }

    /* =======================================
      ▼ faq-page.php　スマホ用
    ========================================== */
    /* 全体 */
    .contact-form {
      max-width: 335px;
      width: 100%;
      margin: 0 auto;
    }

    .reuse-area1-sp,
    .reuse-area2-sp {
      display: block !important;
    }



  }
  