@charset "UTF-8";

/* common */

:root {
  --base-font: "Noto Sans JP", "Helvetica", "Arial", "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  --mincho-font: "游明朝", "Yu Mincho", "Hiragino Mincho ProN", "MS PMincho", serif;
  --infant-font: "Cormorant Infant", serif;
  --shippori-mincho-font: "Shippori Mincho", serif;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  color: #333;
  font-family: var(--base-font);
  font-size: 1.6rem;
  line-height: 1.5;
  font-style: normal;
  text-rendering: auto;
  font-optical-sizing: auto;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  margin-top: 132px;
}

#fs_Top {
  margin-top: 192px;
}

body.fs-body-checkout {
  margin-top: 80px;
}

body:not(#fs_Top) #header_fix {
  /* ここに適用したいスタイルを記述 */
  border-bottom: 1px solid #5e7fbb;
}

p {
  margin: 0;
}

.imgmax {
  width: 100%;
  height: auto;
  display: block;
}

.hidden {
  display: none;
}

.-pconly {
  display: block;
}

.-minonly,
.-sponly,
.-microonly {
  display: none;
}

#nav__area {
  display: none;
}

.-mb_txt p:not(:last-of-type) {
  margin-bottom: 1em;
}

.logout.my-false {
  display: none;
}
.login.my-true {
  display: none;
}
.regist.my-true {
  display: none;
}

/*color*/
.-c_red {
  color: #ce3b41;
}

/*font*/
.-mincho {
  font-family: var(--mincho-font);
}

.-infant {
  font-family: var(--infant-font);
  font-optical-sizing: auto;
}

.shippori-mincho-regular {
  font-family: var(--shippori-mincho-font);
  font-weight: 400;
  font-style: normal;
}

a {
  color: #333;
}

@media (hover: hover) and (pointer: fine) {
  a,
  a img {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    color: #333;
  }

  a:hover,
  a:hover img {
    opacity: 0.6;
    text-decoration: none;
  }

  /* ▼ 上書き追加：.contarea 内のリンクは hover しても薄くしない */
  #contarea a:hover,
  #contarea a:hover img {
    opacity: 1 !important;
  }
}

.foot__links a.plainlink {
  position: relative;
  display: inline-block;
  color: inherit;
  text-decoration: none;
}

#contarea a.plainlink,
.envelope__row a.plainlink,
.envelope__size a.plainlink,
.product__category__wrap .product__category--list a.plainlink {
  position: relative;
  color: inherit;
  text-decoration: none;
}

#contarea a.plainlink::after,
.envelope__row a.plainlink::after,
.envelope__size a.plainlink::after,
.foot__links a.plainlink::after,
.product__category__wrap .product__category--list a.plainlink::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}

#contarea a.plainlink:hover::after,
.envelope__row a.plainlink:hover::after,
.envelope__size a.plainlink:hover::after,
.foot__links a.plainlink:hover::after,
.product__category__wrap .product__category--list a.plainlink:hover::after {
  transform: scaleX(1);
}

/* プレーンリンクだけ、hover時に薄くならないようにする */
@media (hover: hover) and (pointer: fine) {
  #contarea a.plainlink:hover,
  .envelope__row a.plainlink:hover,
  .envelope__size a.plainlink:hover,
  .foot__links a.plainlink:hover,
  .product__category__wrap .product__category--list a.plainlink:hover {
    opacity: 1 !important;
  }
}

/*formフォーマット*/

.-reset_form input[type="text"],
.-reset_form input[type="submit"],
.-reset_form input[type="button"],
.-reset_form button,
.-reset_form select,
.-reset_form textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

.-reset_form textarea {
  resize: vertical;
}

.-reset_form input[type="submit"],
.-reset_form input[type="button"],
.-reset_form label,
.-reset_form button,
.-reset_form select {
  cursor: pointer;
}

.-reset_form select::-ms-expand {
  display: none;
}

.-reset_form ::placeholder {
  color: #888;
}

.-reset_form ::-ms-input-placeholder {
  color: #888;
}

.-reset_form :-ms-input-placeholder {
  color: #888;
}

/*common*/
/*width*/
.-base {
  max-width: 1360px;
  max-width: min(calc(100% - 80px), 1360px);
  margin-inline: auto;
}

.-high {
  max-width: 1220px;
  max-width: min(calc(100% - 80px), 1220px);
  margin-inline: auto;
}

.-middle {
  max-width: 1120px;
  max-width: min(calc(100% - 40px), 1120px);
  margin-inline: auto;
}

.-min {
  max-width: 800px;
  max-width: min(calc(100% - 40px), 800px);
  margin-inline: auto;
}

.-micro {
  max-width: 750px;
  max-width: min(calc(100% - 40px), 750px);
  margin-inline: auto;
}

.basic__area {
  margin: 0 auto 100px;
}

/*title*/
.side__tit {
  font-size: 1.8rem;
  line-height: 1;
  font-weight: bold;
  border-bottom: 5px solid #ccc;
  padding-bottom: 20px;
}

.side__tit:not(:first-of-type) {
  margin-top: 40px;
}

.cates__mv--tit {
  font-size: 3rem;
  font-weight: bold;
  position: absolute;
  left: 40px;
  top: 50%;
  transform: translateY(-50%);
  margin: 0 !important;
}

.center_tit {
  font-weight: bold;
  font-size: 3rem;
  line-height: 1.5;
  margin: 60px auto 30px;
  text-align: center;
}

.line__tit,
.fs-c-wishlistProduct__title,
.fs-c-featuredProduct__title {
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 1.5;
  border-bottom: 1px solid #333;
  padding: 0 0 10px;
  margin: 60px auto 30px;
}

h3.line__tit {
  font-size: 2rem;
}

h4.line__tit {
  font-size: 1.8rem;
}

.underline__tit {
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 1.5;
  border-bottom: 5px solid #d9d9d9;
  padding: 0 0 10px;
  margin: 60px auto 30px;
}

h3.underline__tit {
  font-size: 2rem;
}

h4.underline__tit {
  font-size: 1.8rem;
}

.-lines {
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
}

.line__tit {
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 1.5;
  border-bottom: 1px solid #333;
  padding: 0 0 10px;
  margin: 60px auto 30px;
}

.square__tit,
.squareline__tit {
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 1.5;
  padding: 0 0 10px;
  margin: 60px auto 30px;
  position: relative;
  padding-left: 1em;
}

.squareline__tit {
  border-bottom: 1px solid #333;
}

.square__tit::before,
.squareline__tit::before {
  content: "";
  width: 10px;
  height: 10px;
  display: block;
  background: #333;
  position: absolute;
  left: 0;
  top: 0.5em;
}

h3.square__tit,
h3.squareline__tit {
  font-size: 2rem;
}

h4.square__tit,
h4.squareline__tit {
  font-size: 1.8rem;
}

.upline__tit {
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 1.5;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  padding: 10px 0;
  margin: 60px auto 30px;
}

.box__tit {
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 1.5;
  border: 1px solid #333;
  padding: 10px 15px;
  margin: 60px auto 30px;
}

.gray__tit {
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 1.5;
  background: #eee;
  padding: 10px 15px;
  margin: 60px auto 30px;
}

h3.gray__tit {
  font-size: 2rem;
}

h4.gray__tit {
  font-size: 1.8rem;
}

.border__tit {
  font-weight: bold;
  font-size: 2.2rem;
  line-height: 1.5;
  position: relative;
  margin: 60px auto 20px;
  padding-left: 15px;
}

.border__tit::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0.2em;
  width: 5px;
  height: 1em;
  background: #5e7fbb;
}

.sline__tit {
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 1.5;
  padding: 0 0 10px;
  display: flex;
  align-items: center;
  margin: 60px auto 30px;
}

h3.sline__tit {
  font-size: 2rem;
}

h4.sline__tit {
  font-size: 1.8rem;
}

.sline__tit::before,
.sline__tit::after {
  content: "";
  height: 1px;
  flex-grow: 1;
  background-color: #999;
}
.sline__tit:before {
  margin-right: 1em;
}
.sline__tit:after {
  margin-left: 1em;
}

.fs-c-heading {
  font-size: 3.2rem;
  font-weight: bold;
  margin: 0 auto 40px;
  padding: 0 0 25px;
  border-bottom: 1px solid #5e7fbb;
}

.circle__tit {
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.5;
  position: relative;
  margin: 0 auto 20px;
  padding-left: 20px;
}

.circle__tit::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0.4em;
  width: 14px;
  height: 14px;
  border: 4px solid #5e7fbb;
  border-radius: 50em;
}

.dod__tit {
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.5;
  position: relative;
  margin: 0 auto 10px;
  padding-bottom: 10px;
  border-bottom: 1px dashed #ccc;
}

.under__tit {
  font-size: 3.2rem;
  border-bottom: 1px solid #5e7fbb;
  font-weight: bold;
  padding-bottom: 20px;
  margin-bottom: 40px;
}

h1.under__tit {
  margin-top: 0;
  border-bottom: 5px solid #ccc;
}

/*button*/
.line__btn {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #555 !important;
  border-radius: 0.5rem;
  width: 400px;
  margin: 40px auto;
}

a.line__btn {
  border: 2px solid #555;
  border-radius: 0;
  background: #fff;
  display: block;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

a.line__btn:hover {
  opacity: 1;
}

a.line__btn:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 100%;
  content: "";
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translateX(0) translateY(0);
  transform: translateX(0) translateY(0);
  border-radius: 0 50% 50% 0;
  background: #555;
}

a.line__btn:hover:before {
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  line-height: 30px;
  top: 50%;
  width: 30px;
  height: 30px;
  content: "\f061";
  -webkit-transform: translateX(1260%) translateY(-50%);
  transform: translateX(1260%) translateY(-50%);
  color: #fff;
  border-radius: 50%;
}

/* .line__btn {
  padding: 16px;
  font-size: 1.5rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(51, 51, 51, 0.4);
  text-align: center;
  position: relative;
  text-decoration: none;
  width: 360px;
  margin: 40px auto;
  transition: border-color 0.4s ease, box-shadow 0.4s ease;
}

.line__btn:hover {
  opacity: 1;
}

.line__btn::after {
  content: "";
  position: absolute;
  top: 30%;
  right: -1px;
  width: 1px;
  height: 40%;
  background-color: #fff;
  z-index: 2;
  display: block;
}

.line__btn::before {
  content: "";
  display: block;
  background: url(../img/line_arrow.svg) no-repeat center center / 51px auto;
  width: 51px;
  height: 8px;
  position: absolute;
  right: -12px;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 2;
  transition: transform 0.5s ease;
}

.line__btn:hover::before {
  transform: translate(10px, -50%);
} */

.blueline--a {
  border: 2px solid #5e7fbb;
  display: block;
  text-decoration: none;
  color: #5e7fbb !important;
  background: #fff;
  padding: 15px 10px;
  position: relative;
  overflow: hidden;
  transition: color 0.4s ease;
  z-index: 1;
  max-width: 250px;
  width: 100%;
  text-align: center;
  margin: 20px auto 0;
  font-weight: bold;
}

.blueline--a span {
  background: url(../img/i-arrow_blue.svg) no-repeat right center / 6px auto;
  display: block;
  padding-right: 10px;
}

/* 背景アニメーション用の疑似要素 */
.blueline--a::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background-color: #5e7fbb;
  transition: all 0.4s ease;
  z-index: -1;
}

/* ホバー時のアニメーション */
.blueline--a:hover {
  color: #fff !important;
}

.blueline--a:hover::before {
  left: 0;
}

/* テキスト部分を確実に前面に表示 */
.blueline--a span {
  position: relative;
  z-index: 2;
}

.blueline--a:hover span {
  background: url(../img/i-arrow_ww.svg) no-repeat right center / 6px auto;
  display: block;
  padding-right: 10px;
}

.blue-bg__btn {
  background: #5e7fbb;
  color: #fff !important;
  text-decoration: none;
  text-align: center;
  display: block;
  padding: 15px 10px;
  margin-inline: auto;
}

.blue-line__btn {
  border: 1px solid #5e7fbb;
  background: #fff;
  color: #5e7fbb;
  text-decoration: none;
  text-align: center;
  display: block;
  padding: 15px 10px;
  margin-inline: auto;
}

.blue__cover--btn {
  max-width: 650px;
  text-align: center;
  margin: 0 auto;
  font-size: 2.8rem;
  font-weight: bold;
}

.blue__cover--btn a {
  display: block;
  background: #5e7fbb;
  color: #fff !important;
  text-decoration: none;
  padding: 20px;
  transition: color 0.3s ease;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.blue__cover--btn a:hover {
  opacity: 1;
}

.blue__cover--btn a::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background-color: #3b5a94; /* ホバー時の塗り色（少し濃く） */
  transition: all 0.4s ease;
  z-index: -1; /* テキストより後ろに配置 */
}

.blue__cover--btn a:hover::before {
  left: 0;
}

.blue__cover--btn a > * {
  position: relative;
  z-index: 2;
}

/* 単体のaタグ用下線アニメーションリンク */
.underline-link {
  display: inline-block;
  text-decoration: none;
  color: #5e7fbb;
  position: relative;
  transition: all 0.3s ease;
  font-weight: 700;
}

/* 黒版 */
.underline-link.-blk {
  /* border: 2px solid #333; */
  color: #333;
}

/* 下線アニメーション */
.underline-link span {
  position: relative;
  display: inline-block;
}

.underline-link span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 0;
  height: 1px;
  background-color: #5e7fbb;
  transition: width 0.3s ease;
}

.underline-link span::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 100%;
  height: 1px;
  background-color: #ccc;
  transition: width 0.3s ease;
  z-index: -1; /* 下線の背景を前面に表示 */
}

.underline-link:hover {
  color: #5e7fbb;
}

.underline-link.-blk:hover {
  color: #333;
}

/* 黒版の下線色 */
.underline-link.-blk span::after {
  background-color: #333;
}

/* ホバー時のアニメーション */
.underline-link:hover span::after {
  width: 100%;
}

/* .underline-link.-blk span {
  background: url(../img/blk__arrow_un.svg) no-repeat calc(100% - 5px) center / 20px 20px;
  display: block;
  padding: 0 30px 0 0;
} */

/* リスト用のグリッドレイアウト（従来の使い方） */
.anker__link--underline {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 20px;
  margin: 0 auto 40px;
  list-style: none;
  padding: 0;
}

.anker__link--underline.-four {
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
}

.anker__link--underline li {
  list-style: none;
  text-align: center;
}

/* レスポンシブ対応 */
@media (max-width: 650px) {
  .anker__link--underline,
  .anker__link--underline.-four {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}

@media (max-width: 414px) {
  .anker__link--underline li a {
    width: 100%;
    max-width: 400px;
    max-width: min(calc(100% - 60px), 400px);
    margin-inline: auto;
  }
}

/* 背景アニメーション付きアンカーリンク */
.bg-animation-link {
  border: 2px solid #5e7fbb;
  font-weight: 700;
  display: inline-block;
  text-decoration: none;
  color: #5e7fbb;
  background: #fff;
  padding: 15px 10px;
  position: relative;
  overflow: hidden;
  transition: color 0.4s ease;
  z-index: 1;
}

/* 黒版 */
.bg-animation-link.-blk,
.bg-animation-link.-detail {
  border: 2px solid #333;
  color: #333;
}

/* 背景アニメーション用の疑似要素 */
.bg-animation-link::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background-color: #5e7fbb;
  transition: all 0.4s ease;
  z-index: -1;
}

/* 黒版の背景色 */
.bg-animation-link.-blk::before,
.bg-animation-link.-detail::before {
  background-color: #333;
}

/* ホバー時のアニメーション */
.bg-animation-link:hover {
  color: #fff;
}

.bg-animation-link:hover::before {
  left: 0;
}

/* テキスト部分を確実に前面に表示 */
.bg-animation-link span {
  position: relative;
  z-index: 2;
}

.bg-animation-link.-blk span {
  display: block;
}

.bg-animation-link.-detail span {
  display: block;
}

/* 段落内のリンク間にマージンを追加 */
.bg-animation-link + .bg-animation-link {
  margin-left: 10px;
}

/*header*/
#header_fix {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 3;
  background: #fff;
}

#head__top {
  position: relative;
  padding: 20px 0 10px;
}

.head__logoarea {
  position: absolute;
  left: 50%;
  top: 20px;
  transform: translateX(-50%);
  text-align: center;
}

#logo {
  max-width: 344px;
  margin: 0 auto;
}

.head__fcp {
  font-size: 1.2rem;
  font-weight: normal;
  line-height: 1.5;
  margin-top: 10px;
}

.head__fcp br {
  display: none;
}

.head__actarea {
  display: flex;
  justify-content: flex-end;
  gap: 0 10px;
  align-items: center;
}

.head__actarea li {
  list-style: none;
  font-size: 1.1rem;
  line-height: 1;
  font-weight: bold;
  text-align: center;
  position: relative;
}

.head__actarea li a {
  text-decoration: none;
}

.head__act--icon {
  max-width: 38px;
  margin: 0 auto 10px;
}

#spnav .head__act--icon {
  max-width: 45px;
}

.head__navarea {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 20px;
  position: relative;
  padding: 0 20px;
}

#gnav {
  display: grid;
  grid-template-columns: repeat(4, auto);
}

.gnav__list--depth,
.gnav__list--detail {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 54px;
  padding: 0 30px;
  font-weight: bold;
  position: relative;
  cursor: pointer;
}

.gnav__list--depth::after,
.gnav__list--detail::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 30px;
  background: #ccc;
}

.gnav__list--depth br,
.gnav__list--detail br {
  display: none;
}

.gnav__list--detail {
  text-decoration: none;
}

.gnav__list--detail span {
  background: url(../img/i-arrow.svg) no-repeat right center / 5px auto;
  padding-right: 18px;
}

.gnav__list--depth span {
  background: url(../img/i-arrow_un.svg) no-repeat right center / 8px auto;
  padding-right: 18px;
}

.sp__i-search {
  display: none;
}

.hide {
  display: none;
}

.key__search {
  background: #eee;
  padding: 5px 10px;
  display: grid;
  align-items: center;
  grid-template-columns: 1fr 24px;
  font-size: 1.4rem;
  max-width: 210px;
  width: 100%;
}

.key__search--btn {
  background: #aaa;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
}

.head__info {
  background: #5e7fbb;
  color: #fff !important;
  height: 30px;
  display: flex;
  gap: 0 20px;
  align-items: center;
  justify-content: center;
  line-height: 1;
  font-size: 1.5rem;
}

.head__info img {
  max-width: 100%;
  height: auto;
  display: block;
}

.head__info--post {
  display: flex;
  gap: 0 10px;
  align-items: center;
}

.head__info--post strong {
  font-weight: bold;
  color: #ffea00;
}

.head__pickup {
  font-weight: bold;
  font-size: 1.5rem;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative; /* スライドショー用に追加 */
  overflow: hidden; /* はみ出し部分を隠す */
  background: #cedaf4;
}

.head__pickup a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #cedaf4;
  text-decoration: none;
  color: #4267b2;
  /* transform用のwill-changeでパフォーマンス向上 */
  will-change: transform, opacity;
  /* 初期状態で2番目以降を非表示（ちらつき防止） */
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}

/* 最初のaタグのみ表示 */
.head__pickup a:first-child {
  opacity: 1;
  position: relative;
}

/* JavaScriptで初期化完了後のクラス */
.head__pickup.slideshow-initialized a {
  position: absolute;
}

.head__pickup.slideshow-initialized a:first-child {
  position: absolute;
}

.head__pickup a span {
  background: url(../img/i-arrow.svg) no-repeat right center / 6px auto;
  padding-right: 20px;
}

.product__category {
  background: #fff;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 3;
  width: 100%;
  padding: 20px;
}
.product__category__wrap,
.envelope__row {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 10px 20px;
}

.envelope__size {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px 15px;
  padding: 20px;
}

.product__category--list,
.envelope__row a,
.envelope__size a {
  border-bottom: 1px solid #ccc;
  text-align: center;
  font-size: 1.4rem;
}

