@charset "UTF-8";
/* フォントファミリーの定義 */
:root {
  --main-font-family: "FOT-DNP 秀英丸ゴシック Std L", "游ゴシック ", YuGothic, "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  --mincho-font-family: "ＭＳ 明朝", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  --eng-font-family: Arial, Helvetica, sans-serif;
  --syueimaru-font-family: "FOT-DNP 秀英丸ゴシック Std B", "游ゴシック ", YuGothic, "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  --chikushib-font-family: "FOT-筑紫ゴシック Pro B", "ＭＳ 明朝", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  --chikushil-font-family: "FOT-筑紫ゴシック Pro L", "ＭＳ 明朝", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  --tsukubrd-font-family: TsukuBRdGothicStd-B, "FOT-筑紫B丸ゴシック Std B";
}

p {
  margin: 0;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  color: #433d3c;
  font-family: var(--main-font-family);
  font-size: 1.6rem;
  line-height: 1.8;
  text-rendering: auto;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  overflow-x: hidden;
  margin: 0;
  background: #fff;
  margin-top: 117px;
}

.-mincho {
  font-family: var(--mincho-font-family) !important;
}

.-eng {
  font-family: var(--eng-font-family);
}

.underline {
  text-decoration: underline;
}

a {
  color: #433d3c;
  text-decoration: none;
}

a:focus,
a:hover {
  text-decoration: none;
}

a:visited {
  color: #433d3c;
}

.logout.my-false {
  display: none;
}
.login.my-true {
  display: none;
}
.regist.my-true {
  display: none;
}

/*line-height*/

@media (hover: hover) and (pointer: fine) {
  a,
  a img {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }

  a:hover,
  a:hover img {
    opacity: 0.6;
    text-decoration: none;
  }

  .line_btn--a {
    transition: 0.3s;
  }

  .line_btn--a:hover {
    background: #fff;
    border-color: #444;
  }

  #gnav a {
    text-decoration: none;
    position: relative;
    transition: 0.3s;
  }

  #gnav a::after {
    position: absolute;
    bottom: -10px;
    left: 0;
    content: "";
    width: 0;
    height: 2px;
    background-color: #cab144;
    transition: 0.3s;
  }

  #gnav a:hover {
    opacity: 1;
  }

  #gnav a:hover::after {
    width: 100%;
  }
}

li {
  list-style: none;
}

.imgmax {
  display: block;
  height: auto;
  width: 100%;
}

.-pconly {
  display: block;
}

.-sponly {
  display: none;
}

.-tabonly {
  display: none;
}

.-reset_form input,
.-reset_form button,
.-reset_form select,
.-reset_form textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

.-reset_form textarea {
  resize: vertical;
}

.-reset_form input[type="checkbox"],
.-reset_form input[type="radio"] {
  display: none;
}

.-reset_form input[type="submit"],
.-reset_form input[type="button"],
.-reset_form label,
.-reset_form button,
.-reset_form select {
  cursor: pointer;
}

.-reset_form select::-ms-expand {
  display: none;
}

.-reset_form ::placeholder {
  color: #ccc;
}

.-reset_form ::-ms-input-placeholder {
  color: #ccc;
}

.-reset_form :-ms-input-placeholder {
  color: #ccc;
}

.logout.my-false {
  display: none;
}

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

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

.-base {
  max-width: min(calc(100% - 50px), 1200px);
  margin: 0 auto;
}

h1 {
  font-size: 4rem;
}

h2 {
  font-size: 3.2rem;
}

h3 {
  font-size: 2.4rem;
}

h4,
h5,
h6 {
  font-size: 1.6rem;
}

.headercon {
  background: #fff;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 3;
  padding-top: 10px;
}

.headercon__upbox {
  margin-bottom: 4px;
}

.headercon__upbox__wrap {
  max-width: min(calc(100% - 50px), 1200px);
  margin: 0 auto;
  display: flex;
  align-items: end;
  justify-content: space-between;
  line-height: 1;
}

.headercon__upbox__wrap--logo {
  display: block;
  max-width: 260px;
}

.headercon__upbox__wrap--left {
  max-width: 560px;
  width: 100%;
  display: flex;
  grid-template-columns: repeat(5, 100px);
  gap: 0 20px;
  text-align: center;
  justify-content: flex-end;
}

.headercon__upbox__wrap--left a,
.headercon__upbox__wrap--left div {
  display: block;
  text-align: center;
  font-family: var(--syueimaru-font-family);
  line-height: 1.5;
}

.headercon__upbox__wrap--left a p:first-of-type,
.headercon__upbox__wrap--left div p:first-of-type {
  max-width: 36px;
  margin: 0 auto 2px;
}

.headercon__upbox__wrap--left > a,
.headercon__upbox__wrap--left > div {
  position: relative;
  padding-right: 20px;
}

.headercon__upbox__wrap--left > a::after,
.headercon__upbox__wrap--left > div::after {
  content: "";
  display: block;
  background: url(../image/navigation-dot.svg) repeat-y center center;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 40px;
}

.headercon__upbox__wrap--left > a:last-of-type:after {
  display: none;
}

