body{
  font-size:14px;
}
  
  h1 {
  margin: 0;          /* デフォルトの余白を消す */
  font-size: 16px;    /* 好きなサイズに */
  font-weight: normal;/* 太さも上書き */
}

h2 {
  margin: 0;          /* デフォルトの余白を消す */
  font-size: 16px;    /* 好きなサイズに */
  font-weight: normal;/* 太さも上書き */
}

h3 {
  margin: 0;          /* デフォルトの余白を消す */
  font-size: 16px;    /* 好きなサイズに */
  font-weight: normal;/* 太さも上書き */
}

.magazine-title-main{
	color:#c8161d;
	font-size:2em;
	font-weight:bold;
}

.magazine-title-sub{
	color:#c8161d;
	font-weight:bold;
}

@media screen and (min-width: 480px) {
    .header-logo {
        margin-right: 275px !important;
    }
}

/* =========================================
   footer support
========================================= */

.footer-support-wrap {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 420px;
  gap: 60px;
  max-width: 1100px;
  margin: 0 auto;
  box-sizing: border-box;
}

/* 左 */
.footer-support-left {
  min-width: 0;
}



.footer-support-title {
  margin: 0 0 35px;
  font-size: 1.25em;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0;
}

.footer-support-links {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.footer-support-links a,
.footer-support-links span {
  display: block;
  color: #111;
  text-decoration: none;
  font-size: 1.25em;
  line-height: 0.75;
  font-weight: 400;
}

.footer-support-links a:hover {
  opacity: 0.7;
}

/* 右 */
.footer-support-right {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.footer-support-box {
  background: rgba(255, 255, 255, 0.22);
  box-sizing: border-box;
  min-height: 150px;
}

.footer-support-heading {
  margin: 0 0 16px;
  font-size: 1.25em;
  line-height: 1.2;
  font-weight: 700;
}

.footer-support-text {
  margin: 0 0 20px;
  font-size: 1.25em;
  line-height: 1.5;
}

/* SNS */
.footer-support-sns-list {
  display: flex;
  align-items: center;
  gap: 28px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-support-sns-list li {
  margin: 0;
  padding: 0;
}

.footer-support-sns-list a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.footer-support-sns-list img {
  width: 48px;
  height: 48px;
  display: block;
}

/* newsletter */
.footer-newsletter-link {
  display: block;
  width: 100%;
  padding: 0 0 14px;
  border-bottom: 2px solid #9d9d9d;
  text-decoration: none;
  font-size: 20px;
  line-height: 1.4;
  box-sizing: border-box;
}

.footer-newsletter-link:hover {
  opacity: 0.7;
}

/* タブレット */
@media (max-width: 1024px) {
  .footer-support-wrap {
    grid-template-columns: minmax(0, 1fr) 360px;
    gap: 40px;
    padding: 56px 20px;
  }

  .footer-support-title {
    margin-bottom: 56px;
  }

  .footer-support-links a,
  .footer-support-links span {
    font-size: 26px;
  }

  .footer-support-box {
    padding: 28px 28px;
    min-height: auto;
  }

  .footer-support-heading {
    font-size: 24px;
  }

  .footer-support-text {
    font-size: 1em;
    margin-bottom: 26px;
  }
}

/* スマホ：左を上、右を下 */
@media (max-width: 767px) {
  .footer-support-wrap {
    grid-template-columns: 1fr;
    gap: 36px;
    padding: 44px 16px;
  }

  .footer-support-title {
            font-size: 18px;
    margin: 0 0 36px;
  }

  .footer-support-links {
    gap: 16px;
  }

  .footer-support-links a,
  .footer-support-links span {
    font-size: 14px;
    line-height: 1.5;
  }

  .footer-support-right {
    gap: 16px;
  }
  
  .footer-support-left{
    padding:0 16px;
  }

  .footer-support-box {
    padding: 22px 18px;
  }

  .footer-support-heading {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .footer-support-text {
    font-size: 16px;
    margin-bottom: 20px;
  }

  .footer-support-sns-list {
    gap: 20px;
  }

  .footer-support-sns-list img {
    width: 36px;
    height: 36px;
  }

  .footer-newsletter-link {
    font-size: 16px;
    padding-bottom: 10px;
  }
}

/* =========================
   コラボロゴ 2レーン逆方向マルキー
   上下で重複なし / 同一レーン内複製あり
   ホバーストップなし / サイズ2倍
========================= */

.collabo-marquee {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 20px 0;
}

.collabo-lane {
  overflow: hidden;
  width: 100%;
}

.collabo-lane + .collabo-lane {
  margin-top: 0px;
}

.collabo-track {
  display: flex;
  align-items: center;
  width: max-content;
  gap: 0px;
  will-change: transform;
}

/* 上段：左へ */
.collabo-lane-top .collabo-track {
  animation: collabo-scroll-left 80s linear infinite;
}

/* 下段：右へ */
.collabo-lane-bottom .collabo-track {
  animation: collabo-scroll-right 80s linear infinite;
}

.collabo-item {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 170px;
  padding: 16px;
  background: #fff;
  box-sizing: border-box;
  text-decoration: none;
}

.collabo-item img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;

  -webkit-user-drag: none;
  user-select: none;
  pointer-events: none;
}

/* 上段：左へ */
@keyframes collabo-scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-50% - 16px));
  }
}

/* 下段：右へ */
@keyframes collabo-scroll-right {
  0% {
    transform: translateX(calc(-50% - 16px));
  }
  100% {
    transform: translateX(0);
  }
}

/* PC */
@media (min-width: 768px) {
  .collabo-track {
    gap: 0px;
  }

  .collabo-item {
    width: 300px;
    height: 200px;
    padding: 20px;
  }

  .collabo-lane + .collabo-lane {
    margin-top: 0px;
  }

  @keyframes collabo-scroll-left {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(calc(-50% - 20px));
    }
  }

  @keyframes collabo-scroll-right {
    0% {
      transform: translateX(calc(-50% - 20px));
    }
    100% {
      transform: translateX(0);
    }
  }
}

/* =========================
   フッターカテゴリ 2段スライダー 修正版
========================= */

.footer-category-slider-wrap {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

.footer-category-slider {
  overflow-x: auto;
  overflow-y: hidden;
  cursor: grab;
  -webkit-overflow-scrolling: touch;
  user-select: none;
  padding-bottom: 4px;
  scrollbar-width: none;
}

.footer-category-slider::-webkit-scrollbar {
  display: none;
}

.footer-category-slider.is-dragging {
  cursor: grabbing;
}

.footer-category-track {
  display: grid;
  grid-auto-flow: column;
  grid-template-rows: repeat(2, auto);

  /* ここ重要：少し見切れるサイズ */
  grid-auto-columns: clamp(120px, 14vw, 180px);

  gap: 12px;
  padding: 0 16px;
  width: max-content;
  box-sizing: border-box;
}

.footer-category-track a {
  display: block;
  width: 100%;
}

.footer-category-track img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 0;
  -webkit-user-drag: none;
  user-select: none;
  pointer-events: none;
}

