/* -----------------------------------------------------------------
   reset
----------------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  color: #333333;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 14px;
  line-height: 1.6;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

p, div {
  word-break: break-all;
}

a {
  color: #333333;
  text-decoration: none;
  transition: .2s;
}
a:hover {
  opacity: .7;
}
img {
  vertical-align: middle;
  width: 100%;
  border: none;
}

input[type="text"],
select {
  border-radius: 3px;
  border: none;
  padding: 6px;
  font-size: inheirt;
  box-sizing: border-box;
}

input::placeholder {
  color: #B5B5B5;
  font-size: 12px;
}

pre {
  white-space: pre-wrap;
}

.clearfix {
  display: block;
}
.clearfix::before {
  content: "";
  display: block;
  clear: both;
}
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

.bx-wrapper {
  box-shadow: none !important;
}

.bx-controls-direction a {
  z-index: 0 !important;
}

/* -----------------------------------------------------------------
   header
----------------------------------------------------------------- */
header {
  width: 100%;
  background: #fff;
  margin: 0 auto;
  text-align: left;
  position: fixed;
  z-index: 2;
  transition: .3s;
}
header .top-nav {
  display: flex;
  justify-content: space-between;
  max-width: 1220px;
  margin: 0 auto;
}
header .header-menu {
  display: flex;
  justify-content: space-between;
}
header .header-logo img {
  max-height: 50px;
  max-width: 700px;
}

.header.fix {
  display: block;
  padding: 6px 0;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  transition: .3s;
}

.gnav {
  display: flex;
  align-items: flex-end;
}
.gnav li {
  margin-left: 20px;
}
.gnav .account {
  font-size: 10px;
}
.gnav .account:last-child {
  margin-right: 16px;
}
.gnav .gnav-menu {
  font-weight: bold;
}

.gnav-menu {
  font-size: 10px;
}
.header-favorite a:before {
  font-family: 'Font Awesome 5 Free';
  content: "\f004";
  font-size: 16px;
  display: block;
  color: #707070;
}
.header-mypage a:before {
  font-family: 'Font Awesome 5 Free';
  content: "\f007";
  font-size: 16px;
  display: block;
  color: #707070;
}
.header-cart a:before {
  font-family: 'Font Awesome 5 Free';
  content: "\f07a";
  font-size: 16px;
  display: block;
  color: #707070;
}



.header-cart {
  position: relative;
}
.header-cart .cart-count {
  position: absolute;
  right: -8px;
  top: -8px;
  background: #F23E0C;
  color: #fff;
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 50%;
  text-align: center;
  font-size: 12px;
  font-weight: normal;
}

.main-visual {
  max-width: 1000px;
  margin: 0 auto 60px;
}
.main-visual img {
  margin: 0 auto;
  width: 100%;
}
.main-visual li {
  height: 100%;
  display: flex;
  align-items: center;
}

.main-visual li a {
  flex-grow: 1;
}

.bx-viewport {
  height: 100%!important;
}

#M_slider {
  height: 100%;
}

.contents {
  width: 1220px;
  padding: 115px 0px 48px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
}

.container {
  display: flex;
  padding: 48px 0 60px;
}

.top-container {
  padding: 0;
}
.menunavi-guide-list {
  padding: 0 1.5rem;
  width: 100%;
}

.menunavi-guide-list li {
  border-bottom: 1px dotted #d2d2d2;
  padding-bottom: 1.25rem;
  margin-bottom: 1.25rem;
}

.menunavi-guide-list  i {
  margin-right: 1rem;
  vertical-align: middle;
}
.menunavi-guide-list .material-icons-outlined {
  font-size: 24px;
}
.banner-area {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 40px;
}
.banner-area::after {
  content: "";
  display: block;
  width: 33%;
}
.banner-area img {
  max-width: 330px;
}
.healing-copy h2 {
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 1em;
    line-height: 1.4;
}
.healing-copy{
    text-align: center;
    padding: 40px 0 40px;
    font-family: "Noto Sans JP", sans-serif;
    color: #333;
}
.healing-copy p{
    line-height: 2.5;
}
.logo-image img {
    margin: 50px auto 0;
    width: 50%;
}
.logo-image {
    text-align: center;
}
.top-main {
    width: 890px;
}
/* -----------------------------------------------------------------
   side-nav
----------------------------------------------------------------- */
.side{
  width: 300px;
  padding-right: 30px;
}
.side .search-btn a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.5rem;
}
.side .search {
  background: #E6E6E6;
  padding: 16px;
}

.side .search-btn {
  font-size: 12px;
  border: 1px solid #333333;
  border-radius: 3px;
  background: #fff;
  display: block;
  padding: 10px;
  text-align: center;
}

.side .search-area li {
  margin-bottom: 20px;
}
.side .search-area label {
  display: block;
  margin-bottom: 10px;
}
.side .search-area input, .search-area select {
  width: 100%;
}

.side input.search-price {
  width: 40%;
  margin: 0 4px;
}

.side .side-section {
  margin-top: 30px;
}

.side .sp-side-section {
  display: none;
}

.category-list-title {
  border-bottom: 1px solid #ccc;
  padding-bottom: 15px;
}

.side-category-item {
  position: relative;
  border-bottom: 1px solid #ccc;
  padding-right: 12px;
}
.side-category-item p, .side-category-item a {
  width: 100%;
  padding: 15px 0;
  display: inline-block;
}
.side-category-item p:before {
  display: block;
  content: "";
  position: absolute;
  top: 26px;
  right: 0;
  margin: auto;
  width: 12px;
  height: 1px;
  background-color: #333333;
  transition: .2s;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}
.side-category-item p:after {
  display: block;
  content: "";
  position: absolute;
  top: 26px;
  right: 0;
  margin: auto;
  width: 12px;
  height: 1px;
  background-color: #333333;
  transition: .3s;
}
.side-category-item p.on {
  width: 95%;
  background: #333333;
  color: #fff;
  padding-left: 6px;
  padding-right: 14px;
}
.side-category-item p.on:before {
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  background: #fff;
  right: 10px;
}
.side-category-item p.on:after {
  background-color: transparent;
  background: #fff;
  right: 10px;
}

.child-item {
  padding: 8px !important;
  font-size: 12px;
}

.close {
  display: none;
}

.accordion {
  cursor: pointer;
}

.side-contact li {
  margin-bottom: 16px;
}
.side .side-contact li {
    border-bottom: 1px dotted #d2d2d2;
    padding-bottom: 1.25rem;
    margin-bottom: 1.25rem;
}

.side .side-contact i {
    margin-right: 1rem;
    vertical-align: middle;
}


/* -----------------------------------------------------------------
   check
----------------------------------------------------------------- */
.checked-contents {
  padding-bottom: 60px;
  display: inline-block;
}

.checked-item-list {
  display: flex;
}
.checked-item-list li {
  width: 180px;
  position: relative;
  margin-right: 32px;
  display: flex;
  flex-direction: column;
}
.checked-item-list li:last-child {
  margin-right: 0;
}
.checked-item-list li img {
  width: 100%;
}

/* -----------------------------------------------------------------
   main
----------------------------------------------------------------- */
.main {
  width: 1220px;
}

.border:after {
  content: "";
  display: block;
  width: 100%;
  border: 1px solid #CBCBCB;
  margin: 30px 0 60px;
}

.shop-comment {
  margin-bottom: 40px;
}

.item-list {
  display: flex;
  flex-wrap: wrap;
}
.item-list li {
  width: calc((100% - 91px) / 4 );
  margin-bottom: 40px;
  margin-right: 30px;
  position: relative;
  display: flex;
  flex-direction: column;
}
.item-list li:nth-child(4n) {
  margin-right: 0;
}
.item-list li img {
  width: 100%;
  margin-bottom: 4px;
  position: relative;
}

.item-list-review {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}
.item-list-review .item-list-review-rate {
  margin: 0 6px;
}

.ranking-icon {
  position: absolute;
  top: 8px;
  left: 8px;
  text-align: center;
  background-color: white;
  border-radius: 50%;
  font-size: 12px;
  color: #333333;
  width: 30px;
  height: 30px;
  line-height: 2.5;
}

.rank-1 {
  background: #D1AF28;
  color: #fff;
}

.rank-2 {
  background: #ABA8A8;
  color: #fff;
}

.rank-3 {
  background: #D18858;
  color: #fff;
}

.item-icon {
  position: absolute;
  top: -10px;
  font-size: 12px;
  right: -8px;
  color: #fff;
  padding: 0 3px;
  z-index: 1;
}
.item-icon p {
  padding: 0 3px;
}
.item-icon .item-soldout {
  background: #B5B5B5;
}
.item-icon .item-sale {
  background: #F23E0C;
}

.item-category {
  margin-bottom: 8px;
  font-size: 12px;
}

.original-price {
  text-decoration: line-through;
}

.item-sale-price {
  color: #F23E0C;
}


.index-review-list li {
  display: flex;
  margin-bottom: 60px;
}
.index-review-list li .index-review-image {
  margin-right: 18px;
  width: 140px;
  min-width: 140px;
}
.index-review-list li .index-review-image img {
  width: 100%;
}

.review-list-category {
  margin-bottom: 8px;
  font-size: 12px;
}

.review-index-score {
  display: flex;
  align-items: baseline;
}
.review-index-score p {
  margin-right: 16px;
}

.foot-category {
  background: #f2f2f2;
  padding: 60px 0;
}
.foot-category h2 {
  text-align: center;
}

.main-category-list {
  width: 1000px;
  margin: 0 auto;
}
.main-category-list li {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 40px;
  width: 197px;
}
.main-category-list li a {
  width: 100%;
  display: block;
}

/* -----------------------------------------------------------------
   footer  (cleaned & consolidated)
----------------------------------------------------------------- */

