@charset "UTF-8";

/** 媒体查询 */

/** 布局 */

.home-title {
  padding: 1rem 3.4375rem;
}

.home-title .t {
  font-size: 1.3125rem;
  color: #2F2F2F;
  font-family: AcuminProBook;
}

@media (max-width: 800px) {
  .home-title {
    padding: 1rem;
    font-size: 0.9375rem;
  }
}

.home-tags {
  display: flex;
  gap: 0.375rem;
  flex-wrap: wrap;
}

.home-tags .tag {
  font-size: 0.75rem;
  color: #2F2F2F;
  padding: 0.1875rem 0.375rem;
  line-height: 1;
  border: 0.0625rem solid #2F2F2F;
  font-family: AcuminProBook;
}

.home-tags.colf .tag {
  border: 0.0625rem solid #ffffff;
  color: #ffffff;
}

.home-goods-full-image .mask {
  transition: background-color 0.3s;
}

.home-goods-full-image:hover .mask {
  background-color: rgba(0, 0, 0, 0.3);
}

.home-goods-full-image .tag {
  font-family: AcuminProBook-M;
}

.home-goods-full-image .t1 {
  font-size: 2.25rem;
  color: #FFFFFF;
  margin-top: 0.25rem;
  font-family: AcuminProBook-M;
}

.home-goods-full-image .t2 {
  font-size: 0.75rem;
  color: #FFFFFF;
  margin-top: 0.9375rem;
  max-width: 500px;
  font-family: AcuminProBook;
}

.home-goods-full-image .more {
  margin-top: 4.6875rem;
  font-family: AcuminProBook-L;
}

@media (max-width: 800px) {
  .home-goods-full-image {
    min-height: 15.625rem;
  }

  .home-goods-full-image .t1 {
    font-size: 1.5625rem;
  }

  .home-goods-full-image .t2 {
    margin-top: 0.625rem;
  }

  .home-goods-full-image .more {
    margin-top: 1.875rem;
  }
}

.home-goods-small-image {
  position: relative;
}

.home-goods-small-image .mask {
  transition: background-color 0.3s;
}

.home-goods-small-image:hover .mask {
  background-color: rgba(0, 0, 0, 0.3);
}

.home-goods-small-image .box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 1.875rem 1.5625rem;
  box-sizing: border-box;
}

@media (max-width: 800px) {
  .home-goods-small-image .box {
    padding: 1.25rem 0.9375rem;
  }
}

.home-module1 {
  padding: 0.3125rem 2.875rem 2.3125rem;
  background-color: #000;
}

.home-module1 .t {
  font-size: 0.75rem;
  color: #747474;
  text-align: center;
  padding: 1.25rem;
  font-family: AcuminProBook;
}

.home-module1 .list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3.75rem;
}

.home-module1 .item {
  position: relative;
}

.home-module1 .item::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.5;
  position: absolute;
  left: 0;
  top: 0;
  transition: opacity 0.3s;
}

.home-module1 .item.active::after,
.home-module1 .item:hover::after {
  opacity: 0;
}

.home-module1 .text {
  position: absolute;
  top: 58%;
  left: 50%;
  transform: translateX(-50%);
  font-size: 3.875rem;
  color: rgba(255, 255, 255, 0);
  line-height: 1;
  width: 95%;
  margin: auto;
  text-align: center;
  text-stroke: 0.0625rem #FFFFFF;
  -webkit-text-stroke: 0.0625rem #FFFFFF;
  font-family: AcuminProSemibold;
}

@media (max-width: 800px) {
  .home-module1 .list {
    grid-template-columns: 1fr;
  }

  .home-module1 .item {
    max-width: 31.25rem;
    margin: 0 auto;
  }

  .home-module1 .text {
    font-size: 3.125rem;
  }
}

@media (max-width: 500px) {
  .home-module1 .text {
    font-size: 12vw;
  }
}

.home-module2 .list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

@media (max-width: 800px) {
  .home-module2 .list {
    grid-template-columns: repeat(2, 1fr);
  }
}

.home-module3 .list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

@media (max-width: 800px) {
  .home-module3 .list {
    grid-template-columns: repeat(1, 1fr);
  }
}

.home-module4 .list {
  background-color: #000;
  gap: 1px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border: 0.0625rem solid #000;
}

.home-module4 .item {
  background-color: #ffffff;
  padding: 1.25rem;
  box-sizing: border-box;
}

@media (max-width: 800px) {
  .home-module4 .list {
    grid-template-columns: repeat(1, 1fr);
  }
}

