@charset "UTF-8";
body {
  font-family: "Noto Sans JP", sans-serif;
  color: #262626;
  line-height: 1.5;
}

.u-pc {
  display: none;
}
@media screen and (min-width: 1000px) {
  .u-pc {
    display: block;
  }
}

.u-sp {
  display: block;
}
@media screen and (min-width: 1000px) {
  .u-sp {
    display: none;
  }
}

.min-1000 {
  display: none;
}
@media screen and (min-width: 1000px) {
  .min-1000 {
    display: block;
  }
}

.max-1000only {
  display: block;
}
@media screen and (min-width: 1000px) {
  .max-1000only {
    display: none;
  }
}

/* リキッドレイアウト対応 */
html {
  scroll-snap-type: y proximity;
  scroll-padding-top: 70px;
  scroll-behavior: smooth;
  font-size: 16px;
}
@media (max-width: 750px) {
  html {
    font-size: 2.1333333333vw;
  }
}
@media screen and (min-width: 1000px) {
  html {
    font-size: 1.3333333333vw;
  }
}
@media (min-width: 1200px) {
  html {
    font-size: 16px;
  }
}

/* pcの電話番号発信対応 */
@media screen and (min-width: 1000px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

/* ホバー */
a {
  text-decoration: none;
  color: inherit;
  transition: opacity 0.3s;
  cursor: pointer;
}
img {
  width: 100%;
}

li {
  list-style: none;
  text-decoration: none;
  color: inherit;
}

html, body {
  overflow-x: clip;
}

/* ドロワーメニュー閉じる時のスクロール位置リセット */
body.drawer-closing {
  scroll-behavior: auto !important;
}

/* メガメニュー展開時のbody固定 */
body.mega-menu-open {
  overflow: hidden !important;
  position: fixed !important;
  width: 100% !important;
  height: 100% !important;
  top: 0 !important;
  left: 0 !important;
  /* Safari用の追加設定 */
  -webkit-overflow-scrolling: touch !important;
  overscroll-behavior: none !important;
}

/* Safari用のhtml要素固定 */
html.mega-menu-open {
  overflow: hidden !important;
  position: fixed !important;
  width: 100% !important;
  height: 100% !important;
  top: 0 !important;
  left: 0 !important;
  -webkit-overflow-scrolling: touch !important;
  overscroll-behavior: none !important;
}

/* モバイル時のメニュー展開時のbody無効化 */
body.menu-open {
  overflow: hidden !important;
  position: fixed !important;
  width: 100% !important;
  height: 100% !important;
  top: 0 !important;
  left: 0 !important;
  pointer-events: none !important;
  /* メニュー内の要素はクリック可能にする */
}
body.menu-open .header__mega,
body.menu-open .header__mega--cat,
body.menu-open .header__drawer,
body.menu-open .header__drawer *,
body.menu-open .js-overlay,
body.menu-open .drawer__title02-close,
body.menu-open .drawer-close {
  pointer-events: auto !important;
}

.card__swiper-container {
  position: relative;
}

.swiper-pagination {
  position: absolute;
  bottom: -40px !important;
}

.swiper-pagination-bullet-active {
  background: #7C4D2A !important;
}

.card__swiper .swiper-button-prev,
.card__swiper .swiper-button-next {
  display: none !important;
}

.voice-card__slick-container {
  position: relative;
}

.voice-card__slick .voice-card__slide {
  padding: 0 15px;
}

.voice-card__slick--category .voice-card__slide {
  padding: 0 15px;
}

.slick-prev,
.slick-next {
  position: absolute;
  top: 45% !important;
  transform: translateY(-50%);
  z-index: 10;
  cursor: pointer;
  background: none;
  border: none;
  padding: 0;
  width: 4.375rem;
  height: 4.375rem;
}
.slick-prev img,
.slick-next img {
  width: 4.375rem;
  height: 4.375rem;
}
.slick-prev:hover,
.slick-next:hover {
  opacity: 0.7;
  transition: opacity 0.3s ease;
}
@media screen and (min-width: 1000px) {
  .slick-prev,
.slick-next {
    width: 3.125rem;
    height: 3.125rem;
  }
  .slick-prev img,
.slick-next img {
    width: 3.125rem;
    height: 3.125rem;
  }
}

.slick-prev {
  left: 1.375rem !important;
}
@media screen and (min-width: 1000px) {
  .slick-prev {
    left: -0.625rem !important;
  }
}

.slick-next {
  right: 3.125rem !important;
}
@media screen and (min-width: 1000px) {
  .slick-next {
    right: 1.375rem !important;
  }
}

.slick-disabled {
  opacity: 0.3;
  cursor: not-allowed;
}

.slick-prev:before, .slick-next:before {
  display: none;
}

.voice-card .slick-track {
  display: flex;
}
.voice-card .slick-slide {
  height: auto !important;
}

.l-inner {
  padding-right: 1.25rem;
  padding-left: 1.25rem;
  margin-inline: auto;
}
@media screen and (min-width: 1000px) {
  .l-inner {
    max-width: 78.125rem;
    padding-right: 1.5625rem;
    padding-left: 1.5625rem;
  }
}

.c-btn {
  text-align: center;
  margin-top: 4.625rem;
}
@media screen and (min-width: 1000px) {
  .c-btn {
    margin-top: 3.75rem;
  }
}

.c-btn a {
  position: relative;
  display: block;
  width: 100%;
  height: 6.25rem;
  background-color: #ED8955;
  color: #fff;
  font-size: 2.1875rem;
  font-weight: 700;
  text-align: center;
  padding: 1.875rem;
  line-height: 1;
  border-radius: 3.125rem;
  border: 2px solid #707070;
  margin-inline: auto;
}
@media screen and (min-width: 1000px) {
  .c-btn a {
    max-width: 28.75rem;
    height: 3.75rem;
    font-size: 1.5625rem;
    padding: 0.75rem;
    border-radius: 1.875rem;
  }
}

.c-btn a::before {
  content: "";
  position: absolute;
  background-image: url(../img/btn-arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  top: 50%;
  transform: translateY(-50%);
  right: 4.375rem;
  width: 3.625rem;
  height: 1.8125rem;
}
@media screen and (min-width: 1000px) {
  .c-btn a::before {
    right: 2.5rem;
    width: 3rem;
    height: 1.5rem;
  }
}

.c-section__title {
  text-align: center;
  color: #7C4D2A;
  font-size: 2.8125rem;
  font-weight: 700;
}
@media screen and (min-width: 1000px) {
  .c-section__title {
    font-size: 2.1875rem;
  }
}

.c-title-line {
  width: 19.6875rem;
  margin-inline: auto;
  margin-top: -0.875rem;
}
@media screen and (min-width: 1000px) {
  .c-title-line {
    width: 13.125rem;
  }
}

.c-toukou-line {
  width: 31.0625rem;
  margin-inline: auto;
  margin-top: -0.875rem;
}
@media screen and (min-width: 1000px) {
  .c-toukou-line {
    width: 26.125rem;
  }
}

.c-title-line.cat__line {
  width: 33.6875rem;
}
@media screen and (min-width: 1000px) {
  .c-title-line.cat__line {
    width: 26.125rem;
  }
}

.c-section__title-en {
  font-size: 1.5625rem;
  font-weight: 700;
  color: #7C4D2A;
  text-align: center;
  margin-top: 0.625rem;
}
@media screen and (min-width: 1000px) {
  .c-section__title-en {
    font-size: 0.9375rem;
  }
}

.c-section__title-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 1000px) {
  .c-section__title-container {
    flex-direction: column-reverse;
  }
}

.drawer__icon--text {
  font-size: 1.0625rem;
  font-weight: 500;
  margin-top: 0.25rem;
}

.header__hamburger-container {
  border-radius: 0.9375rem;
  border: 1px solid #707070;
}
@media screen and (min-width: 1000px) {
  .header__hamburger-container {
    display: none;
  }
}

.header__hamburger {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 0.625rem;
}

/* ハンバーガーメニューの線 */
.hamburger span {
  width: 3.125rem;
  height: 0.375rem;
  background-color: #707070;
  position: relative;
  transition: ease 0.4s; /*ハンバーガーメニュークリック時の三本線の動きを遅延*/
  display: block;
}

.hamburger span:nth-child(1) {
  top: 0;
}

.hamburger span:nth-child(2) {
  margin: 0.5rem 0;
}

.hamburger span:nth-child(3) {
  top: 0;
}

/* ハンバーガーメニュークリック後のスタイル */
.header__nav.active {
  transform: translateX(0);
}

.hamburger.active span:nth-child(1) {
  top: 0.6875rem;
  transform: rotate(45deg);
}

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

.hamburger.active span:nth-child(3) {
  top: -1rem;
  transform: rotate(-45deg);
}

/* Drawer styles */
.header__drawer {
  position: fixed;
  top: 8.125rem;
  right: 0;
  height: 100vh;
  transform: translateX(100%);
  transition: transform 0.3s ease;
  z-index: 1000;
  overflow-y: scroll;
  overflow-x: clip;
  padding: 1.25rem;
  background-color: #FFFCF4;
  width: 93vw;
  padding-bottom: 21.875rem;
}

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

.drawer__overlay.active {
  opacity: 1;
  visibility: visible;
}

.drawer__nav {
  margin: 0;
  padding: 0;
}

.drawer__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.drawer__item {
  border-bottom: 1px solid #eee;
}

.drawer__item a {
  display: block;
  padding: 1rem 0;
  color: #262626;
  text-decoration: none;
}

body.is-fixed {
  overflow: hidden;
  height: 100vh;
}

.drawer__header {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 1.125rem;
  gap: 1.4375rem;
  border: 1px solid #C7C7C7;
  border-radius: 1rem;
  background-color: #fff;
  padding: 0.9375rem 0rem;
}

.drawer__header-left {
  font-size: 1.8125rem;
  font-weight: 500;
}

.drawer__header-right {
  font-size: 3.125rem;
  font-weight: 500;
  color: #FC7723;
}

.drawer__searchbox {
  margin-top: 2.125rem;
}

.searchSubmit.drawer__searchbox-btn {
  background-color: #f4f4f4;
  border: 1px solid #7C4D2A;
  border-left: none;
}

.search-icon.drawer__searchbox-icon {
  stroke: #7C4D2A;
}

input[type=text].searchbox-mobile.drawer__searchbox-input {
  font-size: 2rem;
  font-weight: 500;
}

.drawer__title {
  background-color: #AC9F8E;
  font-size: 1.875rem;
  font-weight: 700;
  padding: 0.9375rem 1.5rem;
  border: 1px solid #707070;
  margin-inline: calc(50% - 50vw);
  padding-inline: calc(50vw - 50%);
  color: #fff;
}

.drawer__title-annai {
  margin-top: 2.5rem;
}

.drawer__title02 {
  background-color: #7C4D2A;
  border: 1px solid #707070;
  font-size: 1.875rem;
  font-weight: 700;
  padding: 2.375rem 6.25rem;
  color: #fff;
  margin-inline: calc(50% - 50vw);
  padding-inline: 6.25rem calc(50vw - 50%);
}

.annai_list-item-img {
  width: 3.125rem;
  height: auto;
}
.annai_list-item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.annai_list-item-link {
  display: flex;
  align-items: center;
  gap: 2rem;
}

.annai_list-item-text {
  color: #7C4D2A;
  font-size: 1.875rem;
  font-weight: 700;
}

.annai_list-item {
  padding: 2.375rem;
  border-bottom: 1px dashed #7C4D2A;
  position: relative;
}

.annai_list-item::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1rem;
  background-image: url(../img/drawer-arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 2.25rem;
  height: 1.25rem;
}

.mokuteki_list-item-img {
  width: 4.375rem;
  height: auto;
}
.mokuteki_list-item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 1000px) {
  .mokuteki_list-item-img {
    width: 1.875rem;
  }
}

.mokuteki_list-item-link {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}

.mokuteki_list-item-text {
  color: #7C4D2A;
  font-size: 1.875rem;
  font-weight: 700;
}
@media screen and (min-width: 1000px) {
  .mokuteki_list-item-text {
    font-size: 0.875rem;
    font-weight: 500;
    color: #262626;
  }
}

.mokuteki_list-item {
  padding: 2.375rem;
  border-bottom: 1px dashed #7C4D2A;
  position: relative;
}
@media screen and (min-width: 1000px) {
  .mokuteki_list-item {
    border-bottom: none;
    padding: 0.625rem 0rem 0.625rem 0rem;
  }
}

.mokuteki_list-item::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1rem;
  background-image: url(../img/drawer-arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 2.25rem;
  height: 1.25rem;
}
@media screen and (min-width: 1000px) {
  .mokuteki_list-item::before {
    width: 0.625rem;
    height: 0.625rem;
    right: 0rem;
  }
}

--------------- .drawer__sozai_list-item-text-first {
  position: relative;
}