/* 見せる用スクロールバー */
.footer-category-scrollbar {
  position: relative;
  height: 10px;
  margin: 14px 16px 0;
  background: #d3d3d3;
  border-radius: 999px;
  overflow: hidden;
}

.footer-category-scrollbar-thumb {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  min-width: 60px;
  background: #9b9b9b;
  border-radius: 999px;
  transform: translateX(0);
}

/* タブレット以下 */
@media (max-width: 1024px) {
  .footer-category-track {
    grid-auto-columns: clamp(110px, 22vw, 160px);
    gap: 10px;
  }
}

/* スマホ */
@media (max-width: 767px) {
  .footer-category-track {
    grid-auto-columns: 38vw;
    gap: 8px;
    padding: 0 12px;
  }

  .footer-category-scrollbar {
    margin: 12px 12px 0;
    height: 8px;
  }
}

.yon-ni-list-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align:center;
  font-size:1em;
  line-height: 1.5em;
}

.yon-ni-list-grid img{
  margin-bottom:15px;
}

@media (min-width: 768px) {
  .yon-ni-list-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

.tophead-slide{
text-align:center;
}

.tophead-slide img{
margin-bottom:20px;
}

.matching-title {
    width: 70%;
    margin: 50px auto 15px;
    max-width: 300px;
}

.black-button {
    background: #000;
    color: #fff;
  display:inline;
    border: none;
    border-radius: 999px;
    padding: 12px 40px;
    font-size: 14px;
    text-align: center;
    margin: 0 auto;
}

.black-button a:link {
    color: #fff !important;
}

.black-button a:visited{
    color: #fff !important;
}

/* グループ商品スライド */

.js-api-group-list-top .api-group-header{
  display: none !important;
}

.js-api-group-list-top .api-group-thumb{
padding: 32%;
}

@media screen and (min-width: 480px) {
.js-api-group-list-top .api-group-item {
    max-width: 300px;
}
}

.api-group-title {
  font-size: 1.1em;
}

.api-group-viewport {
  overflow-x: auto;
}

.api-group-track {
  display: flex;
  gap: 16px;
  padding: 24px;
}

.api-group-item {
  list-style: none;
  flex: 0 0 60%; /* スマホで2枚弱くらい見えるサイズ */
  max-width: 160px;
}

.api-group-thumb {
  position: relative;
  padding-top: 100%;
  overflow: hidden;
}

.api-group-thumb img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
}

.api-group-name {
  margin-top: 8px;
  font-size: 0.9em;
  line-height:1.75em;
}

.api-group-price {
  font-size: 0.9em;
  font-weight: bold;
}




/* ムービー */

.top-video-wrap {
  width: 100%;
  overflow: hidden;
}

/* 共通 */
.top-video-wrap video {
  width: 100%;
  height: auto;
  display: block;
}

