@charset "utf-8";

img {max-width: 100%;}
div, h1, h2, h3, h4, h5, h6, span, p, b, strong, ul, li {word-break: keep-all;}
.desc {
  font-size: 18px;
  line-height: 1.7;
}
.more-btn {
  border: 1px solid #596252;
  width: 200px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
  transition: all .2s;
}
.more-btn span {
  font-size: 15px;
  font-weight: 600;
  color: #596252;
}
.more-btn .arrow {
  width: 17px !important;
  height: auto !important;
  aspect-ratio: 17 / 9;
}
.more-btn .arrow .color {
  fill: none;
  stroke: #596252;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1px;
}
.more-btn:hover {
  background: #596252;
  padding: 0 16px;
}
.more-btn:hover span {color: #fff;}
.more-btn:hover .arrow .color {stroke: #fff;}
.swiper-pagination {
  position: absolute;
  top: auto !important;
  bottom: 50px !important;
}
.swiper-pagination .swiper-pagination-bullet {
  width: 8px !important;
  height: 8px !important;
  background: #f7f3ee !important;
  margin: 0 5px !important;
  opacity: 1 !important;
}
.swiper-pagination .swiper-pagination-bullet-active {background: #596252 !important;}
.item-list {
  display: flex;
  flex-wrap: wrap;
  gap: 60px 10px;
}
.item-list li {width: calc((100% - 40px)/5);}
.item-list li a {display: block;}
.item-list li .img {
  aspect-ratio: 1 / 1;
  overflow: hidden;
}
.item-list li .img .bg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  width: 100%;
  height: 100%;
  transition: all .2s;
}
.item-list li .txt {padding-top: 20px;}
.item-list li .txt .subject {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.5px;
}
.item-list li .txt .desc {
  font-size: 15px;
  color: #666;
  margin: 10px 0 15px;
}
.item-list li:hover .img .bg {transform: scale(1.1)}
.price-wrap {
  display: flex;
  align-items: center;
  gap: 8px;
}
.price-wrap .percent {
  background: #596252;
  border-radius: 3px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  padding: 2px 6px;
  display: inline-block;
}
.price-wrap .price {
  font-size: 20px;
  font-weight: bold;
}
.price-wrap .discount {
  font-size: 16px;
  color: #aaa;
  text-decoration: line-through;
}
@media all and (max-width: 1024px) {
  .item-list li {width: calc((100% - 20px) / 3);}
}
@media all and (max-width: 767px) {
  .desc {font-size: 15px;}
  .swiper-pagination {bottom: 25px !important;}
  .item-list {gap: 30px 10px;}
  .item-list li {width: calc((100% - 10px) / 2);}
  .item-list li .txt {padding-top: 15px;}
  .item-list li .txt .subject {font-size: 15px;}
  .item-list li .txt .desc {
    font-size: 12px;
    margin: 5px 0 12px;
  }
  .price-wrap {display: block;}
  .price-wrap .percent {
    font-size: 12px;
    padding: 1px 4px;
    display: block;
    width: fit-content;
    margin-bottom: 3px;
  }
  .price-wrap .price {
    font-size: 15px;
  }
  .price-wrap .discount {font-size: 12px;}
  .more-btn {
    width: 160px;
    height: 40px;
    padding: 0 15px !important;
  }
  .more-btn span {font-size: 13px;}
}

/*main*/
.main section {
  position: relative;
  overflow: hidden;
  padding: 150px 0;
}
.main .container {max-width: 1600px;}
.main .title {
  margin-bottom: 80px;
  display: flex;
  flex-wrap: wrap;
  align-items: end;
  gap: 20px;
}
.main .title h2 {
  font-family: "Baskervville", serif;
  font-size: 50px;
  font-weight: 500;
  line-height: 1;
}
.main .hero {
  height: calc(100dvh - 80px);
  padding: 0;
}
.main .hero .hero-slider,
.main .hero .hero-slider .swiper-wrapper,
.main .hero .hero-slider .swiper-slide {height: 100%;}
.main .hero a {
  display: block;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.main .line {
  background: url(/img/assets/main_line_bg.jpg) center / cover no-repeat;
  background-attachment: fixed;
  padding: 50px 0;
  text-align: center;
  color: #f7f3ee;
}
.main .line h4 {
  font-family: "Baskervville", serif;
  font-size: 30px;
  font-weight: normal;
  margin-bottom: 15px;
}
.main .about {padding: 0;}
.main .about .txt {
  border-top: 1px solid #596252;
  padding: 100px 0;
  display: flex;
  flex-wrap: wrap;
  align-items: end;
  justify-content: space-between;
}
.main .about .txt .title {
  display: block;
  margin: 0;
  width: 42%;
}
.main .about .txt .title h2 {
  font-size: 100px;
  color: #596252;
  margin-bottom: 70px;
}
.main .about .txt ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: end;
  width: 58%;
}
.main .about .txt ul li {
  color: #596252;
  text-align: center;
  border-right: 1px solid rgba(0,0,0,0.1);
  padding: 0 40px;
}
.main .about .txt ul li:first-child {padding-left: 0;}
.main .about .txt ul li:last-child {
  padding-right: 0;
  border-right: none;
}
.main .about .txt ul li .ico {
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.main .about .video {
  position: relative;
  height: 500px;
  overflow: hidden;
}
.main .about .video video {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
}
.main .b2b {background: #e3e4e0;}
.main .b2b .container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.main .b2b .txt {
  width: 37.5%;
  padding-right: 50px;
}
.main .b2b .txt .title {display: block;}
.main .b2b .txt .title h2 {margin-bottom: 40px;}
.main .b2b .img {
  width: 62.5%;
  position: relative;
}
.main .b2b .img ul {
  display: flex;
  gap: 10px;
}
.main .b2b .img ul li {flex: 1;}
.main .b2b .img .logotype {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -3px;
  z-index: 1;
  width: 100%;
}
.main .pick {padding: 0;}
.main .pick a {
  display: flex;
  flex-wrap: wrap;
}
.main .pick a > div {width: 50%;}
.main .pick .img {
  position: relative;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  z-index: 1;
}
.main .pick .img .bg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  width: 100%;
  height: 100%;
  transition: all .2s;
}
.main .pick .img:hover .bg {transform: scale(1.1)}
.main .pick .txt {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 50px;
  text-align: center;
  position: relative;
}
.main .pick .txt .inner {margin-top: 50px;}
.main .pick .txt .subject {
  font-size: 50px;
  font-weight: 600;
  color: #596252;
  line-height: 1.2;
  width: 60%;
  margin: 0 auto;
}
.main .pick .txt .desc {
  font-size: 18px;
  color: #666;
  margin: 15px 0 40px;
}
.main .pick .txt .price-wrap {
  justify-content: center;
  gap: 15px;
}
.main .pick .txt .price-wrap .percent,
.main .pick .txt .price-wrap .discount {font-size: 24px;}
.main .pick .txt .price-wrap .percent {
  padding: 2px 10px;
  border-radius: 5px;
}
.main .pick .txt .price-wrap .price {font-size: 30px;}
.main .pick .txt .more-btn {margin: 80px auto 0;}
.main .pick .txt .deco-wrap .deco-1 {
  position: absolute;
  top: 50px;
  left: -15px;
}
.main .pick .txt .deco-wrap .deco-2 {
  position: absolute;
  bottom: 30px;
  right: -10px;
}
.main .news .news-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -40px;
}
.main .news .news-list li {
  width: 33.33%;
  border-right: 1px solid rgba(0,0,0,0.1);
  padding: 0 40px;
}
.main .news .news-list li:last-child {border-right: none;}
.main .news .news-list li a {display: block;}
.main .news .news-list li .img {
  aspect-ratio: 480 / 340;
  overflow: hidden;
  position: relative;
}
.main .news .news-list li .img .bg {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;
  display: block;
  transition: all .2s;
}
.main .news .news-list li:hover .img .bg {transform: scale(1.1)}
.main .news .news-list li .txt {padding-top: 20px;}
.main .news .news-list li .txt .subject {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 15px;
}
.main .news .news-list li .txt .date {
  font-size: 14px;
  color: #666;
}
.main .news .more-btn {margin: 60px auto 0;}
@media all and (max-width: 1600px) {
  .main .container {padding: 0 80px;}
  .main .about .txt .title {width: 50%;}
  .main .about .txt .title h2 {font-size: 80px;}
  .main .about .txt ul {width: 50%;}
  .main .about .txt ul li {padding: 0 30px;}
}
@media all and (max-width: 1440px) {
  .main .hero a {background-image: url(/img/assets/main_hero_n.jpg) !important;}
  .main .about .txt .title {width: 68%;}
  .main .about .txt ul {width: 32%;}
  .main .about .txt ul li {
    width: 50%;
    padding: 20px !important;
  }
  .main .about .txt ul li:nth-child(2n) {border-right: none;}
  .main .about .txt ul li:nth-child(1),
  .main .about .txt ul li:nth-child(2) {border-bottom: 1px solid rgba(0,0,0,0.1)}
  .main .pick .txt .subject {width: 80%;}
  .main .pick .txt .deco-wrap {opacity: 0.5;}
}
@media all and (max-width: 1024px) {
  .main .container {padding: 0 40px;}
  .main .hero {height: 600px;}
  .main .about .txt .title {
    width: 100%;
    margin-bottom: 80px;
  }
  .main .about .txt ul {width: 100%;}
  .main .about .txt ul li {
    width: 25%;
    border-right: 1px solid rgba(0,0,0,0.1) !important;
    border-bottom: none !important;
  }
  .main .about .txt ul li:last-child {border-right: none !important;}
  .main .b2b .txt {
    width: 100%;
    padding: 0 0 80px;
  }
  .main .b2b .img {width: 100%;}
  .main .pick .txt .subject {
    width: 100%;
    font-size: 36px;
  }
  .main .pick .txt .more-btn {margin-top: 50px;}
  .main .pick .txt .deco-wrap .deco-1 img {width: 130px;}
  .main .pick .txt .deco-wrap .deco-2 img {width: 160px;}
}
@media all and (max-width: 991px) {
  .main .hero {height: 500px;}
  .main .pick a > div {width: 100%;}
  .main .news .news-list {margin: 0 -25px;}
  .main .news .news-list li {padding: 0 25px;}
}
@media all and (max-width: 767px) {
  .main section {padding: 50px 0;}
  .main .container {padding: 0 16px;}
  .main .title {
    gap: 15px;
    margin-bottom: 30px;
  }
  .main .title h2 {font-size: 28px;}
  .main .hero {height: calc(100dvh - 50px)}
  .main .line {padding: 25px 0;}
  .main .line h4 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .main .about .txt {padding: 50px 0;}
  .main .about .txt .title {margin-bottom: 30px;}
  .main .about .txt .title h2 {
    font-size: 40px;
    margin-bottom: 20px;
  }
  .main .about .txt ul li {
    width: 50%;
    padding: 15px !important;
  }
  .main .about .txt ul li:nth-child(2n) {border-right: none !important;}
  .main .about .txt ul li:nth-child(1),
  .main .about .txt ul li:nth-child(2) {border-bottom: 1px solid rgba(0,0,0,0.1) !important;}
  .main .about .txt ul li .ico {
    height: 50px;
    margin-bottom: 12px;
  }
  .main .about .txt ul li .ico img {
    max-width: 50px;
    max-height: 50px;
  }
  .main .about .video {height: 250px;}
  .main .about .video video {
    width: auto;
    height: 100%;
  }
  .main .b2b .txt {padding-bottom: 40px;}
  .main .b2b .txt .title h2 {margin-bottom: 15px;}
  .main .b2b .img ul {gap: 4px;}
  .main .pick .txt {
    padding: 30px;
    display: block;
  }
  .main .pick .txt .inner {margin: 0;}
  .main .pick .txt .subject {font-size: 24px;}
  .main .pick .txt .desc {
    font-size: 16px;
    margin: 10px 0 20px;
  }
  .main .pick .txt .price-wrap .percent, .main .pick .txt .price-wrap .discount {font-size: 16px;}
  .main .pick .txt .price-wrap .percent {margin: 0 auto 3px;}
  .main .pick .txt .price-wrap .price {font-size: 20px;}
  .main .pick .txt .more-btn {margin-top: 25px;}
  .main .pick .txt .deco-wrap .deco-1 {top: 10px;}
  .main .pick .txt .deco-wrap .deco-1 img {width: 80px;}
  .main .pick .txt .deco-wrap .deco-2 {bottom: 0;}
  .main .pick .txt .deco-wrap .deco-2 img {width: 100px;}
  .main .news .news-list {margin: 0;}
  .main .news .news-list li {
    width: 100%;
    border-right: none;
    padding: 0;
    margin-bottom: 30px;
  }
  .main .news .news-list li:last-child {margin-bottom: 0;}
  .main .news .news-list li .txt {padding-top: 15px;}
  .main .news .news-list li .txt .subject {
    font-size: 16px;
    margin-bottom: 8px;
  }
  .main .news .news-list li .txt .date {font-size: 12px;}
  .main .news .more-btn {margin-top: 30px;}
}
@media all and (max-width: 480px) {
  .main .hero a {background-image: url(/img/assets/main_hero_m.jpg) !important;}
}