.fs-client-cart-count {
  font-size: 1.2rem;
  color: #fff;
  background: #ca525f;
  position: absolute;
  top: 0;
  right: -3px;
  line-height: 1;
  width: 17px;
  height: 17px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

.fs-client-cart-count.fs-client-cart-count--0 {
  display: none;
}

.headercon__upbox__wrap--left a:last-of-type {
  max-width: 52px;
  padding: 0;
}

.headercon__upbox__wrap--left .fs-clientInfo a {
  max-width: none;
}

.navigation {
  margin-bottom: 6px;
}

.headercon__nav ul {
  max-width: min(calc(100% - 50px), 1200px);
  margin: 0 auto;
  font-family: var(--syueimaru-font-family);
  line-height: 1.5;
  display: flex;
}

.headercon__nav li {
  font-size: 1.7rem;
  text-align: center;
  position: relative;
}

.headercon__nav li + li {
  margin-top: 0;
}

.headercon__nav li::after {
  content: "";
  display: block;
  background: url(../image/navigation-dot.svg) repeat-y center center;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 40%;
}

.headercon__nav li:last-of-type::after {
  content: none;
}

.headercon__nav li a {
  display: block;
  padding: 10px 28px;
}

.headercon--banner {
  background-color: rgba(232, 211, 199, 0.75);
  line-height: 1;
  text-align: center;
  padding: 10px 0;
  min-height: 46px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.headercon--banner span {
  font-family: var(--syueimaru-font-family);
  color: #a22041;
}

.haisoutien {
  font-size: 1.6rem;
  display: block;
  color: #fff;
  background: #a22041;
  font-family: var(--syueimaru-font-family);
  line-height: 1;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 46px;
  padding: 10px;
  cursor: pointer;
}

.slick-slide.hover-active a,
.slick-slide a:hover {
  transform: scale(1);
}

.slick-initialized .slick-slide {
  transition: transform 0.3s, opacity 0.3s;
}

.slick-dotted.slick-slider {
  margin-bottom: 20px !important;
}

.mv-slider {
  margin-bottom: 75px;
}

.mv-slider__box .slick-slide {
  margin: 0 10px;
}

.mv-slider__box .slick-slide img {
  max-width: 750px;
}

.mv-slider__downcon {
  display: flex;
  gap: 30px;
  justify-content: center;
  align-items: center;
}

.slide-arrow.mv-prev-arrow {
  display: block;
  background: url(../image/slider-preview-arrow.svg) no-repeat center center / 22px;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

.slide-arrow.mv-next-arrow {
  display: block;
  background: url(../image/slider-next-arrow.svg) no-repeat center center / 22px;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

.mv-dotbox .slick-dots li button:before,
.mv-dotbox .slick-dots li.slick-active button:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  opacity: 1;
}

.mv-dotbox .slick-dots li button:before {
  background: url(../image/slider-preview.svg) no-repeat center center;
  background-size: contain;
}

.mv-dotbox .slick-dots li.slick-active button:before {
  background: url(../image/slider-next.svg) no-repeat center center;
  background-size: contain;
}

.mv-dotbox .slick-dots {
  position: static;
  line-height: 1;
  margin-top: -5px;
}

.mv-dotbox .slick-dots li {
  width: 20px;
  height: 20px;
  margin: 0 10px;
}

.mv-dotbox .slick-dots li button {
  width: 100%;
  height: 100%;
  padding: 0;
}

.mv-dotbox .slick-dots li button:before {
  background: url(../image/slider-dot.png) no-repeat center center;
  background-size: contain;
}

.mv-dotbox .slick-dots li.slick-active button:before {
  background: url(../image/slider-dot-active.png) no-repeat center center;
  background-size: contain;
}

.maincon--topcatch {
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}

.maincon--toptxt {
  font-size: 2.1rem;
  line-height: 2;
  text-align: center;
  margin-bottom: 76px;
}

.maincon--toptxt span {
  font-family: var(--syueimaru-font-family);
  color: #ca525f;
}

.maincon__gridcon {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 74px 40px;
  background: #ebf6f7;
  padding: 30px;
}

.maincon__gridcon__sell {
  background: #fff;
  padding: 20px;
}

.maincon__gridcon__sell a {
  display: block;
}

.maincon__gridcon__sell--word {
  margin-top: 20px;
  font-feature-settings: "palt";
}

.maincon__gridcon__sell a:first-of-type {
  position: relative;
}

.maincon__gridcon--pic {
  position: relative;
}

.maincon__gridcon--pic::after {
  content: "詳しく見る";
  color: #fff;
  font-size: 2rem;
  line-height: 1;
  font-weight: 600;
  background: #b28c6e;
  padding: 2.6% 3.9%;
  position: absolute;
  bottom: 0;
  right: 0;
  border-top-left-radius: 26px;
}

.titletxt {
  text-align: center;
  font-weight: bold;
  background: url(../image/line-shasen-re.svg) repeat-x center bottom / 4px;
  padding-bottom: 20px;
  margin-bottom: 60px;
}

.titletxt.-clover {
  display: flex;
  gap: 40px;
  align-items: center;
  justify-content: center;
}

.titletxt.-clover::before,
.titletxt.-clover::after {
  content: "";
  display: block;
  width: 41px;
  height: 41px;
}

/* クローバーここから */
/* .titletxt.-clover::before {
  background: url(../image/title-clover.svg) no-repeat center left / 100%;
}

.titletxt.-clover::after {
  background: url(../image/title-clover.svg) no-repeat center right / 100%;
} */
/* クローバーここまで */

/* 春仕様ここから */
.season-spring .titletxt.-clover::before {
  background: url(../image/title-spring-l.png) no-repeat center left / 100%;
}

.season-spring .titletxt.-clover::after {
  background: url(../image/title-spring-r.png) no-repeat center right / 100%;
}
/* 春仕様ここまで */

/* 初夏仕様ここから */
.season-summerfirst .titletxt.-clover::before {
  background: url(../image/title-summerfirst-l.png) no-repeat center left / 100%;
}

.season-summerfirst .titletxt.-clover::after {
  background: url(../image/title-summerfirst-r.png) no-repeat center right / 100%;
}
/* 初夏仕様ここまで */

/* 夏仕様ここから */
.season-summer .titletxt.-clover::before {
  background: url(../image/title-summer-l.png) no-repeat center left / 100%;
}

.season-summer .titletxt.-clover::after {
  background: url(../image/title-summer-r.png) no-repeat center right / 100%;
}
/* 夏仕様ここまで */

/* 秋仕様ここから */
.season-autumn .titletxt.-clover::before {
  background: url(../image/title-autumn-l.png) no-repeat center left / 100%;
}

.season-autumn .titletxt.-clover::after {
  background: url(../image/title-autumn-r.png) no-repeat center right / 100%;
}
/* 秋仕様ここまで */

/* 冬仕様ここから */
.season-winter .titletxt.-clover::before {
  background: url(../image/title-/winter-l.png) no-repeat center left / 100%;
}

.season-winter .titletxt.-clover::after {
  background: url(../image/title-/winter-r.png) no-repeat center right / 100%;
}
/* 冬仕様ここまで */

.titletxt.-clover span span {
  display: block;
  font-size: 2.2rem;
}

.contents-scale-ex {
  background-color: #f8f2ee;
  width: 100vw;
  padding: 100px 0;
  margin: 0 calc(50% - 50vw);
}

.contents-scale {
  margin-bottom: 120px !important;
}

.icon__situation {
  max-width: 580px;
  display: flex;
  margin: 0 auto 10px;
}

.icon__situation img {
  max-width: 110px;
  display: block;
  height: auto;
}

.pickupitem__gridcon__wrap {
  width: 100vw;
  padding-bottom: 40px;
  margin: 0 calc(50% - 50vw);
  background: linear-gradient(180deg, #fff 0%, #fff 18%, #f8f2ee 18%, #f8f2ee 100%);
  position: relative;
}

.pickupitem__gridcon__wrap.-yomimono .pickupitem__gridcon--sell:hover {
  color: #433d3c;
}

.pickupitem__gridcon--sell {
  display: block;
  max-width: min(calc(100% - 50px), 670px);
  margin: 50px auto 20px;
  text-decoration: none !important;
}

.pickupitem__gridcon--utxt {
  display: flex;
  justify-content: center;
}

.pickupitem__gridcon--utxt span {
  background: url(../image/pickupitem-gridcon-utxt-icon.svg) no-repeat center left / 16px;
  padding-left: 24px;
  font-size: 1.4rem;
}

.pickupitem__gridcon--sell p:first-of-type {
  border: 1px solid #d3d3d3;
  max-width: 580px;
  margin: 0 auto 30px;
}

.pickupitem__gridcon--mi {
  font-size: 1.8rem;
  color: #a22041;
  margin-bottom: 20px;
  line-height: 1.2;
  text-align: center;
  font-family: var(--tsukubrd-font-family);
}

.pickupitem__gridcon--fcp {
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
  font-size: 1.5rem;
  font-family: var(--syueimaru-font-family);
}

.pickupitem__gridcon--sell p:last-of-type {
  margin-bottom: 0;
  font-size: 1.5rem;
  text-align: center;
}

.pickupitem__gridcon .add-btn {
  max-width: 240px;
  width: 100%;
}

.attention--title {
  text-align: center;
  font-family: var(--syueimaru-font-family);
  position: relative;
  width: max-content;
  margin: 0 auto 24px;
}

.attention--title::before {
  content: "";
  background: url(../image/attention--gg.png) no-repeat center center / cover;
  position: absolute;
  left: -30px;
  top: -13px;
  display: block;
  width: 30px;
  height: 30px;
}

.attention--scp {
  text-align: center;
  margin: 0 auto 30px;
}

.attention--color {
  background: #e8d3d1;
  padding: 40px;
  font-family: var(--syueimaru-font-family);
  margin-bottom: 24px;
}

.attention__tag {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  margin-bottom: 30px;
}

.attention__tag a {
  display: block;
  min-width: 187px;
  text-align: center;
  font-size: 2rem;
  font-family: var(--syueimaru-font-family);
  background: #fff;
  border-radius: 30px;
  padding: 7px 22px;
  color: #433d3c;
}

.attention__form--con {
  text-align: center;
}

.attention__form__wrap {
  display: grid;
  gap: 0;
  justify-content: center;
  align-items: center;
  background: #fff;
  max-width: 360px;
  margin: 0 auto;
  border-radius: 6px;
  grid-template-columns: 1fr 50px;
}

.attention__form__wrap--icon {
  order: 2;
  background: #817f80 !important;
  padding: 10px;
  border-bottom-right-radius: 6px !important;
  border-top-right-radius: 6px !important;
  width: 50px;
  display: flex;
}

input.attention__form__wrap--txt {
  width: 100%;
  font-size: 1.6rem;
  padding: 10px 10px;
  font-family: var(--main-font-family) !important;
}

.titletxt.-uday {
  margin-bottom: 20px;
}

.day-contents {
  font-size: 1.4rem;
  text-align: right;
  margin-bottom: 20px;
}

.add-slick .slick-list {
  margin: 0 -12.5px;
}

.add-slick .slick-slide {
  margin: 0 12.5px;
}

.add-slick--img {
  display: block;
  margin-bottom: 10px;
}

.add-slick--tit {
  /* min-height: 76.5px; */
  margin-bottom: 12px;
  line-height: 1.5;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.add-slick--price span:first-of-type {
  padding-right: 6px;
}

a.add-btn {
  color: #fff;
}

.add-btn {
  max-width: 180px;
  width: 100%;
  display: block;
  font-size: 2rem;
  line-height: 1.5;
  text-align: center;
  font-family: var(--mincho-font-family);
  background: url(../image/btn-backimg.png);
  border: 1px solid #b28c6e;
  margin: 0 auto;
  padding: 10px;
  box-shadow: 0px 2px 0px 0px rgba(178, 140, 110, 0.7);
  font-feature-settings: "palt";
}

.add-btn span {
  padding-left: 22px;
  background: url(../image/btn-arrow.svg) no-repeat center left;
}

.add-btn:hover {
  color: #b28c6e;
  background: #fff;
  border: 1px solid #b28c6e;
  opacity: 1;
}

.add-slick .slick-prev,
.add-slick .slick-next {
  width: 50px;
  height: 50px;
  top: 8.5vw;
  z-index: 99;
}

.add-slick .slick-prev {
  left: 0.5%;
}

.add-slick .slick-next {
  right: 0.5%;
}

.add-slick .slick-prev:before,
.add-slick .slick-next:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  opacity: 1;
}

.add-slick .slick-prev:before {
  background: url(../image/slider-preview.svg) no-repeat center center;
  background-size: contain;
}

.add-slick .slick-next:before {
  background: url(../image/slider-next.svg) no-repeat center center;
  background-size: contain;
}

.news__contents {
  width: 92%;
  margin: 0 auto;
}

.news__contents--sell {
  display: grid;
  grid-template-columns: max-content 1fr;
  align-items: center;
  gap: 57px;
  border-bottom: 1px dashed #b28c6e;
  padding: 16px 18px;
}

.news__contents--sell:first-of-type {
  padding-top: 0;
}

.news__contents--sell:last-of-type {
  border-bottom: none;
}

.base__btn {
  max-width: 360px;
  width: 100%;
  margin: 40px auto;
}

.kodawari--tit {
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
  display: flex;
  gap: 34px;
  justify-content: center;
  align-items: center;
  margin-bottom: 37px;
  background: url(../image/line-shasen-re.svg) repeat-x center bottom / 4px;
  padding-bottom: 20px;
}

.kodawari--tit span::before {
  content: "";
  display: block;
  background: url(../image/kodawari-tit-serif.svg) no-repeat center center / 100%;
  width: 225px;
  height: 91px;
  margin: 0 -20px -10px auto;
}

.kodawari__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 20px;
  margin-bottom: 100px;
}

.kodawari__grid--sell {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
}

.kodawari__grid--sell-txt {
  position: relative;
}

.kodawari__grid--sell-txt p {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  top: calc(50% + 18em);
  line-height: 1.5;
  z-index: 1;
  text-align: center;
}

.kodawari__grid--sell-txt p span {
  display: block;
}

.kodawari__grid__box {
  display: block;
  position: relative;
}

a.kodawari__grid__box.-loginver:hover {
  color: #433d3c;
  opacity: 0.6;
}

.kodawari__grid__box--word {
  display: block;
  position: absolute;
  left: 20px;
  top: 46%;
}

.kodawari__grid__box--fcp {
  color: #b28c6e;
  margin-bottom: 20px;
  font-size: 2.6rem;
}

.kodawari__grid__box--plate {
  position: absolute;
  right: 20px;
  bottom: 20px;
  font-size: 1.3rem;
}

.kodawari__grid--comm {
  margin: 20px 0;
}

.-waouto {
  width: 90%;
  margin-inline: auto;
  max-width: 460px;
}

.kodawari__grid__box,
.add-btn {
  text-decoration: none !important;
}

a.kodawari__grid__box:hover .kodawari__grid__box--fcp {
  color: #b28c6e !important;
}

a.kodawari__grid__box:hover .kodawari__grid__box--word,
a.kodawari__grid__box:hover .kodawari__grid__box--plate {
  color: #433d3c !important;
}

.kodawari__grid__box:hover {
  opacity: 1;
}

.kodawari__grid--img {
  border-bottom: none;
}

.kodawari__grid--txt {
  font-family: var(--mincho-font-family);
  background: url(../image/btn-backimg.png);
  border: 1px solid #b28c6e;
  width: 100%;
  color: #fff;
  font-size: 2rem;
  text-align: center;
  padding: 12px;
  transition: 0.3s;
  margin-bottom: 10px;
  box-shadow: 0px 2px 0px 0px rgba(178, 140, 110, 0.7);
}

a:hover .kodawari__grid--txt {
  color: #b28c6e;
  background: #fff;
  border: 1px solid #b28c6e;
  opacity: 1;
}

.kodawari__grid--txt span {
  padding-left: 24px;
  background: url(../image/btn-arrow.svg) no-repeat center left / 18px;
}

.review {
  margin: 180px auto 250px;
}

.review .add-btn {
  max-width: 360px;
  width: 100%;
  margin: 40px auto 0;
}

.review__title__txt {
  position: relative;
}

.review__title__txt--serif {
  font-family: var(--syueimaru-font-family);
  font-size: 1.9rem;
  text-align: start;
  line-height: 1.3;
  display: inline-block;
  position: absolute;
  top: -110px;
  right: -150px;
}

.serif__wrap {
  width: 270px;
  display: block;
  position: relative;
}

.serif__wrap--txt {
  display: block;
  position: absolute;
  top: 15px;
  left: 30px;
  font-size: 1.5rem;
}

.serif__wrap--txt span {
  font-size: 3.3rem;
  color: #a22041;
  padding-right: 4px;
}

.review__article {
  background: url(../image/squ_lt-re.svg) no-repeat left top / 15px auto, url(../image/squ_rt-re.svg) no-repeat right top / 15px auto, url(../image/squ_lb-re.svg) no-repeat left bottom / 15px auto, url(../image/squ_rb-re.svg) no-repeat right bottom / 15px auto, #fff;
  padding: 50px;
}

.review__article:not(:last-of-type) {
  margin-bottom: 50px;
}

.review__article-wrap {
  display: grid;
  grid-template-columns: 35.5% 1fr;
  gap: 28px;
}

.review__article__txtarea--syohin {
  font-size: 1.5rem;
  margin-bottom: 20px;
  text-align: center;
  margin-top: 20px;
}

.review__article__txtarea--tbl p {
  font-size: 2.3rem;
  font-family: var(--syueimaru-font-family);
  margin-bottom: 40px;
}

.review__article__txtarea--txt {
  grid-column: span 2;
}

.review__article__txtarea--star {
  color: #ca525f;
  margin-bottom: 30px;
}

.review__article--btn {
  padding: 14px;
  max-width: 300px;
}

.review-tudukibtn {
  display: none;
}

.-ill {
  position: relative;
}

.-ill::after {
  content: "";
  display: block;
  width: 221px;
  height: 151px;
  background: url(../image/mi__l-ill_re.png) no-repeat center center / 100%;
  position: absolute;
  left: 20%;
  top: -160px;
}

.-ill::before {
  content: "";
  display: block;
  width: 330px;
  height: 180px;
  background: url(../image/mi__r-ill.png) no-repeat center center / 100%;
  position: absolute;
  right: 20%;
  top: -170px;
}

.osusume__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px 40px;
}

.osusume__grid__sell {
  display: grid;
  grid-template-rows: subgrid;
  gap: 0;
  grid-row: span 2;
}

.osusume__grid__sell--img {
  margin-bottom: 10px;
}

.osusume__grid__sell--tit {
  color: #ca525f;
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 18px;
}

.osusume__grid__sell--txt {
  font-size: 1.8rem;
  margin-bottom: 10px;
}

.osusume__grid__sell p:last-of-type {
  margin-bottom: 20px;
}

.osusume__grid__sell--btn {
  max-width: 270px;
  font-size: 1.9rem;
  padding: 13px;
}

.scr__container {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-bottom: 10px;
}

.scr__item {
  width: 100%;
  overflow-x: scroll;
  overflow-y: hidden;
  scrollbar-width: none; /* Firefox用 */
  -ms-overflow-style: none; /* IE用 */
}

.scr__item::-webkit-scrollbar {
  display: none; /* Webkit用 */
}

.scr__item-inner {
  display: flex;
  gap: 0 25px;
  width: max-content;
}

.scr__scrollbar {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  background-color: #f1f1f1;
  border-radius: 4px;
}

.scr__scrollbar-thumb {
  position: absolute;
  height: 100%;
  background-color: #b28c6e;
  border-radius: 4px;
  cursor: pointer;
}

.scr__scrollbar-thumb:hover {
  background-color: #b28c6e;
}

.scr__item-inner .fs-c-productListCarousel.fs-c-slick {
  display: block;
  width: 100%;
}
.scr__item-inner span.fs-c-productListCarousel__ctrl {
  display: none !important;
}
.scr__item-inner .fs-c-productListCarousel__list {
  display: block;
}
.scr__item-inner div.slick-track {
  display: flex !important;
  gap: 0 25px;
  width: 100% !important;
  transform: none !important;
}
.scr__item-inner div.slick-track::before {
  content: none !important;
}
.scr__item-inner article.fs-c-productListCarousel__list__item.fs-c-productListItem {
  min-width: 100%;
  margin: 0;
}

.scr__item-inner .fs-c-productListCarousel__list .fs-c-productName__name,
.scr__item-inner .fs-c-productListCarousel__list .fs-c-productName__copy {
  font-size: 1.6rem;
}

.scr__item-inner .slick-initialized .slick-slide {
  width: 220px;
}

#pc_search_key {
  cursor: pointer;
  transition: 0.3s;
}

#pc_search_key:hover {
  opacity: 0.6;
}