@media screen and (min-width: 1000px) {
  .drawer__sozai_list-item-text.drawer__sozai_list-item-text-first {
    font-size: 0.875rem;
  }
}

.drawer__sozai_list-item-text-first::after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  left: -6.25rem;
  background-image: url(../img/drawer_sozai1.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 4.375rem;
  height: 4.375rem;
}
@media screen and (min-width: 1000px) {
  .drawer__sozai_list-item-text-first::after {
    width: 1.875rem;
    height: 1.875rem;
    left: -2.25rem;
  }
}

.drawer__sozai_list-item-text-first.img02::after {
  background-image: url(../img/drawer_sozai2.png);
}

.drawer__sozai_list-item-text-first.img03::after {
  background-image: url(../img/drawer_sozai3.png);
}

.drawer__sozai_list-item-text-first.img04::after {
  background-image: url(../img/drawer_sozai4.png);
}

.drawer__sozai_list-item-text-first.img05::after {
  background-image: url(../img/drawer_sozai5.png);
}

.drawer__sozai_list-item-text-first.buta::after {
  background-image: url(../img/drawer_sozai-buta.png);
}

.drawer__sozai_list-item-text-first.img06::after {
  background-image: url(../img/drawer_sozai6.png);
}

.drawer__sozai_list-item-text-first.img07::after {
  background-image: url(../img/drawer_sozai7.png);
}

.drawer__sozai_list-item-text-first.img08::after {
  background-image: url(../img/drawer_sozai8.png);
}

.drawer__sozai_list-item-text-first.img12::after {
  background-image: url(../img/sozai10.png);
}

.drawer__sozai_list-item-text-first.img12::after {
  background-image: url(../img/sozai10.png);
}

.drawer__sozai_list-item-text-first.keizyo-img01::after {
  background-image: url(../img/keizyo-img1.png);
}

.drawer__sozai_list-item-text-first.keizyo-img02::after {
  background-image: url(../img/keizyo-img2.png);
}

.drawer__sozai_list-item-text-first.keizyo-img03::after {
  background-image: url(../img/keizyo-img3.png);
}

.drawer__sozai_list-item-text-first.keizyo-img04::after {
  background-image: url(../img/keizyo-img4.png);
}

.drawer__sozai_list-item-text-first.keizyo-img05::after {
  background-image: url(../img/keizyo-img5.png);
}

.drawer__sozai_list-item-text-first.keizyo-img06::after {
  background-image: url(../img/keizyo-img6.png);
}

.drawer__sozai_list-item-text-first.keizyo-img07::after {
  background-image: url(../img/keizyo-img7.png);
}

.drawer__sozai_list-item-text-first.keizyo-img08::after {
  background-image: url(../img/keizyo-img8.png);
}

.drawer__sozai_list-item-text-first.keizyo-img09::after {
  background-image: url(../img/keizyo-img9.png);
}

.drawer__sozai_list-item-text-first.keizyo-img10::after {
  background-image: url(../img/keizyo-img10.png);
}

.drawer__sozai_list-item-text-first.keizyo-img11::after {
  background-image: url(../img/keizyo-img11.png);
}

.drawer__sozai_list-item-link {
  position: relative;
}

.drawer__sozai_list-item-text {
  color: #7C4D2A;
  font-size: 1.875rem;
  font-weight: 700;
}
@media screen and (min-width: 1000px) {
  .drawer__sozai_list-item-text {
    color: #262626;
  }
}

.drawer__sozai_list-item {
  padding: 1.375rem;
  border-bottom: 1px dashed #7C4D2A;
  position: relative;
  margin-left: 6.25rem;
}
@media screen and (min-width: 1000px) {
  .drawer__sozai_list-item {
    border-bottom: none;
    margin-left: 1.875rem;
    padding: 0.25rem 0rem 0.25rem 1.25rem;
  }
}

.drawer__sozai_list-item:last-child {
  border-bottom: none;
}

.drawer__sozai_list-item:nth-child(1) {
  padding: 2.375rem 1.375rem;
}
@media screen and (min-width: 1000px) {
  .drawer__sozai_list-item:nth-child(1) {
    padding: 0.9375rem 0rem 0.3125rem 0rem;
  }
}

.drawer__sozai_list-item .drawer__sozai_list-item-text02 {
  font-size: 1.5rem;
  font-weight: 600;
}
@media screen and (min-width: 1000px) {
  .drawer__sozai_list-item .drawer__sozai_list-item-text02 {
    font-size: 0.8125rem;
    font-weight: 500;
  }
}

.drawer__sozai_list-item::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1rem;
  background-image: url(../img/drawer-arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 2.25rem;
  height: 1.25rem;
}
@media screen and (min-width: 1000px) {
  .drawer__sozai_list-item::before {
    width: 1.25rem;
    height: 0.625rem;
    right: initial;
    left: 0rem;
    opacity: 0.7;
  }
}

@media screen and (min-width: 1000px) {
  .drawer__sozai_list-item.drawer__sozai_list-item-first::before {
    left: initial;
    right: -1.25rem;
    opacity: 1;
    top: 64%;
  }
}

.drawer__sozai_list {
  border-bottom: 1px dashed #7C4D2A;
}
@media screen and (min-width: 1000px) {
  .drawer__sozai_list {
    border-bottom: none;
  }
}

.drawer__title02.drawer__title02-close {
  text-align: center;
  font-size: 2.1875rem;
  font-weight: 700;
  position: fixed;
  bottom: calc(env(safe-area-inset-bottom, 0) + 0px);
  transform: translateX(100%);
  right: 0;
  z-index: 1001;
  transition: transform 0.3s ease;
}
@media screen and (min-width: 1000px) {
  .drawer__title02.drawer__title02-close {
    display: none;
  }
}

.drawer__title02.drawer__title02-close.active {
  transform: translateX(0);
  width: 100%;
}

.drawer__title02-close-img {
  width: 3.125rem;
  height: auto;
  margin-right: 0.9375rem;
}

@media screen and (min-width: 1000px) {
  .footer__sitemap-item01 {
    width: 22%;
  }
}

@media screen and (min-width: 1000px) {
  .footer__sitemap-item02 {
    width: 27%;
  }
}

@media screen and (min-width: 1000px) {
  .footer__sitemap-item03 {
    width: 43%;
  }
}

@media screen and (min-width: 1000px) {
  .pc-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background-color: #fff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  }
}

.p-header__top {
  display: none;
}
@media screen and (min-width: 1000px) {
  .p-header__top {
    background-color: #866C48;
    color: #fff;
    height: 40px;
    font-size: 0.875rem;
    font-weight: 700;
    margin: 0 calc(50% - 50vw);
    padding-inline: calc(50vw - 50%);
    width: 100vw;
    display: block;
  }
}

@media screen and (min-width: 1000px) {
  .p-header__top--inner {
    height: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-inline: auto;
    max-width: 77.5rem;
    padding-inline: 1.25rem;
  }
}

@media screen and (min-width: 1000px) {
  .header__middle--banners {
    display: flex;
    align-items: center;
    gap: 0.5rem;
  }
}

.p-sp__header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background-color: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 1000px) {
  .p-sp__header {
    position: static;
    box-shadow: none;
  }
}

.p-header-middle {
  height: 8.125rem;
}
@media screen and (min-width: 1000px) {
  .p-header-middle {
    height: 6rem;
  }
}

.p-header-middle--inner {
  display: flex;
  align-items: center;
  margin-inline: auto;
  justify-content: space-between;
  max-width: 77.5rem;
  padding-inline: 1.25rem;
  gap: 2.125rem;
  height: inherit;
}
@media screen and (min-width: 1000px) {
  .p-header-middle--inner {
    justify-content: flex-start;
  }
}

.header__middle-nav {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding-left: 0;
}

.header__middle--icon {
  width: 3.75rem;
  aspect-ratio: 1/1;
}
.header__middle--icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 1000px) {
  .header__middle--icon {
    width: 2.5rem;
  }
}

.header__middle--link {
  display: flex;
  align-items: center;
  flex-direction: column;
  text-decoration: none;
}

.header__middle--link-text {
  color: #262626;
  font-size: 1.0625rem;
  font-weight: 500;
  transition: all 0.3s;
  text-decoration: none;
}
@media screen and (min-width: 1000px) {
  .header__middle--link-text {
    font-size: 0.5625rem;
  }
}

.p-header__bottom {
  border-top: 1px solid #707070;
  border-bottom: 0.5px solid #707070;
  background-color: #614013;
  color: #fff;
  font-size: 1.625rem;
  font-weight: 700;
}
@media screen and (min-width: 1000px) {
  .p-header__bottom {
    font-size: 1.0625rem;
    background-color: #fff;
    color: #262626;
    margin-top: 0;
  }
}

@media screen and (min-width: 1000px) {
  .p-header__bottom.is-fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 900;
    background-color: #fff;
  }
}
.p-header__bottom--nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.75rem;
  overflow-x: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
@media screen and (max-width: 999px) {
  .p-header__bottom--nav {
    justify-content: flex-start;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

.p-header__bottom--nav::-webkit-scrollbar {
  display: none;
}

.p-header__bottom--nav {
  text-align: center;
}

.p-header__bottom--nav li {
  flex-shrink: 0;
  position: relative;
}

.p-header__bottom--nav li::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -1.375rem;
  width: 0.0625rem;
  height: 4.1875rem;
  background-color: #fff;
}
@media screen and (min-width: 1000px) {
  .p-header__bottom--nav li::after {
    background-color: #707070;
    height: 1.0625rem;
  }
}

.p-header__bottom--nav a {
  color: #fff;
  text-decoration: none;
  display: block;
  padding: 0.625rem 0.375rem;
}
@media screen and (min-width: 1000px) {
  .p-header__bottom--nav a {
    color: #262626;
  }
}

.p-header-inner {
  overflow-x: clip;
  padding-inline: 1.25rem;
}
@media screen and (min-width: 1000px) {
  .p-header-inner {
    padding-inline: 1.25rem;
    max-width: 77.5rem;
    margin-inline: auto;
  }
}

.p-header__logo {
  width: 16.4375rem;
}

.pc-header__arrow-img {
  width: 0.3125rem;
}

.pc-header__items {
  display: flex;
  gap: 1.25rem;
  align-items: center;
}

@media screen and (min-width: 1000px) {
  .pc-header__arrow-img {
    margin-left: 0.3125rem;
    margin-bottom: 0.3125rem;
  }
}

.pc-header__item a {
  color: #fff;
  text-decoration: none;
}

.p-header__bottom--nav a img {
  width: 1.125rem;
  height: 0.5625rem;
  margin-bottom: 0.8125rem;
  margin-left: 0.5rem;
}
@media screen and (min-width: 1000px) {
  .p-header__bottom--nav a img {
    width: 0.75rem;
    height: 0.375rem;
    margin-bottom: 0.5rem;
    margin-left: 0.5rem;
    content: url(../img/megamenu-pc.svg);
  }
}

.footer__sitemap-sublist.sp-shika-cat {
  border-bottom: 1px dashed #7C4D2A;
}
@media screen and (min-width: 1000px) {
  .footer__sitemap-sublist.sp-shika-cat {
    border-bottom: none;
  }
}

.pankuzu {
  font-size: max(12px, 0.75rem);
}
@media screen and (min-width: 1000px) {
  .pankuzu {
    font-size: 0.75rem;
  }
}

.fv__swiper-slide img {
  border-radius: 1.25rem;
}

/* ================================
   本題のCSS
=============================== */
.card__swiper-container,
.card__swiper,
.card__swiper-wrapper,
.card__swiper-slide {
  position: relative;
}

/* 位置のreset */
.swiper-button-prev,
.swiper-button-next,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  top: unset;
  bottom: unset;
  left: unset;
  right: unset;
  margin: 0;
  padding: 0;
}

/* =============================
   ナビゲーションボタン
============================= */
/* デフォルトのボタンを初期化 */
.swiper-button-prev::after,
.swiper-button-next::after {
  content: ""; /* デフォルトのものを初期化 */
}

/* 各ボタンのカスタマイズ */
.swiper-button-prev,
.swiper-button-next {
  top: 50%;
  translate: 0 -50%;
  width: 40px;
  height: 40px;
}
.swiper-button-prev svg,
.swiper-button-next svg {
  width: 100%;
  height: 100%;
}

.swiper-button-prev {
  left: -20px;
}

.swiper-button-next {
  right: -20px;
}

/* =============================
   ページネーション (bullets)
============================= */
/* 位置の設定 (枠組み) */
.swiper-pagination-bullets.swiper-pagination-horizontal {
  top: calc(100% + 29px);
}

/* それぞれのページネーション */
.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet {
  opacity: 1;
  width: 12px;
  height: auto;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #d9d9d9;
  margin-inline: 5.5px;
}

/* activeな部分 */
.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet-active {
  background: #000;
}