.product__category--list a {
  position: relative;
  display: block;
  overflow: hidden;
}

.label_print {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 40px;
}

.product__category--list a,
.envelope__row a,
.envelope__size a {
  text-decoration: none;
}

.envelope__row a,
.envelope__size a {
  display: grid;
  grid-template-rows: 1fr auto;
  align-items: flex-end;
  padding-bottom: 8px;
  line-height: 1.1;
}

.envelope__row a img,
.envelope__size a img {
  margin: 0 auto;
  transform: scale(0.8);
}

.envelope__size a .mt-2.mb-0 {
  font-size: 1.3rem;
}

.envelope__size a .mt-2.mb-0::first-line {
  font-size: 1.4rem; /* サイズ調整 */
  line-height: 1.5;
}

.product__category--list img {
  max-width: 100px;
  margin: 0 auto;
}

.product__category--list br {
  display: none;
}

.hidenavs {
  display: block;
  opacity: 0;
  transition: 0.3s;
  pointer-events: none;
}
.product__category.open {
  display: block;
  opacity: 1;
  pointer-events: all;
}

.back__layer {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: calc(100vh);
  height: calc(var(--vh, 1vh) * 100);
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 2;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s;
}
.back__layer.show {
  display: block;
  opacity: 1;
}

.gnav__list--depth.-hook.active {
  z-index: 4;
  background: #fff;
}

.gnav__list--depth.-hook.active span {
  background: url(../img/i-arrow_up.svg) no-repeat right center / 8px auto;
  padding-right: 18px;
}

.menu__cap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0 8px;
  margin: 0 auto 10px;
}

.menu__cap li {
  list-style: none;
  text-align: center;
  border-bottom: 5px solid #ccc;
  cursor: pointer;
}

.menu__cap li.active {
  border-bottom: 5px solid #5e7fbb;
}

.content {
  display: none; /*必須*/
}
.content.show {
  display: grid; /*必須*/
}

.mt-2 {
  align-self: baseline;
}

.print_service__row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 20px;
  max-width: 80%;
  margin: 0 auto;
}

.print_service__row--list a {
  display: block;
  overflow: hidden;
}

.print_service__row--list a:hover {
  opacity: 1;
}

.print_service__row--list a:hover img {
  opacity: 1;
  transform: scale(1.1);
  transition: transform 0.3s ease;
}

.print_service__row--list--text {
  text-align: center;
  margin-top: 10px;
  font-weight: bold;
}

.print_service__row--list--text a {
  text-decoration: none;
}

.print_service__row--list--text span {
  background: url(../img/i-arrow_side.svg) no-repeat right center / 6px auto;
  padding-right: 15px;
}

#nav-toggle {
  height: 30px;
  width: 42px;
  cursor: pointer;
  z-index: 2;
  position: absolute;
  left: 0;
  top: 25px;
}

.c-header__name {
  font-size: 1.2rem;
  letter-spacing: 1px;
  color: #333;
  margin-top: 5px;
  line-height: 1.2rem;
  text-align: center;
}

.nav-toggle__line {
  position: relative;
  width: 39px;
  letter-spacing: 1.3px;
  padding-top: 20px;
  margin: 0 auto;
}

#nav-toggle span {
  width: 100%;
  height: 1px;
  left: 0;
  display: block;
  background: #333;
  position: absolute;
  transition: top 0.2s ease, -webkit-transform 0.3s ease-in-out;
  -webkit-transition: top 0.2s ease, -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, top 0.2s ease;
  transition: transform 0.3s ease-in-out, top 0.2s ease, -webkit-transform 0.3s ease-in-out;
}

.nav-toggle__line--f {
  top: 0;
}

.nav-toggle__line--s {
  top: 8px;
}

.nav-toggle__line--t {
  top: 16px;
}

#spnav {
  opacity: 1;
  position: absolute;
  top: 0;
  left: -390px;
  z-index: 1000;
  height: calc(100vh);
  height: calc(var(--vh, 1vh) * 100);
  width: 390px;
  padding: 20px 0;
  overflow: scroll;
  background: #fff;
  -webkit-transition: 1s;
  transition: 1s;
}

#spnav.active {
  opacity: 1;
  left: 0;
  pointer-events: all;
}

#spnav .close {
  position: absolute;
  top: 26px;
  right: 25px;
  cursor: pointer;
}

.spnav__wrap .head__actarea {
  display: flex;
  justify-content: center;
  gap: 0 15px;
  width: calc(100% - 40px);
  margin: 0 auto 30px;
}

.spnav__wrap .key__search {
  max-width: 100%;
  width: calc(100% - 40px);
  margin: 0 auto 20px;
}

.details_search {
  text-align: center;
  font-weight: bold;
  margin: 0 auto 20px;
}

.details_search--btn {
  max-width: 260px;
  margin: 10px auto 0;
}

.details_search--btn a {
  background: #5e7fbb;
  text-decoration: none;
  color: #fff !important;
  display: block;
  padding: 10px;
}

.details_search--btn a span {
  background: url(../img/i-search_w.svg) no-repeat left center / 16px auto;
  padding: 3px 0 3px 26px;
}

.spnav__logo {
  max-width: 260px;
  margin: 0 auto 20px;
}

.spnav__log {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 10px;
  max-width: 400px;
  max-width: min(calc(100% - 40px), 400px);
  margin: 0 auto 20px;
}

.spnav__log li {
  list-style: none;
}

.spnav__log a {
  border: 1px solid #5e7fbb;
  color: #5e7fbb;
  display: block;
  text-align: center;
  padding: 10px;
  text-decoration: none;
  line-height: 1;
}

#spnav__list {
  border-top: 1px solid #d9d9d9;
}

#spnav__list li {
  list-style: none;
}

#spnav__list > li {
  border-bottom: 1px solid #d9d9d9;
  border-left: 5px solid #5e7fbb;
}

#spnav__list > li > span,
#spnav__list > li > a {
  display: block;
  padding: 16px 10px;
  font-size: 1.5rem;
  line-height: 1.5;
  color: #333;
  text-decoration: none;
}

#spnav__list > li > a {
  background: url(../img/i-arrow_side.svg) no-repeat calc(100% - 20px) center / 7px auto;
}

#spnav__contact {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 20px;
  padding: 40px 0 40px;
}

#spnav__contact li {
  list-style: none;
  font-size: 1.5rem;
}

.i-plus {
  background: url(../img/i-plus.svg) no-repeat calc(100% - 16px) center / 14px 14px;
  cursor: pointer;
}

.spnav__list--hide {
  position: absolute;
  top: 0;
  background: #fff;
  height: calc(100vh);
  height: calc(var(--vh, 1vh) * 100);
  width: 100%;
  left: 0;
  z-index: 2;
}

.spnav__list__closer {
  display: flex;
  align-items: center;
  gap: 0 20px;
  padding: 20px;
  font-weight: bold;
  line-height: 1;
}

#paper__list li,
.printer__list li {
  list-style: none;
  border-bottom: 1px solid #d9d9d9;
  /* border-left: 5px solid #5e7fbb; */
}

#paper__list li a,
.printer__list li a {
  display: block;
  padding: 16px 10px;
  font-size: 1.5rem;
  line-height: 1.5;
  color: #333;
  text-decoration: none;
  background: url(../img/i-arrow_side.svg) no-repeat calc(100% - 20px) center / 7px auto;
}

.print_service__wrap {
  padding: 0 20px;
  display: grid;
  grid-template-columns: 100%;
  gap: 20px 0;
}

.spnav__list--hide {
  opacity: 0;
  position: fixed;
  pointer-events: none;
  top: 0;
  left: -390px;
  z-index: -1;
  height: calc(100vh);
  height: calc(var(--vh, 1vh) * 100);
  width: 390px;
  padding: 20px 0;
  background: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.spnav__list--hide.-open {
  opacity: 1;
  left: 0;
  pointer-events: all;
  z-index: 2;
}

.spnav__list--hide__inner {
  overflow-y: auto;
  height: calc(100vh);
  height: calc(var(--vh, 1vh) * 100);
  padding-bottom: 60px;
}

.envelope--tit {
  font-weight: bold;
  padding: 10px 20px;
  border-top: 1px solid #5e7fbb;
  border-bottom: 1px solid #5e7fbb;
}

.envelope--tit:not(:first-of-type) {
  margin-top: 30px;
}

.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  touch-action: none;
}

.close {
  cursor: pointer;
}

/*side*/
.sb__print__tbl li {
  list-style: none;
  background: url(../img/dod__line.svg) repeat-x left bottom / 4px auto;
}

.sb__print__tbl li a {
  display: block;
  padding: 16px 10px;
  font-size: 1.5rem;
  line-height: 1.5;
  color: #333;
  text-decoration: none;
}

.sb__print__tbl li span {
  position: relative;
  display: block;
}

.sb__print__tbl li span::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border: 1px solid #555;
  border-left: none;
  border-bottom: none;
  transform: rotate(45deg) translateY(-50%);
  transition: transform 0.3s ease;
  position: absolute;
  right: 10px;
  top: 50%;
}

#product__id .sb__print__tbl__revel2,
#product__id .sb__print__tbl__revel3 {
  display: none;
}
#product__id li.active > a {
  /* 開いているメニューの装飾 */
}
#product__id .sb__print__tbl__revel2.active,
#product__id .sb__print__tbl__revel3.active {
  display: block;
}

.bans__uparea {
  margin-bottom: 40px;
}

.bans__underarea {
  margin-top: 40px;
}

#product__id > li.active > a {
  background: #4267b2;
  color: #fff !important;
}

#product__id > li.active > a span {
  background: url(../img/i-arrow_un_w.svg) no-repeat right center / 12px auto;
  padding-right: 20px;
}

.sb__print__tbl__revel2.active > li.active > a {
  background: #c6d1e8;
  position: relative;
}

.stanby a {
  position: relative;
}

.sb__print__tbl__revel2.active > li.active > a::before,
.stanby a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0px;
  width: 5px;
  height: 100%;
  background: #4267b2;
}

/*footer*/
footer {
  margin: 100px auto 0;
}

.series__tbl {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px 20px;
}

.series__tbl--list {
  font-size: 1.5rem;
}

.series__tbl--thum {
  margin-bottom: 10px;
}

.series__tbl--thum a {
  display: block;
  overflow: hidden;
}

.series__tbl--thum a:hover img {
  transform: scale(1.1);
  transition: transform 0.3s ease;
}

.series__tbl--name {
  font-weight: bold;
  font-size: 1.8rem;
  margin-bottom: 6px;
}

.campaign__tbl {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 20px;
}

.campaign__tbl li {
  list-style: none;
}

#information {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0 20px;
}

.information__blk {
  background: #eaeef5;
  padding: 20px;
  font-size: 1.4rem;
}

.information__blk--icon {
  max-width: 62px;
  margin: 0 auto;
}

.information__blk table {
  border-collapse: collapse;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  width: 100%;
}

.information__blk table th,
.information__blk table td {
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  padding: 10px;
  text-align: center;
}

.information__blk table th {
  background: #555;
  color: #fff !important;
}

.information__blk table td {
  background: #fff;
}

.information__blk--icon {
  margin-bottom: 10px;
}

.information__blk--scp {
  text-align: center;
  font-weight: bold;
  font-size: 1.6rem;
  margin-bottom: 10px;
}

.information__blk--scp br {
  display: none;
}

.info__caption {
  font-weight: bold;
  margin-bottom: 10px;
}

.cardlist {
  margin-bottom: 10px;
}

#about__heart {
  background: #eeeeee;
  padding: 60px 0;
}

.about__heart--intro {
  display: grid;
  grid-template-columns: 162px auto;
  align-items: center;
  justify-content: center;
  gap: 0 60px;
  font-size: 1.8rem;
  line-height: 1.3;
  font-weight: bold;
  margin: 0 auto 25px;
}

.about__heart--intro span {
  font-size: 2.6rem;
}

.about__heart--fcp {
  margin: 0 auto 20px;
}

.about__heart--area {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0 20px;
  align-items: center;
}

.about__heart--ill {
  background: #fff;
  padding: 20px;
  display: grid;
  grid-template-columns: 76px auto;
  gap: 0 15px;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}

.about__heart--txt__word {
  font-size: 2.2rem;
  line-height: 1;
}

.about__heart--txt__word span {
  font-size: 3.4rem;
  line-height: 1;
  margin: 0 5px;
}

#footer__area.-high {
  border-top: 1px solid #ccc;
}

#footer__mail__cover {
  margin-top: 60px;
}

#footer__mail__cover .footer__mail form {
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 31px;
}

#footer__mail__cover .footer__mail input[type="text"] {
  border-bottom: 1px solid #555;
  padding: 10px 0;
}

#footer__mail__cover .footer__mail input::placeholder {
  color: gainsboro !important;
}

#footer__mail__cover .footer__mail input[type="submit"] {
  width: 31px;
  height: 31px;
  background: url(../img/common/i-letter.svg) no-repeat center center / cover;
  transform: none;
}

.footer__area--wrap {
  padding: 60px 0;
  display: grid;
  grid-template-columns: 310px 400px auto;
  gap: 0 40px;
}

#f_logo {
  max-width: 284px;
  margin-bottom: 20px;
}
.foot__info--add {
  font-size: 1.4rem;
}

.foot__links {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 20px;
  font-size: 1.5rem;
}

.foot__links--list > li {
  list-style: none;
}

.foot__links--list > li:not(:first-child) {
  margin-top: 10px;
}

.foot__links--list > li ul {
  margin-left: 1em;
  margin-top: 10px;
}

.foot__links--list > li ul li {
  list-style: disc;
  font-size: 1.3rem;
  margin-top: 10px;
}

.instagram__ft {
  margin-top: 15px;
  display: flex;
  align-items: center;
  gap: 0 10px;
}

.instagram__ft::before {
  content: "";
  width: 25px;
  height: 25px;
  display: block;
  background: url(../img/i-instagram.svg) no-repeat left center / 25px 25px;
  font-weight: bold;
  font-size: 1.6rem;
}

/* .i-instagram {
 background: url(../img/i-instagram.svg) no-repeat left center / 25px 25px; 
  padding: 5px 0 5px 35px;
} */

.i-mail {
  background: url(../img/i-mail.svg) no-repeat left center / 35px 25px;
  padding: 5px 0 5px 45px;
}

#calendarContainer {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 10px;
  font-size: 1.4rem;
}

.calendar {
  display: inline-block;
}

.calendar h3 {
  margin-bottom: 6px;
}

.calendar table {
  border-collapse: collapse;
  width: 100%;
}

.calendar th {
  background: #ddd;
}
.calendar th,
.calendar td {
  border: 1px solid #ccc;
  padding: 4px;
  text-align: center;
}
.calendar td {
  background: #fff;
}

.calendar td.holiday {
  background-color: #fdd;
  color: #ce3b41;
}

.calender__holiday {
  text-align: center;
  font-size: 1.4rem;
  font-weight: bold;
  margin: 10px 0;
}

.calender__links {
  text-align: center;
  font-size: 1.3rem;
}

.calender__holiday span {
  color: #ce3b41;
}

#copyright {
  background: #5e7fbb;
  display: block;
  color: #fff !important;
  padding: 14px 10px;
  font-size: 1.4rem;
  line-height: 1;
  text-align: center;
}

/*pankuzu*/
.fs-c-breadcrumb {
  max-width: 1360px;
  max-width: min(calc(100% - 40px), 1360px);
  margin-inline: auto;
}

.fs-c-breadcrumb__list {
  padding: 20px 0;
}

/*fs 設定*/
.fs-c-productList__list {
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}

.fs-c-panelContainer {
  grid-column: span 2;
}

.fs-c-productListItem__image {
  border: 1px solid #ccc;
  padding: 0;
}

.fs-c-productListItem__image img {
  transform: scale(0.94);
}

.fs-c-productListItem__image a:hover {
  opacity: 1;
}

.fs-c-productListItem__image a:hover img {
  transform: scale(1);
  opacity: 1;
  transition: transform 0.3s ease;
}

.fs-c-productListItem__viewMoreImageButton {
  display: none;
}

.fs-c-productList__list__item {
  padding: 0;
  border: none;
}

.fs-c-sortItems {
  padding: 0 0 10px;
}

.fs-c-sortItems__list > li {
  border-right: 1px solid #ccc;
}

.fs-c-productList__controller:first-of-type {
  border-bottom: 1px solid #5e7fbb;
  margin-bottom: 40px;
}

.fs-c-productList__controller:first-of-type .fs-c-pagination {
  display: none;
}

.fs-c-productList__controller:last-of-type {
  margin-top: 40px;
}

.fs-c-productList__controller:last-of-type .fs-c-sortItems,
.fs-c-productList__controller:last-of-type .fs-c-listControl .fs-c-listControl__status {
  display: none;
}

.fs-c-productList__controller:last-of-type .fs-c-listControl .fs-c-pagination {
  margin: 0 auto;
  gap: 0 5px;
}

.fs-c-sortItems__list__item.is-active,
.fs-c-pagination__item.is-active {
  background: #5e7fbb;
}

.fs-c-productListItem__control {
  padding-bottom: 0;
}

.fs-c-pagination__item.is-active {
  border: 1px solid #5e7fbb;
  background: #cedaf4;
  color: #5e7fbb;
}

.fs-c-pagination__item[role="button"] {
  border: 1px solid #555;
  padding-inline: 10px;
}

.fs-c-pagination__item.fs-c-pagination__item--next,
.fs-c-pagination__item.fs-c-pagination__item--prev {
  border: none;
}

.fs-c-subgroup .fs-c-listControl {
  display: none;
}

.fs-c-productList {
  margin: 50px auto;
}

.-base_fin {
  max-width: 1360px;
  margin-inline: auto;
}

.-base_fin #fs-page-error-container {
  max-width: 1360px;
  max-width: min(calc(100% - 80px), 1360px);
  margin-inline: auto;
}

.-no_group .fs-c-subgroup {
  display: none;
}

.-no_productList .fs-c-productList {
  display: none;
}

.fs-c-button--addToCart--detail {
  padding: 20px;
  border-radius: 4px;
  font-size: 1.8rem;
}

.fs-c-button--addToCart--detail .fs-c-button__label {
  background: url(../img/i-cart_w.svg) no-repeat left center / 40px auto;
  padding: 8px 0 8px 60px;
}

.fs-c-returnedSpecialContract,
.fs-c-buttonContainer--inquiryAboutProduct {
  padding: 0;
}

.fs-c-returnedSpecialContract a,
.fs-c-buttonContainer--inquiryAboutProduct a {
  text-decoration: underline;
  color: #555;
}

.fs-c-button--primary,
.fs-c-button--secondary {
  padding: 0.8em 1.6em 0.8em;
}

.send__free {
  display: grid;
  grid-template-columns: auto 30px auto;
  gap: 0 5px;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  font-weight: bold;
  border: 1px solid #ccc;
  background: #eee;
  padding: 5px;
}

.send__free p:last-of-type {
  font-size: 1.1rem;
}

#fs_ProductDetails .fs-c-button--addToWishList--detail.fs-c-button--particular {
  width: 100%;
  padding: 0.6em 1em;
  justify-content: center;
  color: #433d3c;
}

#fs_ProductDetails .fs-c-productQuantityAndWishlist__wishlist.fs-c-buttonContainer .fs-c-button--particular {
  background: #f0ebe5;
  border-radius: 50em;
}

#fs_ProductDetails .fs-c-returnedSpecialContract {
  display: none;
}

#fs_ProductDetails .fs-c-button--inquiryAboutProduct.fs-c-button--plain .fs-c-button__label {
  color: #333;
  border-bottom: 1px solid #333;
}

#fs_ProductDetails .fs-c-productQuantityAndWishlist__quantity {
  position: relative;
}

#fs_ProductDetails .fs-c-productQuantityAndWishlist__quantity::before {
  content: "数量";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