/* ---------- Base ---------- */
.site-footer .footer-bg { background:#0f0f0f; color:#fff; }
.site-footer a { color:#fff; text-decoration:none; }
.site-footer a:hover { text-decoration:underline; }
footer  {
  width:100%;
}
.site-footer .footer-inner {
  max-width:1200px;
  margin:0 auto;
  padding:40px 20px 24px;
}

/* ---------- Headings ---------- */
.footer-menu-title{
  font-size:28px; letter-spacing:.08em;
  border-bottom:2px solid #444;
  padding-bottom:12px; margin:0 0 24px;
}
.footer-col-title{ font-size:18px; font-weight:700; margin:0 0 12px; }

/* ---------- Grid ---------- */
.footer-grid{
  display:grid;
  grid-template-columns:3fr 1fr 1fr 1fr;
  gap:28px 36px;
  margin-bottom: 20px;
}

/* ---------- Category ---------- */
.footer-cat-list{
  columns:2; column-gap:24px;
  list-style:none; padding:0; margin:0;
}
.footer-cat{ break-inside:avoid; margin:0 0 8px; font-size: 90%;}
.footer-cat-name{ display:inline-block; cursor:pointer; }

/* （details UIを使う場合だけ有効） */
.footer-acc > summary{ list-style:none; }
.footer-acc > summary::-webkit-details-marker{ display:none; }
.footer-acc[open] > summary{ font-weight:700; }

/* dotted divider */
.footer-dotted{ border:none; border-top:2px dotted #666; margin:14px 0; }

/* bulk list */
.footer-bulk-list{ list-style:none; padding:0; margin:0; }
.footer-bulk-list li{ margin:6px 0; }

/* ---------- Link lists ---------- */
.footer-link-list{ list-style:none; padding:0; margin:0;  font-size: 90%;}
.footer-link-list li{ margin:8px 0; }

/* ▼リンク頭のマーク */
.footer-cat-list li a::before{            /* 親カテゴリは矢印 */
  content:"▶"; display:inline-block; font-size:10px;
  color:#fff; margin-right:6px; transform:translateY(-1px);
}
.footer-link-list li a::before,           /* その他の一般リンクは丸点 */
.footer-bulk-list li a::before{
  content:"•"; display:inline-block; font-size:14px;
  color:#fff; margin-right:6px; transform:translateY(-1px);
}
.footer-link-list li a:hover::before{ transform:translateX(3px); transition:.2s ease; }

/* ---------- Contact button ---------- */
.footer-contact-btn{
  display:inline-flex; align-items:center; gap:8px;
  border:1px solid #fff; padding:8px 40px; border-radius:4px;
  font-weight:700; color:#fff; text-decoration:none;
}
.footer-contact-btn .material-icons-outlined{ font-size:20px; line-height:1; }
.footer-contact-btn:hover{ background:#fff; color:#000; transition:.3s; }

/* ---------- Logo ---------- */
.footer-logo{ margin-top:20px; }
.footer-logo img{ max-width:160px; height:auto; display:block; }
.footer-shopname{ font-weight:700; font-size:20px; }

/* ---------- 黒エリア内・下段バー（同一行：左=お問い合わせ / 右=法定リンク） ---------- */
.footer-bottom-bar{ border-top:1px solid #333; background:#0f0f0f; padding:18px 0; }
.footer-bottom-bar .footer-bottom-inner{
  max-width:1200px; margin:0 auto; padding:0;
  display:flex; align-items:center; justify-content:space-between;
}
.footer-bottom-bar .footer-legal{
  list-style:none; margin:0; padding:0;
  display:flex; gap:18px; font-size:13px;
}
.footer-bottom-bar .footer-legal a{ color:#ccc; text-decoration:none; }
.footer-bottom-bar .footer-legal a:hover{ text-decoration:underline; }

/* ---------- 白背景のコピーライト帯（ロゴ+コピーライト中央） ---------- */
.footer-bottom{ background:#fff; color:#000; border-top:1px solid #ccc; text-align:center; }
.footer-bottom .footer-bottom-inner{     /* ※文脈指定で下段バーと分離 */
  max-width:1200px; margin:0 auto; padding:30px 20px;
  display:flex; flex-direction:column; align-items:center; gap:10px;
}
.footer-bottom-logo img{ max-height:80px; width:auto; display:block; margin:0 auto; }
.footer-bottom-copy{ font-size:13px; color:#333; }
.footer-bottom-copy a::before{           /* 白帯内リンクの頭マーク（黒） */
  content:"▶"; display:inline-block; font-size:10px; color:#000;
  margin-right:6px; transform:translateY(-1px);
}

@media (min-width:768px) and (max-width:1220px){
  .site-footer{
    width:100vw;
    margin-left:calc(50% - 50vw);
    margin-right:calc(50% - 50vw);
  }
}

@media (min-width:768px) and (max-width:1220px){
  .site-footer .footer-inner,
  .site-footer .footer-bottom-bar .footer-bottom-inner,
  .site-footer .footer-bottom .footer-bottom-inner{
    padding-left:24px;
    padding-right:24px;
    box-sizing:border-box;
  }
}

.site-footer,
.site-footer .footer-bg{
  width: 100%;
}
.site-footer .footer-bg{
  background: #111; /* ここで黒を担当 */
}
/* -----------------------------------------------------------------
   item-list-cart
----------------------------------------------------------------- */
.item-list-cart {
  margin: auto 0 0 0;
}
.item-list-btn {
  width: 100%;
  display: inline-block;
  text-align: center;
  border-radius: 3px;
  padding: 8px 0;
  font-weight: bold;
  font-size: 13px;
}
.item-list-sold {
  background: #B5B5B5;
  color: #fff;
}
.option-list-cart {
  border: 1px solid #808080;
  color: #808080;;
}
.add-list-cart {
  background: #1FD5AD;
  color: #fff;
}
.price {
  margin-bottom: 8px;
  font-size: 20px!important;
}
.price span{
  font-size: 12px!important;
}
/* -----------------------------------------------------------------
   category
----------------------------------------------------------------- */
.breadcrumb {
  font-size: 12px;
  padding-top: 10px;
}

.breadcrumb-item {
  margin-right: 8px;
}
.breadcrumb-item::after {
  content: ">";
  margin-left: 12px;
}
.breadcrumb-item:last-child::after {
  display: none;
}

.category-image {
  margin-bottom: 20px !important;
  display: flex;
}

.category-title {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.category-title dl {
  display: flex;
  font-size: 12px;
  margin: 10px 0 0;
}
.category-title dd {
  margin-right: 8px;
}

.category-child-item {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.category-child-item li {
  margin: 0 20px 12px 0;
}

.total-count span {
  font-weight: bold;
}

.pager-wrap {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}

.pager {
  display: flex;
}
.pager li {
  margin-right: 16px;
}
.pager li:last-child {
  margin-right: 0;
}

.bulk-group {
  margin-bottom: 40px;
  font-size: 12px;
  font-weight: bold;
}

.bulk-group a {
  color: #B5B5B5;
}

/* -----------------------------------------------------------------
   detail
----------------------------------------------------------------- */
.detail {
  padding: 10px 0 10px;
}

.item-image {
  width: 660px;
  float: left;
}
.item-image img {
  width: 100%;
}

.main-image {
  float: left;
  margin-bottom: 40px;
  width: 660px;
}
.main-image img {
  width: 100%;
}

/*スライダーcss*/
.gallery li {
  list-style: none;
}
.gallery li img {
  width: 100%;
}

.slick-prev,
.slick-next {
  position: absolute;
  z-index: 3;
  top: 42%;
  cursor: pointer;
  outline: none;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  height: 15px;
  width: 15px;
}

.slick-prev:after {
  content: "";
  position: absolute;
  top: -14px;
  left: -8px;
  width: 40px;
  opacity: 0.5;
  height: 30px;

  background-color: rgba(251, 250, 247, 0.75);
}

.slick-next:after {
  content: "";
  position: absolute;
  top: -14px;
  left: -8px;
  width: 40px;
  opacity: 0.5;
  height: 30px;

  background-color: rgba(251, 250, 247, 0.75);
}
.slick-prev {
  left: 2.5%;
}

.slick-next {
  right: 2.5%;

}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}
/* サムネイルSlickの先頭ズレ防止：疑似要素を描画しない */
.choice-btn .slick-track::before,
.choice-btn .slick-track::after{
  content:none !important;
  display:none !important;
}
/*スライダーcssここまで*/
.add-image-section {
  margin-bottom: 40px;
}

.add-image-title {
  font-size: 18px;
  margin: 40px 0 20px;
}

.add-image-list {
  width: 164px;
  display: inline-block;
  margin-right: 20px;
}
.add-image-list:last-child {
  margin-right: 0;
}
.add-image-list img {
  width: 100%;
}

.group-review-section {
  width: 540px;
  display: inline-block;
}

.group-item-list {
  display: flex;
  flex-wrap: wrap;
}
.group-item-list li {
  width: 120px;
  margin-bottom: 40px;
  margin-right: 20px;
  position: relative;
  display: flex;
  flex-direction: column;
}
.group-item-list li img {
  width: 100%;
}
.group-item-list li:nth-child(4n) {
  margin-right: 0;
}

.item-detail {
      max-width: 520px;
    min-width: 300px;
  padding-left: 40px;
  float: right;
}
.item-detail .item-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 26px;
  position: relative;
}
.item-detail .item-category-name {
  margin-bottom: 6px;
}

.item-detail-icon {
  position: absolute;
  display: contents;
  font-size: 12px;
  font-weight: normal;
  top: 0;
}
.item-detail-icon .item-detail-sale {
  color: #F23E0C;
}
.item-detail-icon p {
  margin-bottom: 12px;
}
    .item-title .item-name {
        font-size: calc(1.3rem);
        margin-top: 0.75rem;
        margin-bottom: 1rem;
        word-break: break-all;
        font-weight: normal;
    }
.item-price-wrap {
  margin-bottom: 0px;
}
.item-price-wrap .item-price {
  font-size: 30px;
  font-weight: 500;
}
.item-price-wrap .item-tax {
  font-size: 14px;
  color: #333333;
}
.item-price-wrap .fixed-price {
  font-size: 12px;
}

.member-original-price {
  font-size: 12px;
}
.member-original-price span {
  font-size: 18px;
}

.sale-text .original {
  text-decoration: line-through;
}
.sale-text .sale-rate, .sale-text .sale-price {
  color: #F23E0C;
}
.sale-text .sale-rate {
  margin: 0 10px;
}
.sale-text .sale-price {
  font-size: 30px;
  font-weight: 500;
}

.sale-priod {
  font-size: 12px;
  margin: 6px 0 12px;
}

.item-point, .review-empty {
  margin-bottom: 20px;
}

.item-sell-text {
  margin: 20px 0;
}
.item-sell-text .sell-start {
  margin-bottom: 8px;
}

.item-reserve {
  margin: 20px 0;
}
.item-reserve .item-reserve-release-text,
.item-reserve .item-reserve-text {
  font-size: 12px;
  margin-top: 6px;
}

.nameprint-area {
  margin-top: 20px;
}
.nameprint-area .nameprint-title-wrap {
  margin: 18px 0 8px;
  font-size: 12px;
}
.nameprint-area .nameprint-text-wrap p {
  margin-bottom: 4px;
  font-size: 12px;
}
.nameprint-area .nameprint-title {
  font-size: 14px;
  font-weight: bold;
  margin-top: 10px;
}
.nameprint-area .nameprint-title span {
  color: #F23E0C;
  font-size: 12px;
  font-weight: normal;
  margin-left: 6px;
}
.nameprint-area .nameprint-text input,
.nameprint-area .nameprint-text textarea {
  width: 75%;
  border: 1px solid #333333;
}

.item-quantity {
  font-size: 12px;
  margin: 15px 0;
}
.item-quantity input {
  width: 40px;
  border: 1px solid #333333;
  margin-left: 8px;
}

.item-review {
  font-size: 12px;
}
.review-link {
  margin-bottom: 20px;
}
.review-link a {
  text-decoration: underline;
}
.review-link a:hover {
  text-decoration: none;
}

.item-option {
  width: 100%;
}
.item-option .btn {
  margin-top: 20px;
}


.makeshop-option-label {
  font-size: 12px;
  margin-bottom: 6px;
}

.makeshop-option-select {
  border: 1px solid #333333;
  width: 100%;
  height: 50px;
}

.stock-wrap {
  width: 100%;
  margin-bottom: 8px;
}
.add-cart .item-stock {
  margin-right: 14px;
  font-size: 10px;
}


/* カートボタン --------------*/
.add-cart {
  flex-wrap: wrap;
  align-items: center;
  margin: 30px 0 0px;
}

.add-cart .btn {
  width: 100%;
  height: 48px; 
  display: inline-block;
  gap: 6px;
  text-align: center;
  padding: 15px 0;
  font-weight: bold;
  font-size: calc(1rem * 1);
  color: #fff;
}

.add-cart .add-cart-btn {
  background: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
}

.add-cart .restock-btn {
  background: #999;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sku-btn {
    width: 130px !important;
    padding: 10px 0 !important;
    font-size: calc(1rem) !important;
}


/* カートボタン --------------*/
.add-cart .disabled-btn {
  background: #B5B5B5;
}
.add-cart .subscription-btn {
  background: #006BED;
  margin-top: 8px;
}
.add-cart .off {
  display: none;
}
/*.add-cart .on {
  display: block;
}*/

.subscription-only {
  margin-top: 0 !important;
}
table.sku{
  width: 100%;
}

table.sku .sku-imgimg{
  width: 100px;
}
.sku-img img {
  width: 100px;
  padding-right: 20px;
}
.sku-img {
  width: 100px;
  vertical-align: middle;
}

.item-stock-sku {
  margin-bottom: 8px;
}

.favorite-icon:after {
  font-family: 'Font Awesome 5 Free';
  content: "\f004";
  font-size: 24px;
  font-weight: 900;
  margin-left: 14px;
  margin-right: 4px;
  -webkit-text-stroke: 1px #fff;
}
.favorite-icon.hide {
  display: none;
}
.favorite-on {
  color: #ff7683;
}
.favorite-off {
  color: #E6E6E6;
}
.favorite-off:hover {
  color: #c94d87;
}
.item-list-image {
  position: relative;
}
.item-list-favorite {
  position: absolute;
  top: 6px;
  right: 4px;
}

.item-contact {
  margin-bottom: 40px;
}
.item-contact::before {
  content: "";
  display: block;
  width: 100%;
  border: 1px solid #CBCBCB;
  margin: 30px 0 40px;
}
.item-contact a {
  width: 100%;
  display: inline-block;
  padding: 8px 0;
  border: 1px solid #333333;
  border-radius: 2px;
  text-align: center;
}
.item-contact a:before {
  font-family: 'Font Awesome 5 Free';
  content: "\f0e0";
  font-size: 16px;
  font-weight: 900;
  padding-right: 10px;
  color: #707070;
}

.item-description dt {
  font-size: 18px;
  margin-bottom: 16px;
}

.item-info-list {
  margin-top: 20px;
}
.item-info-list li {
  margin-bottom: 10px;
}
.item-info-list li dl {
  display: flex;
}
.item-info-list li dt {
  width: 34%;
}
.item-info-list li dd {
  width: 66%;
}

.item-share li {
  margin-right: 8px;
  display: inline-block;
  vertical-align: top;
}

.border-top::before {
  content: "";
  display: block;
  width: 100%;
  border: 1px solid #CBCBCB;
  margin: 30px 0;
}

.item-share {
  margin-bottom: 40px;
}

.sku tbody {
  align-items: center;
}

.sku-option-title {
  width: 60px;
  font-weight: bold;
  text-align: left;
  padding: 0 20px 10px 0;
  vertical-align: middle;
}

.sku-option-name {
  width: 200px;
  font-size: 13px;
  padding-left: 15px;
  text-align: left;
  vertical-align: middle;
  font-weight: 700;
}


.option-image:hover {
  cursor: pointer;
}

.sku-cart {
  padding-bottom: 20px;
}

.sku-price-wrap {
  flex-wrap: wrap;
  align-items: baseline;
}
.sku-price-wrap .price {
  margin: 0 6px 4px 0;
  width: 100%;
}

.item-review-detail {
  margin-bottom: 60px;
}

.item-review-detail h3 {
  font-size: 18px;
  margin-bottom: 20px;
}

.item-review-list li {
  margin-bottom: 60px;
}

.item-review-list-link {
  margin-bottom: 30px;
  font-size: 12px;
}
.item-review-list-link a {
  text-decoration: underline;
}
.item-review-list-link a:hover {
  text-decoration: none;
}

.review-list-unit .review-list-name {
  margin-bottom: 12px;
}
.review-list-unit .star-score {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}
.review-list-unit .review-star {
  margin-right: 6px;
}
.review-list-unit .review-list-date {
  font-size: 12px;
  color: #B5B5B5;
  margin: 12px 0;
}
.review-list-unit .review-list-content {
  font-size: 12px;
}

.reviewRateStar {
  display: inline-block;
  font-size: 0;
  color: #FFA41C;
}
.reviewRateStar::before {
  font-family: 'Font Awesome 5 Free';
  content: "\f005";
  font-size: 12px;
  font-weight: 900;
}

.starOff::before {
  font-family: 'Font Awesome 5 Free';
  content: "\f005";
  font-weight: 400;
}

.starHalf::before {
  font-family: 'Font Awesome 5 Free';
  content: "\f5c0";
}

.review-post {
  margin-top: 40px;
}

.review-post {
  text-align: center;
}
.review-post a {
  width: 260px;
  margin: 0 auto;
  display: inline-block;
  padding: 12px 0;
  border: 1px solid #333333;
  border-radius: 2px;
  text-align: center;
}
.review-post a:before {
  font-family: 'Font Awesome 5 Free';
  content: "\f304";
  font-size: 16px;
  font-weight: 900;
  padding-right: 10px;
  color: fff;
}

/*定期購入*/
.product-price-block {
  font-size: 30px;
  margin: 12px 0;
  font-weight: 500;
  color: #FE5A74;
}

.product-price-block small {
  font-size: 14px;
  color: #333333;
}

.subscription-gift {
  display: flex;
  margin-top: 30px;
}
.subscription-gift img {
  margin-right: 20px;
  width: 80px;
  max-height: 80px;
}

.subscription-price {
  font-size: 26px;
  font-weight: 500;
  color: #FE5A74;
}
.subscription-price small {
  font-size: 14px;
}

.item-group-icon img {
  width: auto !important;
  height: auto !important;
  display: block;
  margin-top: 8px;
}

/* -----------------------------------------------------------------
   review
----------------------------------------------------------------- */
.review-item-wrap {
  border: 1px solid #333333;
  padding: 20px;
  border-radius: 3px;
  display: flex;
  margin-bottom: 60px;
}
.review-item-wrap .review-item-image {
  padding-right: 20px;
}
.review-item-wrap .review-item-image img {
  width: 100%;
  object-fit: cover;
}

.review-item-info .review-item-category {
  font-size: 12px;
  margin-bottom: 8px;
}
.review-item-info .review-item-name {
  font-size: 18px;
}
.review-item-info .total-review {
  display: flex;
  align-items: baseline;
  margin-top: 10px;
}
.review-item-info .review-star {
  margin-right: 10px;
}
.review-item-info .review-average {
  font-size: 20px;
  font-weight: bold;
}
.review-item-info .review-count {
  font-size: 12px;
}

.review-form-wrap {
  width: 485px;
  margin: 0 auto;
}

.review-form {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.review-form:last-child {
  margin-bottom: 60px;
}
.review-form dt {
  width: 150px;
  text-align: left;
}
.review-form .review-form-content {
  width: 100%;
}
.review-form dd input {
  border: 1px solid #707070;
  width: 100%;
}
.review-form dd .reviewRateStar:before {
  font-size: 18px;
}

.review-post-btn {
  border: none !important;
  background: #707070;
  color: #fff;
}

/* -----------------------------------------------------------------
   cart
----------------------------------------------------------------- */
.cart {
  margin-bottom: 100px;
}

.cart-section-title {
  padding-top: 60px;
}

.free-shipping-wrap {
  text-align: right;
  margin-bottom: 16px;
  font-size: 12px;
}
.free-shipping-wrap .free-shipping-text em {
  color: #F23E0C;
}

.cart-list-table {
  width: 100%;
  padding: 20px;
}
.cart-list-table th {
  background: #E6E6E6;
  padding: 8px 12px;
  text-align: left;
  border-right: 1px solid #fff;
  box-sizing: border-box;
}
.cart-list-table th:first-child {
  width: 360px;
}
.cart-list-table th:nth-child(2) {
  width: 190px;
}
.cart-list-table th:nth-child(3) {
  width: 200px;
}
.cart-list-table th:last-child {
  width: 200px;
}
.cart-list-table tbody tr {
  border-bottom: 1px solid #E6E6E6;
}
.cart-list-table tbody td {
  vertical-align: middle;
  padding: 20px;
}
.cart-list-table tbody td:first-child {
  display: flex;
}

.cart-list-info {
  font-size: 12px;
}

.cart-list-image {
  width: 80px;
  min-width: 80px;
  margin-right: 12px;
}
.cart-list-image img {
  width: 100%;
  height: 100px;
  object-fit: cover;
}

.item-cart-title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 8px;
}

.item-cart-price {
  font-size: 24px;
}

.item-cart-quantity input {
  width: 40px;
  border: 1px solid #333333;
  margin-right: 12px;
}

.item-cart-delete {
  float: right;
}
.item-cart-delete a {
  font-size: 10px;
  border: 1px solid #333333;
  padding: 2px 8px;
}

.item-cart-subtotal {
  font-size: 24px;
  font-weight: bold;
}

.cart-total {
  background: #E6E6E6;
}
.cart-total td {
  display: table-cell !important;
}
.cart-total .cart-total-title {
  text-align: right;
  font-size: 20px;
  font-weight: bold;
}
.cart-total .cart-total-price {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 6px;
}
.cart-total .cart-total-point {
  font-size: 12px;
}
.cart-total .cart-bulk {
  margin-top: 6px;
  font-size: 12px;
}

.cart-button-wrap {
  text-align: right;
  margin: 40px 0;
}
.cart-button-wrap .cart-button a {
  width: 320px;
  display: inline-block;
  text-align: center;
  background: #1FD5AD;
  border-radius: 5px;
  padding: 20px 0;
  font-weight: bold;
  font-size: 18px;
  color: #fff;
  margin-bottom: 20px;
}
.cart-button-wrap .cart-back-button a:before {
  font-family: 'Font Awesome 5 Free';
  content: "\f053";
  font-size: 12px;
  font-weight: bold;
  padding-right: 8px;
  color: #707070;
}

/* -----------------------------------------------------------------
   news
----------------------------------------------------------------- */
.news-list-unit {
  border-bottom: 1px solid #CBCBCB;
  padding: 30px 0 60px!important;
}
.news-list-title {
  font-size: 20px;
  margin-bottom: 15px;
}
.news-list-title a {
  text-decoration: underline;
  font-size: 20px;
  margin-bottom: 15px;
}
.news-list-title a:hover {
  text-decoration: none;
}
.news-list {
  margin-bottom: 10px;
}
.news-list dl dt {
  margin-bottom: 8px;
}
.news-list dl dd {
  font-size: 12px;
}
.news-wrap {
  display: flex;
}
.news-wrap dl dt a {
  text-decoration: underline;
}
.news-wrap dl dt a:hover {
  text-decoration: none;
}

.news-more a {
  text-decoration: underline;
}
.news-more a:hover {
  text-decoration: none;
}
.news-date {
  font-size: 12px;
  color: #B5B5B5 !important;
  min-width: 120px;
}
.news-more {
  text-align: right;
  padding-bottom: 60px;
}
.news-list li ul li{
  border-bottom: 1px solid #eee;
  padding: 14px 0;
}
.news-list li ul li:first-child {
  padding-top: 0;
  margin-top: 30px;
}

.news-list li ul li:last-child {
    border-bottom: none;
}

.news-list-date {
    font-size: 15px;
    color: #888 !important;
    margin-bottom: 8px;
}
.news-content-wrap {
  margin-bottom: 30px;
}
.news-pager {
  display: flex;
  justify-content: space-between;
}
.news-pager .pager-left {
  display: flex;
}
.news-pager .pager-left .prev {
  margin-right: 20px;
}
.news-pager a {
  text-decoration: underline;
}
.news-pager a:hover {
  text-decoration: none;
}

/* -----------------------------------------------------------------
   guide
----------------------------------------------------------------- */
.guide-section {
  width: 100%;
  margin: 0 auto 60px;
}
.guide-section .guide-section-title {
  font-weight: bold;
  margin-bottom: 8px;
  font-size: 200%;
}

.comapany-box {
  width: 75%;
  margin: 0 auto 60px;
}
.comapany-box img {
  width: 100%;
  max-height: 640px;
  object-fit: contain;
  margin-bottom: 20px;
}

.contract-section {
  width: 85%;
  margin: 0 auto 60px;
}
.contract-section dt {
  font-weight: bold;
  margin-bottom: 8px;
}

.policy-box {
  width: 85%;
  margin: 0 auto 60px;
}

/* -----------------------------------------------------------------
   catalog
----------------------------------------------------------------- */
.catalog-list {
  width: 100%;
  margin-bottom: 48px;
}

.catalog-list th {
  background: #E6E6E6;
}
.catalog-list td, .catalog-list th {
  border: 1px solid #ccc;
  padding: 6px 18px;
  vertical-align: middle;
}
.catalog-list input {
  border: 1px solid #ccc;
}

.catalog-input-num {
  width: 10rem;
}

.catalog-input-quantity {
  width: 3rem;
}

.catalog-info-wrap {
  text-align: left;
  font-size: 0.9rem;
  width: 397px;
  display: flex;
  box-sizing: border-box;
}

.catalog-img img {
  margin-right: 8px;
  width: 80px;
}

.catalog-search-btn {
  width: 60px;
}

.catalog-cart-btn {
  width: 25%;
}

.catalog-cart {
  text-align: center;
  display: block;
}

.catalog-search-btn {
  background: #333;
  padding: 10px 6px;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  text-align: center;
  font-size: 12px;
}

.item-name{
    display: block;
    width: 95%;
    margin: 0 auto;
    padding: 0.25rem 0;
    white-space: normal;
    overflow: hidden;
    font-size: calc(1rem * 0.85);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    line-height: 1.5;
    min-height: calc(1em* 1.5* 2);
}
.shop-logo img {
    height: 55px;
    max-width: 250px;
    object-fit: contain;
}
/* 初期は非表示にする */
.shop-logo {
  max-width: 250px;
  height: 55px;
  opacity: 1;
  transition: opacity .25s ease, transform .25s ease, visibility .25s;
}

.accordion {
  padding-top: 10px;
  padding-bottom: 50px;
}

.accordion-item {
  border-bottom: 1px solid #ccc;
   line-height: 2; 
}

.accordion-content {
  max-height: 0;
  overflow: hidden;
  padding: 0 15px;
  line-height: 2;      /* ← 行間を広く */
    transition: max-height 0.5s ease;
}
.accordion-content p {
  margin-bottom: 1em;
}
.accordion-header.active + .accordion-content {
  padding-top: 10px;
  padding-bottom: 20px;
}

.accordion-header {
  position: relative;
  padding: 15px;
  font-weight: bold;
  cursor: pointer;
  border-bottom: 1px solid #ccc;
  font-size: 16px;
}

.accordion-header::after {
  content: "+";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 24px; 
  font-weight: bold;
  color: #333; 
  transition: transform 0.3s ease, content 0.3s ease;
}

.accordion-header.active::after {
  content: "-"; 
}

/*=======================
category-wrap
=======================*/
.category-list {
  display: grid;
  grid-template-columns: repeat(4, 280px);
  gap: 24px;
  justify-content: start; 
  margin-bottom: 5vh;
}

.category-list li {
  width: 280px; 
}

ul.category-list li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  margin-bottom: 8px;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transition: width 700ms 0s;
}

li.category-item.all_items{
    display: none;
}
.product-item-name.cate {
    text-align: center;
    font-weight: 700;
    font-size: 1.1rem;
    line-height: 1.5;
}

.product-list li:hover .product-item-image {
    width:120%;
}

.category-list li:hover .product-item-image {
    width:120%;
}

.category-list .cate {
margin-top: 1.65rem;
    opacity: 1.5;
}
.category-list a:hover {
    opacity: 0.8;
}


/* ===============================
   Slick 矢印（共通）
   =============================== */

/* テーマの before/after 上書きを無効化 */
.slick-arrow::before,
.slick-arrow::after { content: none !important; }

/* クリック領域＆見た目（黒背景の四角） */
button.slick-arrow.my-arrow{
  position: absolute;
  width: 40px; height: 80px;
  display: flex; align-items: center; justify-content: center;
  background: rgba(0,0,0,.85) !important;
  border: 0; cursor: pointer; z-index: 9999;
  color: #fff;                  /* SVG が currentColor を使う想定 */
  pointer-events: auto;
}

/* サムネ用（少し低め） */
.item-image-thumb button.slick-arrow.my-arrow{
  width: 40px; height: 60px;
}

/* 無効時 */
.slick-arrow.slick-disabled { opacity: .3; pointer-events: none; }

/* SVG はクリックを奪わない */
.my-arrow svg { width: 18px; height: 18px; pointer-events: none; }

/* スクリーンリーダー専用（画面には出さない） */
.visually-hidden{
  position:absolute !important; width:1px !important; height:1px !important;
  padding:0 !important; margin:-1px !important;
  overflow:hidden !important; clip:rect(0 0 0 0);
  white-space:nowrap !important; border:0 !important;
}

/* ラッパーを絶対配置の基準に */
.module-product-list,
.item-image-list,
.item-image-thumb,
.item-image-wrap,
.section-wrap { position: relative;}



/* 左右位置（共通） */
button.slick-prev.my-arrow  { left:  -2%; }
button.slick-next.my-arrow  { right: -2%; }

/* 上下位置（用途別） */
.item-image-wrap  button.my-arrow { top: 42%; }
.item-image-thumb button.my-arrow { top: 20%; }
.section-wrap     button.my-arrow { top: 30%; }

/* サムネ画像のホバー */
.item-image-thumb .product-item-image:hover{
  cursor: pointer;
  opacity: 0.7;
}

/* ===============================
   商品リスト（レイアウト）
   =============================== */

/* PC は 5列、可変幅。slick外の通常リスト想定 */
.product-list {
  flex-wrap: wrap;
  gap: 15px;
  justify-content: space-around;
}

.module-product-list.product-list li {
  width: 18%;
  position: relative;
}


/* 文字周り */
.product-item-name {
  width: 95%;
  margin: 0 auto;
  padding: 0.25rem 0;
  font-size: calc(1rem * 0.85);
  line-height: 1.5;
  min-height: calc(1em * 1.5 * 2);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}

.product-item-pankuzu {
  width: 95%;
  margin: 0 auto;
  padding: 0.25rem 0;
  white-space: nowrap;
  overflow: hidden;
  font-size: calc(1rem * 0.65);
}

.product-item-price-wrap { text-align: right; padding-right: 0.5rem; }
.module-product-list .product-item-price { font-size: 1rem; width: 100%; text-align: right;}

.product-list-wrap.half {
    display: flex;
    justify-content: space-around;
}
.product-list-wrap.half > div {
    width: 45%;
}

.information-list {
    border-bottom: 1px dotted #d2d2d2;
    padding: 1.5rem;
}
.information-list, .module-review-list a {
    display: flex;
    width: 100%;
    margin: 0 auto;
    font-size: calc(1rem * 0.85);
}
p.empty {
    display: block;
    width: 100%;
    text-align: center;
    font-size: calc(1rem * 1.3);
    font-weight: bold;
    color: #d2d2d2;
    padding: 20px 0;
}
.information-more {
    font-size: calc(1rem * 0.75);
    text-align: right;
}
  /*news*/
  #news-area {
    overflow: hidden;
  }

  .information-list {
    flex-wrap: nowrap;
  }
  .information-label {
    width: 25%;
    margin-bottom: 0;
  }
  .information-contents {
    width: 65%;
  }




/* -----------------------------------------------------------------
   Header Module
----------------------------------------------------------------- */
header {
  z-index: 99999;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  margin: 0 auto;
}
header.fixed {
  position: fixed;
}

h1{
  width: 100%;
  padding: 0 1rem;
  margin-top: 5px;
  font-size: 0.75rem;
}
h1.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

header.fixed h1 {
  height: 0;
  overflow: hidden;
}

.headnavi {
  padding: 24px 16px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1220px;
  margin: 0 auto;
}

header.fixed .headnavi {
  padding: 16px;
}

.headnavi .spacer {
  flex-grow: 1;
}

.nav-list {
 display: flex;
}

.nav-list li {
    margin: 0 16px;
    min-width: 80px;
    display:flex;
    cursor: pointer;
}

.nav-list li span {
    display: block;
}

.nav-item.now > div > span:first-of-type,
.nav-item > div > span.login,
.sp-menunavi.open {
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
}

.nav-item.now > div > span.expand,
.sp-menunavi .expand {
  color: #2f2f2f;
  background: none;
}

@media all and (-ms-high-contrast: none) {
  .nav-item.now > div > span:first-of-type,
  .nav-item > div > span.login,
  .sp-menunavi.open {
    background: none;
    color: #2f2f2f;
  }

}

.account-cart-box {
  margin-left: 16px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.account-cart-box li {
  margin: 0 0.5rem;
  position: relative;
}
.account-cart-box .material-icons-outlined {
  font-size: 36px;
  cursor: pointer;
}

.cart-icon {
  position: relative;
}

.cart-badge.add {
  animation: cartbadge 200ms linear 100ms;
}

.sp-header-nav,
.menunavi-search {
  display: none;
}

.menunavi-search {
  position: relative;
  width: 100%;
  display: flex;
}

.menunavi-body {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    width: 1220px;
    padding: 36px 0px 24px;
    min-height: 350px;
    max-height: 80vh;
}
.menunavi-body {
  background: #f1f1f1;  
}
.menunavi-contents .menunavi-body,
.menunavi-items .menunavi-body {
  margin: 0 auto;
  width: 100%;
}
.msh.menunavi-body{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    width: 100%    ;
    max-width: 1220px;
    padding: 36px 0px 24px;
    min-height: 30px;
    max-height: 80vh;
}
.msh .search-keyword {
    height: 46px;
    width: 100%;
    border: 1px solid var(--bd);
    margin-left: 12px;
}
ul.main-menu-item {
  width: 1220px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 1.5rem;
}
.category-box {
    width: 30%;
}
.category-title, .campaign-title {
    font-size: 1rem;
    font-weight: bold;
    border-bottom: 1px solid #999;
    display: block;
    margin-bottom: 0.8rem;
}
.sub-categories li a {
    display: block;
    height: 100%;
}
.sp-menu, .material-icons.menunavi-arrow {
    display: none;
}
.nav-item.now > div > span:first-of-type,
.nav-item > div > span.login {
  background: linear-gradient(90deg, #b465da 0%, #cf6cc9 33%, #ee609c 66%, #ee609c 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent; /* ← これが超重要（Chrome/Safari） */
  color: transparent;                    /* ← Firefox 用の互換 */
  display: inline-block;                 /* 行全体に背景が広がるのを防ぐ */
}

.sp-menunavi.open {
  background: none;
  -webkit-background-clip: initial;
  background-clip: border-box;
  -webkit-text-fill-color: initial;
 } 
.expand.up {
    transform: rotate(180deg);
}
.menunavi.open {
    opacity: 1;
    overflow: visible;
    transition: all 300ms 0s ease, opacity 200ms 0s;
}

.menunavi {
    position: absolute;
    z-index: 99;
    height: 0;
    width: 100%;
    opacity: 0;
    overflow: hidden;
    box-sizing: border-box;
    transition: all 300ms 0s ease, opacity 500ms 0s;
}

.menunavi-body.half {
    width: 45%;
    margin-left: auto;
}
.cart-badge {
  position: absolute;
  top: -10px;
  right: -10px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  font-size: calc(1rem * 0.75);
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  color: #fff;
  font-weight: bold;
}
.cart-badge {
    background-image: linear-gradient(to right, #b465da 0%, #cf6cc9 33%, #ee609c 66%, #ee609c 100%);
}

/* 見出しの下線ダミー */
.main-menu-item::after {
  content: "";
  display: block;
  width: 30%;
}

/* ========== &#8804; 550px ========== */

.product-list {
    justify-content: space-around;
    flex-wrap: wrap;
}
.module-product-list.product-list li {
    width: 18%;
    position: relative;
}

.module-product-list li {
    margin-right: 15px;
    margin-bottom: 25px;  
}
.product-item-image-wrap {
    position: relative;
    width: 100%;
    display: block;
    aspect-ratio: 1 / 1;
    overflow: hidden;
}
.product-item-image {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transition: width 700ms 0s;
}

.choice-btn {
    --thumb: 80px;
    --gap: 8px;
    margin: 6px 0 40px;
}

.choice-btn .slick-slide {
    float: none;
    width: auto !important;
    margin: 0 !important;
} 

.choice-btn li.slick-current img {
    opacity: 1;
    cursor: pointer;
    outline: 3px solid #000;
    outline-offset: -3px;
}
.choice-btn .slick-track {
    display: grid !important;
    grid-template-columns: repeat(auto-fill, minmax(var(--thumb), 1fr));
    gap: var(--gap);
    width: 100% !important;
    transform: none !important;
    justify-items: start;
}
.choice-btn li img {
    display: block;
    width: 100%;
    height: auto;
    opacity: .6;
}
.product-item-name {
  display: block;
  width: 95%;
  margin: 0 auto;
  padding: 0.25rem 0;
  white-space: normal;
  overflow: hidden;
  font-size: calc(1rem * 0.85);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  line-height: 1.5;
  min-height: calc(1em* 1.5* 2);
}

.product-item-pankuzu {
  display: block;
  width: 95%;
  margin: 0 auto;
  padding: 0.25rem 0;
  white-space: nowrap;
  overflow: hidden;
  font-size: calc(1rem * 0.65);
}
.product-item-price-wrap {
    text-align: right;
    padding-right: 0.5rem;
}
.module-product-list .product-item-price {
    font-size: 1rem;
    width: 100%;
    text-align: right;
}


.product-list-wrap h2 .annotation {
  display: block;
  font-size: calc(1rem * 0.75);
  font-weight: 100;
}

.fw700 {
  font-weight: 700;
}

.base-color {
  background: #fff;
}

.product-list-wrap.half h2::after {
  width: 440px;
  left: -120px;
}
.product-list-wrap h2::after {
  content: "";
  height: 1px;
  width: 900px;
  background-color: #2f2f2f;
  display: block;
  position: absolute;
  top: 50%;
  left: -350px;
  z-index: -1;
}
/* -----------------------------------------------------------------
   Section Module
----------------------------------------------------------------- */
section.product-list-wrap {
  margin: 48px 0;
  width: 100%;
}

.product-list-wrap h2 {
  display: block;
  width: 200px;
  padding: 24px 0;
  text-align: center;
  font-size: 1.8rem;
  margin: 0 auto;
  position: relative;
}

.product-list-wrap h2::after {
  content: "";
  height: 1px;
  width: 900px;
  background-color: #2f2f2f;
  display: block;
  position: absolute;
  top: 50%;left:-350px;z-index:-1;
}

.product-list-wrap h2 .annotation {
  display: block;
  font-size: calc(1rem * 0.75);
  font-weight: 100;
}

/* ===== Mobile Search Bar ===== */
.menunavi-search .menunavi-body {
  position: absolute;
  height: 0;
  overflow: hidden;
  opacity: 0;
  width: 100%;
  padding: 0;
  display: flex;
  transition: all 500ms 0s;
}
.search-btn{

}
.search-form-5 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 250px; /* 任意の幅に調整してください */
  overflow: hidden;
  border-radius: 3px;
  background-color: #f2f2f2;
}
.menunavi-search .search-btn a {
  justify-content: center;
}

.search-keyword {
  border-bottom: 1px solid #d2d2d2;
}

.menunavi-search.open .menunavi-body {
  height: 100px;
  opacity: 1;
  padding: 30px;
  z-index: 98;
}

.search-box input {
  width: 100%;
  margin: 5px auto;
  font-size: calc(1rem * 0.75);
  box-sizing: border-box;
}

input.search-keyword sp-search-input{
border-bottom: 1px solid #d2d2d2;
}


.option-image-option1 { grid-template-columns: repeat(5, 1fr); }

.fav-wide{
  margin: 18px auto 18px;  
  display:flex; align-items:center; justify-content:center; gap:.6rem;
  width:100%; height:56px;
  border:1px solid #181818;
  background:#fff; color:#181818; text-decoration:none;
  transition: background .2s, color .2s, border-color .2s, box-shadow .2s;
}
.fav-wide:hover{ background:#181818; color:#fff; }
.fav-wide:focus-visible{ outline:2px solid #4c9ffe; outline-offset:2px; }

/* ハート */
.fav-wide .heart{ width:20px; height:20px; display:block; }
.heart-stroke{ stroke:#e60033; stroke-width:1.6; stroke-linecap:round; stroke-linejoin:round; }
.heart-fill{ display:none; fill:#e60033; }


.fav-wide.is-active .heart-fill{ display:block; }
.fav-wide.is-active .heart-stroke{ display:none; }
.fav-wide.is-active .label::after{ content:""; } 



.inquiry .cart-btn a {
  color: #000000;
  font-weight: normal;
  padding: 1rem;
  font-size: calc(1rem * 0.85);
}

.inquiry .cart-btn a span {
  margin-right: 0.5rem;
}
.cart-btn a {
  align-items: center;
  display: flex;
  height: 100%;
  color: rgb(255, 255, 255);
  font-size: 1rem;
  font-weight: bold;
  position: relative;
  white-space: nowrap;
  padding: 1rem;
  overflow: hidden;
}
.point-value{
  font-size:150%;
  color:#00AEEF;
}

.option-image-option1 a.buy {
  outline: 2px solid #000;
  outline-offset: -2px;
}
.option-image-option1 a {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  color: inherit;
  border: 2px solid #eee;
  border-radius: 0;
  overflow: visible;
  cursor: pointer;
  opacity:1;
}
.option-image-option1 {
  display: grid;
  gap: 10px;
  width: 100%;
  margin: 8px 0 30px;
}


/* 売り切れのカラー表示（少し暗く＆バッジ） */
.option-image-link.is-soldout {
    position: relative;
}
.option-image-link.is-soldout::after {
    content: "在庫なし";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 40px;

    font-size: 10px;
    color: #fff;
    text-align: center;

    background: #3c3c3c;
    padding: 2px 0;

    z-index: 2;
    pointer-events: none;
}
.option-image-link.is-soldout .thumb {
    position: relative;
    z-index: 1;
}
.option-image-link.is-soldout .option-image {
    opacity: .45;
    filter: grayscale(30%);
}
.cart-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  border-width: 1px;
  border-style: solid;
  border-color: rgb(24, 24, 24);
  border-image: initial;
}
.modal-area {
  display: none;
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* どちらのボタンも同じ見た目・高さに */
.sku .sku-cart a.sku-btn{
  display:flex;                 /* アイコン縦位置も揃う */
  align-items:center;
  justify-content:center;
  width:100%!important;
  padding:15px 0;               /* ← !important を打ち消す */
  font-size:13px;
  font-weight:700;
  box-sizing:border-box;
}


/* SKU画像の上に余白を追加 */
.sku .sku-img {
  padding-top: 8px; /* または margin-top でもOK */
  vertical-align: top;
}

/* 画像のサイズ調整・余白を統一 */
.sku .sku-img img {
  display: block;
  margin: 6px 0; /* 上下の余白を整える */
  max-width: 100%;
  height: auto;
}


.modal-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70%;
    max-width: 500px;
    padding: 30px;
    background-color: #fff;
}

.modal-bg {
    width: 100%;
    height: 100%;
    background-color: rgba(30, 30, 30, 0.9);
}

.modal-cart-btn li a {
    width: 240px;
    display: inline-block;
    text-align: center;
    padding: 15px 0;
    font-weight: bold;
    font-size: 13px;
    color: #fff;
}
.modal-cart-btn {
    display: flex;
    justify-content: center;
    align-items: center;
}
.modal-cart-btn li {
    border-radius: 5px;
    margin: 12px;
}
.modal-cart {
    background: #707070;
}
.modal-order {
    background: #1FD5AD;
}

.modal-close {
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    cursor: pointer;
}
.modal-open {
  display: flex;
  align-items: baseline;
}
/* -------------------------review-------------------- */

/* 親：2列グリッド（左=画像固定幅 / 右=本文可変） */
.module-review-list{
  display:grid;
  grid-template-columns: 120px 1fr; /* 画像幅は調整可 */
  grid-auto-rows: auto;
  column-gap:16px;
  row-gap:12px;
  padding:16px 0;
  border-bottom:1px solid #eee;
  align-items:start;
}

/* 上段を2列ぶち抜き */
.module-review-list .review-head{
  grid-column: 1 / -1;
  display:flex;
  align-items:center;
  gap:8px;
}
.review-stars{ line-height:1; }
.review-score{ font-weight:700; }
.reviewer-name{ margin-left:auto; font-weight:600; }

/* 下段：位置指定（左=画像 / 右=本文） */
.module-review-list .review-image{ grid-column:1; }
.module-review-list .review-image img{
  width:100%; height:auto; display:block; border-radius:4px; object-fit:cover;
}
.module-review-list .review-text{ grid-column:2; }
.module-review-list .review-text p{ line-height:1.8; margin:0; }
.reviewer-icon {
    font-family: "Font Awesome 5 Free" !important;
    content: "\e96a" !important;
    font-size: 12px !important;
    margin-right: 8px !important;
    vertical-align: middle !important;
    color: #b5b5b5;
}


.module-review-list .review-text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
}

.module-review-list .review-text p.date {
  text-align: right;       /* 右寄せ */
  margin-top: 8px;         /* 上との余白 */
  font-size: 13px;
  color: #666;
}

.fb-share-butto span{
  vertical-align: top!important;
}

.option-price{
  font-size: 24px;
}


@media (max-width: 640px){
  .floating-search{
    display: none!important;
  }
}


.amz {
  width: 100%;
}

.amazonpay-button-parent-container-checkout-A1LLAJXTV2POTQ {
  height: 70px !important;  /* ←ここを好きな高さに */
  width: 400px !important;  /* 必要なら幅も固定 */
}


.floating-search {
  position: fixed;
  top: 40%;
  right: 30px;
  z-index: 9999;
  display: flex;
  align-items: center;
  gap: 10px;
}

/* 丸いトグルボタン */
.floating-search .fs-btn {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: none;
  background: #000;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 6px 18px rgba(0, 0, 0, .18);
  transition: background .3s ease, transform .3s ease;
}
.floating-search .fs-btn:hover {
  background: #222;
  transform: translateY(-1px);
}

/* 検索フォーム（閉じた状態） */
.floating-search .fs-form {
  width: 0;
  overflow: hidden;
  display: flex;
  align-items: center;
  gap: 8px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 24px;
  padding: 6px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, .12);
  transition: width .35s ease;
  margin-left: 0; /* ← これを明示 */
}

/* 開いた状態 */
.floating-search.open .fs-form {
  width: 260px; /* ここで横に伸びる */
}

/* 入力欄 */
.floating-search .fs-input {
  flex: 1 1 auto;
  border: none;
  outline: none;
  font-size: 14px;
}

/* 送信ボタン */
.floating-search .fs-submit {
  border: none;
  background: #000;
  color: #fff;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  flex-shrink: 0;
}

/* アイコンのアニメーション */
.floating-search .fs-btn i,
.floating-search .fs-submit i {
  font-size: 24px;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.floating-search.open .fs-btn i {
  transform: rotate(90deg);
}

/* 送信ボタン（右の丸）を確実に中央揃え */
.fs-submit-link{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #000;
  color: #fff;
  text-decoration: none;
  line-height: 1;          /* 余計な行間を消す */
  box-sizing: border-box;
}

/* アイコンの縦位置ブレを防ぐ */
.fs-submit-link .material-icons{
  display: block;          /* baseline を無効に */
  line-height: 1;          /* 行間ゼロ */
  font-size: 20px;         /* 好みで 20–24px */
}

/* もしまだ 1px だけズレる場合の微調整 */
.fs-submit-link i{
  position: relative;
  top: 0;                  /* 0 〜 -1px で調整してOK */
}




.nav-guide,.nav-account { position: relative; }
.nav-guide .menunavi-wrap,
.nav-account .menunavi-wrap{
  position: absolute;
  top: calc(100% + 12px);
  right: -30px;
  min-width: 250px;
  background: #fff;
  border: 1px solid #e6e6e6;
  box-shadow: 0 12px 32px rgba(0,0,0,.15);
  padding: 16px 18px;
  z-index: 10000;

  /* 初期は隠す（displayで確実に） */
  display: none;
  opacity: 0;
  transform: translateY(6px);
  pointer-events: none;
  transition: opacity .18s ease, transform .18s ease;
}
.nav-guide .menunavi-wrap.open,
.nav-account .menunavi-wrap.open{
  display: block;       
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.nav-account ul{
  margin: 30px 0;
}

.nav-guide .menunavi-wrap.open .menunavi,
.nav-guide .menunavi-wrap.open .menunavi-account,
.nav-account .menunavi-wrap.open .menunavi,
.nav-account .menunavi-wrap.open .menunavi-account{
  display: block !important;
}

li.login{
  margin-bottom: 20px;

}


li.login a{
  display: block;
  font-size: 0.8rem;
  min-height: 60px;
  width: 100%;
  margin: 10px auto 0;
  background-color: #000;
  border-color: #000;
  color: #fff;
}
li.login a span{
  width: 100%;
  min-height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.login .material-icons-outlined{
  font-size: 1.6rem;
  margin-right: 10px;
}


li.signup a{
  display: block;
  font-size: 0.8rem;
  min-height: 40px;
  width: 100%;
  margin: 10px auto 0;
  background-color: #fff;
  border-color: #000;
  color: #000;
}

li.signup a span{
  width: 100%;
  min-height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #000;
}
.signup .material-icons-outlined{
  font-size: 1.6rem;
  margin-right: 10px;
}

.guide-box .material-icons-outlined{
  margin-right: 10px;
}

.guide-box li a span{
  display: flex;
  align-items: center;
  justify-content: center;
}
.guide-box li a i{
  display: flex;
  align-items: center;
  justify-content: center;
}
/* ---------- ガイドのUL部分 ---------- */
.nav-guide .menunavi-wrap > ul {
  list-style: none;
}

/* 各リスト行 */
.nav-guide .menunavi-wrap > ul > li {
  margin: 10px 0;
}

/* 各リンク行のデザイン */
.nav-guide .menunavi-wrap a {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #222;
  text-decoration: none;
  font-size: 14px;
  line-height: 1.5;
  white-space: nowrap;
  transition: background 0.2s ease;
}

/* ホバー時 */
.nav-guide .menunavi-wrap a:hover {
  background: #f5f5f5;
  border-radius: 4px;
}

/* アイコン位置をきれいに */
.nav-guide .menunavi-wrap i.material-icons-outlined {
  font-size: 20px;
  width: 36px;
  text-align: center;
  flex-shrink: 0;
  color: #333;
}


._paidy-promotional-messaging div div{
  padding: 0px 0!important;
}


#review-area .review-item{
  margin-left: 10px;
}
#review-area .review-item,
#review-area .information-more {
  display: inline-block;
  vertical-align: middle;
}

/* 2つのリンクを左右に配置 */
#review-area .section-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px; /* 位置調整用 */
}

/* 左右のリンクデザイン調整（任意） */
#review-area .section-footer a {
  color: #333;
  text-decoration: none;
  font-weight: 500;
}
#review-area .section-footer a:hover {
  text-decoration: underline;
}

.review-item a:before {
  font-family: 'Font Awesome 5 Free';
  content: "\f304";
  font-size: 16px;
  font-weight: 900;
  padding-right: 10px;
  color: fff;
}


/* ------- list reset ------- */
.menunavi-wrap ul {list-style: none; margin: 0; padding: 0 10px;}
.menunavi-wrap li {margin:10px 0;}

/* ------- welcome row ------- */
.menunavi-wrap li.welcome {
  padding: 14px 14px 12px;
  font-weight: 700;
  color: #222;
  letter-spacing: .02em;
  border-bottom: 1px solid #eee;
  margin-bottom: 6px;
}

/* ------- rows ------- */
.menunavi-wrap li a {
  display: block;
  text-decoration: none;
  color: #222;
  border-radius: 12px;
  transition: background .18s ease, transform .18s ease;
}
.menunavi-wrap li a:hover {background: #f6f8ff; transform: translateY(-1px);}

/* アイコン＋文字の整列 */
.menunavi-wrap li a span {
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 500;
}

/* アイコンを丸背景で見せる */
.menunavi-wrap li a span i.material-icons-outlined {
  font-size: 22px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #f3f5f9;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 36px;
  transition: background .18s ease;
}
.menunavi-wrap li a:hover i.material-icons-outlined {background: #e9edff;}

/* 名前の下にアンダーライン（装飾線） */
.menunavi-wrap li.welcome::after {
  content: "";
  position: absolute;
  left: 14px;
  bottom: 0;
  width: calc(100% - 28px);
  height: 2px;
  background: linear-gradient(90deg, #3b4bb1 0%, #7f8cff 100%);
  border-radius: 2px;
}

/* === 右寄せフローティング・パネル ================================== */
.menunavi-body.half{
  position: relative;
  margin-left: auto;           /* 右寄せ */
  width: clamp(560px, 45vw, 774px); /* 560〜774の間で流動＋最大774px */
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
  overflow: visible;
  box-sizing: border-box;
}

/* 床に落ちるソフト影（下にふわっと） */
.menunavi-body.half::before{
  content: "";
  position: absolute;
  left: 0; right: 0;
  bottom: -26px;
  height: 120px;
  background: radial-gradient(120% 70% at 50% 0%,
              rgba(0,0,0,.18) 0%, rgba(0,0,0,0) 60%);
  filter: blur(12px);
  z-index: -1;
}

/* === カード本体（ニュースのみ） ===================================== */
.menunavi-body.half #news-area{
  width: 100%;                 /* ← 固定幅を解除して親に合わせる */
  background: #fff;
  border: 1px solid rgba(0,0,0,.06);
  box-shadow:
    0 28px 60px rgba(24,28,50,.18),
    0  6px 16px rgba(24,28,50,.08);
  padding: 28px 36px 22px;
  box-sizing: border-box;
  backdrop-filter: saturate(120%); /* 少しだけ色をリッチに（対応環境のみ） */
}

/* 見出し */
.menunavi-body.half #news-area h2{
  margin: 0 0 18px;
  line-height: 1.2;
  display: flex; align-items: baseline; gap: 10px;
}
.menunavi-body.half #news-area h2 .title{
  font-size: 20px; font-weight: 800; color: #222;
  background: #eef2ff; padding: 6px 12px 4px; border-radius: 8px;
}
.menunavi-body.half #news-area h2 .annotation{
  font-size: 13px; color: #8A8F9C;
}

/* リスト */
.menunavi-body.half #news-area .section-wrap{ margin-top: 6px; }
.menunavi-body.half #news-area .information-list{
  display: grid; grid-template-columns: 120px 1fr;
  align-items: center; column-gap: 28px;
  padding: 16px 0; border-bottom: 1px dashed #e4e6ed;
}
.menunavi-body.half #news-area .information-list:last-child{ border-bottom: none; }

.menunavi-body.half #news-area .information-label{
  color: #6b7280; font-size: 15px; letter-spacing: .03em;
  font-weight: 500; white-space: nowrap;
}
.menunavi-body.half #news-area .information-contents{ margin: 0; }
.menunavi-body.half #news-area .information-contents a{
  color: #222; text-decoration: none; font-weight: 500; font-size: 15px; line-height: 1.6;
  display: inline-flex; align-items: center; gap: 8px;
  transition: color .2s ease, transform .2s ease;
}
.menunavi-body.half #news-area .information-contents a::after{
  content: "arrow_forward";
  font-family: "Material Icons Outlined";
  font-size: 18px; opacity: 0; transform: translateX(-6px);
  transition: transform .2s ease, opacity .2s ease;
}
.menunavi-body.half #news-area .information-contents a:hover{
  color: #3b4bb1; transform: translateX(2px);
}
.menunavi-body.half #news-area .information-contents a:hover::after{
  opacity: .9; transform: translateX(0);
}

