@charset "UTF-8";
table.tbl_calendar {
  text-align: center;
  width: 100%;
  margin-bottom: 15px;
}

table.tbl_calendar caption {
  font-weight: bold;
  margin: 10px auto;
}

.product__fav-item {
  margin-top: 10px;
}

.product__fav-item button {
  padding: 0;
  cursor: pointer;
  transition: 0.2s;
  color: #999;
  border: 0;
  outline: none;
  background: transparent;
}

.product__fav-item .fav-items {
  color: #ff7373;
}

.product__fav-item svg {
  width: 20px;
  height: 20px;
  vertical-align: -0.35em;
  fill: currentColor;
}

.fav-item {
  position: absolute;
  right: 25px;
  top: 10px;
}

@media (max-width: 767px) {
  .fav-item {
    position: absolute;
    right: 15px;
    top: 10px;
  }
  .itemList-sp--3 .fav-item {
    right: 10px;
    top: 5px;
  }
}
.fav-item button {
  animation: none;
  border: none;
  background: none;
  padding: 0;
  color: rgba(0, 0, 0, 0.5);
  cursor: pointer;
}

.fav-item button.is-added {
  color: rgba(255, 115, 115, 0.5);
}

#hdr nav ul li a, .iconNav span small, .iconNav label small, .iconNav a small {
  font-weight: 500 !important;
}

.gNav.gNav--typeD > ul > li.hasChildren:not(.downMenu) > a > span:last-child:after {
  content: none;
}

.drawer__nav li a.drawerIcon {
  padding: 5px 20px;
}

/*20250514追加*/
/*
カテゴリ用Swiperのサイズ調整用
*/
.category-slider {
  max-width: 100% !important;
}

.spSwiper,
.contentsSlider {
  opacity: 0;
  transition: opacity 0.05s ease;
}

.spSwiper.slick-initialized,
.contentsSlider.slick-initialized {
  opacity: 1;
}

@media (max-width: 750px) {
  #hdr .hdrBottom {
    padding: 4px 0;
  }
}
#hdrLogo a {
  display: block;
  width: 260px;
  height: auto;
  aspect-ratio: 41/9;
  margin: 0 auto;
}

@media (max-width: 750px) {
  #hdrLogo a {
    width: 190px;
  }
}
#hdrLogo a img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
  margin: 0;
}

@media (max-width: 750px) {
  #hdrLogo a img {
    width: 100% !important;
    height: 100% !important;
  }
}
.gNav__logoItem a {
  display: block;
  width: 260px;
  height: auto;
  aspect-ratio: 41/9;
  margin: 0 auto;
}

@media (max-width: 750px) {
  .gNav__logoItem a {
    width: 190px;
  }
}
.gNav__logoItem a img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
  margin: 0;
}

@media (max-width: 750px) {
  .gNav__logoItem a img {
    width: 100% !important;
    height: 100% !important;
  }
}
.fNav__logo a {
  display: block;
  width: 260px;
  height: auto;
  aspect-ratio: 41/9;
  margin: 0 0 0 auto;
}

@media (max-width: 750px) {
  .fNav__logo a {
    width: 190px;
    margin: 0 auto;
  }
}
.fNav__logo a img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}

.floating-banner {
  opacity: 1;
  transition: all 0.4s;
}

.floating-banner.hidden {
  opacity: 0;
}

#bg-custom {
  background: rgb(249, 197, 0) !important;
}
@media (min-width: 1024px) {
  #bg-custom li a:hover {
    text-decoration: underline;
    text-underline-offset: 4px;
  }
}