.simple_search {
  opacity: 0;
  position: fixed;
  z-index: -1;
  pointer-events: none;
  left: 0;
  width: 100%;
  padding: 10px;
  background: #e8d3d1;
  top: 79px;
  transition: 0.3s;
}

.simple_search.-active {
  opacity: 1;
  position: fixed;
  z-index: 2;
  pointer-events: all;
}

.simple_search.-pcactive {
  top: 117px;
  opacity: 1;
  position: fixed;
  z-index: 2;
  pointer-events: all;
}

@media screen and (max-width: 959px) {
  .scr__item-inner .slick-initialized .slick-slide {
    width: 30vw;
  }
}
@media screen and (max-width: 767px) {
  .scr__container {
    width: 100vw;
  }

  .scr__scrollbar {
    width: calc(100% - 50px);
  }

  .scr__item-inner .slick-initialized .slick-slide {
    width: 39vw;
  }

  .scr__item-inner div.slick-track {
    gap: 0 15px;
  }

  .scr__item-inner {
    padding-right: 7.5px; /* 右端に7.5pxの余白を追加 */
  }

  .scr__item-inner::after {
    content: "";
    flex: 0 0 1px; /* 幅1pxの空要素を追加 */
  }
}

.newmember__grid {
  border: 2px solid #b28c6e;
  padding: 32px;
  display: grid;
  grid-template-columns: 42% 32%;
  gap: 9%;
  align-items: center;
  justify-content: center;
}