.p-section1 {
  margin-top: 90px;
}

.section1__item-arrow-container {
  width: 0.625rem;
  height: 0.5rem;
  aspect-ratio: 10/8;
  display: inline-block;
  margin-left: 0.3125rem;
}
.section1__item-arrow-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 7px;
}

.section1__items {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}

.section1__item a {
  color: #262626;
  text-decoration: none;
  font-size: 0.9375rem;
}

.section1__top {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
}

.section1__bottom {
  margin-top: 1.5625rem;
  margin-bottom: 1.25rem;
}
@media screen and (min-width: 1000px) {
  .section1__bottom {
    margin-top: 1.875rem;
    margin-bottom: 0rem;
  }
}

.section1__bottom--item-title {
  font-size: max(13px, 1.125rem);
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
}
@media screen and (min-width: 1000px) {
  .section1__bottom--item-title {
    font-size: 1.125rem;
    font-weight: 600;
    color: #7C4D2A;
  }
}

.section1__bottom--item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.25rem;
  padding-inline: 1.25rem;
}
@media screen and (min-width: 1000px) {
  .section1__bottom--item {
    gap: 0.75rem;
    padding-inline: 0;
  }
}

.section1__bottom--item-keywords {
  display: flex;
  align-items: center;
  gap: 0.3125rem;
  flex-wrap: wrap;
}
@media screen and (min-width: 1000px) {
  .section1__bottom--item-keywords {
    gap: 1.0625rem;
  }
}

.section1__bottom--item-keyword {
  padding: 0.75rem 2.625rem;
  border-radius: 1.875rem;
  border: 1px solid #7C4D2A;
  font-size: max(13px, 1.4375rem);
  font-weight: 600;
}
@media screen and (min-width: 1000px) {
  .section1__bottom--item-keyword {
    padding: 0.625rem 1.25rem;
    border-radius: 1.875rem;
    border: 1px solid #7C4D2A;
    font-size: 1.0625rem;
    font-weight: 500;
  }
}

.section1__bottom--item-keyword a {
  color: #262626;
  line-height: 1;
}

.p-section1__banner {
  margin-top: 12.5rem;
  padding-inline: 3.125rem;
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
@media screen and (min-width: 1000px) {
  .p-section1__banner {
    flex-direction: row;
    justify-content: center;
    gap: 4.375rem;
    margin-top: 9.375rem;
    padding-inline: 0;
  }
}

.section1_banner-img {
  aspect-ratio: 650/288;
  margin-inline: auto;
}
@media screen and (min-width: 1000px) {
  .section1_banner-img {
    aspect-ratio: 506/225;
    width: 31.625rem;
  }
}
.section1_banner-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 0.625rem;
}

.section1_banner-text-title {
  font-size: max(15px, 1.5rem);
  font-weight: 500;
  margin-top: 1.25rem;
}
@media screen and (min-width: 1000px) {
  .section1_banner-text-title {
    font-size: 1.125rem;
    margin-top: 1.5rem;
    max-width: 31.625rem;
  }
}

.p-section3 {
  margin-top: 12.5rem;
  text-align: center;
  background-color: #FFFCF4;
  padding-top: 6.25rem;
  padding-bottom: 3.125rem;
}
@media screen and (min-width: 1000px) {
  .p-section3 {
    margin-top: 9.375rem;
    padding-top: 2.8125rem;
    padding-bottom: 3.5rem;
  }
}

.p-section3__inner {
  padding-inline: 1.25rem;
  max-width: 77.5rem;
  margin-inline: auto;
}
@media screen and (min-width: 1000px) {
  .p-section3__inner {
    position: relative;
  }
}

@media screen and (min-width: 1000px) {
  .p-section3__inner::before {
    content: "";
    position: absolute;
    top: 80px;
    left: 0;
    background-image: url(../img/omoi01.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 18.75rem;
    height: 18.75rem;
  }
}

@media screen and (min-width: 1000px) {
  .p-section3__inner::after {
    content: "";
    position: absolute;
    top: 80px;
    right: 0;
    background-image: url(../img/omoi02.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 18.75rem;
    height: 18.75rem;
  }
}

.p-section3__title {
  color: #7C4D2A;
  font-size: 2rem;
  font-weight: 700;
}
.p-section3__title span {
  font-size: 2.6875rem;
}
@media screen and (min-width: 1000px) {
  .p-section3__title {
    border-bottom: 1px dashed #7C4D2A;
    display: inline-block;
    padding: 0.4375rem 1.25rem;
    font-size: 1.625rem;
    position: relative;
  }
  .p-section3__title span {
    font-size: 2.1875rem;
  }
}

@media screen and (min-width: 1000px) {
  .p-section3__title::before {
    content: "";
    position: absolute;
    background-image: url(../img/dog_aian.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 5rem;
    height: 5rem;
    top: 50%;
    transform: translateY(-50%);
    left: -4.75rem;
  }
}

.section3__copy {
  font-size: 2.5rem;
  font-weight: 700;
  border-bottom: 1px dashed #7C4D2A;
  border-top: 1px dashed #7C4D2A;
  padding-block: 2.5rem;
  margin-top: 0.4375rem;
  padding-left: 6.25rem;
}
@media screen and (min-width: 1000px) {
  .section3__copy {
    font-size: 1.8125rem;
    border-bottom: none;
    border-top: none;
    margin-top: 2.1875rem;
    padding-block: 0;
    padding-left: 0;
  }
}

.section3__copy span {
  position: relative;
}

@media screen and (max-width: 1000px) {
  .section3__copy span::before {
    content: "";
    position: absolute;
    background-image: url(../img/dog_aian.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 6.25rem;
    height: 6.25rem;
    top: 50%;
    transform: translateY(-50%);
    left: -6.5rem;
  }
}

.section3__text1 {
  font-size: 2.625rem;
  font-weight: 700;
  color: #ED8955;
  margin-top: 2.5rem;
}
@media screen and (min-width: 1000px) {
  .section3__text1 {
    font-size: 1.875rem;
    margin-top: 2.1875rem;
  }
}

.section3__text2 {
  margin-top: 3.75rem;
  font-size: 2.375rem;
  font-weight: 700;
}
@media screen and (min-width: 1000px) {
  .section3__text2 {
    margin-top: 2.1875rem;
    font-size: 1.25rem;
  }
}

.section3__text3 {
  margin-top: 3.75rem;
  font-size: 1.875rem;
  font-weight: 500;
  max-width: 43.125rem;
  margin-inline: auto;
  text-align: left;
}
@media screen and (min-width: 1000px) {
  .section3__text3 {
    margin-top: 2.1875rem;
    font-size: 1.125rem;
    font-weight: 700;
    text-align: center;
  }
}

.section3__img {
  margin-top: 6.25rem;
  aspect-ratio: 1/1;
  max-width: 38.3125rem;
  margin-inline: auto;
}
.section3__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 1000px) {
  .section3__img {
    display: none;
  }
}

.p-first {
  margin-top: 12.5rem;
}
@media screen and (min-width: 1000px) {
  .p-first {
    margin-top: 9.375rem;
  }
}

.p-first__inner {
  max-width: 77.5rem;
  margin-inline: auto;
  padding-inline: 1.25rem;
}

.first__items {
  margin-top: 5.875rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6.5rem;
}
@media screen and (min-width: 1000px) {
  .first__items {
    flex-direction: row;
    gap: 4.375rem;
    margin-top: 3.125rem;
  }
}

.first__item-img {
  aspect-ratio: 650/288;
}
.first__item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 1000px) {
  .first__item-img {
    max-width: 31.625rem;
  }
}

.p-category {
  margin-top: 12.5rem;
}
@media screen and (min-width: 1000px) {
  .p-category {
    margin-top: 9.375rem;
  }
}

.p-category__inner {
  max-width: 77.5rem;
  margin-inline: auto;
  padding-inline: 1.25rem;
}

.category__items {
  margin-top: 4.875rem;
}
@media screen and (min-width: 1000px) {
  .category__items {
    margin-top: 2.5rem;
  }
}

.category__wrap {
  text-align: center;
}
@media screen and (min-width: 1000px) {
  .category__wrap {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: flex-end;
    gap: 2.5rem;
  }
}

.category__copy {
  color: #7C4D2A;
  font-size: 1.75rem;
  font-weight: 500;
  margin-bottom: 1.5625rem;
}
@media screen and (min-width: 1000px) {
  .category__copy {
    font-size: 1.875rem;
    margin-bottom: 0;
  }
}

.category__title {
  color: #fff;
  font-size: 1.875rem;
  font-weight: 700;
  border: 3px solid #7C4D2A;
  border-bottom: none;
  display: inline-block;
  padding: 0.875rem 3.125rem;
  border-radius: 1.4375rem 1.4375rem 0 0;
}
@media screen and (min-width: 1000px) {
  .category__title {
    font-size: 2.1875rem;
    padding: 0.625rem 4.8125rem;
  }
}

.category__title--1 {
  border: 3px solid #7C4D2A;
  background-color: #E5BC4E;
}

.category__title--2 {
  border: 3px solid #7C4D2A;
  background-color: #80451A;
}

.category__title--3 {
  border: 3px solid #7C4D2A;
  background-color: #E0CAB9;
  color: #7C4D2A;
}

.category__title--4 {
  border: 3px solid #7C4D2A;
  background-color: #ED8955;
  color: #fff;
}
@media screen and (min-width: 1000px) {
  .category__title--4 {
    width: 23.125rem;
    padding: 0.625rem;
  }
}

.mokuteki__item-text span {
  display: none;
}
@media screen and (min-width: 1000px) {
  .mokuteki__item-text span {
    display: inline-block;
  }
}

.border__line {
  border-top: 4px solid #7C4D2A;
  margin-top: -0.1875rem;
}

.category__item + .category__item {
  margin-top: 5.625rem;
}
@media screen and (min-width: 1000px) {
  .category__item + .category__item {
    margin-top: 9.375rem;
  }
}

.mokuteki__list {
  margin-top: 5.3125rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.875rem;
}
@media screen and (min-width: 1000px) {
  .mokuteki__list {
    max-width: 62.5rem;
    margin-inline: auto;
    gap: 4.25rem;
    margin-top: 4.375rem;
  }
}

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

.mokuteki__item-text {
  margin-top: 0.75rem;
  font-weight: 600;
  font-size: max(14px, 1.4375rem);
  text-align: center;
}
@media screen and (min-width: 1000px) {
  .mokuteki__item-text {
    margin-top: 0.3125rem;
    font-size: 1.125rem;
  }
}

.sozai__list {
  margin-top: 6.875rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  row-gap: 2.25rem;
  -moz-column-gap: 1.75rem;
       column-gap: 1.75rem;
}
@media screen and (min-width: 1000px) {
  .sozai__list {
    grid-template-columns: repeat(5, 1fr);
    row-gap: 4.25rem;
    -moz-column-gap: 3rem;
         column-gap: 3rem;
    margin-top: 3.5rem;
  }
}

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

.sozai__item-img img {
  border: 1px solid #989797;
  border-radius: 100px;
}
@media screen and (min-width: 1000px) {
  .sozai__item-img img {
    border: none;
    border-radius: 0;
  }
}

.sozai__item-img.care-icon img {
  padding: 0.625rem;
}
@media screen and (min-width: 1000px) {
  .sozai__item-img.care-icon img {
    padding: 0;
  }
}

.sozai__item-text {
  margin-top: 0.625rem;
  font-size: max(14px, 1.125rem);
  font-weight: 500;
  text-align: center;
}

.keizyo__list {
  margin-top: 6.875rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  row-gap: 2.25rem;
  -moz-column-gap: 1.75rem;
       column-gap: 1.75rem;
}
@media screen and (min-width: 1000px) {
  .keizyo__list {
    grid-template-columns: repeat(5, 1fr);
    row-gap: 4.25rem;
    -moz-column-gap: 3rem;
         column-gap: 3rem;
    margin-top: 3.5rem;
  }
}

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

.keizyo__item-img img {
  border: 1px solid #989797;
  border-radius: 100px;
}
@media screen and (min-width: 1000px) {
  .keizyo__item-img img {
    border: none;
  }
}

.keizyo__item-text {
  margin-top: 0.625rem;
  font-size: max(14px, 1.125rem);
  font-weight: 500;
}

@media screen and (min-width: 1000px) {
  .p-faq__inner.category-page {
    padding-inline: 0;
  }
}

.p-osusume {
  margin-top: 12.5rem;
}
@media screen and (min-width: 1000px) {
  .p-osusume {
    margin-top: 9.375rem;
  }
}

.p-osusume__inner {
  max-width: 77.5rem;
  margin-inline: auto;
  padding-inline: 1.25rem;
}

.osusume__items {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.875rem;
  margin-top: 3.5rem;
}
@media screen and (min-width: 1000px) {
  .osusume__items {
    flex-direction: row;
    flex-wrap: wrap;
    row-gap: 4.375rem;
    -moz-column-gap: 6.25rem;
         column-gap: 6.25rem;
    margin-top: 3.125rem;
  }
}

.osusume__item {
  max-width: 40.625rem;
}
@media screen and (min-width: 1000px) {
  .osusume__item {
    max-width: 31.625rem;
  }
}

.osusume__item-img {
  aspect-ratio: 650/288;
}
@media screen and (min-width: 1000px) {
  .osusume__item-img {
    aspect-ratio: 506/225;
    max-width: 31.625rem;
  }
}
.osusume__item-img img {
  border-radius: 0.9375rem;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.osusume__item-text {
  margin-top: 1.25rem;
  font-size: 1.875rem;
  font-weight: 500;
}
@media screen and (min-width: 1000px) {
  .osusume__item-text {
    margin-top: 1.5rem;
    font-size: 1.125rem;
  }
}

.p-info {
  margin-top: 12.5rem;
}
@media screen and (min-width: 1000px) {
  .p-info {
    margin-top: 9.375rem;
  }
}

.p-info__inner {
  max-width: 77.5rem;
  margin-inline: auto;
  padding-inline: 1.25rem;
}

.info__items {
  margin-top: 2.1875rem;
}
@media screen and (min-width: 1000px) {
  .info__items {
    margin-top: 2.5rem;
  }
}

.info__item {
  padding: 0.9375rem 1.875rem;
  border-top: 1px dashed #7C4D2A;
}
@media screen and (min-width: 1000px) {
  .info__item {
    padding: 1.5625rem 2.1875rem;
  }
}

.info__item::last-child {
  border-bottom: 1px dashed #7C4D2A;
}

.info__item-date {
  font-size: 1.5rem;
  font-weight: 500;
}
@media screen and (min-width: 1000px) {
  .info__item-date {
    font-size: 1rem;
  }
}

.info__item-text {
  font-size: 1.75rem;
  font-weight: 500;
  margin-top: 0.9375rem;
}
@media screen and (min-width: 1000px) {
  .info__item-text {
    font-size: 1.125rem;
  }
}

.info__item-text p {
  margin-top: 1em;
}

.info__item-text p:first-child {
  margin-top: 0;
}

.info__item-text-title {
  color: #7C4D2A;
  font-weight: 700;
}

.p-ranking {
  margin-top: 6.25rem;
}
@media screen and (min-width: 1000px) {
  .p-ranking {
    margin-top: 9.375rem;
  }
}

.p-ranking__inner {
  max-width: 77.5rem;
  margin-inline: auto;
  padding-inline: 1.25rem;
}

.ranking__text {
  margin-top: 2.5rem;
  font-weight: 500;
  text-align: center;
  font-size: 1.875rem;
}
@media screen and (min-width: 1000px) {
  .ranking__text {
    margin-top: 1.875rem;
    font-size: 1.5rem;
  }
}

#searchbox_wrap {
  height: 5.625rem;
  margin-top: 1.875rem;
}
@media screen and (min-width: 1000px) {
  #searchbox_wrap {
    height: 2.25rem;
    margin-top: 0;
  }
}

#searchbox_wrap_section1 {
  height: 5.625rem;
  margin-top: 1.875rem;
}
@media screen and (min-width: 1000px) {
  #searchbox_wrap_section1 {
    height: 2.25rem;
    margin-top: 0;
  }
}

