@charset "UTF-8";
/* ▼▼▼ トップ
======================================================*/
/* ▼ スライダー
----------------------------------------*/
#mainVisual {
  width: 100%;
  margin: 10px auto 40px;
  position: relative;
}
@media screen and (max-width: 767px) {
  #mainVisual {
    margin-top: 20px;
    padding: 0 20px;
  }
}

.slider {
  display: none;
}
.slider.slick-initialized {
  display: block;
}
.slider {
  /* arrowsカスタム */
}
.slider .slick-prev, .slider .slick-next {
  top: 50%;
}
.slider .slick-prev::before, .slider .slick-next::before {
  content: "" !important;
  width: 10px;
  height: 10px;
  border-style: solid;
  border-color: #000;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  position: absolute;
  top: calc(50% - 5px);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  opacity: 1;
}
.slider .slick-prev::before {
  border-width: 0 0 1px 1px;
  left: calc(50% - 5px);
}
.slider .slick-next::before {
  border-width: 1px 1px 0 0;
  right: calc(50% - 5px);
}
.slider .slider_link {
  width: 100%;
}

/* dotsカスタム */
.slick-dots {
  bottom: -35px !important;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 10px;
  width: 10px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 10px;
  cursor: pointer;
  position: relative;
}
.slick-dots li button::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  font-size: 0 !important;
  opacity: 1 !important;
  background-color: #b0b0b0;
  border: 1px solid #b0b0b0;
  border-radius: 50%;
  width: 10px !important;
  height: 10px !important;
  line-height: 10px !important;
  text-align: center;
  -webkit-font-smoothing: antialiased;
}
.slick-dots li.slick-active button::before {
  content: "";
  background: #f0ce00;
  border: 1px solid #f0ce00;
}

