.p-line-informaiton.u-contents-s,
.l-information.u-contents-s,
.l-top-page-banner.u-contents-s {
  padding-bottom: 0;
}

.p-new-item + .p-recommend.u-contents,
.p-recommend + .p-recommend.u-contents {
  padding-top: 0;
}

.l-header {
  box-shadow: none;
}

/******************************/
/* SLIDER */
/******************************/
.slider {
  width: 100%;
  height: 430px;
  overflow: hidden;
  position: relative;
  text-align: center;
}

.slider:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: calc(100% - 30px);
  background-color: #282828;
  z-index: -1;
}

@media screen and (max-width: 1000px) {
  .slider {
    height: auto;
  }

  .slider::after {
    background-color: #ffffff;
  }
}

#slider > div:not([class]):not(:first-child) {
  display: none;
}

#slider .slick-slide {
  transition: all 0.3s;
  filter: brightness(0.7);
}

@media screen and (max-width: 1000px) {
  #slider .slick-slide {
    filter: brightness(1);
  }
}

#slider .slick-list > div:not(:first-child) {
  display: none;
}

#slider .slick-cloned.is-on,
#slider .slick-center {
  filter: brightness(1);
}

#slider .slick-slide.is-3d {
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
}

/* arrow */
.slider-arrow__prev,
.slider-arrow__next {
  position: absolute;
  top: calc(50% - 25px);
  display: block;
  width: 50px;
  height: 50px;
  transition: all 0.4s ease;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.7);
  z-index: 1;
}

.slider-arrow__prev {
  left: 8px;
}

.slider-arrow__next {
  right: 8px;
}

.slider-arrow__prev:hover,
.slider-arrow__prev:focus,
.slider-arrow__next:hover,
.slider-arrow__next:focus {
  background: #ffffff;
}

.slider-arrow__prev:before,
.slider-arrow__next:before {
  content: "";
  position: absolute;
  top: calc(50% - 8px);
  width: 15px;
  height: 15px;
  border-left: 1px solid #000000;
  border-top: 1px solid #000000;
  transition: all 0.4s ease;
  z-index: 1;
}

.slider-arrow__prev:before {
  left: 21px;
  transform: rotate(-45deg);
}

.slider-arrow__next:before {
  left: 14px;
  transform: rotate(135deg);
}

/* dots */
.slider-dots {
  position: absolute;
  top: 100%;
  width: 100%;
  display: flex !important;
  justify-content: center;
}

.slider-dots li {
  width: 10px;
  height: 10px;
  margin: 10px 5px;
  background: #909090;
  border-radius: 50%;
  cursor: pointer;
}

.slider-dots li:hover,
.slider-dots li.slick-active {
  background: #000000;
}

.slider-dots li button {
  display: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  padding: 0;
  border: none;
  background-color: transparent;
}

/******************************/
/* TOP PAGE BANNER */
/******************************/
.l-top-page-banner {
  text-align: center;
}

/******************************/
/* NEWS */
/******************************/
.p-line-informaiton {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 20px;
}

.p-line-informaiton ul {
  flex: 1;
  font-size: 13px;
}

@media screen and (max-width: 767px) {
  .p-line-informaiton ul {
    font-size: 12px;
  }
}

.p-line-informaiton li {
  margin-bottom: 10px;
}

/***** お知らせ *****/
.p-top-news {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .p-top-news {
    display: block;
    margin-bottom: 45px;
  }
}

.p-top-news__ttl {
  box-sizing: border-box;
  margin-right: 25px;
  padding: 10px;
  width: 110px;
  border: 1px solid #b2b2b2;
  font-size: 18px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Noto Serif JP", serif;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-top-news__ttl {
    margin-right: 0;
    margin-bottom: 10px;
    padding: 5px;
    width: 70px;
    border: 1px solid #b2b2b2;
    font-size: 12px;
  }
}

.p-top-news__body {
  flex: 1;
  margin-bottom: 0;
}

/******************************/
/* TOP RECOMMEND */
/******************************/
.p-recommend .c-item-list {
  padding-left: 40px;
  padding-right: 40px;
}