#fs_ProductDetails select.fs-c-quantity__select.fs-system-quantity-list {
  padding: 5px;
}
#fs_ProductDetails select.fs-c-quantity__select {
  margin-left: 40px;
}
#fs_ProductDetails .fs-system-quantity-text {
  margin-left: 40px;
  width: 50px;
  padding: 5px;
}
#fs_ProductDetails .fs-c-quantity__message {
  bottom: 0px;
  left: 100%;
}
#fs_ProductDetails .dekitate_box01 {
  display: grid;
  grid-template-columns: 40% 56%;
  gap: 0 4%;
  margin: 15px 0;
  align-items: center;
}
#fs_ProductDetails .dekitate_subtit {
  font-size: 1.3rem;
  font-weight: bold;
  color: #18477d;
  border-bottom: double 2px #18477d;
  margin-bottom: 6px;
}
#fs_ProductDetails .dekitate_lead {
  font-size: 1.1rem;
  line-height: 1.3;
}
#fs_ProductDetails .dekitate_box02 {
  display: grid;
  grid-template-columns: 56% 40%;
  gap: 0 4%;
  align-items: center;
}
#fs_ProductDetails .star_review_jump_link_add {
  grid-column: 1 / 3;
  margin: 0 auto;
  width: 100%;
}

/*index*/
/* 1. 初期状態でスライダーを非表示 */
.case__slider {
  opacity: 0;
  transition: opacity 0.3s ease;
}

/* 2. 初期化完了後に表示 */
.case__slider.slick-initialized {
  opacity: 1;
}

/* 3. 初期化前のスライドアイテムのサイズを事前に設定 */
.case__slider:not(.slick-initialized) .slide {
  width: 400px;
  margin: 0 8px;
  display: inline-block;
  vertical-align: top;
}

#main__mv {
  overflow: hidden;
  padding: 20px 0;
}

.case__slider .slick-slide {
  width: 400px !important;
  margin: 0 8px;
  position: relative;
  overflow: hidden; /* はみ出し防止 */
}

.case__slider .slick-prev,
.case__slider .slick-next {
  width: 82px;
  height: 82px;
  z-index: 2;
  transition: all 0.3s;
}

.case__slider .slick-prev {
  left: 60px;
}

.case__slider .slick-next {
  right: 60px;
}

.case__slider .slick-prev:hover {
  left: 54px;
}

.case__slider .slick-next:hover {
  right: 54px;
}

.case__slider .slick-prev:before,
.case__slider .slick-next:before {
  width: 82px;
  height: 82px;
  content: "";
  display: block;
}

.case__slider .slick-prev:before {
  background: url(../img/prev__arrow-mv.svg) no-repeat center center / 82px 82px;
}

.case__slider .slick-next:before {
  background: url(../img/next__arrow-mv.svg) no-repeat center center / 82px 82px;
}

/* ——— スライダー内だけ上書き ——— */
.case__slider .slide a:hover {
  opacity: 1 !important;
}

/* 2) 画像だけをフェードさせる */
/*    ここで transition を再指定しておくと滑らか */
.case__slider .slide a img {
  transition: opacity 0.3s !important;
}
.case__slider .slide a:hover img {
  opacity: 0.6 !important;
}

/* 3) テキストは色を白に固定しておく */
.case__slider .mv__copyarea,
.case__slider .mv__copyarea--tit,
.case__slider .mv__copyarea--scp,
.case__slider .mv__copyarea--text {
  color: #fff !important;
  opacity: 1 !important; /* 念のためテキストの不透明度も固定 */
}

.case__slider .slick-list {
  margin: 0 -8px;
}

/* 拡大対象は .zoom だけ */
.case__slider .slick-slide a .zoom {
  display: block;
  transform: scale(1);
  transition: transform 0.35s ease;
}

.case__slider .slick-slide a:hover .zoom {
  transform: scale(1.05);
}

/* img 自体は幅100%で通常表示 */
.case__slider .slick-slide a .zoom img {
  display: block;
  width: 100%;
  height: auto;
}

/* グラデーションのレイヤー */
/* before でも after でも OK。ここでは before を使っています */
.case__slider .slick-slide::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%; /* グラデーションがかかる範囲 */
  background: linear-gradient(to top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 1; /* テキストより下 */
  pointer-events: none; /* クリックは下のスライドに通す */
}

.case__slider .nontxt.slick-slide::before {
  display: none;
}

.case__slider .slick-dots {
  bottom: -30px;
}

.case__slider .slick-dots li,
.case__slider .slick-dots li button {
  width: 10px;
  height: 10px;
}

.case__slider .slick-dots li.slick-active button:before {
  color: #5e7fbb;
  background: #5e7fbb;
}

.case__slider .slick-dots li button:before {
  font-size: 10px;
  color: #d9d9d9;
  opacity: 1;
  content: "";
  background: #d9d9d9;
  border-radius: 50em;
  width: 10px;
  height: 10px;
}

.mv__copyarea {
  position: absolute;
  bottom: 16px; /* グラデーション領域内に入るよう調整 */
  left: 16px; /* お好きな位置に調整 */
  z-index: 2; /* グラデーションより上 */
  color: #fff !important; /* 白文字 */
  line-height: 1.4;
  pointer-events: none; /* スライド操作を邪魔しない */
}

.mv__copyarea--tit {
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 10px;
}

.mv__copyarea--scp {
  font-weight: bold;
  font-size: 1.6rem;
}

.mv__copyarea--text {
  margin-top: 20px;
  font-size: 1.4rem;
}

.always__tbl {
  display: grid;
  grid-template-columns: repeat(10, 210px);
  gap: 0 20px;
}

.slider--always-arrows {
  position: relative;
}

.slider--always-arrows .slider-track {
  max-width: 1360px;
}

.slider--always-arrows .slider-track {
  overflow-x: auto;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch; /* iOS の慣性スクロール */
  padding: 10px 0 30px;
  /* スクロールバーのカスタマイズ */
  scrollbar-width: thin; /* Firefox用 */
  scrollbar-color: #aaa transparent; /* Firefox用 */
}

.slider--always-arrows .slider-track::-webkit-scrollbar {
  height: 6px; /* 横スクロールバーの高さ */
}

.slider--always-arrows .slider-track::-webkit-scrollbar-track {
  background: transparent; /* 背景を透明に */
}

.slider--always-arrows .slider-track::-webkit-scrollbar-thumb {
  background-color: #aaa; /* バーの色 */
  border-radius: 3px; /* 丸みを持たせる */
}

.slider--always-arrows .slider-arrow.-next {
  right: -10px;
  transition: 0.3s;
}

.slider--always-arrows .slider-arrow.-prev {
  transition: 0.3s;
}

.slider--always-arrows .slider-arrow.-next:hover {
  right: -15px;
}

.slider--always-arrows .slider-arrow.-prev:hover {
  left: -15px;
}

.top__hist__slider-wrapper {
  position: relative;
}

.top_history__tbl {
  overflow: scroll;
}

.top_history__tbl--list {
  font-size: 1.5rem;
}

.top_history__tbl--img {
  margin: 0 auto 10px;
}

.top_history__tbl--img img,
.ranking__tbl--img img {
  transform: scale(0.94);
}

.top_history__tbl--img a:hover,
.ranking__tbl--img a:hover {
  opacity: 1;
}

.top_history__tbl--img a:hover img,
.ranking__tbl--img a:hover img {
  transform: scale(1);
  opacity: 1;
}

.top_history__tbl--name {
  margin-bottom: 6px;
}

.top_history__tbl--price {
  font-weight: bold;
}

.top_history__tbl--img a {
  border: 1px solid #ccc;
  display: block;
  background: #fff;
}

.detail__search {
  background: #eaeef5;
  text-align: center;
  padding: 40px;
  font-weight: bold;
  margin: 0 auto 40px;
}

.detail__search--tit {
  font-size: 2.4rem;
  margin-bottom: 10px;
}

.detail__search--mi {
  font-weight: bold;
  margin-bottom: 20px;
}

.detail__search--mi br {
  display: none;
}

.detail__search--btn {
  max-width: 650px;
  text-align: center;
  margin: 0 auto;
  font-size: 2.8rem;
  font-weight: bold;
}

.detail__search--btn a {
  display: block;
  background: #5e7fbb;
  color: #fff !important;
  text-decoration: none;
  padding: 20px;
  transition: color 0.3s ease;
  position: relative;
  overflow: hidden;
}

.detail__search--btn a:hover {
  opacity: 1;
}

.detail__search--btn a::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background-color: #3b5a94; /* ホバー時の塗り色（少し濃く） */
  transition: all 0.4s ease;
  z-index: 0;
}

.detail__search--btn a:hover::before {
  left: 0;
}

.detail__search--btn a span {
  position: relative;
  z-index: 1;
  background: url(../img/i-search_w.svg) no-repeat left center / 20px auto;
  padding-left: 30px;
  display: inline-block;
}

.tp_pickup {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 40px;
}

.tp_pickup--list {
  font-size: 1.5rem;
}

.tp_pickup--pic {
  margin-bottom: 10px;
}

.tp_pickup--pic a {
  overflow: hidden;
  display: block;
}

.tp_pickup--pic a:hover {
  opacity: 1;
}

.tp_pickup--pic a:hover img {
  transform: scale(1.1);
  opacity: 1;
  transition: transform 0.3s ease;
}

.tp_pickup--name {
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 1.6rem;
}

.tp_pickup--name a {
  display: block;
  text-decoration: none;
}

.tp_pickup--name a span {
  padding-right: 10px;
  background: url(../img/i-arrow_side.svg) no-repeat right 4px / 8px;
  padding-right: 20px;
  display: inline-block;
}

#top_product {
  background: #eaeef5;
  padding: 10px 0px 60px;
}

#top_product .product__category__wrap {
  gap: 30px 20px;
}

#top_product .product__category--list {
  border: none;
  text-align: left;
  font-size: 1.6rem;
  font-weight: bold;
}

#top_product .product__category--list img {
  max-width: 100%;
}

#top_product .product__category--list p:last-of-type {
  display: block;
  text-decoration: none;
}

#top_product .product__category--list p:last-of-type span {
  background: url(../img/i-arrow_side.svg) no-repeat right center / 8px;
  display: inline-block;
  padding-right: 20px;
}

.product__category--list a {
  overflow: hidden;
  opacity: 1;
}

.product__category--items {
  overflow: hidden;
  display: block;
}

#top_product .product__category--items {
  margin-bottom: 10px;
}

.product__category--list a:hover .product__category--items img {
  transform: scale(1.1);
  opacity: 1;
  transition: transform 0.3s ease;
}

#top_product .label_print {
  width: 60px;
}

#und__hist {
  background: #eaeef5;
  padding: 10px 0 60px;
}

.tp__news {
  background: #eaeef5;
  padding: 60px 0;
}

.tp__news--inner {
  background: #fff;
  padding: 1px 60px 60px;
}

.tp__news--list {
  overflow: scroll;
  height: 300px;
}

.tp__news--list article {
  font-size: 1.5rem;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0 40px;
}

.tp__news--list article a {
  text-decoration: none;
}

.tp__news--list article:not(:last-child) {
  margin-bottom: 20px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px;
}

.pr_history__tbl {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 22px;
}

.-pritem .top_history__tbl--img a {
  border: 1px solid #328b92;
  position: relative;
}

.-pritem .top_history__tbl--img a::before {
  content: "PR";
  background: #328b92;
  color: #fff !important;
  font-size: 1.4rem;
  line-height: 1;
  display: block;
  position: absolute;
  left: -1px;
  bottom: -1px;
  padding: 5px 16px;
  text-decoration: none;
  z-index: 2;
}

#saleranking .tab__scrolls {
  position: relative;
  padding-left: 20px;
  overflow: hidden;
}

#saleranking .-base {
  max-width: 1400px;
  max-width: min(calc(100% - 80px), 1400px);
}

#saleranking .slider--always-arrows .slider-arrow.-next {
  right: 10px;
  transition: 0.3s;
}

#saleranking .slider--always-arrows .slider-arrow.-next:hover {
  right: 5px;
}

.knowledge__tbl {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 0 20px;
}

.knowledge__tbl--list--name {
  margin-top: 10px;
  font-size: 1.5rem;
}

.knowledge__tbl--list--name a {
  display: block;
  font-weight: bold;
  text-decoration: none;
}

.knowledge__tbl--list--name span {
  background: url(../img/i-arrow_side.svg) no-repeat right center / 8px auto;
  padding-right: 20px;
}

.knowledge__tbl--list a {
  display: block;
  overflow: hidden;
}

.knowledge__tbl--list a:hover {
  opacity: 1;
}

.knowledge__tbl--list a:hover img {
  transform: scale(1.1);
  opacity: 1;
  transition: transform 0.3s ease;
}

/**/

#main__cont {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 0 40px;
}

#main__cont > :not(aside) {
  grid-column: 2; /* コンテンツは2列目に表示 */
}

#main__cont:not(:has(aside)) {
  grid-template-columns: 1fr; /* asideが無ければ1カラム */
}

#main__cont:not(:has(aside)) > :not(aside) {
  grid-column: 1; /* asideが無ければコンテンツは1列目に表示 */
}

#main__cont.onecolumn {
  grid-template-columns: 1fr; /* 一列にする */
}

.cates__wrap {
  margin: 0 auto 60px;
}

.cates__mv {
  position: relative;
  background: #eee;
}

.cates__mv--fcp {
  margin-top: 20px;
}

.fs-c-subgroup {
  margin: 24px 0;
}

.fs-c-subgroupList {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px 40px;
  align-items: stretch;
  flex-wrap: wrap;
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0;
}
.fs-c-subgroupList > li {
  box-sizing: border-box;
}
.fs-c-subgroupList__item {
  flex-grow: 1;
  flex-basis: 100%;
  margin-top: -1px;
}

@media screen and (min-width: 768px) {
  .fs-c-subgroupList__item {
    flex-basis: calc(33.3% + 1px);
    margin-left: -1px;
    margin-top: -1px;
  }
}
@media screen and (min-width: 960px) {
  .fs-c-subgroupList__item {
    flex-basis: calc(25% + 1px);
    margin-left: -1px;
    margin-top: -1px;
  }
}
.fs-c-subgroupList__link {
  background: none;
  border: none;
  color: inherit;
  display: block;
  height: 100%;
  padding: 0;
}
.fs-c-subgroupList__link,
.fs-c-subgroupList__link:visited,
.fs-c-subgroupList__link:hover,
.fs-c-subgroupList__link:active {
  color: inherit;
  text-decoration: none;
}
.fs-c-subgroupList__link:hover {
  background: rgba(192, 192, 192, 0.08);
}
.fs-c-subgroupList__link::after {
  display: none;
}

.fs-c-subgroupList__link .fs-c-subgroupList__image {
  overflow: hidden;
}

.fs-c-subgroupList__link .fs-c-subgroupList__image > img {
  transition: 0.3s;
}

.fs-c-subgroupList__link:hover .fs-c-subgroupList__image > img {
  transform: scale(1.1);
}

.fs-c-subgroupList__image {
  grid-column: 1;
  grid-row: 1/3;
  align-self: start;
  margin: 0 auto 10px;
}
.fs-c-subgroupList__image > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.fs-c-subgroupList__label {
  grid-column: 2;
  grid-row: 1;
  align-self: center;
  text-decoration: underline;
  font-weight: bold;
}
.fs-c-subgroupList__comment {
  font-size: 1.4rem;
  grid-column: 2;
  grid-row: 2;
  align-self: start;
  margin-top: 10px;
}

.slider-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 34px; /* 好きな大きさに */
  height: 34px; /* 好きな大きさに */
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  visibility: hidden;
  border: none;
  z-index: 2;
}

.slider-arrow.-prev {
  left: -10px;
  background: url(../img/i-prev_small.svg) no-repeat center center / 34px auto;
}

.slider-arrow.-next {
  right: 10px;
  background: url(../img/i-next_small.svg) no-repeat center center / 34px auto;
}

.ranking__tbl {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 0 22px;
}

.ranking__tbl--rank {
  max-width: 60px;
  margin: 0 auto 10px;
}

.ranking__tbl--img a,
.history__tbl--img a,
.item__tbl--img a {
  border: 1px solid #ccc;
  display: block;
  padding: 2px;
  background: #fff;
}

.ranking__tbl--img {
  margin: 0 auto 10px;
}

.ranking__tbl--name {
  font-size: 1.4rem;
  margin-bottom: 6px;
}

.ranking__tbl--price {
  font-size: 1.5rem;
  font-weight: bold;
}

.faq__tbl dt {
  background: url(../img/i-q.svg) no-repeat left top / 44px auto;
  margin-bottom: 15px;
  padding: 10px 0 0 54px;
  font-weight: bold;
}

.faq__tbl dd {
  background: url(../img/i-a.svg) no-repeat left top / 44px auto;
  border-bottom: 1px solid #ccc;
  padding: 10px 0 20px 54px;
}

.faq__tbl dt,
.faq__tbl dd {
  min-height: 44px;
}

.faq__tbl dd:not(:last-child) {
  margin-bottom: 30px;
}

.history__tbl {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 40px 20px;
  font-size: 1.5rem;
}

.history__tbl--img {
  margin: 0 auto 10px;
}

.history__tbl--name {
  margin-bottom: 6px;
}

.history__tbl--price {
  font-weight: bold;
}

#fs_Top #footer__area.-high {
  border: none;
}

/*pattern*/
/*anker__link*/
.anker__link {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 20px;
  margin: 0 auto 40px;
}

.anker__link.-four {
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
}

.anker__link li {
  list-style: none;
  text-align: center;
}

.anker__link li a {
  border: 2px solid #5e7fbb;
  display: block;
  text-decoration: none;
  color: #5e7fbb;
  padding: 15px 10px;
  width: 100%;
  font-weight: 700;
  margin-inline: auto;
}

.anker__link li a:hover {
  opacity: 1;
  background: #5e7fbb;
  color: #fff;
}

.anker__link.-blk a {
  border: 2px solid #555;
  color: #333;
}

.anker__link.-blk a:hover {
  background: #555;
  color: #fff;
}

/**/
.anker__unline {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 20px;
  margin: 0 auto 40px;
}

.anker__unline.-four {
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
}

.anker__unline li {
  list-style: none;
  text-align: center;
}

.anker__unline li a {
  display: block;
  text-decoration: none;
  color: #5e7fbb !important;
  padding: 15px 10px;
  width: 100%;
  font-weight: 700;
  margin-inline: auto;
  position: relative;
}

.anker__unline li a::before {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  border-bottom: 2px solid #ccc;
  z-index: -1;
}

.anker__unline li a:hover {
  opacity: 1;
}

.anker__unline .plainlink::after {
  height: 2px !important;
}

.anker__unline .plainlink:hover::after {
  height: 2px !important;
}

.anker__unline.-blk a {
  color: #333 !important;
}

.anker__unline.-blk a:hover {
}

/**/
.btn__link {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 20px;
  margin: 0 auto 40px;
}

.btn__link.-four {
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
}

.btn__link li {
  list-style: none;
  text-align: center;
}

.btn__link li a {
  border: 2px solid #333;
  display: block;
  text-decoration: none;
  color: #333;
  padding: 15px 10px;
  width: fit-content;
  margin-inline: auto;
  font-weight: 700;
}

.btn__link li a span {
  display: block;
  padding: 0 10px;
}

.list__item {
  margin: 0 auto 40px;
}

.list__item li {
  margin-left: 1em;
}

.list__item.-check li {
  list-style: none;
  margin-left: 0;
  position: relative;
}
.list__item.-check li::before {
  content: "\f00c";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  padding: 0 7px 0 0;
  font-size: 1.2rem;
}

.mini__box {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 10px 20px;
}

.mini__box a {
  border-bottom: 1px solid #ccc;
  text-align: center;
  font-size: 1.5rem;
  text-decoration: none;
  text-decoration: none;
  display: grid;
  grid-template-rows: 1fr auto;
  align-items: flex-end;
  padding-bottom: 8px;
  line-height: 1.1;
}

.mini__box a img {
  margin: 0 auto;
  transform: scale(0.9);
}

.mini__box .mt-2.mb-0 {
  font-size: 1.4rem;
}