/* ▼ コンテンツ
----------------------------------------*/
.top-block {
  margin-bottom: 90px;
}
@media screen and (max-width: 767px) {
  .top-block {
    margin-bottom: 60px;
  }
}
.top-block__title {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .top-block__title {
    margin-bottom: 20px;
  }
}
.top-block__title {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
.top-block {
  /* 新商品 */
}
.top-block--newproducts .itemlist {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 24px;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .top-block--newproducts .itemlist {
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
  }
}
.top-block--newproducts .item a, .top-block--newproducts .item .img {
  display: block;
}
.top-block--newproducts .item .name {
  margin-top: 11px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .top-block--newproducts .item .name {
    margin-top: 10px;
    font-size: 12px;
  }
}
.top-block--newproducts .item .code {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .top-block--newproducts .item .code {
    font-size: 12px;
  }
}
.top-block--newproducts .item::after {
  content: "";
  display: block;
  height: 1px;
  background: #4e4e4e;
  margin-top: 12px;
}
@media screen and (max-width: 767px) {
  .top-block--newproducts .item::after {
    margin-bottom: 45px;
  }
}
.top-block {
  /* カテゴリ一覧 */
}
.top-block--category .itemlist {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .top-block--category .itemlist {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
.top-block--category .item a, .top-block--category .item .img {
  display: block;
}
.top-block--category .item .head {
  padding: 8px 10px;
  color: #fff;
  font-weight: bold;
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  .top-block--category .item .head {
    font-size: 12px;
  }
}
.top-block--category .item .head.premium {
  background: #b08a52;
}
.top-block--category .item .head.dry {
  background: #4a7fc0;
}
.top-block--category .item .head.safety {
  background: #9bbc3c;
}
.top-block--category .item .head.cool {
  background: #7c8ec2;
}
.top-block--category .item .head.basic {
  background: #4f9a90;
}
.top-block--category .item .head.work {
  background: #b3743a;
}
.top-block--category .item .txt {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .top-block--category .item .txt {
    margin-top: 10px;
    font-size: 11px;
  }
}
.top-block {
  /* ブランド */
}
.top-block--brand .brand_link {
  width: 100%;
}
.top-block {
  /* オリジナルカスタム */
}
.top-block--custom a, .top-block--custom .img {
  display: block;
}
.top-block--custom .itemlist {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .top-block--custom .itemlist {
    gap: 12px;
  }
}
.top-block--custom .item {
  text-align: center;
}
.top-block--custom .name {
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .top-block--custom .name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 11px;
    min-height: 3.2em;
  }
}
.top-block {
  /* KOKURAYA プロダクツ */
}
.top-block--products a, .top-block--products .img {
  display: block;
}
.top-block--products .itemlist {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .top-block--products .itemlist {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}
.top-block--products .tit {
  text-align: center;
  font-weight: bold;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .top-block--products .tit {
    font-size: 11px;
  }
}
.top-block {
  /* KOKURAYA プロジェクト */
}
.top-block--project a, .top-block--project .img {
  display: block;
}
.top-block--project .itemlist {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .top-block--project .itemlist {
    gap: 12px;
  }
}
.top-block--project .tit {
  text-align: center;
  font-weight: bold;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .top-block--project .tit {
    font-size: 11px;
    margin-bottom: 8px;
    height: 3.2em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.top-block--project .txt {
  font-size: 14px;
  margin-top: 10px;
  text-align: center;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .top-block--project .txt {
    font-size: 11px;
    margin-bottom: 8px;
  }
}
.top-block {
  /* お知らせ */
}
.top-block--news .news-list {
  max-width: 984px;
  margin: 0 auto;
  padding: 0 30px;
  list-style: none;
  border-top: 2px solid #4e4e4e;
  border-bottom: 2px solid #4e4e4e;
}
@media screen and (max-width: 767px) {
  .top-block--news .news-list {
    max-width: 100%;
    padding: 10px 15px;
  }
}
.top-block--news .news-item {
  display: grid;
  grid-template-columns: 1fr 4fr;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .top-block--news .news-item {
    gap: 10px;
  }
}
.top-block--news .news-date, .top-block--news .news-text {
  font-size: 14px;
  padding: 20px 10px;
  border-bottom: 1px solid #999;
}
@media screen and (max-width: 767px) {
  .top-block--news .news-date, .top-block--news .news-text {
    padding: 11px 6px;
    font-size: 11px;
  }
}
.top-block--news .news-list li:last-child .news-date,
.top-block--news .news-list li:last-child .news-text {
  border-bottom: none;
}
.top-block--news .news-date {
  color: #d38400;
}
.top-block--news .news-more {
  max-width: 984px;
  margin: 40px auto 0;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .top-block--news .news-more {
    max-width: 100%;
  }
}
.top-block--news .news-more .news-btn {
  display: inline-block;
  padding: 10px 28px;
  border: 2px solid #e18a00;
  border-radius: 999px;
  color: #e18a00;
  text-decoration: none;
  font-weight: bold;
}
.top-block {
  /* SNSアイコン */
}
.top-block--sns .sns-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  gap: 70px;
  max-width: 984px;
  list-style: none;
  padding: 0;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .top-block--sns .sns-list {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
  }
}
.top-block--sns li {
  text-align: center;
}
.top-block--sns li.instagram {
  max-width: 230px;
}
.top-block--sns li.x {
  max-width: 140px;
}
.top-block--sns li.youtube {
  max-width: 270px;
}
.top-block--sns li.line {
  max-width: 140px;
}
.top-block--sns .thumb {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .top-block--sns .thumb {
    display: none;
  }
}
.top-block--sns .x .thumb {
  margin-bottom: 56px;
}
.top-block--sns .youtube .thumb {
  margin-bottom: 56px;
}
.top-block--sns .icon {
  display: inline-block;
  max-width: 96px;
}
@media screen and (max-width: 767px) {
  .top-block--sns .icon {
    max-width: 84px;
  }
}
.top-block--sns .x .icon {
  max-width: 60px;
}
@media screen and (max-width: 767px) {
  .top-block--sns .x .icon {
    max-width: 52px;
  }
}
.top-block--sns .youtube .icon {
  max-width: 154px;
}
@media screen and (max-width: 767px) {
  .top-block--sns .youtube .icon {
    max-width: 136px;
  }
}
.top-block--sns .line .icon {
  max-width: 60px;
}
@media screen and (max-width: 767px) {
  .top-block--sns .line .icon {
    max-width: 53px;
  }
}
.top-block--sns .line-text {
  margin-top: 8px;
  text-align: center;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .top-block--sns .line-text {
    font-size: 11px;
  }
}