.lufira{
  width: 920px;
}
.hero{
  margin: 0 0 40px;
  position: relative;
}
.hero-logo{
  position: absolute;
  top: 40px;
  left: 40px;
  z-index: 1;
}
.hero-logo img{
  width: 183px;
  height: auto;
}
.hero-slide{
  height: 481px;
  margin: 0 0 40px;
  opacity: 0;
}
.hero-slide.slick-initialized{
  opacity: 1;
}
.hero-img img{
  width: 100%;
  height: auto;
  display: block;
}
.hero-text p{
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  line-height: 2.1;
  letter-spacing: 0.1em;
}
.feature{
  margin: 0 0 80px;
}
.feature-head{
  display: flex;
  align-items: center;
  gap: 64px;
  background: #F4E9E0;
  margin: 0 0 60px;
  padding: 30px 60px;
}
.feature-head-img{
  width: 305px;
}
.feature-head-img img{
  width: 305px;
  height: auto;
}
.feature-head-list{
  width: calc(100% - 369px);
}
.feature-head-list > * + *{
  margin: 10px 0 0;
}
.feature-head-list li{
  font-size: 18px;
  font-weight: 500;
  display: flex;
  gap: 10px;
}
.feature-head-list li p{
  margin-top: 8px;
}
.feature-head-list li::before{
  content: "";
  width: 29px;
  height: 36px;
  background: url(./check.png) center center / contain no-repeat;
  flex-shrink: 0;
}
.lufira h2{
  font-size: 32px;
  font-weight: bold;
  color: #D4B59C;
  text-align: center;
  border-top: 2px solid #D4B59C;
  margin: 0 0 10px;
  padding: 40px 0 0;
}
.feature-content > p{
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: center;
}
.feature-slide{
  margin: 60px 0 0;
  display: none;
}
.feature-slide.slick-initialized{
  display: block;
}
.feature-slide .slick-list {
  margin: 0 -5px;
}
.feature-slide .slick-slide {
  margin: 0 5px;
}
.feature-slide .slick-slide {
  width: 210px;
}
.feature-slide .slick-arrow{
  font-size: 0;
  width: 25px;
  height: 25px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  border: none;
  outline: none;
  cursor: pointer;
}
.feature-slide .slick-arrow.slick-prev{
  left: -18px;
  background: url(./prev.png) center center / contain no-repeat;
}
.feature-slide .slick-arrow.slick-next{
  right: -18px;
  background: url(./next.png) center center / contain no-repeat;
}
.feature-slide-item__name{
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #3C3736;
  margin: 10px 0 5px;
}
.feature-slide-item__desc{
  font-size: 14px;
  letter-spacing: 0.1em;
}
.lineup > p{
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: center;
}
.lineup-list{
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin: 60px 0 40px;
}
.lineup-list-item{
  width: calc((100% - 20px) / 2);
  background: #F1F5F7;
}
.lineup-list-item a{
  display: flex;
  align-items: center;
  gap: 30px;
  position: relative;
  text-decoration: none;
  padding: 19px 40px;
}
.lineup-list-item a::before{
  content: "";
  width: 65px;
  height: 65px;
  position: absolute;
  top: 12px;
  right: 17px;
  pointer-events: none;
}
.lineup-list-item:nth-child(1) a::before{
  background: url(./ico_13l.png) center center / contain no-repeat;
}
.lineup-list-item:nth-child(2) a::before{
  background: url(./ico_18l.png) center center / contain no-repeat;
}
.lineup-list__img{
  width: 122px;
}
.lineup-list__img img{
  width: 122px;
  height: auto;
  display: block;
}
.lineup-list__name1{
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin: 0 0 5px;
}
.lineup-list__name2{
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin: 0 0 10px;
}
.lineup-list__size1,.lineup-list__size2{
  font-size: 14px;
  letter-spacing: 0.1em;
}
.lineup-color{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
}
.lineup-color li{
  font-size: 16px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 14px;
}
.lineup-color li::before{
  content: "";
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: block;
}
.lineup-color li.color01::before{
  background: #1A1311;
}
.lineup-color li.color03::before{
  background: #414852;
}
.lineup-color li.color05::before{
  background: #9E9589;
}