/* スマホ：正方形トリミング */
@media screen and (max-width: 768px) {
  .top-video-wrap {
    aspect-ratio: 1 / 1;
  }

  .top-video-wrap video {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

/* ヘッダータブ */

.header-tabs {
  display: flex;
  justify-content: space-around;
  border-bottom: 1px solid #ccc;
  padding-top: 60px;
  margin-bottom:30px;
}

.tab {
  position: relative;
  padding: 16px 0;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}

/* アンダーバー */
.tab::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 4px;
  background: transparent;
  transition: 0.3s;
}

/* アクティブ */
.tab.is-active::after {
  background: #000;
}

/* フィルター画像２枚目 */

.js-filter-product-image{
  transition: opacity .22s ease;
  will-change: opacity;
    width: 100%;
  height: auto;
  object-fit: contain;
}

/* FAQ（総合） */

html {
  scroll-behavior: smooth;
}

/* ドロップダウン全体 */
select {
  width: 100%;
  max-width: 600px;
  padding: 16px 20px;
  font-size: 16px;
  border: 1px solid #dcdcdc;
  border-radius: 8px;
  background-color: #fff;
  appearance: none;
  cursor: pointer;
  
  /* 右の矢印 */
  background-image: url("data:image/svg+xml;utf8,<svg fill='%23666' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>");
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-size: 20px;
}

/* フォーカス時 */
select:focus {
  outline: none;
  border-color: #999;
}

.section-title {
  max-width: 600px;
  margin-top: 24px;
  padding: 20px;
  background-color: #3a3a3a;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  border-radius: 4px;
}

/* FAQ */

.product-accordion-q{
  font-family: "Lexend", sans-serif;
  font-size: 1.5em;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.75em;
  height: 1.75em;
  border-radius: 9999px;
  background: #CCC;
  line-height: 1;

  /* 余白は gap で管理するのでここは0にする */
  margin-right: 0;
}

.product-accordion-q-box{
  width: 80%;
  margin: 20px auto;
}

.product-accordion-q-txtarea{
  margin-bottom:5%;
  width:100% !important;
}

/* summary自体をflexにする必要はない（影響が出やすいので外す） */
.product-accordion-q-header{
  display: block;
    padding: 5% 0 !important;
}

/* Qが入っている見出し（h3）だけをflexにして回り込みを防ぐ */
.product-accordion-q-header h3{
  display: flex;
  align-items: center;
  gap: 0.5em;

  /* 折り返し安定化 */
  min-width: 0;
}

/* Qは固定 */
.product-accordion-q-header h3 .product-accordion-q{
  flex: 0 0 auto;
}

/* 質問文は残り幅で折り返す（Qの下に回り込まない） */
.product-accordion-q-header h3 .product-accordion-q-text{
  flex: 1 1 auto;
  min-width: 0;
}
/* FAQここまで */

.accordion-blackback summary{
background-color:#000;
  color:#fff !important;
}

/* ===============================
レビューカード
=============================== */

.review-card {
  max-width: none;
  margin: 0;
  padding: 24px 20px;
  background: #f5f5f5;
  border-radius: 8px;
  box-sizing: border-box;
  width: 100%;
  display: flex;
  flex-direction: column;
  height: 100%;
}

/* 県名 */
.review-card-meta {
  font-size: 14px;
  margin-bottom: 16px;
}

/* アイコン */
.review-card-icon {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 20px;
}

.review-card-icon img {
  width: 75px !important;
  height: auto;
}

.review-card-icon span {
  font-size: 1.25em;
}

/* タイトル */
.review-card-title {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 16px;
}

/* 本文 */
.review-card-body {
  font-size: 14px;
  line-height: 1.8;
  margin: 0;
  max-height: 6.5em;
  overflow: hidden;
}

/* 続きを読む */
.review-card-toggle {
  margin-top: 8px;
  margin-bottom: 10px;
  appearance: none;
  -webkit-appearance: none;
  border: none;
  background: none;
  padding: 0;
  font-size: 14px;
  color: #333;
  text-decoration: underline;
  cursor: pointer;
  align-self: flex-start;

  display: inline-block;
  white-space: nowrap;
  word-break: keep-all;
  writing-mode: horizontal-tb;
  width: auto;
  min-width: 72px;
}

.review-card-toggle::before {
  content: '続きを読む';
}

.review-card-toggle:checked::before {
  content: '閉じる';
}

.review-card-toggle:checked ~ .review-card-body {
  max-height: none;
}

.review-card-body a {
  display: inline-block !important;
  white-space: nowrap !important;
  word-break: keep-all;
}

.review-card-body {
  word-break: normal;
}

/* ===============================
レビューアイコン横並び
=============================== */

.review-icons {
  max-width: 900px;
  margin: 0 auto 24px;
  display: flex;
  justify-content: space-between;
  gap: 24px;
  text-align: center;
  flex-wrap: wrap;
}

.review-icon-item {
  flex: 0 0 25%;
}

.review-icon-item img {
  max-width: 70px;
  height: auto;
  display: block;
  margin: 0 auto 6px;
}

.review-icon-label {
  display: block;
  margin: 0;
  font-size: 18px;
  letter-spacing: 0.08em;
}

@media (max-width: 768px) {
  .review-icons {
    gap: 0;
  }

  .review-icon-item img {
    max-width: 56px;
    margin-bottom: 4px;
  }

  .review-icon-label {
    font-size: 14px;
  }
}

/* ===============================
レビュー専用スライダー
=============================== */

.js-review-slider {
  width: 85%;
  margin: 0 auto;
  position: relative;
  overflow: visible;
}

.js-review-slider .pg-slider-main {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  position: relative;
  align-items: stretch;
  overflow: visible;
}

@media (min-width: 768px) {
  .js-review-slider .pg-slider-main {
    grid-template-columns: repeat(3, 1fr);
  }
}

.js-review-slider .pg-slider-image {
  display: none;
  height: 100%;
}

.js-review-slider .pg-slider-image.is-visible {
  display: block;
}

/* 最後の空枠 */
.js-review-slider .pg-slider-placeholder {
  visibility: hidden;
  pointer-events: none;
}

/* 矢印 */
.js-review-slider .pg-arrow {
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  z-index: 10;
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  cursor: pointer;
  font-size: 28px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.js-review-slider .pg-arrow-prev {
  left: -18px;
}

.js-review-slider .pg-arrow-next {
  right: -18px;
}

.js-review-slider .pg-arrow:disabled {
  opacity: 0.3;
  cursor: default;
}

/* カウント中央寄せ */
.js-review-slider .pg-slider-footer {
  text-align: center;
  margin-top: 16px;
}

/* スマホ */
@media (max-width: 767px) {
  .js-review-slider {
    width: 85%;
  }

  .js-review-slider .pg-arrow {
    width: 38px;
    height: 38px;
    font-size: 24px;
  }

  .js-review-slider .pg-arrow-prev {
    left: -18px;
  }

  .js-review-slider .pg-arrow-next {
    right: -18px;
  }
}



/* =========================
   商品画像スライダー用 CSS
   ========================= */

/* スライダー全体 */
.pg-slider {
  max-width: 1050px;
}

/* メイン画像エリア（矢印を重ねる土台） */
.pg-slider-main {
  position: relative;   /* ここ基準で矢印を absolute 配置 */
  overflow: visible;    /* 念のためはみ出しは隠さない */
  border-radius: 4px;
}

/* 各画像（1枚だけ表示） */
.pg-slider-image {
  display: none !important;  /* 既存テンプレ側の指定を打ち消す */
  width: 100%;
  height: auto;
  object-fit: cover;
}

.pg-slider-image.is-active {
  display: block !important;
}

/* 左右矢印（画像の上に重ねる） */
.pg-slider-main .pg-arrow {
  position: absolute;
  margin:auto;
  top: 50%;
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: none;
  background: rgba(255, 255, 255, 0.3);  /* 半透明白 */
  cursor: pointer;
  font-size: 18px;
  line-height: 1;
  padding: 0;
  z-index: 10;
  color: #000;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
}

.pg-slider-main .pg-arrow:hover {
  background: rgba(255, 255, 255, 1);
}

/* 左右位置 */
.pg-slider-main .pg-arrow-prev {
  left: 8px;
}

.pg-slider-main .pg-arrow-next {
  right: 8px;
}

.js-review-slider .pg-slider-main .pg-arrow-next {
    right: -18px;
}

.js-review-slider .pg-slider-main .pg-arrow-prev {
    left: -18px;
}

/* 画像の下フッター（枚数表示用） */
.pg-slider-footer {
  width:90%;
  margin: auto;
  margin-top: 20px !important;
    margin-bottom: 20px;
  display: flex;
  justify-content: flex-end;  /* 右寄せ */
}

/* 枚数カウンター「1 / 3」 */
.pg-slider-count {
  font-size: 12px;
  color: #555;
  line-height: 1;
}

/* 画像の下に出すキャプション */
.pg-slider-caption {
  margin-top: 18px !important;
  font-size: 14px;
  line-height: 28px;
}

.pg-slider-caption-content {
  margin-top: 18px !important;
  font-size: 14px !important;
  line-height: 28px !important;
}

.pg-caption-html {
  display: none;
}

/* キャプションが長くても全体幅に収まるように */
.pg-slider-caption br {
  line-height: 1.6;
}


/* スマホ対応 */
@media (max-width: 768px) {
  .pg-slider {
    max-width: 100%;
  }
}


/* スライドここまで */

.kadomaru-button{
    background: #000;
    color: #fff;
    border: none;
    border-radius: 999px;
    padding: 12px 30px;
    font-size: 14px;
    text-align: center;
    display: inline;
  margin-top:20px;
}

.kadomaru-button a:link {
  color: #fff !important;
}

.kadomaru-button a:visited {
  color: #fff !important;
}

.white-back-buchinuki {
    background-color: #fff;
    width: 100%;
    height: 100%;
    padding-right: 36.5%;
    margin-left: -36.5%;
    padding-left: 36.5%;
    padding-top: 5%;
    padding-bottom: 5%;
}

/* アコーディオン */
/* 全体 */
.product-accordion {
  border-top: 1px solid #ddd;
  margin-bottom:30px;
}

/* 各ブロック */
.product-accordion-item {
  border-bottom: 1px solid #ddd;
}

/* summary（見出し部分）のスタイル */
.product-accordion-header {
  padding: 5%;
  background: #fff;
  display: flex;
  align-items: center;
  cursor: pointer;
  text-align: left;
  list-style: none;
}

/* デフォルトの三角マーカーを消す */
.product-accordion-header::-webkit-details-marker {
  display: none;
}

/* プラスアイコン */
.product-accordion-header::after {
  content: "＋";
  margin-left: auto;
  font-size: 18px;
  line-height: 1;
}

/* デフォルトは＋ */
.product-accordion-item > .product-accordion-header::after{
  content: "＋";
  font-size: 1.2em;
  font-weight: 400;
  margin-left: auto;
}

/* その details が open のときだけ − */
.product-accordion-item[open] > .product-accordion-header::after{
  content: "−";
}

/* 入れ子だけ：閉じている時は＋ */
.product-accordion-nested > .product-accordion-header::after{
  content: "＋";
}

/* 入れ子だけ：開いた時は−（直下のみ） */
.product-accordion-nested[open] > .product-accordion-header::after{
  content: "−";
}

  .product-accordion-nested{
    width:80%;
    margin:0 auto;
  }

.product-accordion-q-area{
  margin:0 auto;
}

@media (min-width: 480px){
  .product-accordion-q-area{
  width:735px !important;
}
}
  
/* 入れ子だけ：PCの余白を普通にする（崩れ対策） */
@media (min-width: 480px){
  .product-accordion-nested > .product-accordion-header{
    padding: 14px 18px;
  }

}

/* パネル部分 */
.product-accordion-panel {
  padding: 10px 0 14px;
  line-height: 1.7;
}

.product-grouplink-img{
max-width:600px; 
  width:90%;
  margin:0 auto;
}
  
.product-grouplink-txtarea{
    width:90%;
  margin:0 auto;
  }

.slide-small-txt-subtitle{
  margin-top:20px;
      font-size:16px;
  font-weight:bold;
  line-height:26px;
  text-align:center;
}

.slide-small-txt-title{
   margin-top:15px;
  margin-bottom:20px;
    font-size:18px;
  font-weight:bold;
  line-height:26px;
  text-align:center;
}

.slide-small-txt{
  font-size:16px;
  line-height:28px;
}

.product-faq{
	width:90% !important;
	margin:0 auto !important;
	padding-top:40px;
}

.product-faq-title{
	font-size:1.25em;
	padding-bottom:20px;
	text-align:center;
}

.faq-question-icon{
	font-size:2em;
	font-family:serif;
}

        .faq-item {
            margin: 10px 0;
            border-top: 3px solid #ccc;
            overflow: hidden;
        }
.faq-question {
    background-color: #fff;
    padding: 10px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: background-color 0.3s; /* 背景色の変更にアニメーションを追加 */
}


        .faq-answer {
			background: #f9f9f9;
            height: 0; /* 初期状態で非表示 */
            overflow: hidden; /* オーバーフローを隠す */
            transition: height 0.3s ease; /* アニメーションを追加 */
            padding: 0 10px; /* 左右にパディング */
        }
        .faq-answer.show {
            height: auto; /* 高さを自動設定 */
            padding: 10px; /* パディングを追加 */
        }

/* Sサイズ選択時のセレクトボックスから▼マークを消す */
select.no-arrow {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: none !important;
  background-color: #eee !important;
  color: #666 !important;
  cursor: not-allowed !important;
  position: relative;
  z-index: 1;
}

/* ▼の疑似要素を無効化する */
select.no-arrow::-ms-expand {
  display: none; /* for IE */
}

select.no-arrow::after {
  display: none !important;
}


.form-center-area{
    margin:0 auto;
      width:90%;
  max-width:600px;
}

.braceletform-area {
  text-align:center;
    display: inline-flex;
    align-items: center;
    position: relative;
}

.braceletform-area span{
  font-size:1.25em;
  font-weight:bold;
  width:100%;
  max-width:600px;
  display:block;
  margin-bottom:20px;
  border-top:1px solid #ccc;
  padding-top:40px;
}

.braceletform-area::after {
    position: absolute;
    right: 15px;
    width: 10px;
    height: 7px;
    background-color: #535353;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    content: '';
    pointer-events: none;
}

.braceletform-area select {
    appearance: none;
    min-width: 230px;
    height: 2.8em;
    padding: .4em calc(.8em + 30px) .4em .8em;
    border: 1px solid #d0d0d0;
    border-radius: 25px;
    background-color: #fff;
    color: #333333;
    font-size: 1em;
    cursor: pointer;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  html {
    transform: scale(0.85);
    transform-origin: top left;
    width: 115.11vw !important;
    overflow-x: hidden;
  }
  

  
.header__megamenu {
transform: scale(0.95);
transform-origin: top left;
width: 117vw !important;
  }

}



body{
font-family: 'Noto Sans JP', sans-serif;
        background-color: #fff !important;
}

.sangyou-syoryaku{
    overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.nakama-san-ko{
  max-width:100%;
  margin:0 auto;
}

.nakama-list{
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
}

.mojiire-button-black {
    display: inline-block;
    padding: 10px 15px;
    background-color: #000;
    margin-top: 20px;
    color: #fff;
    font-size: 0.5em;
    text-align: left;
}

.mailmagazine-button-border span{
    vertical-align: middle;
}

.guide-box span{
    font-size: 6em;
    padding-bottom: 15px;
}

.san-ni-box ul{
  width:100%;
}

.san-ni-box li{
  width: 46%;
 padding:0 2%;
  float:left;
  margin-bottom:2%;
  min-height:185px;
}


.plofile-box-img{
	width:50%;
margin:10px auto;
	display: block;
}

.plofile-box-txt{
  width:100%;
}

.mokuji-title{
  max-width:550px !important;
  margin:0 auto;
}

.komidashi-title-line{
  max-width:550px;
}

.small-img{
  width:50%;
}

.sakka-box {
    width: 550px;
    margin: 0 auto;
}

.komidashi-title{
  max-width:550px;
}

.about-menu-font{
  font-size:0.7em;
}

.search-box{
  background-color:#fff !important;
  width:100%;
}

#acMenu-head dd{
width: 365px !important;
margin-left: -300px !important;
}

.w-sumaho img{
  width:100%
}

.product-mainarea{
  width:auto !important;
}

  #w-gogo{
  }

.buchinuki-img img{
    width:100%;
  }

#w-gogo img {
    text-align: center !important;
    display: block;
    margin: 0 auto;
  width: 100%;
}