@media screen and (max-width: 1240px) {
  .p-recommend .c-item-list {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 767px) {
  .p-recommend .c-item-list {
    padding-left: 0;
    padding-right: 0;
  }
}

/******************************/
/* NEW　ARRIVAL */
/******************************/
.p-new-item .c-item-list {
  padding-left: 40px;
  padding-right: 40px;
}

@media screen and (max-width: 1240px) {
  .p-new-item .c-item-list {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 767px) {
  .p-new-item .c-item-list {
    padding-left: 0;
    padding-right: 0;
  }
}

/******************************/
/* TOP CONCEPT */
/******************************/
.p-concept {
  background: center / cover no-repeat url("https://file001.shop-pro.jp/PA01512/918/images/concept-goods.png?cmsp_timestamp=20250730/") #004da0;
}

.p-concept .u-container {
  max-width: 1000px;
  text-align: center;
  background-color: rgb(255 255 255 / 80%);
  backdrop-filter: blur(10px);
  border: 4px solid #ffffff;
}

@media screen and (max-width: 767px) {
  .p-concept.u-contents {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .p-concept .u-container {
    text-align: revert;
  }

  .p-concept .u-container br.is-pc {
    display: none;
  }
}

.p-concept__txt {
  line-height: 2;
}

.p-concept__txt a i {
  position: relative;
  top: 2px;
  left: 2px;
}

/******************************/
/* TOP RANKING */
/******************************/
.p-ranking-list .slick-track {
  margin-left: 0;
  margin-right: 0;
}

.p-ranking-list .slick-prev,
.p-ranking-list .slick-next {
  top: 110px;
  width: 32px;
  height: 32px;
  transition: all 0.4s ease;
  z-index: 1;
  background: rgba(0, 0, 0, 0.1);
}

.p-ranking-list .slick-prev:hover,
.p-ranking-list .slick-prev:focus,
.p-ranking-list .slick-next:hover,
.p-ranking-list .slick-next:focus {
  background: #d2d2d2;
}

@media screen and (max-width: 1240px) {
  .p-ranking-list .slick-prev,
  .p-ranking-list .slick-next {
    top: calc(100vw * (110 / 1240));
  }
}

@media screen and (max-width: 767px) {
  .p-ranking-list .slick-prev,
  .p-ranking-list .slick-next {
    top: calc(100vw * (135 / 600));
    width: 45px;
    height: 45px;
  }
}

.p-ranking-list .slick-prev:before,
.p-ranking-list .slick-next:before {
  content: "";
  position: absolute;
  top: 8px;
  left: 11px;
  width: 15px;
  height: 15px;
  border-left: 1px solid #000000;
  border-top: 1px solid #000000;
  transition: all 0.4s ease;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .p-ranking-list .slick-prev:before,
  .p-ranking-list .slick-next:before {
    top: 15px;
  }
}

.p-ranking-list .slick-prev {
  left: 10px;
}

@media screen and (max-width: 767px) {
  .p-ranking-list .slick-prev {
    left: 0px;
  }
}

.p-ranking-list .slick-prev:before {
  transform: rotate(-45deg);
}

@media screen and (max-width: 767px) {
  .p-ranking-list .slick-prev:before {
    left: 17px;
  }
}

.p-ranking-list .slick-next {
  right: 10px;
}

@media screen and (max-width: 767px) {
  .p-ranking-list .slick-next {
    right: 0px;
  }
}

.p-ranking-list .slick-next:before {
  left: 4px;
  transform: rotate(135deg);
}

@media screen and (max-width: 767px) {
  .p-ranking-list .slick-next:before {
    left: 13px;
  }
}

.p-ranking-list__item {
  position: relative;
  box-sizing: border-box;
  margin-right: 20px;
  margin-left: 20px;
  padding-bottom: 24px;
  word-break: break-all;
}

@media screen and (max-width: 767px) {
  .p-ranking-list__item {
    margin-right: 5px;
    margin-left: 5px;
  }
}

.p-ranking-list__img {
  position: relative;
  margin-bottom: 30px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-ranking-list__img {
    margin-bottom: 20px;
    text-align: center;
  }
}

.p-ranking-list__img:before {
  content: "";
  display: block;
  padding-top: 100%;
}

.p-ranking-list__img a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.p-ranking-list__img img {
  display: inline-block !important;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  text-align: center;
  border-radius: 10px;
  background-color: #f7f7f7;
}

/* .p-ranking-list__num:before {
  position: relative;
  top: -10px;
  left: 2px;
  content: '';
  display: block;
  width: 20px;
  height: 10px;
  clip-path: polygon(100% 0, 100% 60%, 51% 100%, 0 60%, 0 0);
  background-color: #282828;
  z-index: 0;
} */

.p-ranking-list__num {
  position: absolute;
  top: 0;
  right: 0;
  width: 24px;
  height: 24px;
  line-height: 26px;
  font-size: 18px;
  background: #282828;
  /*  border-radius: 14px; */
  color: #ffffff;
  text-align: center;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4), -1px -1px 4px rgba(0, 0, 0, 0.4);
  font-family: "Stardos Stencil", system-ui;
  font-weight: 700;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.4);
}

.p-ranking-list__num.is-1 {
  background: linear-gradient(45deg, #b67b03 0%, #daa520 25%, #ffd427 60%, #daa520 80%, #b67b03 90% 100%);
  box-shadow: inset 0 0 1px 1px rgba(144, 144, 144, 0.4);
}

.p-ranking-list__num.is-2 {
  background: linear-gradient(45deg, #757575 0%, #b3b3b3 25%, #dadada 60%, #b3b3b3 80%, #757575 90% 100%);
  box-shadow: inset 0 0 1px 1px rgba(144, 144, 144, 0.4);
}

.p-ranking-list__num.is-3 {
  background: linear-gradient(45deg, #7d4b28 0%, #a86636 25%, #db874a 60%, #a86636 80%, #7d4b28 90% 100%);
  box-shadow: inset 0 0 1px 1px rgba(144, 144, 144, 0.4);
}

.p-ranking-list__ttl img {
  vertical-align: middle;
  position: relative;
  bottom: 1px;
}

.p-ranking-list__btn {
  display: block;
  position: absolute;
  right: 0px;
  bottom: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: #d2d2d2;
  cursor: pointer;
  text-align: center;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.p-ranking-list__btn.is-added {
  color: #000000;
}

.p-ranking-list__btn svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}

/******************************/
/* TOP INFORMATION */
/******************************/
.p-information__body {
  margin-left: 60px;
  margin-right: 60px;
  line-height: 2;
}

@media screen and (max-width: 1240px) {
  .p-information__body {
    margin-left: 0;
    margin-right: 0;
  }
}

/******************************/
/* TOP FREE */
/******************************/
.p-free__body {
  margin-left: 60px;
  margin-right: 60px;
  line-height: 2;
}

@media screen and (max-width: 1030px) {
  .p-free__body {
    margin-left: 0;
    margin-right: 0;
  }
}

/******************************/
/* TOP BANNER */
/******************************/
.p-bnr-list {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .p-bnr-list {
    display: block;
  }
}

.p-bnr-list__item {
  width: 25%;
}

@media screen and (max-width: 1240px) {
  .p-bnr-list__item {
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .p-bnr-list__item {
    width: auto;
    text-align: center;
  }

  .p-bnr-list__item img {
    width: calc(100% - 40px);
  }
}