.newmember {
  position: relative;
}

.newmember__stamp {
  position: absolute;
  top: 102px;
  left: 2px;
}

.newmember__stamp__wrap {
  max-width: 171px;
  position: relative;
}

.newmember__stamp__wrap p {
  font-family: var(--syueimaru-font-family);
  color: #fff;
  font-size: 2.9rem;
  font-family: var(--syueimaru-font-family);
  text-align: center;
  position: absolute;
  top: 11px;
  left: 10px;
}

.newmember__grid__right__sell,
.information__right__sell {
  display: grid;
  justify-content: center;
  align-items: center;
  padding: 20px 7px;
  border-bottom: 1px solid #ca525f;
}

.newmember__grid__right__sell {
  grid-template-columns: 1em 1fr;
  gap: 30px;
}

.information__right__sell {
  align-items: start;
  padding: 0 0 20px;
  margin-bottom: 20px;
  grid-template-columns: 2.2em 1fr;
  gap: 10px;
  font-family: var(--main-font-family);
}

.newmember__grid__left {
  text-align: center;
  background: url(../image/newmember-line-l.svg) no-repeat center left, url(../image/newmember-line-r.svg) no-repeat center right;
  min-height: 188px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.newmember__grid__left::before {
  content: "";
  display: block;
  background: url(../image/newmember-coin-icon.svg) no-repeat center center / 100%;
  width: 122px;
  height: 74px;
  position: absolute;
  top: -74px;
  left: 50%;
  transform: translateX(-50%);
}

.newmember__grid__left--subtit {
  font-size: 2.3rem;
  font-weight: bold;
}

.newmember__grid__left--red {
  color: #d0576b;
  font-size: 3.4rem;
  font-weight: bold;
  margin-bottom: 40px;
}

.newmember__grid__left--btn {
  font-size: 2rem;
}

.newmember__grid__left--btn span {
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: center;
  font-weight: bold;
}

.newmember__grid__left--btn span::after {
  content: "";
  display: block;
  background: url(../image/newmember-grid-left-btn.svg) no-repeat center right / 100%;
  width: 35px;
  height: 35px;
}

.newmember__grid__right__sell:first-of-type {
  padding-top: 0;
}

.newmember__grid__right__sell:last-of-type,
.information__right__sell:last-of-type {
  padding-bottom: 0;
  border-bottom: none;
  margin-bottom: 0;
}

.newmember__grid__right__sell--number,
.information__right__sell--number {
  font-family: var(--syueimaru-font-family);
  color: #ca525f;
  line-height: 1;
}

.newmember__grid__right__sell--number {
  font-size: 3rem;
}

.information__right__sell--number {
  margin-top: 5px;
  font-size: 2.4rem;
}

.others__sell-wrap {
  max-width: 670px;
  margin: 0 auto;
}

.others__sell {
  margin-bottom: 130px;
}

.others__sell:last-of-type {
  margin-bottom: 0;
}

.others__sell--tit {
  font-family: var(--syueimaru-font-family);
  font-size: 2.2rem;
  text-align: center;
  margin-bottom: 20px;
}

.others__sell--img {
  margin-bottom: 20px;
}

.others__sell--txt {
  margin-bottom: 40px;
}

.others__sell--btn {
  max-width: 360px;
}

.information__left--btn {
  max-width: none;
}

.others__sell--btn div,
.information__left--btn div {
  display: inline-block;
  padding-left: 30px;
  background: url(../image/btn-arrow.svg) no-repeat center left / 18px;
}

.information {
  display: grid;
  grid-template-columns: 45% 50%;
  gap: 5%;
  line-height: 1.5;
}

.information__left__grid {
  display: grid;
  grid-template-columns: auto auto;
  align-items: end;
}

.information__left__grid__wrap {
  margin-right: -50px;
  text-wrap: nowrap;
  line-height: 1.5;
  padding-bottom: 20px;
}

.information__left__grid__wrap--catch {
  font-family: var(--main-font-family);
  font-size: 2.6rem;
  margin-bottom: 20px;
}

.information__left__grid__wrap--tell {
  font-size: 1.8rem;
  font-family: var(--syueimaru-font-family);
  margin-bottom: 4px;
}

.information__left__grid__wrap--number {
  font-size: 3rem;
  font-family: var(--syueimaru-font-family);
  background: url(../image/information-tell-icon.svg) no-repeat center left;
  padding-left: 50px;
}

.information__left__grid__wrap--time {
  font-size: 2.4rem;
  font-family: var(--main-font-family);
}

.information__left__grid__wrap--time span {
  font-size: 1.8rem;
  padding-right: 10px;
}

.information__left--btn {
  min-height: 70px;
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.information__right {
  position: relative;
  border: 1px solid #ca525f;
  padding: 40px;
}

.information__right::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  border: 1px solid #ca525f;
  padding-right: 90px;
}

.information__right--tit {
  font-size: 3rem;
  line-height: 1.4;
  position: relative;
  margin-bottom: 20px;
  padding-right: 24%;
  font-weight: bold;
}

.information__right--tit::after {
  content: "";
  display: block;
  border-bottom: 1px solid #ca525f;
  margin-top: 10px;
}

.information__right--book {
  position: absolute;
  top: -20px;
  right: -10px;
}

.information__right__sell--txt span {
  color: #a22041;
  display: block;
  font-size: 2.4rem;
  margin-bottom: 4px;
  font-weight: bold;
}

.information__right__sell--txt span.-extra {
  margin-left: -10px;
  font-family: var(--syueimaru-font-family);
}

.information__right__sell--txt span {
  font-family: var(--syueimaru-font-family);
}

.fs-pt-list__link {
  grid-column: span 2;
}

.fs-pt-list__item,
.fs-pt-list__link {
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 0 5px;
}

.fs-pt-list__item {
  padding-bottom: 14px;
  border-bottom: 1px dashed #b28c6e;
  margin-top: 14px !important;
}

.fs-pt-list__item:first-of-type {
  margin-top: 0 !important;
}

.fs-pt-list__item:last-of-type {
  padding-bottom: 0;
  border-bottom: none;
}

.method__grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px 27px;
  justify-content: center;
  margin-bottom: 74px;
}

.method__grid__sell {
  background: #fff;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  padding: 26px;
}

.method__grid__sell--tit {
  text-align: center;
}

.method__grid__sell--img {
  width: 100%;
  max-width: 80px;
  margin: 0 auto;
}

.method__grid__sell--txt {
  display: flex;
  justify-content: center;
  max-width: 162px;
  margin: 0 auto;
}

.method__grid__sell--txt .-red {
  color: #ca525f;
}

.method--txt {
  font-size: 2.2rem;
  text-align: center;
  margin-bottom: 20px;
}

.method--img {
  max-width: 400px;
  margin: 0 auto;
}

.-noneonlyday {
  display: block;
}

.-onlyday {
  display: none;
}