/* 一覧ボタン */
.menunavi-body.half #news-area .information-more{ margin: 22px 0 4px; text-align: center; }
.menunavi-body.half #news-area .information-more a{
  display: inline-block; padding: 8px 20px; border-radius: 999px;
  background: linear-gradient(135deg,#eef2ff 0%,#e0e5ff 100%);
  color: #3b4bb1; font-size: 14px; font-weight: 600; text-decoration: none;
  transition: background .2s ease, transform .2s ease;
}
.menunavi-body.half #news-area .information-more a:hover{
  background: linear-gradient(135deg,#e9edff 0%,#d6dcff 100%);
  transform: translateY(-1px);
}



/* NEWSの<li>を基準点に */
.menunavi.menunavi-contents.nav-item.nav-news { position: relative; }

/* ドロップダウン：右端を“サイト幅の右端”に合わせる */
.menunavi.menunavi-contents.nav-item.nav-news > .menunavi-body.half{
  position: absolute;
  top: calc(100% + 0px);
  /* 1200pxがサイトのコンテンツ幅。必要に応じて変更 */
  right: max(16px, calc((100vw - 1200px) / 2));
  left: auto !important;
  transform: none !important;
  /*width: min(774px, 92vw);*/
  z-index: 1000;
}

/* 画面が狭い時は中央寄せに切替（はみ出し防止） */
@media (max-width: 960px){
  .menunavi.menunavi-contents.nav-item.nav-news > .menunavi-body.half{
    right: 50%;
    left: 50% !important;
    transform: translateX(-50%) !important;
    width: min(94vw, 620px);
  }
}