#searchbox_section1 {
  height: inherit;
}

#searchbox {
  height: inherit;
}

input[type=text].searchbox {
  width: 14rem;
  padding-left: 1.625rem;
  border-radius: 40px 0 0 40px;
  border: 1px solid #4B280E;
  border-right: none;
  background-color: #F5F5F5;
  margin-left: 2.75rem;
}

#searchbox_wrap.serchbox_wrap_mobile {
  margin-top: 15.875rem;
}
@media screen and (min-width: 1000px) {
  #searchbox_wrap.serchbox_wrap_mobile {
    margin-top: 0;
  }
}

#searchbox_wrap_mobile {
  margin-top: 15.875rem;
}
@media screen and (min-width: 1000px) {
  #searchbox_wrap_mobile {
    margin-top: 0;
  }
}

input[type=text].searchbox-mobile {
  flex: 1;
  width: 100%;
  padding-block: 0.625rem;
  font-size: 2rem;
}

input[type=text].searchbox-mobile::-moz-placeholder {
  color: #989797;
  font-size: 2rem;
  font-weight: 500;
}

input[type=text].searchbox-mobile::placeholder {
  color: #989797;
  font-size: 2rem;
  font-weight: 500;
}

input[type=text].searchbox:placeholder {
  color: #989797;
  font-size: 2rem;
  font-weight: 500;
}

.searchform-mobile {
  padding-right: 1.25rem;
}

.search-icon {
  width: 2.5rem;
  height: 2.5rem;
  stroke: white;
}
@media screen and (min-width: 1000px) {
  .search-icon {
    width: 1rem;
    height: 1rem;
  }
}

.searchSubmit {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #8b6b47;
  gap: 0.25rem;
  border: none;
  cursor: pointer;
  font-size: 0.625rem;
  white-space: nowrap;
  color: #fff;
  border-radius: 0 45px 45px 0;
  width: 6.25rem;
}
@media screen and (min-width: 1000px) {
  .searchSubmit {
    border-radius: 0 27px 27px 0;
    width: 4.75rem;
  }
}

.searchform {
  display: flex;
  height: inherit;
}

/* ================================
   本題のCSS
=============================== */
.voice-card__swiper-container,
.voice-card__swiper,
.voice-card__swiper-wrapper,
.voice-card__swiper-slide {
  position: relative;
}

/* 位置のreset */
.swiper-button-prev,
.swiper-button-next {
  top: unset;
  bottom: unset;
  left: unset;
  right: unset;
  margin: 0;
  padding: 0;
}

/* =============================
   ナビゲーションボタン
============================= */
/* デフォルトのボタンを初期化 */
.swiper-button-prev::after,
.swiper-button-next::after {
  content: ""; /* デフォルトのものを初期化 */
}

/* 各ボタンのカスタマイズ */
.voice-card__swiper-button-prev,
.voice-card__swiper-button-next {
  top: 50%;
  translate: 0 -50%;
  width: 70px;
  height: 70px;
}
.voice-card__swiper-button-prev img,
.voice-card__swiper-button-next img {
  width: 100%;
  height: 100%;
}

.voice-card__swiper-button-prev {
  left: -20px;
}

.voice-card__swiper-button-next {
  right: -20px;
}

.p-voice {
  padding-top: 3.125rem;
  padding-bottom: 0rem;
}
@media screen and (min-width: 1000px) {
  .p-voice {
    background-color: #FFFCF4;
    padding-bottom: 4.25rem;
  }
}

.p-voice__inner {
  max-width: 77.5rem;
  margin-inline: auto;
  padding-inline: 1.25rem;
}

.voice__text {
  font-size: 1.875rem;
  font-weight: 500;
  margin-top: 1.875rem;
  text-align: center;
}
@media screen and (min-width: 1000px) {
  .voice__text {
    font-size: 1.125rem;
  }
}

.voice-card {
  margin-top: 2.5rem;
}
@media screen and (min-width: 1000px) {
  .voice-card {
    margin-top: 3.125rem;
  }
}

.voice__card-top {
  display: flex;
  gap: 1.25rem;
}
@media screen and (min-width: 1000px) {
  .voice__card-top {
    gap: 1.0625rem;
  }
}

.voice__card-img {
  aspect-ratio: 1/1;
  width: 14.375rem;
}
.voice__card-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 1000px) {
  .voice__card-img {
    width: 7.5rem;
  }
}

.voice__card-wrap {
  flex: 1;
}

.star-img {
  width: 17rem;
}
.star-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 1000px) {
  .star-img {
    width: 9.25rem;
  }
}

.voice__card-title {
  font-size: 1.75rem;
  font-weight: 700;
  margin-top: 1.875rem;
}
@media screen and (min-width: 1000px) {
  .voice__card-title {
    font-size: 1.125rem;
    margin-top: 1.0625rem;
  }
}

.swiper-slide.voice-card__swiper-slide {
  width: 38.5rem;
  height: auto;
}
@media screen and (min-width: 1000px) {
  .swiper-slide.voice-card__swiper-slide {
    width: 23.125rem;
  }
}

.voice__card-container {
  background-color: #fff;
  padding: 1.6875rem 1.375rem 2.5rem;
  border: 1px solid #989797;
  border-radius: 1.25rem;
}

.voice__card-text {
  font-size: 1.75rem;
  font-weight: 700;
  margin-top: 2.25rem;
}
@media screen and (min-width: 1000px) {
  .voice__card-text {
    font-size: 1.125rem;
    margin-top: 1.5rem;
  }
}

.p-new-products {
  margin-top: 12.5rem;
}
@media screen and (min-width: 1000px) {
  .p-new-products {
    margin-top: 9.375rem;
    padding-top: 2.1875rem;
    padding-bottom: 4.25rem;
  }
}

.p-new-products__inner {
  max-width: 77.5rem;
  margin-inline: auto;
  padding-inline: 1.25rem;
}

.new-products__text {
  font-size: 1.875rem;
  font-weight: 500;
  margin-top: 1.875rem;
  text-align: center;
}
@media screen and (min-width: 1000px) {
  .new-products__text {
    font-size: 1.125rem;
  }
}

.new-products__card-img {
  aspect-ratio: 1/1;
  position: relative;
  margin-top: 3.125rem;
}
.new-products__card-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 1000px) {
  .new-products__card-img {
    margin-top: 2rem;
  }
}