.sd__pierce--inner {
  max-width: 670px;
  margin: 0 auto;
}

.sd__pierce--img {
  max-width: 580px;
  margin: 0 auto 20px;
}

.sd__pierce--scp {
  font-size: 2.4rem;
  text-align: center;
  margin-bottom: 10px;
  color: #b28c6e;
}

.sd__pierce--txt {
  text-align: center;
  line-height: 1.5;
}

.sd__pierce .add-btn {
  max-width: 240px;
  margin: 15px auto 0;
}

/*footer*/
.settlement__box {
  max-width: 580px;
  max-width: min(calc(100% - 50px), 580px);
  margin-inline: auto;
  width: 100%;
  margin: 0 auto 40px;
  text-align: center;
  background: #fff;
  padding: 30px;
}

.settlement__box--list:not(:last-child) {
  margin-bottom: 25px;
}

.settlement__box--list img {
  padding: 10px 20px;
  background: #fff;
  border: 1px solid #b28c6e;
  margin-top: 10px;
}

.sns__box--scp {
  text-align: center;
  line-height: 1.5;
  margin-bottom: 20px;
}

.sns__box--list {
  display: grid;
  grid-template-columns: 46px 42px 46px;
  gap: 0 15px;
  justify-content: center;
}

.footlinks {
  border-top: 1px solid #b28c6e;
  max-width: 1200px;
  max-width: min(calc(100% - 50px), 1200px);
  margin: 40px auto 80px;
  padding: 60px 0 0;
}

.footlinks__inner {
  display: grid;
  max-width: 700px;
  grid-template-columns: 1fr 1fr;
  gap: 0 10%;
  margin-inline: auto;
  justify-content: center;
  font-size: 1.4rem;
}

.footlinks__inner ul li:not(:last-of-type) {
  margin-bottom: 10px;
}

.footlinks__inner ul li a {
  background: url(../image/br_arrow.svg) no-repeat right center / 6px;
  display: block;
}

.outlines {
  max-width: 1200px;
  max-width: min(calc(100% - 50px), 1200px);
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  margin: 0 auto 60px;
  text-align: center;
  font-size: 1.4rem;
  border-right: 1px solid #b28c6e;
}

.outlines a {
  display: block;
  padding: 0 10px;
}

.outlines li {
  border-left: 1px solid #b28c6e;
}

.end__box {
  text-align: center;
  font-size: 1.2rem;
}

.end__box p {
  max-width: 140px;
  margin: 0 auto 10px;
}

/*slideroll*/
.slideroll {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0 20px;
}

/**/
.group__cnt {
  height: calc(100vh - 79px);
  overflow: scroll;
}

.guesetbox {
  background: #f3e9e3;
  height: 40px;
  display: flex;
  align-items: center;
  padding: 10px 20px;
  width: calc(100vw - 40px);
}

.acc__user {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 1px;
  text-align: center;
  border-bottom: 1px solid #c8c2c6;
  line-height: 1;
  font-size: 1.3rem;
}

.acc__user img {
  max-width: 22px;
  margin: 0 auto 5px;
}

.acc__user--one:first-child {
  border-right: 1px solid #c8c2c6;
}

.acc__user--one a {
  display: block;
  padding: 5px 7px;
}

.group--bans {
  padding: 20px;
}

.tap-effect a {
  display: inline-block;
  position: relative;
}

.tap-effect img {
  transition: opacity 0.3s ease;
}

.tap-effect a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.3);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.tap-effect a.tapped::after {
  opacity: 1;
}

/* Disable hover effects on touch devices */
@media (hover: hover) {
  .tap-effect a:hover::after {
    opacity: 1;
  }
}

.group--bans li:not(:last-of-type) {
  margin-bottom: 10px;
}

.group--wordsearch {
  background: #e8d3d1;
  padding: 20px;
}

.group--wordsearch .attention--title::before {
  display: none;
}

.group--wordsearch .attention--color {
  padding: 0;
}

.type__pi a {
  display: grid;
  padding: 10px 35px 10px 20px;
  grid-template-columns: 60px 1fr;
  gap: 0 10px;
  align-items: center;
  background: url(../image/i_circle.svg) no-repeat calc(100% - 20px) center / 16px auto;
}

.type__pi li {
  border-bottom: 1px solid #c8c2c6;
}

/* .all_items a,
.cc__pi--sd .all_items a {
  grid-template-columns: 100%;
  background: #b28c6e;
  margin: 20px;
  padding: 20px;
  color: #fff;
  text-align: center;
}

.all_items a span,
.cc__pi--sd .all_items a span {
  width: max-content;
  padding-left: 20px;
  text-align: center;
  margin: 0 auto;
  background: url(../image/i-circle_w.svg) no-repeat left center / 15px auto;
} */

.all_items,
.cc__pi--sd .all_items {
  padding: 20px;
}

.all_items a,
.cc__pi--sd .all_items a {
  max-width: 360px;
  width: 100%;
  display: block;
  font-size: 2rem;
  line-height: 1.5;
  text-align: center;
  font-family: var(--mincho-font-family);
  background: url(../image/btn-backimg.png) !important;
  border: 1px solid #b28c6e;
  margin: 0 auto;
  padding: 10px !important;
  color: #fff;
  box-shadow: 0px 2px 0px 0px rgba(178, 140, 110, 0.7);
}

.all_items a span,
.cc__pi--sd .all_items a span {
  padding-left: 22px;
  background: url(../image/btn-arrow.svg) no-repeat center left;
}

.all_items a:hover,
.cc__pi--sd .all_items a:hover {
  color: #b28c6e;
  background: #fff !important;
  border: 1px solid #b28c6e;
  opacity: 1;
}

.cc__pi--first {
  margin-bottom: 1px;
}

.cc__pi--first > li > p {
  background: #f3e9e3;
  display: block;
  padding: 20px;
  cursor: pointer;
}

.cc__pi--first > li > p span {
  font-family: var(--syueimaru-font-family);
  display: block;
  background: url(../image/i_hm-plus_re.svg) no-repeat right center / 16px auto;
}
.cc__pi--first > li > p.active span {
  display: block;
  background: url(../image/i_hm-ms_re.svg) no-repeat right center / 16px auto;
}

.cc__pi--sd li a {
  display: block;
  padding: 20px 40px 20px 20px;
  background: url(../image/i_hm-arr.svg) no-repeat calc(100% - 20px) center / 16px auto;
  color: #433d3c;
}

.cc__pi--sd li {
  border-bottom: 1px dashed #c8c2c6;
}

.all_items a span {
  width: max-content;
  padding-left: 20px;
  text-align: center;
  margin: 0 auto;
  background: url(../image/i-circle_w.svg) no-repeat center left / 15px auto;
}

.pi_step {
  background: #ca525f;
  color: #fff;
  width: max-content;
  line-height: 1;
  font-size: 1.4rem;
  padding: 4px 10px;
  border-radius: 55em;
}

.colorlist {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(80px, 1fr));
  gap: 10px;
  text-align: center;
  padding: 20px;
}

.birthdaylist {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 10px;
  text-align: center;
  padding: 20px;
}

.colorlist img,
.birthdaylist img {
  width: 100%;
  height: auto;
  display: block;
}

.colorlist .category__list-name,
.birthdaylist .category__list-name {
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: normal;
}

.cc__pi-blue {
  background: #cce7eb;
  padding: 20px;
}

.cc__pi-blue .cc__pi--first {
  background: #cce7eb;
}

.cc__pi-blue .cc__pi--first li {
  background: #fff;
}

.cc__pi-blue .cc__pi--first li:not(:last-of-type) {
  margin-bottom: 10px;
}

.cc__pi-blue .cc__pi--first > li > p {
  background: #fff;
}

.sigle__cc a {
  display: block;
  padding: 20px 40px 20px 20px;
  background: #fff;
  background: url(../image/i_hm-arr.svg) no-repeat calc(100% - 20px) center / 16px auto;
}

.cc--capt {
  font-size: 1.2rem;
  line-height: 1.2;
}

.cc__pi--sd,
.colorlist__wrap,
.birthdaylist__wrap {
  display: none;
}

.group__cnt--tit {
  text-align: center;
  font-optical-sizing: 1.8rem;
  font-family: var(--syueimaru-font-family);
  margin-bottom: 15px;
}

.group__cnt--gift {
  padding: 40px 20px 30px;
}

.group__cnt--giftimg {
  max-width: 400px;
  margin: 0 auto 20px;
}

.group__cnt--txt {
  max-width: 400px;
  margin-inline: auto;
}

.group__cnt--gift .add-btn {
  max-width: 300px;
  margin: 20px auto 0;
}

