/* Slider */
@media screen and (max-width: 1030px) {
  .slider {
    margin-left: -20px;
    margin-right: -20px;
    position: relative;
  }
}
#slider div {
  width: 100%;
  max-width: 100%;
  height: auto;
}
#slider > div {
  display: none;
}
.bx-viewport #slider > div {
  display: block;
}
.bx-wrapper {
  z-index: 0;
}
.bx-wrapper img {
  width: 100%;
  height: auto;
}
.bx-wrapper .bx-viewport {
  box-shadow: none !important;
  border: 0 !important;
  left: 0 !important;
}
.bx-wrapper .bx-pager {
  bottom: -30px !important;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  margin: 0 4px !important;
  width: 30px !important;
  height: 2px !important;
  background: #e0e0e0 !important;
  border-radius: 0 !important;
  transition: all 0.3s ease;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, 
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #000000 !important;
}

/* Titles */
.c-ttl-main {
  display: block;
  text-align: center;
  margin-top: 0;
  margin-bottom: 60px;
  line-height: 1.4;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0.25em;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .c-ttl-main {
    margin-bottom: 40px;
    font-size: 18px;
    letter-spacing: 0.15em;
  }
}
.c-ttl-main__ja {
  display: block;
  margin-top: 10px;
  font-weight: normal;
  font-size: 11px;
  color: #999999;
  letter-spacing: 0.1em;
}

/* News Section */
.p-line-informaiton {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 60px;
  padding: 40px 0;
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
  width: 100%;
}
.p-line-informaiton__ttl {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.2em;
  margin-bottom: 25px;
  margin-right: 0;
}
.p-line-informaiton__ttl:before {
  content: none;
}
.p-line-informaiton ul {
  text-align: center;
  font-size: 13px;
  width: 100%;
}
.p-line-informaiton li {
  margin-bottom: 12px;
  color: #444;
}
.p-line-informaiton li a {
  text-decoration: none;
  transition: color 0.3s ease;
}
.p-line-informaiton li a:hover {
  color: #000;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.news-date {
  font-family: Helvetica, Arial, sans-serif;
  color: #999;
  margin-right: 15px;
  font-size: 12px;
}

/* Product Grid Elements */
.p-recommend.u-container,
.p-new-item.u-container {
  padding-bottom: 0;
}
.c-item-list__txt {
  margin-top: 25px;
  text-align: center;
}
.c-item-list__ttl a {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: #000000;
  text-decoration: none;
}
.c-item-list__ttl2 a {
  font-size: 12px;
  color: #888888;
  margin-top: 5px;
  text-decoration: none;
}
.c-item-list__price {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  color: #333333;
  margin-top: 12px;
  letter-spacing: 0.05em;
}
.c-item-list__price.is-strikethrough {
  font-size: 12px;
  color: #999;
  margin-top: 4px;
}
.c-item-list__expl {
  font-size: 12px;
  color: #666;
  margin-top: 15px;
  line-height: 1.6;
}

/* Sale Tag */
span.icon-sale {
  display: inline-block;
  font-size: 10px;