.new-products__card-img:after {
  content: "";
  position: absolute;
  top: -3.125rem;
  left: 0;
  width: 6.25rem;
  height: 6.25rem;
  background-image: url(../img/new-icon.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (min-width: 1000px) {
  .new-products__card-img:after {
    width: 4.0625rem;
    height: 4.0625rem;
    top: -2rem;
  }
}

.slick-slide.new-product-card__slide {
  width: 28.3125rem !important;
  margin: 0 0.9375rem;
  flex-shrink: 0;
}
@media screen and (min-width: 900px) {
  .slick-slide.new-product-card__slide {
    width: 15.625rem !important;
  }
}
@media screen and (min-width: 1100px) {
  .slick-slide.new-product-card__slide {
    width: 16.875rem !important;
  }
}

.new-product-card__slick .slick-list {
  margin: 0 -0.9375rem;
  overflow: hidden;
}

.new-product-card__slick-container {
  overflow: hidden;
}
@media screen and (max-width: 999px) {
  .new-product-card__slick-container {
    width: 100%;
  }
}

.new-products__card-title {
  font-size: max(16px, 1.625rem);
  font-weight: 500;
  margin-top: 0.75rem;
}
@media screen and (min-width: 1000px) {
  .new-products__card-title {
    font-size: 1.125rem;
    margin-top: 1.125rem;
  }
}

.new-products__card-price {
  text-align: right;
  font-size: 1.875rem;
  font-weight: 500;
  color: #7C4D2A;
}
@media screen and (min-width: 1000px) {
  .new-products__card-price {
    font-size: 1.125rem;
    margin-top: 0.375rem;
    font-weight: 700;
    margin-top: 0.375rem;
  }
}

/* ================================
   本題のCSS
=============================== */
.new-product-card__swiper-container,
.new-product-card__swiper,
.new-product-card__swiper-wrapper,
.new-product-card__swiper-slide {
  position: relative;
}

/* 位置のreset */
.swiper-button-prev,
.swiper-button-next {
  top: unset;
  bottom: unset;
  left: unset;
  right: unset;
  margin: 0;
  padding: 0;
}

/* =============================
   ナビゲーションボタン
============================= */
/* デフォルトのボタンを初期化 */
.swiper-button-prev::after,
.swiper-button-next::after {
  content: ""; /* デフォルトのものを初期化 */
}

/* 各ボタンのカスタマイズ */
.new-product-card__swiper-button-prev,
.new-product-card__swiper-button-next {
  top: 50%;
  translate: 0 -50%;
  width: 70px;
  height: 70px;
}
.new-product-card__swiper-button-prev img,
.new-product-card__swiper-button-next img {
  width: 100%;
  height: 100%;
}

.new-product-card__swiper-button-prev {
  left: -20px;
}

.new-product-card__swiper-button-next {
  right: -20px;
}

.swiper-slide.new-product-card__swiper-slide {
  width: 28.3125rem;
  height: auto;
}
@media screen and (min-width: 1000px) {
  .swiper-slide.new-product-card__swiper-slide {
    width: 16.875rem;
  }
}

.new-product-card {
  margin-top: 2.5rem;
}
@media screen and (min-width: 1000px) {
  .new-product-card {
    margin-top: 3.125rem;
  }
}

@media screen and (max-width: 999px) {
  .new-product-card__slick {
    width: 100%;
    max-width: 100vw;
  }
}

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

.p-reason {
  margin-top: 12.5rem;
}
@media screen and (min-width: 1000px) {
  .p-reason {
    margin-top: 9.375rem;
  }
}

.p-reason__inner {
  max-width: 77.5rem;
  margin-inline: auto;
  padding-inline: 1.25rem;
}

.reason__title {
  border-block: 2px dashed #7C4D2A;
  padding-block: 0.6875rem;
}
@media screen and (min-width: 1000px) {
  .reason__title {
    padding-block: 1.125rem;
  }
}

.reason__items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 4.375rem;
  -moz-column-gap: 2.25rem;
       column-gap: 2.25rem;
  margin-top: 4.375rem;
}
@media screen and (min-width: 1000px) {
  .reason__items {
    grid-template-columns: repeat(3, 1fr);
    row-gap: 3.75rem;
    -moz-column-gap: 3.125rem;
         column-gap: 3.125rem;
    margin-top: 3.125rem;
  }
}

.reason__item-img {
  max-width: 15.625rem;
  margin-inline: auto;
}

.reason__item-text {
  font-size: max(14px, 1.6875rem);
  font-weight: 700;
  color: #7C4D2A;
  text-align: center;
  margin-top: 0.9375rem;
}
.reason-desc {
  display: none;
}
@media screen and (min-width: 1000px) {
  .reason-desc {
    color: #7C4D2A;
    display: block;
    font-size: 1.125rem;
    font-weight: 500;
    margin-top: 1.375rem;
    line-height: 1.75;
  }
}

.reason_line {
  display: none;
}
@media screen and (min-width: 1000px) {
  .reason_line {
    display: block;
    width: 8.375rem;
    margin-inline: auto;
  }
}

.p-faq {
  margin-top: 12.5rem;
}
@media screen and (min-width: 1000px) {
  .p-faq {
    margin-top: 9.375rem;
  }
}

.p-faq.category-page {
  margin-top: 9.375rem;
}
@media screen and (min-width: 1000px) {
  .p-faq.category-page {
    margin-top: 6.25rem;
  }
}

.p-faq__inner {
  max-width: 77.5rem;
  margin-inline: auto;
  padding-inline: 1.25rem;
}

.c-section__title.faq__title {
  font-size: 3.125rem;
  font-weight: 600;
}
@media screen and (min-width: 1000px) {
  .c-section__title.faq__title {
    font-size: 2.1875rem;
    font-weight: 700;
  }
}

.c-section__title-en.faq__title-en {
  font-size: 2.375rem;
  font-weight: 900;
}
@media screen and (min-width: 1000px) {
  .c-section__title-en.faq__title-en {
    font-size: 2.1875rem;
    font-weight: 700;
  }
}

.faq__list {
  margin-top: 2.75rem;
}

.faq-list__item + .faq-list__item {
  margin-top: 1.25rem;
}

.faq-list__item-question {
  background-color: #F5F2E9;
  border-radius: 2.1875rem;
  padding: 3rem 2.125rem 3rem 0.75rem;
  position: relative;
  font-size: 1.75rem;
  font-weight: 700;
  color: #7C4D2A;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 1rem;
  text-indent: 0;
}
@media screen and (min-width: 1000px) {
  .faq-list__item-question {
    padding: 0.875rem 3.75rem 0.875rem 5rem;
    font-size: 1.125rem;
  }
}

.faq-list__item-question::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.25rem;
  width: 0.5rem;
  height: 0.5rem;
  border-top: 0.1875rem solid #626262;
  border-right: 0.1875rem solid #626262;
  transform: translateY(-50%) rotate(135deg);
  transition: 0.3s;
}
@media screen and (min-width: 1000px) {
  .faq-list__item-question::before {
    width: 0.8125rem;
    height: 0.8125rem;
    right: 1.875rem;
  }
}

.faq-list__item-question.is-open::before {
  transform: translateY(-50%) rotate(315deg);
}

.faq-list__item-question-q {
  color: #fff;
  background-color: #ED8955;
  border-radius: 50%;
  width: 3.125rem;
  height: 3.125rem;
  font-size: 1.6875rem;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  flex: none;
}
@media screen and (min-width: 1000px) {
  .faq-list__item-question-q {
    width: 3.125rem;
    height: 3.125rem;
    font-size: 1.25rem;
  }
}

.faq-list__item-answer {
  display: flex;
  padding: 3rem 2.125rem 3rem 0.75rem;
  font-size: 1.75rem;
  color: #262626;
  line-height: 1.7;
  gap: 1rem;
}
@media screen and (min-width: 1000px) {
  .faq-list__item-answer {
    padding: 0.875rem 3.75rem 0.875rem 5rem;
    font-size: 1.125rem;
  }
}

.faq-list__item-answer-a {
  display: inline-block;
  color: #7C4D2A;
  border: 1px solid #7C4D2A;
  border-radius: 50%;
  width: 3.125rem;
  height: 3.125rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
}
@media screen and (min-width: 1000px) {
  .faq-list__item-answer-a {
    width: 3.125rem;
    height: 3.125rem;
  }
}

.faq-list__item-answer-p {
  flex: 1;
}

.p-column {
  margin-top: 12.5rem;
}
@media screen and (min-width: 1000px) {
  .p-column {
    margin-top: 9.375rem;
  }
}

.p-column__inner {
  max-width: 77.5rem;
  margin-inline: auto;
  padding-inline: 1.25rem;
}

.column__text {
  font-size: 1.875rem;
  font-weight: 500;
  margin-top: 1.875rem;
  text-align: center;
  padding-inline: 0.625rem;
}
@media screen and (min-width: 1000px) {
  .column__text {
    font-size: 1.125rem;
  }
}

.column__items {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  row-gap: 5rem;
  margin-top: 3rem;
}
@media screen and (min-width: 1000px) {
  .column__items {
    grid-template-columns: repeat(3, 1fr);
    -moz-column-gap: 1.3125rem;
         column-gap: 1.3125rem;
  }
}

.column__item {
  background-color: #F5F2E9;
  padding: 1.5rem;
  max-width: 33.75rem;
  margin-inline: auto;
}
@media screen and (min-width: 1000px) {
  .column__item {
    padding: 2rem 1.75rem;
  }
}

.column__item-img {
  aspect-ratio: 479/282;
}
.column__item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 1000px) {
  .column__item-img {
    aspect-ratio: 340/200;
  }
}

.column-item__date {
  margin-top: 2.1875rem;
  font-size: 1.375rem;
  font-weight: 500;
  color: #4B280E;
}
@media screen and (min-width: 1000px) {
  .column-item__date {
    margin-top: 1.5625rem;
    font-size: 1.25rem;
  }
}

.column__item-text {
  margin-top: 1.375rem;
  font-size: 1.625rem;
  font-weight: 500;
  color: #4B280E;
}
@media screen and (min-width: 1000px) {
  .column__item-text {
    margin-top: 0.625rem;
    font-size: 1.25rem;
  }
}

.footer {
  background-color: #F5F2E9;
  margin-top: 12.5rem;
}
@media screen and (min-width: 1000px) {
  .footer {
    margin-top: 0rem;
  }
}

.footer__inner {
  max-width: 77.5rem;
  margin-inline: auto;
  padding-inline: 1.25rem;
}

.footer-list__item {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  border-bottom: 0.0625rem solid #CCCCCC;
}

.footer-list__item:first-child {
  background-color: #FFFCF4;
  border-top: 0.0625rem solid #CCCCCC;
}

.footer-list__item:not(:first-child) {
  background-color: #F5F2E9;
}

.footer-list__item-content {
  max-width: 77.5rem;
  margin-inline: auto;
}
@media screen and (min-width: 1000px) {
  .footer-list__item-content {
    padding-inline: 1.25rem;
  }
}

.footer-list__item-question {
  padding: 2.1875rem 2.5rem 2.1875rem 5.9375rem;
  position: relative;
  font-size: 0.9375rem;
  cursor: pointer;
  font-size: 2.125rem;
  font-weight: 500;
}

.footer-list__item-question::before,
.footer-list__item-question::after {
  content: "";
  position: absolute;
  top: 3.5rem;
  right: 3.125rem;
  width: 1.125rem;
  height: 0.1875rem;
  background: #959595;
  transition: 0.3s;
}

.footer-list__item-question::after {
  transform: rotate(90deg);
}

.footer-list__item-question.is-open::after {
  transform: rotate(0deg);
}

.footer-list__item-answer {
  padding: 1.25rem 2.5rem 2.1875rem 5.9375rem;
  display: none;
  font-size: 1.875rem;
}
@media screen and (max-width: 1000px) {
  .footer-list__item-answer {
    background-color: #FFFCF4;
  }
}

.footer-list__item-answer a {
  position: relative;
}

.footer-list__item-answer-link2 {
  display: block;
}

.footer-list__item-answer-link2::before {
  content: "";
  position: absolute;
  border-top: 0.0625rem dotted #7C4D2A;
  top: -1.25rem;
  left: 0;
  width: 100%;
  height: 100%;
}

.footer-list__item-answer-link2::after {
  content: "";
  position: absolute;
  background-image: url(../img/drawer-arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 1.25rem;
  height: 1.25rem;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.footer-list__item-answer.category-answer {
  padding: 0;
}

.footer__bottom-icons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.3125rem;
}
@media screen and (min-width: 1000px) {
  .footer__bottom-icons {
    gap: 1.25rem;
    margin-top: 1rem;
  }
}

.footer__bottom-icon {
  aspect-ratio: 1/1;
  width: 4.375rem;
  height: 4.375rem;
}
.footer__bottom-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 1000px) {
  .footer__bottom-icon {
    width: 2.375rem;
    height: 2.375rem;
  }
}

.footer__bottom {
  padding-block: 7.75rem;
}

.footer__logo {
  width: 31.25rem;
  margin-top: 6.25rem;
  margin-inline: auto;
}

.pc-footer__2 {
  display: flex;
  gap: 2.5rem;
  padding-block: 1.5rem;
}

.pc-footer__2-left {
  width: 20%;
}

.pc-footer__2-center {
  width: 45%;
}

.pc-footer__2-right {
  width: 20%;
}

.pc-footer__title {
  font-size: 1.125rem;
  font-weight: 700;
  border-bottom: 0.0625rem solid #C1C1C1;
  padding-bottom: 0.75rem;
}

.pc-footer__text {
  margin-top: 0.75rem;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.8;
}

.pc-footer__text span {
  font-weight: 700;
}

.pc-footer__3 {
  display: flex;
  gap: 2.5rem;
  padding-top: 2.5rem;
  padding-bottom: 3.125rem;
}

.footer__logo-pc {
  width: 16.875rem;
  margin-top: 1.875rem;
}

.pc-footer__3-left {
  width: 18%;
}

.pc-footer__3-center1 {
  width: 16%;
}

.pc-footer__3-center2 {
  width: 16%;
}

.pc-footer__3-right {
  width: 15%;
}

.copyright {
  background-color: #866C48;
  color: #fff;
  font-size: 1.1875rem;
  font-weight: 500;
  text-align: center;
  padding: 1.25rem;
}
@media screen and (min-width: 1000px) {
  .copyright {
    font-size: 1rem;
    padding: 0.875rem;
  }
}

.category-answer {
  width: 100vw;
}

.js-footer-sp-acordion-menu {
  display: none;
}

.js-footer-sp-acordion {
  position: relative;
  cursor: pointer;
  padding-right: 3.75rem;
}

.js-footer-sp-acordion::before,
.js-footer-sp-acordion::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 3.125rem;
  width: 1.125rem;
  height: 0.1875rem;
  background: #fff;
  transform: translateY(-50%);
  transition: 0.3s;
}

.js-footer-sp-acordion::after {
  transform: translateY(-50%) rotate(90deg);
}

.js-footer-sp-acordion.is-open::after {
  transform: translateY(-50%) rotate(0deg);
}

.calender__title-en {
  text-align: center;
  font-size: 1.0625rem;
  font-weight: 500;
  margin-top: 0.75rem;
}

.calender__title {
  text-align: center;
  font-size: 0.875rem;
  font-weight: 500;
  margin-top: 0.125rem;
}

.calender-body {
  margin-top: 0.75rem;
}

.calendar {
  background: #fff;
  padding: 0.625rem;
  box-shadow: 0 0px 2px rgba(0, 0, 0, 0.1);
  margin-top: 0.75rem;
}

.calendar-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: bold;
  margin-bottom: 0.5rem;
}

.calendar-header h2 {
  margin: 0;
  font-size: 1.125rem;
  text-align: center;
  font-weight: 500;
}

.nav-btn {
  cursor: pointer;
  width: 1.25rem;
  height: 1.25rem;
}
.nav-btn img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.calendar-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  text-align: center;
  gap: 0.1875rem;
  row-gap: 0.5rem;
}

