@charset "UTF-8";
/*-------------------------------------------------
common
-------------------------------------------------*/
* {
  padding: 0;
  margin: 0; }

.clearfix {
  zoom: 1; }

.clearfix:after {
  content: "";
  display: block;
  clear: both; }

a {
  text-decoration: none;
  color: #000;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s; }

a img {
  transition: 0.3s all;
  border: none;
  -webkit-backface-visibility: hidden；; }

a:hover {
  opacity: 1;
  text-decoration: none;
  color: #887843;
  -webkit-tap-highlight-color: rgba(160, 160, 160, 0.54); }

a img:hover {
  transform: scale(1.04); }

img {
  width: 100%;
  backface-visibility: hidden; }

li {
  list-style-type: none; }

html {
  width: 100%;
  margin: 0;
  scroll-behavior: smooth;
  visibility: hidden;
  overflow-x: hidden;
  font-size: inherit;
  scroll-padding-top: 150px; }

html.wf-active,
html.loading-delay {
  visibility: visible; }

body {
  /*font-size:calc(clamp(0.875rem, 0.807rem + 0.34vw, 1.063rem)); 14-17 / 320 -1200*/
  font-size: calc(clamp(0.813rem, 0.744rem + 0.34vw, 1rem));
  /* 13-16 / 320 -1200*/
  margin: 0;
  font-feature-settings: "palt";
  color: #000;
  box-sizing: border-box;
  background-color: #f6f4f2;
  -webkit-text-size-adjust: 100%;
  /* font-feature-settings: "palt";*/
  letter-spacing: 0.02rem;
  line-height: 2;
  /*animation: fadeIn 2.8s ease 0s 1 normal;
  -webkit-animation: fadeIn 2.8s ease 0s 1 normal;*/
  font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
  font-weight: 400;
  font-style: normal;
  position: relative;
  /*padding: 138px 0 0;*/ }

h1, h2, h3, h4, h5 {
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  font-weight: 800;
  font-family: "fot-tsukumin-pr6n", sans-serif;
  letter-spacing: 0.15em; }

.tyui {
  color: #9e2127; }

@media screen and (min-width: 769px) {
  /* 769px以上*/
  br.nopc {
    display: none; }

  br.notab {
    display: block; } }
@media screen and (max-width: 768px) {
  /* 768px以下*/
  br.nopc {
    display: block; }

  br.notab {
    display: none; } }
@media screen and (max-width: 550px) {
  /* 768px以下*/
  br.nosp {
    display: none; }

  br.nopc {
    display: block; } }
/*-------------------------------------------------
header
-------------------------------------------------*/
header {
  box-sizing: content-box;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background-color: #f6f4f2;
  z-index: 10; }

.header-logout {
  padding: 0.5em 0; }

.fs-l-header {
  padding-top: 12px; }

.header-wrap {
  display: flex;
  justify-content: space-between;
  padding-top: 1em;
  padding-bottom: 0.3em;
  align-items: center;
  padding-left: calc(clamp(1.5rem, 0.551rem + 4.75vw, 5rem));
  /* 24-80 / 320-1200*/
  height: 55px;
  width: 100%;
  top: 0;
  z-index: 5; }

.header-logo {
  width: calc(clamp(7.5rem, 3.576rem + 11.42vw, 9.063rem));
  /* 85-173 / 320-1200*/ }

.header-logo a img:hover {
  transform: none; }

.header-menu {
  padding-right: 5%; }

.header-menu ul {
  display: flex;
  justify-content: flex-end; }

.header-menu li {
  width: 50px;
  letter-spacing: 0.1em;
  text-align: center;
  display: flex;
  align-items: center;
  white-space: nowrap;
  height: 54px; }

.header-menu li.humb-menu {
  position: relative; }

.header-menu li a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }

.header-menu li:nth-child(2) {
  padding: 0 1.3em 0 0; }

.header-menu li.login img {
  padding: 5px 0 0; }

.header-menu li:nth-child(4) {
  padding: 0 0 0 1em; }

.header-menu li figure {
  width: 17px;
  height: 17px; }

.header-menu li figure.head-search {
  top: -3px; }

.header-menu li.login span {
  padding: 12px 0 0 !important; }

.header-menu li.cart figure {
  width: 22px;
  height: 18px;
  margin: -2px 0 0 -5px; }

.header-menu li.cart {
  margin: 7px 0 0;
  position: relative; }

.header-menu li.cart span.cartBtn-txt {
  padding: 5px !important; }

span.fs-p-cartItemNumber {
  background: #E25B33;
  border-radius: 1em;
  color: #ffffff;
  display: none;
  font-size: 1rem;
  line-height: 1;
  padding: 0.3em 0.4em 0.3em 0.5em !important;
  position: absolute;
  top: 2px;
  right: 15px; }

.header-menu li.icon span {
  font-size: 0.6em;
  display: block;
  padding: 8px 0 0; }

.header-menu li.search {
  margin: 3px 0 0; }

.header-menu li.search span {
  font-size: 0.6em;
  padding: 5px 0 0 0.2em;
  color: #000; }

.header-info {
  background: #e3e0d5;
  text-align: center;
  letter-spacing: 0.05em;
  margin: 0;
  overflow: hidden; }

.header-menu li.search button {
  background: transparent;
  border: none;
  outline: none;
  box-shadow: none;
  cursor: pointer; }

.header-info p {
  position: relative;
  font-size: 0.76em;
  padding: 0.3em 0; }

.humb-menu p {
  font-size: 0.6em;
  padding: 30px 0 0; }

@media screen and (max-width: 550px) {
  /* 768px以下*/
  span.fs-p-cartItemNumber {
    top: -5px;
    right: 4px; }

  .header-menu li figure.head-search img {
    margin: 3px 0 0; } }
/*---------検索窓----------*/
.header-search {
  width: max(100%, 100vw);
  background: #fff;
  position: absolute;
  top: 50px;
  left: 0;
  display: none;
  overflow: auto;
  z-index: 10;
  padding: 40px 0 10px; }

.header-login .header-search {
  top: 80px !important; }

.header-serchCon {
  /*display: flex;
  justify-content: flex-start;
  align-items: center;*/ }

.search-form-3 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
  border: 1px solid #b1b1a9;
  border-radius: 3px;
  width: 100%;
  background-color: #f8f7f6; }

.search-form-3 label {
  width: 100%; }

.search-form-3 input {
  width: 100%;
  height: 45px;
  padding: 15px 15px 7px !important;
  border: none;
  box-sizing: border-box;
  font-size: 1em;
  outline: none;
  font-size: 0.9em;
  background-color: #f8f7f6;
  box-sizing: border-box;
  box-shadow: none !important; }

.search-form-3 input:-webkit-autofill {
  box-shadow: 0 0 0 1000px #f8f7f6 inset; }

.search-form-3 input::placeholder {
  color: #c4c4c4; }

.search-form-3 button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 45px;
  border: none;
  background-color: #f8f7f6;
  cursor: pointer; }

.search-form-3 button::after {
  width: 18px;
  height: 18px;
  background-image: url("https://ishigamimura.itembox.design/item/icon_01.svg");
  background-repeat: no-repeat;
  content: ''; }

.popkeywords {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 1.5em 0; }

.popkeywords p {
  color: #686767;
  font-size: 0.75em;
  letter-spacing: 0.1em; }

.popkeywords a {
  border: 1px solid #686767;
  padding: 0.2em 0.8em;
  margin: 0 0 0 1em;
  font-size: 0.8em; }

.round_btn {
  display: block;
  position: relative;
  width: 20px;
  height: 20px;
  padding: 5px 7px 0 !important;
  margin: 0 0 0 5px; }

.closeBtn {
  font-size: 0.7em;
  letter-spacing: 0.2em; }

.round_btn::before, .round_btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  /* 棒の幅（太さ） */
  height: 22px;
  /* 棒の高さ */
  background: #333;
  /* バツ印の色 */ }

.round_btn::before {
  transform: translate(-50%, -50%) rotate(45deg); }

.round_btn::after {
  transform: translate(-50%, -50%) rotate(-45deg); }

@media screen and (max-width: 550px) {
  /* 768px以下*/
  .header-menu li {
    height: 40px;
    width: 35px; }

  .header-menu li.login {
    /*	display: none;*/ }

  .header-menu li:nth-child(4) {
    padding: 0 1em 0 1em; }

  .header-menu li.search {
    margin: 3px 0 0; }

  .header-menu li.search span {
    font-size: 0.6em;
    padding: 5px 0 0 0.2em; } }
/*-------------------------------------------------
ハンバーガーメニュー
-------------------------------------------------*/
/*ログインログアウトの表示切り替えを行うCSS*/
.logout.my-false {
  display: none; }

.login.my-true {
  display: none; }

/* ハンバーガーボタンのデザイン */
.drawer__button {
  width: 27px;
  width: 23px;
  height: 23px;
  background-color: transparent;
  border: none;
  cursor: pointer;
  z-index: 5;
  position: absolute;
  left: 20px;
  top: 5px; }

/* ハンバーガーボタン内の線 */
.drawer__button > span {
  display: block;
  position: absolute;
  top: 15px;
  left: 15px;
  width: 23px;
  height: 1px;
  background-color: #000;
  transform: translateX(-50%); }

.drawer__button > span:first-child {
  transform: translate(-50%, calc(-50% - 0.5rem));
  /*transition: transform 0.4s ease;*/ }

.drawer__button > span:nth-child(2) {
  transform: translate(-50%, -50%);
  transition: opacity 0.4s ease; }

.drawer__button > span:last-child {
  transform: translate(-50%, calc(-50% + 0.5rem));
  /*transition: transform 0.4s ease;*/ }

/* 展開時のデザイン */
.drawer__button.active > span:first-child {
  transform: translate(-50%, -50%) rotate(-45deg); }

.drawer__button.active > span:nth-child(2) {
  opacity: 0; }

.drawer__button.active > span:last-child {
  transform: translate(-50%, -50%) rotate(45deg); }

.drawer__inBtn {
  right: 20px;
  top: 20px;
  left: auto; }

/* メニューのデザイン */
.drawer__nav {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1;
  height: 100vh;
  min-width: 275px;
  background-color: #fff;
  z-index: 99;
  overflow: hidden;
  transform: translateX(100vw);
  transition: all .5s linear;
  width: calc(clamp(17.188rem, -2.433rem + 57.08vw, 25rem)); }

.drawer__nav.active {
  transform: translateX(0); }

.drawer__nav__inner {
  position: relative;
  height: 100vh;
  background-color: white;
  padding: 10% 24px 45px;
  margin: 0 0 0 auto;
  overflow: scroll;
  border-radius: 0 0 20px 20px;
  box-sizing: border-box; }

.humb-menuCon {
  margin: 40px 0 0;
  font-size: 0.95em; }

.parent-list > li:first-child {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc; }

.parent-list > li.nochild {
  border-bottom: 1px solid #ccc; }

.humb-menuCon h3 {
  cursor: pointer;
  font-weight: normal;
  position: relative;
  display: block;
  padding: 1em 0 0.8em 3px;
  font-size: 0.95em;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif；; }

.humb-menuCon h3.humb-parent {
  border-bottom: 1px solid #ccc; }

.humb-menuCon h3.humb-parent::after {
  content: '＋';
  font-family: "Arial", Gadget, "sans-serif";
  padding: 0 0 0 5px;
  right: 0;
  position: absolute; }

.humb-menuCon h3.humb-parent.open::after {
  content: 'ー';
  font-family: "Arial", Gadget, "sans-serif";
  padding: 0 0 0 5px; }

.chilid-list {
  display: none; }

.arrow {
  position: relative;
  display: inline-block;
  width: 7.7px;
  height: 13.3px; }

.humb-parentonly {
  position: relative;
  border-bottom: 1px solid #ccc; }

/*
.chilid-list li::before,
.chilid-list li::after,
.humb-parentonly::before,
.humb-parentonly::after{
  content: "";
  position: absolute;
  top: calc(50% - 0.5px);
  right: 5px;
  width: 5px;
  height: 0.5px;
  border-radius: 9999px;
  background-color: #000000;
  transform-origin: calc(100% - 0.5px) 50%;
}

.chilid-list li::before, .humb-parentonly::before {
  transform: rotate(45deg);
}

.chilid-list li::after, .humb-parentonly::after {
  transform: rotate(-45deg);
}*/
.chilid-list li {
  padding: 0.7em 0 0.5em 1.2em;
  border-bottom: 1px solid #ccc;
  font-size: 0.9em;
  position: relative; }

.humb-login {
  width: 80%;
  margin: 0 auto 1.5em;
  font-size: 0.9em; }

.humb-login button {
  border: 1px solid #000;
  width: 100%;
  color: #fff;
  background: #000;
  padding: 0.4em 0; }

.humb-login button a {
  color: #fff;
  display: block; }

.humb-guide {
  margin: 1.5em 0 1em;
  font-size: 0.9em; }

.humb-guide li {
  padding: 0.5em 0 0.5em 3px; }

.drawer__nav__inner {
  position: relative; }

.drawer__nav__menu {
  list-style: none;
  padding-left: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 3em auto 0; }

.drawer__nav__link {
  display: block;
  text-decoration: none;
  padding: 1rem 1rem;
  border-bottom: 1px solid #ab907b; }

.drawer__nav__link a {
  color: #583c32; }

.drawer__nav__item {
  width: 45%;
  font-size: 0.95em;
  font-weight: 800;
  position: relative; }

.drawer__nav__inner .btn-foot-tree {
  max-width: 130px;
  position: relative;
  bottom: -100px;
  /* right: 90px; */
  margin: 0 auto; }

/* ハンバーガーメニュー展開時、背景を固定 */
body.active {
  height: 100%;
  overflow: hidden; }

/* グレーの背景 */
.black-bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background-color: #000;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
  cursor: pointer;
  z-index: 100; }

/*ハンバーガーメニューが開いたら表示*/
.black-bg.active {
  opacity: 0.3;
  visibility: visible;
  z-index: 6; }

@media screen and (max-width: 550px) {
  /* 768px以下*/
  .drawer__nav {
    max-width: 300px; }

  .drawer__button > span {
    top: 12px;
    left: 10px; } }
/*-------------------------------------------------
ヘッダードロップダウンメニュー
-------------------------------------------------*/
.head-nav {
  margin: 0.8em 0 0.5em;
  position: relative;
  padding: 0 2em; }

.head-nav ul {
  display: flex;
  justify-content: center;
  gap: 3.5em;
  /*font-family: $mincho;*/
  font-size: 0.8em;
  letter-spacing: 0.2em; }

.head-nav ul li.parent {
  padding: 0 0 0.5em; }

@media screen and (min-width: 769px) {
  /* 769px以上*/
  .dropmenu {
    background: #fff;
    width: 100%;
    position: absolute;
    top: 30px;
    left: 0;
    z-index: 1;
    overflow: hidden;
    padding: 0;
    box-sizing: border-box;
    display: grid;
    grid-template-rows: 0fr;
    transition: 250ms grid-template-rows ease;
    height: 0;
    z-index: 2; }

  .dropmenu ul {
    display: flex;
    flex-wrap: wrap;
    grid-gap: 20px;
    max-width: 1000px;
    margin: 0 auto;
    padding: 4em 4em 2em;
    overflow: hidden;
    justify-content: flex-start; }

  .dropmenu.gift ul {
    /*	max-width: 900px;*/ }

  .dropmenu ul + ul.sublist {
    padding: 2em 4em 4em;
    overflow: hidden;
    justify-content: flex-start; }

  .dropmenu ul li {
    max-width: 160px;
    text-align: left;
    padding: 0; }

  .dropmenu ul li.drop-itemtag {
    padding: 0;
    text-align: center; }

  .dropmenu.gift ul li.drop-itemtag {
    padding: 0 0 0;
    text-align: center; }

  .dropmenu ul li.drop-itemtag a {
    display: inline-block;
    padding: 7px 0;
    background: #000;
    color: #fff;
    width: 155px;
    border-radius: 30px;
    height: 40px;
    line-height: 1.2;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center; }

  .dropmenu ul li.drop-itemtag a i {
    font-style: normal;
    font-size: 0.8em; }

  .dropmenu ul li figure {
    overflow: hidden;
    line-height: 0; }

  .dropmenu ul li span {
    font-size: 1.2em;
    padding: 0.5em 0 0 0.1em;
    display: inline-block;
    line-height: 1.5; }

  .dropmenu ul li.drop-itemtag span {
    padding: 0; }

  li.parent-gift:hover .dropmenu, li.parent-umeboshi:hover .dropmenu, li.parent-umeshu:hover .dropmenu, li.parent-umeseihin:hover .dropmenu, li.parent-murajiman:hover .dropmenu {
    grid-template-rows: 1fr;
    height: auto; }

  .dropmenu ul::before {
    /*    content: '';
        order: 2;
        width: 100%;*/ }

  .dropmenu.umeboshi ul li:nth-child(n+15) {
    order: 2; }

  .dropmenu.gift ul li:nth-child(n+6) {
    order: 2; }

  .dropmenu.umeseihin ul li:nth-child(n+17) {
    order: 2; } }
@media screen and (max-width: 1135px) {
  /* 768px以下*/
  .dropmenu ul li.drop-itemtag {
    padding: 0;
    text-align: center; } }
@media screen and (max-width: 768px) {
  /* 768px以下*/
  .head-nav .dropmenu {
    display: none; }

  .head-nav ul > li {
    white-space: nowrap; } }
@media screen and (max-width: 550px) {
  /* 550px以下*/
  .head-nav {
    overflow-x: auto; }

  .head-nav > ul {
    padding: 0 2em;
    width: max-content;
    margin: 0 auto;
    gap: 2em; } }
/*-------------------------------------------------
コンテンツ共通
-------------------------------------------------*/
/* 画面パディング */
.rp {
  padding: 0 0.25em; }

/* 中ページh1 */
.fs-c-heading--page {
  /* border-bottom: 2px solid #000000; */
  color: #000000;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.2;
  margin: 2em 0 0;
  padding: 0 0 1.2em;
  text-align: center;
  border: none; }

a.anchor {
  display: block;
  padding-top: 150px;
  margin-top: -150px; }

/* ニューススライダーのボタン非表示 */
.header-info .fs-c-slick .slick-prev, .header-info .fs-c-slick .slick-next {
  display: block !important;
  background: #e3e0d5;
  height: auto; }

.header-info .fs-c-slick .slick-prev {
  left: -50px; }

.header-info .fs-c-slick .slick-next {
  right: -50px; }

.fs-c-slick .slick-prev:before, .fs-c-slick .slick-next:before {
  cursor: pointer;
  color: black;
  line-height: 1;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.fs-c-slick .slick-next:before {
  content: url("https://ishigamimura.itembox.design/item/arrow_right.svg");
  position: absolute;
  top: -33px;
  right: 0;
  height: 20px;
  width: 18px; }

.fs-c-slick .slick-prev:before {
  content: url("https://ishigamimura.itembox.design/item/arrow_left.svg");
  position: absolute;
  top: -33px;
  left: 0;
  height: 20px;
  width: 18px; }

.header-info .fs-pt-carousel__slide__caption {
  background: none;
  color: #000;
  padding: 0;
  position: relative;
  right: 0;
  bottom: 0;
  left: 0;
  font-size: 0.8em;
  text-decoration: underline;
  cursor: pointer;
  font-weight: bold; }

.header-info .fs-pt-carousel__slide__caption a:hover {
  color: #887843; }

.header-info .fs-pt-carousel {
  padding: 0 0 3px;
  max-width: 600px;
  margin: 0 auto; }

.fs-c-slick .slick-slide {
  margin: 1px 0 0; }

.fs-c-productImage {
  aspect-ratio: 1 / 1;
  overflow: hidden; }

.fs-c-productListCarousel.fs-c-slick .slick-track {
  /*	justify-content: space-between;*/ }

@media screen and (min-width: 850px) {
  /* 769px以上*/ }
@media screen and (min-width: 769px) {
  /* 769px以上*/
  .w1100, .footer-catelistWrap {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2.5em; } }
@media screen and (max-width: 768px) {
  /* 768px以下*/
  .w1100, .footer-catelistWrap {
    width: 100%;
    padding: 0 2.5em;
    margin: 0 auto;
    box-sizing: border-box; }

  .header-info .fs-pt-carousel {
    padding: 0 0 3px;
    max-width: 400px;
    margin: 0 auto; }

  .header-info .fs-c-slick .slick-slide img {
    width: 240px !important; }

  .slick-list.draggable {
    padding: 0 !important;
    margin: 0 auto; }

  .header-info .fs-pt-carousel__slide {
    width: 100%;
    display: inline-block;
    margin: 15px 0 0; }

  .header-info .fs-pt-carousel__slide__caption {
    line-height: 1.5; } }
@media screen and (max-width: 550px) {
  /* 599px以下*/
  .header-info .fs-pt-carousel {
    padding: 0 0 3px;
    max-width: 240px;
    margin: 0 auto; }

  .header-info .fs-pt-carousel__slide {
    margin: 12px 0 0; }

  .slick-list.draggable {
    margin: -5px auto 0; } }
/*-------------------------------------------------
商品詳細ページ
-------------------------------------------------*/
.btn-list a::after {
  position: absolute;
  right: 15px;
  top: 40%;
  width: 30px;
  height: 8px;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  transform: skew(45deg);
  content: ""; }

.item-line {
  border-bottom: 1px solid #9d9d9b;
  padding: 0 0 4em; }

.ishi-tabs {
  margin: 4em auto;
  position: relative;
  width: 100%;
  border-bottom: 1px solid #9d9d9b; }

.ishi-tab-buttons span {
  font-family: "fot-tsukumin-pr6n", sans-serif;
  font-size: 1.2em;
  letter-spacing: 0.1em;
  color: #333;
  cursor: pointer;
  border-bottom: 1px solid #b6b2b2;
  display: block;
  width: 50%;
  float: left;
  text-align: center;
  height: 40px;
  line-height: 40px;
  opacity: 0.8;
  padding: 0 0 10px; }

.ishi-tab-buttons span.active {
  opacity: 1;
  background: #666151;
  color: #fff; }

.fs-body-product-9817 .ishi-tab-buttons {
  display: none; }

.ishi-tab-content {
  padding: 0;
  display: inline-block;
  color: #333;
  width: 100%; }

#lamp {
  width: 50%;
  /*height:1px*/
  background: #333;
  display: block;
  position: absolute;
  top: 39px;
  transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  -webkit-transition: all .3s ease-in;
  -moz-transition: all .3s ease-in; }

#lamp.content2 {
  left: 50%;
  transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  -webkit-transition: all .3s ease-in;
  -moz-transition: all .3s ease-in; }

#lamp.content1 {
  left: 0;
  transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  -webkit-transition: all .3s ease-in;
  -moz-transition: all .3s ease-in; }

@media screen and (max-width: 768px) {
  /* 768px以下*/
  .ishi-tabs {
    margin: 0 auto;
    position: relative;
    width: 100%;
    /*		padding: 0 2.5em;*/ }

  .ishi-tab-buttons {
    width: 90%;
    margin: 0 auto; }

  #lamp {
    left: 2.5em !important;
    width: calc(50% - 2.5em); } }
/*-------------------------------------------------
商品説明文大
-------------------------------------------------*/
.item-detial-con h2, h3, h4 {
  font-family: "fot-tsukumin-pr6n", sans-serif; }

.item-detial-con h2 {
  text-align: center;
  margin: 0 0 2em;
  letter-spacing: 0.15em; }

.item-detial-l {
  display: flex;
  justify-content: center;
  margin: 1em auto 7em; }

.item-detial-l figure {
  width: 45%;
  padding: 0 3em 0 0;
  line-height: 0; }

.item-detial-l figure.ap {
  aspect-ratio: 168 / 101;
  overflow: hidden; }

.item-detial-l figure:not(.main) {
  aspect-ratio: 108 / 65;
  overflow: hidden;
  position: relative; }

.item-detial-l figure:not(.main) img {
  aspect-ratio: 108 / 65;
  object-fit: cover; }

.item-detial-l figure.kojyograf {
  aspect-ratio: auto;
  overflow: auto; }

.item-detial-l figure.fixed {
  position: fixed; }

.item-detial-l figure figicaption.kakudai {
  position: absolute;
  left: 0;
  bottom: 10px;
  font-size: 0.9em; }

.item-detial-l-textbox {
  width: 45%;
  display: flex;
  flex-direction: column; }

.item-detial-l-textbox-btm {
  margin-top: auto; }

.item-detial-l-textbox a {
  text-decoration: underline; }

.item-detial-l .itemlink-btn a {
  background: #000;
  color: #fff;
  display: block;
  padding: 1em 0.5em 0.8em 1em;
  width: 80%;
  text-align: left;
  position: relative;
  font-size: 0.9em; }

.item-detial-l .itemlink-btn {
  margin: 1em 0 0.5em; }

.item-detial-l .itemlink-btn a:after {
  content: url(https://ishigamimura.itembox.design/item/arrow_right_w.svg);
  position: absolute;
  right: 15px;
  height: 20px;
  width: 15px;
  top: 10px; }

.item-aji {
  max-width: 225px;
  margin: 0.5em 0 0;
  line-height: 0; }

.item-graf {
  max-width: 180px;
  margin: 0.5em 0 0;
  line-height: 0; }

.mark_enbun {
  border: 1px solid #000;
  font-family: "fot-tsukumin-pr6n", sans-serif;
  padding: 0.3em 0.5em;
  font-size: 0.85em; }

.item-2col {
  display: flex;
  justify-content: space-between;
  margin: 0 0 0; }

.item-2col-con {
  width: 48%; }

.item-2col-con figure {
  line-height: 0;
  aspect-ratio: 16 / 11; }

.item-2col-con h3 {
  padding: 1em 0 0.5em; }

.img_btm_txt {
  margin: 0.5em 0 3em; }

.item-detial-l-textbox p {
  text-align: justify; }

.item-detial-l h3 {
  line-height: 1.5; }

.item-detial-l.mothersday-item h3 {
  color: #e11616; }

@media screen and (max-width: 768px) {
  /* 768px以下*/
  .item-detial-l figure {
    width: 45%; }

  .item-detial-l-textbox {
    width: 50%;
    display: flex;
    flex-direction: column; }

  .item-aji {
    max-width: 160px; } }
@media screen and (min-width: 551px) {
  /* 551px以上*/
  .item-detial-l-textbox p {
    margin: -0.3em 0 0; }

  .item-detial-l-textbox p + p {
    padding-top: 1.5em; }

  .item-detial-l:nth-child(even) p {
    padding: 0 3em 0 0; }

  .item-detial-l h3 {
    padding: 0 0 0.8em;
    font-size: 1.3em;
    margin: 0 0 0; }

  .item-detial-l:nth-child(even) {
    flex-direction: row-reverse; }

  .item-detial-l:nth-child(even) figure {
    padding: 0; }

  .item-detial-l .tokuootsubu {
    width: 45%; }

  .item-detial-oneclumn {
    padding: 0 2.5em 2em; } }
@media screen and (max-width: 550px) {
  /* 550px以下*/
  .item-detial-l {
    display: block;
    margin: 1em auto 3em; }

  .item-detial-l figure {
    width: 100%;
    padding: 0; }

  .item-detial-l-textbox {
    margin: 1em 0 0;
    width: 100%;
    display: block; }

  .item-2col {
    display: block;
    margin: 0 0 3em; }

  .item-2col-con {
    width: 100%;
    margin: 3em 0 0; }

  .item-2col-con figure {
    width: 100%;
    margin: 0 auto; }

  .item-detial-tabele {
    padding: 0; }

  .ishi-tab-content {
    padding: 0 2.5em; }

  .item-graf {
    margin: 0.5em auto 0; } }
/*-------------------------------------------------
商品詳細ページサブ共通パーツ
-------------------------------------------------*/
/*化粧箱など*/
.subitem-wrap {
  width: 100%;
  margin: 4em 0 0; }

.item-subcon-2col {
  display: flex;
  justify-content: space-between;
  margin: 0 auto 2em;
  box-sizing: border-box;
  padding: 0 2em; }

.item-subcon-2col figure {
  width: 30%;
  text-align: center; }

.item-subcon-2col figure figcaption {
  font-size: 0.7em; }

.item-subcon-2col figure img {
  max-width: 210px;
  margin: 0 auto; }

.item-subcon-2col.keshobako figure img {
  max-width: 180px;
  margin: 0 auto; }

.item-subcon-2col-textblock {
  width: 70%;
  /*	font-size: 0.9em;*/ }

.item-subcon-2col-textblock a {
  text-decoration: underline; }

.item-subcon-2col-textblock span.tyui {
  color: #9e2127; }

.item-subcon-2col-textblock h3 {
  font-family: "fot-tsukumin-pr6n", sans-serif;
  margin: 0 0 0.5em; }

.item-subcon-2col-textblock h3 span {
  font-size: 0.8em; }

.item-subcon-2col.card {
  margin: 2em auto 3.5em; }

.item-subcon-2col figure {
  padding: 0 2em 0 0; }

@media screen and (max-width: 768px) {
  /* 768px以下*/
  .item-subcon-2col {
    padding: 0 2.5em; } }
@media screen and (max-width: 550px) {
  /* 550px以下*/
  .item-subcon-2col {
    display: block;
    margin: 0 auto 2em; }

  .item-subcon-2col figure {
    width: 50%;
    text-align: center;
    margin: 0 auto 0.5em; }

  .item-subcon-2col-textblock {
    width: 100%;
    font-size: 0.9em; }

  .item-subcon-2col-textblock h3 {
    line-height: 1.5; }

  /*化粧箱など*/
  .subitem-wrap {
    margin: 0.5em 0 0; } }
/*-------------------------------------------------
商品詳細花ふきんパーツ
-------------------------------------------------*/
.item-hanafukin {
  border-bottom: 1px solid #9d9d9b; }

.hanafukinh2 {
  text-align: center;
  letter-spacing: 0.2em;
  padding: 0 0 1em;
  font-size: 1.5em;
  line-height: 1.7; }

.hanafukinh2 span {
  font-size: 0.8em; }

.nakagawa-logoWrap {
  border: 1px solid #000;
  width: 93%;
  margin: 0 auto 2em;
  display: flex;
  align-items: center;
  padding: 1.5em 1.5em 0 1.5em;
  justify-content: space-between; }

.nakagawa-logoWrap figure {
  max-width: 320px;
  width: 30%;
  padding: 0 2em 0 0; }

.nakagawa-logoWrap-textbox {
  width: 70%; }

.nakagawa-shiori {
  border: 1px solid #000;
  width: 93%;
  margin: 0 auto 2em;
  display: flex;
  align-items: center;
  padding: 1.5em 1.5em 1em 1.5em;
  justify-content: flex-start; }

.nakagawa-shiori figure {
  max-width: 180px; }

.nakagawa-shiori-textbox {
  width: 100%;
  padding-left: 1.5em; }

.hanafukin-setsumei {
  margin: 0 0 3em; }

.hanafukin-setsumei P {
  padding: 1em 0.2em; }

.hanafukin-type h3 {
  font-size: 1.5em;
  text-align: center;
  margin: 0 0 2em;
  line-height: 1.5; }

.hanafukin-type figure {
  width: calc(clamp(18.75rem, -24.399rem + 125.52vw, 37.5rem));
  margin: 0 auto; }

.howto-hanafukin {
  margin: 4em 0;
  width: 100%; }

.howto-hanafukin h3 {
  color: #e58561;
  text-align: center;
  font-size: 1.5em;
  padding: 0 0 1.5em; }

.howto-hanafukinWrap ul {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  flex-wrap: wrap; }

.howto-hanafukinWrap li {
  width: 23%; }

.howto-hanafukinWrap li figure {
  line-height: 1; }

.howto-hanafukinWrap li p {
  line-height: 1.5;
  font-size: 0.9em; }

.howto-hanafukinWrap h4 span {
  display: inline;
  background: #e58561;
  padding: 4px 4px 4px 7px;
  border-radius: 30px;
  text-align: center;
  font-size: 0.8em;
  margin: 0 0.5em 0 1px;
  color: #fff; }

.howto-hanafukinWrap h4 {
  font-size: 1.1em;
  letter-spacing: 0.2em;
  padding: 0.5em 0 0; }

@media screen and (max-width: 1100px) {
  /* 768px以下*/
  .howto-hanafukinWrap li {
    width: 32%; }

  .howto-hanafukinWrap ul::after {
    display: block;
    content: "";
    width: 32%; } }
@media screen and (max-width: 825px) {
  /* 768px以下*/
  .howto-hanafukinWrap li {
    width: 23%; } }
@media screen and (min-width: 769px) {
  /* 769px以上*/
  .item-hanafukin {
    margin: 6em auto 5em !important;
    padding: 0 2.5em; }

  .nakagawa-shiori {
    width: 68%; } }
@media screen and (max-width: 768px) {
  /* 768px以下*/
  .item-hanafukin {
    margin: 2em auto !important;
    padding: 0 0;
    width: 85%; }

  .howto-hanafukinWrap li {
    width: 30%; }

  .nakagawa-logoWrap {
    border: 1px solid #000;
    width: 90%;
    margin: 0 auto 2em;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 1.5em; }

  .nakagawa-logoWrap figure {
    max-width: 250px;
    width: 100%;
    padding: 0; }

  .nakagawa-logoWrap-textbox {
    width: 100%;
    text-align: center; } }
@media screen and (max-width: 550px) {
  /* 768px以下*/
  .howto-hanafukinWrap li {
    width: 47%; }

  .howto-hanafukinWrap h4 {
    font-size: 1.1em;
    letter-spacing: 0; }

  .howto-hanafukin h3 {
    letter-spacing: 0.08em;
    padding: 0 0 1em; }

  .howto-hanafukinWrap h4 span {
    padding: 4px 7px 4px 7px; }

  .howto-hanafukin {
    margin: 2em 0;
    width: 100%; }

  .hanafukinh2 {
    line-height: 1.5; }

  .nakagawa-shiori {
    border: 1px solid #000;
    width: 100%;
    margin: 0 auto 2em;
    display: block;
    padding: 1.5em 1.5em 1em 1.5em; }

  .nakagawa-shiori-textbox h3 {
    text-align: center;
    padding-left: 0; }

  .nakagawa-shiori figure {
    max-width: 180px;
    margin: 0 auto;
    padding: 0 0 1em; } }
/*-------------------------------------------------
カテゴリー
-------------------------------------------------*/
.item-group-name {
  text-align: center; }

.item-group-name h2 {
  letter-spacing: 0.2em; }

/*子カテゴリリンクボタン*/
.fs-c-subgroupList__link {
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: linear;
  transition-delay: 0s;
  background: none;
  border: 1px solid #000000;
  color: inherit;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 5px 4em 2px 1em;
  text-decoration: none;
  position: relative; }

.fs-c-subgroupList__link:hover {
  background: #000;
  color: #fff; }

.fs-c-subgroupList__link::after {
  content: url(https://ishigamimura.itembox.design/item/arrow_right.svg);
  position: absolute;
  top: -12px;
  right: 8px;
  height: 20px;
  width: 14px; }

.fs-c-subgroupList__link:hover::after {
  content: url(https://ishigamimura.itembox.design/item/arrow_right_w.svg); }

.fs-c-subgroupList__item {
  flex-grow: 0;
  flex-basis: auto;
  font-size: 0.9em; }

.fs-c-subgroupList {
  gap: 10px; }

.fs-c-subgroupList > li {
  box-sizing: border-box;
  margin: 0;
  min-width: 175px; }

.ranking-box .slick-slide {
  overflow: hidden;
  position: relative; }

.slick-track {
  counter-reset: rank; }

.ranking-box .slick-slide::before {
  counter-increment: rank;
  content: counter(rank);
  left: 15px;
  top: 5px;
  position: absolute;
  font-size: 0.8em;
  color: #fff;
  border-radius: 20px;
  z-index: 2;
  padding: 0 9px; }

.ranking-box .slick-slide:nth-child(1)::before {
  background: #c0a818; }

.ranking-box .slick-slide:nth-child(2)::before {
  background: #a5a39a; }

.ranking-box .slick-slide:nth-child(3)::before {
  background: #aa771d; }

.ranking-box .slick-slide:nth-child(n+4)::before {
  background: #fff;
  border: 1px solid #a5a39a;
  color: #a5a39a; }

.ranking-box .slick-slide:nth-child(n+10)::before {
  padding: 3px 9px; }

@media screen and (min-width: 769px) {
  .fs-body-category .fs-c-breadcrumb {
    padding: 0; } }
.catemain {
  background: #3f3831;
  width: 100%;
  display: flex;
  align-items: center;
  overflow: hidden;
  margin: 2em 0 0; }

.catemain h1 {
  font-family: "fot-tsukumin-pr6n", sans-serif;
  font-size: calc(clamp(1.375rem, 1.193rem + 0.91vw, 1.875rem));
  /*22-30/320-1200*/
  letter-spacing: 0.1em;
  line-height: 1;
  padding-top: calc(clamp(0.938rem, -0.152rem + 2.03vw, 1.875rem));
  padding-bottom: calc(clamp(0.938rem, -0.152rem + 2.03vw, 1.875rem));
  margin: 0; }

.catemain h1 span {
  display: inline-block;
  font-size: 0.5em;
  padding: 0.5em;
  border: 1px solid #fff;
  vertical-align: 50%;
  letter-spacing: 0; }

.catemain .text-block {
  width: 50%;
  padding-right: 3em;
  display: flex;
  flex-direction: column;
  color: #fff;
  padding-left: calc(clamp(1.5rem, 0.551rem + 4.75vw, 5rem));
  padding-bottom: 1em; }

.catemain .text-block p {
  font-size: 0.9em; }

.catemainimg-block {
  width: 50%;
  aspect-ratio: 86 / 58;
  line-height: 0;
  position: relative;
  overflow: hidden; }

.catemainimg-block img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0;
  transition: opacity 2s ease-in-out; }

.catemainimg-block img.active {
  opacity: 1; }

.cate-aji-block {
  padding-top: calc(clamp(0.938rem, -0.152rem + 2.03vw, 1.875rem));
  display: flex;
  justify-content: flex-start;
  line-height: 0.2em; }

.cate-aji-block figure {
  width: calc(clamp(8.125rem, 3.041rem + 9.46vw, 12.5rem));
  padding: 0 1em 0 0; }

.cate-aji-block button {
  width: 240px;
  font-family: "fot-tsukumin-pr6n", sans-serif;
  cursor: pointer;
  letter-spacing: 0.1em; }

.cate-aji-block button a {
  display: block;
  height: 100%;
  vertical-align: bottom;
  line-height: 2;
  padding: 5px 0 0; }

.cate-2col {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto 3em; }

.cate-2col figure {
  width: 45%;
  padding: 0; }

.cate-2col-text-block {
  width: 49%; }

.cate-2col-text-block .mark-yuuki {
  max-width: 200px; }

.cate-2col-text-block.left {
  padding: 0 1.5em 0 0; }

.cate-2col-text-block h2 {
  padding: 0;
  font-family: "fot-tsukumin-pr6n", sans-serif;
  line-height: 1.6;
  padding: 0 0 0.5em; }

.cate-2col-text-block p + p {
  padding: 1em 0 0; }

.cate-2col:nth-child(even) {
  flex-direction: row-reverse; }

.cate-2col:nth-child(even) figure {
  padding: 0 1.5em 0 0; }

.cate-btm-wrap {
  margin: 7em 0 0; }

.cate-gift-wrap {
  margin: 7em 0 0;
  padding: 0 2.5em; }

.cate-gift-wrap h2 {
  text-align: center;
  font-family: "fot-tsukumin-pr6n", sans-serif; }

.cate-gift-wrap h2 + p {
  text-align: center; }

.gift-lineup {
  margin: 4em 0 0; }

.gift-lineup ul {
  display: flex;
  justify-content: space-between; }

.gift-lineup ul li {
  width: 32%;
  text-align: center; }

/*.gift-lineup ul.col-2::after{
  content:"";
  display: block;
  width:32%;
}*/
.gift-lineup ul.col-2 {
  display: flex;
  justify-content: center;
  gap: 20px; }

h3.h3box {
  border: 1px solid #000;
  margin: 0 0 1.5em;
  font-size: 0.95em;
  letter-spacing: 0.1em;
  text-align: center;
  padding: 0.5em 0; }

.gift-lineup ul li figure img {
  aspect-ratio: 1 / 1;
  object-fit: cover; }

.gift-lineup ul li p {
  margin: 0.5em 0 0;
  text-align: left; }

.ishi-mark {
  border: 1px solid #000;
  font-size: 0.65em;
  border-radius: 3px;
  padding: 4px 8px;
  margin-right: 4px;
  white-space: nowrap; }

.cate-hanafukin {
  margin: 5em auto 0; }

.nakagawa-box {
  background: #fff;
  display: flex;
  justify-content: space-between;
  padding: 1.5em 0 0.5em 2em;
  align-items: center;
  margin: 0 0 3em; }

.nakagawa-box figure {
  width: calc(clamp(8.125rem, 6.678rem + 4.21vw, 10.625rem));
  /*130-170/550-1600*/
  padding: 0 0 0 2em;
  line-height: 1; }

.nakagawa-box-text-box {
  width: 80%;
  padding: 0 3em 0.5em; }

.nakagawa-box-text-box h3 {
  font-size: 1.5em;
  letter-spacing: 0.1em; }

.hanafukin-lineup figure + p {
  padding: 1em 0 0; }

.nakagawa-box-text-box h3 span {
  font-size: 0.7em; }

/*商品一覧タイトル*/
.cate-itemlist-h2 {
  font-family: "fot-tsukumin-pr6n", sans-serif;
  text-align: center;
  margin: 7em 0 2em;
  letter-spacing: 0.15em; }

/*香壌栽培*/
.kojyoH2 {
  display: flex;
  justify-content: center;
  font-size: 1.4em;
  line-height: 1.5;
  margin: 0 0 1.5em; }

.kojyoH2 h2 {
  position: relative;
  color: #619410; }

.kojyoH2 h2:before {
  content: '';
  position: absolute;
  top: 0;
  left: -130px;
  width: 100px;
  background: url(https://ishigamimura.itembox.design/item/logo_kojyo_2x.png);
  background-repeat: no-repeat;
  background-size: 100px;
  height: 120px;
  display: inline-block; }

.kojyo h2, .kojyo h3 {
  color: #619410; }

.kojyo .img2col {
  display: flex;
  justify-content: center;
  column-gap: 15px;
  margin: 2em 0; }

.kojyo .img2col figure {
  width: 46%; }

@media screen and (min-width: 1105px) {
  /* 1300px以上*/
  .cate-aji-block button a {
    line-height: 3;
    padding: 3px 0 0 0; } }
@media screen and (max-width: 1250px) {
  /* 1105px以下*/
  br.w1105 {
    display: none; } }
.fs-c-productList__list__item {
  padding: 0 0 1em; }

@media (769px <= width < 960px) {
  .fs-c-productList__list {
    /*    display: grid;
        grid-template-columns: calc(20% - 15px) calc(20% - 15px) calc(20% - 15px) calc(20% - 15px) calc(20% - 15px)!important;
        grid-gap: 18px;*/ } }
@media screen and (max-width: 860px) {
  /* 768px以下*/
  .catemain {
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: visible;
    margin: 2em 0 0;
    top: 2em;
    position: relative; }

  .catemainimg-block {
    width: 100%;
    order: 1;
    aspect-ratio: 677 / 400;
    overflow: hidden; }

  .catemain .text-block {
    width: 100%;
    order: 2;
    padding: 2em;
    box-sizing: border-box; }

  .catemainimg-block img {
    object-position: center top; } }
@media screen and (max-width: 768px) {
  /* 768px以下*/
  .ishi-mark {
    display: inline-block;
    padding: 2px 8px; }

  .cate-btm-wrap, .cate-itemlist-h2 {
    margin: 3em 0 2em; }

  .gift-lineup {
    margin: 2em 0 0; } }
@media screen and (min-width: 600px) {
  /*  .fs-c-productList__list {
            display: grid;
            grid-template-columns: calc(31% - 0px) calc(31% - 0px) calc(31% - 0px);
            grid-gap: 20px;
    }*/ }
@media screen and (max-width: 550px) {
  /* 768px以下*/
  .fs-c-subgroupList > li {
    box-sizing: border-box;
    margin: 0;
    min-width: 48%; }

  .cate-2col {
    display: block;
    flex-direction: column; }

  .cate-2col figure {
    width: 100%;
    padding: 0;
    order: 1; }

  .cate-2col-text-block {
    width: 100%;
    order: 2; }

  .cate-gift-wrap h2 {
    text-align: left; }

  .cate-gift-wrap h2 + p {
    text-align: left; }

  .gift-lineup ul {
    flex-wrap: wrap; }

  .gift-lineup ul li {
    width: 48%;
    text-align: center;
    margin: 0 0 3em; }

  .nakagawa-box {
    flex-direction: column;
    padding: 1.5em 0; }

  .nakagawa-box figure {
    padding: 0 0 1.2em; }

  .cate-2col-text-block.left {
    padding: 0; }

  .cate-2col-text-block h2 {
    padding: 0.5em 0; }

  .nakagawa-box-text-box {
    width: 100%;
    padding: 0 3em 0;
    text-align: center; }

  .ranking-box .slick-slide::before {
    padding: 1px 8px 0; } }
/*-------------------------------------------------
カテゴリー　さくらまつり
-------------------------------------------------*/
.cate-btm-wrap.sakurano-cateblock h2 {
  color: #9e2227; }

@media screen and (min-width: 861px) {
  /* 768px以下*/
  .catemain.sakurano {
    background-color: #b1344d;
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    overflow: hidden;
    top: 1em;
    position: relative;
    margin-bottom: 48px; }

  .catemain.sakurano .text-block {
    width: 50%;
    /* box-shadow: inset 0px 0px 30px 8px rgba(156, 25, 50, 0.4);*/
    background-color: #b1344d;
    padding-bottom: 0.5em;
    padding-top: 1em;
    box-sizing: content-box;
    overflow: hidden; }

  .catemain.sakurano .title {
    position: relative;
    left: 0;
    top: 0;
    width: 60%;
    margin: 0 auto; }

  .catemain.sakurano .catemainimg-block {
    aspect-ratio: 86 / 62; } }
.catemain.sakurano figicaption {
  font-size: 90%; }

@media screen and (max-width: 860px) {
  /* 768px以下*/
  .catemain.sakurano {
    background-color: #b1344d;
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    top: 2em;
    position: relative; }

  .catemain.sakurano .title {
    position: relative;
    left: 0;
    top: 0;
    width: 55%;
    margin: 0 auto; } }
/*-------------------------------------------------
カテゴリー　母の日
-------------------------------------------------*/
.catemain.mothersday {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  overflow: hidden;
  top: 1em;
  position: relative;
  margin-bottom: 48px; }

.catemain.mothersday .title {
  margin: 0 auto; }

.catemain.mothersday .title h1 {
  margin: 0 auto;
  width: calc(clamp(15.625rem, -11.361rem + 50.15vw, 26.25rem)); }

.catemain.mothersday .title p {
  color: #b90f32;
  text-align: center;
  font-size: 1em; }

.cate-day {
  border: 1px solid #b90f32;
  padding: 1.5em;
  width: 80%;
  margin: 0 auto;
  text-align: center;
  border-radius: 10px;
  color: #b90f32;
  line-height: 1.5; }

.cate-day span {
  font-weight: bold;
  font-size: 2em;
  letter-spacing: 0.05em; }

.cate-day em {
  font-size: 0.6em;
  font-style: normal; }

.mother_pointWrap {
  background: #f6dddd;
  padding: 2em;
  margin: 5vh 0; }

.mother_pointWrap h2 {
  text-align: center;
  padding: 0 0 1em; }

.mother_pointWrap ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }

.mother_pointWrap ul li {
  border-radius: 10px;
  background: #fff;
  padding: 2em;
  width: 48%;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  margin: 0 0 2.3em; }

.mother_pointWrap ul li:first-child figure {
  max-width: 200px;
  margin: 0 auto; }

.mother_pointWrap ul li:nth-child(2) figure {
  max-width: 220px;
  margin: 0 auto;
  min-height: 230px; }

.mother_pointWrap ul li:nth-child(3) figure {
  max-width: 245px;
  margin: 0 auto;
  min-height: 230px; }

.mother_pointWrap ul li:nth-child(4) figure {
  max-width: 220px;
  margin: 0 auto;
  min-height: 230px; }

.mother_pointWrap ul li h3 {
  text-align: center;
  color: #fff;
  background: #c65766;
  padding: 0.5em;
  border-radius: 10px;
  margin: 1em 0; }

@media screen and (max-width: 1235px) {
  .catemain.mothersday .title p {
    font-size: 0.9em; } }
@media screen and (max-width: 960px) {
  .catemain.mothersday .title p br {
    display: none; } }
@media screen and (min-width: 861px) {
  .catemain.mothersday {
    background-image: url("https://ishigamimura.itembox.design/item/mather_backptrn_2x.png"), url("https://ishigamimura.itembox.design/item/mather_backptrn_2x.png"), url("https://ishigamimura.itembox.design/item/mather_backptrn_2x.png"), url("https://ishigamimura.itembox.design/item/mather_backptrn_2x.png");
    background-color: #dcd0be;
    background-repeat: no-repeat;
    background-position: -10% -60%, 48% -60%, -10% 170%, 48% 170%;
    background-size: 20%; } }
@media screen and (max-width: 860px) {
  .catemain.mothersday .title p br {
    display: block; }

  .mother_pointWrap ul li h3 br {
    display: block; }

  .catemain.mothersday {
    background-image: url("https://ishigamimura.itembox.design/item/mather_backptrn_2x.png"), url("https://ishigamimura.itembox.design/item/mather_backptrn_2x.png");
    background-color: #dcd0be;
    background-repeat: no-repeat;
    background-position: -10% 80%, 105% 80%;
    background-size: 25%; } }
@media screen and (max-width: 550px) {
  .catemain.mothersday .title p br {
    display: none; }

  .catemain.mothersday {
    background-image: url("https://ishigamimura.itembox.design/item/mather_backptrn_2x.png"), url("https://ishigamimura.itembox.design/item/mather_backptrn_2x.png");
    background-color: #dcd0be;
    background-repeat: no-repeat;
    background-position: -10% 60%, 105% 60%;
    background-size: 25%; } }
/*-------------------------------------------------
カテゴリー　父の日
-------------------------------------------------*/
catemain.fathersday .title {
  margin: 0 auto; }

.catemain.fathersday .title h1 {
  margin: 0 auto;
  width: calc(clamp(15.625rem, -11.361rem + 50.15vw, 26.25rem)); }

.fathers-con {
  margin: 4em 0 0; }

.fathers-con .cate-day {
  border: 1px solid #0068b3;
  padding: 1.5em;
  width: 80%;
  margin: 0 auto;
  text-align: center;
  border-radius: 10px;
  color: #0068b3;
  line-height: 1.5; }

.father_pointWrap {
  background: #ecf6fe;
  padding: 2em;
  margin: 5vh 0; }

.father_pointWrap h3 {
  text-align: center;
  color: #0068b3;
  padding: 0.5em;
  border-radius: 10px;
  margin: 0 auto 1em;
  width: 60%;
  border: 1px solid #0068b3; }

.father_pointWrap .card-wrap figure {
  max-width: 200px; }

.father_pointWrap .card-wrap p {
  padding: 0 0 1em 1.5em; }

.card-wrap-backwt {
  background: #fff;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2em 2em 0.5em 2em;
  box-sizing: border-box; }

.fathers-con .h3box {
  color: #fff;
  border: none;
  background: #0068b3;
  font-size: 1.2em;
  line-height: 1.3; }

.cate-con .item-2col {
  flex-wrap: wrap; }

.cate .item-2col figure {
  overflow: hidden; }

.fathers-con .item-2col h4 {
  color: #0068b3;
  padding: 1em 0 0;
  font-size: 1.3em; }

.cate-con .item-2col a img:hover {
  transform: scale(1); }

.cate-con .item-2col a {
  color: #000; }

.cate-con .item-2col a:hover {
  opacity: 0.7; }

.cate-con .item-2col-con {
  width: 48%;
  padding: 0 0 2.5em; }

.father_title {
  text-align: center;
  border-bottom: 2px solid #0068b3;
  color: #0068b3;
  margin: 2em 0;
  padding: 0 0 0.5em;
  font-size: 2em; }

.cate-con　.item-2col-con figure {
  overflow: hidden; }

@media screen and (min-width: 861px) {
  .catemain.fathersday {
    background-image: url("https://ishigamimura.itembox.design/item/father_flower01_2x.png"), url("https://ishigamimura.itembox.design/item/father_flower02_2x.png");
    background-color: #c6e6ff;
    background-repeat: no-repeat;
    background-position: -5% -50%, 48% 140%;
    background-size: 23%; } }
@media screen and (max-width: 860px) {
  .catemain.fathersday {
    background-image: url("https://ishigamimura.itembox.design/item/father_flower01_2x.png"), url("https://ishigamimura.itembox.design/item/father_flower02_2x.png");
    background-color: #c6e6ff;
    background-repeat: no-repeat;
    background-position: -5% 90%, 110% 110%;
    background-size: 25%; }

  .father_pointWrap {
    margin: 2vh 0; } }
@media screen and (max-width: 550px) {
  .catemain.fathersday {
    background-image: url("https://ishigamimura.itembox.design/item/father_flower01_2x.png"), url("https://ishigamimura.itembox.design/item/father_flower02_2x.png");
    background-color: #c6e6ff;
    background-repeat: no-repeat;
    background-position: -1% 70%, 105% 105%;
    background-size: 25%; }

  .card-wrap-backwt {
    background: #fff;
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 2em 1.5em 0;
    box-sizing: border-box; }

  .father_pointWrap {
    background: #ecf6fe;
    padding: 2em;
    margin: 2vh 0; }

  .father_pointWrap .card-wrap p {
    padding: 1.5em 0 1em 0; }

  .father_pointWrap h3 {
    width: 100%;
    box-sizing: border-box; }

  .cate-con .item-2col-con {
    width: 100%;
    padding: 0 0 1.5em; }

  .cate-con .cate-day {
    width: 100%; }

  .cate-con {
    margin: 2em 0 0; } }
/*-------------------------------------------------
カテゴリー　お中元
-------------------------------------------------*/
.fs-body-category-ochugen .fs-c-breadcrumb {
  display: none; }

.catemain.summergift {
  position: relative;
  z-index: 2; }

.catemain.summergift .text-block {
  text-align: center; }

.catemain.summergift .title {
  margin: 0 auto; }

.catemain.summergift .title h1 {
  margin: 0 auto;
  width: calc(clamp(15.625rem, -11.361rem + 50.15vw, 26.25rem));
  line-height: 1.5;
  font-size: 2em;
  position: relative;
  z-index: 1; }

.catemain.summergift .title h1 span {
  border: none;
  display: block;
  margin: 7px; }

.text-block-back {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 56%;
  mix-blend-mode: multiply; }

.text-block-back img {
  width: 100%; }

.summer-con {
  margin: 2em auto 0; }

.summer-con .item-2col h4 {
  color: #72bbcb;
  padding: 1em 0 0;
  font-size: 1.3em; }

summer-con .item-2col-con figure {
  overflow: hidden; }

.summer_pointWrap {
  padding: 7em 0 5.5em;
  margin: 0;
  font-family: "fot-tsukumin-pr6n", sans-serif;
  position: relative;
  overflow: hidden;
  z-index: 0; }

.summer_pointWrap_back01 {
  position: absolute;
  top: 0;
  left: 30px;
  z-index: 0;
  width: 50%; }

.summer_pointWrap_back02 {
  position: absolute;
  bottom: 0;
  right: 30px;
  z-index: 0;
  width: 20%; }

.summer_pointWrap h3 {
  text-align: center;
  margin: 0 auto 1em;
  font-size: 1.5em;
  position: relative;
  z-index: 1; }

.summer_pointWrap p {
  font-size: 1.3em;
  line-height: 2.5;
  position: relative;
  z-index: 1; }

.summer_pointWrap .card-wrap figure {
  max-width: 200px; }

.summer_pointWrap .card-wrap p {
  padding: 0 0 1em 1.5em; }

.summer_title {
  text-align: center;
  border-bottom: 2px solid #72bbcb;
  color: #72bbcb;
  margin: 2em 0;
  padding: 0 0 0.5em;
  font-size: 2em; }

.summer-con .h3box {
  color: #fff;
  border: none;
  background: #72bbcb;
  font-size: 1.2em;
  line-height: 1.3; }

.catemain.summergift {
  background: #72bbcb; }

.summer_pointWrap {
  text-align: center; }

@media screen and (min-width: 861px) {
  .h3box {
    min-height: 49px;
    display: flex;
    align-items: center;
    justify-content: center; }

  .summer_pointWrap_back01 {
    top: -80px; } }
@media screen and (max-width: 860px) {
  .summer_pointWrap {
    padding: 6em 0 4em; }

  .catemain.summergift .text-block {
    position: relative;
    overflow: hidden;
    padding: 1em; }

  .summer_pointWrap p {
    font-size: 1.1em; }

  .text-block-back {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    mix-blend-mode: multiply; }

  .summer_pointWrap_back01 {
    z-index: -1;
    width: 70%;
    left: 0;
    mix-blend-mode: multiply; }

  .summer_pointWrap_back02 {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 0;
    width: 20%; }

  .summer_title {
    margin: 0; } }
@media screen and (max-width: 550px) {
  .summer_pointWrap {
    padding: 5em 0 3em; } }
/*-------------------------------------------------
カテゴリー　ハマダクラシック
-------------------------------------------------*/
.gi-wrap {
  background: #fff;
  padding: 2em;
  box-sizing: border-box;
  text-align: center;
  width: 80%;
  margin: 0 auto; }

.gi-flex {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1em 0 0;
  font-size: 0.9em; }

.gi-flex figure {
  max-width: 85px; }

.gi-flex p {
  padding: 0 0 0 2em;
  text-align: left; }

.hamadaclassic h2, .hamadaclassic h3 {
  color: #97844b; }

@media screen and (max-width: 768px) {
  .gi-flex {
    display: block;
    font-size: 1em; }

  .gi-flex figure {
    margin: 0 auto; }

  .gi-wrap {
    width: 100%; }

  .gi-flex p {
    padding: 0;
    text-align: left; } }
/*-------------------------------------------------
カテゴリー　花ふきん
-------------------------------------------------*/
.cate-btm-wrap.hanafukin h2 {
  color: #E58560; }

/*-------------------------------------------------
カテゴリー　ラボ
-------------------------------------------------*/
.lab-alegy {
  max-width: 850px;
  margin: 0 auto 2em; }

.item-lab-main {
  max-width: 700px;
  margin: 0 auto 6em;
  text-align: center; }

@media screen and (max-width: 550px) {
  .item-lab-main {
    margin: 0 auto 4em; } }
/*-------------------------------------------------
カテゴリー　のし包装紙
-------------------------------------------------*/
.noshi .pagelink ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 3em auto;
  width: auto;
  margin: 0 auto;
  gap: 10px 40px; }

.noshi .pagelink ul li {
  font-size: 0.9em;
  position: relative; }

.noshi .noshi-copy {
  text-align: center; }

.arrow {
  position: relative;
  display: inline-block;
  width: 8.1px;
  height: 4.5px; }

.arrow::before,
.arrow::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 15px;
  width: 1px;
  height: 6px;
  border-radius: 9999px;
  background-color: #000000;
  transform-origin: 50% calc(100% - 0.5px); }

.arrow::before {
  transform: rotate(45deg); }

.arrow::after {
  transform: rotate(-45deg); }

.noshi h2 {
  text-align: center; }

.noshi h2 + p {
  margin: 2em 0;
  text-align: center; }

.housou-type {
  text-align: center; }

.housou-type h3 {
  font-size: 1.3em; }

.housou-type table {
  text-align: left;
  margin: calc(clamp(1.25rem, -1.889rem + 9.13vw, 2.5rem)) auto;
  border-collapse: collapse;
  border: 1px solid #90846f; }

.housou-type table th, .housou-type table td {
  border-bottom: 1px #90846f solid;
  padding: 0.5em 1em;
  vertical-align: middle; }

.housou-type table th {
  padding: 0.7em 1em 0.5em; }

.housou-type table td {
  line-height: 1.4; }

.housou-type table th span {
  padding: 0 0 0 0.5em;
  display: inline-block;
  line-height: 1.3; }

.housou-type table th figure {
  width: 50px;
  text-align: center;
  float: left; }

.housou-type table th figure img {
  height: 33px;
  width: auto; }

.noshi-survice {
  text-align: left;
  padding: 0 2.5em; }

.noshi-survice a {
  color: #9b1016;
  text-decoration: underline; }

.noshi-survice h2 {
  text-align: left;
  border-bottom: 1px solid #000; }

.noshi-survice h2 span {
  font-size: 0.7em;
  padding: 0 0 0 1em; }

.noshi-survice h2 + p {
  text-align: left;
  margin: 2em 0 0; }

h3.noshih3 {
  border: #9b1016 solid 1px;
  color: #9b1016;
  padding: 0.3em 0.5em;
  margin: 2em 0 3em; }

h3.noshih3 span {
  font-size: 0.7em; }

h3.noshih3.tyouji {
  border: #4d646f solid 1px;
  color: #4d646f;
  padding: 0.3em 0.5em;
  margin: 2em 0 3em; }

h3.noshih3.tyouji.greeting {
  margin: 2em 0 1.5em; }

.hosoutype {
  display: flex;
  justify-content: flex-start;
  margin: 2em 0 0; }

.hosoutype h4 {
  font-size: 1.2em;
  color: #9b1016; }

.hosoutype.tyouji h4 {
  color: #4d646f; }

.hosoutype h5 {
  font-size: 1.1em;
  color: #9b1016;
  padding: 0.3em 0 0.5em; }

.hosoutype.tyouji h5 {
  color: #4d646f; }

.hosoutype figure {
  width: 25%;
  min-width: 200px;
  padding: 0 1.5em 0 0;
  text-align: center; }

.housou-right-textbox {
  max-width: 75%; }

figure.housoushi img {
  width: 80%;
  margin: 0 auto;
  text-align: center; }

.greeting h4 {
  color: #fff;
  font-size: 1em;
  background: #4d646f;
  padding: 0.3em 1em;
  display: inline-block;
  margin: 2em 0 0; }

.greeting-wrap {
  margin: 1em 0 0; }

.greeting-wrap ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }

.greeting-wrap ul li {
  width: 47%;
  padding: 0 0 1.5em; }

.greeting-wrap.hagaki ul li {
  width: 30%;
  padding: 0 0 1.5em; }

.greeting-wrap ul li figure {
  line-height: 1; }

.greeting-wrap ul li figure a img:hover {
  transform: scale(1); }

.lum-lightbox-inner img {
  max-width: 60vw;
  max-height: 100%;
  object-fit: scale-down; }

.lum-gallery-button {
  display: none; }

.greeting-wrap ul li figicaption {
  font-size: 0.8em; }

.greeting-wrap ul li h5 {
  color: #4d646f;
  font-size: 1.1em;
  line-height: 1.3;
  padding: 0 0 0.3em; }

.howto-order {
  border: 1px solid #90846f;
  padding: 1.5em; }

.howto-order h4 {
  padding: 0 0 1em;
  font-size: 1.15em; }

.noshi-survice .nakagawa {
  border: 1px solid #90846f;
  display: flex;
  justify-content: flex-start;
  padding: 1.5em;
  margin: 2em 0;
  align-items: center; }

.noshi-survice .nakagawa figure {
  max-width: 30%;
  padding: 0 1.5em 0 0; }

.nakagawa-hanafukin {
  display: flex;
  justify-content: space-between;
  margin: 0 0 1em; }

.nakagawa-hanafukin figure {
  max-width: 50%; }

.furoshiki-sec ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 1em 0 0; }

.furoshiki-sec ul li {
  max-width: 30%;
  text-align: center; }

.furoshiki-sec ul li figure {
  height: 300px;
  width: auto;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0 0.5em; }

.furoshiki-sec ul li figure img {
  height: 100%;
  width: auto; }

.furoshiki-sec ul li:first-child figure img {
  height: 70%;
  margin: 3em 0 0; }

.furoshiki-sec ul li:nth-child(3) figure img {
  height: 90%; }

.furoshiki-color {
  background: #f3e7df;
  width: 50%;
  padding: 1.5em;
  margin: 3em auto;
  display: flex;
  align-items: center;
  justify-content: flex-start; }

.furoshiki-color h4 {
  text-align: center;
  padding: 0 1.5em 0 0; }

.furoshiki-color p {
  display: inline;
  margin: 0 auto; }

.card-sec ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 1.5em auto 0;
  width: 80%;
  gap: 20px;
  position: relative; }

.card-sec ul li {
  max-width: 30%;
  text-align: center; }

.card-sec ul:after {
  content: "";
  width: 30%; }

.kamibukuro-sec figure {
  width: min(80vw, 640px);
  margin: 1.5em auto; }

@media screen and (max-width: 768px) {
  /* 768px以下*/
  .housou-type table th {
    text-align: center; }

  .housou-type table th figure {
    width: 50px;
    text-align: center;
    float: none;
    margin: 0 auto; }

  .housou-type table th span {
    text-align: center; }

  .greeting-wrap ul li h5 {
    font-size: 1em; }

  .furoshiki-sec ul li figure {
    height: 200px;
    width: auto;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 0 0.5em; }

  .card-sec ul li {
    max-width: 45%;
    text-align: center; }

  .furoshiki-color {
    width: 70%; } }
@media screen and (max-width: 550px) {
  /* 768px以下*/
  .noshi .pagelink ul {
    justify-content: left;
    margin: 3em auto;
    width: auto;
    margin: 1em auto;
    gap: 10px 40px; }

  .furoshiki-sec ul {
    display: block; }

  .furoshiki-sec ul li {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 0 1.5em; }

  .furoshiki-sec ul li:first-child figure img {
    margin: 3em 0 0; }

  .nakagawa-hanafukin {
    display: block;
    margin: 0 0 1em; }

  .nakagawa-hanafukin figure {
    max-width: 100%; }

  .noshi-survice .nakagawa {
    display: block; }

  .noshi-survice .nakagawa figure {
    max-width: 70%;
    margin: 0 auto;
    padding: 0 1.5em 0 0; }

  .hosoutype {
    display: block; }

  .hosoutype figure {
    width: 80%;
    margin: 0 auto; }

  .housou-right-textbox {
    max-width: 100%; }

  .furoshiki-color {
    width: 90%; } }
/*-------------------------------------------------
トップページ
-------------------------------------------------*/
.ume-type {
  margin: calc(clamp(1.25rem, -1.889rem + 9.13vw, 2.5rem)) 0; }

.ume-type ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }

.ume-type ul li {
  width: 22%;
  font-size: 0.9em;
  background: #fff; }

.ume-type ul li a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 1em 1em 0.7em; }

.ume-type ul li i {
  width: 40px;
  display: inline-block;
  line-height: 1; }

.ume-type ul li:nth-child(2) i {
  width: 37px; }

.ume-type ul li:nth-child(3) i {
  width: 52px; }

.ume-type ul li:nth-child(4) i {
  width: 45px; }

.ume-type ul li span {
  display: inline-block;
  padding: 0 0 0 1em; }

.ume-type ul li span em {
  display: block;
  font-size: 0.8em;
  font-style: normal;
  line-height: 1.4; }

.about-ishigamiBnr {
  margin-top: calc(clamp(1.875rem, -7.857rem + 28.31vw, 5.75rem)); }

.about-ishigamiBnr a {
  background: url("https://ishigamimura.itembox.design/item/bnr_about_ishigami_2x.png") no-repeat left center;
  max-width: 1200px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: calc(clamp(1.125rem, 0.026rem + 3.2vw, 1.563rem));
  font-family: "fot-tsukumin-pr6n", sans-serif;
  background-size: cover;
  aspect-ratio: 55 / 12;
  letter-spacing: 0.2em; }

.about-ishigamiBnr a p {
  padding: 0.5em 0 0;
  font-size: calc(clamp(1.125rem, 0.026rem + 3.2vw, 1.563rem)); }

.columnWrap {
  margin-top: calc(clamp(1.875rem, -7.857rem + 28.31vw, 5.75rem)); }

.mt {
  margin-top: calc(clamp(1.875rem, -7.857rem + 28.31vw, 5.75rem)); }

/*お知らせ*/
.fs-pt-list {
  max-width: 1200px;
  margin: 0 auto; }

.fs-p-dateList > li {
  border: 1px solid #b1a99b;
  border-width: 1px 0 0 0;
  padding: 8px 0 0;
  padding: 15px 0 0 6px;
  line-height: 1.8; }

.fs-p-dateList > li time:first-child {
  background: none;
  color: #7a7a5c;
  line-height: 1.2;
  padding: 0;
  font-size: 0.9em;
  display: block; }

@media screen and (max-width: 845px) {
  /* 845px以下*/
  .ume-type ul li {
    width: 47%;
    font-size: 0.9em;
    background: #fff;
    margin: 0 0 1.3em; } }
@media screen and (max-width: 550px) {
  /* 845px以下*/
  .ume-type ul li i {
    width: 30px; }

  .ume-type ul li:nth-child(2) i {
    width: 30px; }

  .ume-type ul li:nth-child(3) i {
    width: 40px; }

  .ume-type ul li:nth-child(4) i {
    width: 35px; } }
/*-------------------------------------------------
フッター周り
-------------------------------------------------*/
.foot-bnrWrap ul {
  display: flex;
  justify-content: space-between;
  gap: 20px; }

.foot-bnrWrap ul a {
  display: flex;
  justify-content: flex-start;
  font-size: 0.9em;
  align-items: center;
  background: #fff;
  padding: 10px; }

.foot-bnrWrap ul a:hover {
  background: #e0dfda; }

.foot-bnrWrap ul a img:hover {
  transform: none; }

.foot-bnrWrap ul figure {
  width: 73px;
  height: 73px;
  display: flex;
  align-items: center;
  background: #f1f1e8;
  justify-content: center; }

.foot-bnrWrap ul p {
  padding: 0 0 0 1em; }

.foot-bnrWrap ul li {
  background: #fff;
  width: 30%; }

.foot-bnrWrap ul li:first-child figure img {
  width: 32px; }

.foot-bnrWrap ul li:nth-child(2) figure img {
  width: 25px; }

.foot-bnrWrap ul li:nth-child(3) figure img {
  width: 32px; }

.footer-catelistWrap ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px; }

.footer-catelistWrap ul li {
  width: 15%; }

.footer-catelistWrap ul li figure {
  max-width: 124px;
  max-height: 124px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 124px; }

.footer-catelistWrap ul li a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }

.footer-catelistWrap ul li figure img {
  max-height: 110px;
  max-width: fit-content;
  object-fit: contain; }

.footer-catelistWrap ul li p {
  padding: 0.5em;
  font-size: 0.9em;
  text-align: center;
  line-height: 1.4; }

.footer-catelistWrap ul li:nth-child(2) img {
  width: calc(clamp(3.438rem, 2.098rem + 6.7vw, 5.313rem)); }

.footer-catelistWrap ul li:nth-child(6) img {
  padding: 0 0 0 10px; }

.footer-catelistWrap ul li:nth-child(7) img {
  width: calc(clamp(5rem, 3.661rem + 6.7vw, 6.875rem)); }

.footer-catelistWrap ul li:nth-child(8) img {
  width: 95px; }

.footer-catelistWrap ul li:nth-child(9) img {
  height: 100px; }

.footer-catelistWrap ul li:nth-child(11) img {
  width: calc(clamp(4.688rem, 3.795rem + 4.46vw, 5.938rem));
  padding: 0 0 8px; }

.footer-catelistWrap ul li:nth-child(12) img {
  width: calc(clamp(5rem, 3.661rem + 6.7vw, 6.875rem));
  padding: 0 0 0 10px;
  margin: 20px 0 0; }

/*フッターお問い合わせ*/
.foot-contactWrap {
  background: #e1dfd4;
  padding: 2em 0; }

.foot-contactWrap h3 {
  font-family: "fot-tsukumin-pr6n", sans-serif;
  line-height: 1;
  margin: 0 0 0.5em; }

.foot-contactWrap .foot-contact-right h3 {
  margin: 0 0 1em; }

.foot-contact-flex {
  display: flex;
  justify-content: center;
  align-items: center; }

.foot-contact-con {
  width: 45%;
  text-align: center; }

.foot-contact-con .tel {
  font-weight: bold;
  font-size: 2em;
  letter-spacing: 0.1em; }

.foot-contact-con .tel span {
  font-size: 0.5em; }

.foot-contact-left {
  line-height: 1; }

.foot-contact-left p {
  font-size: 0.8em; }

.foot-contact-right {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-left: solid #ccc 1px; }

button.linkbtn {
  background: #726b5f;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: #726b5f;
  width: 80%;
  margin: 0 0 1em; }

button.linkbtn a {
  color: #fff;
  font-family: "fot-tsukumin-pr6n", sans-serif;
  font-size: calc(clamp(0.813rem, 0.679rem + 0.67vw, 1rem));
  display: block;
  position: relative;
  letter-spacing: 0.15em; }

button.linkbtn a:after {
  content: url(https://ishigamimura.itembox.design/item/arrow_right_w.svg);
  position: absolute;
  right: 10px;
  height: 20px;
  width: 15px; }

button.btn-contact a:after {
  top: 20%; }

button.qanda a:after {
  top: 15%; }

button.btn-contact {
  border: #726b5f;
  background: #726b5f; }

button.btn-contact a {
  display: block;
  padding: 1.1em 0; }

button.btn-contact a:hover {
  background: #4e483d; }

button.qanda {
  border: #383837;
  background: #383837; }

button.qanda a {
  display: block;
  padding: 0.6em 0; }

button.qanda a:hover {
  background: #000; }

/*フッター最下部*/
.foot-btmWrap {
  background: #4a4a40;
  color: #fff; }

.footMenu {
  display: flex;
  padding: 5em 0;
  justify-content: space-between; }

.footMenu a {
  font-size: 0.8em;
  color: #fff;
  line-height: 3;
  letter-spacing: 0.1em; }

.footMenu .footMenuBox {
  width: 22%; }

.footMenu .footMenuBox h3 {
  font-weight: normal;
  font-size: 0.85em;
  padding: 0 0 0.5em; }

.foot-logoWrap {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 30%;
  padding: 0 0 0.1em; }

.foot-logoWrap a img:hover {
  transform: none; }

.foot-logoWrap a img {
  max-width: 150px; }

.foot-logoWrap p {
  margin-top: auto;
  font-size: 0.75em;
  font-weight: normal;
  letter-spacing: 0.1em;
  line-height: 1; }

@media screen and (max-width: 768px) {
  /* 768px以下*/
  .footMenu {
    flex-direction: column;
    padding: 2em 0;
    justify-content: flex-start;
    align-items: flex-start; }

  .footMenu01 h3 {
    cursor: pointer;
    padding: 0 0 1em; }

  .footMenuBox ul {
    display: none;
    margin: 0 0 1.5em; }

  .footMenu .footMenuBox {
    width: auto; }

  .footMenu .footMenuBox:last-child {
    padding: 0 0 2.5em; }

  .footMenu .footMenuBox h3 {
    font-size: 1em;
    display: inline-block;
    position: relative;
    padding: 0 0 0.8em; }

  .foot-logoWrap {
    width: 100%;
    order: 4;
    justify-content: flex-start;
    align-items: flex-start; }

  .foot-logoWrap a img {
    max-width: 120px; }

  .footMenu .footMenuBox h3::after {
    content: '＋';
    /* 疑似要素で「＋」を設置 */
    font-family: "Arial Black", Gadget, "sans-serif";
    padding: 0 0 0 5px; }

  .footMenu .footMenuBox h3.open::after {
    content: 'ー';
    /* openクラスが付いたら「－」に */
    font-family: "Arial Black", Gadget, "sans-serif";
    padding: 0 0 0 5px; }

  .footer-catelistWrap ul li {
    width: 22%;
    padding: 0 0 0.5em; }

  .footer-catelistWrap ul li figure {
    height: 80px; }

  .footer-catelistWrap ul li figure img {
    max-height: 80px;
    max-width: fit-content;
    width: auto; }

  .footer-catelistWrap ul li:nth-child(12) img {
    padding: 0 0 0 20px; }

  .footer-catelistWrap ul li p {
    padding: 1em; }

  .foot-contact-flex {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column; }

  .foot-contact-left {
    padding: 0 0 1.5em; }

  .foot-contact-right {
    display: flex;
    flex-direction: column;
    align-items: center;
    border-left: none;
    border-top: solid #ccc 1px;
    padding: 1.5em 0 0; }

  .foot-contact-con {
    width: 100%;
    text-align: center; }

  .foot-contactWrap {
    padding: 3em 0 2em; }

  .foot-bnrWrap ul {
    flex-direction: column; }

  .foot-bnrWrap ul li {
    background: #fff;
    width: 100%; } }
@media screen and (max-width: 550px) {
  /* 550px以下*/
  .about-ishigamiBnr a p {
    padding: 0;
    font-size: 0.8em; }

  .about-ishigamiBnr a {
    aspect-ratio: 40 / 12; }

  .footer-catelistWrap ul li {
    width: 26%;
    padding: 0 0 0.5em; } }
/*-------------------------------------------------
フリーページ
-------------------------------------------------*/
/*--石神邑について--*/
.w900 {
  max-width: 900px;
  margin: 0 auto; }

.w850 {
  max-width: 850px;
  margin: 0 auto; }

.freepd {
  margin-top: calc(clamp(3.125rem, -4.759rem + 22.94vw, 6.25rem)); }

.about {
  letter-spacing: 0.07em; }

.about section:last-child {
  padding: 0 0 4em; }

.about .beginning {
  font-family: "fot-tsukumin-pr6n", sans-serif;
  margin-top: calc(clamp(1.25rem, -3.481rem + 13.76vw, 3.125rem));
  line-height: 2.5;
  text-align: justify; }

.about .beginning p {
  font-family: "fot-tsukumin-pr6n", sans-serif; }

.about .beginning p + p {
  padding: 30px 0 0; }

.about section h3 {
  text-align: center;
  padding: 0 0 1.5em;
  font-size: 1.5em; }

p.company-profile-text {
  margin: 20px 0;
  font-family: "fot-tsukumin-pr6n", sans-serif; }

.about .company-profile table {
  width: 100%;
  font-size: 0.9em;
  border-collapse: collapse;
  margin: 4em 0 0; }

.about .company-profile table th {
  text-align: left;
  letter-spacing: 0.1rem;
  vertical-align: top;
  border-bottom: 1px solid #c9c9c9;
  padding: 0.7em 1.5em 0 1.3em;
  font-weight: normal;
  width: 20%; }

.about .company-profile table td {
  border-bottom: 1px solid #c9c9c9;
  padding: 0.7em 0.5em 0.7em 0;
  line-height: 1.7;
  vertical-align: middle; }

.about .history .timeline {
  list-style: none;
  padding: 0; }

.about .history .timeline > li {
  overflow: hidden;
  position: relative;
  display: flex;
  flex-wrap: wrap; }

.about .history .timeline li div {
  display: flex;
  flex-direction: column; }

.about .history .tl-date {
  width: 13%;
  margin: 0 2% 1.5em 0;
  font-size: 18px;
  line-height: 1.5; }

.about .history .tl-date:after {
  content: '';
  width: 1em;
  height: 1em;
  background: #c72f2f;
  position: absolute;
  left: calc(15% - 0.4em);
  top: 0.3em;
  border-radius: 100%; }

.about .history .tl-date span {
  display: block;
  font-size: 13px; }

.about .history .tl-content {
  width: calc(77% - 3px);
  border-left: 3px #eee solid;
  padding: 0 0 0 8%; }

.about .history .tl-content:before {
  content: '';
  width: 2em;
  height: 1px;
  background: #999;
  position: absolute;
  left: 20%;
  top: 1em; }

.about .history .tl-content p {
  font-size: 15px;
  margin: 0 0 1.5em 20px;
  line-height: 1.8; }

.about .history .tl-content p a {
  margin: 0;
  display: block;
  color: #000;
  text-decoration: underline; }

.about .history .tl-content p a:before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url("https://ishigamimura.itembox.design/item/arrow_red_right_2x.png") no-repeat 0 80%;
  background-size: contain;
  vertical-align: -0.3em;
  padding: 0 0.5em 0 0;
  top: 5px;
  transform: rotate(90deg); }

.about .history .tl-content p a:visited {
  color: #ccc; }

.about .history .tl-content p span {
  font-size: 1.3em;
  color: #c72f2f;
  padding: 0 0.2em 0; }

.about .koborebanashi {
  background: url("https://ishigamimura.itembox.design/item/back_kobore_2x.jpg") no-repeat left top;
  background-size: cover;
  padding: 1em 3em 2em;
  margin: 4em auto 0;
  max-width: 800px; }

.about .koborebanashi h4.kobore1 {
  padding: 1em 0 0.5em;
  text-align: center;
  max-width: 270px;
  margin: 0 auto;
  display: block; }

.about .koborebanashi h4.kobore2 {
  padding: 1em 0 0.5em;
  text-align: center;
  max-width: 550px;
  margin: 0 auto;
  display: block; }

.about .kobore-titleWrap {
  border-bottom: 1px solid #c9c9c9; }

.about .koborebanashi p {
  margin: 2em 0 0;
  line-height: 2.3;
  font-size: 0.95em; }

.about .koborebox {
  display: flex;
  justify-content: space-between; }

.kobore2Wrap .koborebox p {
  width: 60%;
  text-align: justify;
  line-height: 2.5;
  padding: 0 2em 0 0; }

.kobore2Wrap .koborebox figure {
  margin: 2.3em 0 0; }

.map {
  max-width: 900px;
  margin: 0 auto; }

.map iframe {
  filter: grayscale(30%);
  -webkit-filter: grayscale(30%);
  width: 100%;
  aspect-ratio: 18 / 7; }

.access-txt {
  margin: 1.5em auto; }

.access-txt h4 {
  padding: 1em 0 0; }

.access-txt p {
  font-size: 0.9em; }

@media screen and (max-width: 550px) {
  /* 550px以下*/
  .about .company-profile table th {
    width: 33%; }

  .about .history .tl-date:after {
    content: '';
    width: 0.8em;
    height: 0.8em;
    left: calc(15% - -0.8em);
    top: 0.3em;
    border-radius: 100%; }

  .about .history .tl-date {
    width: 20%;
    margin: 0 1% 1.5em 0;
    font-size: 1.3em;
    line-height: 1.5; }

  .about .history .tl-content:before {
    content: '';
    width: 2em;
    height: 1px;
    background: #999;
    position: absolute;
    left: 27%;
    top: 1em; }

  .about .history .tl-content {
    width: calc(70% - 3px);
    border-left: 3px #eee solid;
    padding: 0 0 0 8%; }

  .about .koborebanashi {
    padding: 1em 2em 2em;
    margin: 4em auto 0; }

  .about .koborebox {
    flex-direction: column; }

  .kobore2Wrap .koborebox p {
    width: 100%;
    text-align: justify;
    line-height: 2.5;
    padding: 0; }

  .access-txt {
    margin: 0 auto; } }
/*-------------------------------------------------
ご利用ガイド
-------------------------------------------------*/
.guide a {
  text-decoration: underline; }

.guide .fs-c-documentArticle__heading {
  background: #928d84;
  color: #ffffff;
  font-size: 1.4rem;
  font-weight: 400;
  margin: 0 0 1.5em;
  padding: 22px 8px 18px 20px;
  text-align: left;
  position: relative; }

.guide .accordion {
  position: relative;
  cursor: pointer; }

.guide .accordion.open::after {
  content: 'ー';
  font-family: "Arial", Gadget, "sans-serif";
  padding: 0 0 0 5px; }

.guide .accordion::after {
  content: '＋';
  font-family: "Arial", Gadget, "sans-serif";
  padding: 0 0 0 5px;
  right: 10px;
  position: absolute; }

.guide .accordion-child {
  padding: 0 0 1.5em 1em; }

.guide .accordion-child p {
  padding: 0 1em 0 0; }

.guide .accordion-child h3 {
  margin: 1em 0;
  border-bottom: 1px solid #000;
  padding: 0 0 0.3em 0.2em; }

.fs-c-documentArticle + .fs-c-documentArticle {
  margin-top: 0; }

@media screen and (max-width: 768px) {
  /* 768px以下*/
  .guide .fs-c-documentArticle__heading {
    font-size: 1.15rem;
    font-weight: 400;
    margin: 0 0 16px;
    padding: 15px 8px 13px 20px;
    text-align: left;
    position: relative;
    line-height: 1.7; } }
@media screen and (max-width: 550px) {
  /* 768px以下*/
  .guide .fs-c-documentArticle__heading {
    font-size: 0.9rem;
    padding: 15px 30px 13px 20px;
    line-height: 1.5; }

  .guide .accordion::after {
    top: 35%; } }
/*-------------------------------------------------
よくあるご質問
-------------------------------------------------*/
.faqtitle {
  border-bottom: 1px solid #000;
  margin: 1em 0 1em; }

ul.qa_nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 0 2em;
  font-family: "fot-tsukumin-pr6n", sans-serif; }

ul.qa_nav li {
  width: calc(32% - 0.5em);
  margin: 0 0 1em; }

ul.qa_nav li a {
  width: 100%;
  text-align: center;
  border: 0.5px solid #555;
  padding: 1.5em 0 1.2em;
  box-sizing: border-box;
  line-height: 0;
  display: inline-block;
  text-decoration: none;
  position: relative; }

ul.qa_nav li a .arrow::before, ul.qa_nav li a .arrow::after {
  bottom: 3px; }

span.anser {
  font-family: "Arial", Gadget, "sans-serif";
  font-weight: bold;
  font-size: 1.2em; }

span.question {
  font-family: "Arial", Gadget, "sans-serif";
  font-weight: bold; }

@media screen and (max-width: 550px) {
  /* 768px以下*/
  ul.qa_nav li {
    width: calc(49% - 0.5em);
    margin: 0 0 1em;
    font-size: 0.8em; } }
/*-------------------------------------------------
営業カレンダー
-------------------------------------------------*/
.calender {
  text-align: center; }

.calender iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 4 / 3;
  max-width: 800px; }

.closebnr {
  max-width: 600px;
  margin: 1.5em auto; }

@media screen and (max-width: 550px) {
  /* 768px以下*/
  .calender iframe {
    width: 100%;
    height: 100%;
    aspect-ratio: 4 / 5; } }
/*-------------------------------------------------
まとめ買いセール
-------------------------------------------------*/
.bandle-freeWrap {
  max-width: 1000px;
  margin: 0 auto; }

.mitsusalebnr-Wrap {
  display: flex;
  justify-content: center;
  margin: 1.5em auto; }

.bandle-freeWrap h2 {
  text-align: center;
  font-size: 2em;
  color: #b81c22;
  margin: 1.5em 0;
  font-feature-settings: "palt"; }

@media screen and (max-width: 550px) {
  /* 768px以下*/
  .mitsusalebnr-Wrap {
    display: block; } }
