@charset "UTF-8";
/*------------------
section共通
-------------------*/
.item {
  padding: 180px 0 100px;
}
.item-inner {
  max-width: var(--max-width);
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.item h2 {
  text-align: right;
  font-size: 40px;
  font-weight: bold;
}
.item-text {
  font-size: 16px;
  text-align: right;
}
.item-text a {
  margin-top: 20px;
  text-align: center;
  display: inline-block;
  padding: 14px 0;
  width: 228px;
  color: var(--color-red);
  border: 1px solid var(--color-red);
  border-radius: 25px;
}
.item-text span {
  display: inline-block;
  padding-left: 10px;
}
.item-text.center {
  text-align: center;
}
.item-text.center a {
  margin-top: 50px;
}
.item-slider {
  padding-top: 180px;
  background-color: transparent;
  position: relative;
}
.item .slick-arrow {
  position: absolute;
  top: 64%;
}
.item .prev-arrow {
  left: -20px;
}
.item .next-arrow {
  right: -20px;
}

.slick-slide img.sp {
  display: none;
}

.slick-slide img.pc {
  display: block;
}

@media screen and (max-width: 768px) {
  .slick-slide img.pc {
    display: none;
  }
  .slick-slide img.sp {
    display: block;
  }
  .item .next-arrow {
    right: 0;
  }
  .item .prev-arrow {
    left: 0;
  }
  .item {
    padding: 34.6666666667% 0 0;
  }
  .item-inner {
    max-width: 324px;
    width: 91.4285714286%;
  }
  .item h2 {
    font-size: clamp(12.8px, 4vw, 30px);
  }
  .item-text {
    font-size: clamp(10.24px, 3.2vw, 24px);
    text-align: center;
  }
  .item-text a {
    width: 100%;
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    background-color: #fff;
    padding: 10px 0;
  }
  .item-ttl {
    font-size: clamp(10.24px, 3.2vw, 24px);
  }
  .item-slider {
    display: none;
  }
  .item .slick-arrow {
    display: none;
  }
  .item .prev-arrow {
    display: none;
  }
  .item .next-arrow {
    display: none;
  }
}
/*------------------
slider
-------------------*/
.slick-dots {
  padding-top: 30px;
}
.slick-dots li.slick-active {
  background-color: var(--color-red);
}

@media screen and (min-width: 769px) and (max-width: 1300px) {
  .item .next-arrow {
    right: 0;
  }
  .item .prev-arrow {
    left: 0;
  }
}
@media screen and (max-width: 768px) {
  .slick-dots {
    padding-top: 0;
    margin: 10px 0;
  }
  .slick-dots li.slick-active {
    background-color: var(--color-red);
  }
  .hero .slick-dots li[role=presentation] {
    width: 8px !important;
    height: 8px;
  }
}
/*----------------
item1
------------------*/
.item1 {
  background: url("https://gigaplus.makeshop.jp/silky1919/img/top/sec1_bg.jpg") no-repeat center top/100%;
  background-color: #f2f2f2;
}

@media screen and (max-width: 768px) {
  .sp-flex {
    display: flex;
    flex-wrap: wrap;
  }
  .item {
    width: 50%;
  }
  .item1 {
    background: url("https://gigaplus.makeshop.jp/silky1919/img/top/sp-sec1_bg.jpg") no-repeat center bottom 50%/100%;
  }
}
/*----------------
item2
------------------*/
.item2 {
  background: url("https://gigaplus.makeshop.jp/silky1919/img/top/sec2_bg.jpg") no-repeat center top/100%;
  background-color: #f2f2f2;
}

@media screen and (max-width: 768px) {
  .item2 {
    background: url("https://gigaplus.makeshop.jp/silky1919/img/top/sp-sec2_bg.jpg") no-repeat center bottom 50%/100%;
  }
}
/*----------------
item3
------------------*/
.item3 {
  background: url("https://gigaplus.makeshop.jp/silky1919/img/top/sec3_bg.jpg") no-repeat center top/100%;
  background-color: #f2f2f2;
}

@media screen and (max-width: 768px) {
  .item3 {
    background: url("https://gigaplus.makeshop.jp/silky1919/img/top/sp-sec3_bg.jpg") no-repeat center bottom 50%/100%;
  }
}
/*----------------
item4
------------------*/
.item4 {
  background: url("https://gigaplus.makeshop.jp/silky1919/img/top/sec4_bg.jpg") no-repeat center top/100%;
  background-color: #f2f2f2;
}

@media screen and (max-width: 768px) {
  .item4 {
    background: url("https://gigaplus.makeshop.jp/silky1919/img/top/sp-sec4_bg.jpg") no-repeat center bottom 50%/100%;
  }
}
/*----------------
item5
------------------*/
.item5 {
  background: url("https://gigaplus.makeshop.jp/silky1919/img/top/sec5_bg_r.jpg") no-repeat center top/100%;
  background-color: #f2f2f2;
}

@media screen and (max-width: 768px) {
  .item5 {
    background: url("https://gigaplus.makeshop.jp/silky1919/img/top/sp-sec5_bg_r.jpg") no-repeat center bottom 50%/100%;
  }
}
/*----------------
item6
------------------*/
.item6 {
  background: url("https://gigaplus.makeshop.jp/silky1919/img/top/sec6_bg.jpg") no-repeat center top/100%;
  background-color: #f2f2f2;
}

@media screen and (max-width: 768px) {
  .item6 {
    background: url("https://gigaplus.makeshop.jp/silky1919/img/top/sp-sec6_bg.jpg") no-repeat center bottom 50%/100%;
  }
}
/*----------------
item7
------------------*/
.item7 {
  background: url("https://gigaplus.makeshop.jp/silky1919/img/top/sec7_bg.jpg") no-repeat center top/100%;
  background-color: #f2f2f2;
}

@media screen and (max-width: 768px) {
  .item7 {
    background: url("https://gigaplus.makeshop.jp/silky1919/img/top/sp-sec7_bg.jpg") no-repeat center bottom 50%/100%;
  }
}/*# sourceMappingURL=top.css.map */