.item-archive {
  padding: 80px 0;
}
@media (max-width: 767px) {
  .item-archive {
    padding: 40px 0;
  }
}
.item-archive .inner {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .item-archive .inner {
    width: 92%;
  }
}
.item-archive a:hover {
  text-decoration: underline;
}
.item-archive .sp-nav {
  display: none;
}
@media (max-width: 767px) {
  .item-archive .sp-nav {
    display: block;
    margin-bottom: 20px;
  }
}
.item-archive .sp-nav ul {
  display: flex;
  list-style: none;
  gap: 0 5px;
  margin-bottom: 16px;
}
.item-archive .sp-nav ul li {
  width: calc((100% - 10px) / 3);
}
.item-archive .sp-nav ul li a {
  position: relative;
  text-align: center;
  width: 100%;
  display: block;
  border: #6EB7E8 1px solid;
  font-size: 12px;
  font-weight: 700;
  padding: 15px 0;
  border-radius: 10px;
  color: #5CA2DB;
}
.item-archive .sp-nav ul li a:before {
  position: absolute;
  content: "";
  background: #5CA2DB;
  width: 6px;
  height: 10px;
  top: 0;
  right: 5px;
  bottom: 0;
  margin: auto;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
}
.item-archive .sp-nav ul li:nth-of-type(2) a {
  border: #F9C500 1px solid;
  color: #F9C500;
}
.item-archive .sp-nav ul li:nth-of-type(2) a:before {
  background: #F9C500;
}
.item-archive .sp-nav ul li:nth-of-type(3) a {
  text-align: left;
  border: #ff9900 1px solid;
  padding-left: 10px;
  color: #ff9900;
}
.item-archive .sp-nav ul li:nth-of-type(3) a:before {
  background: #ff9900;
}
.item-archive .flex {
  display: flex;
  gap: 0 50px;
}
@media (max-width: 767px) {
  .item-archive .flex {
    flex-direction: column;
    gap: 40px 0;
  }
}
.item-archive .flex .cnt {
  position: relative;
  width: calc((100% - 100px) / 3);
}
@media (max-width: 767px) {
  .item-archive .flex .cnt {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .item-archive .flex .cnt .target {
    position: absolute;
    top: -80px;
  }
}
.item-archive .flex .cnt .titles {
  background: url("https://img.shop-pro.jp/PA01012/413/etc_base64/c2VjMDJfYmc.jpg");
  text-align: center;
  padding: 15px 0 10px;
  margin-bottom: 20px;
}
.item-archive .flex .cnt .titles h3 {
  font-size: 18px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .item-archive .flex .cnt .titles h3 {
    font-size: 16px;
  }
}
.item-archive .flex .cnt .titles .sub {
  font-size: 14px;
  margin-top: 5px;
}
.item-archive .flex .cnt .filter {
  margin-bottom: 20px;
}
.item-archive .flex .cnt .filter h4 {
  margin-bottom: 10px;
}
.item-archive .flex .cnt .filter ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 10px;
}
.item-archive .flex .cnt .filter ul li a {
  display: block;
  background: #fff;
  border: #ff9900 1px solid;
  border-radius: 20px;
  padding: 5px 10px;
}
.item-archive .flex .cnt .main-list dl {
  margin-bottom: 30px;
}
.item-archive .flex .cnt .main-list dl dt {
  background: #FAC400;
  color: #fff;
  font-weight: bold;
  padding: 14px 10px;
}
.item-archive .flex .cnt .main-list dl dt a {
  display: block;
  color: #fff;
}
.item-archive .flex .cnt .main-list dl dt p {
  line-height: 1;
}
.item-archive .flex .cnt .main-list dl dd {
  background: #fff;
  padding: 15px 20px 15px;
  border: 1px solid #ff9900;
}
.item-archive .flex .cnt .main-list dl dd ul {
  list-style: none;
}
.item-archive .flex .cnt .main-list dl dd ul li {
  border-bottom: 1px solid #ff9900;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .item-archive .flex .cnt .main-list dl dd ul li {
    line-height: 1.5;
  }
}
.item-archive .flex .cnt .main-list dl dd ul li:last-of-type {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.item-archive .flex .cnt .main-list dl:last-of-type {
  margin-bottom: 0;
}
.item-archive .flex .cnt.blue .titles {
  background: #5CA2DB;
}
.item-archive .flex .cnt.blue .filter ul li a {
  border: #6EB7E8 1px solid;
}
.item-archive .flex .cnt.blue .main-list dl dt {
  background: #A7D9F5;
}
.item-archive .flex .cnt.blue .main-list dl dd {
  border: #6EB7E8 1px solid;
}
.item-archive .flex .cnt.blue .main-list dl dd ul li {
  border-bottom: 1px solid #6EB7E8;
}