#w-gogo{
  width:auto!important;
}

.syouhin-txt{
  max-width:550px!important;
}

.custom-thumb{
  margin-right:0px !important;
}

.repair-top-box{
  padding-bottom:40px;
}

.yonretsu-niretsu li{
  width:47% !important;
}

.category-big-title{
  margin-top:0px !important;
} 

.footer-guide-sidemenu-box{
width: 90%;
margin-left: 2%;
}

.footer-guide-sidemenu-box .footer-guide{
font-weight: normal;
    letter-spacing: 0.2em;
    line-height: 3em;
    font-size: 0.7em;
}

.footer-guide-sidemenu-box .sns-yonretsu i{
  font-size:2em;
}

.footer-guide-sidemenu-box .sns-yonretsu{
    margin:0px;
        margin-left: 12%;
      margin-top: 10%;
}

.footer-guide-sidemenu-box .sns-yonretsu li{
    width: 12%;
    margin: 6.5%;
}

#w-rokuroku {
    width: 100%;
    margin: 0 auto !important;
}

.free-p-ueaki{
    padding-top: 60px !important;
    padding-bottom: 40px;
}

 .top-menu-niretsu li {
   float:left;
          width: 48% !important;
        margin-right: 4% !important;
  }
  
   .top-menu-niretsu li:nth-child(2n) {
        margin: 0px !important;
  }

