.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

@media only screen and (max-width: 750px) {
  .pc {
    display: none !important;
  }

  .sp {
    display: block !important;
  }
}

.fs-l-main > .fs-pt-carousel--fitImage {
  flex-basis: 100%;
}

topwrapper {
  height: 350px;
  width: 100%;
  background: #000000;
  position: relative;
}

@media screen and (min-width: 1920px) {
  .topwrapperin {
    height: 350px;
    width: 1920px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    text-align: center;
  }
}

@media screen and (max-width: 1920px) {
  .topwrapperin {
    height: 350px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    text-align: center;
  }
}

.topcontainer {
  margin: 0 auto;
  height: 350px;
  width: 100%;
}

.topcontainer img {
  height: 350px;
  object-fit: none;
}

#ranking fixed {
  width: 100%;
  table-layout: fixed;
}

.footerpc {
  cursor: default !important;
}

@media screen and (min-width: 900px) {
  p.base {
    height: 60px;
    background: #ffffff;
    margin: 0px;
    margin-bottom: 0px;
    text-align: center;
  }
}

@media screen and (min-width: 900px) {
  topbanner {
    background: #ffffff;
    z-index: 1;
    left: 0;
    width: 100%;
    height: 60px;
    margin-top: -60px;
    position: absolute;
    text-align: center;
  }
}

@media screen and (min-width: 900px) {
  topbanner p {
    position: relative;
    width: 100%;
    height: 40px;
    z-index: 2;
    background: none;
    max-width: none;
  }
}

@media screen and (max-width: 900px) {
  p.base {
    display: none !important;
  }
}

@media screen and (max-width: 900px) {
  topbanner {
    display: none !important;
  }
}

@media screen and (min-width: 900px) {
  .topbanner900 {
    display: none !important;
  }
}

@media screen and (min-width: 900px) {
  .topbanner900 img {
    width: 100%;
    vertical-align: middle;
  }
}

@media screen and (max-width: 900px) {
  .topbanner900 {
    width: 100%;
  }
}

@media screen and (max-width: 900px) {
  .topbanner900 img {
    width: 100%;
    vertical-align: middle;
  }
}

.fs-l-main > .fs-p-dateList {
  width: 100%;
  margin: 0 10px;
}

@media screen and (min-width: 768px) {
  .fs-l-header__contents {
    grid-template-columns: 35% 30% 35%;
  }
  .fs-clientInfo.is-ready {
    grid-column: 2;
    grid-row: 2;
    text-align: center;
  }
}

.fs-p-memberInfo {
  justify-content: center;
}

@media screen and (min-width: 768px) {
  .fs-c-productList__list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 33.3333333333% 33.3333333333% 33.3333333333%;
    grid-template-columns: 33.3333333333% 33.3333333333% 33.3333333333%;
  }
}

h2 {
  font-family: "メイリオ", "Meiryo", sans-serif;
  margin: 20px;
  padding: 0px;
  line-height: 1.7;
}

h3 {
  font-family: "メイリオ", "Meiryo", sans-serif;
  margin: 20px;
  padding: 0px;
  line-height: 1.7;
}

h4 {
  font-family: "メイリオ", "Meiryo", sans-serif;
  margin: 20px;
  padding: 0px;
  line-height: 1.7;
}

:root {
  --v-space: clamp(90px, 9vw, 120px);
}

.imgtext {
  padding: var(--v-space) 0;
  background-color: #ffffff;
}

.heading-decoration + p {
  margin-top: 1em;
  margin-bottom: 2em;
  color: #707070;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
}

.posts {
  padding: var(--v-space) 0;
  background-color: #ffffff;
}

/* 20240411追記ここから */
.top_best3 .top_best3_ttl img {
  width: 100%;
}

.top_best3 ul {
  display: flex;
  justify-content: space-around;
  margin-bottom: 70px;
  padding: 0;
  width: 100%;
}

.top_best3 ul li {
  list-style: none;
  width: 28%;
}

.top_best3 ul li .top_best3_img {
  position: relative;
}

.top_best3 ul li .top_best3_img::after {
  content: "";
  height: 71px;
  /* left: 5px; */
  left: -10px;
  position: absolute;
  /* top: 5px; */
  top: -10px;
  width: 70px;
}