.makeshop-calendar1 th.saturday, .makeshop-calendar2 th.saturday {
    color: #fff;
    background: #6495ed;
}
.makeshop-calendar1 th.sunday, .makeshop-calendar2 th.sunday {
    color: #fff;
    background: #f08080;
}


.makeshop-calendar1 tbody td.saturday, .makeshop-calendar2 tbody td.saturday {
    background: #ffcccc;
    color: #000;
}
.makeshop-calendar1 tbody td.sunday, .makeshop-calendar2 tbody td.sunday {
    background: #ffcccc;
    color: #000;
}




.review-itemname a:hover {
  color: #3b4bb1;
}

/* レビュー全体を2カラム（左=画像, 右=本文）に */
.module-review-list{
  display: grid;
  grid-template-columns: 110px 1fr; /* 画像幅はお好みで */
  column-gap: 16px;
  row-gap: 8px;
}

/* タイトルと星/名前行は全幅にまたがる */
.module-review-list .review-itemname,
.module-review-list .review-head{
  grid-column: 1 / -1;
}

/* 画像と本文の配置 */
.module-review-list dt.review-image{ grid-column: 1; }
.module-review-list dd.review-text { grid-column: 2; }

/* タイトルの2行省略 */
.review-itemname{
  width: 100%;
}
.review-itemname a{
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  word-break: break-word;
  line-height: 1.5;
  text-decoration: none;
  color:#222;
}