.mini__box .mt-2.mb-0::first-line {
  color: #5e7fbb; /* 好きな色 */
  font-size: 1.6rem; /* サイズ調整 */
  line-height: 1.5;
}

.cont__blk {
  display: grid;
  grid-template-columns: auto 45%;
  gap: 0 40px;
  margin: 0 auto 40px;
}

.cont__blk--pic img {
  width: 100%;
  height: auto;
  display: block;
}

.cont__blk.-reverse {
  grid-template-columns: 45% auto;
}

.cont__blk.-reverse .cont__blk--info {
  order: 2;
}
.cont__blk.-reverse .cont__blk--pic {
  order: 1;
}

.cont__blk--info div p:not(:last-child) {
  margin-bottom: 1em;
}

.cont__blk--info div a {
  color: #5e7fbb;
}

.cont__blk--lines {
  font-size: 2rem;
  font-weight: bold;
  position: relative;
  padding-left: 50px;
  margin-bottom: 10px;
}

.cont__blk--lines::before {
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  background: #555;
  position: absolute;
  left: 0;
  top: 0.7em;
}

.cont__blk--btn .blueline--a {
  margin-inline: 0;
}

.category__wrap {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 10px 20px;
}

.category--list {
  text-align: center;
  font-size: 1.5rem;
}

.category--list a {
  position: relative;
  display: block;
  text-decoration: none;
  font-weight: bold;
}

.category--list img {
  max-width: 100px;
  margin: 0 auto;
}

.box__contents {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 20px;
}

.side__conents {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}

.box__contents--tbl {
  background: #f3f6fb;
  padding: 15px;
  font-size: 1.4rem;
}

.box__contents--tit {
  text-align: center;
  font-weight: bold;
  font-size: 1.8rem;
  margin: 0 auto 10px;
}

.box__contents--pic {
  margin: 0 auto 10px;
}

.box__contents--pic img,
.side__conents--pic img {
  width: 100%;
  height: auto;
  display: block;
}

.harf__conents,
.half__conents {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
}

.harf__contents--pic,
.half__contents--pic {
  margin-bottom: 10px;
}

.harf__contents--pic img,
.half__contents--pic img {
  width: 100%;
  height: auto;
  display: block;
}

.harf__contents--mi,
.half__contents--mi,
.side__conents--mi {
  font-weight: bold;
  font-size: 1.8rem;
  margin-bottom: 10px;
}

.side__conents--tbl {
  display: grid;
  grid-template-columns: 40% auto;
  gap: 0 20px;
}

.side__conents--info {
  font-size: 1.4rem;
}

.base__table {
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-collapse: collapse;
  width: 100%;
  margin: 0 auto 40px;
}

.base__table th,
.base__table td {
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  padding: 10px;
}

.base__table th {
  background: #efefef;
  width: 150px;
  font-weight: normal;
  text-align: left;
}

.switch__cap {
  display: grid;
  justify-content: center;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 8px;
  margin: 0 auto 30px;
}

.switch__cap.-six {
  grid-template-columns: repeat(6, 1fr);
}

.switch__cap li {
  list-style: none;
  text-align: center;
  border-bottom: 5px solid #ccc;
  cursor: pointer;
  padding-bottom: 5px;
}

.switch__cap li.active {
  border-bottom: 5px solid #5e7fbb;
}

.threes__item {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 20px;
  font-size: 1.4rem;
}

.items__list--pic {
  margin-bottom: 10px;
}

.items__list--pic img {
  width: 100%;
  height: auto;
  display: block;
}

.bubble {
  font-size: 2.4rem;
  font-weight: bold;
}

.bubble span {
  display: inline-block;
  background: #999;
  color: #fff !important;
  padding: 10px;
  line-height: 1;
  font-size: 0.8em;
  border-radius: 6px;
  position: relative;
  margin-bottom: 15px;
}

.bubble span:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  border: 10px solid transparent;
  border-top: 10px solid #999;
}

.steps {
  text-align: center;
  color: #fff !important;
  position: relative;
  margin-bottom: 20px;
}

.steps::after {
  content: "";
  width: 100%;
  height: 1px;
  background: #333;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  z-index: -1;
}

.steps div {
  font-size: 1.5rem;
  width: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  height: 60px;
  gap: 0;
  line-height: 1;
  background: #555;
  font-weight: bold;
}

.steps p span {
  font-size: 2rem;
}

.steps__wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 40px;
}

.steps__tbl {
  border: 1px solid #333;
  padding: 20px;
  position: relative;
}

.steps__tbl:not(:last-child)::after {
  content: "";
  width: 30px;
  height: 25px;
  background: url(../img/step_arrow.svg) no-repeat center center / cover;
  display: block;
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
}

.steps__tbl--pic img {
  width: 100%;
  height: auto;
  display: block;
}

.steps__tbl--step {
  text-align: center;
  background: #555;
  color: #fff !important;
  width: 80%;
  margin: -45px auto 10px;
  padding: 10px;
  font-weight: bold;
  font-size: 2rem;
}

.steps__tbl--tit {
  font-weight: bold;
  font-size: 1.8rem;
  text-align: center;
  margin: 0 auto 10px;
}

.steps__tbl--pic {
  margin-bottom: 10px;
}

.steps__tbl--step span {
  margin-left: 1em;
}

/*history*/
.item__tbl__basic {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: 40px 20px;
}

.item__tbl--img {
  margin: 0 auto 10px;
}

.item__tbl--name {
  margin-bottom: 6px;
}

.item_tbl--price {
  font-weight: bold;
}

.details__hist__tbl--tit {
  font-weight: bold;
  text-align: center;
  font-size: 2rem;
  margin: 0 auto 20px;
}

.details__hist__tbl {
  margin: 60px auto 0;
  background: #eaeef5;
  padding: 20px;
}

.details__hist__tbl .detail__search--btn {
  max-width: 480px;
}

/*size category*/
.rcm__tbl {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 40px 20px;
}

.rcm__tbl--img {
  margin-bottom: 10px;
}

.rcm__tbl--name {
  font-weight: bold;
  font-size: 1.8rem;
}

/*thanks*/
.thanksbox {
  margin-bottom: 40px;
}

.thanksbox--tit {
  text-align: center;
  font-size: 3.6rem;
  font-weight: bold;
  margin-bottom: 30px;
}

.thanksbox--scp {
  text-align: center;
}

.thanksbox--list {
  border: 1px dashed #5e7fbb;
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 600px;
  margin: 30px auto;
}

.thanksbox--list li {
  list-style: disc;
}
.thanksbox--fcp {
  text-align: center;
}

#questionnaire {
  background: #eaeef5;
  padding: 40px;
  margin: 30px auto;
}

#magazine__area {
  background: #eeeadf;
  padding: 40px;
  margin: 30px auto 50px;
}

.questionnaire--intro {
  display: grid;
  grid-template-columns: 90px auto;
  align-items: center;
  gap: 0 40px;
  font-size: 2.4rem;
  font-weight: 600;
}

.questionnaire--intro span {
  color: #5e7fbb;
}

.questionnaire--inner {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 30px;
}
.questionnaire--voice {
  text-align: center;
  font-weight: bold;
  margin-bottom: 15px;
}

.questionnaire--btn {
  max-width: 420px;
  margin: 0 auto;
  font-size: 2rem;
  font-weight: bold;
}

.i-pen {
  background: url(../img/i-pen.svg) no-repeat left center / 32px 32px;
  padding: 5px 0 5px 43px;
}

.magazine__scp {
  text-align: center;
  font-weight: bold;
  font-size: 2.6rem;
  margin-bottom: 0px;
}

.magazine--inner {
  max-width: 462px;
  margin: 0 auto 10px;
}

.i-flyer {
  background: url(../img/i-flyer.svg) no-repeat left center / 32px 32px;
  padding: 5px 0 5px 43px;
}

.flow__txt {
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
}
.flow__box .line__btn {
  margin-top: 20px;
}

.topback__btn {
  background: #555;
  display: block;
  color: #fff !important;
  text-align: center;
  text-decoration: none;
  padding: 15px 10px;
  max-width: 300px;
  margin: 30px auto 50px;
}

#thanks__instagram {
  margin-top: 100px;
}

.insta__pr {
  display: grid;
  grid-template-columns: 243px auto;
  gap: 0 50px;
  align-items: center;
}

.insta__pr--logo {
  max-width: 162px;
  margin-bottom: 20px;
}

.insta__pr--word {
  font-size: 2.3rem;
  font-weight: bold;
  margin-bottom: 40px;
}

.insta__pr--txt {
  font-weight: bold;
}

/*campaign*/
.campaign__mv {
  margin: 0 auto 40px;
}

.campaign__area--date {
  border: 1px solid #555;
  font-size: 2rem;
  line-height: 1;
  padding: 10px;
  display: inline-block;
  margin-bottom: 15px;
}

.campaign__area--tit {
  font-size: 2.6rem;
  font-weight: bold;
  margin-bottom: 40px;
}

.-mb__txt p:not(:last-child) {
  margin-bottom: 1em;
}

.harf__tbl,
.half__tbl {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  margin: 0 auto 60px;
}

.harf__tbl--pic,
.half__tbl--pic {
  margin-bottom: 10px;
}

.harf__tbl--name,
.half__tbl--name {
  font-size: 2.4rem;
  margin-bottom: 10px;
}

.present__roll {
  display: grid;
  grid-template-columns: 56px auto;
  gap: 0 10px;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}

.present__roll--point {
  font-size: 3.4rem;
  font-weight: bold;
  color: #5e7fbb;
  line-height: 1.5;
}

.present__roll--point span {
  font-size: 5.4rem;
}

.present__roll--recom {
  text-align: center;
  font-weight: bold;
  background: url(../img/blue__dod.svg) repeat-x left top, url(../img/blue__dod.svg) repeat-x left bottom;
  background-size: 8px 1px;
  padding: 10px;
  font-size: 2.2rem;
  max-width: max-content;
  margin: 0 auto 20px;
}

/*size*/
/* 基本は１カラム（画像が無い想定） */
.parts__lgtbl--wrap {
  display: grid;
  grid-template-columns: 1fr; /* 全幅 */
  gap: 0 50px;
  align-items: flex-start;
  margin: 0 auto 40px;
}

/* 画像が入っているときだけ２カラムに変更 */
.parts__lgtbl--wrap:has(.parts__lgtbl--pic) {
  grid-template-columns: auto 390px;
}

.parts__lgtbl--name .border__tit {
  margin-top: 0;
}

#fix__anker {
  position: fixed;
  right: 0;
  top: 50%;
  background: #f1f6ff;
  font-size: 1.5rem;
  font-weight: bold;
  width: 150px;
  border-top-left-radius: 7px;
  border-bottom-left-radius: 7px;
  padding: 10px;
  border-left: 5px solid #5e7fbb;
  z-index: 2;
  transition: 0.2s;
  cursor: pointer;
}

#fix__anker.active:hover {
  transform: translateX(-5px);
}

#fix__anker.active {
  right: -110px;
  height: 40px;
  overflow: hidden;
}

#fix__anker li {
  list-style: none;
  line-height: 1;
}

#fix__anker li:not(:last-of-type) {
  margin-bottom: 5px;
}

#fix__anker li a {
  background: #fff;
  padding: 10px;
  display: block;
  text-decoration: none;
  border-radius: 6px;
  transition: 0.3s;
}

#fix__anker li a:hover {
  opacity: 1;
  background: #5e7fbb;
  color: #fff !important;
}

#fix__anker li a span {
  background: url(../img/i-arrow_un.svg) no-repeat right center / 10px auto;
  padding-right: 20px;
  display: block;
}

.fix__anker--mi {
  background: url(../img/i-maps.svg) no-repeat left center / 18px 13px;
  padding-left: 28px;
  margin-bottom: 10px;
}

/*opaque*/
.useful--tbl {
  display: grid;
  grid-template-columns: 45% 1fr;
  gap: 0 30px;
  align-items: center;
}

.useful--tbl--tit {
  font-size: 3.2rem;
  margin-bottom: 20px;
}

.useful--tbl--info ul li {
  list-style: none;
  background: url(../img/i-check__green.svg) no-repeat left 3px / 12px 14px;
  padding-left: 22px;
  font-size: 1.8rem;
  font-weight: bold;
}

.useful--tbl--info ul li:not(:last-of-type) {
  margin-bottom: 6px;
}

.useful__support {
  font-size: 2.8rem;
  font-weight: bold;
  text-align: center;
  margin: 40px auto 0;
}

.useful__support span {
  background: #5e7fbb;
  color: #fff !important;
  padding: 6px 5px 4px;
  margin: 0 5px;
}

.josys__tbl {
  display: grid;
  grid-template-columns: 1fr 60%;
  gap: 0 40px;
}

.josys__tbl--txt__img {
  margin-bottom: 20px;
}

.josys__tbl--mi {
  font-weight: bold;
  font-size: 2rem;
  margin-bottom: 20px;
}

.types__tbl {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 20px;
}

.types__tbl--pic {
  margin-bottom: 10px;
}

.types__tbl--tit {
  font-weight: bold;
  font-size: 1.8rem;
  border-bottom: 1px dashed #ccc;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

/*environment*/
.environment--scp {
  text-align: center;
  font-weight: bold;
  font-size: 2.4rem;
  margin: 0 auto 30px;
}

.environment--point {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 20px;
}

.environment--point article {
  background: #efefef;
  padding: 40px 20px 20px;
  position: relative;
}

.environment--ill {
  max-width: 72px;
  margin: 0 auto 15px;
}

.environment--tips {
  text-align: center;
  font-weight: bold;
  font-size: 1.9rem;
  margin: 0 auto 10px;
}

.environment--num {
  background: #328b92;
  color: #fff !important;
  font-size: 1.4rem;
  line-height: 1;
  padding: 6px 30px 6px 20px;
  position: absolute;
  top: 0;
  left: 0;
  clip-path: polygon(0 0, 100% 0, 100% 0%, 80% 100%, 0 100%);
}

.environment--series {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 20px;
}

.environment--se__tit {
  font-size: 1.8rem;
  margin-bottom: 10px;
}

.environment__box {
  padding: 20px;
  background: #efefef;
}

.environment__box ul {
  display: grid;
  grid-template-columns: 38px 70px 80px;
  gap: 0 20px;
  align-items: baseline;
}

.environment__box ul li {
  list-style: none;
  text-align: center;
}

.-env__envelope img {
  max-width: 33px;
}

.environment__box--icon {
  margin: 0 auto 10px;
  width: max-content;
}

.-env__card img {
  max-width: 53px;
}

.-env__printer img {
  max-width: 53px;
}

.explanation__tbl {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.explanation__tbl article {
  padding: 20px;
  background: #efefef;
}

.explanation__tit {
  text-align: center;
  font-weight: bold;
  margin: 0 auto 10px;
  font-size: 2rem;
}

.explanation__pic {
  margin: 0 auto 20px;
}

.explanation__tbl span {
  font-size: 2.4rem;
  font-weight: bold;
  color: #5e7fbb;
  margin-bottom: 10px;
}

/*print*/
.print--scp {
  font-size: 3.4rem;
  text-align: center;
  font-weight: bold;
}

.print--scp span {
  font-size: 5.4rem;
  color: #5e7fbb;
}

.-features {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0 10px;
  align-items: center;
}

.-features span {
  background: #5e7fbb;
  color: #fff !important;
  padding: 5px 10px;
  line-height: 1;
  font-size: 1.8rem;
  margin-right: 10px;
}

.color-variations__coution {
  text-align: right;
  font-size: 1.6rem;
  margin-top: 10px;
}

.repeat__order--scp {
  font-weight: bold;
  margin-bottom: 20px;
}

.repeat__order {
  border: 5px solid #eee;
  padding: 40px;
}

.repeat__order--coution {
  background: #fff5f5;
  color: #ce3b41;
  padding: 20px;
  margin-top: 20px;
}

.repeat__order--coution dt {
  font-weight: bold;
  font-size: 2.2rem;
  margin-bottom: 10px;
}

.speed-shipping {
  max-width: 840px;
  margin: 0 auto;
}

.features__three {
  margin: 30px auto;
  font-size: 2.2rem;
  font-weight: bold;
  color: #ce3b41;
}

.features__number {
  display: flex;
  gap: 20px;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 30px;
}

.features__number li {
  list-style: none;
  line-height: 1;
}

.features__number li:not(:last-of-type) {
  margin-bottom: 10px;
}

.features__number li span {
  border: 1px solid #5e7fbb;
  color: #5e7fbb;
  padding: 5px 10px;
  margin-right: 10px;
  display: inline-block;
}

.anxiety {
  font-size: 2.2rem;
  margin-bottom: 20px;
}
.anxiety__list {
  margin: 0 0 20px 1em;
  font-weight: bold;
}

.choice_envelope {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 20px;
}

.choice_envelope li {
  list-style: none;
  font-size: 2rem;
  font-weight: bold;
}

.choice_envelope li a {
  display: grid;
  grid-template-columns: 95px auto;
  gap: 0 10px;
  align-items: center;
  padding: 10px;
  border: 2px solid #ccc;
  justify-content: center;
  text-decoration: none;
}

.choice_envelope li a span {
  background: url(../img/i-arrow_side.svg) no-repeat right center / 6px auto;
  padding-right: 13px;
}

.i-folder {
  max-width: 100px;
  margin: 0 auto 20px;
}

.application__tbl {
  max-width: 700px;
  margin: 0 auto;
}

.application__dl {
  text-align: center;
  max-width: 400px;
  margin: 30px auto;
}

.application__dl a {
  border: 2px solid #5e7fbb;
  display: block;
  padding: 20px;
  color: #5e7fbb;
  text-decoration: none;
  font-weight: bold;
}

.i-dl {
  background: url(../img/i-dl.svg) no-repeat left center / 22px 17px;
  padding-left: 32px;
}

.print__order--coution {
  background: #ffeeee;

  padding: 20px;
  margin-top: 20px;
}

.print__order--coution--tit {
  font-weight: bold;
  color: #ce3b41;
  font-size: 2.2rem;
  margin-bottom: 10px;
}

.print__order--coution ul {
  margin-left: 1em;
}

.print_service--step {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.print_service--step article {
  background: #eaeef5;
  padding: 50px 20px 20px;
  position: relative;
}

.print_service--step article ul {
  margin: 1em 0 0 1em;
}

.ill-printstep {
  max-width: 128px;
  margin: 0 auto;
}

.print__step {
  max-width: 88px;
  left: 30px;
  top: 30px;
  position: absolute;
  width: 100%;
}

.print_service--tit {
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  margin: 20px auto;
}

.-long .blueline--a {
  max-width: 400px;
  margin-top: 40px;
}

.paper_series {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.paper_series a {
  text-decoration: none;
}

.paper_series p {
  text-align: center;
}

.paper_series p:first-of-type {
  margin-bottom: 10px;
}

.paper_series--list {
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
}

.harf__btns,
.half__btns {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 20px;
  justify-content: center;
  max-width: 820px;
  margin: 0 auto;
}
.harf__btns .blueline--a,
.half__btns .blueline--a {
  max-width: 100%;
  width: 100%;
}

/*th*/
.table {
  border-collapse: collapse;
}

.table td a {
  text-decoration: underline;
  color: #5e7fbb;
}

.table td a.download_btn_blue {
  color: #5e7fbb;
  text-decoration: none;
}

.table td a.download_btn_orange {
  color: #ff8000;
  text-decoration: none;
}

.table td a.download_btn_blue:hover,
.table td a.download_btn_orange:hover {
  color: #fff;
}

.table th {
  width: 20%;
  text-align: left;
}

.table th,
.table td {
  border-bottom: 1px solid #ccc;
  padding: 15px 10px;
  vertical-align: top;
}

.download_btns--wrap {
  display: flex;
  flex-wrap: wrap;
  height: 100%;
}

.download_btns {
  width: 100%;
  margin-top: auto;
}

.download_item--tr td {
  border-bottom: none !important;
}

.download_btns--tr td {
  padding-top: 0;
}

/*policy*/
.text-right {
  text-align: right;
}

#undercolumn_entry h3 {
  color: #5e7fbb;
  font-size: 2rem;
  margin-bottom: 10px;
  margin-top: 30px;
}

.under__lines {
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px;
  margin-bottom: 30px;
}

/*company*/
.reco-etc__inner {
  display: grid;
  grid-template-columns: 1fr 40%;
  gap: 0 40px;
}

.abouts_top {
  margin: 40px auto 40px;
  text-align: center;
  max-width: 800px;
}
.reco-etc:not(:last-child) {
  margin: 0 auto 40px;
}

.reco-etc--tit {
  font-size: 2rem;
  margin-bottom: 1em;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
}

/*guide*/
#undercolumn_guide h3.squareline__tit {
  margin-top: 30px;
}

#undercolumn_guide ol li {
  margin-left: 1.2em;
}
#undercolumn_guide section p:not(:last-child),
#undercolumn_guide section > div:not(:last-child),
#undercolumn_guide section ul:not(:last-child),
#undercolumn_guide section ol:not(:last-child) {
  margin-bottom: 1em;
}

