@charset "utf-8";
/* CSS Document */

/* リセット */
ul, ol {
  list-style: none;
}

@font-face {
  font-family: "Noto Sans JP";
  src: url('../../fonts/NotoSansJP-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url('../../fonts/NotoSansJP-SemiBold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Zen Old Mincho";
  src: url('../../fonts/ZenOldMincho-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url('../../fonts/Montserrat-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url('../../fonts/Montserrat-SemiBold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url('../../fonts/Montserrat-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* Noto Sans JP */
.noto-sans-jp-regular {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}
.noto-sans-jp-bold {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

/* 明朝 */
.zen-old-mincho-regular {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
}

.zen-old-mincho-semibold {
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-style: normal;
}

.zen-old-mincho-bold {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-style: normal;
}

/* Montserrat フォント */
/* <weight>: Use a value from 100 to 900
<uniquifier>: Use a unique and descriptive class name >*/
.montserrat-bold {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

/* 改行 */
.css-br {display: inline-block;}

/* 調整　スペース */
.mt4rem {margin-top: 4rem}
.mb7rem {margin-bottom: 7rem}
.anchor {
    padding-top: 65px; /* ヘッダーの高さを入力 */
    margin-top: -65px; /* ヘッダーの高さを入力 */
}

/* 背景色 */
.body_color {background-color: #fbf9fa;}
.sub_color {background-color: #ffffff;}

/* パンくずリスト */
.breadcrumb_navigation {
  width: 1000px;
  margin: 0 auto;
  /* padding-inline: 8rem; */
  display: flex;
  align-items: center;
  gap: 1.2rem;
  padding-top: 5.5rem;
  height: 50px;
}

.breadcrumb_navigation a {
  text-decoration: none;
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(12px, 2vw, 14px);;
  font-weight: 500;
  letter-spacing: 0.2em;
  color: #222;
  white-space: nowrap;
  line-height: 1.5rem;
}
.breadcrumb_navigation a:not(:first-child) {
  padding-left: 2em;
}

.breadcrumb_navigation a:not(:first-child):before {
  content: ">";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  left: 0;
}
.breadcrumb_navigation a:last-child {
  opacity: 0.6;
}

/* タイトル */
.title_center {
  position: relative;
  text-align: center;
  font-size: clamp(25px, 2.5vw, 40px);
  margin-bottom: 8.5rem;
  letter-spacing: 0.2em;
  color: #222;
}
.title_center::after {
  content: '';
  width: 90px;
  height: 1px;
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: -30px;
  background-color: #222;
}

/* タイトル 左揃え */
.title_left {
  position: relative;
  text-align: left;
  font-size: clamp(25px, 2.5vw, 40px);
  margin-bottom: 60px;
  letter-spacing: 0.2em;
  color: #222;
  top: -0.55em;
}
.title_left::after {
  content: '';
  width: 90px;
  height: 1px;
  position: absolute;
  margin: 0 auto;
  left: 0;
  /* right: 0; */
  bottom: -30px;
  background-color: #222;
}

/* セクション　タイトル */
.sec_title {
  font-family: "Montserrat", sans-serif;
  font-size: clamp(18px, 2.5vw, 26px);
  font-weight: bold;
  line-height: 1;
  color: #222;
  text-align: center;
  letter-spacing: 0.2em;
  margin-top: 4rem;
}
.sec_title span {
  font-family: "Noto Sans JP", sans-serif;
  display: block;
  font-size: clamp(12.5px, 2.5vw, 14px);
  font-weight: normal;
  margin-top: 15px;
  color: #808080;
  letter-spacing: 0.08em;
}

/*カテゴリ　タイトル*/
.cat_title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  color: #222;
  text-align: left;
  letter-spacing: 0.2em;
  margin-top: 5rem;
  padding: 0.2rem 0.75rem;
  border-left: solid 3px #799fa7;
}

/* アンカーリンク　ここから */
.cat_links_area {
  max-width: 550px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  display: block;
  padding-bottom: 1rem;
}

.cat_links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  /* gap: 2rem; */
}

.cat_links li {
  position: relative;
  width: calc(100% / 3);
  /* padding: 0 1rem; */
}

.shoplist-in-page-links a {
  position: relative;
  display: block;
  /* width: 22.5rem; */
  height: 3.6rem;
  font-size: 14px;
  line-height: 1.6;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.cat_links_text a {
  text-decoration: none;
  color: #222;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(12px, 2vw, 14px);
  font-weight: 500;
  letter-spacing: .1em;
  transition: letter-spacing 0.5s;
  border-bottom: 1px solid #ccc;
  display: inline-block;
}
.cat_links_text a:hover {
  letter-spacing: 0.15em;
  /* opacity: 0.5; */
  color: #799fa7;
  transition: 0.5s;
}

/* アンカーリンク　ここまで */

#sec01 {
  background-color: #fbf9fa;
  padding: 120px 0;
}
.sec01_inner {
  width: 1000px;
  margin: 0 auto;
}

.cat_box {
  display: block;
  padding-bottom: 2rem;
}

/* アコーディオン　ここから */
.accordion {
  border-bottom: 1px solid #bcbfc3;
  margin-top: 1rem;
  margin-bottom: 2rem;
  font-family: "Noto Sans JP", sans-serif;
}
/* 必須 */
.accordion-content {
  display: none;
}
.accordion-header {
  /* background-color: #FFF; */
  padding: 20px 45px 20px 20px;
  /* margin: 10px 0 0; */
  transition: background .3s ease;
  cursor: pointer;
  position: relative;
  border-top: 1px solid #bcbfc3;
  color: #222;
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: .08em;
}
.accordion-header:first-child {
  border-top: none;
}
.accordion-header::before,
.accordion-header::after{
  position:absolute;
  content:'';
  top:1px;
  right:20px;
  bottom:0;
  width:12px;
  height:2px;
  margin:auto;
  background:#222;
}
.accordion-header::after{
  transform:rotate(0deg);
  transition:transform 0.3s;
}
.accordion-header.active::after{transform:rotate(-90deg);}
.accordion-content {
  /* background-color: #FFF; */
  padding: 10px 20px 25px;
  color: #222;
  font-size: 14px;
  text-align: justify;
  line-break: strict;
  word-break: break-word;
  word-wrap: break-word;
  letter-spacing: .08em;
  line-height: 1.65;
  /* border-top: 1px solid #bcbfc3; */
}
.accordion-content a {
  text-decoration: underline;
  color: #222;
}
.accordion-header span,
.accordion-content span{
  padding-left: 40px;
  position: relative;
  display: inline-block;
}
.accordion-header span::before {
  position: absolute;
  content: "Q.";
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  top: -3px;
  left: 0;
  color: #222;
  font-size: clamp(16px, 2vw, 18px);
}
.accordion-content span::before {
  position: absolute;
  content: "A.";
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  top: -5px;
  left: 0;
  color: #222;
  font-size: clamp(16px, 2vw, 18px);
}
/* アコーディオン　ここまで */






@media screen and (max-width: 1000px) {

  /* パンくずリスト */
  .breadcrumb_navigation {
    width: 94%;
    margin: 0 auto;
    display: block;
    padding-top: 4.5rem;
  }

  /* タイトル */
  .title_center {
    margin-bottom: 6rem;
  }

  #sec01 {
    padding: 5rem 0 6rem 0;
  }
  .sec01_inner {
    width: 92%;
    margin: 0 auto;
  }

}

@media screen and (max-width: 768px) {

 
  /* アコーディオン */
  .accordion-header span::before {
    top: 0;
  }
  .accordion-content span::before {
    top: 0;
  }

}

@media screen and (max-width: 428px) {

  /* アンカーリンク */
  /* .cat_links {
    display: block;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  .cat_links li {
    width: 100%;
    padding: 1rem 0;
  } */
}