/* カスタマイズ用CSS */
body, div, pre, p, blockquote, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, th, td, figure, figcaption, code {
    margin: 0;
    padding: 0;
    font-family: 'Noto Sans JP', sans-serif;
    line-height: 1.5;
}
body, .ec-role {
  color: #333;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
:root {
  --gray1: #F1EEEF;
  --gray2: #CCCCCC;
  --gray3: #888A8C;
  --redpurple: #550022;
  --gold: #AD9947;
  --black: #333333;
  --black2: #000000;
  --white: #FFFFFF;
}
ol, ul { list-style: none;}

a {color: unset;}
/* inquiry
------------------------------- */
#inquiry #oneWrap {
    padding-bottom: 30px;
  }
  .inquiry_privacy_cap {
    color: #d5001f;
  }
  .inquiry_privacy_sec {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .inquiry_privacy_cont h5 {
    margin-top: 30px;
    margin-bottom: 10px;
    font-weight: 700;
  }
  .inquiry_privacy_cont h5:first-child {
    margin-top: 0;
  }
  .inquiry_privacy_cont li {
    margin-bottom: 10px;
  }
/*note01*/
.note01 {
    display: block;
    margin-top: 5px;
    margin-left: 1px;
    color: #715e5e;
    font-size: 13px;
  }
  .note_inline {
    display: inline;
    margin-left: 10px;
  }
  @media screen and (max-width:767px) {
    .note01 {
      margin-left: 0;
    }
    .note_inline {
      display: block;
    }
  }

  /* capList
------------------------------- */
.capList > li {
	position: relative;
	padding-left: 16px !important;
	margin-bottom: 3px;
}
.capList > li:before {
	content: '※';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
}

/* Restock Notification Layout */
.ec-restockNotificationRole {
    margin-bottom: 2rem;
}
.ec-restockNotificationRole__item {
    display: flex;
    align-items: center;
    padding: 1rem;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    margin-bottom: 1rem;
    background-color: #fff;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

.ec-restockNotificationRole__image {
    flex: 0 0 80px;
    margin-right: 1rem;
}

.ec-restockNotificationRole__image img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 4px;
}

.ec-restockNotificationRole__info {
    flex: 1;
    margin-right: 1rem;
}

.ec-restockNotificationRole__productName {
    font-size: 1.1rem;
    font-weight: bold;
    margin: 0 0 0.5rem 0;
}

.ec-restockNotificationRole__productName a {
    color: #333;
    text-decoration: none;
}

.ec-restockNotificationRole__productName a:hover {
    color: #007bff;
    text-decoration: underline;
}

.ec-restockNotificationRole__variation {
    font-size: 0.9rem;
    color: #666;
    margin: 0 0 0.5rem 0;
}

.ec-restockNotificationRole__status {
    margin: 0.5rem 0;
}

.ec-restockNotificationRole__price {
    margin: 0.5rem 0;
}

.ec-restockNotificationRole__priceIncludingTax {
    font-size: 1.1rem;
    font-weight: bold;
    color: #333;
}
.ec-restockNotificationRole__action {
    flex: 0 0 auto;
}

/* Responsive Design */
@media screen and (max-width: 768px) {
    .ec-restockNotificationRole__item {
        flex-direction: column;
        align-items: flex-start;
    }

    .ec-restockNotificationRole__image {
        flex: none;
        margin-right: 0;
        margin-bottom: 1rem;
        align-self: center;
    }

    .ec-restockNotificationRole__info {
        margin-right: 0;
        margin-bottom: 1rem;
        width: 100%;
    }

    .ec-restockNotificationRole__action {
        align-self: flex-end;
    }
}
/*ブログ新着商品画像*/
.new_item a img{
    width:20% !important;
}
/*ブログ画像3個並び*/
.item_box a img{
 width:33.33% !important;
 margin:0;
 padding:0;
}

/*ブログページ内リンク調整*/
h2.anchor-target {
  scroll-margin-top: 100px; 
}
/*ブログ見出しリボンなど*/
h2.blog_ttl_ribbon {
 position: relative;
  margin: 30px;
  text-align: center;
  scroll-margin-top: 150px; 
}

h2.blog_ttl_ribbon:before,
h2.blog_ttl_ribbon:after {
  position: absolute;
  z-index: 0;
  bottom: -10px;
  display: block;
  content: '';
  border: 1em solid #6fc7ff;
}

h2.blog_ttl_ribbon:before {
  left: -30px;
  border-left-width: 15px;
  border-left-color: transparent;
}

h2.blog_ttl_ribbon:after {
  right: -30px;
  border-right-width: 15px;
  border-right-color: transparent;
}

h2.blog_ttl_ribbon span {
  position: relative;
  z-index: 1;
  display: block;
  padding: 1rem 2rem;
  color: #4181a7;
  background: #9dd9ff;
}

h2.blog_ttl_ribbon span:before,
h2.blog_ttl_ribbon span:after {
  position: absolute;
  bottom: -10px;
  display: block;
  width: 10px;
  height: 10px;
  content: '';
  border-style: solid;
  border-color: #9dd9ff transparent transparent transparent;
}

h2.blog_ttl_ribbon span:before {
  left: 0;
  border-width: 10px 0 0 10px;
}

h2.blog_ttl_ribbon span:after {
  right: 0;
  border-width: 10px 10px 0 0;
}
h3.blog_ttl_circle {
  position: relative;
  z-index: 1;
  padding-left: 20px;
  font-weight: bold;
  color: #f68b1d;
  scroll-margin-top: 150px; 
}

h3.blog_ttl_circle::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background: #fee8b3;
  border-radius: 50%;
  z-index: -1;
  opacity: 0.7;
}