.img-responsive {
  max-width: 100%;
  height: auto;
  display: block;
}

.guide_conveni_vol {
  max-width: 500px;
}

/*dl*/
#page-products-reco .table {
  width: 100%;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  margin: 20px auto 40px;
}

#page-products-reco .table th,
#page-products-reco .table td {
  text-align: center;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

#page-products-reco .table td br {
  display: none;
}

#page-products-reco .table td img {
  margin: 0 auto;
}

.dl__sends {
  text-align: center;
  margin-top: 30px;
  background: #efefef;
  padding: 20px;
}

.dl__sends p:first-of-type {
  margin-bottom: 1em;
}

.square_btn01 {
  border: 1px solid #5e7fbb;
  display: block;
  text-decoration: none;
  color: #5e7fbb !important;
  padding: 15px 10px;
}

.square_btn01 span {
  background: url(../img/i-arrow_un_blue.svg) no-repeat calc(100% - 5px) center / 13px auto;
  display: block;
  padding: 0 15px 0 0;
}

.download_btn01 {
  border: 1px solid #ff8000;
  display: block;
  text-decoration: none;
  color: #ff8000;
  background: #ffeedd;
  padding: 15px 10px;
}

.download_btn {
  border: 1px solid #5e7fbb;
  display: block;
  text-decoration: none;
  color: #5e7fbb;
  background: #e3e9f4;
  padding: 15px 10px;
}

.download_btn01,
.download_btn {
  max-width: 200px;
  margin: 10px auto 0;
}

.download_btn01:hover {
  opacity: 1;
  background: #ff8000;
  color: #fff !important;
}

.download_btn:hover {
  opacity: 1;
  background: #5e7fbb;
  color: #fff !important;
}

.-date__cout {
  max-width: 400px;
}
.sand img {
  vertical-align: sub;
}

.cover__mv {
  margin: 0 auto 40px;
  width: 100%;
}

.otameshi__data {
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 0 40px;
  align-items: center;
}
.otameshi__data .blueline--a {
  max-width: 360px;
  margin-left: 0;
}

/* .anker__link.-blk a {
  border: 1px solid #333;
  color: #333;
}

.anker__link.-blk li a span {
  background: url(../img/blk__arrow_un.svg) no-repeat calc(100% - 5px) center / 20px 20px;
  display: block;
  padding: 0 15px 0 0;
} */

/*detail*/
#detail {
  max-width: 440px;
}

#pd_options article {
  margin-bottom: 30px;
}

fieldset.number {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(104px, 1fr));
  gap: 10px;
}

fieldset.glue {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(104px, 1fr));
  gap: 10px;
}

fieldset.string {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(104px, 1fr));
  gap: 10px;
}

fieldset.sentence {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(104px, 1fr));
  gap: 10px;
}

fieldset.colors {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(104px, 1fr));
  gap: 10px;
}

fieldset.setitem {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(104px, 1fr));
  gap: 10px;
}

fieldset.book {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(104px, 1fr));
  gap: 10px;
}

fieldset.explanatory {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(104px, 1fr));
  gap: 10px;
}

fieldset.letter_color {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(104px, 1fr));
  gap: 10px;
}

fieldset.sheets {
  margin-bottom: 30px;
  position: relative;
}

fieldset.sheets select {
  padding: 10px 20px 10px 10px;
  border: 1px solid #ccc;
  width: 100%;
  border-radius: 4px;
  position: relative;
  background: url(../img/i-arrow_un.svg) no-repeat calc(100% - 10px) center / 10px auto;
}

fieldset.sheets input[type="text"],
fieldset.sheets textarea {
  padding: 10px 20px 10px 10px;
  border: 1px solid #ccc;
  width: 100%;
  border-radius: 4px;
}

fieldset.sheets label {
  text-align: left;
  margin: 0 0 5px;
  display: block;
}

fieldset.sheets legend {
  font-weight: bold;
  margin-bottom: 10px;
  display: block;
  text-align: left;
}

fieldset.sheets input {
  margin-bottom: 10px;
}

fieldset {
  border: none;
  padding: 0;
  margin: 0;
  text-align: center;
}

.radio-inline__input {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
}

.radio-inline__label {
  display: block;
  padding: 0.8rem 2rem;
  margin-right: 0px;
  border-radius: 3px;
  transition: all 0.2s;
  background: #efefef;
  cursor: pointer;
  border: 1px solid #ccc;
}

.radio-inline__label:hover {
  /* transform: translateY(-5px); */
  box-shadow: 0 6px 12px rgba(94, 127, 187, 0.25);
  outline: 3px solid #ccc;
  outline-offset: -2px;
}

.radio-inline__input:checked + .radio-inline__label {
  background: #5e7fbb;
  color: #fff;
  border: 1px solid #5e7fbb;
}

.radio-inline__input:focus + .radio-inline__label {
  border-radius: 3px;
}

fieldset.glue .radio-inline__label {
  padding: 0;
}

fieldset img {
  max-width: 60px;
  margin: 5px auto;
}
.field__name {
  font-weight: bold;
  font-size: 1.3rem;
}

.field__price {
  background: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  border-top: 1px solid #ccc;
}

.field__name,
.field__price {
  padding: 2px 5px;
}

.field__price span {
  font-size: 1rem;
}

.radio-inline__input:checked + .radio-inline__label .field__price {
  background: #5e7fbb;
  border-top: 1px solid #fff;
}

.fieldset__label {
  margin-bottom: 6px;
}

.fs-c-productOption__label {
  font-weight: normal;
  font-size: 1.6rem;
}

#fs_ProductDetails .fs-c-dropdown__menu {
  padding: 10px;
}

.fieldset__label--act {
  margin-bottom: 8px;
}

.note {
  font-size: 1.4rem;
  display: block;
}

.note-list li {
  list-style: none;
  position: relative;
  margin-left: 1em;
}

.note-list li::before {
  content: "※";
  position: absolute;
  top: 0;
  left: -1em;
}

#price_table {
  margin-bottom: 30px;
}

#price_table table {
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
}

#price_table table th,
#price_table table td {
  border: 1px solid #ccc;
  padding: 5px;
  text-align: center;
  font-size: 1.4rem;
  border-right: none;
  border-bottom: none;
}

#price_table table th:last-child,
#price_table table td:last-child {
  border-right: 1px solid #ccc;
}

#price_table table tbody tr:last-child td {
  border-bottom: 1px solid #ccc;
}

/* thead と tbody の境界 */
#price_table table tbody tr:first-child td {
  border-top: 1px solid #ccc;
}

#price_table table th {
  background: #999;
  color: #fff;
}

#price_table th.select {
  background: #5e7fbb;
  outline: 3px solid #5e7fbb;
  outline-offset: -2px;
}

#price_table td.select {
  color: #5e7fbb;
  font-weight: bold;
  outline: 3px solid #5e7fbb;
  outline-offset: -2px;
  background: #efefef;
}

#price_table p {
  font-size: 1.3rem;
  text-align: right;
  margin-top: 6px;
}

#price_table.price-print table th {
  background: #fff;
  color: #333;
}

#price_table.price-print table th.print__monochrome {
  background: #999;
  color: #fff !important;
}

#price_table.price-print table th.print__color {
  background: #1d2088;
  color: #fff !important;
}

#price_table.price-print table tr:nth-child(even) {
  background: #efefef;
}

.note--wrap {
  margin-bottom: 10px;
}

.fs-p-productDescription--full table,
.item__spec table {
  border-collapse: collapse;
  width: 100%;
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
}

.fs-p-productDescription--full table th,
.fs-p-productDescription--full table td,
.item__spec table th,
.item__spec table td {
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 10px;
  font-size: 1.5rem;
}

.fs-p-productDescription--full table th,
.item__spec table th {
  background: #efefef;
  width: 30%;
  font-weight: normal;
  text-align: left;
}

.fs-p-productDescription--full ul li,
.item__spec ul li {
  margin-left: 1.2em;
}

/* ① まず <p> と <ul> の上下余白をリセット */
.fs-p-productDescription--full td > :is(p, ul),
.item__spec td > :is(p, ul) {
  margin-block: 0;
}

/* ② <p> か <ul> が続けて現れたときだけ、その手前に 1.5em の余白を付ける */
.fs-p-productDescription--full td > :is(p, ul) + :is(p, ul),
.item__spec td > :is(p, ul) + :is(p, ul) {
  margin-top: 1.5em;
}

.fs-p-productDescription--full th,
.item__spec th {
  text-align: left;
  vertical-align: text-top;
}

.fs-p-productDescription--full td a,
.item__spec table td a {
  text-decoration: underline;
  color: #5e7fbb;
}

/*search*/
.detail__serach--tit {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 16px;
}

fieldset.products,
fieldset.products-level1,
fieldset.products-level2,
fieldset.products-level3 {
  display: flex; /* 横並び */
  flex-wrap: wrap; /* はみ出したら折り返し */
}

fieldset.products {
  gap: 10px; /* すき間 */
}

fieldset.products-level1 {
  gap: 10px 2em; /* すき間 */
}

fieldset.products-level2 {
  gap: 10px; /* すき間 */
}

fieldset.products-level3 {
  gap: 10px 2em; /* すき間 */
}

fieldset.products > * {
  /* 中の要素が content サイズで伸びる */
  flex: 0 0 auto; /* shrink しない／grow しない／幅は自動 */
  padding: 0.5em 0.8em; /* 任意の余白 */
  border-radius: 0.5em; /* 例：角丸 */
}

.radio-products__input {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
}

.radio-products__label:hover {
  outline: 3px solid #5e7fbb;
  outline-offset: -2px;
}

.radio-products__label {
  display: inline-block;
  padding: 0.5rem 1.6rem;
  border-radius: 0.5em; /* 例：角丸 */
  font-weight: bold;
  color: #5e7fbb;
  border: 1px solid #5e7fbb;
  background-color: #fff;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  transform: translateY(0);
}

.radio-products__label:hover {
  background-color: #eef3fc;
  box-shadow: 0 6px 12px rgba(94, 127, 187, 0.25);
  /* transform: translateY(-2px); 浮き上がり */
}

.radio-products__input:checked + .radio-products__label {
  background-color: #5e7fbb;
  color: #fff;
  border: 1px solid #5e7fbb;
  box-shadow: 0 8px 16px rgba(94, 127, 187, 0.35);
  /* transform: translateY(-2px); 選択時にも浮かせる */
}

.radio-products__input:focus + .radio-products__label {
  border-radius: 3px;
  border-radius: 0.5em; /* 例：角丸 */
}

.products__select {
  display: flex; /* 横並び */
  flex-wrap: wrap; /* はみ出したら折り返し */
  gap: 10px 5px; /* すき間 */
  border-bottom: 1px solid #ccc;
}

.products__select {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 8px;
  border-bottom: none;
  padding: 0.5em 0;
}

.products__select li {
  list-style: none;
  position: relative;
  padding: 0.6em 1.8em;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
  border-top-left-radius: 0.5em;
  border-top-right-radius: 0.5em;
  background-color: #e7ebf5;
  color: #333;
  transition: all 0.3s ease;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.products__select li:hover {
  background-color: #d0dced;
  transform: translateY(-2px);
}

.products__select li.checked {
  background-color: #5e7fbb;
  color: #fff;
  box-shadow: 0 4px 12px rgba(94, 127, 187, 0.3);
  transform: translateY(-2px);
}

.products__select li.checked::after {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 4px;
  background-color: #5e7fbb;
  border-radius: 2px;
  transition: all 0.3s ease;
}

.products__select--item {
  background: #fff;
  padding: 20px;
  filter: drop-shadow(0px 0px 6px rgba(69, 84, 109, 0.2));
  border-bottom-left-radius: 2em;
  border-bottom-right-radius: 2em;
}

.products__select--label {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 30px;
}

#fs__category {
  background: #fff;
  padding: 20px;
  filter: drop-shadow(0px 0px 6px rgba(69, 84, 109, 0.2));
  border-radius: 2em;
}

/* ベース --------------------------------------- */
.control {
  display: block;
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  text-align: left;
}

.products-level2__group {
  border: 1px solid #000;
  padding: 10px 1em;
  background: #fff;
  display: block;
  border-radius: 50em;
}

/* デフォルトの input を隠す（キーボード操作は生きる） */
.control input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

/* ---- カスタムチェックボックス ---- */
.control__indicator {
  position: absolute;
  top: 2px;
  left: 0;
  width: 20px;
  height: 20px;
  background: #fff; /* ← 未チェック時 : 白塗り */
  border: 2px solid #999; /* ← 黒い輪郭 */
  border-radius: 50%; /* 円形に */
  transition: background 0.2s;
}

/* ✅ チェック時の見た目  -------------------------- */
.control input:checked ~ .control__indicator {
  background: #5e7fbb; /* ← 黒塗りに変更！ */
  border-color: #5e7fbb; /* 輪郭も黒で揃える */
}

/* ♿ hover / focus など（お好みで）--------------- */
.control:hover input:not([disabled]) ~ .control__indicator,
.control input:focus-visible ~ .control__indicator {
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.2);
}

/* ---- チェックマーク ---------------------------- */
.control__indicator::after {
  content: "";
  position: absolute;
  display: none; /* 初期は非表示 */
}

/* チェック時にマークを表示 */
.control input:checked ~ .control__indicator::after {
  display: block;
}

/* 具体的な形状（✔） */
.control--checkbox .control__indicator::after {
  left: 5px;
  top: 2px;
  width: 6px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

/* ---- ラジオボタン ---------------------------- */

/* 1) ラジオボタン固有のベース形状（円形 + 枠線） */
.control--radio .control__indicator {
  border-radius: 50%; /* 円形 */
  border: 5px solid#ccc;
}

/* 2) チェック（＝選択）時は塗り潰しておく */
.control--radio input:checked ~ .control__indicator {
  background: #5e7fbb; /* 外側を黒塗り */
  border-color: #5e7fbb;
}

/* 3) 内側の白いドットを作る */
.control--radio .control__indicator::after {
  left: 0px;
  top: 0px;
  width: 10px;
  height: 10px;
  background: #fff; /* 白い丸 */
  border-radius: 50%;
  display: none; /* 初期は非表示 */
}

/* 選択時だけドット表示 */
.control--radio input:checked ~ .control__indicator::after {
  display: block;
}

/* チェックされた input を含む products-level2__group にだけ適用 */
.products-level2__group:has(input:checked) {
  background: #eaeef5; /* 好きな色に変更 */
  border-color: #5e7fbb; /* 任意：枠線も強調したい場合 */
  transition: background 0.2s, border-color 0.2s;
}

.products__select--table table {
  border-collapse: collapse;
  width: 100%;
  margin: 20px 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.products__select--table table th,
.products__select--table table td {
  padding: 1em 2em;
  text-align: center;
  background: #fff;
}

.products__select--table table th {
  border-bottom: 1px solid #fff;
  background: #e5e5e6;
  width: 200px;
  text-align: right;
}

.products__select--table table td {
  border-bottom: 1px solid #ccc;
}

.products__select--table table tr:last-of-type th,
.products__select--table table tr:last-of-type td {
  border-bottom: none;
}

.open__advanced {
  border: 2px solid #555;
  text-align: center;
  max-width: 400px;
  margin: 0 auto;
  background: #fff;
  cursor: pointer;
  padding: 1em;
  font-weight: bold;
  transition: all 0.2s;
  border-radius: 1em;
}

.open__advanced:hover {
  background: #555;
  color: #fff !important;
}

.open__advanced span {
  background: url(../img/i-open_ver.svg) no-repeat right center / 17px auto;
  padding-right: 27px;
}

.open__advanced:hover span {
  background: url(../img/i-open_ver_w.svg) no-repeat right center / 17px auto;
  padding-right: 27px;
}

.open__advanced.active span {
  background: url(../img/i-closes_ver.svg) no-repeat right center / 17px auto;
  padding-right: 27px;
}

.open__advanced.active:hover span {
  background: url(../img/i-closes_ver_w.svg) no-repeat right center / 17px auto;
  padding-right: 27px;
}

#detailed__conditions-wrapper {
  overflow: hidden;
}

.results--number {
  text-align: right;
  display: flex;
  gap: 0 10px;
  justify-content: flex-end;
  margin-bottom: 10px;
}

.results--items {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 40px 20px;
}

.-s_scale a img {
  transform: scale(0.94);
}

.-s_scale a {
  display: block;
  border: 1px solid #ccc;
}

.-s_scale a:hover,
.-s_scale a:hover img {
  opacity: 1;
}

.-s_scale a:hover img {
  transform: scale(1);
}

.list-item--name {
  font-size: 1.5rem;
  margin-top: 10px;
}

.list-item--price {
  font-size: 1.5rem;
  font-weight: bold;
}

#pull__search {
  margin: 0 auto 30px;
  border-bottom: 2px solid #5e7fbb;
}

#pull__search ul {
  display: grid;
  gap: 0 10px;
  grid-template-columns: repeat(2, 1fr);
  max-width: 600px;
}

#pull__search ul li {
  list-style: none;
  text-align: center;
  background: #eee;
  font-size: 2rem;
  font-weight: bold;
  padding: 15px;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  cursor: pointer;
}

#pull__search ul li.active {
  background: #5e7fbb;
  color: #fff !important;
}

#pd_search__keyword {
  background: #fff;
  padding: 40px 20px;
  filter: drop-shadow(0px 0px 6px rgba(69, 84, 109, 0.2));
  border-radius: 2em;
  text-align: center;
}

#pd_search__keyword--form {
  display: grid;
  grid-template-columns: 1fr 80px;
  gap: 0 6px;
  max-width: 800px;
  margin: 0 auto;
}

.pd_search__keyword--text {
  margin-bottom: 10px;
}

#pd_search__keyword--form input[type="text"] {
  background: #eee;
  padding: 10px;
}

#pd_search__keyword--form button {
  background: #555;
  color: #fff;
  padding: 10px 10px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.2s;
}

/*contact*/
.contact_coution {
  background: #fff3cd;
  border: #ffeeba;
  color: #856404;
  padding: 20px;
  margin: 0 auto 30px;
}

.contact--fcp {
  margin: 0 auto 30px;
}

.contact--fcp dt {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 10px;
}

.card {
  border: 1px solid #ccc;
}

.card-body {
  height: 250px;
  overflow: auto;
  padding: 20px;
}

/* チェックボックス全体 */
.label--checkbox {
  position: relative;
  margin: 0.5rem;
  font-family: Arial, sans-serif;
  line-height: 135%;
  cursor: pointer;
}

.checkbox {
  position: relative;
  top: 0rem;
  margin: 0 0.5rem 0 0;
  cursor: pointer;
}
.checkbox:before {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  content: "";
  position: absolute;
  left: 0;
  z-index: 1;
  width: 1.5rem;
  height: 1.5rem;
  border: 2px solid #ccc;
}
.checkbox:checked:before {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  height: 0.8rem;
  border-color: #009688;
  border-top-style: none;
  border-right-style: none;
}
.checkbox:after {
  content: "";
  position: absolute;
  top: -0.125rem;
  left: 0;
  width: 1.5rem;
  height: 1.5rem;
  background: #fff;
  cursor: pointer;
}