div #wrapper.open {
      -moz-transform: none !important;
    -webkit-transform: none !important;
    transform: none !important;
}

.footer-guide-sidemenu{
  width: 80% !important;
    margin-left: 15% !important;
  font-size:0.8em;
}

.footer-guide-sidemenu li{
width:43% !important;
}

.aka-cate-font{
  line-height: 2.25em;
}

#acMenu dd {
    padding-left: 7% !important;
    width: 93% !important;
}

.aka-cate{
    padding-bottom: 30px;
    width: 84%;
    margin: 0 auto;
    border-bottom: 1px solid #000;
    margin-bottom: 30px !important;
}

#drawer{
  z-index:9999 !important;
  -webkit-box-shadow:  none !important;
   box-shadow: none !important;
}

.juji div{
    float:left;
}

.juji img{
  float:left;
  margin-left:20px;
  width:27px;
}

.yomimono-box-auto{
  margin-bottom:40px;
}

.midashi-top{
  text-align:center;
  font-family: "Lexend", sans-serif;
font-size: 2em;
font-style: normal;
    padding-bottom: 60px;
    padding-top: 20px;
    color: #000;
}

.midashi-top-main{
  text-align:center;
  font-family: "Lexend", sans-serif;
font-size: 2em;
font-style: normal;
    padding-bottom: 60px;
    padding-top: 40px;
    color: #000;
}


/* =========================
   ヘッダー全体
========================= */
.slimheader{
  background: #d70f16;
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 1000;
}

.slimheader ul{
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 62px;
  margin: 0;
  padding: 0 14px;
  list-style: none;
  box-sizing: border-box;
  position: relative;
}

.slimheader li{
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* =========================
   左側2アイコン
========================= */
.slim-menu,
.slim-search{
  flex: 0 0 34px;
  width: 34px;
}

.slim-menu a{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
}

.slim-menu img{
  display: block;
  height: 24px !important;
  width: auto;
  margin: 0 !important;
  padding: 0 !important;
}

/* =========================
   検索
========================= */
.slim-search{
  margin-left: 10px;
  position: relative;
}

.slim-search dt{
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  cursor: pointer;
}

.slim-search .material-icons-round{
  color: #fff !important;
  font-size: 28px !important;
  line-height: 1 !important;
  padding: 0 !important;
  display: block;
}

/* ddの余計な初期化を消す */
.slim-search dd{
  margin: 0;
  padding: 0;
  z-index: 999999 !important;
}

/* 閉じている時 */
.slim-search dd[style*="display: none"],
.slim-search dd[style*="display:none"]{
  display: none !important;
}

/* 開いている時は「画面基準」で出す */
.slim-search dd[style*="display: block"],
.slim-search dd[style*="display:block"]{
  display: block !important;
  position: fixed !important;
  top: 72px !important;
  left: 12px !important;
  right: 12px !important;
  width: auto !important;
  max-width: 360px !important;
}

/* 検索ボックス本体 */
.slim-search .search-box{
  display: block !important;
  width: 100% !important;
  background: #fff !important;
  border-radius: 8px !important;
  box-shadow: 0 8px 24px rgba(0,0,0,0.22) !important;
  padding: 12px !important;
  box-sizing: border-box !important;
}

/* 中身リセット */
.slim-search #cmsearch,
.slim-search #cmsearch .wrap,
.slim-search #cmsearch form,
.slim-search .search-box section,
.slim-search .search-box div{
  margin: 0 !important;
  padding: 0 !important;
}

/* フォーム */
.slim-search #cmsearch form{
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
}

.slim-search input[type="hidden"]{
  display: none !important;
}

.slim-search input[type="search"]{
  flex: 1 1 auto;
  width: 100% !important;
  min-width: 0;
  height: 38px;
  padding: 0 10px;
  border: 1px solid #ccc;
  border-radius: 6px;
  box-sizing: border-box;
  font-size: 14px;
  background: #fff;
  color: #000;
  -webkit-appearance: none;
  appearance: none;
}

.slim-search input[type="submit"]{
  flex: 0 0 auto;
  height: 38px;
  padding: 0 14px;
  border: none;
  border-radius: 6px;
  background: #f2f2f2;
  color: #000 !important;
  cursor: pointer;
  box-sizing: border-box;
  -webkit-appearance: none;
  appearance: none;
}

/* =========================
   ロゴ中央
========================= */
.slim-logo{
  flex: 1 1 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 12px !important;
  min-width: 0;
}

.slim-logo a{
  display: block;
  width: 100%;
  max-width: 165px;
}

.slim-logo img{
  display: block;
  width: 100%;
  height: auto;
}

/* =========================
   右側アイコン
========================= */
.slim-login,
.slim-cart{
  flex: 0 0 28px;
  width: 28px !important;
  margin: 0 0 0 12px !important;
}

.slim-login a,
.slim-cart a{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
}

.slim-login img,
.slim-cart img{
  display: block;
  width: 24px;
  height: auto;
}

/* =========================
   スマホ
========================= */
@media screen and (max-width: 640px){
  .slimheader ul{
    height: 60px;
    padding: 0 12px;
  }

  .slim-menu,
  .slim-search{
    flex: 0 0 32px;
    width: 32px;
  }

  .slim-menu a{
    width: 32px;
    height: 32px;
  }

  .slim-menu img{
    height: 22px !important;
  }

  .slim-search{
    margin-left: 8px;
  }

  .slim-search .material-icons-round{
    font-size: 26px !important;
  }

  .slim-logo{
    margin: 0 10px !important;
  }

  .slim-logo a{
    max-width: 150px;
  }

  .slim-login,
  .slim-cart{
    flex: 0 0 26px;
    width: 26px !important;
    margin-left: 10px !important;
  }

  .slim-login a,
  .slim-cart a{
    width: 26px;
    height: 26px;
  }

  .slim-login img,
  .slim-cart img{
    width: 22px;
  }

  .slim-search dd[style*="display: block"],
  .slim-search dd[style*="display:block"]{
    top: 68px !important;
    left: 10px !important;
    right: 10px !important;
    max-width: none !important;
  }

  .slim-search .search-box{
    padding: 10px !important;
  }

  .slim-search input[type="search"]{
    height: 36px;
    font-size: 14px;
  }

  .slim-search input[type="submit"]{
    height: 36px;
    padding: 0 12px;
    font-size: 13px;
  }
}