/* ===== PCベース：かなり控えめ＆横にスッキリ ===== */
.top-seo-text {
  max-width: 720px;           /* 横幅を絞って間延び感を減らす */
  margin: 8px auto 4px;       /* 上下マージンもぎゅっと */
  padding: 0;
  text-align: center;
  font-size: 0.72rem;
  line-height: 1.7;
  color: #888;
}

.top-seo-text h2 {
  margin: 0 0 2px;
  font-size: 0.76rem;
  font-weight: 400;
  letter-spacing: .18em;
  text-transform: uppercase;  /* ちょっとロゴっぽい雰囲気 */
}

.top-seo-text p {
  margin: 0;
  font-size: 0.7rem;
  color: inherit;
}

/* PCでは <br> を殺して、1行〜2行で収まるようにする */
@media (min-width: 769px) {
  .top-seo-text br {
    display: none;
  }
}

/* ===== SP：SEOだけ残して完全に視覚非表示（sr-only） ===== */
@media (max-width: 768px) {
  .top-seo-text {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }
}


/* カテゴリページ専用 SEOテキスト（PCのみ控えめ表示） */
.category-seo-text {
  margin: 10px 0 8px;
  padding: 0;
  border: none;
  text-align: left;
  font-size: 0.8rem;
  line-height: 1.9;
  color: #777;
}

