/* SiteTop Style
------------------------------------------------------------- */
.p-topBody:not(:has(.s-content__sidebar)) #main.s-content__main {
  max-width: none;
}
.p-topBody #main.s-content__main .s-contentTitle {
  font-size: 22px;
}
.p-topMV {
  position: relative;
  width: 100%;
  max-width: 1365px;
  min-width: 1120px;
  margin-top: 30px;
  margin-bottom: 45px;
  margin-inline: auto;
  padding: 0 20px;
  overflow: hidden;
}
.p-topMVSlide {
  width: 100%;
  padding-bottom: 30px;
  overflow: hidden;
}
.p-topMVSlide__track {
  max-width: 950px;
  margin-inline: auto;
  overflow: visible;
}
.p-topMVSlideList {
  max-width: 950px;
  margin-inline: auto;
}
.p-topMVSlideList__item {
  box-sizing: border-box;
  aspect-ratio: 19 / 7;
  /* aspect-ratio: 324 / 149; */
  border: solid 1px #dcdcda;
  transition: opacity 0.3s ease-in;
}
.p-topMVSlideList__item:not(.is-active) {
  opacity: 0.3;
}
.p-topMVSlideList__item img {
  width: 100%;
  max-width: 950px;
  height: auto;
  aspect-ratio: 19 / 7;
  /* aspect-ratio: 324 / 149; */
}
.p-topMVSlideList__item a {
  display: block;
  transition: opacity 0.3s ease;
}
.p-topMVSlide__navigation {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.p-topMVSlidePagination {
  position: relative;
  display: flex;
  align-items: center;
  gap: 20px;
  bottom: auto;
  left: auto;
  padding: 0 20px;
}
.p-topMVSlidePagination .splide__pagination__page {
  width: 10px;
  height: 10px;
  margin: 0;
}
.p-topMVSlidePagination .splide__pagination__page.is-active {
  background-color: #ce1028;
  transform: none;
}
.p-topMVSlideArrows__prev,
.p-topMVSlideArrows__next {
  top: calc(50% - 15px);
  width: 38px;
  height: 38px;
  opacity: 1;
  border-radius: 0;
  background-color: #c0c0c0;
}
.p-topMVSlideArrows__prev {
  left: 0;
}
.p-topMVSlideArrows__next {
  right: 0;
}
.p-topMVSlideArrows__prev::before,
.p-topMVSlideArrows__next::before {
  content: '';
  width: 26px;
  height: 26px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgZmlsbD0iI2ZmZmZmZiIgdmlld0JveD0iMCAwIDI1NiAyNTYiPjxwYXRoIGQ9Ik0xNjguNDksMTk5LjUxYTEyLDEyLDAsMCwxLTE3LDE3bC04MC04MGExMiwxMiwwLDAsMSwwLTE3bDgwLTgwYTEyLDEyLDAsMCwxLDE3LDE3TDk3LDEyOFoiPjwvcGF0aD48L3N2Zz4=");
  background-repeat: no-repeat;
  background-size: contain;
  background-color: transparent;
}
.p-topMVSlideArrows__next::before {
  right: 0;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgZmlsbD0iI2ZmZmZmZiIgdmlld0JveD0iMCAwIDI1NiAyNTYiPjxwYXRoIGQ9Ik0xODQuNDksMTM2LjQ5bC04MCw4MGExMiwxMiwwLDAsMS0xNy0xN0wxNTksMTI4LDg3LjUxLDU2LjQ5YTEyLDEyLDAsMSwxLDE3LTE3bDgwLDgwQTEyLDEyLDAsMCwxLDE4NC40OSwxMzYuNDlaIj48L3BhdGg+PC9zdmc+");
}

#campaign.p-topCampaign #html_free_area,
#campaign.p-topCampaign #html_free_area .inner {
  width: 100%;
}
#campaign.p-topCampaign #html_free_area .inner img {
  width: 100%;
  height: auto;
}
#maker.p-topMaker {
  margin-top: 50px;
}
#maker.p-topMaker .p-topMaker__list {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 13px;
}
#maker.p-topMaker .p-topMaker__list:after {
  content: none;
}
#maker.p-topMaker .p-topMaker__list > li {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  float: none;
  height: 90px;
  border: solid 1px #DCDCDA;
  border-radius: 5px;
}
#maker.p-topMaker .p-topMaker__list > li:not(:has(a)) {
  width: 100%;
  height: 100%;
  padding: 20px;
}
#maker.p-topMaker .p-topMaker__list > li a {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: 10px;
  transition: opacity 0.3s ease;
}
#maker.p-topMaker .p-topMaker__list > li img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  object-fit: contain;
}
#topics.p-topTopics .p-topTopicsTitle {
  box-sizing: border-box;
  display: block;
  width: 100%;
  padding: 0 0 12px;
  margin-bottom: 35px;
  border-bottom: solid 1px #DCDCDA;
  text-align: center;
  font-size: 21px;
  font-weight: bold;
  line-height: 1.6;
  color: #333333;
  background: none;
}
#topics.p-topTopics .p-topTopics__inner {
  box-sizing: border-box;
  width: 100%;
  padding: 40px 55px;
  border-radius: 5px;
}
#topics .box {
  padding-bottom: 35px;
}
#topics .box h3 {
  font-size: 16px;
}
#topics .box p {
  margin-left: 130px;
  font-size: 15px;
}
.p-topCategory {
  margin-bottom: 40px;
}
.p-topCategory:not(:has(.p-topCategoryItem)) {
  display: none;
}
.p-topCategory__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px 15px;
}
.p-topCategoryItem a {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  gap: 15px;
  width: 100%;
  padding: 10px 15px 10px 15px;
  text-decoration: none!important;
  border: solid 1px #DCDCDA;
  border-radius: 5px;
  background-color: #ffffff;
  transition: opacity 0.3s ease;
}
.p-topCategoryItem img {
  flex-shrink: 0;
  width: 90px;
  height: auto;
  padding: 0;
}
#main .p-topCategoryItem p {
  flex-grow: 1;
  margin: 0;
  text-align: left;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  color: #333;
}
#main .p-topSubBanner {
  margin-bottom: 45px;
}
#main .p-topSubBannerList {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 15px 20px;
}
#main .p-topSubBannerItem a {
  transition: opacity 0.3s ease;
}
#main .p-topSubBannerImage {
  position: relative;
  aspect-ratio: 2/1;
  line-height: 0;
  overflow: hidden;
  border-radius: 5px;
  background-color: #eaeaea;
}
#main .p-topSubBannerImage img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#campaign {
  margin-bottom: 0;
}
#campaign .p-topCampaignContent {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
#campaign .p-topCampaignContent__item {
  line-height: 1;
}
#main .p-topProductList {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}
#main .p-topProduct {
  display: flex;
  flex-direction: column;
  gap: 10px;
  text-decoration: none!important;
  transition: opacity 0.3s ease;
}
#main .p-topProduct__image {
  box-sizing: border-box;
  position: relative;
  border: solid 1px #DCDCDA;
  border-radius: 5px;
  background-color: #fff;
  aspect-ratio: 300 / 220;
  overflow: hidden;
}
#main .p-topProduct__image > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#main .p-topProduct__info {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin: 0;
  font-size: 13px;
  line-height: 1.6;
}
#main .p-topProductMaker {
  margin: 0;
  font-size: 12px;
  line-height: 1.5;
}
#main .p-topProductName {
  margin: 0;
  font-size: 13px;
  line-height: 1.6;
}
#main .p-topProductPrice {
  display: flex;
  align-items: baseline;
  gap: 5px;
  margin: 5px 0 0;
  font-size: 11px;
  line-height: 1.6;
}
#main .p-topProductPrice__head {
  flex-shrink: 0;
  font-size: 11px;
  line-height: 1;
}
#main .p-topProductPrice__zeinuki {
  font-size: 16px;
  font-weight: bold;
}
#main .p-topAccesslog {
  margin-top: 45px;
}
#main .p-topAccesslog .s-productSlideArrows__prev,
#main .p-topAccesslog .s-productSlideArrows__next {
  top: 75px;
  transform: none;
}
#main .p-topRecommend {
  margin-top: 45px;
}
@media screen and (max-width: 1200px) {
  .p-topCategory__list {
    gap: 10px 10px;
  }
  .p-topCategoryItem > a {
    gap: 8px;
  }
  #main .p-topProductList {
    gap: 13px;
  }
  #maker.p-topMaker .p-topMaker__list {
    gap: 10px;
  }
  #main .p-topSubBannerList {
    gap: 10px 15px;
  }
  #main .p-topAccesslog .s-productSlideArrows__prev,
  #main .p-topAccesslog .s-productSlideArrows__next {
    top: 60px;
  }
}
@media (hover: hover) {
  .p-topMVSlideList__item a:hover {
    opacity: 0.7;
  }
  .p-topCategoryItem a:hover {
    opacity: 0.7;
  }
  .p-topSubBannerItem a:hover {
    opacity: 0.7;
  }
  #main .p-topProduct:hover {
    opacity: 0.7;
  }
  #maker.p-topMaker .p-topMaker__list > li a:hover {
    opacity: 0.7;
  }
  #maker.p-topMaker .p-topMaker__list > li a img:hover {
    opacity: 1;
  }
}