/* =========================
   検索ドロップダウン位置補正
========================= */
.slim-search dd,
#acMenu-head .slim-search dd{
  margin-left: 0 !important;
  left: 10px !important;
  right: 10px !important;
  width: auto !important;
  max-width: 360px !important;
}

@media screen and (max-width: 640px){
  .slim-search dd,
  #acMenu-head .slim-search dd{
    left: 10px !important;
    right: 10px !important;
    margin-left: 0 !important;
    max-width: none !important;
  }
}

/* 商品検索 */

#cmsearch .wrap{
	padding:5px;
}
#cmsearch input[type="submit"]{
	margin-left:auto;
	margin-right:auto;
	display:block;
}
#cmsearch select,
#cmsearch input{
	font-size:16px;
	line-height:1.4;
	margin:8px 5px;
}
#cmsearch select,
#cmsearch input[type="search"]{
	width:97%;
	}
#cmsearch input[type="submit"]{
	-webkit-box-shadow: 0 2px 1px #666 ;
	box-shadow: 0 4px 2px #666;
	width:18%;
	font-size:12px;
	}
#cmsearch .btn {
	padding:3px;
}

.btn{
  text-shadow: none !important;
}

#w-rokuroku{
 width:100%;
  margin:0 auto!important;
  padding-top:0px;
}

.buchinuki-fullwidth{
    width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.buchinuki-fullwidth img{
      object-fit: cover;
    width: 100%;
    height: 500px;
}

.category-big-title{
  margin-top: 120px;
}

.akawaku{
color:#c8161d;
  
}



.footer-guide{
    text-align: left;
    width: 70%;
    font-weight: bold;
    margin-left:22%;
}

.footer-guide li{
margin-bottom:0px !important;
}

.guide-box{
    line-height:1.5em !important;
  font-size:0.8em;
}

.guide-box li{
margin-bottom:25px !important;
}

.guide-box i {
    margin-bottom: 20px !important;
}

.sanretsu-yonretsu{
background-color:#fff;
	width:97%;
	padding:1.5%;
}

.sanretsu-yonretsu li{
width: 30%;
    margin: 1.5% auto;
    padding: 1%;
	float:none;
    display:inline-block;
    text-align: center;
  letter-spacing:0.1em;
}

.sanretsu-yonretsu img{
  margin-bottom:20px;
}

/* 動線リンクここから */

.dosen{
}

.dosen-title-box{
 padding-top: 7px;
width:20%;
float:left;
margin-right:3%;
}

.dosen-title{
  font-size:0.8em;
font-weight:bold;
color:#c8161d;
}

.dosen-link-box{
width:76%;
float:left;
  margin-bottom:0px;
}

.dosen-link-y{
  font-size:0.5em;
  margin:3px 0px;
font-weight:bold;
padding:0px 5px;
background-color:#c8161d;
color:#fff;
display:inline-block;
border:1px solid #c8161d;
}

.dosen-link-y a{
color:#fff !important;
}

.dosen-link-n{
    font-size:0.5em;
    margin:3px 0px;
font-weight:bold;
padding:0px 5px;
background-color:#fff !important;
color:#c8161d;
display:inline-block;
border:1px solid #c8161d;
}

.dosen-link-n a{
  color:#c8161d !important;
}

/* 動線リンクここまで */

.sumaho-drawer a {
    display: inline-block !important;
}

      .w-sumaho {
        width: 100% !important;
        margin-top: 60px !important;
}

.buchinuki-topslide-sp{
    width:100vw;
position: relative;
left: 50%;
transform: translateX(-50%);
}

.buchinuki-topslide-sp img{
    width:100vw !important;
/* height:94vh; */
  object-fit:cover;
}

.buchinuki-topslide{
  margin-top:60px;
    width:100vw;
position: relative;
left: 50%;
transform: translateX(-50%);
}

.buchinuki-topslide img{
    width:100vw;
height:94vh;
  object-fit:cover;
}

    .footer-font {
        max-width: 820px;
    }

.footer-category-list{
width:90%;
margin:0 auto;
}

.footer-category-list li{
    float: left;
    text-align: left;
    width: 43%;
    margin-right: 2%;
    margin-bottom: 2%;
    padding: 1% 3%;
    background-color: #fff;
}

.footer-category-list img{
  height:30px;
}

.footer-category-list li:nth-child(2n){
  margin-right:0px;
}


.mailmagazine-button-border {
text-align: center;
    display: inline;
    margin: 20px auto;
    padding: 15px 30px;
    color: #c8161d;
    border: 1px solid #c8161d;
    font-weight: bold;
}

.mailmagazine-button-border a{
    color: #c8161d !important;
}

.mailmagazine-button-border i{
    line-height: 1.8em;
}

.buchinuki-footer-gray-back-light{
  padding:40px 500%;
  margin:0 -500%;
  background-color:#f7f7f7;
}


.buchinuki-footer-gray-back-dark{
  padding:40px 500%;
  margin:0 -500%;
  background-color:#e3e3e3;
}

.footer-niretsu{
  width:90%;
  margin: 0 auto;
      margin-bottom: 25px;
}

.footer-niretsu-hidari{
  float:left;
  width:42.5%;
  margin-right:5%;
}

.footer-niretsu-migi{
  float:left;
  width:42.5%;
}

.infoScroll{
  width:90%!importanrt;
  margin:0 auto;
}

.infoScroll span {
    display: inline-block;
    padding: 0px 10px;
    margin-right: 10px;
}

.mojiire-main{
  font-size:1em;
  display:block;
  width: 350px;
  font-family: "Lexend", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
      text-align: left;
}

.mojiire-sub{
      font-size: 0.5em;
  padding-top:15px;
  display:block;
      text-align: left;
}

.mojiire-button{
    display: inline-block;
    padding: 10px 15px;
    background-color: #fff;
    margin-top: 20px;
    color: #000;
    font-size: 0.5em;
      text-align: left;
}

.top-mojiire{
  position: relative;
}

.top-mojiire div{
    position: absolute;
    top: 77%;
    left: 22%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 1.5rem;
    padding: 0 !important;
}

.pickup-mojiire{
  position: relative;
}

.pickup-mojiire div{
position: absolute;
    top: 80%;
    left: 58%;
    width: 100%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 1.5rem;
    padding: 0 !important;
}

.top-mojiire-sp{
  position: relative;
}

.top-mojiire-sp div{
position: absolute;
    top: 79%;
    left: 45%;
    width: 300px;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 1.5rem;
    padding: 0 !important;
}

.yokonaga-mojiire{
  position: relative;
}

.yokonaga-mojiire div{
    position: absolute;
    top: 77%;
    left: 20%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 1.5rem;
    padding: 0 !important;
}

.yokonaga-mojiire-pcsp{
  position: relative;
}

.yokonaga-mojiire-pcsp div{
    position: absolute;
    top: 63%;
    left: 56%;
  width:100%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 1.8rem;
    padding: 0 !important;
}

.mega-sanretsu{
    float:left;
  width:175px;
  padding:30px 0px 30px 30px;
  color:#000;
  text-align:left;
}

.mega-category{
  text-align:left;
  float:left;
  width:180px;
  padding:30px 20px 30px 0px;
}

.futoji{
font-weight:bold;
}

.akaji a{
  color:#b82e29 !important;
}

.akaji{
  color:#b82e29 !important;
}

.ac-niretsu{
width: 85% !important;
    margin: 0 auto;
    font-size: 0.8em;
    line-height: 2.5em;
    letter-spacing: 0.05em;
}

.ac-niretsu div{
  float:left;
  width:50% !important;
  margin:1% auto;
}

.sumaho-drawer a{
	display:block;
}

.sumaho-drawer dd span {
    margin-right: -25px;
}

.sumaho-drawer ul{
	width:100%;
}

.sumaho-drawer li{
  width:70%;
  margin: 0 auto;
    padding: 25px 0px ;
    font-size: 1.25em;
    border-top: 0px solid #ddd;
}

.sumaho-drawer i{
	height:100%;
	width:30px;
	margin-right:30px;
}

.sumaho-drawer i img{
height: 20px;
    vertical-align: baseline;
}

.backslide-box {
    margin-top: 0px;
}

#wrapper.open {
    -moz-transform: translate3d(280px, 0, 0) !important;
    -webkit-transform: translate3d(280px, 0, 0) !important;
    transform: translate3d(280px, 0, 0) !important;
}