@-webkit-keyframes slideUp {
  0% {
    -webkit-transform: translateY(6.25rem);
    transform: translateY(6.25rem);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slideUp {
  0% {
    -webkit-transform: translateY(6.25rem);
    transform: translateY(6.25rem);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.greet {
  display: grid;
  text-align: center;
  margin: 20px auto;
}

.harf__input,
.half__input {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 10px;
}

#contanct__form input[type="text"],
#contanct__form input[type="email"],
#contanct__form textarea,
#contanct__form select {
  padding: 10px;
  border: 1px solid #ccc;
  width: 100%;
}

#contanct__form table {
  border-collapse: collapse;
  width: 100%;
}

#contanct__form table th,
#contanct__form table td {
  padding: 10px;
}

#contanct__form table th {
  width: 200px;
  text-align: left;
  font-weight: normal;
  vertical-align: text-top;
  padding-top: 20px;
}

#contanct__form table th span {
  color: #ce3b41;
}

.post__code {
  display: grid;
  grid-template-columns: 1em 120px 8px 120px;
  align-items: center;
  gap: 0 10px;
}

#contanct__form select.prefectures {
  width: 200px;
  display: block;
  padding: 10px 25px 10px 10px;
  background: url(../img/i-arrow_un.svg) no-repeat calc(100% - 10px) center / 10px auto;
}

.address__input input[type="text"] {
  margin-top: 10px;
}

.form__capt {
  color: #ce3b41;
  margin-top: 10px;
}

.number__code {
  display: grid;
  grid-template-columns: 120px 8px 120px 8px 120px;
  align-items: center;
  gap: 0 10px;
}

.email__input input[type="email"]:not(:last-child) {
  margin-bottom: 10px;
}

.btn__submit {
  display: block;
  margin: 30px auto 20px;
  width: 200px;
  padding: 15px;
  background: #5e7fbb !important;
  color: #fff;
  transition: all 0.2s;
}

.btn__submit:hover {
  background: #18477d !important;
  color: #fff !important;
}

.btn__submit:disabled {
  background: #ccc !important; /* グレー背景 */
  color: #fff; /* 文字は白でコントラスト確保 */
  cursor: not-allowed; /* ポインターも「禁止」状態に */
  opacity: 0.8; /* お好みで薄くすると無効感アップ */
}

.submit_check {
  text-align: center;
  font-size: 1.4rem;
}

.needs {
  color: #ce3b41;
  border-bottom: 1px dashed #ccc;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

/*kiyaku*/
/* ── 規約ブロック ───────────────────────── */
.kiyaku__cont {
  font-size: 1.6rem; /* ベース (例: root16px → 25.6px) */
  line-height: 1.7; /* 可読性重視でややゆったり */
  color: #222;
  margin: 0 auto 3rem;
}

.kiyaku__cont--roll {
  overflow-y: scroll;
  height: 260px;
  border: 1px solid #ccc;
  padding: 20px;
  margin-top: 20px;
}

/* 条項見出し (第◯条) */
.kiyaku__cont dt {
  margin-top: 2.5rem;
  font-weight: 700;
}
.kiyaku__cont dt:first-of-type {
  margin-top: 0;
}

/* 本文 */
.kiyaku__cont dd {
  margin: 0.8rem 0 0 1.4rem; /* 左インデント */
}

/* 第1レベルの番号付きリスト */
.kiyaku__cont > dl > dd > ol {
  counter-reset: artcl;
  margin: 0;
  padding: 0;
  list-style: none;
}

.kiyaku__cont > dl > dd > ol > li {
  counter-increment: artcl;
  margin-bottom: 1rem;
  position: relative;
  padding-left: 2.2em;
}
.kiyaku__cont > dl > dd > ol > li::before {
  content: counter(artcl) ".";
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 600;
}

/* サブリスト (i. ii. iii.) */
.kiyaku__cont ol ol {
  list-style: lower-roman;
  margin-left: 1.6rem;
}

/* 強調 */
.kiyaku__cont strong {
  font-weight: 700;
}

/* リンク */
.kiyaku__cont a {
  color: #5e7fbb; /* キーカラー例 */
  text-decoration-thickness: 2px;
  text-underline-offset: 2px;
}

/*product*/
.fs-l-product4 .fs-l-productLayout {
  grid-template-columns: calc(50% - 40px / 2) calc(50% - 40px / 2);
  gap: 0 40px;
}

.fs-c-productNameHeading {
  font-size: 2.4rem;
  border: none;
}

.fs-c-productCarouselMainImage__expandButton,
.fs-c-productMainImage__expandButton {
  display: none;
}

.fs-c-productThumbnail {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
}

.fs-c-productThumbnail__image {
  margin: 0;
  flex-basis: 100%;
  min-width: 100%;
}

.fs-c-slick .slick-prev,
.fs-c-slick .slick-next {
  border-radius: 100px;
}

.fs-body-product .fs-c-slick .slick-slide img {
  max-width: 100%;
}

.fs-client-cart-count {
  width: 20px;
  height: 20px;
  position: absolute;
  background: #ce3b41;
  color: #fff;
  padding: 5px;
  border-radius: 50%;
  line-height: 1rem;
  text-align: center;
  font-size: 1.1rem;
  top: -6px;
  right: -4px;
  font-weight: normal;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fs-client-cart-count.fs-client-cart-count--0 {
  display: none;
}

.products-level1:not(:root) {
  display: none;
  &.active {
    display: flex;
  }
}
.products__select--group:not(:root) {
  display: none;
  &.active {
    display: block;
  }
}
.detailed__conditions-wrapper {
  display: grid;
  grid-template-rows: minmax(0, 0fr);
  transition: grid-template-rows 0.3s cubic-bezier(0.15, 0.95, 0.3, 1);
  &.active {
    grid-template-rows: minmax(0, 1fr);
  }
}

.remarks {
  margin-top: 20px;
}

.remarks li {
  list-style: none;
}

.fs-c-productOption__name {
  padding: 0px;
  background: none;
  margin-bottom: 6px;
  font-size: 1.3rem;
}

.fs-c-productOption__option {
  padding: 0;
  margin-bottom: 15px;
}

.productOption__label,
.label_sp {
  margin-bottom: 8px;
}

#fs_ProductCategory .item__comment,
#fs_ProductSearch .item__comment,
#fs_MyWishList .item__comment,
#fs_MyPageTop .item__comment,
#fs_ShoppingCart .item__comment {
  margin: 10px 0;
}

/* -------- p 要素を既定で非表示 -------- */
#fs_ProductCategory .item__comment p,
#fs_ProductSearch .item__comment p,
#fs_MyWishList .item__comment p,
#fs_MyPageTop .item__comment p,
#fs_ShoppingCart .item__comment p {
  display: none;
  font-size: 1.4rem;
}

/* -------- 閉じているとき -------- */
#fs_ProductCategory .item__comment::before,
#fs_ProductSearch .item__comment::before,
#fs_MyWishList .item__comment::before,
#fs_MyPageTop .item__comment::before,
#fs_ShoppingCart .item__comment::before {
  content: "説明を読む";
  display: block;
  font-size: 1.4rem;
  padding-left: 20px;
  cursor: pointer;
  background: url(../img/list-delta.svg) left center / 10px 10px no-repeat;
}

/* -------- 開いているとき -------- */
#fs_ProductCategory .item__comment.active::before,
#fs_ProductSearch .item__comment.active::before,
#fs_MyWishList .item__comment.active::before,
#fs_MyPageTop .item__comment.active::before,
#fs_ShoppingCart .item__comment.active::before {
  content: "閉じる";
  padding-left: 20px;
  background: url(../img/up_list-delta.svg) left center / 10px 10px no-repeat;
}

/* ===== 商品詳細 (#fs_ProductDetails) はアコーディオンにしない ===== */

/* <p> を常に表示 */
#fs_ProductDetails .item__comment p {
  display: block !important; /* ← 非表示にしない */
}

/* ラベル（::before）は出さない */
#fs_ProductDetails .item__comment::before,
#fs_ProductDetails .item__comment.active::before {
  content: none;
  display: none;
}

.print__item--coution {
  grid-column: span 2;
  font-size: 1.4rem;
  margin-top: 10px;
}

.kiyaku__serv {
  background: #efefef;
  padding: 20px;
  margin: 20px auto 30px;
}

.kiyaku__serv--wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 20px;
}

.kiyaku__serv--list {
  padding: 20px;
  background: #fff;
  text-align: center;
  font-weight: bold;
  color: #5e7fbb;
}

.kiyaku__serv--list dt {
  font-size: 1.4rem;
}

.kiyaku__serv--list dd {
  font-size: 2rem;
}

.kiyaku__serv--und {
  margin-bottom: 40px;
}

/*cart*/
.cp__flow {
  width: 90%;
  display: grid;
  grid-template-columns: repeat(4, 25%);
  margin: 0 auto 40px;
  padding-top: 30px;
}
.cp__flow-step {
  display: block;
  text-align: center;
  font-size: 1.4rem;
  font-weight: bold;
}
.cp__flow-text {
  display: block;
  text-align: center;
  margin-top: 20px;
  font-weight: bold;
}
.cp__flow-list {
  position: relative;
  display: block;
  width: auto;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
  text-overflow: ellipsis;
  color: #b0bec5;
}
.flow__arrow,
.flow__arrow::after,
.flow__arrow::before {
  background-color: #b0bec5;
}
.flow__arrow::after,
.flow__arrow::before {
  content: "";
  display: block;
  position: absolute;
  top: 25px;
  right: 50%;
  left: 50%;
  width: 80%;
  height: 6px;
  border-radius: 50px;
  transform: translateX(-50%);
}
.cp__flow .flow_active,
.flow__arrow::after,
.flow__arrow::before {
  color: #de374f;
}
.cp__flow .flow_active .flow__arrow,
.cp__flow .flow_active .flow__arrow::after,
.cp__flow .flow_active .flow__arrow::before {
  background-color: #de374f;
}
.cp__flow .flow_completed,
.flow__arrow::after,
.flow__arrow::before {
  color: #777;
}
.cp__flow .flow_completed .flow__arrow,
.cp__flow .flow_completed .flow__arrow::after,
.cp__flow .flow_completed .flow__arrow::before {
  background-color: #777;
}

.cart_back_txt {
  text-align: center;
  margin-top: 30px;
}

.cart_back_txt a {
  text-decoration: underline;
}

.foot_link_kai {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 20px;
  margin-bottom: 20px;
}

.foot_link_kai__list {
  list-style: none;
  font-size: 1.3rem;
}

.foot_link_kai__list a {
  text-decoration: underline;
}

.fs-l-checkout__sideColumn {
  position: -webkit-sticky;
  position: sticky;
  top: 80px;
}

/*my page*/
.account__act {
  width: 100%;
  text-align: center;
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  margin: 0px auto 0;
}

.fs-body-my-top .fs-c-accountService {
  flex-basis: 60%;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
  gap: 10px;
}

.fs-c-accountService__page {
  margin: 0;
}

.fs-c-accountService__page--accountDelete {
  display: none;
}

#fs_MyAccountSettings .fs-c-inputTable__dataCell {
  text-align: left;
  border-bottom: 1px dashed #ccc;
  padding-bottom: 10px !important;
}

.fs-c-buttonContainer--myPageTop {
  text-align: center;
  display: block;
}

#fs_MyWishList .fs-c-productList__list {
  grid-template-columns: repeat(5, 1fr);
  gap: 40px 20px;
}

.fs-body-review-write .fs-c-reveiwNotes {
  background: #fff3cd;
  border: none;
  padding: 20px;
}

.fs-body-review-write .fs-c-reveiwNotes h3 {
  margin-bottom: 10px;
}

.fs-c-reviewAddField .fs-c-inputField__explanation,
.fs-c-inputTable__comment {
  font-size: 1.4rem;
  margin: 5px 0;
  text-align: left;
}

.productRating {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  margin: 10px 0 !important;
}

.ratingcount-0 {
  display: none;
}

.fs-c-rating {
  display: flex;
}

.fs-c-rating__value-number p {
  text-decoration: underline;
}

.fs-c-rating__value-number p:hover {
  text-decoration: none;
}

.fs-c-rating__value-number {
  display: flex;
}

.fs-c-rating__value-number a {
  padding: 0 4px;
}

.review_box {
  position: relative;
  font-size: 1.1rem;
  background: #c78d2f;
  color: #fff;
  padding: 5px 5px 7px 5px;
  line-height: 1;
  border-radius: 3px;
  margin-left: 10px;
}
.review_box::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -10px;
  margin-top: -4px;
  border: 4px solid transparent;
  border-right: 7px solid #c78d2f;
}

.fs-c-reviewStars::before {
  letter-spacing: 0;
}

.fs-c-productReview__allReviews.fs-c-buttonContainer.fs-c-buttonContainer--viewAllReviews {
  float: left;
  width: 49%;
  margin-right: 2%;
}

.fs-c-productReview__addReview.fs-c-buttonContainer.fs-c-buttonContainer--addReview--detail {
  width: 49%;
}

.fs-c-button--plain.fs-c-button--viewAllReviews::before {
  content: none;
}

.fs-c-button--plain.fs-c-button--viewAllReviews::after {
  display: inline-block;
  vertical-align: middle;
  content: url(../img/reviewicon_l.svg);
}

.fs-c-button--plain.fs-c-button--addReview--detail::before {
  content: none;
}

.fs-c-button--plain.fs-c-button--addReview--detail::after {
  content: url(../img/reviewicon_r.svg);
  display: inline-block;
  vertical-align: middle;
}

.fs-c-button--plain.fs-c-button--viewAllReviews,
.fs-c-button--plain.fs-c-button--addReview--detail {
  color: #5e7fbb;
  border: 1px solid #5e7fbb;
  width: 100%;
  text-align: center;
  padding: 20px;
  font-weight: bold;
}

.fs-c-aggregateRating__rating::before {
  font-size: 1.4rem;
  margin-bottom: 5px;
}

.fs-c-aggregateRating {
  margin-bottom: 10px;
}

.fs-c-reviewList--productDescription .fs-c-reviewList__item {
  padding: 20px 0;
}

.fs-c-reviewInfo--productDescription .fs-c-reviewInfo__reviewer {
  gap: 0 10px;
}

.fs-c-reviewList {
  margin-bottom: 20px;
}

.fs-c-subSection__title,
.fs-c-linkedServiceLogin__title {
  padding-bottom: 10px;
  margin-bottom: 20px;
}

/*register*/
.fs-c-inputInformation__field {
  max-width: 1000px;
}

/*navi*/
/* ===============================================
 * 階層メニューアコーディオン機能のCSS
 * =============================================== */

/* メニューアイテムのコンテナ */
.fs-pt-menu__heading {
  position: relative;
  display: flex;
  align-items: center;
  background: url(../img/dod__line.svg) repeat-x left bottom / 4px auto;
}

/* メニューリンクのスタイル */
.fs-pt-menu__link {
  flex: 1;
  display: block;
  padding: 0;
  text-decoration: none;
  color: #333;
  transition: background-color 0.2s;
  font-size: 1.5rem;
  line-height: 1.5;
}

.fs-pt-menu__link:hover {
  background-color: #f5f5f5;
}

.fs-pt-menu .fs-pt-menu__link {
  padding: 16px 10px;
  margin: 0;
}

/* アクティブ状態のスタイル */
.fs-pt-menu__item.active > .fs-pt-menu__heading > .fs-pt-menu__link {
  background-color: #5e7fbb;
  color: #fff;
  font-weight: bold;
}

/* アコーディオントグルボタン（動的追加） */
.accordion-toggle {
  width: 40px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background: none;
  border: none;
  border-left: 1px solid #eee;
  transition: background-color 0.2s;
  min-height: 44px;
}

.accordion-toggle:hover {
  background-color: #f0f0f0;
}

/* アコーディオンアイコン */
.accordion-icon {
  width: 8px;
  height: 8px;
  border: 1px solid #555;
  border-left: none;
  border-bottom: none;
  transform: rotate(135deg);
  transition: transform 0.3s ease;
}

.accordion-toggle.expanded .accordion-icon {
  transform: rotate(-45deg);
}

/* サブメニューのスタイル */
.fs-pt-menu__submenu {
  list-style: none;
  padding: 0;
  margin: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  max-height: 0;
}

.fs-pt-menu__submenu.expanded {
  max-height: 9000px; /* 十分大きな値 */
}

/* 階層レベルごとのインデント */

.fs-pt-menu--lv2 .fs-pt-menu__link {
  padding-left: 32px;
  background: url(../img/dod__line.svg) repeat-x left bottom / 4px auto #efefef;
}

.fs-pt-menu--lv3 .fs-pt-menu__link {
  padding-left: 48px;
  background: url(../img/dod__line.svg) repeat-x left bottom / 4px auto #efefef;
}

.fs-pt-menu--lv4 .fs-pt-menu__link {
  padding-left: 64px;
  background: url(../img/dod__line.svg) repeat-x left bottom / 4px auto #efefef;
}

.fs-pt-menu--lv5 .fs-pt-menu__link {
  padding-left: 80px;
  background: url(../img/dod__line.svg) repeat-x left bottom / 4px auto #efefef;
}

/* アクティブ状態の階層スタイル */
.fs-pt-menu__item.fs-pt-menu__item--lv1.active {
  border-left: 5px solid #5e7fbb;
}

.fs-pt-menu--lv2 .fs-pt-menu__item.active > .fs-pt-menu__heading > .fs-pt-menu__link {
  background-color: #e3f2fd;
  color: #5e7fbb;
}

.fs-pt-menu--lv3 .fs-pt-menu__item.active > .fs-pt-menu__heading > .fs-pt-menu__link {
  background-color: #f0f8fd;
  color: #5e7fbb;
}

.fs-pt-menu--lv4 .fs-pt-menu__item.active > .fs-pt-menu__heading > .fs-pt-menu__link {
  background-color: #f5fafd;
  color: #5e7fbb;
}

.fs-pt-menu--lv5 .fs-pt-menu__item.active > .fs-pt-menu__heading > .fs-pt-menu__link {
  background-color: #f6f9fb;
  color: #5e7fbb;
}

/* アコーディオンボタンがない場合のリンクスタイル調整 */
.fs-pt-menu__heading:not(.has-submenu) .fs-pt-menu__link {
  flex: none;
  width: 100%;
}

.fs-pt-menu__heading:not(.has-submenu) .fs-pt-menu__link::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border: 1px solid #555;
  border-left: none;
  border-bottom: none;
  transform: rotate(45deg) translateY(-50%);
  transition: transform 0.3s ease;
  position: absolute;
  right: 20px;
  top: 50%;
}

/*ai recommend*/
/* top__hist内のスライダー矢印 */
#top__hist .slider-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 34px;
  height: 34px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  visibility: hidden;
  border: none;
  z-index: 2;
}

#top__hist .slider-arrow.-next {
  right: -10px;
  transition: 0.3s;
}

#top__hist .slider-arrow.-prev {
  transition: 0.3s;
}

#top__hist .slider-arrow.-next:hover {
  right: -15px;
}

#top__hist .slider-arrow.-prev:hover {
  left: -15px;
}

/* 商品アイテムのスタイル */
.fr3-productListStatic {
  display: grid;
  grid-template-columns: repeat(10, 210px);
  gap: 0 20px;
}

/* top__hist内の商品アイテムのスタイル */
#top__hist .fs-p-heading--lv2 {
  font-weight: bold;
  font-size: 3rem;
  line-height: 1.5;
  margin: 60px auto 30px;
  text-align: center;
  border-bottom: none;
}

#top__hist .fr3-item {
  font-size: 1.5rem;
}

#top__hist .fr3-item__imageContainer {
  margin: 0 auto 10px;
  border: 1px solid #ccc;
}

#top__hist .fr3-item__imageContainer img {
  transform: scale(0.94);
  display: block;
  background: #fff;
  width: 100%;
  height: auto;
}

.fr3-item__productPrice__currencyMark {
  display: none;
}

