@keyframes lineDraw {
  0% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}
.page-top img {
  max-width: 100%;
  height: auto;
}
.page-top .image {
  overflow: hidden;
}
.page-top .image img {
  transition: all 0.3s ease-in-out;
}
.page-top .image img:hover {
  transform: scale(1.05);
}
.page-top .mv-blcok {
  margin-top: -1px;
}
@media only screen and (max-width: 767px) {
  .page-top .mv-blcok {
    margin-top: 0;
  }
}
.page-top .mv-blcok .mv {
  margin-bottom: 15px;
  width: 100%;
  overflow: hidden;
}
.page-top .mv-blcok .sub-mv {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.page-top .mv-blcok .sub-mv .item {
  width: 50vw;
}
.page-top .mv-blcok .sub-mv .item .image img {
  width: 100%;
  height: auto;
}
.page-top .mv-blcok .sub-mv .item .image img:hover {
  transform: scale(1);
}
.page-top .mv-blcok .sub-mv .item .num {
  font-size: 14px;
  margin-top: 26px;
  padding-left: 40px;
}
@media screen and (max-width: 767px) {
  .page-top .mv-blcok .sub-mv .item .num {
    font-size: 2.666vw;
    margin-top: 3.6vw;
    padding-left: 5%;
  }
}
.page-top .mv-blcok .sub-mv .item .name {
  font-size: 14px;
  padding-left: 40px;
}
@media screen and (max-width: 767px) {
  .page-top .mv-blcok .sub-mv .item .name {
    font-size: 2.4vw;
    padding-left: 5%;
  }
}
.page-top .products-block {
  max-width: 100vw;
  margin-top: 197px;
}
@media screen and (max-width: 767px) {
  .page-top .products-block {
    margin-top: 34.8vw;
  }
}
.page-top .products-block .inner {
  padding: 40px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .page-top .products-block .inner {
    padding: 3%;
  }
}
.page-top .products-block .inner .section-title {
  font-size: 19px;
  margin-bottom: 3px;
}
@media screen and (max-width: 767px) {
  .page-top .products-block .inner .section-title {
    font-size: 4.666vw;
  }
}
@media screen and (max-width: 767px) {
  .page-top .products-block .inner .section-title {
    margin-bottom: 1px;
  }
}
.page-top .products-block .inner .lead {
  font-size: 9px;
}
@media screen and (max-width: 767px) {
  .page-top .products-block .inner .lead {
    font-size: 2.4vw;
  }
}
.page-top .products-block .inner .products-list {
  width: 100%;
  padding: 0 56px;
  margin-top: 89px;
  margin-bottom: 19px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .page-top .products-block .inner .products-list {
    padding: 0;
    margin-top: 4vw;
    margin-bottom: 4vw;
  }
}
.page-top .products-block .inner .products-list .item {
  margin: 0 34px;
}
@media screen and (max-width: 767px) {
  .page-top .products-block .inner .products-list .item {
    margin: auto;
    width: 100%;
  }
}
.page-top .products-block .inner .products-list .item.slick-slide {
  width: initial;
}
.page-top .products-block .inner .products-list .item .image img {
  width: 100%;
  margin: auto;
}
.page-top .products-block .inner .products-list .item .name {
  margin-top: 21px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .page-top .products-block .inner .products-list .item .name {
    margin-top: 11.733vw;
  }
}
.page-top .products-block .inner .products-list .item .price {
  text-align: center;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  .page-top .products-block .inner .products-list .item .price {
    margin-top: 4px;
  }
}
.page-top .products-block .inner .products-list .slick-arrow {
  position: absolute;
  top: 12.4vw;
  z-index: 1;
  width: 18px;
  height: 40px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .page-top .products-block .inner .products-list .slick-arrow {
    width: 3.6vw;
    height: 8vw;
    top: 43.7vw;
  }
}
.page-top .products-block .inner .products-list .slick-arrow svg {
  width: 100%;
  height: auto;
}
.page-top .products-block .inner .products-list .slick-arrow.prev-arrow {
  left: 0;
}
@media screen and (max-width: 767px) {
  .page-top .products-block .inner .products-list .slick-arrow.prev-arrow {
    left: 6.4vw;
  }
}
.page-top .products-block .inner .products-list .slick-arrow.next-arrow {
  right: 0;
}
@media screen and (max-width: 767px) {
  .page-top .products-block .inner .products-list .slick-arrow.next-arrow {
    right: 6.4vw;
  }
}
.page-top .products-block .inner .products-list .slick-list {
  margin: 0 -34px;
}
@media screen and (max-width: 767px) {
  .page-top .products-block .inner .products-list .slick-list {
    margin: 0;
  }
}
.page-top .products-block .inner .products-list .slick-dots {
  position: relative;
  bottom: initial;
  margin-top: 13px;
}
@media screen and (max-width: 767px) {
  .page-top .products-block .inner .products-list .slick-dots {
    margin-top: 28px;
  }
}
.page-top .products-block .inner .products-list .slick-dots li {
  height: 3px;
  background-color: #D8D3C6;
  margin: 0;
}
.page-top .products-block .inner .products-list .slick-dots li.slick-active {
  background-color: #B7AF99;
}
.page-top .products-block .inner .products-list .slick-dots li button {
  display: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  padding: 0;
  border: none;
  background-color: transparent;
}
.page-top .products-block .inner .link {
  text-align: center;
}
.page-top .products-block .inner .link a {
  font-size: 16px;
  display: inline-block;
  position: relative;
}
.page-top .products-block .inner .link a:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #231815;
  transition: transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transform-origin: right;
}
.page-top .products-block .inner .link a:hover:after {
  transform-origin: left;
  animation: lineDraw 0.45s forwards cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media only screen and (max-width: 767px) {
  .page-top .products-block .inner .link a {
    font-size: 4vw;
  }
}
.page-top .story-block {
  position: relative;
  margin-top: 45px;
}
@media screen and (max-width: 767px) {
  .page-top .story-block {
    margin-top: 8vw;
  }
}
.page-top .story-block .story-image .image img {
  width: 100%;
  height: auto;
}
.page-top .story-block .story-image .text-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .page-top .story-block .story-image .text-box {
    width: 90%;
  }
}
.page-top .story-block .story-image .text-box > * {
  text-align: center;
  color: #FFF;
}
.page-top .story-block .story-image .text-box .sub-title {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .page-top .story-block .story-image .text-box .sub-title {
    font-size: 4.4vw;
  }
}
.page-top .story-block .story-image .text-box .title {
  font-size: 35px;
  margin: 10px 0;
}
@media screen and (max-width: 767px) {
  .page-top .story-block .story-image .text-box .title {
    font-size: 8vw;
    margin: 3vw 0;
  }
}
.page-top .story-block .story-image .text-box .desc {
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .page-top .story-block .story-image .text-box .desc {
    font-size: 3.466vw;
  }
}
.page-top .story-block .story-image .text-box .link {
  font-size: 16px;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .page-top .story-block .story-image .text-box .link {
    font-size: 4vw;
  }
}
.page-top .story-block .story-image .text-box .link a {
  color: #FFF;
  display: inline-block;
  position: relative;
}
.page-top .story-block .story-image .text-box .link a:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #FFF;
  transition: transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transform-origin: right;
}
.page-top .story-block .story-image .text-box .link a:hover:after {
  transform-origin: left;
  animation: lineDraw 0.45s forwards cubic-bezier(0.215, 0.61, 0.355, 1);
}
.page-top .feature-block .feature-list {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .page-top .feature-block .feature-list {
    display: block;
    margin-top: 1vw;
  }
}
.page-top .feature-block .feature-list .item {
  border-right: 1px solid #231815;
  padding: 106px 10px 140px 40px;
  width: 33.3333333333%;
}
@media screen and (max-width: 767px) {
  .page-top .feature-block .feature-list .item {
    border-right: none;
    border-bottom: 1px solid #231815;
    width: 100%;
    padding: 19vw 3% 7vw;
  }
}
.page-top .feature-block .feature-list .item .image {
  width: 84.5%;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .page-top .feature-block .feature-list .item .image {
    width: 72.533vw;
  }
}
.page-top .feature-block .feature-list .item .text-box {
  margin-top: 11px;
}
@media screen and (max-width: 767px) {
  .page-top .feature-block .feature-list .item .text-box {
    width: 64vw;
    margin-top: 4.9vw;
  }
}
.page-top .feature-block .feature-list .item .text-box .sub-title {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .page-top .feature-block .feature-list .item .text-box .sub-title {
    font-size: 3.733vw;
  }
}
.page-top .feature-block .feature-list .item .text-box .title {
  font-size: 35px;
  line-height: 1.1428571429;
  margin-top: 3px;
}
@media screen and (max-width: 767px) {
  .page-top .feature-block .feature-list .item .text-box .title {
    font-size: 8vw;
  }
}
.page-top .feature-block .feature-list .item .text-box .desc {
  font-size: 12px;
  line-height: 1.9166666667;
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .page-top .feature-block .feature-list .item .text-box .desc {
    font-size: 3.466vw;
  }
}
.page-top .feature-block .feature-list .item .text-box .link {
  font-size: 16px;
  margin-top: 22px;
}
@media screen and (max-width: 767px) {
  .page-top .feature-block .feature-list .item .text-box .link {
    font-size: 3.733vw;
    margin-top: 3vw;
  }
}
.page-top .feature-block .feature-list .item .text-box .link a {
  display: inline-block;
  position: relative;
}
.page-top .feature-block .feature-list .item .text-box .link a:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #231815;
  transition: transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transform-origin: right;
}
.page-top .feature-block .feature-list .item .text-box .link a:hover:after {
  transform-origin: left;
  animation: lineDraw 0.45s forwards cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media screen and (max-width: 767px) {
  .page-top .feature-block .feature-list .item:nth-child(odd) .image {
    margin-left: 0;
    margin-right: auto;
  }
  .page-top .feature-block .feature-list .item:nth-child(odd) .text-box {
    margin-left: auto;
  }
}
.page-top .design-image .image img {
  width: 100%;
}
.page-top .category-block {
  margin-top: 99px;
}
@media screen and (max-width: 767px) {
  .page-top .category-block {
    margin-top: 20.4vw;
  }
}
.page-top .category-block .text-box {
  padding-left: 40px;
}
@media screen and (max-width: 767px) {
  .page-top .category-block .text-box {
    padding-left: 3%;
  }
}
.page-top .category-block .text-box .section-title {
  font-size: 19px;
  margin-bottom: 3px;
}
@media screen and (max-width: 767px) {
  .page-top .category-block .text-box .section-title {
    font-size: 4.666vw;
  }
}
@media screen and (max-width: 767px) {
  .page-top .category-block .text-box .section-title {
    margin-bottom: 1px;
  }
}
.page-top .category-block .text-box .lead {
  font-size: 9px;
}
@media screen and (max-width: 767px) {
  .page-top .category-block .text-box .lead {
    font-size: 2.4vw;
  }
}
.page-top .category-block .category-list {
  margin-top: 36px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 2px 2px;
  grid-auto-flow: row;
  grid-template-areas: "item1 item1 item2 item3" "item4 item5 item5 item6";
}
@media screen and (max-width: 767px) {
  .page-top .category-block .category-list {
    margin-top: 5vw;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 0.666vw 0.666vw;
    grid-template-rows: auto auto auto;
    grid-template-areas: "item1 item1 item1" "item2 item3 item4" "item5 item5 item6";
  }
}
.page-top .category-block .category-list a {
  font-size: 24px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .page-top .category-block .category-list a {
    font-size: 3.2vw;
  }
}
.page-top .category-block .category-list a .image {
  height: 100%;
}
.page-top .category-block .category-list a .image img {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .page-top .category-block .category-list a .image img {
    height: auto;
  }
}
.page-top .category-block .category-list a .name {
  position: absolute;
  left: 20px;
  top: 16px;
}
@media screen and (max-width: 767px) {
  .page-top .category-block .category-list a .name {
    left: 2.933vw;
    top: 2.266vw;
  }
}
.page-top .category-block .category-list a .name.--white {
  color: #FFF;
}
.page-top .category-block .category-list a.item1 {
  grid-area: item1;
}
.page-top .category-block .category-list a.item2 {
  grid-area: item2;
}
.page-top .category-block .category-list a.item3 {
  grid-area: item3;
}
.page-top .category-block .category-list a.item4 {
  grid-area: item4;
}
.page-top .category-block .category-list a.item5 {
  grid-area: item5;
}
.page-top .category-block .category-list a.item6 {
  grid-area: item6;
}
.page-top .page-lead {
  padding-left: 40px;
  margin-top: 195px;
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .page-top .page-lead {
    margin-top: 39.066vw;
    margin-bottom: 4.066vw;
    padding-left: 3%;
    font-size: 2.4vw;
    line-height: 1.6666666667;
  }
}

/*# sourceMappingURL=top202504.css.map */