#drawer.open {
    -moz-transform: translate3d(95%, 0, 0)!important;
     -webkit-transform: translate3d(95%, 0, 0)!important;
    transform: translate3d(95%, 0, 0)!important;
}

#drawer {
    z-index: 2;
    background-color: #fff;
    position: fixed;
    top: 0;
    left: -85% !important;
  right: 0 !important;
    overflow-x: hidden;
    overflow-y: scroll;
    width: 85%;
    height: 100%;
    color: #000;
    -webkit-overflow-scrolling: touch;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -moz-transition-property: all;
    -o-transition-property: all;
    -webkit-transition-property: all;
    transition-property: all;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
}

#acMenu-head dd {
    width: 300px;
    margin-left: -230px;
    height: 100%;
    margin-top: 20px;
    display: none;
}

.slim-cart{
   width: 10%;
   margin-right: 0;
}

.slim-logo {
width: 40%;
    margin-top: 3px;
      margin-left: 5%;
    margin-right: 19%;
}

.wp-block-button__link{
	    background-color: #bdad69 !important;
	text-align:center;
	margin:0 auto;
	    max-width: 400px !important;
    width: 90% !important;
	display: block;
	margin-top:45px;
}

  .fb-umekomi {
  padding-bottom: 235% !important;
}

.umekomi {
  position: relative;
  width: 100% !important;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  margin-bottom: 50px;
}

.umekomi iframe {
  width: 100%!important;
  height: 100%!important;
  position: absolute;
  top: 0;
  left: 0;
}

.small-logo-title{
    font-size: 0.5em;javascript:void(0)
    color: #fff;
    margin-bottom: 0px;
    padding: 0px;
    margin-top: -5px;
}

.first-conetents-top li{
width: 94%;
  height:auto;
    margin: 0 auto;
    margin-bottom: 4px;
  
}

.first-conetents li:first-child{
width: 94%;
  height:auto;
    margin: 0 1%;
    margin-bottom: 4px;
}

.first-conetents li:nth-child(3n+1){
width: 94%;
    height:auto;
    margin: 0 1%;
    margin-bottom: 4px;
}


.first-conetents li{
    width: 44%;
    height:auto;
    padding: 2%;
    float: left;
  background-color:#fff;
  margin:1%;
  border-radius:4px;
}

.first-conetents img{
  margin-bottom:10px;
}

.fade-in {
  opacity: 0;
  transition-duration: 250ms;
  transition-property: opacity, transform;
}

.fade-in-up {
  transform: translate(0, 50px);
}

.fade-in-down {
  transform: translate(0, -50px);
}

.fade-in-left {
  transform: translate(-50px, 0);
}

.fade-in-right {
  transform: translate(50px, 0);
}

.scroll-in {
  opacity: 1;
  transform: translate(0, 0);
}

#base_gmoWrapp{
padding: 0px !important;
  margin-left: 0px !important;
}

.owl-box{
width:94%;
}

.backslide-box{
      overflow: hidden!important;
    position: relative;
      margin: 0;
  margin-bottom:10px;
  padding: 95% 0 0;
}

#headimg{
    width: 100%;
    height: 100%;
}

.shita60 {
    margin-bottom: 60px !important;
}

#image .text {
  text-decoration-color:#ccc;
    position: absolute;
    z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
    width: 55%;
  height: 50%;
  text-align: center;
}

#image img {
width:100%;
}

#image .text span {
    text-align: center;
    width: 270px;
    margin: 0 auto;
    margin-bottom: 30px;
}


#image .text p {
    text-align: center;
    color: #fff;
  margin-top:20px;
}

.wordpress-box{
width: 730px !important;
    margin-left: -100px !important;
}

/* タブテスト */

.tab-wrap {
	background: White;
	box-shadow: 0 0 5px rgba(0,0,0,.1);
	display: flex;
	flex-wrap: wrap;
	overflow: hidden;
	padding: 0 0 20px;
}

.tab-label {
	color: Gray;
	cursor: pointer;
	flex: 1;
	font-weight: bold;
	order: -1;
	padding: 12px 24px;
	position: relative;
	text-align: center;
	transition: cubic-bezier(0.4, 0, 0.2, 1) .2s;
	user-select: none;
	white-space: nowrap;
	-webkit-tap-highlight-color: transparent;
}

.tab-label:hover {
	background: rgba(0, 191, 255,.1);
}