.fr3-item__productPrice__value {
  display: flex;
}

.fr3-item__productPrice,
.fr3-item__productPrice__price,
.fr3-item__productPrice__value::after,
.fr3-item__productPrice__addon {
  font-weight: bold;
  font-size: 1.5rem !important;
}

.fr3-item__productPrice__value::after {
  content: "円";
  color: #333;
  display: block;
}

.fr3-item__link {
  gap: 0 !important;
}

#top__hist .fr3-item__link:hover {
  opacity: 1;
}

#top__hist .fr3-item__link:hover img {
  transform: scale(1);
  opacity: 1;
}

#top__hist .fr3-item__productName {
  margin-bottom: 6px;
}

.fr3-item__productName {
  font-size: 1.6rem;
}

.fr3-item__productPrice,
.fr3-item__productPrice__price,
.fr3-item__productPrice__addon {
  font-weight: bold;
  font-size: 1.5rem;
}

#top__hist .fr3-productListStatic__responsive_4 {
  overflow-x: auto;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  padding: 10px 0 30px;
  scrollbar-width: thin;
  scrollbar-color: #aaa transparent;
  max-width: 1360px;
  display: grid;
  grid-template-columns: repeat(10, 210px);
  gap: 0 20px;
}

/* 未ログイン閲覧履歴用のスライダー */
#und__hist .slider-wrapper {
  position: relative;
}

#und__hist .slider-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 34px;
  height: 34px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  visibility: hidden;
  border: none;
  z-index: 2;
}

#und__hist .slider-arrow.-prev {
  left: -10px;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzQiIGhlaWdodD0iMzQiIHZpZXdCb3g9IjAgMCAzNCAzNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iMTciIGN5PSIxNyIgcj0iMTciIGZpbGw9IiM1NTUiLz4KPHBhdGggZD0iTTE5IDEyTDE0IDE3TDE5IDIyIiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjIiIGZpbGw9Im5vbmUiLz4KPC9zdmc+) no-repeat center center / 34px auto;
  transition: 0.3s;
}

#und__hist .slider-arrow.-next {
  right: -10px;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzQiIGhlaWdodD0iMzQiIHZpZXdCb3g9IjAgMCAzNCAzNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iMTciIGN5PSIxNyIgcj0iMTciIGZpbGw9IiM1NTUiLz4KPHBhdGggZD0iTTE1IDEyTDIwIDE3TDE1IDIyIiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjIiIGZpbGw9Im5vbmUiLz4KPC9zdmc+) no-repeat center center / 34px auto;
  transition: 0.3s;
}

#und__hist .slider-arrow.-next:hover {
  right: -15px;
}

#und__hist .slider-arrow.-prev:hover {
  left: -15px;
}

.flywheel-recommend__frame[data-frame-id="ai_common_history"] .fs-p-heading--lv2,
.flywheel-recommend__frame[data-frame-id="ai_common_pickup"] .fs-p-heading--lv2 {
  display: none;
}

.flywheel-recommend__frame[data-frame-id="ai_common_history"] .fr3-productListStatic__responsive_2,
.flywheel-recommend__frame[data-frame-id="ai_common_pickup"] .fr3-productListStatic__responsive_2 {
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: 40px 20px;
  padding: 0;
}

.flywheel-recommend__frame[data-frame-id="ai_common_history"] .fr3-item__productName,
.flywheel-recommend__frame[data-frame-id="ai_common_pickup"] .fr3-item__productName {
  font-size: 1.6rem;
}
.flywheel-recommend__frame[data-frame-id="ai_common_history"] .fr3-item__imageContainer,
.flywheel-recommend__frame[data-frame-id="ai_common_pickup"] .fr3-item__imageContainer {
  border: 1px solid #ccc;
  margin-bottom: 10px;
}

.flywheel-recommend__frame[data-frame-id="ai_common_history"] .fr3-item__imageContainer img,
.flywheel-recommend__frame[data-frame-id="ai_common_pickup"] .fr3-item__imageContainer img {
  transform: scale(0.94);
  display: block;
  background: #fff;
  width: 100%;
  height: auto;
  transition: transform 0.3s ease;
}

.flywheel-recommend__frame[data-frame-id="ai_common_history"] .fr3-item__imageContainer:hover img,
.flywheel-recommend__frame[data-frame-id="ai_common_pickup"] .fr3-item__imageContainer:hover img {
  transform: scale(1);
}

/* group__history内のスライダー矢印 */
#group__history .slider-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 34px;
  height: 34px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  visibility: hidden;
  border: none;
  z-index: 2;
}

#group__history .slider-arrow.-prev {
  left: -10px;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzQiIGhlaWdodD0iMzQiIHZpZXdCb3g9IjAgMCAzNCAzNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iMTciIGN5PSIxNyIgcj0iMTciIGZpbGw9IiM1NTUiLz4KPHBhdGggZD0iTTE5IDEyTDE0IDE3TDE5IDIyIiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjIiIGZpbGw9Im5vbmUiLz4KPC9zdmc+) no-repeat center center / 34px auto;
  transition: 0.3s;
}

#group__history .slider-arrow.-next {
  right: 10px;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzQiIGhlaWdodD0iMzQiIHZpZXdCb3g9IjAgMCAzNCAzNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iMTciIGN5PSIxNyIgcj0iMTciIGZpbGw9IiM1NTUiLz4KPHBhdGggZD0iTTE1IDEyTDIwIDE3TDE1IDIyIiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjIiIGZpbGw9Im5vbmUiLz4KPC9zdmc+) no-repeat center center / 34px auto;
  transition: 0.3s;
}

/* group__history内のスライダーラッパー */
#group__history .slider-wrapper {
  position: relative;
}

/* group__history内のhistory__tblスクロール設定 */
#group__history .history__tbl.slider-track {
  overflow-x: auto;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  padding: 10px 0 30px;
  scrollbar-width: thin;
  scrollbar-color: #aaa transparent;
}

#group__history .history__tbl.slider-track::-webkit-scrollbar {
  height: 6px;
}

#group__history .history__tbl.slider-track::-webkit-scrollbar-track {
  background: transparent;
}

#group__history .history__tbl.slider-track::-webkit-scrollbar-thumb {
  background-color: #aaa;
  border-radius: 3px;
}

/* fr3要素のリセット（group__history内） */
#group__history .fr3-item__productPrice__currencyMark {
  display: none;
}

#group__history .fr3-item__productPrice__value {
  display: flex;
}

#group__history .fr3-item__productPrice,
#group__history .fr3-item__productPrice__price,
#group__history .fr3-item__productPrice__value::after,
#group__history .fr3-item__productPrice__addon {
  font-weight: bold;
  font-size: 1.5rem !important;
}

#group__history .fr3-item__productPrice__value::after {
  content: "円";
  color: #333;
  display: block;
}

#group__history .fr3-item__link {
  gap: 0 !important;
}

#group__history .fr3-item__link:hover {
  opacity: 1;
}

#group__history .fr3-item__link:hover img {
  transform: scale(1);
  opacity: 1;
  transition: transform 0.3s ease;
}

#group__history .fr3-item__productName {
  margin-bottom: 6px;
  font-size: 1.6rem;
}

#group__history .fr3-item__imageContainer {
  margin: 0 auto 10px;
  border: 1px solid #ccc;
}

#group__history .fr3-item__imageContainer img {
  transform: scale(0.94);
  display: block;
  background: #fff;
  width: 100%;
  height: auto;
}

/*close*/
.fs-p-closed__image.-logos {
  max-width: 200px;
  height: auto;
  display: block;
  margin: 0 auto 30px;
}

.-basic__fs {
  width: 100%;
}

.-fs__greet {
  margin-bottom: 20px;
}

.fs-body-product-ZX0300_en_p #price__list--system,
.fs-body-product-ZX0300_hw_p #price__list--system {
  display: none;
}

.fb-share-button.fb_iframe_widget {
  margin-top: -4px;
}

.category_only .fs-c-productList {
  display: none;
}

.item_only #category__gtit,
.item_only .fs-c-subgroup {
  display: none;
}

.all_only .fs-c-productList,
.all_only #category__gtit,
.all_only .fs-c-subgroup {
  display: none;
}

@media (max-width: 1410px) {
  /*header*/
  .head__fcp {
    font-size: 1.1rem;
  }

  .head__actarea {
    gap: 0 5px;
  }

  /*common*/
  /*width*/
  .-base {
    max-width: 1360px;
    max-width: min(calc(100% - 40px), 1360px);
  }

  .-high {
    max-width: 1220px;
    max-width: min(calc(100% - 40px), 1220px);
  }

  /*index*/
  #saleranking .-base {
    max-width: 1400px;
    max-width: min(calc(100% - 40px), 1400px);
  }
}

@media (max-width: 1280px) {
  /*footer*/
  .about__heart--ill {
    padding: 20px 10px;
    grid-template-columns: 56px auto;
  }

  .about__heart--txt__word {
    font-size: 2rem;
    line-height: 1;
  }

  .about__heart--txt__capt {
    font-size: 1.4rem;
  }

  .about__heart--txt__word span {
    font-size: 3rem;
  }
}

@media (max-width: 1220px) {
  /*header*/
  .head__fcp {
    font-size: 1.1rem;
    line-height: 1.1;
  }

  .head__fcp br {
    display: block;
  }

  #logo {
    max-width: 280px;
    margin: 0 auto;
  }

  /*footer*/
  .information__blk--scp br {
    display: block;
  }

  .footer__area--wrap {
    grid-template-columns: 244px auto auto;
  }

  .foot__links {
    grid-template-columns: auto auto;
  }

  #f_logo {
    max-width: 244px;
    margin-bottom: 20px;
  }
  .foot__links--list > li {
    font-size: 1.4rem;
  }

  /*opaque*/
  .useful--tbl {
    grid-template-columns: 40% 1fr;
  }

  .useful--tbl--info ul li {
    font-size: 1.6rem;
  }

  /* .josys__tbl {
    grid-template-columns: 286px auto;
  } */

  .useful--tbl--tit {
    font-size: 2.8rem;
  }

  /*environmentally*/
  .environment__box {
    grid-template-columns: 30% 1fr;
    gap: 0 20px;
  }

  .environment__box ul {
    grid-template-columns: 38px 60px 70px;
    gap: 0 10px;
    font-size: 1.4rem;
  }
}

@media (max-width: 1080px) {
  /*header*/
  .head__actarea li {
    font-size: 1rem;
  }

  .head__act--icon {
    max-width: 38px;
  }

  .key__search {
    max-width: 250px;
  }
  .product__category__wrap.-middle,
  .product__category .-middle {
    max-width: 100%;
  }

  .product__category--list br {
    display: block;
  }

  .product__category--list {
    line-height: 1.3;
  }

  .product__category--list a {
    padding-bottom: 6px;
  }

  /*footer*/
  .information__blk--scp br {
    display: none;
  }

  #information,
  .about__heart--area {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }

  #footer__area.-high {
    max-width: 100%;
    border-top: 1px solid #ccc;
  }

  .footer__area--wrap {
    grid-template-columns: 100%;
  }

  #calender__field {
    order: 1;
    padding: 0 20px;
    margin-bottom: 40px;
  }

  .foot__links {
    order: 2;
    justify-content: center;
    padding: 0 20px;
    margin-bottom: 40px;
  }

  .foot__info__logo {
    order: 3;
    text-align: center;
  }

  #f_logo {
    margin: 0 auto 20px;
  }

  #footer__mail__cover {
    order: 4;
    border-top: 1px solid #ccc;
    padding-top: 40px;
    margin-top: 40px;
  }

  .footer__mail__cover--inner {
    max-width: 400px;
    max-width: min(calc(100% - 40px), 400px);
    margin-inline: auto;
    margin: 0 auto;
  }

  .foot__info {
    display: contents;
  }

  /*fs 設定*/
  .fs-c-productList__list {
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
  }

  /*pattern*/
  .category--list {
    line-height: 1.3;
  }

  .category--list a {
    padding-bottom: 6px;
  }

  .steps__tbl--step {
    width: 90%;
  }

  /*environmentally*/
  .environment__box {
    grid-template-columns: 100%;
    gap: 10px 0;
  }

  .environment__se--mark {
    max-width: 130px;
    margin: 0 auto;
  }

  .environment__box ul {
    justify-content: center;
    grid-template-columns: 38px 60px 70px;
  }
}

@media (max-width: 1000px) {
  body {
    margin-top: 135px;
  }

  #fs_Top {
    margin-top: 185px;
  }

  body.fs-body-checkout {
    margin-top: 50px;
  }

  /*header*/
  body#fs_Top #header_fix {
    background: #fff;
    height: 185px;
  }

  body #header_fix {
    background: #fff;
    height: 135px;
  }

  .head__act--icon {
    max-width: 30px;
  }

  .head__actarea {
    gap: 0 7px;
  }

  #logo {
    max-width: 260px;
    margin: 0 auto;
  }
}

@media (max-width: 959px) {
  body {
    margin-top: 117px;
  }

  #fs_Top {
    margin-top: 167px;
  }

  /*header*/
  body#fs_Top #header_fix {
    background: #fff;
    height: 167px;
  }

  body #header_fix {
    background: #fff;
    height: 117px;
  }

  .head__navarea .key__search {
    display: none;
  }

  .gnav__list--detail::after {
    display: none;
  }

  #head__top .head__actarea li:nth-child(1),
  #head__top .head__actarea li:nth-child(2),
  #head__top .head__actarea li:nth-child(6),
  #head__top .head__act--word {
    display: none;
  }

  #head__top .head__actarea li:nth-child(3) .head__act--icon {
    max-width: 18px;
  }

  #head__top .head__actarea li:nth-child(4) .head__act--icon {
    max-width: 22px;
  }

  #head__top .head__actarea .head__act--icon {
    margin: 0;
  }

  .head__logoarea {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }

  #logo {
    order: 2;
  }

  #head__top {
    width: 100%;
  }

  .head__fcp {
    margin: -10px auto 0;
    text-align: center;
    font-size: 1rem;
    width: 100%;
  }

  .head__fcp br {
    display: none;
  }

  .c-header__name {
    display: none;
  }

  #nav-toggle,
  .nav-toggle__line {
    width: 26px;
  }

  #nav-toggle {
    height: 20px;
  }

  .sp__i-search {
    display: block;
    z-index: 2;
    position: absolute;
    left: 40px;
    top: 23px;
    width: 16px;
  }

  /*common*/
  #main__cont {
    grid-template-columns: 100%;
    gap: 0;
  }

  #main__cont > :not(aside) {
    grid-column: 1;
  }

  aside {
    display: none;
  }

  /*index*/
  .tp_pickup {
    grid-template-columns: repeat(4, 1fr);
    gap: 40px 20px;
  }

  .tp_pickup--name {
    font-size: 1.6rem;
  }

  .pr_history__tbl {
    grid-template-columns: repeat(4, 1fr);
  }

  /*opaque*/
  .useful--tbl {
    grid-template-columns: 50% 1fr;
  }

  /*environmentally*/
  .environment__box {
    grid-template-columns: 30% 1fr;
    gap: 0 20px;
  }

  .environment__box ul {
    justify-content: flex-start;
  }

  /*product*/
  .fs-l-product4 .fs-l-productLayout {
    grid-template-columns: 100%;
    gap: 20px 0px;
  }

  /*my page*/
  #fs_MyWishList .fs-c-productList__list {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (max-width: 850px) {
  /*header*/
  .product__category__wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px 20px;
  }

  .envelope__row {
    grid-template-columns: repeat(3, 1fr);
    gap: 10px 20px;
  }

  .print_service__row {
    gap: 0 20px;
    max-width: 100%;
  }

  .product__category {
    height: calc(100vh - 117px);
    height: calc(var(--vh, 1vh) * 100 - 117px);
    overflow: auto;
  }

  /*category*/
  .cates__mv {
    width: 100vw;
    margin-left: -20px;
  }

  .cates__mv--tit {
    left: 20px;
    top: 20px;
    transform: none;
  }

  /*pattern*/
  .mini__box {
    grid-template-columns: repeat(3, 1fr);
    gap: 10px 20px;
  }

  .category__wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px 20px;
  }

  .steps__tbl {
    padding: 10px;
  }

  .box__contents {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  }

  .bubble {
    font-size: 2.1rem;
    font-weight: bold;
  }
}

@media (max-width: 767px) {
  /*header*/
  .head__fcp {
    font-size: 0.8rem;
  }

  .gnav__list--depth br,
  .gnav__list--detail br {
    display: block;
  }

  #gnav {
    width: 100%;
  }

  /*common*/
  .basic__area {
    margin-bottom: 60px;
  }

  /*index*/
  #main__mv {
    padding: 10px 0;
  }
  .detail__search--tit {
    font-size: 2.1rem;
  }

  .detail__search--mi br {
    display: block;
  }

  .detail__search--btn {
    font-size: 2.4rem;
  }

  #saleranking .tab__scrolls {
    padding-left: 0;
  }

  #saleranking .slider--always-arrows .slider-arrow.-prev {
    left: 0;
  }

  .slider--always-arrows .slider-arrow.-next {
    right: 10px;
  }

  #saleranking .slider--always-arrows .slider-arrow.-next {
    right: 20px;
  }

  .pr_history__tbl {
    grid-template-columns: repeat(12, 160px);
  }

  .tp__news--list article {
    grid-template-columns: 100%;
  }

  .tp__news--inner {
    padding: 20px;
  }

  .tp__news .center_tit {
    margin-top: 0;
  }

  .knowledge__tbl {
    grid-template-columns: repeat(6, 176px);
    gap: 0 22px;
  }

  .case__slider .slick-prev,
  .case__slider .slick-next {
    width: 50px;
    height: 50px;
  }

  .case__slider .slick-prev:before,
  .case__slider .slick-next:before {
    width: 50px;
    height: 50px;
  }

  .case__slider .slick-prev:before {
    background: url(../img/prev__arrow-mv_sp.svg) no-repeat center center / 50px 50px;
  }

  .case__slider .slick-next:before {
    background: url(../img/next__arrow-mv_sp.svg) no-repeat center center / 50px 50px;
  }

  .case__slider .slick-prev {
    left: 20px;
  }

  .case__slider .slick-next {
    right: 20px;
  }

  .switch__cap.-six {
    grid-template-columns: repeat(3, 1fr);
    gap: 10px 8px;
  }

  /*category*/
  .fs-c-subgroupList {
    gap: 40px 20px;
  }

  .slider-wrapper {
    position: relative;
    width: calc(100vw - 20px);
    padding-right: 20px;
  }

  .ranking__tbl {
    display: grid;
    grid-template-columns: repeat(6, 200px);
    gap: 0 22px;
  }

  .history__tbl {
    display: grid;
    grid-template-columns: repeat(10, 200px);
    gap: 0 22px;
  }

  .slider-track {
    overflow-x: auto;
    scroll-behavior: smooth;
    padding: 10px 0 30px;
    /* スクロールバーのカスタマイズ */
    scrollbar-width: thin; /* Firefox用 */
    scrollbar-color: #aaa transparent; /* Firefox用 */
  }

  .slider-track::-webkit-scrollbar {
    height: 6px; /* 横スクロールバーの高さ */
  }

  .slider-track::-webkit-scrollbar-track {
    background: transparent; /* 背景を透明に */
  }

  .slider-track::-webkit-scrollbar-thumb {
    background-color: #aaa; /* バーの色 */
    border-radius: 3px; /* 丸みを持たせる */
  }

  /*thanks*/
  .thanksbox--tit {
    font-size: 3.2rem;
  }

  .questionnaire--intro {
    font-size: 2rem;
    gap: 0 20px;
  }

  #thanks__instagram {
    margin-top: 60px;
  }

  /*size*/
  .parts__lgtbl--wrap {
    grid-template-columns: auto 45%;
  }

  /*optque*/
  .useful--tbl--tit {
    font-size: 2.4rem;
  }

  /*environmentally*/
  .environment--series {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .environment--tips {
    font-size: 1.7rem;
  }

  .print__step {
    max-width: 48px;
    left: 20px;
    top: 20px;
  }

  .print_service--tit {
    font-size: 1.8rem;
  }

  /*cart*/
  .cp__flow {
    width: 100%;
    grid-template-columns: repeat(4, 23%);
    gap: 0 2.6%;
    margin-bottom: 20px;
  }
  .cp__flow-text {
    font-size: 1.4rem;
  }
  .flow__arrow::after,
  .flow__arrow::before {
    width: 90%;
  }

  /*my page*/
  .account__act {
    max-width: 100%;
    margin: 20px auto 0;
  }

  /*kiyaku*/
  .kiyaku__serv--wrap {
    gap: 10px;
  }

  .kiyaku__serv--list {
    padding: 10px;
  }
}