.day-name {
  font-size: 0.875rem;
  font-weight: 500;
  color: #666;
}

/* 曜日ヘッダーの色分け */
.calendar-grid .day-name:nth-child(1) { /* 日曜 */
  color: #C61E1C;
}

.calendar-grid .day-name:nth-child(7) { /* 土曜 */
  color: #4C84B1;
}

.day {
  padding: 0.3rem;
  border-radius: 50%;
  cursor: default;
  font-size: 0.75rem;
}

.today {
  background: #D57272;
  color: #fff;
}

.holiday {
  background: #C5E4FA;
  color: #6397C1;
}

.legend {
  display: flex;
  flex-direction: column;
  gap: 0.3125rem;
  margin-top: 0.625rem;
}

.dot {
  width: 0.8125rem;
  height: 0.8125rem;
  border-radius: 50%;
  display: inline-block;
}

.dot.today-dot {
  background: #D57272;
  margin-right: 0.375rem;
}

.dot.holiday-dot {
  background: #C5E4FA;
  margin-right: 0.375rem;
}

.calender2__container {
  width: 31.25rem;
}

.calender__title-en2 {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 500;
  margin-top: 1rem;
}

.calender__title2 {
  text-align: center;
  font-size: 1.25rem;
  font-weight: 500;
  margin-top: 0.25rem;
}

.calender-body2 {
  margin-top: 0.75rem;
}

.calendar2 {
  background: #fff;
  padding: 0.625rem;
  box-shadow: 0 0px 2px rgba(0, 0, 0, 0.1);
  margin-top: 0.75rem;
}

.calendar-header2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: bold;
  margin-bottom: 0.5rem;
}

.calendar-header2 h2 {
  margin: 0;
  font-size: 1.5rem;
  text-align: center;
  font-weight: 500;
}

.nav-btn2 {
  cursor: pointer;
  width: 2.5rem;
  height: 2.5rem;
}
.nav-btn2 img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.calendar-grid2 {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  text-align: center;
  -moz-column-gap: 1.875rem;
       column-gap: 1.875rem;
  row-gap: 1.25rem;
}

.day-name2 {
  font-size: 1.125rem;
  font-weight: 500;
  color: #666;
}

/* 曜日ヘッダーの色分け */
.calendar-grid2 .day-name:nth-child(1) { /* 日曜 */
  color: #C61E1C;
}

.calendar-grid2 .day-name:nth-child(7) { /* 土曜 */
  color: #4C84B1;
}

.day2 {
  padding: 0.3rem;
  border-radius: 50%;
  cursor: default;
  font-size: 1.125rem;
}

.today2 {
  background: #D57272;
  color: #fff;
}

.holiday2 {
  background: #C5E4FA;
  color: #6397C1;
}

.legend2 {
  display: flex;
  flex-direction: column;
  gap: 0.3125rem;
  margin-top: 0.625rem;
}

.dot {
  width: 0.8125rem;
  height: 0.8125rem;
  border-radius: 50%;
  display: inline-block;
}

.dot.today-dot2 {
  background: #D57272;
  margin-right: 0.375rem;
}

.dot.holiday-dot2 {
  background: #C5E4FA;
  margin-right: 0.375rem;
}

.p-cat__ranking {
  margin-top: 6.25rem;
}
@media screen and (min-width: 1000px) {
  .p-cat__ranking {
    margin-top: 9.375rem;
  }
}

.p-cat__ranking__inner {
  max-width: 77.5rem;
  margin-inline: auto;
  padding-inline: 1.25rem;
}

.cat__ranking__text {
  font-size: 1.875rem;
  font-weight: 500;
  margin-top: 1.875rem;
  text-align: center;
  padding-inline: 1.875rem;
}
@media screen and (min-width: 1000px) {
  .cat__ranking__text {
    font-size: 1.125rem;
    padding-inline: 0;
  }
}

.tab__menu {
  margin-top: 3.125rem;
  display: flex;
  justify-content: flex-start;
  gap: 0.625rem;
  overflow-x: auto;
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE and Edge */
}
.tab__menu::-webkit-scrollbar {
  display: none; /* Chrome, Safari, Opera */
}
@media screen and (min-width: 1000px) {
  .tab__menu {
    flex-wrap: wrap;
    overflow-x: visible;
    margin-top: 3.625rem;
  }
}

.tab__menu-item {
  padding: 1.125rem 2.5rem;
  font-size: 1.75rem;
  line-height: 1;
  border: 1px solid #707070;
  background-color: #fff;
  text-align: center;
  cursor: pointer;
  border-radius: 2.875rem;
  flex-shrink: 0;
  white-space: nowrap;
}
@media screen and (min-width: 1000px) {
  .tab__menu-item {
    font-size: 1.375rem;
    padding: 0.625rem 1.875rem;
  }
}

.tab__menu-item.is-active {
  background-color: #E5BC4E;
}

.tab__content {
  margin-top: 2.25rem;
}
@media screen and (min-width: 1000px) {
  .tab__content {
    margin-top: 1.875rem;
  }
}

.tab__content-item {
  display: none;
}

.tab__content-item.is-active {
  display: block;
  -webkit-animation: fade 0.3s;
          animation: fade 0.3s;
}

@-webkit-keyframes fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.catagory__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 1.875rem;
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
}
@media screen and (min-width: 1000px) {
  .catagory__list {
    grid-template-columns: repeat(4, 1fr);
    row-gap: 2.5rem;
  }
}

.zyuni {
  aspect-ratio: 66/57;
  width: 4.125rem;
  height: auto;
}
.zyuni img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 1000px) {
  .zyuni {
    width: 3.375rem;
    margin-inline: auto;
  }
}

.category__list-img {
  margin-top: 0.625rem;
  aspect-ratio: 1/1;
}
.category__list-img img {
  border-radius: 0.9375rem;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.category__list-text-title {
  margin-top: 0.625rem;
  font-size: max(14px, 1.5rem);
  font-weight: 500;
}
@media screen and (min-width: 1000px) {
  .category__list-text-title {
    margin-top: 1.125rem;
    font-size: 1.125rem;
  }
}

.category__list-text-price {
  text-align: right;
  color: #7C4D2A;
  font-weight: 500;
  font-size: max(14px, 1.5rem);
}
@media screen and (min-width: 1000px) {
  .category__list-text-price {
    font-size: 1.125rem;
  }
}

.c-btn.cat__ranking__btn {
  margin-top: 4.375rem;
}
@media screen and (min-width: 1000px) {
  .c-btn.cat__ranking__btn {
    margin-top: 5rem;
  }
}

.p-kousiki {
  margin-top: 12.5rem;
}
@media screen and (min-width: 1000px) {
  .p-kousiki {
    margin-top: 9.375rem;
  }
}

.p-kousiki__inner {
  max-width: 77.5rem;
  margin-inline: auto;
  padding-inline: 1.25rem;
}

.kousiki__text {
  font-size: max(14px, 1.875rem);
  font-weight: 500;
  margin-top: 1.875rem;
  text-align: center;
  padding-inline: 0.625rem;
}
@media screen and (min-width: 1000px) {
  .kousiki__text {
    font-size: 1.5625rem;
  }
}

.c-section__title span {
  position: relative;
}

.c-section__title span::before {
  content: "";
  position: absolute;
  background-image: url(../img/insta_kousiki.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 3.25rem;
  height: 3.25rem;
  top: 50%;
  transform: translateY(-50%);
  left: -3.75rem;
}
@media screen and (min-width: 1000px) {
  .c-section__title span::before {
    width: 2.625rem;
    height: 2.625rem;
    left: -3.75rem;
  }
}

.tab__menu_insta {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.9375rem;
  margin-top: 4.25rem;
}
@media screen and (min-width: 1000px) {
  .tab__menu_insta {
    grid-template-columns: repeat(5, 1fr);
    margin-top: 2.5rem;
  }
}

.tab__menu-item_insta {
  padding: 0.75rem 0rem;
  font-size: max(14px, 1.125rem);
  line-height: 1.5;
  border: 1px solid #707070;
  text-align: center;
  cursor: pointer;
  display: grid;
  place-items: center;
}
.tab__menu-item_insta.is-active {
  background-color: #E5BC4E;
}

.tab__content_insta {
  margin-top: 2.5rem;
}

.tab__content-item_insta {
  display: none;
}

.tab__content-item_insta.is-active {
  display: block;
  -webkit-animation: fade 0.3s;
          animation: fade 0.3s;
}

@keyframes fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.insta__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(3, 1fr);
  gap: 1.25rem;
}
@media screen and (min-width: 1000px) {
  .insta__list {
    grid-template-columns: repeat(5, 1fr);
    gap: 0.9375rem;
  }
}

@media screen and (max-width: 1000px) {
  .insta__list-item:nth-child(n+7) {
    display: none;
  }
}
.insta__list-item-img {
  aspect-ratio: 1/1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.insta__list-item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 1000px) {
  .insta__list-item-img {
    aspect-ratio: 1/1;
    width: 100%;
    height: 100%;
  }
}

.p-post {
  margin-top: 12.5rem;
}
@media screen and (min-width: 1000px) {
  .p-post {
    margin-top: 9.375rem;
  }
}

.p-post__inner {
  max-width: 77.5rem;
  margin-inline: auto;
  padding-inline: 1.25rem;
}

.post__title {
  background-color: #989797;
  border-radius: 0.625rem;
  padding: 1.5rem;
  color: #fff;
  font-size: 2.375rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 1000px) {
  .post__title {
    padding: 1.875rem;
    font-size: 2.1875rem;
  }
}

.post__items {
  margin-top: 4.0625rem;
  display: flex;
  flex-direction: column;
  gap: 3.75rem;
}
@media screen and (min-width: 1000px) {
  .post__items {
    margin-top: 3.125rem;
    flex-direction: row;
    justify-content: space-between;
    gap: 3.75rem;
  }
}

.post__item {
  background-color: #EFEFEF;
  border-radius: 0.625rem;
  padding-top: 1.25rem;
  padding-bottom: 2.5rem;
  position: relative;
}
@media screen and (min-width: 1000px) {
  .post__item {
    width: 100%;
  }
}

.post__item::before {
  content: "";
  position: absolute;
  bottom: -2.75rem;
  left: 50%;
  transform: translateX(-50%);
  background-image: url(../img/insta-bottom-arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 3.125rem;
  height: 1.5625rem;
}
@media screen and (min-width: 1000px) {
  .post__item::before {
    background-image: url(../img/insta-right-arrow.png);
    width: 1.25rem;
    height: 2.5rem;
    top: 50%;
    transform: translateY(-50%);
    right: -2.75rem;
    left: auto;
    bottom: auto;
  }
}

.post__item:last-child::before {
  display: none;
}

.post__item-number {
  font-size: 2.8125rem;
  font-weight: 700;
  color: #866C48;
  text-align: center;
}
.post__item-img {
  aspect-ratio: 1/1;
  width: 15.625rem;
  margin-inline: auto;
}
.post__item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 1000px) {
  .post__item-img {
    width: 18.75rem;
  }
}

.post__item-content {
  display: flex;
  gap: 3.875rem;
  justify-content: center;
  max-width: 42.5rem;
  margin-inline: auto;
  margin-top: 1.25rem;
  align-items: center;
}
@media screen and (min-width: 1000px) {
  .post__item-content {
    flex-direction: column;
    align-items: flex-start;
  }
}

.post__item-text {
  font-size: 1.6875rem;
  font-weight: 500;
  max-width: 21.25rem;
  text-align: center;
}
@media screen and (min-width: 1000px) {
  .post__item-text {
    font-size: 1.5625rem;
  }
}

.step-btn {
  margin-top: 1.5rem;
  aspect-ratio: 350/100;
  width: 21.875rem;
  margin-inline: auto;
}
.step-btn img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 1000px) {
  .step-btn {
    aspect-ratio: 335/100;
    width: 20.9375rem;
    margin-top: 3.4375rem;
    text-align: center;
  }
}

.post__item-wrap {
  margin-inline: auto;
}

.post__bottom-text {
  text-align: center;
  font-size: 1.6875rem;
  font-weight: 500;
  margin-top: 2rem;
}
@media screen and (min-width: 1000px) {
  .post__bottom-text {
    font-size: 1.5625rem;
    margin-top: 1.3125rem;
  }
}

.post__item-text span {
  background-color: #FFE295;
  border-radius: 0.4375rem;
  padding: 0.25rem;
}

.post__item-text.post__item-text-3 {
  background-color: #fff;
  padding: 1.5rem;
  border-radius: 0.75rem;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1);
  position: relative;
}
@media screen and (min-width: 1000px) {
  .post__item-text.post__item-text-3 {
    padding: 0.625rem 1.875rem;
    margin-inline: auto;
  }
}