.columu--bans {
  max-width: 400px;
  max-width: min(calc(100% - 40px), 400px);
  margin: 0 auto 30px;
}

.welcome {
  text-align: center;
  margin: 30px auto;
  max-width: min(calc(100% - 40px), 400px);
}

.welcome--scp {
  font-family: var(--syueimaru-font-family);
  margin-bottom: 10px;
  font-size: 1.8rem;
}

.welcome--scp span {
  color: #ca525f;
}

.welcome--adv {
  font-family: var(--syueimaru-font-family);
  margin-top: 10px;
}

.group__info {
  max-width: 400px;
  max-width: min(calc(100% - 40px), 400px);
  margin: 0 auto 30px;
}

.group__info .information__right__sell--txt,
.group__info .information__right__sell--txt span,
.group__info .information__right__sell--number {
  font-size: 1.5rem;
  line-height: 1.5;
}

.group__info .information__right--tit {
  font-size: 2rem;
}

.group__info .information__right__sell--number {
  margin: 0;
}

.group__infrod {
  background: #f3e9e3;
  padding: 40px 0 80px;
}

/*menu*/
#ichiran-menu .spmenu-contents {
  position: relative;
  left: inherit;
  top: inherit;
  opacity: 1;
  z-index: 1;
  height: auto;
  transition: none;
  margin-top: 50px;
}

#ichiran-menu .spmenu-contents--close,
#ichiran-menu .guesetbox,
#ichiran-menu .acc__user,
#ichiran-menu .sns__box,
#ichiran-menu .welcome,
#ichiran-menu .group__info,
#ichiran-menu .group__infrod,
#ichiran-menu .cc__pi-blue {
  display: none;
}

@media screen and (min-width: 768px) {
  /*menu*/
  #ichiran-menu .colorlist__wrap,
  #ichiran-menu .birthdaylist__wrap {
    display: block;
  }

  #ichiran-menu .-sponly {
    display: block !important;
  }

  #ichiran-menu .type__pi a {
    grid-template-columns: 80px 1fr;
  }

  #ichiran-menu .group__cnt {
    height: auto;
    overflow: visible;
  }

  #ichiran-menu .group--bans li:not(:last-of-type) {
    margin: 0;
  }

  #ichiran-menu .group--bans {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 20px;
    padding: 0;
    margin: 0 auto 30px;
  }

  #ichiran-menu .group--wordsearch {
    margin-bottom: 80px;
  }

  #ichiran-menu .type__pi,
  #ichiran-menu .cc__pi,
  #ichiran-menu .cc__pi--first {
    margin-bottom: 80px;
  }

  #ichiran-menu .type__pi ul,
  #ichiran-menu .cc__pi--sd {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(2, 1fr);
  }

  #ichiran-menu .colorlist {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(6, 1fr);
  }

  #ichiran-menu .birthdaylist {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(3, 1fr);
  }

  #ichiran-menu .type__pi ul .all_items,
  #ichiran-menu .cc__pi--sd .all_items {
    grid-column: span 2;
    max-width: 400px;
    margin: 0 auto;
    width: 100%;
    border: none;
  }

  #ichiran-menu .cc__pi--first .-key,
  #ichiran-menu .group__cnt--tit {
    pointer-events: none;
    font-family: var(--syueimaru-font-family);
    text-align: center;
    position: relative;
    font-weight: bold;
    font-size: 2.4rem;
  }

  #ichiran-menu .cc__pi--first .-key::after,
  #ichiran-menu .group__cnt--tit::after {
    width: 20%;
    min-width: 80px;
    height: 1px;
    background: #b28c6e;
    content: "";
    display: block;
    margin: 30px auto 50px;
  }

  #ichiran-menu .cc__pi--first > li > p {
    background: none;
    display: block;
    padding: 0;
    cursor: default;
    text-align: center;
    font-size: 2.4rem;
  }

  #ichiran-menu .cc__pi--first > li > p span {
    background: none;
  }

  #ichiran-menu .group__cnt--gift {
    padding: 0 20px 60px;
  }

  #ichiran-menu .group__cnt--giftimg {
    max-width: 600px;
  }

  #ichiran-menu .columu--bans {
    max-width: 600px;
    max-width: min(calc(100% - 40px), 600px);
    margin: 0 auto 30px;
  }
}

@media screen and (max-width: 1230px) {
  .headercon__nav ul {
    justify-content: center;
    align-items: center;
  }

  .headercon__nav li a {
    font-size: 1.6rem;
    padding: 10px 20px;
  }

  .headercon__nav li:first-of-type a {
    padding-left: 0;
  }

  .headercon__nav li:last-of-type a {
    padding-right: 0;
  }

  .information__left__grid__wrap--catch {
    font-size: 2.1vw;
  }

  .information__left__grid__wrap--tell,
  .information__left__grid__wrap--time span,
  .information__right__sell--txt {
    font-size: 1.5vw;
  }

  .information__left__grid__wrap--number {
    font-size: 2.4vw;
  }

  .information__left__grid__wrap--time,
  .information__right__sell--txt span {
    font-size: 2vw;
  }

  .information__right--tit {
    font-size: 2.5vw;
    padding-right: 20%;
  }

  .information__right--book {
    top: -30px;
    right: -30px;
  }

  .information__right__sell--number {
    font-size: 2vw;
    gap: 10px;
  }

  .kodawari__grid--sell-txt p {
    top: calc(50% + 17em);
    font-size: 1.4vw;
  }
}

@media screen and (max-width: 1200px) {
  .kodawari__grid__box--fcp {
    font-size: 2.3vw;
  }

  .kodawari__grid__box--scp {
    font-size: 1.4vw;
  }
}

@media screen and (max-width: 1100px) {
  body {
    margin-top: 141px;
  }

  .-tabonly {
    display: block;
  }

  .headercon__nav li::after {
    height: 40px;
  }

  .information__right--book {
    max-width: 100px;
    top: -34px;
  }

  .simple_search.-pcactive {
    top: 141px;
  }
}

@media screen and (max-width: 959px) {
  body {
    margin-top: 137px;
  }

  .-tabonly {
    display: block;
  }

  .simple_search.-pcactive {
    top: 137px;
  }

  .headercon__upbox__wrap--logo {
    max-width: 237px;
  }

  .headercon__upbox__wrap--left {
    max-width: 480px;
    font-size: 1.4rem;
  }

  .headercon__nav li a {
    font-size: 1.3rem;
    padding: 10px 20px;
  }

  .headercon__upbox {
    margin-bottom: 14px;
  }

  .maincon__gridcon__sell a:first-of-type::after {
    font-size: 2.1vw;
    border-top-left-radius: 20px;
  }

  .method__grid {
    grid-template-columns: 1fr 1fr;
  }

  .attention__tag {
    gap: 15px;
  }

  .attention__tag a {
    min-width: 120px;
    font-size: 1.6rem;
  }

  .add-slick .slick-prev,
  .add-slick .slick-next {
    top: 15vw;
  }

  .newmember__grid {
    grid-template-columns: 50% auto;
    gap: 6%;
  }

  .newmember__stamp__wrap {
    max-width: 131px;
  }

  .newmember__stamp__wrap p {
    font-size: 2rem;
  }

  .information__right--book {
    max-width: 85px;
  }

  .kodawari__grid--sell-txt p {
    top: calc(50% + 13em);
    font-size: 1.8vw;
  }

  .-ill::after {
    left: 15%;
  }

  .-ill::before {
    right: 10%;
  }
}