/* ========== SP ==========*/
[data-browse-mode="S"] .lufira{
  width: 100%;
}
[data-browse-mode="S"] .hero{
  margin-bottom: 24px;
}
[data-browse-mode="S"] .hero-logo{
  top: 40px;
  left: 20px;
}
[data-browse-mode="S"] .hero-logo img{
  width: 29.33vw;
}
[data-browse-mode="S"] .hero-slide{
  height: 100vw;
  margin-bottom: 20px;
}
[data-browse-mode="S"] .hero-text p{
  font-size: 13px;
  text-align: left;
  line-height: 1.8;
  padding: 0 20px;
}
[data-browse-mode="S"] .feature{
  margin-bottom: 60px;
}
[data-browse-mode="S"] .feature-head{
  display: block;
  margin: 0 20px 40px;
  padding: 24px 17px;
}
[data-browse-mode="S"] .feature-head-img{
  width: 70%;
  margin: 0 0 20px;
}
[data-browse-mode="S"] .feature-head-img img{
  width: 100%;
}
[data-browse-mode="S"] .feature-head-list{
  width: 100%;
}
[data-browse-mode="S"] .feature-head-list > * + *{
  margin-top: 5px;
}
[data-browse-mode="S"] .feature-head-list li{
  font-size: 13px;
  align-items: center;
  gap: 4px;
}
[data-browse-mode="S"] .feature-head-list li p{
  margin-top: 0;
}
[data-browse-mode="S"] .feature-head-list li::before{
  content: "";
  width: 13px;
  height: 16px;
}
[data-browse-mode="S"] .lufira h2{
  font-size: 26px;
  margin: 0 20px 5px;
  padding-top: 30px;
}
[data-browse-mode="S"] .feature-content > p{
  font-size: 15px;
}
[data-browse-mode="S"] .feature-slide{
  margin-top: 20px;
  padding-left: calc(12.514vw - 10px);
}
[data-browse-mode="S"] .feature-slide .slick-slide {
  width: 43.743vw;
}
[data-browse-mode="S"] .feature-slide .slick-arrow.slick-prev{
  left: 5px;
}
[data-browse-mode="S"] .feature-slide .slick-arrow.slick-next{
  right: 5px;
}
[data-browse-mode="S"] .feature-slide-item__name{
  font-size: 15px;
  letter-spacing: 0.03em;
}
[data-browse-mode="S"] .feature-slide-item__desc{
  font-size: 13px;
  letter-spacing: 0.03em;
}
[data-browse-mode="S"] .lineup{
  padding: 0 20px;
}
[data-browse-mode="S"] .lineup > p{
  font-size: 15px;
}
[data-browse-mode="S"] .lineup-list{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 20px 0 24px;
  padding: 0 18px;
}
[data-browse-mode="S"] .lineup-list-item{
  width: calc((100% - 10px) / 2);
  background: #F1F5F7;
}
[data-browse-mode="S"] .lineup-list-item a{
  display: block;
  padding: 18px 10px 12px;
}
[data-browse-mode="S"] .lineup-list-item a::before{
  width: 40px;
  height: 40px;
  top: 5px;
  right: 5px;
}
[data-browse-mode="S"] .lineup-list__img{
  width: 42.7%;
  margin-left: 20%;
  margin-bottom: 5px;
}
[data-browse-mode="S"] .lineup-list__img img{
  width: 100%;
  height: auto;
}
[data-browse-mode="S"] .lineup-list__name1{
  font-size: 14px;
  margin: 0;
}
[data-browse-mode="S"] .lineup-list__name2{
  font-size: 12px;
  margin-bottom: 5px;
}
[data-browse-mode="S"] .lineup-list__size1,.lineup-list__size2{
  font-size: 12px;
}
[data-browse-mode="S"] .lineup-color{
  gap: 8px;
}
[data-browse-mode="S"] .lineup-color li{
  font-size: 11px;
  gap: 5px;
}
[data-browse-mode="S"] .lineup-color li::before{
  width: 25px;
  height: 25px;
}