.hukidashi-arrow {
  content: "";
  position: absolute;
  width: 3.4375rem;
  height: 3.125rem;
  top: 50%;
  transform: translateY(-50%);
  left: -2.75rem;
  z-index: 0;
}
@media screen and (min-width: 1000px) {
  .hukidashi-arrow {
    display: none;
  }
}

.post__item-wrap {
  flex: 1;
  max-width: 21.25rem;
}

.header__item--menu {
  position: relative;
}

.header__sublist {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #FFFCF4;
  padding-top: 1.25rem;
  width: 100vw;
  white-space: nowrap;
}

#header__mega {
  position: absolute;
  top: 12.625rem;
  left: 0;
  width: 100%;
  z-index: 1000;
  background-color: #FFFCF4;
  padding-block: 1.5625rem;
}
#header__mega::-webkit-scrollbar {
  width: 8px;
}
#header__mega::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 4px;
}
#header__mega::-webkit-scrollbar-thumb {
  background: #c1c1c1;
  border-radius: 4px;
}
#header__mega::-webkit-scrollbar-thumb:hover {
  background: #a8a8a8;
}
@media screen and (max-width: 1000px) {
  #header__mega {
    top: 14.25rem;
    padding-top: 0;
    height: 100vh;
    overflow-y: scroll;
    padding-bottom: 25rem;
  }
}
@media screen and (min-width: 1000px) {
  #header__mega {
    max-height: calc(100vh - 50px);
    overflow-y: auto;
  }
}
#header__mega .drawer__title02-close {
  position: fixed;
  bottom: calc(env(safe-area-inset-bottom, 0) + 0px);
  right: 0;
  z-index: 1001;
  transform: translateX(100%);
  transition: transform 0.3s ease;
}
#header__mega .drawer__title02-close.active {
  transform: translateX(0);
  width: 100%;
}
@media screen and (min-width: 1000px) {
  #header__mega .drawer__title02-close {
    display: none;
  }
}

.drawer-close.drawer__title02-close.active {
  width: 93%;
}

.header__mega--inner {
  max-width: 77.5rem;
  margin-inline: auto;
  padding-inline: 1.25rem;
  margin-inline: auto;
}

#header__mega--cat {
  position: absolute;
  top: 12.625rem;
  left: 0;
  width: 100%;
  overflow-y: auto;
  z-index: 1000;
  background-color: #FFFCF4;
  padding-top: 1.5625rem;
  padding-bottom: 6.25rem;
}
#header__mega--cat::-webkit-scrollbar {
  width: 8px;
}
#header__mega--cat::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 4px;
}
#header__mega--cat::-webkit-scrollbar-thumb {
  background: #c1c1c1;
  border-radius: 4px;
}
#header__mega--cat::-webkit-scrollbar-thumb:hover {
  background: #a8a8a8;
}
@media screen and (max-width: 1000px) {
  #header__mega--cat {
    top: 14.25rem;
    padding-top: 0;
  }
}
@media screen and (min-width: 1000px) {
  #header__mega--cat {
    max-height: calc(100vh - 250px);
    overflow-y: auto;
  }
}
#header__mega--cat .drawer__title02-close {
  position: fixed;
  bottom: calc(env(safe-area-inset-bottom, 0) + 0px);
  right: 0;
  z-index: 1001;
  transform: translateX(100%);
  transition: transform 0.3s ease;
}
#header__mega--cat .drawer__title02-close.active {
  transform: translateX(0);
  width: 100%;
}
@media screen and (min-width: 1000px) {
  #header__mega--cat .drawer__title02-close {
    display: none;
  }
}

@media screen and (min-width: 1000px) {
  .mega-menu-item02 {
    width: 43%;
  }
}

@media screen and (min-width: 1000px) {
  .mega-menu-item03 {
    width: 14%;
  }
}

@media screen and (min-width: 1000px) {
  .mega-menu-cat-list {
    display: flex;
    gap: 2.5rem;
    justify-content: flex-end;
    padding-right: 8.125rem;
  }
}

@media screen and (min-width: 1000px) {
  .megamenu-subitem-left {
    width: 30%;
  }
}

@media screen and (min-width: 1000px) {
  .megamenu-subitem-right {
    width: 30%;
  }
}

.cat-mega-mobile {
  padding-bottom: 28.125rem;
}
@media screen and (min-width: 1000px) {
  .cat-mega-mobile {
    padding-bottom: 0;
  }
}

.dog-mega-mobile {
  padding-bottom: 25rem;
}
@media screen and (min-width: 1000px) {
  .dog-mega-mobile {
    padding-bottom: 0;
  }
}

.footer__sitemap {
  margin-top: 12.5rem;
}
@media screen and (min-width: 1000px) {
  .footer__sitemap {
    margin-top: 9rem;
  }
}

.footer__sitemap {
  display: none;
}
@media screen and (min-width: 1000px) {
  .footer__sitemap {
    padding-block: 1.5625rem;
    background-color: #FFFCF4;
    display: block;
  }
}

.footer__sitemap-inner {
  max-width: 77.5rem;
  margin-inline: auto;
  padding-inline: 1.25rem;
}

.footer__sitemap-title {
  background-color: #7C4D2A;
  color: #fff;
  font-size: 1.875rem;
  font-weight: 700;
  margin-inline: calc(50% - 50vw);
  padding-inline: calc(50vw - 50%);
  padding: 2.375rem;
  padding-left: 5rem;
}
@media screen and (min-width: 1000px) {
  .footer__sitemap-title {
    font-size: 1.0625rem;
    font-weight: 700;
    padding: 0;
    margin: 0;
    padding-bottom: 0.75rem;
    border-bottom: 0.0625rem solid #989797;
    background-color: transparent;
    color: #262626;
  }
}

.footer__sitemap-subitem {
  position: relative;
}
@media screen and (min-width: 1000px) {
  .footer__sitemap-list {
    display: flex;
    gap: 1.875rem;
  }
}

@media screen and (min-width: 1000px) {
  .footer__sitemap-care-title {
    margin-top: 4.125rem;
  }
}

@media screen and (min-width: 1000px) {
  .footer__sitemap-subitem-wrap {
    display: flex;
    justify-content: space-between;
    gap: 1.875rem;
  }
}

.category__flex-wrap {
  display: flex;
  flex-direction: column;
  max-width: 77.5rem;
  margin-inline: auto;
  padding-inline: 1.25rem;
}
@media screen and (min-width: 1000px) {
  .category__flex-wrap {
    flex-direction: row;
    gap: 2.5rem;
    margin-top: 0.625rem;
  }
}

.category__side-bar {
  display: none;
}
@media screen and (min-width: 1000px) {
  .category__side-bar {
    width: 22%;
    min-width: 16.25rem;
    display: block;
  }
}

.category__main-content {
  width: 100%;
}
@media screen and (min-width: 1000px) {
  .category__main-content {
    width: 75%;
  }
}

.fv-img--category {
  aspect-ratio: 710/223;
  margin-top: 0.5rem;
}
.fv-img--category img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1.875rem;
}
@media screen and (min-width: 1000px) {
  .fv-img--category {
    aspect-ratio: 900/300;
    width: 100%;
    margin-top: 0.8125rem;
  }
}

.fv-bottom-wrap {
  display: flex;
  flex-direction: column-reverse;
  gap: 2.5rem;
  margin-top: 1.625rem;
}
@media screen and (min-width: 1000px) {
  .fv-bottom-wrap {
    margin-top: 2.3125rem;
    flex-direction: row;
    gap: 1.5625rem;
  }
}

.fv-bottom-left {
  font-size: 1.875rem;
  font-weight: 500;
  line-height: 2;
}
@media screen and (min-width: 1000px) {
  .fv-bottom-left {
    width: 59%;
    font-size: 1.125rem;
  }
}

@media screen and (min-width: 1000px) {
  .fv-bottom-right {
    flex: 1;
  }
}

.fv-bottom-right-wrap {
  background-color: #FFF7ED;
  border-radius: 1.25rem;
  border: 1px solid #7C4D2A;
  padding: 1.0625rem 1.25rem;
}
@media screen and (min-width: 1000px) {
  .fv-bottom-right-wrap {
    padding: 2.375rem 0.9375rem;
  }
}

.fv-bottom-right-wrap-items {
  display: flex;
  gap: 1.625rem;
  margin-top: 1.125rem;
}
@media screen and (min-width: 1000px) {
  .fv-bottom-right-wrap-items {
    gap: 1rem;
  }
}

.fv-bottom-right-wrap-items.first {
  margin-top: 0;
}

.fv-bottom-right-wrap-item {
  background-color: #EC982E;
  border-radius: 1.375rem;
  color: #fff;
  font-size: max(13px, 1.375rem);
  font-weight: 600;
  width: 13.75rem;
  height: 2.6875rem;
  display: grid;
  place-items: center;
}
@media screen and (min-width: 1000px) {
  .fv-bottom-right-wrap-item {
    font-size: 1rem;
    width: 7.8125rem;
    height: 1.625rem;
  }
}

.fv-bottom-right-wrap-item-text {
  font-size: max(13px, 1.375rem);
  font-weight: 500;
  flex: 1;
}
@media screen and (min-width: 1000px) {
  .fv-bottom-right-wrap-item-text {
    font-size: 1rem;
  }
}

.category__ranking-tag {
  color: #7C4D2A;
  font-size: 2.0625rem;
  font-weight: 600;
  border-radius: 1.875rem;
  border: 2px solid #7C4D2A;
  padding: 0.5rem 8.75rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  margin-bottom: 3.125rem;
}
@media screen and (min-width: 1000px) {
  .category__ranking-tag {
    font-size: 1.9375rem;
    padding: 0.5rem 6.875rem;
    margin-bottom: 1.25rem;
  }
}

.catagory__list.category-page {
  margin-top: 4.375rem;
}
@media screen and (min-width: 1000px) {
  .catagory__list.category-page {
    margin-top: 1.9375rem;
  }
}

.p-voice.category-page {
  padding-top: 12.5rem;
  padding-bottom: 0;
}
@media screen and (min-width: 1000px) {
  .p-voice.category-page {
    background-color: #fff;
    padding-top: 6.25rem;
  }
}

.p-category__inner.category-page {
  padding-inline: 0;
}

@media screen and (min-width: 1000px) {
  .category__title.category__title--1.category-page {
    font-size: 1.875rem;
    padding: 0.875rem 3.125rem;
  }
}

