<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* SECTION HERO */

#set .sec-hero {
  gap: 3.3rem;
  color: #fff;
  position: relative;
  top: 6rem;
  padding-top: 10rem;
  padding-bottom: 7rem;
  background-image: linear-gradient(to bottom, #25c93b, #82ee90);
}
@media screen and (max-width:767px){
  #set .sec-hero {
    top: 0;
  }
}

#set .sec-hero::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateY(100%);
  border-top: 3rem solid #82ee90;
  border-left: 3rem solid transparent;
  border-right: 3rem solid transparent;
  border-bottom: 3rem solid transparent;
}

#set .hero-cont {
  align-items: center;
  /* gap: 13.7rem; */
}

#set .hero-cont .right-col {
  flex: 0 0 66.4rem;
}
#set .hero-cont .right-col img {
  width: 100%;
}

#set .sec-hero .left-col {
  flex: 1;
}

#set .sec-hero .ttl1 {
  display: inline-block;
  font-size: 2.9rem;
  font-weight: 600;
  margin-bottom: 4.4rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid currentColor;
}

#set .sec-hero .ttl1 span {
  display: inline-block;
  transform: translateY(-2px);
}

#set .sec-hero .ttl2 {
  font-size: 3rem;
  font-weight: 600;
  margin-bottom: 4rem;
}

#set .sec-hero .ttl2 span {
  position: relative;
  font-size: 3rem;
  z-index: 1;
}

#set .sec-hero .ttl2 span::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 50%;
  width: 100%;
  background: #1eb700;
  transform: translateY(100%);
  z-index: -1;
}

#set .sec-hero .hero-txt {
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 1.3px;
}

#set .sec-hero .right-col {
  /* margin-right: -12rem; */
}

#set .hp-center {
  text-align: center;
}
#set .hp-center img {
  width: 70%;
}
#set .hp-center2 {
  text-align: center;
}
#set .hp-center img {
  width: 110%;
}
#set .hp-center {
  text-align: center;
}
#set .hp-center img {
  width: 70%;
}

#set .set-cards-box {
  display: flex;
  flex-direction: column;
  width: 100%;
  /* width: fit-content; */
}

#set .set-cards {
  margin-top: 4rem;
  display: flex;
  width: 100%;
  /* width: fit-content; */
  /* align-items: center; */
  gap: 2.5rem;
  flex-wrap: wrap;
}

#set .sec-hero .left-col {
  display: flex;
  flex-direction: column;
  align-items: center;
}

#set .sec-hero .right-col {
  margin-right: 0;
}

#set .sec-hero .right-col img {
  width: 95%;
}

#set .sec-hero .ttl1 img {
  width: 70%;
}

#set .sec-hero .hero-cont {
  gap: 30px;
}

#set .sec-sets {
  padding: 20rem 0 15rem 0;
  background-color: #f7f8f8;
}
#set .set-list {
}
#set .set-item:not(:last-child) {
  margin-bottom: 9rem;
}

#set .set-item:last-child .set-cards {
}
#set .set-ttl {
  border-bottom: 1px solid #dbdbdb;
  font-weight: 600;
  align-items: center;
  gap: 4rem;
  display: flex;
  padding-bottom: 2.2rem;
}
#set .set-name {
  font-size: 3.2rem;
}
#set .set-price {
}
#set .price-num {
  font-size: 3.2rem;
}
#set .price-unit {
  font-size: 2.4rem;
  display: inline-block;
  margin-left: 1rem;
}
#set .set-desc1 {
  margin-top: 4em;
}

#set .set-card {
  /* flex: 0 0 38rem; */
  background-color: #fff;
  padding: 4.4rem;
  padding-top: 4.4rem;
  position: relative;
  display: flex;
  flex-direction: column;
  width: calc((100% - 2.5rem* 2) / 3);
}

#set .set-cards
.set-card:not(:last-child):not(:nth-child(3n))::after
 {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(70%, -50%);
  z-index: 1;
  width: 6.5rem;
  height: 6.5rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url(../../img/set/plus-icon.svg);

  @media screen and (max-width: 1171px) {
    top: 90%;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
  }
}

#set .set-cards
.set-card.has-plus-icon {
  position: relative;
}

#set .set-cards
.set-card.has-plus-icon::after { 
  display: none;
}

@media screen and (max-width: 1171px) {
  #set .set-cards
.set-card.has-plus-icon::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  z-index: 1;
  width: 6.5rem;
  height: 6.5rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url(../../img/set/plus-icon.svg);

    top: 90%;
    left: 50%;
    transform: translateX(-50%);
}
}
#set .card-ttl {
  font-size: 2.2rem;
  font-weight: 600;
  text-align: center;
}
#set .fz18 {
  font-size: 1.8rem;
}
#set .card-img-box {
  width: 30rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-grow: 1;
}
#set .card-img {
  width: 100%;
  max-height: 17.3rem;
  object-fit: contain;
  /* box-shadow: 0 6px 22px rgba(0, 0, 0, 0.1); */
}
#set .sns-img {
  width: 80%;
  max-height: 17.3rem;
  object-fit: contain;
}
#set .sns-img-1 {
  width: 60%;
  max-height: 17.3rem;
  object-fit: contain;
}
#set .sns-img-2 {
  width: 27%;
  max-height: 17.3rem;
  object-fit: contain;
}
#set .set-desc2 {
  margin-top: 3rem;
  font-size: 1.4rem;
  font-weight: 400;
  text-align: right;
}

@media screen and (max-width: 1171px) {
  #set .set-cards-box {
    width: 100%;

  }

  #set .set-cards {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
  }

  #set .set-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 80%;
  }

  #set .set-ttl {
    justify-content: center;
  }

  #set .set-desc2,
  #set .set-desc1 {
    text-align: center;
  }

  #set .set-cards .set-card:not(:last-child)::after {
    top: auto;
    right: auto;
    left: 50%;
    bottom: -4rem;
    transform: translateX(-50%);
  }
}

@media screen and (max-width: 1045px) {
  #set .hero-cont .right-col {
    flex: 0 0 50%;
  }
}

@media screen and (max-width: 767px) {
  #set .sec-sets {
    padding-top: 15rem;
  }
  #set .sec-hero::after {
    transform: translate(-50%, 96%);
  }

  #set .set-cards .set-card:not(:last-child)::after {
    top: 90%;
    right: auto;
    left: 50%;
    bottom: -4rem;
    transform: translateX(-50%);
  }

  #set .set-ttl {
    flex-direction: column;
    gap: 0;
  }

  #set .sec-hero .ttl2 span::after {
    left: 0;
    top: auto;
    bottom: 0;
    transform: translateY(-20%);
  }

  #set .hero-top {
    transform: translateY(9rem);
  }

  #set .sec-hero {
    transform: translateY(6rem);
  }
}
</pre></body></html>