.top_best3 ul li:nth-child(1) .top_best3_img::after {
  /* background: url(https://mikados23.itembox.design/item/1st_medal.png) no-repeat; */
  background: url(https://mikados23.itembox.design/item/gift_rank01.png) no-repeat;
  background-size: cover;
}

.top_best3 ul li:nth-child(2) .top_best3_img::after {
  /* background: url(https://mikados23.itembox.design/item/2nd_medal.png) no-repeat; */
  background: url(https://mikados23.itembox.design/item/gift_rank02.png) no-repeat;
  background-size: cover;
}

.top_best3 ul li:nth-child(3) .top_best3_img::after {
  /* background: url(https://mikados23.itembox.design/item/3rd_medal.png) no-repeat; */
  background: url(https://mikados23.itembox.design/item/gift_rank03.png) no-repeat;
  background-size: cover;
}

.top_best3 ul li .top_best3_img img {
  max-width: 100%;
}

.top_best3 ul li .top_best3_text {
  font-size: 0.8em;
  line-height: 1.6;
  margin: 0.3em 0;
}

.top_best3 ul li .top_best3_price span {
  color: #006db8;
  padding-left: 5px;
}

.top_best3 ul li .top_best3_star {
  margin-top: 0.3em;
}

.top_best3 ul li .top_best3_star .fs-c-reviewStars {
  color: #c78d2f;
  justify-content: flex-start;
}

.top_best3 ul li .top_best3_link a img {
  margin-top: 0.5em;
  width: 100%;
}

.fs-c-productReview {
  grid-column: 1 / 3;
}

.fs-c-productReview__allReviews.fs-c-buttonContainer.fs-c-buttonContainer--viewAllReviews {
  float: left;
  width: 49%;
  margin-right: 2%;
}

.fs-c-productReview__addReview.fs-c-buttonContainer.fs-c-buttonContainer--addReview--detail {
  width: 49%;
}

.fs-c-button--plain.fs-c-button--viewAllReviews::before {
  content: none;
}

.fs-c-button--plain.fs-c-button--viewAllReviews::after {
  content: url(https://mikados23.itembox.design/item/ico_review_l.svg?t=20240410151700);
  display: inline-block;
  vertical-align: middle;
  width: 15px;
}

.fs-c-button--plain.fs-c-button--addReview--detail::before {
  content: none;
}

.fs-c-button--plain.fs-c-button--addReview--detail::after {
  content: url(https://mikados23.itembox.design/item/ico_review_r.svg?t=20240410151700);
  display: inline-block;
  vertical-align: middle;
  width: 15px;
}

.fs-c-button--plain.fs-c-button--viewAllReviews,
.fs-c-button--plain.fs-c-button--addReview--detail {
  color: #fff;
  background: #f60;
  width: 100%;
  text-align: center;
  padding: 20px;
  font-weight: bold;
  border-radius: 10px;
}
/* 20240411追記ここまで */

/* 240424_追記ここから */
.-syohinranking {
  display: none;
}
/* 240424_追記ここまで */

/* 240508_トップページ改修ここから */
.top_link_txt {
  text-align: right;
  margin: -50px 8px 40px;
}

.top_link_txt a {
  border-bottom: 1px solid;
  padding-bottom: 4px;
}

.top_link_txt a:hover {
  text-decoration: none;
}

/* 240508_トップページ改修ここまで */

/* 240529_ヘッダー改修ここから */
.fs-l-header_re {
  padding: 0;
}

.fs-l-header_re p {
  margin: 0;
}

.fs-l-header_re ul {
  margin: 0;
  padding: 0;
}

.fs-l-header_re li {
  list-style: none;
}

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

.header_base {
  background: #fff;
  position: fixed;
  width: 100%;
  padding-left: 8px;
  height: 130px;
  z-index: 999;
}

.header_contents {
  display: grid;
  grid-template-columns: 1fr 20% 1fr;
  height: 100%;
  align-items: end;
  padding-bottom: 32px;
  margin: 0 auto;
  max-width: 1216px;
}

.header_logo {
  width: 200px;
  justify-self: left;
}

.header_welcome {
  font-weight: bold;
  justify-self: center;
  text-align: center;
}

.header_nav {
  width: 100%;
  max-width: 400px;
}

.header_nav.-pconly {
  position: absolute;
  top: 0;
  right: 0;
}

.header_nav a {
  display: block;
  font-weight: bold;
}

ul.header_nav_guide {
  text-align: center;
  display: grid;
  justify-content: center;
  align-items: center;
}

.header_nav_guide.-upper {
  grid-template-columns: 1fr 1fr;
  background: #aa8d6b;
  margin-bottom: 10px;
}

.header_nav_guide.-upper img {
  max-width: 30px;
  max-height: 30px;
  margin: 0 auto;
}

.header_nav_guide.-upper li {
  position: relative;
}

.header_nav_guide.-upper li::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 76%;
  background-color: #fff;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

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

.header_nav_guide.-upper a {
  color: #fff;
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  padding: 10px;
}

.header_nav_guide.-under {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.header_nav_guide.-under img {
  max-width: 40px;
  max-height: 40px;
  margin: 0 auto;
}

.header_nav_guide.-under a {
  font-size: 12px;
  color: #a98c6a;
}

.header_wrap {
  padding-top: 130px;
}

.header_bannerarea {
  display: block;
  background: #e3caac;
}

a.header_bannerarea {
  transition: 0.6s;
}

a.header_bannerarea:hover {
  color: #000;
  text-decoration: none;
  opacity: 0.8;
}

.header_bannerarea div {
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  font-size: 20px;
  letter-spacing: 2px;
  font-weight: bold;
  padding: 10px;
}

.header_bannerarea div .-smalltxt {
  font-size: 12px;
}

.header_bannerarea div .banner_txt {
  display: flex;
  gap: 6px;
  align-items: center;
}

.header_bannerarea div .-redtxt {
  color: #bf1a1e;
}

.banner_card {
  color: #e3ccad;
  display: flex;
  align-items: center;
  background: #bf1a1e;
  padding: 4px 20px;
}

.banner_card span::after {
  content: "▶︎";
}

.header_kc {
  background: #512913;
}

.header_kcbox {
  max-width: 1200px;
  display: grid;
  align-items: center;
  grid-template-columns: 1fr 75%;
  gap: 2%;
  padding: 0 10px;
  margin: 0 0 0 auto;
}

@media (min-width: 1500px) {
  .header_kcbox {
    margin: 0 auto;
  }
}

.header_category {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.header_category p:first-of-type img {
  height: 34px;
}

.header_category p:first-of-type {
  max-width: 34px;
  margin: 0 auto 2px;
}

.header_category a {
  height: 100%;
  display: grid;
  grid-template-rows: 34px 1fr;
  align-items: center;
  padding: 15px 10px;
  color: #fff;
}

.header_category li {
  text-align: center;
  position: relative;
}

.header_category li::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 76%;
  background-color: #8d6645;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

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

.header_keyword form {
  margin-bottom: 0;
}

.hk_box {
  background: #fff;
  display: grid;
  grid-template-columns: auto 20px;
  align-items: center;
  width: 100%;
  border-radius: 10px;
  padding: 10px;
}

.hk_kw {
  padding-right: 10px;
  border: none;
}

.-sponly {
  display: none;
}

.fs-l-header_re .fs-clientInfo.is-ready {
  grid-column: auto;
  grid-row: auto;
  text-align: center;
}

.fs-l-header_re .logout.my-false {
  display: none;
}

.fs-l-header_re .login.my-true {
  display: none;
}

.fs-client-cart-count {
  color: #bf1a1e;
}

.cart_btn {
  position: relative;
}

span.fs-client-cart-count {
  position: absolute;
  top: 0;
  right: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  color: #fff;
  background: #bf1a1e;
  width: 20px;
  height: 20px;
  border-radius: 50%;
}

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

#btn-search {
  width: 20px;
  height: auto;
  background: #fff;
}

@media (max-width: 959px) {
  .header_nav {
    max-width: 320px;
  }
}

@media (max-width: 767px) {
  .-pconly {
    display: none;
  }

  .-sponly {
    display: block;
  }

  .header_base {
    height: 74px;
    padding: 0;
  }

  .header_re_con {
    color: #a98c6a;
  }

  .header_re_con .fs-p-drawerButton {
    padding: 0;
  }

  .header_re_con .fs-p-drawerButton__label {
    font-size: 10px;
    line-height: 1.3;
    font-weight: bold;
  }

  .header_re_con .fs-p-drawerButton__icon {
    font-size: 24px;
  }

  .header_nav_guide.-under img {
    max-width: 26px;
    max-height: 26px;
  }

  .header_contents {
    grid-template-columns: 1fr 45% 1fr !important;
    align-items: center;
    padding: 10px;
  }

  .header_logo {
    width: 22vw;
    min-width: 100px;
  }

  .header_welcome {
    font-size: 12px;
    padding-top: 0;
  }

  .header_welcome .fs-p-memberInfo__points {
    font-size: 12px;
  }

  .header_nav_guide.-under {
    display: flex;
    gap: 10px;
    justify-content: end;
  }

  .header_wrap {
    padding-top: 74px;
  }

  .header_kcbox {
    grid-template-columns: 1fr;
    gap: 0;
    padding: 0;
  }

  ul.header_category {
    font-size: 14px;
    line-height: 1.3;
    margin: 0;
  }

  .header_keyword {
    width: 100%;
    order: 2;
    background: #fff;
    padding: 20px 30px 0;
  }

  .header_keyword form {
    margin-bottom: 0;
  }

  .hk_box {
    background: #f2e6d6;
  }

  .hk_kw {
    background: #f2e6d6;
  }

  .fs-l-header_re .fs-l-main {
    margin-top: 12px;
  }

  .header_movenav {
    background: #512913;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 999;
  }

  .header_movenav a {
    padding: 10px 0;
    text-align: center;
    color: #fff;
    display: block;
  }

  .hmn_contents {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .hmn_contents li p:first-of-type {
    max-width: 40px;
    margin: 0 auto;
  }

  .hmn_contents li {
    position: relative;
  }

  .hmn_contents li::after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 76%;
    background-color: #8d6645;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }

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

  .fs-p-drawer {
    z-index: 9999;
  }

  .header_re_con .fs-p-drawerButton div {
    position: relative;
    width: 26px;
    height: 22px;
    margin: 0px auto 6px;
  }

  .header_re_con .fs-p-drawerButton div span {
    display: inline-block;
    position: absolute;
    left: 50%;
    height: 2px;
    border-radius: 2px;
    background: #a98c6a;
    width: 100%;
    transform: translateX(-50%);
  }

  .header_re_con .fs-p-drawerButton div span:nth-of-type(1) {
    bottom: 0;
  }

  .header_re_con .fs-p-drawerButton div span:nth-of-type(2) {
    bottom: 8px;
  }

  .header_re_con .fs-p-drawerButton div span:nth-of-type(3) {
    bottom: 16px;
  }

  .header_bannerarea div {
    font-size: 2.8vw;
  }

  .header_bannerarea div .-smalltxt {
    font-size: 2vw;
  }

  .-sponly_ef {
    color: #bf1a1e;
  }

  .-sponly_ef::after {
    content: "▶︎";
  }

  .-redtxt .-smalltxt {
    color: #000;
  }

  span.fs-client-cart-count {
    right: -24px;
  }

  .header_category p:first-of-type img {
    width: 40px;
    height: 40px;
  }

  .header_category p:first-of-type {
    max-width: 40px;
    margin-bottom: 6px;
  }

  .header_category a {
    grid-template-rows: 40px 1fr;
  }
}

@media (max-width: 519px) {
  ul.header_category {
    font-size: 2.4vw;
    line-height: 1.1;
  }

  .hmn_contents {
    font-size: 10px;
  }

  .header_nav_guide.-under a {
    font-size: 10px;
  }

  span.fs-client-cart-count {
    right: -15px;
  }
}
/* 240529_ヘッダー改修ここまで */

/* 240531_商品一言説明 ここから */
.fs-c-productListItem__productDescription::before,
.fs-c-productListItem__productDescription::before {
  content: "商品について";
  display: block;
  font-size: 1.4rem;
  padding-left: 20px;
  cursor: pointer;
  background: url(https://mikados23.itembox.design/item/open_arrow.svg) left center / 10px 10px no-repeat;
}
.fs-c-productListItem__productDescription.active::before,
.fs-c-productListItem__productDescription.active::before {
  content: "閉じる";
  padding-left: 20px;
  background: url(https://mikados23.itembox.design/item/close_arrow.svg) left center / 10px 10px no-repeat;
}
.fs-c-productListItem__productDescription p {
  display: none;
  font-size: 1.4rem;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  margin: 10px;
  text-align: left;
  font-weight: 400;
}
.fs-c-productListItem__productDescription.active p {
  display: block;
}
/* 240531_商品一言説明 ここまで */

/* 240618_パーツ共通化作業_ここから */
.mb-10 {
  margin-bottom: 10px;
}
.mb-52 {
  margin-bottom: 52px;
}
.mt-64 {
  margin-top: 64px;
}

.df_center {
  margin: 0;
  padding: 0;
  text-align: center;
}
.df_center img {
  margin: 0 auto;
}
.df_font-wht {
  color: #fff;
}
.df_font-red {
  color: #ff0000;
}
.df_font13 {
  font-size: 13px;
}
/* 240618_パーツ共通化作業_ここまで */
/* 240710_カートページオススメ商品_ここから */
.cart-rec_toptit {
  background: #4f2912;
  color: #fff;
  text-align: center;
  padding: 10px;
  font-size: 1.8rem;
}
.cart-rec_box {
  display: grid;
  grid-template-columns: 40% auto;
  gap: 0 30px;
}
.cart-rec {
  display: grid;
  grid-template-columns: repeat(2, 48%);
  gap: 0 4%;
  background: #ede9e0;
  padding: 15px 20px;
  margin-bottom: 30px;
}
.cart-rec p {
  margin: 0px;
}
.cart-rec_tit {
  font-weight: bold;
  font-size: 1.6rem;
  margin-bottom: 5px !important;
}
.cart-rec_tit a {
  color: #4f2912;
  text-decoration: underline;
}
.cart-rec_price {
  color: #4f2912;
  font-weight: bold;
  font-size: 1.5rem;
  margin-bottom: 5px !important;
}
.cart-rec_price span {
  font-size: 1.6rem;
  padding-right: 10px;
}
.cart-rec_price .small {
  font-size: 1.2rem;
  padding-left: 5px;
}
.cart-rec button {
  width: 100%;
  border: none;
  padding: 0px;
  display: grid;
  grid-template-columns: 20px auto;
  gap: 0 5px;
  align-items: center;
  justify-content: center;
  background: #ff7438;
  color: #fff;
  padding: 10px;
  border-radius: 5px;
}
@media screen and (max-width: 959px) {
  .cart-rec {
    grid-template-columns: 100%;
    gap: 30px 0;
  }
  .cart-rec_box {
    max-width: 500px;
    gap: 0 20px;
    margin: 0 auto;
  }
}
/* 240710_カートページオススメ商品_ここまで */
/* 240718_pcのみヘッダー高さ変更_ここから */
@media (min-width: 767px) {
  .header_base.re_height {
    height: 76px;
    padding: 0px;
  }
  .re_height .header_contents {
    grid-template-columns: auto 40%;
    gap: 0 2%;
    max-width: 360px;
    margin: auto 0 0 0;
    align-items: center;
    height: 100%;
    padding-bottom: 0px;
    padding-left: 70px;
  }
  .re_height .header_nav.-pconly {
    display: flex;
    width: auto;
    max-width: none;
    height: 100%;
  }
  .header_wrap.re_height.scroll_active {
    padding-top: 76px;
  }
  .re_height .header_nav_guide.-upper {
    order: 2;
  }
  .re_height .header_nav_guide.-upper {
    margin-bottom: 0px;
  }
  .re_height .header_nav_guide.-under {
    gap: 0 10px;
    margin-right: 20px;
  }
  .re_height .header_nav_guide.-upper a {
    display: block;
    padding: 0 10px;
    font-size: 1.2rem;
  }
  .re_height .header_nav_guide.-upper img {
    max-width: 28px;
    max-height: 28px;
    margin: 0 auto 6px;
  }
  #headerbasere {
    display: none;
  }
}
@media (max-width: 959px) and (min-width: 767px) {
  .re_height .-sponly {
    display: block !important;
  }
  .re_height .-pconly {
    display: none !important;
  }
  .re_height .header_nav_guide.-under {
    display: flex;
    gap: 10px;
    justify-content: end;
  }
  .re_height .header_re_con {
    color: #a98c6a;
  }
  .re_height .header_re_con .fs-p-drawerButton {
    padding: 0;
  }
  .re_height .header_re_con .fs-p-drawerButton div {
    position: relative;
    width: 26px;
    height: 22px;
    margin: 0px auto 6px;
  }
  .re_height .header_re_con .fs-p-drawerButton div span {
    display: inline-block;
    position: absolute;
    left: 50%;
    height: 2px;
    border-radius: 2px;
    background: #a98c6a;
    width: 100%;
    transform: translateX(-50%);
  }
  .re_height .header_re_con .fs-p-drawerButton div span:nth-of-type(1) {
    bottom: 0;
  }
  .re_height .header_re_con .fs-p-drawerButton div span:nth-of-type(2) {
    bottom: 8px;
  }
  .re_height .header_re_con .fs-p-drawerButton div span:nth-of-type(3) {
    bottom: 16px;
  }
  .re_height .header_re_con .fs-p-drawerButton__label {
    font-size: 10px;
    line-height: 1.3;
    font-weight: bold;
  }
  .re_height .header_contents {
    display: grid;
    grid-template-columns: 1fr 40% 1fr !important;
    gap: 0px;
    margin: 0 auto;
    max-width: 100% !important;
    padding-left: 20px !important;
  }
  .re_height .header_nav_guide.-under img {
    max-width: 26px;
    max-height: 26px;
  }
  .header_category.add_header_category li p:nth-child(2) {
    font-size: 1.2rem;
  }
  .header_category.add_header_category a {
    padding: 5px !important;
  }
}
/* 240718_pcのみヘッダー高さ変更_ここまで */
/* 240801_ヘッダー特集追加_ここから */
.header_category.add_header_category {
  grid-template-columns: repeat(9, 1fr);
}
.header_kcbox.add_header_kcbox {
  max-width: 1440px;
}
.header_kcbox_area {
  background: #512913;
  max-width: 100%;
}
.header_category.add_header_category a {
  padding: 5px 10px;
}
.header_category.add_header_category p:first-of-type {
  max-width: 30px;
}
.header_category.add_header_category p:first-of-type img {
  height: 30px;
}
/* 240801_ヘッダー特集追加_ここまで */
/* 240826_購入履歴ページレビュー追加ここから */
.review_linkarea {
  margin-bottom: 30px;
}
.review_linkbox01 {
  display: grid;
  grid-template-columns: 100px auto;
  gap: 0 40px;
  margin-bottom: 30px;
  align-items: center;
}
.review_linkbox_txt {
  position: relative;
  background: #eee7e0;
  padding: 20px;
  border-radius: 6px;
}
.review_linkbox_txt:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  margin-top: -15px;
  border: 15px solid transparent;
  border-right: 15px solid #eee7e0;
}
.review_linkbox_txt span {
  display: block;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 8px;
}
.review_linkbox02 {
  max-width: 760px;
  display: grid;
  grid-template-columns: 60% 38%;
  gap: 0 2%;
  margin: 0 auto;
}
@media (max-width: 519px) {
  .review_linkbox01 {
    grid-template-columns: 70px auto;
    gap: 0 20px;
  }
  .review_linkbox02 {
    max-width: 100%;
    display: block;
  }
  .review_linkbox02 .sp_none {
    display: none;
  }
}
/* 240826_購入履歴ページレビュー追加ここまで */
/* 240905_reギフトページ改修ここから */
.sp__only {
  display: none;
}
.gift_area {
  max-width: min(calc(100% - 40px), 1000px);
  margin: 0 auto;
}
.top__mv {
  position: relative;
  margin-bottom: 100px;
  max-width: 1920px;
}
.title_desing {
  position: absolute;
  top: 12%;
  right: 40%;
}
.gift_tit {
  font-size: 4.1vw;
  position: absolute;
  top: 20%;
  right: 35%;
  letter-spacing: 2px;
  color: #512913;
  background: url(https://mikados23.itembox.design/item/gift_design_2.png) no-repeat left;
  background-size: 53%;
  padding-left: 160px;
  padding: 40px 0 20px 70px;
}
.gift_subtit {
  position: absolute;
  font-size: 1vw;
  top: 60%;
  right: 33%;
  color: #512913;
  border-top: 1px solid #512913;
  border-bottom: 1px solid #512913;
  padding: 3px 20px 3px 20px;
  font-weight: 600;
  letter-spacing: 1px;
}
.gift_decotit {
  font-size: 2.6rem;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  font-weight: 600;
  margin: 0 0 50px 0;
  position: relative;
}
.gift_decosubtit {
  display: block;
  font-size: 1.4rem;
}
.gift_deco {
  position: absolute;
  top: -40px;
  left: -50px;
}
.gift_area .cate__txt {
  font-size: 1.6rem;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  margin: 0px;
  line-height: 1.8;
}

.gift_area .top__message_in {
  display: grid;
  grid-template-columns: auto 40%;
}
.giftbox {
  display: grid;
  grid-template-columns: 80px auto;
  gap: 0 30px;
  margin-bottom: 50px;
}
.giftbox_tit {
  border-bottom: 2px solid;
  font-size: 3rem;
  font-weight: 600;
  letter-spacing: 1px;
}
.giftbox_subtit {
  font-size: 1.8rem;
  letter-spacing: 1px;
}
.giftrank_slider {
  max-width: min(calc(100% - 40px), 900px);
  display: grid;
  grid-template-columns: repeat(3, 28%);
  gap: 0 8%;
  padding-left: 0px;
  margin: 0 auto;
}
.giftrank_slider li {
  list-style: none;
}
.giftrank_img {
  position: relative;
}
.giftrank_img::after {
  content: "";
  width: 70px;
  height: 70px;
  left: -33px;
  position: absolute;
  top: -46px;
}
.giftrank_slider .first .giftrank_img::after {
  background: url(https://mikados23.itembox.design/item/gift_rank01.png) no-repeat;
  background-size: cover;
}
.giftrank_slider .second .giftrank_img::after {
  background: url(https://mikados23.itembox.design/item/gift_rank02.png) no-repeat;
  background-size: cover;
}
.giftrank_slider .third .giftrank_img::after {
  background: url(https://mikados23.itembox.design/item/gift_rank03.png) no-repeat;
  background-size: cover;
}
.gift_rankarea {
  margin-bottom: 120px;
}
.gift_catearea .gift_decotit {
  font-size: 2.3rem;
  line-height: 1.5;
  padding-top: 24px;
  margin-bottom: 30px;
  letter-spacing: 1px;
}
.gift_catein {
  max-width: 900px;
  margin: 0 auto 100px;
  display: grid;
  grid-template-columns: 260px auto;
  gap: 0 15%;
}
.gift_catearea .gift_deco {
  top: -20px;
  left: -70px;
}
.gift_catearea .cate__btn {
  border-top: 1.4px solid #512913;
  border-bottom: 1.4px solid #512913;
  padding: 12px 20px 12px 0px;
  font-weight: 600;
  color: #512913;
  text-align: center;
  background: url(https://mikados23.itembox.design/item/gift_right.png) no-repeat center right / 28px;
  background-position: bottom 50% right 50px;
  font-size: 1.6rem;
  letter-spacing: 1px;
  margin-top: 40px;
  position: absolute;
  bottom: 0;
  width: 100%;
}
.gift_catein.ire {
  grid-template-columns: auto 260px;
}
.cate__txt.notice {
  margin-top: 20px;
}
.gift_cateinadd {
  position: relative;
}
.giftrank_slider .top_best3_name {
  margin: 20px 0;
}
.gift_rankarea .top_best3 ul li .top_best3_price span {
  color: #0d0d0d;
}
.gift_topcoffee {
  padding-top: 20px;
  width: 70%;
}
@media screen and (max-width: 1110px) {
  .title_desingdeco {
    width: 120px;
    height: auto;
  }
  .gift_tit {
    font-size: 5rem;
  }
  .title_desing {
    top: 10%;
    right: 40%;
  }
  .gift_subtit {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 959px) {
  .title_desingdeco {
    width: 100px;
  }
  .gift_tit {
    top: 5%;
    right: 33%;
    background-size: 60%;
    padding: 35px 0 20px 50px;
  }
  .gift_subtit {
    top: 63%;
    right: 27%;
    font-size: 1.2vw;
  }
}
@media screen and (max-width: 768px) {
  .sp__only {
    display: block;
  }
  .pc__only {
    display: none;
  }

  .top__mv {
    margin-bottom: 70px;
  }
  .gift_decotit {
    font-size: 2.1rem;
    padding-left: 20px;
    margin: 0 0 20px 0;
  }
  .gift_deco {
    width: 110px;
    height: auto;
    display: block;
    top: -30px;
    left: 10px;
  }
  .gift_area .top__message_in {
    grid-template-columns: 100%;
    gap: 20px 0;
    margin-top: 20px;
    justify-items: center;
    margin-bottom: 40px;
  }
  .gift_area .top__message_in img {
    width: 200px;
    height: auto;
    display: block;
  }
  .giftbox {
    grid-template-columns: 50px auto;
    gap: 0 20px;
  }
  .giftbox_tit {
    font-size: 2.1rem;
    margin-top: 0px;
  }
  .giftbox_subtit {
    font-size: 1.4rem;
  }
  .gift_cateinadd {
    display: contents;
  }
  .gift_cateimg {
    grid-column: 1 / 3;
    order: 2;
    margin-bottom: 20px;
  }
  .gift_decotit {
    order: 1;
    grid-column: 1 / 3;
    padding-left: 30px;
  }
  .gift_area .cate__txt {
    grid-column: 1 / 3;
    order: 3;
    font-size: 1.4rem;
  }
  .gift_catein a,
  .gift_catein.ire a {
    order: 4;
    grid-column: 1 / 3;
  }
  .gift_catearea .cate__btn {
    position: relative;
    font-size: 1.4rem;
    background-position: bottom 50% right 60px;
  }
  .gift_catearea .gift_deco {
    top: -20px;
    left: -10px;
  }
  .gift_tit span {
    font-size: 2.4rem;
    line-height: 1;
  }
  .title_desingdeco_sp {
    width: 160px;
  }
  .title_desing {
    top: 55%;
    right: 50%;
  }
  .gift_tit {
    top: 60% !important;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    font-size: 5.6rem;
    text-align: center;
    width: 100%;
    font-weight: bold;
    line-height: 1.2;
    background: none;
    padding: 0px !important;
    background: none;
  }
  .gift_subtit {
    color: #fff;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    font-size: 1.8rem;
    top: 80% !important;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    width: 50%;
  }
  .gift_rankarea {
    margin-bottom: 40px;
  }
  .gift_rankarea .giftbox {
    margin-bottom: 10px;
  }
  .gift_catein,
  .gift_catein.ire {
    grid-template-columns: 100%;
    gap: 0;
    margin: 0 auto 80px;
  }
  .gift_catearea .gift_decotit {
    font-size: 2rem;
    padding-top: 10px;
    margin-bottom: 20px;
  }
  .gift_topcoffee {
    padding-top: 0px;
    width: 100%;
  }
  .gift_rankarea .top_best3 {
    width: 100%;
    padding: 0 40px;
    margin-top: 40px;
  }
  .gift_rankarea .top_best3 .slick-list {
    padding: 0 7.5vw 0 0 !important;
  }
  .gift_rankarea .slider-img {
    padding: 0 4.5vw 0 0;
  }
  .gift_rankarea .slider-img img {
    height: auto;
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .gift_tit {
    top: 60%;
  }
  .title_desing {
    top: 53%;
    right: 50%;
  }
  .gift_subtit {
    font-size: 1.4rem;
    top: 85%;
  }
}
@media screen and (max-width: 480px) {
  .title_desingdeco_sp {
    width: 116px;
  }
  .gift_tit {
    top: 58%;
    font-size: 5rem;
  }
  .gift_tit span {
    font-size: 2rem;
  }
  .gift_subtit {
    width: 53%;
    top: 83% !important;
    font-size: 1.3rem;
    padding: 3px 10px 3px 10px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
  }
  .title_desing {
    top: 52%;
  }
  .gift_rankarea .top_best3 {
    width: 100%;
    padding: 0;
    margin-top: 0;
  }
}
.top_best3 .giftrank_slider .slick-slide .giftrank_img::after {
  width: 70px;
  height: 70px;
  left: -24px;
  top: -23px;
}
.top_best3 .giftrank_slider .slick-prev {
  display: none;
}
.top_best3 .giftrank_slider .slick-prev.show {
  display: block;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 15px solid #633319; /* ここで矢印の色を指定 */
  background: none;
}
.top_best3 .giftrank_slider .slick-next {
  content: "" !important;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #633319;
  background: none;
}
.top_best3 .giftrank_slider .slick-next:before,
.top_best3 .giftrank_slider .slick-prev:before {
  font-size: 0px;
}
.top_best3 .giftrank_slider .slick-next {
  height: 20px;
  width: 15px;
}
.fs-body-category-gift .fs-l-pageMain {
  max-width: 1200px;
  margin: 0 auto;
}

.fs-body-category-gift .fs-c-subgroup {
  max-width: min(calc(100% - 40px), 1000px);
  margin: 3em auto;
}
/* 240905_reギフトページ改修ここまで */
/* 240909_reギフトページ改修追記ここから */
.fs-body-category-gift .fs-l-main {
  max-width: 1920px;
}
.fs-body-category-gift .fs-l-pageMain {
  max-width: 100%;
}
@media screen and (min-width: 2260px) {
  .gift_tit {
    top: 12%;
  }
}
@media screen and (min-width: 1440px) {
  .gift_subtit {
    font-size: 0.8vw;
  }
}
@media screen and (max-width: 1440px) {
  .gift_tit {
    background-size: 57%;
    padding: 40px 0 20px 70px;
    top: 10%;
    right: 35%;
  }
  .gift_subtit {
    top: 57%;
    right: 33%;
  }
}
.fs-body-category-gift .accordion,
.fs-body-category-gift .accordion2 {
  max-width: min(calc(100% - 40px), 1000px);
}
.fs-body-category-gift .fs-c-productList {
  max-width: min(calc(100% - 40px), 1000px);
  margin: 3em auto;
}
@media screen and (max-width: 768px) {
  .fs-body-category-gift .accordion,
  .fs-body-category-gift .accordion2 {
    margin: 3em auto;
    max-width: 100%;
  }
  .fs-body-category-gift .fs-c-productList {
    max-width: 100%;
  }
}
/* ↓テストページ削除OKが出たら削除↓ */
.fs-body-category-gift-test .fs-l-sideArea {
  display: none;
}
.fs-body-category-gift-test .fs-l-pageMain {
  max-width: 1200px;
  margin: 0 auto;
}
.fs-body-category-gift-test .fs-l-main {
  max-width: 1920px;
}
.fs-body-category-gift-test .fs-l-pageMain {
  max-width: 100%;
}
.fs-body-category-gift-test .accordion,
.fs-body-category-gift-test .accordion2 {
  max-width: 928px;
}
.fs-body-category-gift-test .fs-c-productList {
  max-width: 928px;
  margin: 3em auto;
}
@media screen and (max-width: 768px) {
  .fs-body-category-gift-test .accordion,
  .fs-body-category-gift-test .accordion2 {
    margin: 3em auto;
    max-width: 90vw;
  }
  .fs-body-category-gift-test .fs-c-productList {
    max-width: 90vw;
  }
}
.fs-body-category-gift-test .fs-c-subgroup {
  display: none;
}
/* 240909_reギフトページ改修追記ここまで */
/* 240910_ヘッダー項目追加ここから */
.header_nav {
  max-width: 470px;
}
.header_nav_guide.-upper {
  grid-template-columns: 1fr 1fr 1fr;
}
.header_nav_guide.-under {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  align-items: baseline;
}
.re_height .header_nav_guide.-upper {
  grid-template-columns: 1fr 1fr 1fr;
}
.header_nav_guide.-upper a {
  gap: 8px;
}
.re_height .header_nav_guide.-under {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  align-items: center !important;
}
.re_height .header_nav_guide.-upper img {
  width: 30px;
  height: 30px;
}
.tabret__only {
  display: none;
}
.re_height .clientname {
  padding-left: 10px;
}
.re_height .header_contents {
  grid-template-columns: auto auto;
  max-width: 420px;
  padding-left: 10px;
}
@media screen and (max-width: 1170px) {
  .tabret__only {
    display: block;
  }
  .re_height .header_nav_guide.-under img {
    width: 30px;
    height: 30px;
  }
  .re_height .header_nav_guide.-under {
    margin-right: 5px;
  }
  .header_nav_guide.-under img {
    width: 30px;
    height: 30px;
  }
  .header_nav_guide.-upper a {
    gap: 6px;
    padding: 15px 10px;
  }
  .header_nav_guide.-upper p {
    font-size: 1.2rem;
  }
  .header_nav_guide.-upper img {
    width: 20px;
    height: 20px;
  }
  .header_nav_guide.-upper a {
    gap: 6px;
    padding: 8px 10px;
  }
  .header_nav {
    max-width: 400px;
  }
}
@media screen and (max-width: 959px) {
  .header_nav_guide.-under {
    align-items: baseline;
  }
  .header_nav_guide.-under img {
    width: 30px;
    height: 30px;
  }
  .header_nav_guide.-upper p {
    font-size: 1.2rem;
  }
  .header_nav_guide.-upper img {
    width: 20px;
    height: 20px;
  }
  .header_nav_guide.-upper a {
    padding: 8px 10px;
  }
  .header_nav {
    max-width: 340px;
  }
  .header_contents {
    grid-template-columns: 1fr 20% 2fr;
  }
}
@media screen and (max-width: 767px) {
  .clientname {
    display: block;
  }
}
/* 240910_ヘッダー項目追加ここまで */
/* 240912_reギフトページ改修追記ここから */
@media screen and (min-width: 768px) {
  .fs-body-category-gift .fs-l-sideArea,
  .fs-body-cart .fs-l-sideArea,
  .fs-body-checkout-success .fs-l-sideArea {
    display: none;
  }
  .fs-body-cart .fs-l-main,
  .fs-body-checkout-success .fs-l-main {
    justify-content: center;
  }
}
/* 240912_reギフトページ改修追記ここまで */
/* 240913_カートページ修正ここから */
@media screen and (max-width: 480px) {
  .cart-rec_price span {
    padding-right: 5px;
  }
}
/* 240913_カートページ修正ここまで */
/* 240918_購入完了までのステップ_ここから */
.cp_flow {
  font-size: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 50px 0;
  padding: 0;
  position: relative;
  z-index: 1;
}
.cp_flow > li.active,
.cp_flow > li.active .bubble {
  font-weight: bold;
  color: #512913;
}
.cp_flow > li {
  position: relative;
  display: block;
  width: auto;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
  text-overflow: ellipsis;
  color: #b0bec5;
  -ms-flex: 1;
  -moz-flex: 1;
  -webkit-box-flex: 1;
  flex: 1;
}
.cp_flow > li .bubble::after,
.cp_flow > li .bubble::before {
  position: absolute;
  top: 25px;
  right: 50%;
  left: 50%;
  display: block;
  width: 90%;
  height: 8px;
  content: "";
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #b0bec5;
}
.cp_flow > li.active .bubble,
.cp_flow > li.active .bubble::after,
.cp_flow > li.active .bubble::before {
  background-color: #512913;
}
.cp_flow > li .bubble + span {
  display: block;
  margin-top: 1em;
  font-weight: bold;
  font-size: 14px;
}
.cp_flowstep {
  display: block;
  font-weight: bold;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .cp_flow {
    margin: 0px 0px 50px 0px;
  }
}
/* 240918_購入完了までのステップ_ここまで */
/* 240930_商品情報_ここから */
.productinfo {
  margin-bottom: 40px !important;
}
.productinfo_tit {
  font-size: 2rem;
  font-weight: 600;
}
.productinfo_tbl {
  border-collapse: collapse;
  border-spacing: 0;
}
.productinfo_tbl tr td {
  border: 1px solid #ccc;
  padding: 2%;
}
.productinfo_tbl td:nth-child(odd) {
  min-width: 160px;
  text-align: center;
  background: #e8dfd9;
}

@media (max-width: 767px) {
  .productinfo_tbl td:nth-child(odd) {
    min-width: 130px;
  }
}
/* 240930_商品情報_ここまで */
/* 241015_ヘッダーsaleアイコン追加_ここから */
.header_category.add_header_category .sale_icon {
  max-width: 40px !important;
}
.header_category.add_header_category .sale_icon img {
  height: 40px !important;
}
@media (max-width: 767px) {
  .header_category.add_header_category {
    grid-template-columns: repeat(7, 1fr);
  }
  .hmn_contents .sp_saleicon {
    min-height: 40px;
  }
}
/* 241015_ヘッダーsaleアイコン追加_ここまで */
/* 241128_季節の特集ここから */
.n_cate-main {
  max-width: 1920px;
}

.n_cate-main .fs-l-pageMain {
  max-width: 100%;
}
.n_cate .tit {
  font-size: 3vw;
  position: absolute;
  top: 23%;
  right: 33%;
  letter-spacing: 2px;
  color: #fff;
  background: url(https://mikados23.itembox.design/item/fair_design_2.png) no-repeat left;
  background-size: 48%;
  padding-left: 160px;
  padding: 40px 0 20px 28px;
}
.n_cate .subtit {
  position: absolute;
  font-size: 1vw;
  top: 61%;
  right: 35%;
  color: #fff;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 3px 20px 3px 20px;
  font-weight: 600;
  letter-spacing: 1px;
}
.n_cate .contens_area {
  max-width: min(calc(100% - 40px), 1000px);
  margin: 0 auto 60px;
}

.n_cate .contens_area .cate__txt {
  margin-left: 0px;
  margin-right: 0px;
}

.n_cate .contens_area.down {
  margin: 0 auto 120px;
}

.fs-body-category-sale-check .n_cate .contens_area.down {
  margin: 120px auto 120px;
}

.n_cate .contens_area.down .cate__txt {
  margin-bottom: 40px;
}

.n_cate .box {
  display: grid;
  grid-template-columns: 80px auto;
  gap: 0 30px;
  margin-bottom: 50px;
}
.n_cate-main .fs-c-productList {
  max-width: min(calc(100% - 40px), 1000px);
  margin: 3em auto;
}

.n_cate .tab-switch {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(70px, 1fr)); /* タブの数に応じて調整 */
  max-width: min(calc(100% - 40px), 1000px);
  margin: auto;
  justify-content: center;
  gap: 5px;
}

.n_cate .tab-switch > label {
  flex: 1 1 auto;
  order: -1;
  position: relative;
  padding: 0.7em 1em;
  background-color: #f2f3f4;
  color: #999;
  text-align: center;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.8rem;
}

.n_cate .tab-switch label:has(:checked) {
  background-color: #633319;
  color: #fff;
  position: relative;
  display: inline-block;
  max-width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.8rem;
}

.n_cate .tab-switch label:has(:checked)::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border: 8px solid transparent;
  border-top: 8px solid #633319;
}

.n_cate .tab-switch input {
  display: none;
}

.n_cate .tab-switch > .tab-content {
  display: none;
  width: 100%;
  padding: 1.5em 1em;
}

.n_cate .tab-switch label:has(:checked) + .tab-content {
  display: block;
  grid-column: span 3; /* タブの選択状態のコンテンツをフル幅で表示 */
}

@media screen and (max-width: 1440px) {
  .n_cate .tit {
    background-size: 52%;
    padding: 40px 0 20px 30px;
    top: 20%;
    right: 34%;
  }
}
@media screen and (min-width: 1440px) {
  .n_cate .subtit {
    font-size: 0.8vw;
  }
}

@media screen and (max-width: 959px) {
  .n_cate .tit {
    top: 15%;
  }
}

@media screen and (max-width: 768px) {
  .n_cate .tit {
    top: 60% !important;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    font-size: 5.6rem;
    text-align: center;
    width: 100%;
    font-weight: bold;
    line-height: 1.2;
    background: none;
    padding: 0px !important;
    background: none;
  }

  .n_cate .subtit {
    color: #fff;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    font-size: 1.8rem;
    top: 80% !important;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    width: 50%;
  }

  .n_cate .title_desing {
    top: 55%;
    right: 58%;
  }

  .n_cate .box {
    grid-template-columns: 50px auto;
    gap: 0 20px;
    margin: 0 auto 20px;
    max-width: min(calc(100% - 40px), 1000px);
  }

  .n_cate .contens_area {
    margin: 0 auto 40px;
  }

  .n_cate .contens_area.down {
    margin: 0 auto 80px;
  }

  .fs-body-category-sale-check .n_cate .contens_area.down {
    margin: 80px auto 80px;
  }

  .n_cate .contens_area.catearea {
    margin: 0 auto 20px;
  }

  .n_cate .tab-switch > label,
  .n_cate .tab-switch label:has(:checked) {
    font-size: 1.4rem;
  }

  .n_cate .sale-cate .tit {
    font-size: 5rem !important;
  }
}

@media screen and (min-width: 768px) {
  .n_cate-main .fs-l-sideArea {
    display: none;
  }
}

@media screen and (max-width: 600px) {
  .n_cate .tit {
    top: 60%;
  }
  .n_cate .subtit {
    font-size: 1.4rem;
    top: 85%;
    width: 60%;
  }
  .n_cate .title_desing {
    top: 53%;
    right: 66%;
  }
}

@media screen and (max-width: 480px) {
  .n_cate .tit {
    top: 58%;
    font-size: 4.2rem;
  }
  .n_cate .title_desingdeco_sp {
    width: 116px;
  }
}

@media screen and (max-width: 414px) {
  .n_cate .title_desing {
    top: 51%;
  }
}

.n_cate .tab-content {
  display: none;
}

.n_cate .tab-content.active {
  display: block;
}
/* 241128_季節の特集ここまで */

/* 241219上へ戻る ここから */
.top-returnbtn {
  background: #ff6600;
  width: 100px;
  height: 100px;
  border-radius: 100px;
  bottom: 40px;
  right: 3%;
  position: fixed;
  text-align: center;
  align-items: center;
  z-index: 100;
  display: grid;
  justify-items: center;
  letter-spacing: 1px;
}

.top-returnbtn span {
  background: url(https://mikados23.itembox.design/item/i-topreturn.svg) no-repeat center;
  padding-top: 45px;
}

.top-returnbtn a {
  padding-top: 12px;
  font-weight: bold;
  color: #fff;
}

@media (max-width: 767px) {
  .top-returnbtn {
    width: 80px;
    height: 80px;
    bottom: 80px;
  }
}
/* 241219上へ戻る ここまで */

/* 250114 SALEカテゴリー改修 ここから */
.n_cate .sale-cate .tit {
  font-size: 4.1vw;
  position: absolute;
  top: 18%;
  right: 30%;
  letter-spacing: 2px;
  background-size: 54%;
  padding: 40px 0 20px 70px;
  color: #fff;
}

.n_cate .sale-cate .catelist {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px 60px;
  padding-left: 0px;
  max-width: min(calc(100% - 40px), 900px);
  margin: 0 auto;
  list-style: none;
}

.n_cate .sale-cate .subtit {
  right: 28%;
  top: 61%;
}

@media (max-width: 767px) {
  .n_cate .sale-cate .catelist {
    gap: 20px;
    margin: 0 auto 60px;
  }
  .n_cate .sale-cate .title_desing {
    right: 51%;
  }
}

@media screen and (max-width: 600px) {
  .n_cate .sale-cate .title_desing {
    right: 51%;
  }
  .n_cate .sale-cate .subtit {
    width: 80%;
  }
}
/* 250114 SALEカテゴリー改修 ここまで */

/* 250120 コーヒーカテゴリー改修 ここから */
.n_cate.catelist {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px 60px;
  padding-left: 0px;
  max-width: min(calc(100% - 40px), 900px);
  margin: 0 auto;
  list-style: none;
}

.n_cate .catelist_tit {
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
  margin-bottom: 14px;
  color: #633319;
}

.n_cate .tab_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  list-style: none;
  gap: 50px 40px;
  padding: 0px;
  margin-bottom: 80px;
}

.n_cate .tab-in_tit {
  font-size: 1.8rem;
  font-weight: 600;
  border-bottom: 1px solid;
  padding-bottom: 5px;
}

.fs-body-category-coffee-test .tab-content {
  margin-top: 80px;
}

.fs-body-category-coffee-test .n_cate .tit,
.fs-body-category-coffee .n_cate .tit {
  right: 35%;
  padding: 40px 0 20px 48px;
}

.fs-body-category-coffee .fs-c-subgroup {
  max-width: min(calc(100% - 40px), 1000px);
  margin: 0 auto;
}

@media (max-width: 767px) {
  .n_cate.catelist {
    gap: 20px;
    max-width: 100%;
    margin: 0 20px;
  }

  .n_cate .catelist_tit {
    font-size: 1.8rem;
  }

  .n_cate .tab_list {
    grid-template-columns: repeat(2, 1fr);
    gap: 50px 30px;
    margin: 20px 0;
  }

  .n_cate .catearea .tab_list {
    max-width: min(calc(100% - 40px), 1000px);
    margin: 0 auto;
  }

  .fs-body-category-coffee .n_cate .tab_list {
    margin: 0px 0px 20px 0px;
  }

  .fs-body-category-coffee-test .n_cate .tabbox,
  .fs-body-category-coffee .n_cate .tabbox {
    max-width: 100%;
  }

  .n_cate .tab-in_tit {
    font-size: 1.7rem;
  }

  .fs-body-category-coffee-test .gift_decotit,
  .fs-body-category-coffee .gift_decotit {
    margin-bottom: 40px;
  }

  .no_margin-b {
    margin-bottom: 0px;
  }
}

@media (max-width: 600px) {
  .fs-body-category-coffee-test .n_cate .title_desing,
  .fs-body-category-coffee .n_cate .title_desing {
    right: 55%;
  }

  .fs-body-category-coffee-test .n_cate .subtit,
  .fs-body-category-coffee .n_cate .subtit {
    width: 70%;
  }
}
/* 250120 コーヒーカテゴリー改修 ここまで */

/* 250120 マイページ改修 ここから */
.mypage_txtbox {
  margin: 20px 10px 12px 10px;
}

.mypage_txtbox p {
  margin: 0;
  text-align: left;
}

.mypage_txtbox .mypage_txt {
  margin: 0px 0px 14px 0px;
}

.mypage_magazine {
  margin-bottom: 40px;
  margin-top: -60px;
}

.mypage_magazine .tit {
  font-size: 1.8rem;
  font-weight: 600;
}
/* 250120 マイページ改修 ここまで */

/* 250127 2月誕生日カテゴリー ここから */
.bd2-cate .tit {
  background-size: 30%;
  right: 16%;
  padding: 100px 0 20px 60px;
  top: 8%;
  font-weight: bold;
}

.bd2-cate .gift_decotit {
  color: #6a3906;
}

.bd2-cate .cate__txt {
  color: #6a3906;
  font-size: 1.17em;
}

.bd2-cate .cate__txt.add {
  margin-top: 40px;
}

.bd2-cate .top_messagearea {
  position: relative;
  margin: 0 auto 100px;
}

.bd2-cate .bd2_bg {
  position: absolute;
  max-width: 35%;
  left: -21%;
  top: 2%;
}

.bd2-cate .bd2_item {
  background: url(https://mikados23.itembox.design/item/bd2502_itembg.jpg) no-repeat;
  background-size: cover;
}

.bd2_item .bd_titarea {
  text-align: center;
  color: #eb6100;
  letter-spacing: 3px;
  padding: 80px 20px;
  position: relative;
}

.bd2_item .bd_tit {
  font-size: 4rem;
  font-weight: bold;
  line-height: 1.6;
  margin: 0;
}

.bd2_item .bd_off {
  font-size: 6.6rem;
  font-weight: bold;
  line-height: 1;
}

.bd_item01 {
  position: absolute;
  top: -42%;
  right: 23%;
  width: 17%;
}

.bd_item02 {
  position: absolute;
  bottom: -16%;
  right: 29%;
  width: 12%;
}

.bd_item03 {
  position: absolute;
  top: 9%;
  left: 23%;
  width: 16%;
}

.bd2_offitem {
  background: #eb6100;
}

.bd2_offitem .off {
  font-size: 3.2rem;
  font-weight: bold;
  color: #fff;
  margin: 0;
  line-height: 1;
}

.bd2_offitem .off_tit {
  font-size: 2.4rem;
  font-weight: bold;
  color: #fff;
  line-height: 1.4;
}

.bd2_offitem .cate__txt {
  color: #fff;
  line-height: 1.8;
}

.bd2_offitem-in {
  max-width: min(calc(100% - 40px), 1000px);
  margin: 0 auto;
  padding: 80px 0 60px 0;
}

.bd2_offitem-titarea {
  position: relative;
}

.bd2_offitem-titarea .maru_img {
  position: absolute;
  width: 18%;
  left: -10%;
  top: -32%;
}

.bd_itembox {
  background: #fcf3cd;
  padding: 100px 0 100px 0 !important;
}

.bd_itembox.reverse {
  padding: 0 0 100px 0 !important;
}

.bd_itembox.reverse .item_boxbg {
  margin: 0 0 0 auto;
}

.bd_itembox .item_box {
  display: grid;
  grid-template-columns: 35% 40%;
  max-width: min(calc(100% - 40px), 860px);
  gap: 0 40px;
  margin: 0 0 0 auto;
  justify-content: end;
}

.bd_itembox.reverse .item_box {
  margin: 0;
  grid-template-columns: 40% 35%;
  justify-content: start;
}

.bd2-cate .item_boxbg {
  background: #fff;
  padding: 80px 80px 80px 80px;
  width: 78%;
  position: relative;
}

.bd2-cate .item_boxbg .bd_bg {
  position: absolute;
  width: 28%;
  top: 28%;
  left: 5%;
}

.bd_itembox.reverse .bd_bg {
  left: 66%;
}

.bd_itembox .bd_price_tit {
  font-size: 2.6rem;
  font-weight: bold;
  color: #6a3906;
  margin: 0;
}

.bd_itembox .cate__txt {
  border-bottom: 1px solid #6a3906;
  padding-bottom: 10px;
}

.bd_itembox .price,
.bd_itembox_list .price {
  text-align: center;
  color: #6a3906;
  font-weight: bold;
  padding: 0 20px;
}

.bd_itembox .price_lead,
.bd_itembox_list .price_lead {
  background: #e60012;
  color: #fff;
  padding: 2px 10px;
  max-width: 200px;
  text-align: center;
  margin: 0 auto;
  border-radius: 6px;
  font-weight: bold;
}

.bd_itembox .saleprice,
.bd_itembox_list .saleprice {
  font-size: 2rem;
  text-align: center;
  color: #e60012;
  font-weight: bold;
  margin-bottom: 20px;
}

.bd_itembox .saleprice span {
  font-size: 1.6rem;
}

.bd_itembox .more_btn a {
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  padding: 6px 10px;
  display: block;
}

.bd_itembox .more_btn {
  background: #6a3906;
  max-width: 240px;
  text-align: center;
  margin: 0 auto;
}

.bd_itembox .more_btn span {
  background: url(https://mikados23.itembox.design/item/bd2502more_arrow.svg) no-repeat center right;
  padding: 4px 20px 4px 0;
  background-size: 12px;
}

.bd_itembox_list {
  background: #fcf3cd;
}

.bd_item_listin {
  display: flex;
  flex-direction: column;
  background: #fff;
}

.bd_itembox_list .list_tit {
  font-size: 1.8rem;
  font-weight: bold;
  color: #6a3906;
  padding: 0 20px;
  margin-top: 20px;
}

.bd_itembox_list .list_lead {
  font-weight: bold;
  color: #6a3906;
  border-bottom: 1px solid;
  padding-bottom: 10px;
  margin: auto 20px;
}

.bd_item_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  max-width: min(calc(100% - 40px), 1000px);
  margin: 0 auto;
  gap: 40px;
  padding: 80px 0;
}

.bd_itembox_list .more_btn {
  background: #6a3906;
  text-align: center;
  margin: 0;
  font-size: 1.6rem;
}

.bd_itembox_list .more_btn span {
  background: url(https://mikados23.itembox.design/item/bd2502more_arrow.svg) no-repeat center right;
  padding: 4px 20px 4px 0;
  background-size: 12px;
}

.bd_itembox_list .more_btn a {
  color: #fff;
  font-weight: bold;
  padding: 6px 10px;
  display: block;
}

@media screen and (min-width: 1920px) {
  .bd2-cate .tit {
    font-size: 6rem;
  }
}

@media screen and (max-width: 1500px) {
  .bd2-cate .item_boxbg .bd_bg {
    left: 2%;
  }

  .bd_itembox.reverse .bd_bg {
    left: 70%;
  }

  .bd2-cate .tit {
    top: 0%;
  }

  .bd_item01 {
    top: -35%;
  }

  .bd_item02 {
    bottom: -10%;
    right: 25%;
  }

  .bd_item03 {
    left: 18%;
  }
}

@media screen and (max-width: 1340px) {
  .bd2-cate .bd2_bg {
    max-width: 30%;
    left: -10%;
    top: 0%;
  }
}

@media screen and (max-width: 1120px) {
  .bd2-cate .bd2_bg {
    left: 0%;
    top: -20%;
  }

  .bd2_offitem-titarea .maru_img {
    left: 0%;
  }

  .bd2-cate .tit {
    padding: 80px 0 20px 60px;
  }
}

@media screen and (max-width: 1080px) {
  .bd2-cate .item_boxbg .bd_bg {
    left: 5%;
    width: 25%;
    top: 76%;
  }

  .bd_itembox .item_box {
    grid-template-columns: 40% 52%;
  }

  .bd_itembox.reverse .item_box {
    grid-template-columns: 52% 40%;
  }
}

@media (max-width: 959px) {
  .bd2-cate .tit {
    padding: 60px 0 20px 60px;
    right: 10%;
  }
}

@media (max-width: 820px) {
  .bd2-cate .bd2_bg {
    max-width: 28%;
    left: 0;
    top: -16%;
  }

  .bd_item01 {
    top: 80%;
  }

  .bd_item02 {
    top: -30%;
    right: 4%;
    width: 24%;
  }

  .bd_item03 {
    top: -12%;
    left: 8%;
    width: 20%;
  }

  .bd2_offitem-titarea .maru_img {
    left: 0%;
  }

  .bd2-cate .item_boxbg {
    padding: 80px 40px 80px 40px;
    width: 90%;
  }

  .bd2-cate .item_boxbg .bd_bg {
    left: 5%;
    width: 25%;
    top: 76%;
  }

  .bd_itembox .item_box {
    grid-template-columns: 40% 52%;
  }

  .bd_itembox.reverse .item_box {
    grid-template-columns: 52% 40%;
  }
}

@media (max-width: 768px) {
  .n_cate .bd2-cate .tit {
    font-size: 5rem;
    line-height: 1.4;
    top: 65% !important;
  }

  .n_cate .bd2-cate .title_desing {
    top: 60%;
    right: 58%;
  }

  .bd_item_list {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 10px;
  }
}

@media (max-width: 660px) {
  .n_cate .bd2-cate .tit {
    font-size: 4rem;
  }
}

@media (max-width: 600px) {
  .bd2-cate .tit {
    font-size: 2.6rem;
    font-size: 2.6rem;
    top: 64% !important;
    line-height: 1.4;
  }

  .n_cate .bd2-cate .title_desing {
    top: 54%;
    right: 51%;
  }

  .bd_item01 {
    width: 26%;
    right: 13%;
  }

  .bd_item02 {
    top: -20%;
    right: 4%;
    width: 24%;
  }

  .item_boxbg .bd_bg {
    display: none;
  }

  .bd_itembox .item_box,
  .bd_itembox.reverse .item_box {
    grid-template-columns: 100%;
    gap: 30px 0;
  }

  .bd_itembox.reverse .bd_price {
    order: 2;
  }
}

@media (max-width: 500px) {
  .bd_itembox_list .price_lead {
    margin: 0 10px;
  }

  .bd_item_list {
    max-width: min(calc(100% - 20px), 928px);
  }

  .bd_itembox_list .list_tit {
    font-size: 1.6rem;
    padding: 0 10px;
  }

  .bd_itembox_list .list_lead {
    margin: auto 10px;
  }

  .bd_itembox_list .price {
    padding: 0 10px;
  }

  .bd_itembox_list .saleprice {
    font-size: 1.8rem;
  }

  .bd_itembox {
    padding: 60px 0 60px 0 !important;
  }

  .bd_itembox.reverse {
    padding: 0 0 60px 0 !important;
  }

  .bd_item_list {
    padding: 40px 0;
  }

  .bd2-cate .item_boxbg {
    padding: 40px 40px 40px 0px;
  }

  .bd_itembox.reverse .item_boxbg {
    padding: 40px 0px 40px 40px;
  }

  .bd2_offitem-in {
    padding: 60px 0 40px 0;
  }

  .bd2_offitem-titarea .maru_img {
    width: 32%;
  }

  .n_cate .bd2-cate .tit {
    font-size: 2.6rem;
  }

  .bd2-cate .bd2_bg {
    max-width: 64%;
  }

  .bd2_item .bd_tit {
    font-size: 3.2rem;
  }

  .bd2_item .bd_off {
    font-size: 5.6rem;
  }

  .bd_item01 {
    width: 34%;
    right: 6%;
  }

  .bd_item02 {
    width: 32%;
  }

  .bd_item03 {
    width: 24%;
  }

  .bd2_offitem .off {
    font-size: 3rem;
  }

  .bd2_offitem .off_tit {
    font-size: 2.2rem;
  }

  .bd_itembox .bd_price_tit {
    font-size: 2.4rem;
  }
}

@media screen and (min-width: 768px) {
  .fs-body-category-special_birthday .fs-l-sideArea {
    display: none;
  }
}

.fs-body-category-special_birthday .fs-l-main {
  max-width: 1920px;
  margin: 0 auto;
}

.fs-body-category-special_birthday .fs-l-pageMain {
  max-width: 100%;
}

.fs-body-category-special_birthday .fs-c-productList {
  max-width: 1000px;
  margin: 3em auto;
}

.fs-body-category-special_birthday .n_cate .contens_area {
  max-width: min(calc(100% - 40px), 1000px);
}
/* 250127 2月誕生日カテゴリー ここまで */

/* 250213 ドリップバッグカテゴリー ここから */
.dc_cate {
  background: #f5f1f0;
  margin-bottom: 70px;
}

.dc_catein {
  display: grid;
  grid-template-columns: auto auto;
  gap: 0 50px;
  max-width: min(calc(100% - 40px), 1000px);
  margin: 0 auto;
  padding: 60px 0px;
}

.dc_tit {
  font-size: 2.6rem;
  font-weight: bold;
  position: relative;
}

.dc_tit span {
  display: block;
  font-size: 1.8rem;
}

.dc_deco {
  position: absolute;
  top: -40px;
  left: -50px;
}

.fs-body-category-db-test .n_cate .tit,
.fs-body-category-db .n_cate .tit {
  text-align: center;
  line-height: 1.2;
  top: 7%;
  right: 28%;
  background-size: 34%;
  padding: 70px 0 0px 50px;
}

.fs-body-category-db-test .n_cate .subtit,
.fs-body-category-db .n_cate .subtit {
  width: 14%;
  text-align: center;
  right: 32%;
}

.fs-body-category-db-test .fs-l-main,
.fs-body-category-db .fs-l-main {
  max-width: 1920px;
}

.fs-body-category-db-test .fs-l-pageMain,
.fs-body-category-db .fs-l-pageMain {
  max-width: 100%;
}

.fs-body-category-db-test .fs-c-productList,
.fs-body-category-db .fs-c-productList {
  max-width: min(calc(100% - 40px), 1000px);
  margin: 3em auto;
}

@media screen and (max-width: 1440px) {
  .fs-body-category-db-test .n_cate .tit,
  .fs-body-category-db .n_cate .tit {
    top: 13%;
    background-size: 40%;
    padding: 40px 0 0px 30px;
  }
}

@media screen and (max-width: 1040px) {
  .fs-body-category-db-test .n_cate .tit,
  .fs-body-category-db .n_cate .tit {
    top: 8%;
  }
}

@media screen and (max-width: 768px) {
  .fs-body-category-db-test .n_cate .tit,
  .fs-body-category-db .n_cate .tit {
    font-size: 4.6rem;
    top: 58%;
  }

  .fs-body-category-db-test .n_cate .subtit,
  .fs-body-category-db .n_cate .subtit {
    width: 70%;
  }

  .n_cate .dc_cate.f {
    margin-top: -40px;
  }

  .n_cate .dc_cate {
    margin-bottom: 40px;
  }

  .dc_catein {
    grid-template-columns: 100%;
    padding: 30px 0px;
  }

  .dc_catein div {
    display: contents;
  }

  .dc_tit {
    order: 1;
    padding: 0 0 0 30px;
  }

  .dc_tit span {
    font-size: 1.6rem;
  }

  .dc_img {
    order: 2;
  }

  .dc_lead {
    order: 3;
  }

  .dc_deco {
    left: -30px;
  }

  .lc .dc_deco {
    left: 0px;
  }

  .fs-body-category-db-test .n_cate .contens_area,
  .fs-body-category-db .n_cate .contens_area {
    margin: 40px auto 60px;
  }

  .fs-body-category-db-test .n_cate .tab-in_tit,
  .fs-body-category-db .n_cate .tab-in_tit {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 490px) {
  .fs-body-category-db-test .n_cate .tit,
  .fs-body-category-db .n_cate .tit {
    font-size: 3.2rem;
    top: 56% !important;
  }

  .fs-body-category-db-test .n_cate .title_desing,
  .fs-body-category-db .n_cate .title_desing {
    top: 50%;
    right: 54%;
  }
}

@media screen and (max-width: 390px) {
  .fs-body-category-db-test .n_cate .title_desing,
  .fs-body-category-db .n_cate .title_desing {
    right: 60%;
  }
}

@media screen and (min-width: 768px) {
  .fs-body-category-db-test .fs-l-sideArea,
  .fs-body-category-db .fs-l-sideArea {
    display: none;
  }
}

.fs-body-category-db .fs-c-subgroup {
  max-width: min(calc(100% - 40px), 1000px);
  margin: 0 auto;
}
/* 250213 ドリップバッグカテゴリー ここまで */

/* 250218 カートボタン下バナー */
.pay_txt {
  font-weight: bold;
  margin-bottom: 0px;
  font-size: 1.8rem;
}

.pay_card {
  margin-bottom: 0px;
}

/* 250220 カートページ商品変更 ここから */
#fs_ShoppingCart .cart-rec_price.sale {
  font-size: 1.3rem;
}
/* 250220 カートページ商品変更 ここまで */

/* 250226 スイーツ ここから */
.fs-body-category-sweets-test .n_cate .tit,
.fs-body-category-sweets .n_cate .tit {
  top: 17%;
  background-size: 48% !important;
  padding: 70px 0 34px 70px;
  background: url(https://mikados23.itembox.design/item/gift_design.png) no-repeat left;
  right: 32%;
  color: #633319;
}

.fs-body-category-sweets-test .n_cate .subtit,
.fs-body-category-sweets .n_cate .subtit {
  width: 18%;
  right: 30%;
  color: #633319;
  border-top: 1px solid #633319;
  border-bottom: 1px solid #633319;
  padding: 3px 10px 3px 10px;
  text-align: center;
}

.fs-body-category-sweets-test .n_cate .tab-in_tit,
.fs-body-category-sweets .n_cate .tab-in_tit {
  border-bottom: none;
}

.fs-body-category-sweets-test .n_cate .tab-in_tit a,
.fs-body-category-sweets .n_cate .tab-in_tit a {
  text-decoration: underline;
}

.fs-body-category-sweets-test .fs-l-main,
.fs-body-category-sweets .fs-l-main {
  max-width: 1920px;
}

.fs-body-category-sweets-test .fs-l-pageMain,
.fs-body-category-sweets .fs-l-pageMain {
  max-width: 100%;
}

.fs-body-category-sweets-test .fs-c-productList,
.fs-body-category-sweets .fs-c-productList {
  max-width: min(calc(100% - 40px), 1000px);
  margin: 3em auto;
}

.fs-body-category-sweets .fs-c-subgroup {
  max-width: min(calc(100% - 40px), 1000px);
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .fs-body-category-sweets-test .fs-l-sideArea,
  .fs-body-category-sweets .fs-l-sideArea {
    display: none;
  }
}

@media screen and (max-width: 1350px) {
  .fs-body-category-sweets-test .n_cate .tit,
  .fs-body-category-sweets .n_cate .tit {
    top: 15%;
    background-size: 52% !important;
    padding: 50px 0 20px 70px;
    right: 33%;
  }

  .fs-body-category-sweets-test .n_cate .subtit,
  .fs-body-category-sweets .n_cate .subtit {
    width: 20%;
  }
}

@media screen and (max-width: 768px) {
  .fs-body-category-sweets-test .n_cate .tit,
  .fs-body-category-sweets .n_cate .tit {
    color: #fff;
    top: 64% !important;
  }

  .fs-body-category-sweets-test .n_cate .subtit,
  .fs-body-category-sweets .n_cate .subtit {
    color: #fff;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    width: 50%;
  }

  .fs-body-category-sweets-test .n_cate .tab_list,
  .fs-body-category-sweets .n_cate .tab_list {
    margin-bottom: 80px;
  }

  .fs-body-category-sweets-test .n_cate .dc_cate.f,
  .fs-body-category-sweets .n_cate .dc_cate.f {
    margin-top: 0px;
  }
}

@media screen and (max-width: 600px) {
  .fs-body-category-sweets-test .n_cate .subtit,
  .fs-body-category-sweets .n_cate .subtit {
    width: 70%;
  }

  .fs-body-category-sweets-test .n_cate .title_desing,
  .fs-body-category-sweets .n_cate .title_desing {
    right: 52%;
    right: 60%;
  }
}

@media screen and (max-width: 490px) {
  .fs-body-category-sweets-test .n_cate .title_desing,
  .fs-body-category-sweets .n_cate .title_desing {
    top: 54%;
  }
}

@media screen and (max-width: 400px) {
  .fs-body-category-sweets-test .n_cate .title_desing,
  .fs-body-category-sweets .n_cate .title_desing {
    top: 51%;
  }

  .fs-body-category-sweets-test .n_cate .tit,
  .fs-body-category-sweets .n_cate .tit {
    top: 59% !important;
  }
}
/* 250226 スイーツ ここまで */

/* 250321 リキッドコーヒー ここから */
.lc .giftbox,
.lc .box {
  grid-template-columns: 60px auto;
}

.lc .box {
  align-items: center;
}

.lc.dc_cate .dc_tit {
  padding: 0px;
}

.lc .dc_catein {
  max-width: min(calc(100% - 40px), 1000px);
}

.n_cate .lc.dc_cate.f {
  margin-top: 0px;
}

.n_cate .lc.dc_cate.s {
  margin-bottom: 80px;
}

.n_cate .lc.tit {
  color: #633319;
  background: url(https://mikados23.itembox.design/item/gift_design.png) no-repeat;
  background-size: 34%;
  background-position: left bottom 90px;
  padding: 70px 0 0px 70px;
  top: 2%;
  line-height: 1.2;
  right: 28%;
  text-align: center;
}

.n_cate .lc.subtit {
  color: #633319;
  border-top: 1px solid #633319;
  border-bottom: 1px solid #633319;
  width: auto;
  right: 31%;
  top: 76%;
}

.n_cate .lc.tit span {
  display: block;
}

.fs-body-category-icedcoffee_icedtea-test .fs-l-main,
.fs-body-category-icedcoffee_icedtea .fs-l-main {
  max-width: 1920px;
}

.fs-body-category-icedcoffee_icedtea-test .fs-l-pageMain,
.fs-body-category-icedcoffee_icedtea .fs-l-pageMain {
  max-width: 100%;
}

.fs-body-category-icedcoffee_icedtea-test .fs-c-productList,
.fs-body-category-icedcoffee_icedtea .fs-c-productList {
  max-width: min(calc(100% - 40px), 1000px);
  margin: 3em auto;
}

.fs-body-category-icedcoffee_icedtea .fs-c-subgroup {
  max-width: min(calc(100% - 40px), 1000px);
  margin: 3em auto;
}

@media screen and (min-width: 768px) {
  .fs-body-category-icedcoffee_icedtea-test .fs-l-sideArea,
  .fs-body-category-icedcoffee_icedtea .fs-l-sideArea {
    display: none;
  }
}

@media screen and (max-width: 1440px) {
  .n_cate .lc.subtit {
    right: 29%;
  }

  .n_cate .lc.tit {
    background-position: left bottom 70px;
    right: 27%;
  }
}

@media screen and (max-width: 1140px) {
  .n_cate .lc.tit {
    background-position: left bottom 50px;
    padding: 50px 0 0px 70px;
  }
}

@media screen and (max-width: 959px) {
  .n_cate .lc.tit {
    padding: 40px 0 0px 50px;
  }
}

@media screen and (max-width: 768px) {
  .n_cate .lc.tit {
    color: #fff;
    top: 56% !important;
    font-size: 4.6rem;
  }

  .n_cate .lc.subtit {
    color: #fff;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    width: 80%;
    top: 84% !important;
  }

  .n_cate .lc.title_desing {
    top: 52%;
    right: 60%;
  }
}

@media screen and (max-width: 590px) {
  .n_cate .lc.subtit {
    top: 88% !important;
  }
}

@media screen and (max-width: 490px) {
  .n_cate .lc.tit {
    font-size: 2.6rem !important;
  }

  .n_cate .lc.subtit {
    font-size: 1.2rem;
    top: 86% !important;
    padding: 3px 10px 3px 10px;
  }
}

/* 250325 グレー背景ここから */
.grayback {
  position: relative;
  z-index: 1;
}

.grayback::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 10;
}
.fair_message {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 4%;
  z-index: 11;
}

.fair_message .main__txt {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 30px;
}

.fair_message .lead {
  font-size: 18px;
  color: #fff;
}

.fair_message .lead.mrb {
  margin-bottom: 20px;
}

.fair_message .link a {
  color: #fff;
  font-size: 18px;
  text-decoration: underline;
}

.fs-body-category-fair-test .n_cate .contens_area.down {
  margin: 120px auto 120px;
}

.fs-body-category-fair .fs-c-subgroup {
  max-width: min(calc(100% - 40px), 1000px);
  margin: 0 auto;
}

@media (max-width: 959px) {
  .fair_message {
    width: 90%;
  }
}

@media (max-width: 768px) {
  .fs-body-category-fair-test .n_cate .contens_area.down {
    margin: 80px auto 80px;
  }
}
/* 250325 グレー背景ここまで */

/* 250331 グッズ・紅茶 ここから */
.fs-body-category-others-test .n_cate .tit,
.fs-body-category-others .n_cate .tit {
  top: 26%;
  right: 30%;
  background: url(https://mikados23.itembox.design/item/gift_design.png) no-repeat;
  color: #633319;
  padding: 40px 0 0px 50px;
  background-size: 38%;
}

.fs-body-category-others-test .n_cate .subtit,
.fs-body-category-others .n_cate .subtit {
  color: #633319;
  border-top: 1px solid #633319;
  border-bottom: 1px solid #633319;
  width: 17%;
  right: 31%;
  text-align: center;
}

.fs-body-category-others-test .n_cate .contens_area,
.fs-body-category-others .n_cate .contens_area {
  margin: 0 auto 100px;
}

@media screen and (max-width: 1440px) {
  .fs-body-category-others-test .n_cate .tit,
  .fs-body-category-others .n_cate .tit {
    top: 20%;
    padding: 60px 0 0 50px;
  }
}

@media screen and (max-width: 1120px) {
  .fs-body-category-others-test .n_cate .tit,
  .fs-body-category-others .n_cate .tit {
    top: 24%;
    padding: 20px 0 40px 50px;
  }
}

@media screen and (max-width: 959px) {
  .fs-body-category-others-test .n_cate .tit,
  .fs-body-category-others .n_cate .tit {
    background-size: 40%;
  }
}

@media screen and (max-width: 768px) {
  .fs-body-category-others-test .n_cate .tit,
  .fs-body-category-others .n_cate .tit {
    top: 60%;
    color: #fff;
    padding: 0px;
  }

  .fs-body-category-others-test .n_cate .subtit,
  .fs-body-category-others .n_cate .subtit {
    width: 60%;
    color: #fff;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
  }

  .fs-body-category-others-test .n_cate .contens_area,
  .fs-body-category-others .n_cate .contens_area {
    margin: 0 auto 80px;
  }
}

@media screen and (max-width: 490px) {
  .fs-body-category-others-test .n_cate .tit,
  .fs-body-category-others .n_cate .tit {
    top: 60%;
  }
}

.fs-body-category-others-test .fs-l-main,
.fs-body-category-others .fs-l-main {
  max-width: 1920px;
}

.fs-body-category-others-test .fs-l-pageMain,
.fs-body-category-others .fs-l-pageMain {
  max-width: 100%;
}

.fs-body-category-others-test .fs-c-productList,
.fs-body-category-others .fs-c-productList {
  max-width: min(calc(100% - 40px), 1000px);
  margin: 3em auto;
}

.fs-body-category-others-test .fs-c-subgroup,
.fs-body-category-others .fs-c-subgroup {
  max-width: min(calc(100% - 40px), 1000px);
  margin: 3em auto;
}

@media screen and (min-width: 768px) {
  .fs-body-category-others-test .fs-l-sideArea,
  .fs-body-category-others .fs-l-sideArea {
    display: none;
  }
}

.n_cate .top_messagearea.down .df_center #botton {
  padding: 12px;
  border-radius: 6px;
  background-color: #ff6600;
  font-weight: bold;
}
/* 250331 グッズ・紅茶 ここまで */

/* 250416追記 */
.n_cate .best3_slider #botton,
.n_cate .tab_list #botton {
  max-width: 141px;
  margin: 20px auto 0;
  line-height: 1;
}

.n_cate .tab_list .listtag {
  background: #dcb678;
  text-align: center;
  color: #fff;
  padding: 2px 4px;
  font-size: 1.6rem;
  margin-bottom: 16px;
  font-weight: bold;
}

.n_cate .tab_list .listtag.-brown {
  background: #906136;
}

.n_cate .tab_list .listtag.-dbrown {
  background: #633319;
}

.n_cate .tab_list .listtag.-yellow {
  background: #f39800;
}

.n_cate .tab_list .listtag.-beige {
  background: #c9a063;
}

.n_cate .tab_list .listtag.-black {
  background: #231815;
  color: #c8ba7d;
}

.n_cate .parts-posts .contens_area {
  margin: 80px auto 60px;
}

.n_cate .parts-posts .contens_area.bgcolor {
  max-width: 100%;
  background: #f5f1f0;
  padding: 100px 60px 60px 60px;
  margin-top: 0px;
}

.n_cate .parts-posts .contens_area.bgcolor .color_in {
  max-width: 1000px;
}

.n_cate .kakoi {
  font-size: 3rem;
}
/* 250416追記 */

/* 250425 トップカルーセル 追記 */
.fs-pt-carousel.fs-c-slick .slick-prev {
  left: 50%;
  transform: translate(-524px, -50%);
}

.fs-pt-carousel.fs-c-slick .slick-next {
  left: 50%;
  transform: translate(484px, -50%);
}
/* 250425 トップカルーセル 追記 */

/* 250512 トップ プレミアムラタサバナー設置 追記 */
.top_soonbnr {
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .top_soonbnr {
    margin-bottom: 6vw;
  }
}
/* 250512 トップ プレミアムラタサバナー設置 追記 */

/* 250605 父の日 ここから */
.fs-body-category-fathersday-test .n_cate .tit,
.fs-body-category-fathersday .n_cate .tit {
  top: 26%;
  right: 30%;
  background: url(https://mikados23.itembox.design/item/gift_design.png) no-repeat;
  color: #633319;
  padding: 40px 0 0px 50px;
  background-size: 38%;
}

.fs-body-category-fathersday-test .n_cate .subtit,
.fs-body-category-fathersday .n_cate .subtit {
  color: #633319;
  border-top: 1px solid #633319;
  border-bottom: 1px solid #633319;
  width: 17%;
  right: 31%;
  text-align: center;
}

.fs-body-category-fathersday-test .n_cate .contens_area,
.fs-body-category-fathersday .n_cate .contens_area {
  margin: 0 auto 100px;
}

@media screen and (max-width: 1440px) {
  .fs-body-category-fathersday-test .n_cate .tit,
  .fs-body-category-fathersday .n_cate .tit {
    top: 20%;
    padding: 60px 0 0 50px;
  }
}

@media screen and (max-width: 1120px) {
  .fs-body-category-fathersday-test .n_cate .tit,
  .fs-body-category-fathersday .n_cate .tit {
    top: 24%;
    padding: 20px 0 40px 50px;
  }
}

@media screen and (max-width: 959px) {
  .fs-body-category-fathersday-test .n_cate .tit,
  .fs-body-category-fathersday .n_cate .tit {
    background-size: 40%;
  }
}

@media screen and (max-width: 768px) {
  .fs-body-category-fathersday-test .n_cate .tit,
  .fs-body-category-fathersday .n_cate .tit {
    top: 60%;
    color: #fff;
    padding: 0px;
  }

  .fs-body-category-fathersday-test .n_cate .subtit,
  .fs-body-category-fathersday .n_cate .subtit {
    width: 60%;
    color: #fff;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
  }

  .fs-body-category-fathersday-test .n_cate .contens_area,
  .fs-body-category-fathersday .n_cate .contens_area {
    margin: 0 auto 80px;
  }
}

@media screen and (max-width: 490px) {
  .fs-body-category-fathersday-test .n_cate .tit,
  .fs-body-category-fathersday .n_cate .tit {
    top: 60%;
  }
}

.fs-body-category-fathersday-test .fs-l-main,
.fs-body-category-fathersday .fs-l-main {
  max-width: 1920px;
}

.fs-body-category-fathersday-test .fs-l-pageMain,
.fs-body-category-fathersday .fs-l-pageMain {
  max-width: 100%;
}

.fs-body-category-fathersday-test .fs-c-productList,
.fs-body-category-fathersday .fs-c-productList {
  max-width: min(calc(100% - 40px), 1000px);
  margin: 3em auto;
}

.fs-body-category-fathersday-test .fs-c-subgroup,
.fs-body-category-fathersday .fs-c-subgroup {
  max-width: min(calc(100% - 40px), 1000px);
  margin: 3em auto;
}

@media screen and (min-width: 768px) {
  .fs-body-category-fathersday-test .fs-l-sideArea,
  .fs-body-category-fathersday .fs-l-sideArea {
    display: none;
  }
}

.n_cate .top_messagearea.down .df_center #botton {
  padding: 12px;
  border-radius: 6px;
  background-color: #ff6600;
  font-weight: bold;
}
/* 250605 父の日 ここまで */

/* 250605 デカフェメキシコ ここから */
.fs-body-category-decafmexico-test .n_cate .tit,
.fs-body-category-fdecafmexico .n_cate .tit {
  top: 26%;
  right: 30%;
  background: url(https://mikados23.itembox.design/item/gift_design.png) no-repeat;
  color: #633319;
  padding: 40px 0 0px 50px;
  background-size: 38%;
}

.fs-body-category-decafmexico-test .n_cate .subtit,
.fs-body-category-decafmexico .n_cate .subtit {
  color: #633319;
  border-top: 1px solid #633319;
  border-bottom: 1px solid #633319;
  width: 17%;
  right: 31%;
  text-align: center;
}

.fs-body-category-decafmexico-test .n_cate .contens_area,
.fs-body-category-decafmexico .n_cate .contens_area {
  margin: 0 auto 100px;
}

@media screen and (max-width: 1440px) {
  .fs-body-category-decafmexico-test .n_cate .tit,
  .fs-body-category-decafmexico .n_cate .tit {
    top: 20%;
    padding: 60px 0 0 50px;
  }
}

@media screen and (max-width: 1120px) {
  .fs-body-category-decafmexico-test .n_cate .tit,
  .fs-body-category-decafmexico .n_cate .tit {
    top: 24%;
    padding: 20px 0 40px 50px;
  }
}

@media screen and (max-width: 959px) {
  .fs-body-category-decafmexico-test .n_cate .tit,
  .fs-body-category-decafmexico .n_cate .tit {
    background-size: 40%;
  }
}

@media screen and (max-width: 768px) {
  .fs-body-category-decafmexico-test .n_cate .tit,
  .fs-body-category-decafmexico .n_cate .tit {
    top: 60%;
    color: #fff;
    padding: 0px;
  }

  .fs-body-category-decafmexico-test .n_cate .subtit,
  .fs-body-category-decafmexico .n_cate .subtit {
    width: 60%;
    color: #fff;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
  }

  .fs-body-category-decafmexico-test .n_cate .contens_area,
  .fs-body-category-decafmexico .n_cate .contens_area {
    margin: 0 auto 80px;
  }
}

@media screen and (max-width: 490px) {
  .fs-body-category-decafmexico-test .n_cate .tit,
  .fs-body-category-decafmexico .n_cate .tit {
    top: 60%;
  }
}

.fs-body-category-decafmexico-test .fs-l-main,
.fs-body-category-decafmexico .fs-l-main {
  max-width: 1920px;
}

.fs-body-category-decafmexico-test .fs-l-pageMain,
.fs-body-category-decafmexico .fs-l-pageMain {
  max-width: 100%;
}

.fs-body-category-decafmexico-test .fs-c-productList,
.fs-body-category-decafmexico .fs-c-productList {
  max-width: min(calc(100% - 40px), 1000px);
  margin: 3em auto;
}

.fs-body-category-decafmexico-test .fs-c-subgroup,
.fs-body-category-decafmexico .fs-c-subgroup {
  max-width: min(calc(100% - 40px), 1000px);
  margin: 3em auto;
}

@media screen and (min-width: 768px) {
  .fs-body-category-decafmexico-test .fs-l-sideArea,
  .fs-body-category-decafmexico .fs-l-sideArea {
    display: none;
  }
}

.n_cate .top_messagearea.down .df_center #botton {
  padding: 12px;
  border-radius: 6px;
  background-color: #ff6600;
  font-weight: bold;
}
/* 250605 デカフェメキシコ ここまで */

/* 250606 20周年記念 ここから */
.fs-body-category-20thanniversary-test .n_cate .tit,
.fs-body-category-20thanniversary .n_cate .tit {
  top: 26%;
  right: 30%;
  background: url(https://mikados23.itembox.design/item/gift_design.png) no-repeat;
  color: #633319;
  padding: 40px 0 0px 50px;
  background-size: 38%;
}

.fs-body-category-20thanniversary-test .n_cate .subtit,
.fs-body-category-20thanniversary .n_cate .subtit {
  color: #633319;
  border-top: 1px solid #633319;
  border-bottom: 1px solid #633319;
  width: 17%;
  right: 31%;
  text-align: center;
}

.fs-body-category-20thanniversary-test .n_cate .contens_area,
.fs-body-category-20thanniversary .n_cate .contens_area {
  margin: 0 auto 100px;
}

@media screen and (max-width: 1440px) {
  .fs-body-category-20thanniversary-test .n_cate .tit,
  .fs-body-category-20thanniversary .n_cate .tit {
    top: 20%;
    padding: 60px 0 0 50px;
  }
}

@media screen and (max-width: 1120px) {
  .fs-body-category-20thanniversary-test .n_cate .tit,
  .fs-body-category-20thanniversary .n_cate .tit {
    top: 24%;
    padding: 20px 0 40px 50px;
  }
}

@media screen and (max-width: 959px) {
  .fs-body-category-20thanniversary-test .n_cate .tit,
  .fs-body-category-20thanniversary .n_cate .tit {
    background-size: 40%;
  }
}

@media screen and (max-width: 768px) {
  .fs-body-category-20thanniversary-test .n_cate .tit,
  .fs-body-category-20thanniversary .n_cate .tit {
    top: 60%;
    color: #fff;
    padding: 0px;
  }

  .fs-body-category-20thanniversary-test .n_cate .subtit,
  .fs-body-category-20thanniversary .n_cate .subtit {
    width: 60%;
    color: #fff;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
  }

  .fs-body-category-20thanniversary-test .n_cate .contens_area,
  .fs-body-category-20thanniversary .n_cate .contens_area {
    margin: 0 auto 80px;
  }
}

@media screen and (max-width: 490px) {
  .fs-body-category-20thanniversary-test .n_cate .tit,
  .fs-body-category-20thanniversary .n_cate .tit {
    top: 60%;
  }
}

.fs-body-category-20thanniversary-test .fs-l-main,
.fs-body-category-20thanniversary .fs-l-main {
  max-width: 1920px;
}

.fs-body-category-20thanniversary-test .fs-l-pageMain,
.fs-body-category-20thanniversary .fs-l-pageMain {
  max-width: 100%;
}

.fs-body-category-20thanniversary-test .fs-c-productList,
.fs-body-category-20thanniversary .fs-c-productList {
  max-width: min(calc(100% - 40px), 1000px);
  margin: 3em auto;
}

.fs-body-category-20thanniversary-test .fs-c-subgroup,
.fs-body-category-20thanniversary .fs-c-subgroup {
  max-width: min(calc(100% - 40px), 1000px);
  margin: 3em auto;
}

@media screen and (min-width: 768px) {
  .fs-body-category-20thanniversary-test .fs-l-sideArea,
  .fs-body-category-20thanniversary .fs-l-sideArea {
    display: none;
  }
}

.n_cate .top_messagearea.down .df_center #botton {
  padding: 12px;
  border-radius: 6px;
  background-color: #ff6600;
  font-weight: bold;
}
/* 250606 20周年記念  ここまで */

/* 250606 プレラタ ここから */
.fs-body-category-prelata-test .n_cate .tit,
.fs-body-category-prelata .n_cate .tit {
  top: 26%;
  right: 30%;
  background: url(https://mikados23.itembox.design/item/gift_design.png) no-repeat;
  color: #633319;
  padding: 40px 0 0px 50px;
  background-size: 38%;
}

.fs-body-category-prelata-test .n_cate .subtit,
.fs-body-category-prelata .n_cate .subtit {
  color: #633319;
  border-top: 1px solid #633319;
  border-bottom: 1px solid #633319;
  width: 17%;
  right: 31%;
  text-align: center;
}

.fs-body-category-prelata-test .n_cate .contens_area,
.fs-body-category-prelata .n_cate .contens_area {
  margin: 0 auto 100px;
}

@media screen and (max-width: 1440px) {
  .fs-body-category-prelata-test .n_cate .tit,
  .fs-body-category-prelata .n_cate .tit {
    top: 20%;
    padding: 60px 0 0 50px;
  }
}

@media screen and (max-width: 1120px) {
  .fs-body-category-prelata-test .n_cate .tit,
  .fs-body-category-prelata .n_cate .tit {
    top: 24%;
    padding: 20px 0 40px 50px;
  }
}

@media screen and (max-width: 959px) {
  .fs-body-category-prelata-test .n_cate .tit,
  .fs-body-category-prelata .n_cate .tit {
    background-size: 40%;
  }
}

@media screen and (max-width: 768px) {
  .fs-body-category-prelata-test .n_cate .tit,
  .fs-body-category-prelata .n_cate .tit {
    top: 60%;
    color: #fff;
    padding: 0px;
  }

  .fs-body-category-prelata-test .n_cate .subtit,
  .fs-body-category-prelata .n_cate .subtit {
    width: 60%;
    color: #fff;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
  }

  .fs-body-category-prelata-test .n_cate .contens_area,
  .fs-body-category-prelata .n_cate .contens_area {
    margin: 0 auto 80px;
  }
}

@media screen and (max-width: 490px) {
  .fs-body-category-prelata-test .n_cate .tit,
  .fs-body-category-prelata .n_cate .tit {
    top: 60%;
  }
}

.fs-body-category-prelata-test .fs-l-main,
.fs-body-category-prelata .fs-l-main {
  max-width: 1920px;
}

.fs-body-category-prelata-test .fs-l-pageMain,
.fs-body-category-prelata .fs-l-pageMain {
  max-width: 100%;
}

.fs-body-category-prelata-test .fs-c-productList,
.fs-body-category-prelata .fs-c-productList {
  max-width: min(calc(100% - 40px), 1000px);
  margin: 3em auto;
}

.fs-body-category-prelata-test .fs-c-subgroup,
.fs-body-category-prelata .fs-c-subgroup {
  max-width: min(calc(100% - 40px), 1000px);
  margin: 3em auto;
}

@media screen and (min-width: 768px) {
  .fs-body-category-prelata-test .fs-l-sideArea,
  .fs-body-category-prelata .fs-l-sideArea {
    display: none;
  }
}

.n_cate .top_messagearea.down .df_center #botton {
  padding: 12px;
  border-radius: 6px;
  background-color: #ff6600;
  font-weight: bold;
}
/* 250606 プレラタ  ここまで */

/* 250606 コールドブリューコスタリカ ここから */
.fs-body-category-coldbrewcostarica-test .n_cate .tit,
.fs-body-category-coldbrewcostarica .n_cate .tit {
  top: 26%;
  right: 30%;
  background: url(https://mikados23.itembox.design/item/gift_design.png) no-repeat;
  color: #633319;
  padding: 40px 0 0px 50px;
  background-size: 38%;
}

.fs-body-category-coldbrewcostarica-test .n_cate .subtit,
.fs-body-category-coldbrewcostarica .n_cate .subtit {
  color: #633319;
  border-top: 1px solid #633319;
  border-bottom: 1px solid #633319;
  width: 17%;
  right: 31%;
  text-align: center;
}

.fs-body-category-coldbrewcostarica-test .n_cate .contens_area,
.fs-body-category-coldbrewcostarica .n_cate .contens_area {
  margin: 0 auto 100px;
}

@media screen and (max-width: 1440px) {
  .fs-body-category-coldbrewcostarica-test .n_cate .tit,
  .fs-body-category-coldbrewcostarica .n_cate .tit {
    top: 20%;
    padding: 60px 0 0 50px;
  }
}

@media screen and (max-width: 1120px) {
  .fs-body-category-coldbrewcostarica-test .n_cate .tit,
  .fs-body-category-coldbrewcostarica .n_cate .tit {
    top: 24%;
    padding: 20px 0 40px 50px;
  }
}

@media screen and (max-width: 959px) {
  .fs-body-category-coldbrewcostarica-test .n_cate .tit,
  .fs-body-category-coldbrewcostarica .n_cate .tit {
    background-size: 40%;
  }
}

@media screen and (max-width: 768px) {
  .fs-body-category-coldbrewcostarica-test .n_cate .tit,
  .fs-body-category-coldbrewcostarica .n_cate .tit {
    top: 60%;
    color: #fff;
    padding: 0px;
  }

  .fs-body-category-coldbrewcostarica-test .n_cate .subtit,
  .fs-body-category-coldbrewcostarica .n_cate .subtit {
    width: 60%;
    color: #fff;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
  }

  .fs-body-category-coldbrewcostarica-test .n_cate .contens_area,
  .fs-body-category-coldbrewcostarica .n_cate .contens_area {
    margin: 0 auto 80px;
  }
}

@media screen and (max-width: 490px) {
  .fs-body-category-coldbrewcostarica-test .n_cate .tit,
  .fs-body-category-coldbrewcostarica .n_cate .tit {
    top: 60%;
  }
}

.fs-body-category-coldbrewcostarica-test .fs-l-main,
.fs-body-category-coldbrewcostarica .fs-l-main {
  max-width: 1920px;
}

.fs-body-category-coldbrewcostarica-test .fs-l-pageMain,
.fs-body-category-coldbrewcostarica .fs-l-pageMain {
  max-width: 100%;
}

.fs-body-category-coldbrewcostarica-test .fs-c-productList,
.fs-body-category-coldbrewcostarica .fs-c-productList {
  max-width: min(calc(100% - 40px), 1000px);
  margin: 3em auto;
}

.fs-body-category-coldbrewcostarica-test .fs-c-subgroup,
.fs-body-category-coldbrewcostarica .fs-c-subgroup {
  max-width: min(calc(100% - 40px), 1000px);
  margin: 3em auto;
}

@media screen and (min-width: 768px) {
  .fs-body-category-coldbrewcostarica-test .fs-l-sideArea,
  .fs-body-category-coldbrewcostarica .fs-l-sideArea {
    display: none;
  }
}

.n_cate .top_messagearea.down .df_center #botton {
  padding: 12px;
  border-radius: 6px;
  background-color: #ff6600;
  font-weight: bold;
}
/* 250606 コールドブリューコスタリカ  ここまで */

/* 250617 追従バナー */
.f_bnrarea li {
  list-style: none;
  max-width: 100px;
}

.f_bnrarea {
  position: fixed;
  bottom: 160px;
  right: 3%;
}

.f_bnrarea ul li:nth-child(1) {
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  .f_bnrarea {
    display: none;
  }
}
/* 250617 追従バナー */

/* 250623 サイドバー削除 */
@media screen and (min-width: 768px) {
  .fs-l-sideArea {
    display: none;
  }

  #fs_CustomPage .fs-l-main,
  #fs_ProductDetails .fs-l-main {
    max-width: min(calc(100% - 16px), 1000px);
    padding: 8px 0px;
  }

  #fs_CustomPage .wlc_t {
    max-width: 1000px;
    margin: 0 auto;
  }

  #fs_CustomPage .fs-l-pageMain {
    max-width: 1000px;
    width: 100%;
  }

  #fs_ProductCategory .fs-l-pageMain,
  #fs_ProductDetails .fs-l-pageMain {
    max-width: 100%;
  }

  #fs_ProductCategory .fs-c-subgroup,
  #fs_ProductCategory .fs-c-productList {
    max-width: 1000px;
    margin: 24px auto;
  }

  .w_center {
    max-width: min(calc(100% - 16px), 1000px);
    margin: 0 auto;
    padding: 8px 0;
  }

  .w_center .fs-l-pageMain {
    max-width: 100%;
  }

  .cote_contarea {
    margin: 24px auto;
    padding: 8px;
  }

  #fs_ProductCategory .top__mv {
    margin: 0 auto 100px;
  }
}

@media screen and (max-width: 768px) {
  .cote_contarea {
    margin: 24px auto;
    padding: 8px;
  }
}
/* 250623 サイドバー削除 */

/* 250630 夏ギフト ここから */
.fs-body-category-summergift-test .n_cate .tit,
.fs-body-category-summergift .n_cate .tit {
  top: 26%;
  right: 30%;
  background: url(https://mikados23.itembox.design/item/gift_design.png) no-repeat;
  color: #633319;
  padding: 40px 0 0px 50px;
  background-size: 38%;
}

.fs-body-category-summergift-test .n_cate .subtit,
.fs-body-category-summergift .n_cate .subtit {
  color: #633319;
  border-top: 1px solid #633319;
  border-bottom: 1px solid #633319;
  width: 17%;
  right: 31%;
  text-align: center;
}

.fs-body-category-summergift-test .n_cate .contens_area,
.fs-body-category-summergift .n_cate .contens_area {
  margin: 0 auto 100px;
}

@media screen and (max-width: 1440px) {
  .fs-body-category-summergift-test .n_cate .tit,
  .fs-body-category-summergift .n_cate .tit {
    top: 20%;
    padding: 60px 0 0 50px;
  }
}

@media screen and (max-width: 1120px) {
  .fs-body-category-summergift-test .n_cate .tit,
  .fs-body-category-summergift .n_cate .tit {
    top: 24%;
    padding: 20px 0 40px 50px;
  }
}

@media screen and (max-width: 959px) {
  .fs-body-category-summergift-test .n_cate .tit,
  .fs-body-category-summergift .n_cate .tit {
    background-size: 40%;
  }
}

@media screen and (max-width: 768px) {
  .fs-body-category-summergift-test .n_cate .tit,
  .fs-body-category-summergift .n_cate .tit {
    top: 60%;
    color: #fff;
    padding: 0px;
  }

  .fs-body-category-summergift-test .n_cate .subtit,
  .fs-body-category-summergift .n_cate .subtit {
    width: 60%;
    color: #fff;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
  }

  .fs-body-category-summergift-test .n_cate .contens_area,
  .fs-body-category-summergift .n_cate .contens_area {
    margin: 0 auto 80px;
  }
}

@media screen and (max-width: 490px) {
  .fs-body-category-summergift-test .n_cate .tit,
  .fs-body-category-summergift .n_cate .tit {
    top: 60%;
  }
}

.fs-body-category-summergift-test .fs-l-main,
.fs-body-category-summergift .fs-l-main {
  max-width: 1920px;
}

.fs-body-category-summergift-test .fs-l-pageMain,
.fs-body-category-summergift .fs-l-pageMain {
  max-width: 100%;
}

.fs-body-category-summergift-test .fs-c-productList,
.fs-body-category-summergift .fs-c-productList {
  max-width: min(calc(100% - 40px), 1000px);
  margin: 3em auto;
}

.fs-body-category-summergift-test .fs-c-subgroup,
.fs-body-category-summergift .fs-c-subgroup {
  max-width: min(calc(100% - 40px), 1000px);
  margin: 3em auto;
}

@media screen and (min-width: 768px) {
  .fs-body-category-summergift-test .fs-l-sideArea,
  .fs-body-category-summergift .fs-l-sideArea {
    display: none;
  }
}

.n_cate .top_messagearea.down .df_center #botton {
  padding: 12px;
  border-radius: 6px;
  background-color: #ff6600;
  font-weight: bold;
}
/* 250630 夏ギフト ここまで */