@media screen and (max-width: 767px) {
  body {
    margin-top: 79px;
  }

  h1 {
    font-size: 3rem;
  }

  h2 {
    font-size: 2.4rem;
  }

  h3 {
    font-size: 2rem;
  }

  .-pconly {
    display: none;
  }

  .-sponly {
    display: block;
  }

  .titletxt {
    width: 100%;
    margin: 0 auto 30px;
    padding-bottom: 14px;
  }

  .headercon {
    padding-top: 14px;
  }

  .icon__situation img {
    max-width: 90px;
  }

  .others__sell--btn p:last-of-type,
  .information__left--btn p:last-of-type {
    font-size: 2rem;
  }

  .headercon__upbox__wrap {
    display: grid;
    grid-template-columns: 1fr max-content 1fr;
    align-items: center;
  }

  .headercon__upbox__wrap--toplink {
    font-size: 1.1rem;
    text-align: center;
    max-width: 52px;
  }

  /*一時的*/

  .headercon__upbox__wrap--toplink--img {
    max-width: 26px;
    margin: 6px auto;
  }

  .headercon__upbox__wrap--toplink--img img {
    max-width: 26px;
  }

  .headercon__upbox__wrap--logo {
    max-width: 220px;
  }

  .headercon__upbox__wrap--cartbtn {
    max-width: 60px;
    padding-top: 6px;
    justify-self: right;
  }

  .spmenubtn {
    cursor: pointer;
    font-size: 1.1rem;
  }

  .spmenubtn-wrap {
    position: relative;
    width: 30px;
    height: 18px;
    margin: 10px auto;
    border-radius: 5px;
  }

  .spmenubtn-wrap span {
    display: inline-block;
    position: absolute;
    height: 1px;
    border-radius: 2px;
    background: #433d3c;
    width: 100%;
  }

  .spmenubtn-wrap span:nth-of-type(1) {
    top: 0;
  }

  .spmenubtn-wrap span:nth-of-type(2) {
    top: 8px;
  }

  .spmenubtn-wrap span:nth-of-type(3) {
    top: 16px;
  }

  .spmenu-contents {
    width: 100%;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    transition: 0.3s;
    z-index: -1;
    opacity: 0;
    font-size: 1.5rem;
    height: 100vh;
    padding: 0px 0 30px;
  }

  .spmenu-contents.-active {
    z-index: 90;
    opacity: 1;
  }

  .spmenu-contents--close {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 2rem;
    line-height: 1;
    width: 40px;
    height: 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    background: #b28c6e;
    color: #fff;
    text-align: center;
    z-index: 80;
  }

  .spmenu-contents--close span {
    display: block;
    width: 100%;
    font-size: 1rem;
    margin-top: -2px;
  }

  .bottommenu {
    width: 100%;
    position: fixed;
    bottom: 0;
    z-index: 99;
  }

  .bottommenu ul {
    background: #e8d3c7;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    gap: 1px;
    font-size: 1.4rem;
  }

  .bottommenu ul li {
    text-align: center;
    background: #fff;
    padding: 0;
    margin: 0;
  }

  .bottommenu ul li a {
    display: block;
    height: 100%;
    padding: 6px 0;
  }

  .sp-cartbox {
    display: block;
    max-width: 40px;
    margin: 0 auto;
    position: relative;
  }

  .bottommenu ul li a .imgmax {
    max-width: 40px;
    margin: 0 auto;
  }

  .sp-cartbox .bottommenu ul li a .imgmax {
    max-width: none;
    margin: 0 auto;
  }

  .mv-slider {
    margin-bottom: 30px;
  }

  .maincon--toptxt {
    font-size: 1.5rem;
    margin-bottom: 60px;
  }

  .maincon__gridcon__sell a:first-of-type::after {
    font-size: 2.1vw;
    border-top-left-radius: 16px;
  }

  .maincon__gridcon {
    grid-template-columns: 1fr;
    position: relative;
    gap: 40px;
    padding: 25px 0;
  }

  .maincon__gridcon::after {
    background: #ebf6f7;
    content: "";
    display: block;
    position: absolute;
    left: -25px;
    top: 0;
    width: 200vw;
    height: 100%;
    z-index: -1;
  }

  .maincon__gridcon__sell a:first-of-type::after {
    font-size: 1.5rem;
    border-top-left-radius: 20px;
  }

  .contents-scale,
  .contents-scale-ex {
    margin-bottom: 80px !important;
  }

  .contents-scale-ex {
    padding: 25px 0;
  }

  .review {
    margin: 140px auto 160px;
  }

  .review__article:not(:last-of-type) {
    margin-bottom: 20px;
  }

  .pickupitem__gridcon {
    gap: 76px 3%;
  }

  .-kn_spa {
    margin-top: 40px;
  }

  .attention__tag {
    margin-bottom: 40px;
  }

  .titletxt-u-box {
    display: grid;
    background: url(../image/line-shasen-re.svg) repeat-x center bottom / 4px;
    width: 100%;
    margin: 0 auto 30px;
  }

  .titletxt-u-box .titletxt {
    background: none;
    margin-bottom: 4px;
  }

  .pickupitem__gridcon__wrap::before {
    width: 90px;
    height: 90px;
    top: -60px;
  }

  .day-contents {
    margin: 0 0px 20px 0;
    font-size: 1.4rem;
  }

  .news__contents {
    width: 100%;
  }

  .news__contents--sell {
    grid-template-columns: 1fr;
    gap: 2px;
  }

  .news__contents--sell span {
    letter-spacing: -1px;
  }

  .add-slick--tit {
    /* min-height: 65.5px; */
  }

  .add-slick {
    width: 100vw;
    margin: 0 calc(50% - 50vw) 30px;
  }

  .add-slick .slick-list {
    margin-left: 25px;
  }

  .add-slick .slick-slide {
    width: 40vw;
    margin: 0 7.5px;
  }

  .-noneonlyday {
    display: none;
  }

  .-onlyday {
    color: #7b7676;
    display: block;
  }

  .kodawari__grid {
    gap: 0 10px;
    margin-bottom: 60px;
  }

  .kodawari__grid--sell {
    margin-bottom: 20px;
  }

  .kodawari__grid__box--word {
    top: 42%;
  }

  .kodawari--tit {
    margin-top: -20px;
    font-size: 2.6rem;
    text-align: center;
  }

  .kodawari--tit span::before {
    width: 180px;
    height: 80px;
  }

  .kodawari__grid--txt {
    padding: 13px 0;
    line-height: 1;
  }

  .kodawari__grid__box--plate {
    font-size: 1.2vw;
  }

  .review__article {
    padding: 20px;
  }

  .review__article-wrap {
    gap: 10px;
    grid-template-columns: 45.5% 1fr;
  }

  .review__article__txtarea--syohin {
    line-height: 1.5;
    margin: 0 0 15px;
  }

  .review__article__txtarea--tbl p {
    font-size: 1.6rem;
    line-height: 1.5;
  }

  .review__article__txtarea--star {
    margin-bottom: 10px;
  }

  .review__article--btn {
    font-size: 1.8rem;
  }

  .sd__pierce--scp {
    font-size: 2rem;
  }

  .osusume__grid {
    gap: 50px 2%;
    text-align: center;
  }

  .osusume__grid__sell--tit {
    font-size: 1.8rem;
    margin-bottom: 6px;
  }

  .osusume__grid__sell--txt {
    font-size: 1.5rem;
  }

  .newmember__stamp {
    top: 92px;
  }

  .newmember__grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .newmember__grid__left {
    width: 380px;
    margin: 80px auto 0;
  }

  .newmember__grid__left--subtit {
    font-size: 2rem;
  }

  .newmember__grid__left--red {
    font-size: 3rem;
    margin-bottom: 30px;
  }

  .newmember__grid__left--btn {
    font-size: 1.8rem;
  }

  .newmember__grid__left--btn span::after {
    width: 25px;
    height: 25px;
  }

  .information {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .information__left {
    max-width: 700px;
    margin: 0 auto;
  }

  .information__left__grid {
    justify-content: center;
  }

  .information__left__grid__wrap--tell,
  .information__left__grid__wrap--time span,
  .information__right__sell--txt {
    font-size: 1.8rem;
  }

  .information__left__grid__wrap--catch {
    font-size: 2rem;
  }

  .information__left__grid__wrap--number {
    font-size: 3.4rem;
  }

  .information__left__grid__wrap--time {
    font-size: 3rem;
  }

  .information__right--tit {
    font-size: 2.7rem;
    padding-right: 24%;
  }

  .information__right--book {
    max-width: 80px;
    top: -20px;
    right: 0;
  }

  .information__right__sell {
    gap: 10px;
  }

  .information__right__sell--number {
    font-size: 2rem;
  }

  .information__right__sell--txt span {
    font-size: 2rem;
  }

  .method__grid {
    gap: 20px 10px;
    margin-bottom: 40px;
  }

  .method__grid__sell {
    padding: 26px 16px;
    gap: 0;
  }

  .method--img {
    margin-bottom: 100px;
  }

  .serif__wrap {
    width: 145px;
  }

  .serif__wrap--txt {
    font-size: 1.06rem;
    top: 25px;
    left: 12px;
  }

  .serif__wrap--txt span {
    font-size: 2.2rem;
  }

  .review__title__txt--serif {
    top: -95px;
    right: -75px;
  }

  .-ill::after {
    width: 140px;
    height: 81px;
    left: 15%;
    top: -90px;
  }

  .-ill::before {
    width: 200px;
    height: 100px;
    right: 10%;
    top: -100px;
  }

  /*footer*/
  .settlement__box {
    padding: 20px;
  }

  .footlinks__inner {
    grid-template-columns: 1fr 40%;
    gap: 0 5%;
  }

  .outlines {
    grid-template-columns: 20% 1fr 1fr;
  }

  /*hum menu*/

  #ichiran__ol.m__line--tit {
    margin-top: 20px;
    font-size: 2rem;
  }

  #ichiran__ol.m__line--tit::after {
    margin: 10px auto 10px;
  }

  .spmenu-contents .group--wordsearch {
    padding: 10px 20px;
  }

  .spmenu-contents .attention--title {
    line-height: 1;
    margin-bottom: 10px;
  }

  .spmenu-contents .group--wordsearch .attention--color {
    margin-bottom: 1px;
  }

  .spmenu-contents .attention__tag {
    margin-bottom: 10px !important;
  }

  /*menu*/
  #ichiran-menu {
    max-width: 100%;
  }

  #ichiran-menu .group--bans {
    padding-top: 0;
  }

  #ichiran-menu .group--wordsearch {
    margin-bottom: 40px;
  }

  #ichiran-menu .group__cnt {
    height: 100%;
    overflow: visible;
  }
}