.tab-switch:checked + .tab-label {
	color: DeepSkyBlue;
}

.tab-label::after {
	background: DeepSkyBlue;
	bottom: 0;
	content: '';
	display: block;
	height: 3px;
	left: 0;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	transform: translateX(100%);
	transition: cubic-bezier(0.4, 0, 0.2, 1) .2s 80ms;
	width: 100%;
	z-index: 1;
}

.tab-switch:checked ~ .tab-label::after {
	transform: translateX(-100%);
}

.tab-switch:checked + .tab-label::after {
	opacity: 1;
	transform: translateX(0);
}

.tab-content {
	height:0;
	opacity:0;
	padding: 0 20px;
	pointer-events:none;
	transform: translateX(-30%);
	transition: transform .3s 80ms, opacity .3s 80ms;
	width: 100%;
}

.tab-switch:checked ~ .tab-content {
	transform: translateX(30%);
}

.tab-switch:checked + .tab-label + .tab-content {
	height: auto;
	opacity: 1;
	order: 1;
	pointer-events:auto;
	transform: translateX(0);
}

.tab-wrap::after {
	content: '';
	height: 20px;
	order: -1;
	width: 100%;
}

.tab-switch {
	display: none;
}

/* ============================== */

body {
	background: WhiteSmoke;
  font-family: sans-serif;
}

/* パソコン表示 */

@media screen and ( min-width:960px )
{
body,html{
min-width:980px;
}
  
 .backslide-box{
  padding: 570px 0 0;
   margin-bottom:10px;
}
  
  #image .text {
    width: 30%;
      height: 40%;
}
  
  .owl-box{
width:100%;
}
  
  .first-conetents li {
    width: 342px;
    height:365px;
    background-color: #fff;
    padding: 10px;
    padding-bottom: 20px;
    float: left;
    margin: 0 4px 4px 0px;
  }
  
  .first-conetents li:first-child{
    width: 342px;
    height:365px;
    background-color: #fff;
    padding: 10px;
    padding-bottom: 20px;
    float: left;
    margin: 0 4px 1px 0px;
}
  
    .first-conetents li:nth-child(3n+1){
    width: 342px;
      height:365px;
    background-color: #fff;
    padding: 10px;
    padding-bottom: 20px;
    float: left;
    margin: 0 4px 1px 0px;
}
  

  
  .first-conetents-top li{
width: 33%;
    margin: 0px;
    display: inline-block;
}
  
  .fb-umekomi {
 max-width:550px !important;
  padding-bottom: 90% !important;
}
  
      .w-sumaho {
        width: 1100px !important;
        margin-top: 0px !important;
}
  
  #outer {
        max-width: 1100px !important;
  }
  

  
 .top-menu-niretsu li {
   float:left;
          width: 537px !important;
        padding: 0 !important;
        margin: 0 20px 0 0 !important;
  }
  
   .top-menu-niretsu li:nth-child(2n) {
        margin: 0px !important;
  }
  
  .header__megamenu li {
        display: inline-block;
        padding: 0 0.7em !important;
        vertical-align: middle;
    }
  
  .header__megamenu{
    width:1100px !important;
  }
  
  .li.mega__megamenu ul.mega__megamenu-second{
    width:1100px !important;
  }
  
  .mega__megamenu-second{
     width:1100px !important;
  }
  
  .pcheader-icon img{
 max-height:23px;
  }
  
  
  .sub-white-base-full{
    width:1000px !important;
  }
  
  .footer-guide{
    width: 550px;
    margin:0 auto;
  }
  
  .footer-guide li{
    margin-bottom:0px;
  }
  
  .footer-category-list li{
width: 17%;
        margin-right: 1%;
        margin-bottom: 1%;
        padding: 1% 3%;
        background-color: #fff;
}

.footer-category-list li:nth-child(2n){
  margin-right:1%;
}
  
  .footer-category-list li:nth-child(4n){
  margin-right:0 !important;
}
  
  .sanretsu-yonretsu li{
width: 22%;
  }
  
  .product-listbox-cart{
  }
  
  .product-image-thumb{
    width:710px !important;
  }
  
  #w-rokuroku{
 width:660px;
}
  
  .free-p-ueaki{
        padding-top:90px!important;
  }
  
    .yomimono-box-auto iframe {
        height: 360px !important;
}

  .yomimono-box-auto {
    margin-bottom:0px;
}
  
  .yokonaga-mojiire-pcsp div{
        top: 81%;
        left: 55%;
}
  
  .niretsu li{
    width:525px !important;
    margin-right:38px;
  }
  
  .niretsu li:nth-child(2n){
        margin-right:0px !important;
  }
  
  .dosen-title{
    font-size:1em;
  }
  
  .yonretsu-niretsu li{
    width: 23% !important;
  }
  
  .repair-top-box{
  padding-bottom:0px;
}
  
  .header-table{
    position:fixed;
    top:0;
  }
  
  .buchinuki-area{
   margin-left: 0px !important;
   width: 1100px !important;
  }
  
  #buchinuki-img{
            margin: auto;
        margin-left: 0px !important;
        width: 1110px !important;
  }
  

  
  .product-listbox-cart {
        float: left;
    }
  
      div .product-image-main img {
        width: 730px !important;
    }
  
  #list {
    width: 100% !important;
    padding: 0px 0% !important;
    margin-top: 30px !important;
}
  
  .product-image-thumb{
    width:760px !important;
  }
  
  div .yon-ni-list-box{
    width:100% !important;
  }
  
  div .cg_freespace_01{
    width:1110px !important;
  }
  
  .category-big-title{
        margin-left: 0 !important;
    width: 110% !important;
  }
  
  .kawa-title{
    max-width:550px;
  }
  
  .plofile-box{
    width:550px !important;
  }
  
  #w-gogo{
  }
  
  .kawa-title-beta{
    width:550px !important;
  }
  
  .kawa-title-middle{
    width:550px !important;
  }
  
  .small-img{
  width:20%;
}
  
  .mojiire-main{
  font-size:1.5em;
  }
  
.dosen-link-n{
font-size:0.6em;
padding:5px 10px;
}
  
  .dosen-link-y{
font-size:0.6em;
padding:5px 10px;
}
  
  .plofile-box-img{
	width:130px;
	margin-right:30px;
	float:left;
}

.plofile-box-txt{
float:left;
	width:390px;
	font-size:0.8em;
}
  
.san-ni-box li{
  width: 29.3%;
}
  
    .niretsu li{
    width:524px !important;
    margin-right:37px;
  }
  
  .sns-yonretsu li {
    float: left;
    width: 12%;
    margin: 6.5%;
    text-align: center;
  }
  
  .pg-slider{
  max-width:100%;
  }
  
  .pg-slider-main .pg-arrow{
  }
  
  }