.category-seo-text h2 {
  margin: 0 0 6px;
  font-size: 0.9rem;
  font-weight: 400;
  letter-spacing: .12em;
}

/* スマホでは視覚的には非表示（スクリーンリーダー用に残す） */
@media screen and (max-width: 768px) {
  .category-seo-text {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }
}



/* ============================
   Hoola 同カテゴリ表示（独立デザイン）
   ============================ */

/* セクション全体 */
#hoola-samecat-section {
  margin: 80px 0 40px;
  padding: 0 4px;
}


#hoola-samecat-section .hoola-samecat-title {
  font-size: 1.35rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  color: #333;
  display: inline-block;
  padding-bottom: 8px;
  position: relative;
}

#hoola-samecat-section .hoola-samecat-title::after {
  content: "";
  display: block;
  width: 115%;
  height: 6px;
  background: rgba(243, 228, 225, 0.85); /* 淡ピンクベージュ */
  border-radius: 999px;
  position: absolute;
  bottom: 0;
  left: -5%;
  z-index: -1;
}

/* 横スクロールで崩れないカードリスト */
#hoola-samecat-section .hoola-samecat-list {
  display: flex;
  gap: 16px;
  flex-wrap: nowrap;
  overflow-x: auto;
  padding: 12px 0 4px;
  scroll-snap-type: x mandatory;
}