@media screen and (max-width: 750px) {
  .mv-slider__box .slick-slide {
    margin: 0;
  }
}

@media screen and (max-width: 600px) {
  /*footer*/
  .footlinks {
    padding-top: 40px;
  }
  .footlinks,
  .outlines {
    margin-bottom: 40px;
  }

  .footlinks__inner {
    display: block;
  }

  .footlinks__inner ul li:not(:last-of-type) {
    margin-bottom: 0;
  }
  .footlinks__inner ul li a {
    padding: 10px 0;
    border-bottom: 1px solid #c9ad97;
  }

  .outlines {
    font-size: 1.2rem;
    grid-template-columns: 100%;
  }

  .outlines,
  .outlines li {
    border: none;
  }
}

@media screen and (max-width: 559px) {
  h1 {
    font-size: 2.4rem;
  }

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.8rem;
  }

  .mv-slider__downcon {
    gap: 10px;
  }

  .pickupitem__gridcon {
    grid-template-columns: 1fr;
    gap: 76px;
  }

  .pickupitem__gridcon__wrap::before {
    width: 74px;
    height: 74px;
    top: -47px;
  }

  .attention__form__wrap {
    margin: 0 auto;
  }

  .attention__tag {
    max-width: 400px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin-bottom: 20px;
  }

  .osusume__grid {
    grid-template-columns: 1fr;
  }

  .maincon__gridcon__sell--word,
  .kodawari__grid--comm {
    text-align: center;
  }

  .maincon__gridcon__sell--word {
    font-size: 1.5rem;
  }

  .maincon__gridcon--pic::after {
    font-size: 1.6rem;
    padding: 6px 6px 6px 18px;
  }

  .kodawari__grid--comm:empty {
    display: none;
  }

  .kodawari--tit {
    font-size: 2.2rem;
    padding-bottom: 14px;
  }

  .kodawari__grid {
    grid-template-columns: 1fr;
  }

  .kodawari__grid__box--fcp {
    font-size: 4.3vw;
  }

  .kodawari__grid__box--plate {
    font-size: 2.2vw;
  }

  .kodawari__grid__box--scp {
    font-size: 3vw;
  }

  /* .review__article-wrap {
    grid-template-columns: 100%;
    align-items: stretch;
    gap: 0 0;
  } */

  .review__article--img {
    width: 100%;
    margin: 0 auto 12px;
  }

  .review__article__txtarea--tbl p {
    margin-bottom: 15px;
  }

  .review__article__txtarea--txt {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    font-size: 1.5rem;
  }

  .rolls {
    display: contents;
  }

  /* .review__article__txtarea--txt {
    grid-column: span 1;
  } */

  .review__article__txtarea--day {
    font-size: 1.2rem;
  }

  .review .add-btn {
    max-width: 270px;
    margin: 20px auto 0;
  }

  .expanded {
    -webkit-line-clamp: unset;
  }

  .fs-pt-list__item {
    font-size: 1.3rem;
    line-height: 1.53;
  }

  .-ill::after {
    left: 0%;
    top: -90px;
  }

  .-ill::before {
    right: 0%;
    top: -100px;
  }

  .add-slick--tit,
  .scr__item-inner .fs-c-productListCarousel__list .fs-c-productName__name,
  .scr__item-inner .fs-c-productListCarousel__list .fs-c-productName__copy {
    font-size: 1.4rem;
  }

  .review-tudukibtn {
    display: block;
    text-align: center;
    margin: 15px 0 10px;
    cursor: pointer;
  }

  .review-tudukibtn span {
    display: inline-block;
    font-family: var(--syueimaru-font-family);
    background: url(../image/un_arrow.svg) no-repeat center left / 16px;
    padding-left: 24px;
    font-weight: 600;
  }

  .expanded-article .review-tudukibtn span {
    background: url(../image/up_arrow.svg) no-repeat center left / 16px;
    padding-left: 24px;
  }

  .icon__situation,
  .pickupitem__gridcon--sell p:first-of-type {
    max-width: 280px;
  }

  .newmember.contents-scale {
    width: 310px;
    margin-inline: auto;
    padding: 0;
  }

  .newmember__grid {
    border: none;
    padding: 0;
  }

  .newmember__grid__left {
    width: 100%;
    max-width: 380px;
  }

  .newmember__stamp {
    position: sticky;
  }

  .newmember__stamp__wrap {
    max-width: none;
  }

  .newmember__stamp__wrap img,
  .newmember__stamp__wrap p br {
    display: none;
  }

  .newmember__stamp__wrap p {
    max-width: 170px;
    color: #008899;
    text-align: center;
    position: sticky;
    border-top: 2px solid #008899;
    border-bottom: 2px solid #008899;
    padding: 6px 0;
    margin: 0 auto 12px;
  }

  .newmember__grid__right {
    display: none;
  }

  .attention--color {
    padding-inline: 20px;
  }

  .attention__tag a {
    padding: 10px;
  }

  .others__sell {
    margin-bottom: 100px;
  }

  .information__left__grid__wrap--number {
    font-size: 6.8vw;
  }

  .information__left__grid__wrap--time {
    font-size: 5vw;
    line-height: 1;
  }

  .information__left__grid__wrap--tell,
  .information__left__grid__wrap--time span,
  .information__right__sell--txt,
  .information__left__grid__wrap--time time {
    font-size: 3.4vw;
  }

  .information__left__grid__wrap--catch {
    font-size: 4.4vw;
  }

  .information__left--img {
    width: 50vw;
    z-index: -1;
  }

  .information__left__grid {
    align-items: center;
    margin-bottom: -30px;
  }

  .information__right {
    padding: 30px 24px;
  }

  .information__right--book {
    max-width: 70px;
  }

  .information__right--tit {
    font-size: 2.4rem;
  }

  .method--img {
    max-width: 260px;
    margin: 0 auto 100px;
  }

  .kodawari__grid__box--word {
    left: 0;
  }

  .information__right__sell {
    gap: 0;
    grid-template-columns: 36px 1fr;
    padding: 0 0 10px;
    margin-bottom: 10px;
  }

  .kodawari__grid--sell-txt p {
    top: calc(50% + 13.5em);
    font-size: 3.5vw;
  }
}

@media screen and (max-width: 414px) {
  body {
    margin-top: 65px;
  }

  .simple_search {
    top: 65px;
  }

  .haisoutien {
    min-height: 30px;
  }

  .headercon {
    padding-top: 7px;
  }

  .headercon__upbox {
    margin-bottom: 7px;
  }

  .spmenubtn-wrap {
    margin-top: 0;
  }

  .headercon__upbox__wrap--logo {
    max-width: 190px;
  }

  .headercon--banner {
    min-height: 30px;
    font-size: 3.5vw;
  }

  .maincon__gridcon__sell a:first-of-type::after {
    font-size: 1.2rem;
    border-top-left-radius: 16px;
  }

  .information__right__sell--number {
    font-size: 2rem;
    margin-top: 3px;
  }

  .information__right__sell--txt {
    font-size: 1.2rem;
  }

  .information__right__sell--txt span {
    font-size: 1.8rem;
  }

  .information__right {
    padding: 30px 20px;
  }

  .review {
    margin: 140px auto 116px;
  }

  .-ill::after {
    width: 80px;
    height: 65px;
    top: -75px;
  }

  .-ill::before {
    width: 120px;
    height: 82px;
    top: -85px;
  }
}

@media screen and (max-width: 375px) {
  .add-slick .slick-slide {
    width: 70vw;
  }

  .kodawari--tit {
    font-size: 2rem;
  }

  .information__right--tit {
    white-space: nowrap;
    font-size: 6vw;
    padding-right: 20vw;
  }
  .attention__tag {
    gap: 10px;
  }
}