@media (max-width: 650px) {
  /*common*/
  .-sponly {
    display: block;
  }

  /*title*/
  .cates__mv--tit,
  .center_tit,
  .under__tit {
    font-size: 2.6rem;
  }

  #top__hist .fs-p-heading--lv2 {
    font-size: 2.6rem;
  }

  .line__tit,
  .square__tit,
  .squareline__tit,
  .underline__tit,
  .upline__tit,
  .box__tit,
  .sline__tit,
  .fs-c-wishlistProduct__title,
  .fs-c-featuredProduct__title {
    font-size: 2.1rem;
  }

  h3.line__tit,
  h3.gray__tit,
  h3.square__tit,
  h3.squareline__tit,
  h3.underline__tit,
  h3.sline__tit {
    font-size: 1.8rem;
  }

  .box__tit {
    padding: 10px;
  }

  .border__tit {
    font-size: 2.1rem;
  }

  .circle__tit,
  .dod__tit {
    font-size: 1.8rem;
  }

  /*header*/
  #logo {
    max-width: 200px;
    margin: 3px auto 0;
  }

  .gnav__list--depth,
  .gnav__list--detail {
    font-size: 1.4rem;
    line-height: 1.4;
    padding: 0 10px;
  }

  .head__navarea {
    padding: 0 10px;
  }

  /*footer*/

  footer {
    margin: 60px auto 0;
  }

  .about__heart--intro {
    grid-template-columns: 142px auto;
    font-size: 1.6rem;
  }

  .about__heart--intro span {
    font-size: 2.2rem;
  }

  .about__heart--txt__capt {
    font-size: 1.2rem;
  }

  .about__heart--txt__word {
    font-size: 1.5rem;
  }
  .about__heart--txt__word span {
    font-size: 2.2rem;
  }

  .campaign__tbl {
    grid-template-columns: 100%;
  }

  .series__tbl--name {
    font-size: 1.6rem;
  }

  /*fs 設定*/
  .fs-c-productList__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .fs-c-subgroupList {
    grid-template-columns: repeat(3, 1fr);
    gap: 30px 20px;
  }

  .fs-c-productList__controller:first-of-type {
    margin-bottom: 30px;
  }

  /*index*/
  .tp_pickup {
    grid-template-columns: repeat(3, 1fr);
    gap: 40px 20px;
  }

  .mv__copyarea--tit {
    font-size: 2.5rem;
  }

  /*category*/
  .series__tbl {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 20px;
  }

  /**/
  .steps__wrap {
    grid-template-columns: 100%;
    gap: 80px 0;
  }
  .steps__tbl {
    padding: 20px;
  }

  .steps__tbl:not(:last-child)::after {
    content: "";
    width: 30px;
    height: 25px;
    background: url(../img/step_arrow.svg) no-repeat center center / cover;
    display: block;
    position: absolute;
    left: 48%;
    top: 101%;
    transform: rotate(90deg);
  }

  .side__conents {
    grid-template-columns: 100%;
  }

  .anker__link,
  .anker__link.-four {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }

  /*history*/
  .details__hist__tbl--tit {
    font-size: 1.8rem;
  }

  /**/
  .cont__blk--lines {
    font-size: 1.6rem;
    padding-left: 40px;
  }

  .cont__blk--lines::before {
    width: 30px;
  }

  /*thanks*/
  .insta__pr {
    grid-template-columns: 180px auto;
    gap: 0 30px;
  }

  .insta__pr--word {
    font-size: 2rem;
  }

  /*campaign*/
  .campaign__area--tit {
    font-size: 2.2rem;
  }
  .present__roll--recom {
    font-size: 2rem;
    max-width: 100%;
  }

  .harf__tbl--name,
  .half__tbl--name {
    font-size: 2rem;
  }

  /*opaque*/
  .types__tbl--tit {
    font-size: 1.6rem;
  }

  .useful__support {
    font-size: 2.4rem;
  }

  .useful--tbl {
    grid-template-columns: 100%;
    gap: 0;
  }

  .useful--tbl--info {
    display: contents;
  }

  .useful--tbl--tit {
    order: 1;
  }
  .useful--tbl--pic {
    order: 2;
    margin-bottom: 20px;
  }

  .useful--tbl--info ul {
    order: 3;
  }

  .josys__tbl {
    grid-template-columns: 100%;
    gap: 20px 0;
  }

  .josys__tbl--txt {
    order: 1;
  }

  .josys__tbl--pic {
    order: 2;
  }

  .types__tbl {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 20px;
  }

  /*environmentally*/
  .environment--scp {
    font-size: 2.1rem;
  }

  .environment--point {
    grid-template-columns: 100%;
    gap: 10px 0;
  }

  .explanation__tit {
    font-size: 1.8rem;
  }

  /*print*/
  .print--scp {
    font-size: 3rem;
    margin: -20px 0 -40px;
  }

  .print--scp span {
    font-size: 4.4rem;
    line-height: 1;
  }

  .-features {
    display: grid;
    grid-template-columns: 100%;
    gap: 10px 0;
  }

  .-features span {
    width: max-content;
  }

  /*contact*/
  #contanct__form table th,
  #contanct__form table td {
    display: block;
    width: 100%;
    padding: 0;
  }

  #contanct__form table th {
    margin-bottom: 10px;
  }

  #contanct__form table td {
    margin-bottom: 30px;
  }

  .form__capt {
    font-size: 1.3rem;
  }

  .btn__submit {
    margin-top: 10px;
  }

  /*search*/
  #pull__search ul li {
    font-size: 1.6rem;
    line-height: 1.4;
    padding: 10px;
  }

  /*kiyaku*/
  .kiyaku__serv--wrap {
    gap: 10px;
    grid-template-columns: 100%;
  }
}

@media (max-width: 599px) {
  /*fs* 設定*/
  .fs-c-sortItems {
    padding: 0;
  }

  .fs-c-listControl {
    width: 100%;
  }

  /*index*/
  .case__slider .slick-slide {
    width: 300px !important;
  }

  /*size category*/
  .rcm__tbl {
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  }

  /*thanks*/
  .thanksbox--tit {
    font-size: 2.6rem;
    margin-bottom: 10px;
  }

  .questionnaire--intro {
    grid-template-columns: 50px auto;
    gap: 0 20px;
  }

  .magazine__scp {
    font-size: 2.1rem;
  }

  .flow__txt {
    font-size: 2rem;
  }

  /*campaign*/
  .campaign__area--tit {
    font-size: 2.2rem;
  }
  .present__roll--recom {
    font-size: 1.8rem;
  }

  /*size*/
  .parts__lgtbl--wrap {
    grid-template-columns: 100%;
    margin-bottom: 20px;
  }

  .parts__lgtbl--name {
    display: contents;
  }

  .parts__lgtbl--name .border__tit {
    order: 1;
    width: 100%;
  }

  .parts__lgtbl--txt {
    order: 3;
  }
  .parts__lgtbl--pic {
    order: 2;
    margin-bottom: 10px;
  }

  /*printer*/
  .harf__btns,
  .half__btns {
    grid-template-columns: 100%;
    gap: 10px 0;
  }

  .harf__btns .blueline--a,
  .half__btns .blueline--a {
    max-width: 400px;
  }

  .features__number {
    display: block;
  }

  /*company*/
  .reco-etc__inner {
    grid-template-columns: 100%;
    gap: 20px 0;
  }

  /*cart*/
  .cp__flow-text {
    font-size: 1.2rem;
  }
}

@media (max-width: 519px) {
  /*head*/
  #logo {
    max-width: 174px;
    margin: 15px auto 0;
  }

  #head__top {
    padding-top: 30px;
  }

  #nav-toggle {
    top: 35px;
  }

  .sp__i-search {
    top: 32px;
  }

  .head__info {
    font-size: 1.2rem;
    gap: 0 10px;
    letter-spacing: 0;
  }

  .head__info--post {
    gap: 0 5px;
  }

  .head__pickup {
    font-size: 1.4rem;
  }

  .gnav__list--depth,
  .gnav__list--detail {
    height: 54px;
  }

  .head__navarea {
    padding: 0;
  }

  .print_service__row {
    grid-template-columns: 100%;
    gap: 20px 0;
  }

  /*footer*/
  #footer__mail__cover {
    padding-top: 30px;
    margin-top: 30px;
  }

  #information {
    grid-template-columns: 100%;
    max-width: 100%;
    gap: 1px 0;
  }

  .information__blk {
    display: grid;
    grid-template-columns: 50px auto;
    align-items: center;
    gap: 0 10px;
  }

  .information__blk--ded {
    grid-column: span 2;
  }

  .information__blk--scp {
    text-align: left;
  }

  .about__heart--intro {
    grid-template-columns: 100%;
    text-align: center;
    line-height: 1.6;
  }

  .about__heart--intro img {
    max-width: 122px;
    margin: 0 auto 10px;
  }

  .about__heart--fcp {
    font-size: 1.4rem;
  }

  .about__heart--ill {
    grid-template-columns: 100%;
    text-align: center;
  }

  .ill--icon {
    max-width: 46px;
    margin: 0 auto 10px;
  }

  /*fs 設定*/
  .fs-c-subgroupList__label {
    font-size: 1.4rem;
  }

  /*index*/
  .tp_pickup {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 20px;
  }

  #top_product .label_print {
    max-width: 40px;
  }

  #top_product .product__category--list a {
    padding-bottom: 0;
  }

  #top_product .product__category__wrap {
    gap: 20px;
  }

  #top_product .product__category--list {
    font-size: 1.3rem;
  }

  #top_product .product__category--list p:last-of-type span {
    background: url(../img/i-arrow_side.svg) no-repeat right 3px / 6px;
  }

  .mv__copyarea--scp,
  .mv__copyarea--text {
    font-size: 1.2rem;
  }

  .switch__cap.-six {
    font-size: 1.5rem;
  }

  .detail__search {
    padding: 20px;
  }

  /*category*/
  .ranking__tbl {
    grid-template-columns: repeat(6, 160px);
    gap: 0 22px;
  }

  .history__tbl {
    grid-template-columns: repeat(10, 160px);
    gap: 0 22px;
  }

  .always__tbl {
    grid-template-columns: repeat(10, 160px);
    gap: 0 22px;
  }

  /**/
  .cont__blk,
  .cont__blk.-reverse {
    grid-template-columns: 100%;
    gap: 0px 0;
    margin: 0 auto 40px;
  }

  .cont__blk--info {
    display: contents;
  }

  .cont__blk .circle__tit {
    margin-left: 0;
    order: 1;
  }

  .cont__blk--pic {
    order: 2;
    margin-bottom: 10px;
  }

  .cont__blk--word {
    order: 3;
  }

  .threes__item {
    grid-template-columns: 100%;
    gap: 40px 0;
  }

  /*history*/
  .item__tbl__basic {
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
    gap: 30px 20px;
  }

  .history__tbl--name,
  .item__tbl--name {
    font-size: 1.4rem;
  }

  /*size category*/
  .rcm__tbl {
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
    gap: 30px 20px;
  }

  .rcm__tbl--name {
    font-size: 1.5rem;
  }

  .cont__blk--btn .blueline--a {
    margin-inline: auto;
  }

  /*thanks*/
  .questionnaire--intro {
    grid-template-columns: 100%;
    gap: 20px;
    font-size: 1.8rem;
    text-align: center;
  }

  .questionnaire--intro img {
    max-width: 70px;
    margin: 0 auto;
  }
  .magazine__scp {
    font-size: 1.9rem;
  }
  #questionnaire,
  #magazine__area {
    padding: 20px;
  }

  .questionnaire--inner {
    margin-bottom: 15px;
  }

  .insta__pr {
    grid-template-columns: 100%;
    gap: 20px 0;
  }

  .insta__pr--pic {
    max-width: 180px;
    margin: 0 auto;
  }

  .insta__pr--pic {
    order: 1;
  }

  .insta__pr--word {
    margin-bottom: 20px;
  }

  /*campaign*/
  .campaign__area--date {
    font-size: 1.8rem;
  }

  .harf__tbl,
  .half__tbl {
    display: grid;
    gap: 20px;
    margin: 0 auto 60px;
  }

  .harf__tbl--name,
  .half__tbl--name {
    font-size: 1.8rem;
  }

  .present__roll--point {
    font-size: 2.6rem;
  }

  .present__roll--point span {
    font-size: 4.4rem;
  }

  .explanation__tbl {
    grid-template-columns: 100%;
    gap: 10px 0;
  }

  /*print*/
  .repeat__order {
    padding: 20px;
  }

  .repeat__order--coution dt {
    font-size: 1.8rem;
  }

  .features__three {
    font-size: 2rem;
  }

  .anxiety {
    font-size: 2rem;
  }

  .choice_envelope {
    grid-template-columns: 100%;
    gap: 10px 0;
  }

  .print_service--step {
    grid-template-columns: 100%;
    gap: 20px 0;
  }

  .print_service--step article {
    padding: 20px;
  }

  .paper_series {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .choice_envelope li {
    list-style: none;
    font-size: 1.6rem;
  }

  /*environmentally*/
  .environment__box {
    padding: 10px;
  }

  .environment--series {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .environment--se__tit {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }

  /*th*/
  .table th,
  .table td {
    padding: 10px 0;
  }

  .table th {
    width: 34%;
    padding-right: 10px;
  }

  /*policy*/
  #undercolumn_entry h3 {
    font-size: 1.8rem;
  }

  /*dl*/
  #page-products-reco .table th,
  #page-products-reco .table td {
    padding: 10px 5px;
    text-align: center;
    font-size: 1.2rem;
  }

  .download_btn01,
  .download_btn {
    padding: 10px 5px;
  }

  .otameshi__data {
    grid-template-columns: 100%;
    gap: 20px 0;
  }

  .otameshi__data--img {
    margin: 0 auto;
  }
  .otameshi__data .blueline--a {
    margin: 20px auto 0;
  }

  /*search*/
  .detail__serach--tit {
    font-size: 2rem;
  }

  .products__select {
    display: grid;
    gap: 10px 0;
    grid-template-columns: repeat(3, 1fr);
  }

  .products__select li {
    padding: 10px 0;
  }

  .products__select--table table th {
    width: 30%;
  }
  .products__select--table table th,
  .products__select--table table td {
    padding: 1em;
  }

  .results--items {
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  }

  .fs-c-productReview__allReviews.fs-c-buttonContainer.fs-c-buttonContainer--viewAllReviews {
    float: none;
    width: 100%;
    margin-right: 0;
  }

  .fs-c-productReview__addReview.fs-c-buttonContainer.fs-c-buttonContainer--addReview--detail {
    width: 100%;
  }

  /*contact*/
  .number__code {
    grid-template-columns: 80px 8px 80px 8px 80px;
  }

  .post__code {
    display: grid;
    grid-template-columns: 1em 80px 8px 80px;
  }

  /*my page*/
  #fs_MyWishList .fs-c-productList__list {
    grid-template-columns: repeat(2, 1fr);
  }

  /*ai recommend*/
  .fr3-item__productName {
    font-size: 1.5rem !important;
  }

  .fr3-item__productPrice,
  .fr3-item__productPrice__price,
  .fr3-item__productPrice__value::after,
  .fr3-item__productPrice__addon {
    font-weight: bold;
    font-size: 1.5rem !important;
  }

  #top__hist .fr3-productListStatic__responsive_4 {
    grid-template-columns: repeat(10, 160px);
  }

  .flywheel-recommend__frame[data-frame-id="ai_common_history"] .fr3-productListStatic__responsive_2,
  .flywheel-recommend__frame[data-frame-id="ai_common_pickup"] .fr3-productListStatic__responsive_2 {
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
    gap: 30px 20px;
  }
}

@media (max-width: 414px) {
  /*title*/
  .cates__mv--tit,
  .center_tit,
  .under__tit {
    font-size: 2.2rem;
  }

  #top__hist .fs-p-heading--lv2 {
    font-size: 2.2rem;
  }

  .line__tit,
  .square__tit,
  .squareline__tit,
  .underline__tit,
  .upline__tit,
  .box__tit,
  .sline__tit,
  .fs-c-wishlistProduct__title,
  .fs-c-featuredProduct__title {
    font-size: 2rem;
  }

  h3.line__tit,
  h3.gray__tit,
  h3.square__tit,
  h3.squareline__tit,
  h3.underline__tit,
  h3.sline__tit {
    font-size: 1.6rem;
  }

  .border__tit {
    font-size: 2rem;
  }

  .circle__tit,
  .dod__tit {
    font-size: 1.6rem;
  }

  /*button*/
  .line__btn {
    width: 100%;
    max-width: 400px;
    max-width: min(calc(100% - 60px), 400px);
    margin-inline: auto;
  }

  a.line__btn:hover:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 15px;
    height: 100%;
    content: "";
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
    border-radius: 0 50% 50% 0;
    background: #000;
  }

  /*header*/
  #logo {
    margin: 15px auto 0;
  }
  #head__top {
    width: 100%;
    padding-top: 30px;
    max-width: min(calc(100% - 20px), 1360px);
  }

  #head__top .head__actarea {
    gap: 0 6px;
  }

  #head__top .head__actarea li:nth-child(3) .head__act--icon {
    max-width: 18px;
  }

  #head__top .head__actarea li:nth-child(4) .head__act--icon {
    max-width: 20px;
  }

  #head__top .head__actarea li:nth-child(5) .head__act--icon {
    max-width: 28px;
  }

  #spnav,
  .spnav__list--hide {
    width: 100vw;
    left: -100vw;
  }

  .spnav__logo {
    max-width: 220px;
    margin: 0 auto 20px;
  }
  #spnav .close {
    top: 22px;
  }

  /*footer*/
  #calendarContainer {
    font-size: 1.2rem;
  }

  .calender__holiday {
    font-size: 1.2rem;
  }

  .calender__links {
    text-align: left;
  }

  .footer__area--wrap {
    padding: 30px 0;
  }

  #calender__field,
  .foot__links {
    margin-bottom: 30px;
  }

  /*history*/
  .item__tbl__basic {
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  }

  /*size category*/
  .rcm__tbl {
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  }

  /*thanks*/
  .magazine__scp,
  .flow__txt {
    font-size: 1.8rem;
  }

  /*campaign*/
  .present__roll--point {
    font-size: 2.4rem;
  }

  .present__roll--point span {
    font-size: 3.6rem;
  }

  /*printer*/
  .color-variations__coution {
    font-size: 1.4rem;
  }

  .choice_envelope li a {
    grid-template-columns: 65px auto;
    gap: 0 10px;
  }

  .ill-printstep {
    max-width: 88px;
  }

  /*environmentally*/

  .environment--se__tit {
    font-size: 1.4rem;
    margin-bottom: 5px;
  }

  /*detail*/
  fieldset.glue {
    grid-template-columns: repeat(2, 1fr);
  }

  fieldset img {
    max-width: 60px;
  }

  .radio-inline__label {
    padding: 0.8rem 1rem;
  }

  /*ai recommend*/
  .flywheel-recommend__frame[data-frame-id="ai_common_history"] .fr3-productListStatic__responsive_2,
  .flywheel-recommend__frame[data-frame-id="ai_common_pickup"] .fr3-productListStatic__responsive_2 {
    grid-template-columns: repeat(auto-fill, minmax(10px, 1fr));
    gap: 30px 20px;
  }
}

@media (max-width: 375px) {
}