#hoola-samecat-section .hoola-samecat-list::-webkit-scrollbar {
  display: none;
}

/* カード本体（シンプルめ） */
#hoola-samecat-section .hoola-samecat-item {
  flex: 0 0 auto;
  width: 150px;
  scroll-snap-align: start;
}

#hoola-samecat-section .hoola-samecat-item a {
  text-decoration: none;
  color: inherit;
  display: block;
}

#hoola-samecat-section .hoola-samecat-item img {
  width: 100%;
  border-radius: 6px;
  display: block;
}

/* 商品名・価格 */
#hoola-samecat-section .hoola-samecat-item .name {
  font-size: 0.85rem;
  margin-top: 6px;
  display: block;
}

#hoola-samecat-section .hoola-samecat-item .price {
  font-size: 0.9rem;
  font-weight: 700;
  margin-top: 2px;
}
/* タイトルを2行まで表示、省略（…）対応 */
#hoola-samecat-section .hoola-samecat-item .name {
  display: -webkit-box;
  -webkit-line-clamp: 2;      /* 2行制限 */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.45;
  max-height: calc(1.45em * 2); /* 2行分の高さ */
}
#hoola-samecat-section .hoola-samecat-item .name {
  letter-spacing: 0.01em;
}

#hoola-samecat-section button.slick-arrow.my-arrow {
    position: absolute;
    width: 40px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, .85) !important;
    border: 0;
    cursor: pointer;
    z-index: 9999;
    color: #fff;
    pointer-events: auto;
}