@media screen and (min-width: 1000px) {
  .category__title--4.category-page {
    font-size: 1.6875rem;
    padding: 0.875rem 1rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

@media screen and (min-width: 1000px) {
  .category__title--2.category-page {
    font-size: 1.875rem;
    padding: 0.875rem 3.125rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

@media screen and (min-width: 1000px) {
  .category__title--3.category-page {
    font-size: 1.875rem;
    padding: 0.875rem 1.25rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

@media screen and (min-width: 1000px) {
  .sale-span {
    display: none !important;
  }
}

@media screen and (min-width: 1000px) {
  .category__wrap.category-page {
    gap: 1rem;
  }
}

@media screen and (min-width: 1000px) {
  .category__copy.category-page {
    font-size: 1.6875rem;
  }
}

@media screen and (min-width: 1000px) {
  .osusume__item.category-page {
    max-width: 26.25rem;
  }
}

@media screen and (min-width: 1000px) {
  .p-osusume__inner.category-page {
    padding-inline: 0;
  }
}

@media screen and (min-width: 1000px) {
  .osusume__items.category-page {
    gap: 3.125rem;
  }
}

@media screen and (min-width: 1000px) {
  .osusume__item-text.category-page {
    font-size: 1.125rem;
  }
}

@media screen and (min-width: 1000px) {
  .p-column__inner.category-page {
    padding-inline: 0;
  }
}

.p-column.category-page {
  margin-bottom: 12.5rem;
}
@media screen and (min-width: 1000px) {
  .p-column.category-page {
    margin-bottom: 6.25rem;
  }
}

@media screen and (min-width: 1000px) {
  .side-bar__title02 {
    background-color: #EFEFEF;
    font-size: 0.875rem;
    font-weight: 600;
    color: #7C4D2A;
    padding: 1.375rem 0.625rem;
  }
}

@media screen and (min-width: 1000px) {
  .side-bar_list-item {
    position: relative;
    border-top: 1px dashed #7C4D2A;
    padding: 0.625rem 0.375rem;
    font-size: 0.75rem;
    font-weight: 500;
  }
}

@media screen and (min-width: 1000px) {
  .side-bar_list-item::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    background-image: url(../img/drawer-arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 0.625rem;
    height: 0.625rem;
  }
}

@media screen and (min-width: 1000px) {
  .side-bar_list-item-text {
    font-size: 0.75rem;
    font-weight: 500;
    color: #262626;
  }
}

@media screen and (min-width: 1000px) {
  .side-bar_list-item-link {
    display: flex;
    align-items: center;
    gap: 0.375rem;
  }
}

.side-bar__sozai_list-item.first {
  position: relative;
  margin-left: 2.25rem;
  padding: 1rem;
}

.side-bar__sozai_list-item.first::after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  left: -1.875rem;
  background-image: url(../img/drawer_sozai1.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 1.875rem;
  height: 1.875rem;
}

.side-bar__sozai_list-item.first.img02::after {
  background-image: url(../img/drawer_sozai2.png);
}

.side-bar__sozai_list-item.first.img03::after {
  background-image: url(../img/drawer_sozai3.png);
}

.side-bar__sozai_list-item.first.img04::after {
  background-image: url(../img/drawer_sozai4.png);
}

.side-bar__sozai_list-item.first.img05::after {
  background-image: url(../img/drawer_sozai5.png);
}

.side-bar__sozai_list-item.first.buta::after {
  background-image: url(../img/drawer_sozai-buta.png);
}

.side-bar__sozai_list-item.first.img06::after {
  background-image: url(../img/drawer_sozai6.png);
}

.side-bar__sozai_list-item.first.img07::after {
  background-image: url(../img/drawer_sozai7.png);
}

.side-bar__sozai_list-item.first.keizyo-img01::after {
  background-image: url(../img/keizyo-img1.png);
}

.side-bar__sozai_list-item.first.keizyo-img02::after {
  background-image: url(../img/keizyo-img2.png);
}

.side-bar__sozai_list-item.first.keizyo-img03::after {
  background-image: url(../img/keizyo-img3.png);
}

.side-bar__sozai_list-item.first.keizyo-img04::after {
  background-image: url(../img/keizyo-img4.png);
}

.side-bar__sozai_list-item.first.keizyo-img05::after {
  background-image: url(../img/keizyo-img5.png);
}

.side-bar__sozai_list-item.first.keizyo-img06::after {
  background-image: url(../img/keizyo-img6.png);
}

.side-bar__sozai_list-item.first.keizyo-img07::after {
  background-image: url(../img/keizyo-img7.png);
}

.side-bar__sozai_list-item.first.keizyo-img08::after {
  background-image: url(../img/keizyo-img8.png);
}

.side-bar__sozai_list-item.first.keizyo-img09::after {
  background-image: url(../img/keizyo-img9.png);
}

.side-bar__sozai_list-item.first.keizyo-img10::after {
  background-image: url(../img/keizyo-img10.png);
}

.side-bar__sozai_list-item.first.keizyo-img11::after {
  background-image: url(../img/keizyo-img11.png);
}

.side-bar__sozai_list-item.first.keizyo-img13::after {
  background-image: url(../img/sozai8.png);
}

.side-bar__sozai_list-item.first.keizyo-img12::after {
  background-image: url(../img/sozai10.png);
}

@media screen and (min-width: 1000px) {
  .side-bar__sozai_list-item {
    padding: 0.5rem;
    border-top: 1px dashed #7C4D2A;
    position: relative;
    margin-left: 4em;
  }
}

@media screen and (min-width: 1000px) {
  .side-bar__sozai-text {
    font-size: 0.75rem;
    font-weight: 500;
    color: #262626;
  }
}

@media screen and (min-width: 1000px) {
  .side-bar__sozai_list-item::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    background-image: url(../img/drawer-arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 0.625rem;
    height: 0.625rem;
  }
}

.p-product-select {
  margin-top: 12.5rem;
}
@media screen and (min-width: 1000px) {
  .p-product-select {
    margin-top: 6.25rem;
  }
}

.p-product-select__inner {
  max-width: 77.5rem;
  margin-inline: auto;
  padding-inline: 1.25rem;
}
@media screen and (min-width: 1000px) {
  .p-product-select__inner {
    padding-inline: 0;
  }
}

.product-select__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.9375rem;
  margin-top: 3.375rem;
}
@media screen and (min-width: 1000px) {
  .product-select__list {
    grid-template-columns: repeat(5, 1fr);
    gap: 1.5625rem;
    margin-top: 3.5625rem;
  }
}

.product-select__item {
  border: 1px solid #7C4D2A;
  display: grid;
  place-items: center;
  border-radius: 0.9375rem;
  color: #7C4D2A;
  font-size: 1.75rem;
  font-weight: 500;
  transition: all 0.3s ease;
}

.product-select__item a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 5.5rem;
}
.product-select__item:hover {
  background-color: #7C4D2A;
  color: #fff;
}

.product-select__item-text {
  font-size: max(14px, 1.25rem);
  font-weight: 500;
  text-align: center;
}

.category__title--select {
  border: 3px solid #7C4D2A;
  background-color: #E0CAB9;
  color: #7C4D2A;
}

.category__wrap.category-page--select {
  margin-top: 2.6875rem;
}

.category__title.category__title--select {
  padding-inline: 2.5rem;
}

@media screen and (min-width: 1000px) {
  .p-voice__inner.category-page {
    padding-inline: 0;
  }
}

.calender3__container {
  width: 16.25rem;
}

.calender__title-en3 {
  text-align: center;
  font-size: 1.1875rem;
  font-weight: 500;
  margin-top: 1rem;
}

.calender__title3 {
  text-align: center;
  font-size: 0.9375rem;
  font-weight: 500;
  margin-top: 0.25rem;
}

.calender-body3 {
  margin-top: 0.75rem;
}

.calendar3 {
  background: #fff;
  padding: 0.625rem;
  box-shadow: 0 0px 2px rgba(0, 0, 0, 0.1);
  margin-top: 0.75rem;
}

.calendar-header3 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: bold;
  margin-bottom: 0.5rem;
}

.calendar-header3 h2 {
  margin: 0;
  font-size: 1.3125rem;
  text-align: center;
  font-weight: 500;
}

.nav-btn3 {
  cursor: pointer;
  width: 1.5625rem;
  height: 1.5625rem;
}
.nav-btn3 img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.calendar-grid3 {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  text-align: center;
  gap: 0.6875rem;
}

.day-name3 {
  font-size: 0.75rem;
  font-weight: 500;
  color: #666;
}

/* 曜日ヘッダーの色分け */
.calendar-grid3 .day-name:nth-child(1) { /* 日曜 */
  color: #C61E1C;
}

.calendar-grid3 .day-name:nth-child(7) { /* 土曜 */
  color: #4C84B1;
}

.day3 {
  border-radius: 50%;
  cursor: default;
  font-size: 0.875rem;
}

.today3 {
  background: #D57272;
  color: #fff;
}

.holiday3 {
  background: #C5E4FA;
  color: #6397C1;
}

.legend3 {
  display: flex;
  flex-direction: column;
  gap: 0.3125rem;
  margin-top: 0.625rem;
}

.dot {
  width: 0.8125rem;
  height: 0.8125rem;
  border-radius: 50%;
  display: inline-block;
}

.dot.today-dot3 {
  background: #D57272;
  margin-right: 0.375rem;
}

.dot.holiday-dot3 {
  background: #C5E4FA;
  margin-right: 0.375rem;
}

.side-okiniiri {
  margin-top: 1.75rem;
  padding: 1.375rem 0.375rem;
  font-size: 0.875rem;
  font-weight: 600;
  color: #7C4D2A;
  border-top: 1px solid #7C4D2A;
}

.side-bar_okiniiri-img {
  width: 1.125rem;
  height: 1.125rem;
  margin-right: 0.375rem;
}

.side-bar_okiniiri-item {
  padding-block: 1rem;
  border-bottom: 1px dashed #7C4D2A;
  margin-bottom: 1rem;
}

input[type=text].searchbox {
  width: 100%;
  padding-left: 1.625rem;
  border-radius: 40px 0 0 40px;
  border: 1px solid #4B280E;
  border-right: none;
  background-color: #F5F5F5;
}

input[type=text].searchbox-sidebar {
  flex: 1;
  width: 100%;
  padding-block: 0.625rem;
  margin-left: 0;
}

.searchbox_wrap_sidebar {
  margin-top: 1rem;
}

.searchSubmit.searchSubmit-sidebar {
  width: 2.8125rem;
}

.side-bar__title-tyumoku {
  color: #7C4D2A;
  font-size: 1.125rem;
  font-weight: 600;
  margin-top: 2rem;
  margin-left: 1.25rem;
}

.section1__bottom--item-keywords {
  display: flex;
  align-items: center;
  gap: 0.625rem;
}

.side-bar__tyumoku-keywords {
  display: flex;
  align-items: center;
  row-gap: 0.75rem;
  -moz-column-gap: 1.125rem;
       column-gap: 1.125rem;
  flex-wrap: wrap;
  margin-top: 0.75rem;
  margin-left: 1.25rem;
}

.side-bar__tyumoku-keyword {
  padding: 0.3125rem 0.875rem;
  border-radius: 1.4375rem;
  border: 1px solid #7C4D2A;
  font-size: 0.875rem;
  font-weight: 500;
}

.side-bar__tyumoku {
  margin-bottom: 2.625rem;
}

.scroll-infinity {
  background-color: #FFFCF4;
  padding-bottom: 2.8125rem;
}
@media screen and (min-width: 1000px) {
  .scroll-infinity {
    padding-bottom: 4.25rem;
  }
}

@-webkit-keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.scroll-infinity__wrap {
  display: flex;
  overflow: hidden;
}

.scroll-infinity__list {
  display: flex;
  list-style: none;
  padding: 0;
  gap: 2.125rem;
  padding-top: 2.5rem;
  padding-block: 3rem;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  flex-shrink: 0;
}
@media screen and (min-width: 1000px) {
  .scroll-infinity__list {
    gap: 4rem;
    padding-bottom: 0rem;
    padding-top: 3rem;
  }
}

.scroll-infinity__list--left.is-loaded {
  -webkit-animation: infinity-scroll-left 20s infinite linear 0.5s both;
          animation: infinity-scroll-left 20s infinite linear 0.5s both;
}

.scroll-infinity__list--left + .scroll-infinity__list--left {
  margin-left: 2.125rem;
}
@media screen and (min-width: 1000px) {
  .scroll-infinity__list--left + .scroll-infinity__list--left {
    margin-left: 4rem;
  }
}

.scroll-infinity__item {
  aspect-ratio: 1/1;
  position: relative;
  border: 2px dashed #989898;
  border-radius: 50%;
  padding: 0.625rem;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50vw;
  background-color: rgba(0, 0, 0, 0.05);
}
@media screen and (min-width: 1000px) {
  .scroll-infinity__item {
    width: 20vw;
  }
}
.scroll-infinity__item::before, .scroll-infinity__item::after {
  z-index: 2;
}
.scroll-infinity__item video {
  width: 100%;
  height: 100%;
  min-width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 50%;
  display: block;
  background-color: transparent;
  position: relative;
  z-index: 1;
}
.scroll-infinity__item.is-video-loaded {
  background-color: transparent;
}

.scroll-infinity__item > img {
  width: 100%;
}

.scroll-infinity__item:nth-of-type(1)::before {
  position: absolute;
  top: -3.125rem;
  right: -3.125rem;
  width: 9.125rem;
  height: 6.25rem;
  background-image: url(../img/hukidashi1.png);
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
}

.scroll-infinity__item:nth-of-type(3)::before {
  content: "";
  position: absolute;
  top: -3.125rem;
  left: -3.125rem;
  width: 10.3125rem;
  height: 6.4375rem;
  background-image: url(../img/hukidashi2.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.scroll-infinity__item:nth-of-type(5)::before {
  content: "";
  position: absolute;
  top: -3.125rem;
  right: -3.125rem;
  width: 9.125rem;
  height: 6.25rem;
  background-image: url(../img/hukidashi3.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.scroll-infinity__item:nth-of-type(1)::after {
  position: absolute;
  bottom: 0rem;
  left: -1.875rem;
  width: 2.375rem;
  height: 2.375rem;
  background-image: url(../img/ahiato1.png);
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
}

.scroll-infinity__item:nth-of-type(2)::before {
  position: absolute;
  bottom: 0rem;
  right: -2.5rem;
  width: 2.375rem;
  height: 2.375rem;
  background-image: url(../img/ahiato2.png);
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
}

.scroll-infinity__item:nth-of-type(2)::after {
  position: absolute;
  bottom: 0.625rem;
  left: -3.125rem;
  width: 2.375rem;
  height: 2.375rem;
  background-image: url(../img/ahiato3.png);
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
}

.scroll-infinity__item:nth-of-type(3)::after {
  position: absolute;
  top: -2.5rem;
  right: -3.125rem;
  width: 2.375rem;
  height: 2.375rem;
  background-image: url(../img/ahiato4.png);
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
}

.scroll-infinity__item:nth-of-type(4)::before {
  position: absolute;
  bottom: 1.25rem;
  right: -3.125rem;
  width: 2.375rem;
  height: 2.375rem;
  background-image: url(../img/ahiato5.png);
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
}