@charset "utf-8";
.mod-modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease-in-out;
  transition-property: opacity, visibility;
}
.mod-modal-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.mod-modal.open {
  visibility: visible;
  opacity: 1;
}
.pagination {
  margin-top: calc(39 / 375 * 100vw);
}
.pagination ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination ul li {
  font-size: calc(14 / 375 * 100vw);
  line-height: 1;
}
.pagination ul li a {
  padding: 0 calc(11 / 375 * 100vw);
  color: #999;
}
.pagination ul li.active {
  padding: 0 calc(10 / 375 * 100vw);
  color: #444;
}
.pagination ul li.ellipsis {
  margin: 0 calc(3 / 375 * 100vw);
  color: #999;
}
.pagination ul li.ellipsis::before {
  content: '...';
}
.pagination ul li.prev,
.pagination ul li.next {
  flex: 0 0 auto;
}
.pagination ul li.prev a,
.pagination ul li.next a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(24 / 375 * 100vw);
  height: calc(24 / 375 * 100vw);
  margin: 0 calc(11 / 375 * 100vw);
  border: 1px solid #c4c4c4;
  padding: 0;
  box-sizing: border-box;
}
.pagination ul li.prev a::before,
.pagination ul li.next a::before {
  content: '';
  width: calc(9 / 375 * 100vw);
  height: calc(5 / 375 * 100vw);
  background-image: url("../img/common/icon/icon-arrow2.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.pagination ul li.prev a::before {
  transform: rotate(90deg);
}
.pagination ul li.next a::before {
  transform: rotate(-90deg);
}
section.check-staff {
  width: calc(345 / 375 * 100vw);
  margin: calc(40 / 375 * 100vw) auto 0;
  padding-top: calc(24 / 375 * 100vw);
  text-align: left;
  border-top: 1px solid #d9d9d9;
}
section.check-staff h2 {
  margin-bottom: calc(21 / 375 * 100vw);
  font-size: calc(15 / 375 * 100vw);
  line-height: calc(22 / 375 * 100vw);
}
section.check-staff ul {
  display: flex;
  width: 100vw;
  margin-left: calc(-15 / 375 * 100vw);
  overflow: auto;
}
section.check-staff ul::before,
section.check-staff ul::after {
  content: '';
  flex: 0 0 auto;
  width: calc(15 / 375 * 100vw);
  height: calc(15 / 375 * 100vw);
}
section.check-staff ul li {
  flex: 0 0 auto;
  width: calc(56 / 375 * 100vw);
}
section.check-staff ul li:not(:nth-of-type(1)) {
  margin-left: calc(8 / 375 * 100vw);
}
section.check-styling {
  width: calc(345 / 375 * 100vw);
  margin: calc(40 / 375 * 100vw) auto 0;
  padding-top: calc(23 / 375 * 100vw);
  text-align: left;
  border-top: 1px solid #d9d9d9;
}
section.check-styling h2 {
  margin-bottom: calc(21 / 375 * 100vw);
  font-size: calc(15 / 375 * 100vw);
  line-height: calc(22 / 375 * 100vw);
}
section.check-styling ul {
  display: flex;
  width: 100vw;
  margin-left: calc(-15 / 375 * 100vw);
  overflow: auto;
}
section.check-styling ul::before,
section.check-styling ul::after {
  content: '';
  flex: 0 0 auto;
  width: calc(15 / 375 * 100vw);
  height: calc(15 / 375 * 100vw);
}
section.check-styling ul li {
  flex: 0 0 auto;
  width: calc(72 / 375 * 100vw);
}
section.check-styling ul li:not(:nth-of-type(1)) {
  margin-left: calc(10 / 375 * 100vw);
}
.all-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(172 / 375 * 100vw);
  height: calc(36 / 375 * 100vw);
  margin: 0 auto;
  border-radius: calc(4 / 375 * 100vw);
  border: 1px solid #c4c4c4;
  box-sizing: border-box;
  font-size: calc(11 / 375 * 100vw);
  line-height: 1;
  text-decoration: none;
}
.ac .ac-trigger {
  display: flex;
  align-items: center;
  position: relative;
}
.ac .ac-trigger span {
  position: relative;
  text-indent: -9999px;
  overflow: hidden;
}
.ac .ac-trigger span::before,
.ac .ac-trigger span::after {
  content: '';
  position: absolute;
}
.ac .ac-panel {
  overflow: hidden;
  transition-property: height, visibility;
  transition-timing-function: ease;
}
.ac.js-enabled .ac-panel {
  visibility: hidden;
}
.ac.is-active .ac-panel {
  visibility: visible;
}
main.contents.lp-trendstyle {
  position: relative;
  font-size: 0;
  color: #000;
}
main.contents.lp-trendstyle img,
main.contents.lp-trendstyle video {
  width: 100%;
}
main.contents.lp-trendstyle * {
  box-sizing: border-box;
}
main.contents.lp-trendstyle a {
  display: inline-block;
}
main.contents.lp-trendstyle .fade {
  opacity: 0;
  transform: translateY(30px);
  transition: all 1s ease;
}
main.contents.lp-trendstyle .fade.fadein {
  opacity: 1;
  transform: translateY(0);
}
main.contents.lp-trendstyle .credit {
  text-align: center;
}
main.contents.lp-trendstyle section {
  position: relative;
}
main.contents.lp-trendstyle section .section-inner {
  margin-right: auto;
  margin-left: auto;
}
main.contents.lp-trendstyle section .more-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  font-weight: 700;
  line-height: 1;
  border: 0.5px solid #000;
}
main.contents.lp-trendstyle section .more-btn span {
  position: relative;
}
main.contents.lp-trendstyle section .more-btn span::after {
  content: '';
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../img/common/lp-trendstyle/icon-more-arrow.svg");
}
main.contents.lp-trendstyle section .snapme-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  border: 0.5px solid #000;
}
main.contents.lp-trendstyle section .snapme-link .logo {
  position: relative;
}
main.contents.lp-trendstyle section .snapme-link .logo span {
  display: block;
  white-space: nowrap;
  line-height: 1;
}
main.contents.lp-trendstyle section .snapme-link p {
  position: relative;
  font-weight: 700;
  line-height: 1;
}
main.contents.lp-trendstyle section .snapme-link p::after {
  content: '';
  position: absolute;
  right: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../img/common/lp-trendstyle/icon-more-arrow.svg");
}
main.contents.lp-trendstyle section.kv .kv-video {
  aspect-ratio: 1/1;
}
main.contents.lp-trendstyle section.kv .kv-title {
  background: #f2f2f2;
}
main.contents.lp-trendstyle section.style-list .style-index h2 {
  margin: 0 auto;
}
main.contents.lp-trendstyle section.style-list .style-index ul {
  display: flex;
  justify-content: center;
}
main.contents.lp-trendstyle section.style-list .style-index ul li {
  position: relative;
}
main.contents.lp-trendstyle section.style-list .style-index ul li::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../img/common/lp-trendstyle/icon-index-arrow.svg");
}
main.contents.lp-trendstyle section.style-list .style-index ul li .name {
  text-align: center;
}
main.contents.lp-trendstyle section.style-list article {
  position: relative;
}
main.contents.lp-trendstyle section.style-list article+article::before {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../img/common/lp-trendstyle/stripe.png");
}
main.contents.lp-trendstyle section.style-list article h2 {
  margin: 0 auto;
}
main.contents.lp-trendstyle section.style-list article .slider {
  position: relative;
  margin: 0 auto;
}
main.contents.lp-trendstyle section.style-list article .slider .swiper-button-prev,
main.contents.lp-trendstyle section.style-list article .slider .swiper-button-next {
  margin-top: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../img/common/lp-trendstyle/slider-arrow.svg");
}
main.contents.lp-trendstyle section.style-list article .slider .swiper-button-prev::after,
main.contents.lp-trendstyle section.style-list article .slider .swiper-button-next::after {
  display: none;
}
main.contents.lp-trendstyle section.style-list article .slider .swiper-button-prev {
  transform: rotateZ(180deg);
}
main.contents.lp-trendstyle section.style-list article .slider .swiper-pagination {
  width: 100%;
  line-height: 0;
}
main.contents.lp-trendstyle section.style-list article .slider .swiper-pagination-bullet {
  position: relative;
  opacity: 1;
  border-radius: 0;
  background: #d9d9d9;
  -webkit-animation-play-state: inherit;
          animation-play-state: inherit;
}
main.contents.lp-trendstyle section.style-list article .slider .swiper-pagination-bullet::before {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scaleX(0);
  transform-origin: 0 0;
}
main.contents.lp-trendstyle section.style-list article .slider .swiper-pagination-bullet.before::before {
  transform: scaleX(100%);
}
main.contents.lp-trendstyle section.style-list article .slider .swiper-pagination-bullet-active::before {
  -webkit-animation: sliderPagination 3s linear forwards;
          animation: sliderPagination 3s linear forwards;
  -webkit-animation-play-state: inherit;
          animation-play-state: inherit;
}
main.contents.lp-trendstyle section.style-list article .style-point h3 {
  margin: 0 auto;
}
main.contents.lp-trendstyle section.style-list article .style-point p {
  margin: 0 auto;
}
main.contents.lp-trendstyle section.style-list article .item-list ul {
  display: flex;
  flex-wrap: wrap;
}
main.contents.lp-trendstyle section.style-list article .item-list ul li a {
  display: block;
}
main.contents.lp-trendstyle section.style-list article .item-list ul li .detail {
  text-align: center;
}
main.contents.lp-trendstyle section.style-list article .item-list ul li .more-btn {
  width: 100%;
}
main.contents.lp-trendstyle section.style-list article .style-items h3 {
  margin: 0 auto;
}
main.contents.lp-trendstyle section.style-list article .style-cosme h3 {
  margin: 0 auto;
}
main.contents.lp-trendstyle section.style-list article .style-cosme .item-list ul {
  justify-content: flex-start;
}
main.contents.lp-trendstyle section.style-list article .style-model .model-profile {
  display: flex;
  justify-content: center;
}
main.contents.lp-trendstyle section.style-list article .style-model .model-account {
  display: flex;
  justify-content: center;
}
main.contents.lp-trendstyle section.style-list article .style-model .model-account a {
  display: flex;
  align-items: center;
  border: 0.5px solid #000;
}
main.contents.lp-trendstyle section.style-list article .style-model .model-account .ac-snapme {
  flex-direction: column;
}
main.contents.lp-trendstyle section.style-list article .style-model .model-account .ac-snapme span {
  font-weight: 300;
  line-height: 1;
}
main.contents.lp-trendstyle section.style-list article .style-model .model-account .instagram {
  justify-content: center;
}
main.contents.lp-trendstyle section.more-contents::before {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../img/common/lp-trendstyle/stripe.png");
}
main.contents.lp-trendstyle section.more-contents h2 {
  margin: 0 auto;
}
main.contents.lp-trendstyle section.more-contents ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
main.contents.lp-trendstyle section.more-contents ul li a {
  display: block;
}
main.contents.lp-trendstyle section.more-contents ul li .name {
  text-align: center;
}
@-webkit-keyframes sliderPagination {
  100% {
    transform: scaleX(1);
    opacity: 1;
  }
}
@keyframes sliderPagination {
  100% {
    transform: scaleX(1);
    opacity: 1;
  }
}
@media (max-width: 767px) {
  .mod-modal-overlay {
    background-color: rgba(0,0,0,0.25);
  }
  .mod-modal-contents {
    position: relative;
    width: 100vw;
    height: 100%;
    overflow: auto;
  }
  main.contents.lp-trendstyle {
    padding-bottom: calc(100 / 375 * 100vw);
  }
  main.contents.lp-trendstyle .pc {
    display: none;
  }
  main.contents.lp-trendstyle section .section-inner {
    width: calc(345 / 375 * 100vw);
  }
  main.contents.lp-trendstyle section .more-btn {
    width: 100%;
    height: calc(56 / 375 * 100vw);
    font-size: calc(12 / 375 * 100vw);
  }
  main.contents.lp-trendstyle section .more-btn span::after {
    top: calc(1 / 375 * 100vw);
    right: calc(-13 / 375 * 100vw);
    width: calc(9 / 375 * 100vw);
    height: calc(9 / 375 * 100vw);
  }
  main.contents.lp-trendstyle section .snapme-link {
    width: calc(327 / 375 * 100vw);
    height: calc(56 / 375 * 100vw);
    padding: 0 calc(32 / 375 * 100vw) 0 calc(33 / 375 * 100vw);
  }
  main.contents.lp-trendstyle section .snapme-link .logo {
    width: calc(113 / 375 * 100vw);
  }
  main.contents.lp-trendstyle section .snapme-link .logo span {
    margin-top: calc(8 / 375 * 100vw);
    font-size: calc(7 / 375 * 100vw);
    letter-spacing: -0.08em;
  }
  main.contents.lp-trendstyle section .snapme-link p {
    padding-right: calc(12 / 375 * 100vw);
    font-size: calc(12 / 375 * 100vw);
  }
  main.contents.lp-trendstyle section .snapme-link p::after {
    top: calc(1 / 375 * 100vw);
    width: calc(9 / 375 * 100vw);
    height: calc(9 / 375 * 100vw);
  }
  main.contents.lp-trendstyle section.kv {
    margin-bottom: calc(35 / 375 * 100vw);
  }
  main.contents.lp-trendstyle section.kv .kv-title {
    padding: calc(34 / 375 * 100vw) calc(24 / 375 * 100vw) calc(35 / 375 * 100vw);
  }
  main.contents.lp-trendstyle section.kv .kv-title h1 {
    width: calc(327 / 375 * 100vw);
  }
  main.contents.lp-trendstyle section.style-list .catch-text {
    width: calc(327 / 375 * 100vw);
    margin: 0 auto calc(72 / 375 * 100vw);
  }
  main.contents.lp-trendstyle section.style-list .catch-text p {
    font-size: calc(12 / 375 * 100vw);
    line-height: calc(24 / 375 * 100vw);
    letter-spacing: -0.02em;
  }
  main.contents.lp-trendstyle section.style-list .style-index {
    margin-bottom: calc(76 / 375 * 100vw);
  }
  main.contents.lp-trendstyle section.style-list .style-index h2 {
    width: calc(195 / 375 * 100vw);
    margin-bottom: calc(40 / 375 * 100vw);
  }
  main.contents.lp-trendstyle section.style-list .style-index ul {
    flex-wrap: wrap;
    gap: calc(13 / 375 * 100vw) calc(16 / 375 * 100vw);
  }
  main.contents.lp-trendstyle section.style-list .style-index ul li {
    width: calc(100 / 375 * 100vw);
    padding-bottom: calc(17 / 375 * 100vw);
  }
  main.contents.lp-trendstyle section.style-list .style-index ul li::after {
    width: calc(9 / 375 * 100vw);
    height: calc(8 / 375 * 100vw);
  }
  main.contents.lp-trendstyle section.style-list .style-index ul li .photo {
    margin-bottom: calc(11 / 375 * 100vw);
  }
  main.contents.lp-trendstyle section.style-list .style-index ul li .name {
    font-size: calc(12 / 375 * 100vw);
    line-height: 1;
  }
  main.contents.lp-trendstyle section.style-list article+article {
    padding-top: calc(190 / 375 * 100vw);
  }
  main.contents.lp-trendstyle section.style-list article+article::before {
    top: calc(56 / 375 * 100vw);
    width: calc(67 / 375 * 100vw);
    height: calc(77 / 375 * 100vw);
  }
  main.contents.lp-trendstyle section.style-list article h2 {
    margin-bottom: calc(40 / 375 * 100vw);
  }
  main.contents.lp-trendstyle section.style-list article .slider {
    width: calc(351 / 375 * 100vw);
    margin: 0 auto calc(81 / 375 * 100vw);
  }
  main.contents.lp-trendstyle section.style-list article .slider .swiper-button-prev,
  main.contents.lp-trendstyle section.style-list article .slider .swiper-button-next {
    top: calc(50% - (10.5 / 375 * 100vw));
    width: calc(21 / 375 * 100vw);
    height: calc(21 / 375 * 100vw);
  }
  main.contents.lp-trendstyle section.style-list article .slider .swiper-button-prev {
    left: calc(8 / 375 * 100vw);
  }
  main.contents.lp-trendstyle section.style-list article .slider .swiper-button-next {
    right: calc(8 / 375 * 100vw);
  }
  main.contents.lp-trendstyle section.style-list article .slider .swiper-pagination {
    bottom: calc(-25 / 375 * 100vw);
  }
  main.contents.lp-trendstyle section.style-list article .slider .swiper-pagination-bullet {
    width: calc(28 / 375 * 100vw);
    height: calc(2 / 375 * 100vw);
    margin: 0 calc(4 / 375 * 100vw);
  }
  main.contents.lp-trendstyle section.style-list article .slider .swiper-pagination-bullet::before {
    background-color: #444;
  }
  main.contents.lp-trendstyle section.style-list article .style-point {
    margin-bottom: calc(56 / 375 * 100vw);
  }
  main.contents.lp-trendstyle section.style-list article .style-point h3 {
    width: calc(178 / 375 * 100vw);
    margin-bottom: calc(27 / 375 * 100vw);
  }
  main.contents.lp-trendstyle section.style-list article .style-point p {
    width: calc(327 / 375 * 100vw);
    font-size: calc(12 / 375 * 100vw);
    line-height: calc(24 / 375 * 100vw);
  }
  main.contents.lp-trendstyle section.style-list article .item-list {
    width: calc(327 / 375 * 100vw);
    margin: 0 auto;
  }
  main.contents.lp-trendstyle section.style-list article .item-list ul {
    flex-wrap: wrap;
    gap: calc(32 / 375 * 100vw) calc(23 / 375 * 100vw);
    margin-bottom: calc(32 / 375 * 100vw);
  }
  main.contents.lp-trendstyle section.style-list article .item-list ul li {
    width: calc(152 / 375 * 100vw);
  }
  main.contents.lp-trendstyle section.style-list article .item-list ul li .photo {
    margin-bottom: calc(9 / 375 * 100vw);
  }
  main.contents.lp-trendstyle section.style-list article .item-list ul li .detail {
    margin-bottom: calc(9 / 375 * 100vw);
    font-size: calc(13 / 375 * 100vw);
    line-height: calc(18 / 375 * 100vw);
  }
  main.contents.lp-trendstyle section.style-list article .item-list ul li .detail .price span {
    font-size: calc(11 / 375 * 100vw);
  }
  main.contents.lp-trendstyle section.style-list article .item-list ul li .more-btn {
    height: calc(32 / 375 * 100vw);
  }
  main.contents.lp-trendstyle section.style-list article .style-items {
    margin-bottom: calc(63 / 375 * 100vw);
  }
  main.contents.lp-trendstyle section.style-list article .style-items h3 {
    width: calc(71 / 375 * 100vw);
    margin-bottom: calc(31 / 375 * 100vw);
  }
  main.contents.lp-trendstyle section.style-list article .style-cosme {
    margin-bottom: calc(65 / 375 * 100vw);
  }
  main.contents.lp-trendstyle section.style-list article .style-cosme h3 {
    width: calc(136 / 375 * 100vw);
    margin-bottom: calc(31 / 375 * 100vw);
  }
  main.contents.lp-trendstyle section.style-list article .style-cosme .item-list figure {
    margin-bottom: calc(30 / 375 * 100vw);
  }
  main.contents.lp-trendstyle section.style-list article .style-cosme .item-list figure figcaption {
    margin-top: calc(8 / 375 * 100vw);
    font-size: calc(13 / 375 * 100vw);
    line-height: calc(18 / 375 * 100vw);
  }
  main.contents.lp-trendstyle section.style-list article .style-model .model-profile {
    margin-bottom: calc(31 / 375 * 100vw);
    padding: 0 calc(12 / 375 * 100vw);
  }
  main.contents.lp-trendstyle section.style-list article .style-model .model-profile .photo {
    width: calc(116 / 375 * 100vw);
    margin-top: calc(-3 / 375 * 100vw);
    margin-right: calc(15 / 375 * 100vw);
  }
  main.contents.lp-trendstyle section.style-list article .style-model .model-profile .detail {
    width: calc(100% - (131 / 375 * 100vw));
  }
  main.contents.lp-trendstyle section.style-list article .style-model .model-profile .detail .name {
    margin-bottom: calc(8 / 375 * 100vw);
    font-size: calc(18 / 375 * 100vw);
    line-height: calc(16 / 375 * 100vw);
    letter-spacing: -0.03em;
  }
  main.contents.lp-trendstyle section.style-list article .style-model .model-profile .detail .name span {
    font-size: calc(11 / 375 * 100vw);
  }
  main.contents.lp-trendstyle section.style-list article .style-model .model-profile .detail p {
    font-size: calc(11 / 375 * 100vw);
    line-height: calc(15 / 375 * 100vw);
    letter-spacing: -0.05em;
  }
  main.contents.lp-trendstyle section.style-list article .style-model .model-profile .detail p+p {
    margin-top: calc(7 / 375 * 100vw);
  }
  main.contents.lp-trendstyle section.style-list article .style-model .model-account {
    gap: 0 calc(15 / 375 * 100vw);
  }
  main.contents.lp-trendstyle section.style-list article .style-model .model-account a {
    width: calc(156 / 375 * 100vw);
    height: calc(56 / 375 * 100vw);
  }
  main.contents.lp-trendstyle section.style-list article .style-model .model-account .ac-snapme {
    padding-top: calc(12 / 375 * 100vw);
  }
  main.contents.lp-trendstyle section.style-list article .style-model .model-account .ac-snapme .logo {
    width: calc(113 / 375 * 100vw);
    margin-bottom: calc(5 / 375 * 100vw);
  }
  main.contents.lp-trendstyle section.style-list article .style-model .model-account .ac-snapme span {
    font-size: calc(7 / 375 * 100vw);
    letter-spacing: -0.02em;
  }
  main.contents.lp-trendstyle section.style-list article .style-model .model-account .instagram .icon {
    width: calc(38 / 375 * 100vw);
    margin-right: calc(10 / 375 * 100vw);
  }
  main.contents.lp-trendstyle section.style-list article .style-model .model-account .instagram .text {
    width: calc(78 / 375 * 100vw);
  }
  main.contents.lp-trendstyle section.style-list article.style01 h2 {
    width: calc(266 / 375 * 100vw);
  }
  main.contents.lp-trendstyle section.style-list article.style02 h2 {
    width: calc(315 / 375 * 100vw);
  }
  main.contents.lp-trendstyle section.style-list article.style03 h2 {
    width: calc(261 / 375 * 100vw);
  }
  main.contents.lp-trendstyle section.style-list article.style04 h2 {
    width: calc(262 / 375 * 100vw);
  }
  main.contents.lp-trendstyle section.style-list article.style05 h2 {
    width: calc(261 / 375 * 100vw);
  }
  main.contents.lp-trendstyle section.style-list article > .snapme-link {
    margin-top: calc(32 / 375 * 100vw);
  }
  main.contents.lp-trendstyle section.more-contents {
    padding-top: calc(189 / 375 * 100vw);
  }
  main.contents.lp-trendstyle section.more-contents::before {
    top: calc(56 / 375 * 100vw);
    width: calc(67 / 375 * 100vw);
    height: calc(77 / 375 * 100vw);
  }
  main.contents.lp-trendstyle section.more-contents h2 {
    width: calc(198 / 375 * 100vw);
    margin-bottom: calc(32 / 375 * 100vw);
  }
  main.contents.lp-trendstyle section.more-contents ul {
    gap: calc(9 / 375 * 100vw);
    padding: 0 calc(12 / 375 * 100vw);
  }
  main.contents.lp-trendstyle section.more-contents ul li {
    width: calc(171 / 375 * 100vw);
  }
  main.contents.lp-trendstyle section.more-contents ul li .photo {
    margin-bottom: calc(17 / 375 * 100vw);
  }
  main.contents.lp-trendstyle section.more-contents ul li .name {
    font-size: calc(11 / 375 * 100vw);
    line-height: calc(18 / 375 * 100vw);
  }
}
@media (min-width: 768px) {
  .mod-modal-close-trigger {
    cursor: pointer;
  }
  .mod-modal-close-trigger:hover {
    transition: opacity 0.6s;
    opacity: 0.6;
  }
  .ac .ac-trigger {
    cursor: pointer;
  }
  main.contents.lp-trendstyle {
    padding-bottom: 100px;
  }
  main.contents.lp-trendstyle .fade.hover-opacity:hover {
    opacity: 0.8;
  }
  main.contents.lp-trendstyle .sp {
    display: none;
  }
  main.contents.lp-trendstyle section .section-inner {
    width: 800px;
  }
  main.contents.lp-trendstyle section .more-btn {
    width: 382px;
    height: 64px;
    font-size: 12px;
  }
  main.contents.lp-trendstyle section .more-btn span::after {
    top: 2.5px;
    right: -16px;
    width: 9px;
    height: 9px;
  }
  main.contents.lp-trendstyle section .snapme-link {
    width: 410px;
    height: 64px;
    padding: 0 40px 0 42px;
  }
  main.contents.lp-trendstyle section .snapme-link .logo {
    width: 134px;
  }
  main.contents.lp-trendstyle section .snapme-link .logo span {
    margin-top: 7px;
    font-size: 9px;
    letter-spacing: -0.9px;
  }
  main.contents.lp-trendstyle section .snapme-link p {
    padding-right: 16px;
    font-size: 12px;
  }
  main.contents.lp-trendstyle section .snapme-link p::after {
    top: 3px;
    width: 9px;
    height: 9px;
  }
  main.contents.lp-trendstyle section.kv {
    display: flex;
    margin-bottom: 73px;
  }
  main.contents.lp-trendstyle section.kv .kv-video {
    width: 50%;
  }
  main.contents.lp-trendstyle section.kv .kv-title {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
  }
  main.contents.lp-trendstyle section.kv .kv-title h1 {
    width: calc(548 / 1600 * 100vw);
  }
  main.contents.lp-trendstyle section.style-list .catch-text {
    display: flex;
    justify-content: center;
    margin-bottom: 133px;
  }
  main.contents.lp-trendstyle section.style-list .catch-text p {
    font-size: 14px;
    line-height: 25px;
  }
  main.contents.lp-trendstyle section.style-list .style-index {
    margin-bottom: 137px;
  }
  main.contents.lp-trendstyle section.style-list .style-index h2 {
    width: 237px;
    margin-bottom: 48px;
  }
  main.contents.lp-trendstyle section.style-list .style-index ul {
    gap: 0 20px;
  }
  main.contents.lp-trendstyle section.style-list .style-index ul li {
    width: 120px;
    padding-bottom: 17px;
  }
  main.contents.lp-trendstyle section.style-list .style-index ul li::after {
    width: 11px;
    height: 10px;
  }
  main.contents.lp-trendstyle section.style-list .style-index ul li .photo {
    margin-bottom: 5px;
  }
  main.contents.lp-trendstyle section.style-list .style-index ul li .name {
    font-size: 14px;
    line-height: 25px;
  }
  main.contents.lp-trendstyle section.style-list article+article {
    padding-top: 286px;
  }
  main.contents.lp-trendstyle section.style-list article+article::before {
    top: 100px;
    width: 77px;
    height: 89px;
  }
  main.contents.lp-trendstyle section.style-list article h2 {
    margin-bottom: 48px;
  }
  main.contents.lp-trendstyle section.style-list article .slider {
    width: 420px;
    margin-bottom: 89px;
  }
  main.contents.lp-trendstyle section.style-list article .slider .swiper-button-prev,
  main.contents.lp-trendstyle section.style-list article .slider .swiper-button-next {
    top: calc(50% - 10.5px);
    width: 21px;
    height: 21px;
  }
  main.contents.lp-trendstyle section.style-list article .slider .swiper-button-prev {
    left: -37px;
  }
  main.contents.lp-trendstyle section.style-list article .slider .swiper-button-next {
    right: -37px;
  }
  main.contents.lp-trendstyle section.style-list article .slider .swiper-pagination {
    bottom: -26px;
  }
  main.contents.lp-trendstyle section.style-list article .slider .swiper-pagination-bullet {
    width: 28px;
    height: 2px;
    margin: 0 4px;
  }
  main.contents.lp-trendstyle section.style-list article .slider .swiper-pagination-bullet::before {
    background-color: #666;
  }
  main.contents.lp-trendstyle section.style-list article .style-point {
    margin-bottom: 89px;
  }
  main.contents.lp-trendstyle section.style-list article .style-point h3 {
    width: 213px;
    margin-bottom: 34px;
  }
  main.contents.lp-trendstyle section.style-list article .style-point p {
    width: 590px;
    font-size: 14px;
    line-height: 25px;
    letter-spacing: -0.02em;
  }
  main.contents.lp-trendstyle section.style-list article .item-list ul {
    justify-content: center;
    gap: 32px;
    margin-bottom: 40px;
  }
  main.contents.lp-trendstyle section.style-list article .item-list ul li {
    width: 175px;
  }
  main.contents.lp-trendstyle section.style-list article .item-list ul li .photo {
    margin-bottom: 13px;
  }
  main.contents.lp-trendstyle section.style-list article .item-list ul li .detail {
    margin-bottom: 23px;
    font-size: 12px;
    line-height: 16px;
  }
  main.contents.lp-trendstyle section.style-list article .item-list ul li .detail .price span {
    font-size: 10px;
  }
  main.contents.lp-trendstyle section.style-list article .item-list ul li .more-btn {
    height: 32px;
  }
  main.contents.lp-trendstyle section.style-list article .style-items {
    margin-bottom: 95px;
  }
  main.contents.lp-trendstyle section.style-list article .style-items h3 {
    width: 84px;
    margin-bottom: 41px;
  }
  main.contents.lp-trendstyle section.style-list article .style-cosme {
    margin-bottom: 123px;
  }
  main.contents.lp-trendstyle section.style-list article .style-cosme h3 {
    width: 161px;
    margin-bottom: 40px;
  }
  main.contents.lp-trendstyle section.style-list article .style-cosme .item-list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 800px;
    margin: 0 auto;
  }
  main.contents.lp-trendstyle section.style-list article .style-cosme .item-list figure {
    width: 368px;
    margin-right: 48px;
  }
  main.contents.lp-trendstyle section.style-list article .style-cosme .item-list figure figcaption {
    display: flex;
    justify-content: center;
    margin-top: 13px;
    font-size: 12px;
    line-height: 16px;
  }
  main.contents.lp-trendstyle section.style-list article .style-cosme .item-list ul {
    width: 382px;
    box-sizing: border-box;
  }
  main.contents.lp-trendstyle section.style-list article .style-model .model-profile {
    margin-bottom: 38px;
  }
  main.contents.lp-trendstyle section.style-list article .style-model .model-profile .photo {
    width: 140px;
    margin-top: -3px;
    margin-right: 28px;
  }
  main.contents.lp-trendstyle section.style-list article .style-model .model-profile .detail .name {
    margin-bottom: 9px;
    font-size: 20px;
    line-height: 16px;
  }
  main.contents.lp-trendstyle section.style-list article .style-model .model-profile .detail .name span {
    font-size: 12px;
  }
  main.contents.lp-trendstyle section.style-list article .style-model .model-profile .detail p {
    font-size: 12px;
    line-height: 18px;
  }
  main.contents.lp-trendstyle section.style-list article .style-model .model-profile .detail p+p {
    margin-top: 8px;
  }
  main.contents.lp-trendstyle section.style-list article .style-model .model-account {
    gap: 0 16px;
  }
  main.contents.lp-trendstyle section.style-list article .style-model .model-account a {
    width: 197px;
    height: 64px;
  }
  main.contents.lp-trendstyle section.style-list article .style-model .model-account .ac-snapme {
    padding-top: 13px;
  }
  main.contents.lp-trendstyle section.style-list article .style-model .model-account .ac-snapme .logo {
    width: 134px;
    margin-bottom: 7px;
  }
  main.contents.lp-trendstyle section.style-list article .style-model .model-account .ac-snapme span {
    font-size: 9px;
    letter-spacing: -0.9px;
  }
  main.contents.lp-trendstyle section.style-list article .style-model .model-account .instagram .icon {
    width: 44px;
    margin-right: 14px;
  }
  main.contents.lp-trendstyle section.style-list article .style-model .model-account .instagram .text {
    width: 90px;
  }
  main.contents.lp-trendstyle section.style-list article.style01 h2 {
    width: 311px;
  }
  main.contents.lp-trendstyle section.style-list article.style02 h2 {
    width: 338px;
  }
  main.contents.lp-trendstyle section.style-list article.style03 h2 {
    width: 312px;
  }
  main.contents.lp-trendstyle section.style-list article.style04 h2 {
    width: 312px;
  }
  main.contents.lp-trendstyle section.style-list article.style05 h2 {
    width: 311px;
  }
  main.contents.lp-trendstyle section.style-list article > .snapme-link {
    margin-top: 40px;
  }
  main.contents.lp-trendstyle section.more-contents {
    padding-top: 290px;
  }
  main.contents.lp-trendstyle section.more-contents::before {
    top: 100px;
    width: 77px;
    height: 89px;
  }
  main.contents.lp-trendstyle section.more-contents h2 {
    width: 236px;
    margin-bottom: 39px;
  }
  main.contents.lp-trendstyle section.more-contents ul {
    gap: 40px;
  }
  main.contents.lp-trendstyle section.more-contents ul li {
    width: 250px;
  }
  main.contents.lp-trendstyle section.more-contents ul li .photo {
    margin-bottom: 15px;
  }
  main.contents.lp-trendstyle section.more-contents ul li .name {
    font-size: 14px;
    line-height: 22px;
  }
}