/* ============================
   もっと見るボタン
   ============================ */
#hoola-samecat-section .hoola-samecat-more-wrap {
  text-align: center;
  margin: 12px 0 24px;
}

#hoola-samecat-section .hoola-samecat-more-btn {
  display: inline-block;
  padding: 9px 22px;
  font-size: 0.9rem;
  font-weight: 600;
  border-radius: 999px;
  color: #555;
  background: #f5f3f3;
  border: 1px solid #e4e1e1;
  text-decoration: none;
  transition: 0.2s;
}

#hoola-samecat-section .hoola-samecat-more-btn:hover {
  background: #fff;
  border-color: #d5d2d2;
  color: #111;
  box-shadow: 0 2px 6px rgba(0,0,0,0.08);
}

/* スマホ調整 */
@media screen and (max-width: 768px) {
  #hoola-samecat-section .hoola-samecat-more-btn {
    font-size: 0.85rem;
    padding: 8px 20px;
  }
}

/* スマホ調整 */
@media screen and (max-width: 768px) {
  #hoola-samecat-section .hoola-samecat-title {
    font-size: 1.15rem;
  }
}



/* ===== 会員メニュー全体 ===== */
.side-member {
  width: 100%;
  max-width: 300px;
  margin-bottom: 24px;
  padding: 16px 14px;
  background: #fafafa;
  border: 1px solid #ddd;
  box-sizing: border-box; 
}

/* 見出し */
.side-member__title{
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .05em;
  margin: 0 0 12px;
  padding-left: 8px;
  border-left: 3px solid #00AEEF;
}

/* リスト */
.side-member__list{
  list-style: none;
  margin: 0;
  padding: 0;
}

/* 各項目 */
.side-member__list li{
  border-bottom: 1px solid #e5e5e5;
}

.side-member__list li:last-child{
  border-bottom: none;
}

/* リンク */
.side-member__list a{
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 6px;
  font-size: 13px;
  color: #111;
  text-decoration: none;
  transition: background .2s ease;
}

.side-member__list a:hover{
  background: #f0f0f0;
}

/* アイコン */
.side-member__list i{
  font-size: 18px;
  color: #666;
}

/* ようこそ */
.side-member__list .welcome{
  font-size: 13px;
  font-weight: 700;
  padding: 10px 6px;
  color: #333;
  background: #fff;
}

/* 強調（新規会員登録） */
.side-member__list .register a{
  color: #00AEEF;
  font-weight: 700;
}

/* ログアウトは控えめ */
.side-member__list .logout a{
  color: #777;
  font-size: 12px;
}



.item-point-summary{
  margin: 6px 0 12px;
  display: inline-flex;
  align-items: baseline;     /* 下基準 */
  gap: 4px;

  padding: 4px 8px;
  border-radius: 4px;
  background: #00b900;
  color: #fff;

  font-size: 11px;
  line-height: 1.2;          /* 1固定より少し余裕ある方が安定 */
}

.item-point-summary .point-label{
  color: #eaffea;
}

.item-point-summary .point-rate{
  font-size: 18px;
  font-weight: 800;
  line-height: 1;            /* 数字はキュッと */
}

.item-point-summary .point-suffix{
  line-height: 1.2;          /* 周辺テキストの行高を維持 */
}

.choice-btn li {
  list-style: none;
  background: #333;
}


  /* ====== 2ヶ月分カレンダー ====== */
.ms-cal-wrap {
    display: flex;
    flex-direction: column;
}

.ms-cal-wrap > :first-child {
    margin-bottom: 16px;
}

@media (max-width: 768px){
    .ms-cal-wrap{ grid-template-columns:1fr; }
  }

  .ms-cal{
    border:1px solid #e5e7eb;
    border-radius:10px;
    overflow:hidden;
    background:#fff;
  }
  .ms-cal-head{
    background:#6b7280;
    color:#fff;
    padding:10px 12px;
    font-weight:900;
    display:flex;
    justify-content:space-between;
    align-items:center;
  }
  .ms-cal-head .ym{
    font-size:14px;
    letter-spacing:.02em;
  }

  .ms-cal table{
    width:100%;
    border-collapse:separate;
    border-spacing:0;
    table-layout:fixed;
    font-size:12px;
  }
  .ms-cal thead th{
    padding:8px 0;
    border-bottom:1px solid #e5e7eb;
    font-weight:800;
    text-align: center;
  }
  .ms-cal thead th.sun{ color:#ef4444; }
  .ms-cal thead th.sat{ color:#3b82f6; }

  .ms-cal td{
    height:34px;
    text-align:center;
    vertical-align:middle;
    border-bottom:1px solid #f1f5f9;
    border-right:1px solid #f1f5f9;
    position:relative;
  }
  .ms-cal tr td:last-child{ border-right:0; }
  .ms-cal tbody tr:last-child td{ border-bottom:0; }

  .ms-cal .empty{ background:#fff; }
  .ms-cal .day{
    font-weight:700;
    color:#111827;
  }

  /* 定休日（すべて同じ色） */
  .ms-cal .closed{
    background:#f8acac;
    color:#fff;
    font-weight:900;
  }

.ms-cal .today {
  background: #00AEEF;
  color: #fff;
}

span.closed {
    display: inline-block;
    width: 14px;
    height: 14px;
    background-color: #f8acac; /* 休業日の背景色 */
    vertical-align: middle;
    margin-right: 5px;
    border-radius: 2px; /* 少し角を丸くするとモダンになります */
    color: transparent; /* 文字としての ■ は見えなくする */
    overflow: hidden;
}



/* 発送告知 ------------------------*/
/* 右端ズレ対策：幅計算にborder/paddingを含める */
.shipping-estimate,
.shipping-estimate .ship-box{
 box-sizing: border-box !important;
}

/* 親要素の幅いっぱいにフィットさせる */
.shipping-estimate .ship-box{
 width: 100% !important;
 max-width: 100% !important;
}

/* 余白で外に出るケースを潰す（保険） */
.shipping-estimate{
 overflow: hidden !important;
}

/* もし親がinline要素っぽく扱われている場合の保険 
.shipping-estimate{
 display: block !important;
}
*/
.shipping-estimate .ship-box {
  display: inline-flex;
  gap: 10px;
  border: 2px solid #00AEEF !important;
  background: linear-gradient(180deg, rgba(0, 174, 239, 0.08), rgba(0, 174, 239, 0.02)) !important;
  padding: 12px 14px !important;
  flex-direction: row;
  align-items: center;
}
.shipping-estimate .ship-title{
 display:flex !important;
 gap:10px !important;
 font-size: 15px !important;
 font-weight: 900 !important;
 line-height: 1.2 !important;
}
.shipping-estimate .ship-title .badge{
 background: #00AEEF !important;
 color:#fff !important;
 padding: 3px 10px !important;
 border-radius: 999px !important;
 font-size: 12px !important;
 font-weight: 900 !important;
 display: inline-flex !important;
 align-items: center !important;
 line-height: 1 !important;
 text-align: center;
}
.shipping-estimate .ship-title .date{
 color:#00AEEF !important;
 font-weight: 900 !important;
 display: inline-flex !important;
 align-items: baseline !important;
 line-height: 1.2 !important;
 font-size: 17px;
}
.shipping-estimate .ship-sub{
 font-size: 12px !important;
 font-weight: 700 !important;
 color:#1f2933 !important;
 margin-top: 5px;
}



.side .shipping-estimate .ship-box {
  display: block;
}


/* スマホ調整 */
@media screen and (max-width: 768px) {
  .shipping-estimate .ship-box {
    display: block;
  }
}

@media (max-width: 368px) {
  .shipping-estimate .ship-title {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
  }

  .shipping-estimate .ship-sub {
    margin-top: 4px;
  }
}


@media (min-width: 769px){
  #sp-side .ms-cal-wrap{
    display: none;
  }

  #sp-side .shipping-estimate{
    display: none;
  }
}


.fb_iframe_widget span{
  display: block!important;
}