/* カスタマイズ用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;
}