.home-module5 .t {
  padding: 4.375rem 0 3.125rem;
  display: grid;
  gap: 1.25rem;
}

.home-module5 .t1 {
  font-size: 1.125rem;
  color: #272727;
  text-align: center;
  font-family: AcuminProBook-M;
}

.home-module5 .t2 {
  font-size: 0.625rem;
  color: #707070;
  text-align: center;
  max-width: 80%;
  margin: auto;
  font-family: AcuminProBook;
}

.home-module5 .list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 0.1875rem;
}

.home-module5 .list .item {
  overflow: hidden;
}

.home-module5 .list .item img {
  transition: transform 0.3s;
}

.home-module5 .list .item:hover img {
  transform: scale(1.05);
}

.home-module5 .list .item:nth-child(2) {
  grid-column: 2/4;
  grid-row: 1/3;
}

@media (max-width: 800px) {
  .home-module5 .t {
    padding: 2.1875rem 0 1.25rem;
    gap: 0.9375rem;
  }

  .home-module5 .list {
    grid-template-columns: 1fr 1fr;
    gap: 0.1875rem;
  }

  .home-module5 .list .col2 {
    grid-column: 1/3;
    grid-row: inherit;
  }
}

.home-news {
  padding: 7.5rem 0 5.625rem;
}

.home-news .title {
  font-size: 3rem;
  margin-bottom: 1.875rem;
  font-family: Oswald-Medium;
  letter-spacing: -0.125rem;
}

.home-news .list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.6875rem;
  color: #363636;
}

.home-news .list .item:hover img {
  transform: scale(1.05);
}

.home-news .list .t1 {
  font-size: 1.125rem;
  margin-top: 2.5rem;
  font-family: AcuminProBook-M;
}

.home-news .list .t2 {
  font-size: 0.9375rem;
  margin-top: 1.25rem;
  font-family: AcuminProBook;
}

.home-news .list .more {
  font-size: 1rem;
  margin-top: 3.125rem;
  font-family: AcuminProBook-M;
  display: inline-block;
}

.home-news .list .more:hover {
  color: #000000;
}

@media (max-width: 800px) {
  .home-news {
    padding: 3.125rem 0 2.8125rem;
  }

  .home-news .title {
    font-size: 1.5rem;
    margin-bottom: 1.25rem;
  }

  .home-news .list {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.875rem;
  }

  .home-news .list .item {
    max-width: 31.25rem;
    margin: 0 auto;
  }

  .home-news .list .t1 {
    font-size: 1.125rem;
    margin-top: 1.25rem;
  }

  .home-news .list .t2 {
    font-size: 0.9375rem;
    margin-top: 0.9375rem;
  }

  .home-news .list .more {
    font-size: 0.875rem;
    margin-top: 1.25rem;
  }
}

.home-popup {
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 999;
  transition: opacity 0.3s;
  opacity: 0;
  pointer-events: none;
}

.home-popup.active {
  opacity: 1;
  pointer-events: all;
}

.home-popup .box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 36.625rem;
  width: 90%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  background-color: #fff;
  align-items: center;
  border-radius: 1.25rem;
  overflow: hidden;
}

.home-popup .close {
  position: absolute;
  width: 1.25rem;
  top: 0.9375rem;
  right: 0.9375rem;
  cursor: pointer;
}

.home-popup .info {
  padding: 2.5rem;
  box-sizing: border-box;
}

.home-popup .info .t1 {
  font-size: 1.8125rem;
  color: #333333;
  font-family: AcuminProBook-H;
  text-align: center;
}

.home-popup .info .t2 {
  font-size: 1rem;
  color: #333333;
  font-family: AcuminProBook-H;
  margin-top: 5rem;
  text-align: center;
}

.home-popup .info .btn {
  font-size: 0.75rem;
  color: #FFFFFF;
  font-family: AcuminProBook;
  max-width: 11.3125rem;
  height: 2.3125rem;
  line-height: 2.3125rem;
  text-align: center;
  background: #000000;
  border-radius: 0.375rem;
  margin: 1.25rem auto 0;
}

@media (max-width: 800px) {
  .home-popup .box {
    grid-template-columns: repeat(1, 1fr);
  }

  .home-popup .image {
    max-height: 12.5rem;
    overflow: hidden;
  }

  .home-popup .info {
    padding: 1.25rem;
  }

  .home-popup .info .t1 {
    font-size: 1.25rem;
  }

  .home-popup .info .t2 {
    margin-top: 1.875rem;
  }

  .home-popup .info .btn {
    max-width: 100%;
    margin-top: 0.9375rem;
  }
}