/* #### Generated By: http://font.download #### */
@font-face {
  font-family: "Geograph Regular";
  font-style: normal;
  font-weight: normal;
  src: local("Geograph Regular"), url("fonts/geographwebregular.woff") format("woff");
}
@font-face {
  font-family: "Geograph Bold";
  font-style: normal;
  font-weight: normal;
  src: local("Geograph Bold"), url("fonts/geographwebbold.woff") format("woff");
}
@font-face {
  font-family: "Geograph Edit Regular";
  font-style: normal;
  font-weight: normal;
  src: local("Geograph Edit Regular"), url("fonts/geographeditwebregular.woff") format("woff");
}
@font-face {
  font-family: "Geograph Edit Thin Regular";
  font-style: normal;
  font-weight: normal;
  src: local("Geograph Edit Thin Regular"), url("fonts/geographeditwebthin.woff") format("woff");
}
@font-face {
  font-family: "Geograph Thin Regular";
  font-style: normal;
  font-weight: normal;
  src: local("Geograph Thin Regular"), url("fonts/geographwebthin.woff") format("woff");
}
@font-face {
  font-family: "Geograph Edit Light Regular";
  font-style: normal;
  font-weight: normal;
  src: local("Geograph Edit Light Regular"), url("fonts/geographeditweblight.woff") format("woff");
}
@font-face {
  font-family: "Geograph Light Regular";
  font-style: normal;
  font-weight: normal;
  src: local("Geograph Light Regular"), url("fonts/geographweblight.woff") format("woff");
}
@font-face {
  font-family: "Geograph Edit Medium Regular";
  font-style: normal;
  font-weight: normal;
  src: local("Geograph Edit Medium Regular"), url("fonts/geographeditwebmedium.woff") format("woff");
}
@font-face {
  font-family: "Geograph Medium Regular";
  font-style: normal;
  font-weight: normal;
  src: local("Geograph Medium Regular"), url("fonts/geographwebmedium.woff") format("woff");
}
@font-face {
  font-family: "Geograph Edit Bold";
  font-style: normal;
  font-weight: normal;
  src: local("Geograph Edit Bold"), url("fonts/geographeditwebbold.woff") format("woff");
}
@font-face {
  font-family: "Geograph Edit Black Bold";
  font-style: normal;
  font-weight: normal;
  src: local("Geograph Edit Black Bold"), url("fonts/geographeditwebblack.woff") format("woff");
}
@font-face {
  font-family: "Geograph Black Bold";
  font-style: normal;
  font-weight: normal;
  src: local("Geograph Black Bold"), url("fonts/geographwebblack.woff") format("woff");
}
@font-face {
  font-family: "CIRCULAR STD BOOK";
  src: url("fonts/CIRCULAR-STD-BOOK.TTF") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "CIRCULAR-STD-MEDIUM";
  src: url("fonts/CIRCULAR-STD-MEDIUM-500.TTF") format("truetype");
  font-weight: normal;
  font-style: normal;
}
:root {
  --main-regular: "Geograph Regular", sans-serif;
  --main-bold: "Geograph Bold", sans-serif;
  --sub-font: "CIRCULAR STD BOOK", sans-serif;
  --sub-font-medium: "CIRCULAR-STD-MEDIUM", sans-serif;
  --primary-color: #47261D;
  --secondary-color: #E9E1D6;
  --cta-color: #1F1F1F;
  --foot-color: #1D1D1D;
  --red-color: #E60000;
  --product-card-color: #F5F5F5;
  --gray-color: #7C7C7C;
  --black-color: #000000;
  --white-color: #ffffff;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body {
  overflow-x: hidden;
}

body {
  font-family: var(--sub-font-medium) !important;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-block-end: 0px !important;
}

@media (min-width: 1800px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1400px !important;
  }
}
.sp {
  width: 100%;
  height: 200px;
}

.border-top-none {
  border-top: none !important;
}

.a-tag {
  color: initial;
  text-decoration: none;
}

.no-scroll {
  overflow: hidden;
}

.sub-nav-sp {
  padding-block: 10px;
  background-color: var(--primary-color);
}
.sub-nav-sp .sub-nav-title {
  font-family: var(--main-bold);
  font-size: 15px;
  color: var(--white-color);
  text-align: center;
}

.nav-sp {
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}
.nav-sp .nav-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 6px 52px;
}
.nav-sp .nav-wrap .nav-links-one,
.nav-sp .nav-wrap .nav-links-two {
  width: 34%;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .nav-sp .nav-wrap .nav-links-one,
  .nav-sp .nav-wrap .nav-links-two {
    width: 40%;
  }
}
.nav-sp .nav-wrap .nav-links-one .nav-links,
.nav-sp .nav-wrap .nav-links-two .nav-links {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 0;
  padding-left: 0;
}
.nav-sp .nav-wrap .nav-links-one .nav-links li a,
.nav-sp .nav-wrap .nav-links-two .nav-links li a {
  font-family: var(--sub-font-medium);
  font-size: 16px;
  font-weight: 500;
  color: var(--black-color);
  text-decoration: none;
  transition: color 0.3s;
  position: relative;
}
.nav-sp .nav-wrap .nav-links-one .nav-links li a::after,
.nav-sp .nav-wrap .nav-links-two .nav-links li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  height: 2px;
  width: 100%;
  background: var(--black-color);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.25s ease;
}
.nav-sp .nav-wrap .nav-links-one .nav-links li a:hover::after,
.nav-sp .nav-wrap .nav-links-two .nav-links li a:hover::after {
  transform: scaleX(1);
}
.nav-sp .nav-wrap .nav-links-two {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 22px;
}
.nav-sp .nav-wrap .nav-links-two .nav-links-two-icons {
  display: flex;
  align-items: center;
  gap: 25px;
}
.nav-sp .nav-wrap .nav-links-two .nav-links-two-icons .search-container {
  position: relative;
  display: inline-block;
}
.nav-sp .nav-wrap .nav-links-two .nav-links-two-icons .search-container .search-box {
  display: none;
  position: absolute;
  top: 40px;
  right: 0;
  background: white;
  border: 1px solid #ccc;
  border-radius: 6px;
  padding: 5px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  animation: fadeIn 0.3s ease;
}
.nav-sp .nav-wrap .nav-links-two .nav-links-two-icons .search-container .search-box input {
  border: none;
  outline: none;
  padding: 6px;
  width: 200px;
  font-size: 14px;
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-5px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.mob-menu-wrap {
  transform: translateX(-400px);
  max-width: 400px;
  transition: all 300ms ease-in-out;
  z-index: 4;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--white-color);
}
.mob-menu-wrap .mob-menu {
  width: 100%;
  height: 100vh;
}
.mob-menu-wrap .mob-menu #closeBtn {
  position: fixed;
  top: 20px;
  right: 20px;
  width: 15px;
}
.mob-menu-wrap .mob-menu .nav-logo {
  padding-top: 20px;
}
.mob-menu-wrap .mob-menu .nav-logo img {
  width: 60px;
}
.mob-menu-wrap .mob-menu ul {
  margin-block: 12px 0;
  padding-inline: 20px;
  list-style: none;
}
.mob-menu-wrap .mob-menu ul li {
  padding-block: 4px;
}
.mob-menu-wrap .mob-menu ul li a {
  color: initial;
  text-decoration: none;
  font-size: 16px;
}

#mob-menu-overlay.active {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  transition: opacity 0.3s ease-in-out;
  z-index: 3;
}

.mob-menu-wrap.active {
  transform: translateX(0px);
}

.hero-sp {
  background-image: url("images/hero-bg.webp");
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  height: 885px;
}
.hero-sp .hero-wrap .hero-title {
  font-size: 110px;
  font-family: var(--main-regular);
}
.hero-sp .hero-wrap .hero-descrition {
  font-size: 20px;
  font-family: var(--sub-font-medium);
}
.hero-sp .hero-wrap .hero-button {
  margin-top: 20px;
  border-bottom: 2px solid var(--black-color);
  width: -moz-max-content;
  width: max-content;
}
.hero-sp .hero-wrap .hero-button a {
  font-size: 25px;
  font-family: var(--sub-font-medium);
  display: flex;
  gap: 8px;
  transition: all 250ms ease;
}
.hero-sp .hero-wrap .hero-button a:hover {
  gap: 15px;
}

.category-icons-sp {
  padding-block: 42px;
}
.category-icons-sp .category-icons-wrap {
  max-width: 580px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.category-icons-sp .category-icons-wrap .category-icon {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.category-icons-sp .category-icons-wrap .category-icon img {
  transition: all 250ms ease;
}
.category-icons-sp .category-icons-wrap .category-icon:hover img {
  transform: translateY(-8px);
}
.category-icons-sp .category-icons-wrap .category-icon .category-icon-title {
  font-family: var(--sub-font-medium);
  font-size: 9px;
  text-align: center;
}

.product-showcase-sp {
  margin-top: 22px;
}
.product-showcase-sp .product-showcase-content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  padding-inline: 52px;
}
.product-showcase-sp .product-showcase-content .product-showcase-title {
  font-size: 30px;
  font-family: var(--main-regular);
}
.product-showcase-sp .product-showcase-content .product-showcase-description p {
  font-size: 14px;
  font-family: var(--sub-font);
}
.product-showcase-sp .product-showcase-wrap {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
.product-showcase-sp .product-showcase-wrap .product-showcase-card {
  position: relative;
}
.product-showcase-sp .product-showcase-wrap .product-showcase-card img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.product-showcase-sp .product-showcase-wrap .product-showcase-card .product-showcase-card-content {
  color: var(--white-color);
  max-width: 500px;
  width: 100%;
  position: absolute;
  bottom: 87px;
  left: 52px;
}
.product-showcase-sp .product-showcase-wrap .product-showcase-card .product-showcase-card-content .product-showcase-card-title {
  font-family: var(--main-regular);
  font-size: 30px;
}
.product-showcase-sp .product-showcase-wrap .product-showcase-card .product-showcase-card-content .product-showcase-card-description {
  font-family: var(--sub-font);
  font-size: 14px;
  margin-top: 12px;
}
.product-showcase-sp .product-showcase-wrap .product-showcase-card .product-showcase-card-content .product-showcase-card-link {
  border-bottom: 2px solid var(--white-color);
  margin-top: 12px;
  width: -moz-max-content;
  width: max-content;
  transition: all 250ms ease;
}
.product-showcase-sp .product-showcase-wrap .product-showcase-card .product-showcase-card-content .product-showcase-card-link a {
  font-family: var(--sub-font-medium);
  font-size: 20px;
  color: var(--white-color);
}
.product-showcase-sp .product-showcase-wrap .product-showcase-card .product-showcase-card-content .product-showcase-card-link:hover {
  scale: 1.1;
}

.category-showcase-sp {
  margin-top: 66px;
  padding-inline: 52px;
}
.category-showcase-sp hr {
  max-width: 643px;
  width: 100%;
  height: 2px;
  background-color: var(--secondary-color);
}
.category-showcase-sp .category-showcase-wrap {
  margin-top: 22px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
.category-showcase-sp .category-showcase-wrap .category-showcase-card {
  position: relative;
}
.category-showcase-sp .category-showcase-wrap .category-showcase-card .category-showcase-card-text {
  font-family: var(--sub-font-medium);
  font-size: 16px;
  color: var(--white-color);
  position: absolute;
  top: 28px;
  left: 50%;
  transform: translate(-50%, -50%);
}

.product-slider-sp {
  margin-top: 66px;
  padding-inline: 52px;
}
.product-slider-sp hr {
  max-width: 643px;
  width: 100%;
  height: 2px;
  background-color: var(--secondary-color);
}
.product-slider-sp .product-slider-wrap {
  display: flex;
  gap: 40px;
}
.product-slider-sp .product-slider-wrap .product-slider-main-img {
  width: 25%;
}
.product-slider-sp .product-slider-wrap .product-slider-main-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.product-slider-sp .product-slider-wrap .product-slider {
  padding-block: 30px;
  width: calc(75% - 40px);
}
.product-slider-sp .product-slider-wrap .product-slider .product-slider-con {
  overflow-x: hidden;
}
.product-slider-sp .product-slider-wrap .product-slider .product-slider-con .swiper-wrapper .swiper-slide {
  flex-shrink: 0;
  padding-bottom: 11px;
}
.product-slider-sp .product-slider-wrap .product-slider .product-slider-con .swiper-wrapper .swiper-slide .product-slider-card {
  cursor: pointer;
}
.product-slider-sp .product-slider-wrap .product-slider .product-slider-con .swiper-wrapper .swiper-slide .product-slider-card:hover .product-slider-card-img img {
  scale: 1.05;
}
.product-slider-sp .product-slider-wrap .product-slider .product-slider-con .swiper-wrapper .swiper-slide .product-slider-card .product-slider-card-img {
  height: 339px;
  width: 100%;
  background-color: var(--product-card-color);
  overflow: hidden;
}
.product-slider-sp .product-slider-wrap .product-slider .product-slider-con .swiper-wrapper .swiper-slide .product-slider-card .product-slider-card-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transition: all 250ms ease;
}
.product-slider-sp .product-slider-wrap .product-slider .product-slider-con .swiper-wrapper .swiper-slide .product-slider-card .product-slider-content-wrap {
  margin-top: 15px;
}
.product-slider-sp .product-slider-wrap .product-slider .product-slider-con .swiper-wrapper .swiper-slide .product-slider-card .product-slider-content-wrap .product-slider-content-inner .product-slider-content-title {
  font-size: 20px;
  font-family: var(--main-bold);
}
.product-slider-sp .product-slider-wrap .product-slider .product-slider-con .swiper-wrapper .swiper-slide .product-slider-card .product-slider-content-wrap .product-slider-content-inner .product-slider-price {
  gap: 8px;
}
.product-slider-sp .product-slider-wrap .product-slider .product-slider-con .swiper-wrapper .swiper-slide .product-slider-card .product-slider-content-wrap .product-slider-content-inner .product-slider-price .product-slider-main-price {
  font-size: 17px;
  font-family: var(--sub-font-medium);
  letter-spacing: 0.03em;
  color: var(--red-color);
}
.product-slider-sp .product-slider-wrap .product-slider .product-slider-con .swiper-wrapper .swiper-slide .product-slider-card .product-slider-content-wrap .product-slider-content-inner .product-slider-price .product-slider-list-price {
  font-size: 17px;
  font-family: var(--sub-font-medium);
  letter-spacing: 0.03em;
  color: var(--gray-color);
  text-decoration: line-through;
}
.product-slider-sp .product-slider-wrap .product-slider .product-slider-con .swiper-wrapper .swiper-slide .product-slider-card .product-slider-content-wrap .product-slider-color {
  width: 40px;
  height: 40px;
  background-color: #1D1D1D;
  border-radius: 20px;
}
.product-slider-sp .product-slider-wrap .product-slider .product-slider-con .swiper-wrapper .swiper-slide .product-slider-card .product-slider-card-btn {
  margin-top: 20px;
}
.product-slider-sp .product-slider-wrap .product-slider .product-slider-con .swiper-wrapper .swiper-slide .product-slider-card .product-slider-card-btn a {
  font-size: 16px;
  font-family: var(--sub-font-medium);
  border: 1px solid var(--black-color);
  border-radius: 5px;
  padding: 10px 100px;
  transition: all 250ms ease;
}
.product-slider-sp .product-slider-wrap .product-slider .product-slider-con .swiper-wrapper .swiper-slide .product-slider-card .product-slider-card-btn a:hover {
  background-color: var(--black-color);
  color: var(--white-color);
}

.team-info-sp {
  margin-top: 41px;
}
.team-info-sp .team-info-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
.team-info-sp .team-info-wrap .team-info-content {
  background-color: var(--primary-color);
  color: var(--white-color);
}
.team-info-sp .team-info-wrap .team-info-content .team-info-text {
  font-size: 14px;
  font-family: var(--sub-font);
  line-height: 20px;
  max-width: 372px;
  width: 100%;
}
.team-info-sp .team-info-wrap .team-info-content .team-info-text-2 {
  font-size: 14px;
  font-family: var(--sub-font);
  line-height: 20px;
  max-width: 150px;
  width: 100%;
  margin-top: 26px;
}
.team-info-sp .team-info-wrap .team-info-content .team-info-btn {
  border-bottom: 2px solid var(--white-color);
  margin-top: 12px;
  width: -moz-max-content;
  width: max-content;
  transition: all 250ms ease;
}
.team-info-sp .team-info-wrap .team-info-content .team-info-btn a {
  font-family: var(--sub-font-medium);
  font-size: 14px;
  color: var(--white-color);
}
.team-info-sp .team-info-wrap .team-info-content .team-info-btn:hover {
  scale: 1.1;
}

.company-logo-sp {
  margin-top: 72px;
}
.company-logo-sp .company-logo-sub-title {
  font-size: 14px;
  font-family: var(--sub-font);
  border-bottom: 1px solid var(--black-color);
  width: -moz-max-content;
  width: max-content;
  margin-inline: auto;
}
.company-logo-sp .company-logo-title {
  font-size: 30px;
  font-family: var(--main-regular);
  margin-top: 25px;
}
.company-logo-sp .company-logo-wrap {
  margin-top: 35px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  overflow-x: auto;
}

.fashion-sec-sp {
  margin-top: 60px;
  padding-inline: 52px;
}
.fashion-sec-sp .fashion-sec-wrap {
  padding-top: 65px;
  border-top: 2px solid var(--secondary-color);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.fashion-sec-sp .fashion-sec-wrap .fashion-sec-card {
  padding-bottom: 60px;
  border-bottom: 2px solid var(--secondary-color);
}
.fashion-sec-sp .fashion-sec-wrap .fashion-sec-card .fashion-sec-card-title {
  font-size: 26px;
  font-family: var(--main-regular);
  margin-top: 30px;
}
.fashion-sec-sp .fashion-sec-wrap .fashion-sec-card .fashion-sec-card-description {
  font-size: 14px;
  font-family: var(--sub-font);
  line-height: 20px;
  margin-top: 11px;
  max-width: 430px;
  width: 100%;
}
.fashion-sec-sp .fashion-sec-wrap .fashion-sec-card .fashion-sec-card-btn {
  border-bottom: 2px solid var(--black-color);
  margin-top: 15px;
  width: -moz-max-content;
  width: max-content;
  transition: all 250ms ease;
}
.fashion-sec-sp .fashion-sec-wrap .fashion-sec-card .fashion-sec-card-btn a {
  font-family: var(--sub-font-medium);
  font-size: 14px;
}
.fashion-sec-sp .fashion-sec-wrap .fashion-sec-card .fashion-sec-card-btn:hover {
  scale: 1.1;
}

.news-later-sp {
  margin-block: 45px 50px;
  padding-inline: 52px;
}
.news-later-sp .news-later-wrap {
  display: grid;
  grid-template-columns: 400px auto;
}
.news-later-sp .news-later-wrap .news-later-content {
  background-color: var(--secondary-color);
  padding: 20px 40px;
}
.news-later-sp .news-later-wrap .news-later-content .news-later-content-inner {
  max-width: 1200px;
  width: 100%;
  margin-inline: auto;
}
.news-later-sp .news-later-wrap .news-later-content .news-later-content-inner .news-later-title {
  font-size: 28px;
  font-family: var(--main-bold);
}
.news-later-sp .news-later-wrap .news-later-content .news-later-content-inner .news-later-text-1,
.news-later-sp .news-later-wrap .news-later-content .news-later-content-inner .news-later-text-2 {
  margin-top: 20px;
  font-size: 14px;
  font-family: var(--sub-font);
}
.news-later-sp .news-later-wrap .news-later-content .news-later-content-inner .news-later-form {
  width: 100%;
  margin-top: 14px;
}
.news-later-sp .news-later-wrap .news-later-content .news-later-content-inner .news-later-form input {
  width: 100%;
  height: 45px;
  background-color: transparent;
  border: 1px solid #1D1D1D;
  padding-left: 20px;
}
.news-later-sp .news-later-wrap .news-later-content .news-later-content-inner .news-later-form input::-moz-placeholder {
  color: #8E8E8E;
  font-size: 14px;
  font-family: var(--sub-font);
}
.news-later-sp .news-later-wrap .news-later-content .news-later-content-inner .news-later-form input::placeholder {
  color: #8E8E8E;
  font-size: 14px;
  font-family: var(--sub-font);
}
.news-later-sp .news-later-wrap .news-later-content .news-later-content-inner .news-later-form button {
  width: 100%;
  height: 45px;
  background-color: #1D1D1D;
  border: none;
  color: var(--white-color);
  margin-top: 10px;
  font-size: 14px;
  font-family: var(--sub-font);
  transition: all 250ms ease;
}
.news-later-sp .news-later-wrap .news-later-content .news-later-content-inner .news-later-form button:hover {
  background-color: transparent;
  color: var(--black-color);
  border: 1px solid var(--black-color);
}

.free-shipping-sp {
  padding: 36px 52px;
  background-color: var(--primary-color);
}
.free-shipping-sp .free-shipping-wrap {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.free-shipping-sp .free-shipping-wrap .free-shipping-wrap-inner {
  width: 1582px;
  margin-inline: auto;
  color: var(--white-color);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
.free-shipping-sp .free-shipping-wrap .free-shipping-wrap-inner .free-shipping-box {
  gap: 10px;
}
.free-shipping-sp .free-shipping-wrap .free-shipping-wrap-inner .free-shipping-box p {
  font-size: 16px;
  font-family: var(--sub-font);
}
.free-shipping-sp .free-shipping-wrap .free-shipping-wrap-inner .free-shipping-box p span {
  font-family: var(--sub-font-medium);
}

.footer-sp {
  padding: 30px 52px;
  background-color: var(--foot-color);
}
.footer-sp .footer-wrap {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
}
.footer-sp .footer-wrap .footer-box .footer-box-title {
  font-size: 18px;
  letter-spacing: 0.01em;
  font-family: var(--main-bold);
  color: var(--white-color);
}
.footer-sp .footer-wrap .footer-box ul {
  padding-left: 0;
  margin-block: 10px 0;
}
.footer-sp .footer-wrap .footer-box ul li {
  padding-block: 2px;
}
.footer-sp .footer-wrap .footer-box ul li a {
  color: var(--white-color);
  font-size: 14px;
  letter-spacing: 0.01em;
  font-family: var(--sub-font);
  text-decoration: none;
  transition: all 250ms ease;
}
.footer-sp .footer-wrap .footer-box ul li a:hover {
  letter-spacing: 0.03em;
}
.footer-sp .footer-wrap .footer-box select {
  max-width: 237px;
  width: 100%;
  border-bottom: 1px solid var(--white-color);
  border-top: none;
  border-right: none;
  border-left: none;
  background-color: transparent;
  color: var(--white-color);
  margin-top: 10px;
  font-family: var(--sub-font-medium);
  outline: none;
  cursor: pointer;
  background-color: var(--foot-color);
  padding-block: 5px;
}
.footer-sp .footer-wrap .footer-box .footer-box-tag {
  max-width: 440px;
  width: 100%;
  gap: 12px;
  display: flex;
  flex-wrap: wrap;
  margin-top: 35px;
}
.footer-sp .footer-wrap .footer-box .footer-box-tag .footer-box-tag-box {
  border: 1px solid #E7E7E7;
  color: var(--white-color);
  width: 130.74px;
}
.footer-sp .footer-wrap .footer-box .footer-box-tag .footer-box-tag-box .footer-box-tag-box-inner {
  padding: 20px;
  text-transform: uppercase;
  height: 84px;
}
.footer-sp .footer-wrap .footer-box .footer-box-tag .footer-box-tag-box .footer-box-tag-box-inner .footer-box-tag-box-title {
  font-size: 20px;
  font-family: var(--main-bold);
  line-height: 1.2;
  text-align: center;
}
.footer-sp .footer-wrap .footer-box .footer-box-tag .footer-box-tag-box .footer-box-tag-box-inner .footer-box-tag-box-text {
  font-size: 10px;
  font-family: var(--main-regular);
}
.footer-sp .footer-wrap .footer-box .footer-box-tag .footer-box-tag-box .footer-box-tag-box-inner .footer-box-tag-box-text-2 {
  font-size: 13px;
  font-family: var(--main-regular);
}
.footer-sp .footer-wrap .footer-box .footer-box-tag .footer-box-tag-box .footer-box-tag-box-shape {
  background-color: #E7E7E7;
  padding: 10px 5px;
}
.footer-sp .footer-wrap .footer-box .footer-box-tag .footer-box-tag-box .footer-box-tag-box-shape .footer-box-tag-box-shape-text {
  font-size: 11px;
  font-family: var(--sub-font-medium);
  color: var(--black-color);
}
.footer-sp .footer-wrap .footer-box-space {
  grid-column: 5/7;
}
.footer-sp .footer-pay-icons {
  margin-top: 75px;
}

@media only screen and (max-width: 767px) {
  .nav-sp {
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  }
  .nav-sp .nav-wrap {
    padding: 4px 20px;
    width: 100%;
    max-width: 550px;
    margin-inline: auto;
  }
  .nav-sp .nav-wrap .nav-logo img {
    width: 47px;
  }
  .nav-sp .nav-wrap .nav-links-one .nav-links-two-icons {
    gap: 18px;
    display: flex;
    align-items: center;
  }
  .nav-sp .nav-wrap .nav-links-two .nav-links-two-icons {
    gap: 18px;
  }
  .hero-sp {
    background-image: url("images/hero-bg.webp");
    background-position: 65% top;
    height: 831px;
    padding-bottom: 54px;
  }
  .hero-sp .hero-wrap {
    width: 100%;
    max-width: 550px;
    margin-inline: auto;
    padding-inline: 20px;
    color: var(--white-color);
  }
  .hero-sp .hero-wrap .hero-title {
    font-size: 48px;
  }
  .hero-sp .hero-wrap .hero-descrition {
    font-size: 14px;
  }
  .hero-sp .hero-wrap .hero-button {
    margin-top: 8px;
    border-color: var(--white-color);
  }
  .hero-sp .hero-wrap .hero-button a {
    font-size: 16px;
    color: var(--white-color);
  }
  .category-icons-sp {
    padding-block: 20px;
    padding-inline: 20px;
    width: 100%;
    max-width: 550px;
    margin-inline: auto;
  }
  .category-icons-sp .category-icons-wrap {
    max-width: 580px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
  }
  .category-icons-sp .category-icons-wrap .category-icon {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
  }
  .category-icons-sp .category-icons-wrap .category-icon .category-icon-title {
    font-family: var(--sub-font-medium);
    font-size: 9px;
    text-align: center;
  }
  .product-showcase-sp {
    margin: 10px auto 0 auto;
    width: 100%;
    max-width: 550px;
    border-top: 2px solid var(--secondary-color);
    padding-top: 30px;
  }
  .product-showcase-sp .product-showcase-content {
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
    padding-inline: 20px;
  }
  .product-showcase-sp .product-showcase-content .product-showcase-title {
    font-size: 22px;
    font-family: var(--main-bold);
  }
  .product-showcase-sp .product-showcase-content .product-showcase-description p {
    font-size: 14px;
    font-family: var(--sub-font);
  }
  .product-showcase-sp .product-showcase-wrap {
    margin-top: 40px;
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
    padding-inline: 20px;
  }
  .product-showcase-sp .product-showcase-wrap .product-showcase-card {
    position: relative;
  }
  .product-showcase-sp .product-showcase-wrap .product-showcase-card .product-showcase-card-content {
    color: var(--black-color);
    position: static;
    margin-top: 20px;
  }
  .product-showcase-sp .product-showcase-wrap .product-showcase-card .product-showcase-card-content .product-showcase-card-title {
    font-size: 20px;
  }
  .product-showcase-sp .product-showcase-wrap .product-showcase-card .product-showcase-card-content .product-showcase-card-description {
    font-size: 12px;
    margin-top: 10px;
  }
  .product-showcase-sp .product-showcase-wrap .product-showcase-card .product-showcase-card-content .product-showcase-card-link {
    margin-top: 7px;
    border-bottom: 2px solid var(--black-color);
  }
  .product-showcase-sp .product-showcase-wrap .product-showcase-card .product-showcase-card-content .product-showcase-card-link a {
    font-size: 14px;
    color: var(--black-color);
  }
  .category-showcase-sp {
    margin-top: 40px;
    padding-inline: 20px;
    width: 100%;
    max-width: 550px;
    margin-inline: auto;
  }
  .category-showcase-sp .category-showcase-wrap {
    margin-top: 22px;
    grid-template-columns: 280px 280px 280px;
    gap: 20px;
    overflow-x: auto;
  }
  .category-showcase-sp .category-showcase-wrap .category-showcase-card {
    position: relative;
  }
  .category-showcase-sp .category-showcase-wrap .category-showcase-card .category-showcase-card-text {
    font-size: 14px;
    top: 28px;
    text-align: center;
  }
  .product-slider-sp {
    padding-inline: 20px;
  }
  .product-slider-sp hr {
    max-width: unset;
  }
  .product-slider-sp .product-slider-wrap {
    display: flex;
  }
  .product-slider-sp .product-slider-wrap .product-slider {
    padding-block: 30px;
    width: 100%;
  }
  .team-info-sp {
    width: 100%;
    max-width: 550px;
    margin: 50px auto 0 auto;
  }
  .team-info-sp .team-info-wrap {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 0;
  }
  .team-info-sp .team-info-wrap .team-info-content {
    padding: 56px 25px;
  }
  .company-logo-sp {
    width: 100%;
    max-width: 550px;
    margin: 50px auto 0 auto;
  }
  .company-logo-sp .company-logo-title {
    font-size: 18px;
    margin-top: 25px;
  }
  .company-logo-sp .company-logo-wrap {
    margin-top: 35px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    overflow-x: auto;
  }
  .fashion-sec-sp {
    padding-inline: 20px;
    width: 100%;
    max-width: 550px;
    margin: 30px auto 0 auto;
  }
  .fashion-sec-sp .fashion-sec-wrap {
    padding-top: 30px;
    grid-template-columns: repeat(1, 1fr);
    gap: 24px;
  }
  .fashion-sec-sp .fashion-sec-wrap .fashion-sec-card {
    padding-bottom: 30px;
  }
  .fashion-sec-sp .fashion-sec-wrap .fashion-sec-card img {
    height: 400px;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .fashion-sec-sp .fashion-sec-wrap .fashion-sec-card .fashion-sec-card-title {
    font-size: 22px;
    margin-top: 20px;
  }
  .fashion-sec-sp .fashion-sec-wrap .fashion-sec-card .fashion-sec-card-description {
    font-size: 13px;
    margin-top: 11px;
  }
  .fashion-sec-sp .fashion-sec-wrap .fashion-sec-card .fashion-sec-card-btn a {
    font-size: 14px;
  }
  .news-later-sp {
    padding-inline: 20px;
    width: 100%;
    max-width: 550px;
    margin: 35px auto 35px auto;
  }
  .news-later-sp .news-later-wrap {
    display: grid;
    grid-template-columns: 1fr;
  }
  .news-later-sp .news-later-wrap .news-later-img img {
    width: 100%;
    height: 287px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top center;
       object-position: top center;
  }
  .news-later-sp .news-later-wrap .news-later-content {
    padding: 30px 27px 20px 27px;
  }
  .news-later-sp .news-later-wrap .news-later-content .news-later-content-inner .news-later-title {
    font-size: 22px;
  }
  .news-later-sp .news-later-wrap .news-later-content .news-later-content-inner .news-later-text-1,
  .news-later-sp .news-later-wrap .news-later-content .news-later-content-inner .news-later-text-2 {
    margin-top: 15px;
    font-size: 12px;
  }
  .news-later-sp .news-later-wrap .news-later-content .news-later-content-inner .news-later-form {
    margin-top: 20px;
  }
  .free-shipping-sp {
    padding: 25px 20px;
    margin-top: 0px;
  }
  .free-shipping-sp .free-shipping-wrap {
    width: 100%;
    max-width: 550px;
    margin-inline: auto;
  }
  .free-shipping-sp .free-shipping-wrap .free-shipping-wrap-inner {
    justify-content: start;
  }
  .free-shipping-sp .free-shipping-wrap .free-shipping-wrap-inner .free-shipping-box p {
    font-size: 14px;
  }
  .footer-sp {
    padding: 30px 20px;
  }
  .footer-sp .footer-wrap {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
    gap: 25px;
    max-width: 550px;
    margin-inline: auto;
  }
  .footer-sp .footer-wrap .footer-box .footer-box-title {
    font-size: 18px;
    letter-spacing: 0.01em;
    font-family: var(--main-bold);
    color: var(--white-color);
  }
  .footer-sp .footer-wrap .footer-box ul {
    padding-left: 0;
    margin-block: 10px 0;
  }
  .footer-sp .footer-wrap .footer-box ul li {
    padding-block: 2px;
  }
  .footer-sp .footer-wrap .footer-box ul li a {
    color: var(--white-color);
    font-size: 14px;
    letter-spacing: 0.01em;
    font-family: var(--sub-font);
    text-decoration: none;
  }
  .footer-sp .footer-wrap .footer-box select {
    max-width: 237px;
    width: 100%;
    border-bottom: 1px solid var(--white-color);
    border-top: none;
    border-right: none;
    border-left: none;
    background-color: transparent;
    color: var(--white-color);
    margin-top: 10px;
    font-family: var(--sub-font-medium);
    outline: none;
    cursor: pointer;
    background-color: var(--foot-color);
    padding-block: 5px;
  }
  .footer-sp .footer-wrap .footer-box .footer-box-tag {
    max-width: 440px;
    width: 100%;
    gap: 12px;
    display: flex;
    flex-wrap: wrap;
    margin-top: 35px;
  }
  .footer-sp .footer-wrap .footer-box .footer-box-tag .footer-box-tag-box {
    border: 1px solid #E7E7E7;
    color: var(--white-color);
    width: 130.74px;
  }
  .footer-sp .footer-wrap .footer-box .footer-box-tag .footer-box-tag-box .footer-box-tag-box-inner {
    padding: 20px;
    text-transform: uppercase;
    height: 84px;
  }
  .footer-sp .footer-wrap .footer-box .footer-box-tag .footer-box-tag-box .footer-box-tag-box-inner .footer-box-tag-box-title {
    font-size: 20px;
    font-family: var(--main-bold);
    line-height: 1.2;
    text-align: center;
  }
  .footer-sp .footer-wrap .footer-box .footer-box-tag .footer-box-tag-box .footer-box-tag-box-inner .footer-box-tag-box-text {
    font-size: 10px;
    font-family: var(--main-regular);
  }
  .footer-sp .footer-wrap .footer-box .footer-box-tag .footer-box-tag-box .footer-box-tag-box-inner .footer-box-tag-box-text-2 {
    font-size: 13px;
    font-family: var(--main-regular);
  }
  .footer-sp .footer-wrap .footer-box .footer-box-tag .footer-box-tag-box .footer-box-tag-box-shape {
    background-color: #E7E7E7;
    padding: 10px 5px;
  }
  .footer-sp .footer-wrap .footer-box .footer-box-tag .footer-box-tag-box .footer-box-tag-box-shape .footer-box-tag-box-shape-text {
    font-size: 11px;
    font-family: var(--sub-font-medium);
    color: var(--black-color);
  }
  .footer-sp .footer-wrap .footer-box-space {
    grid-column: unset;
  }
  .footer-sp .footer-pay-icons {
    margin-top: 75px;
    width: 100%;
    max-width: 550px;
    margin-inline: auto;
  }
}
@media only screen and (max-width: 319px) {
  .nav-sp .nav-wrap {
    padding: 4px 10px;
  }
  .hero-sp {
    height: 550px;
  }
  .hero-sp .hero-wrap {
    padding-inline: 10px;
  }
  .hero-sp .hero-wrap .hero-title {
    font-size: 38px;
  }
  .hero-sp .hero-wrap .hero-descrition {
    font-size: 14px;
  }
  .hero-sp .hero-wrap .hero-button a {
    font-size: 14px;
  }
  .category-icons-sp {
    padding-inline: 10px;
  }
  .product-showcase-sp .product-showcase-content {
    padding-inline: 10px;
    gap: 7px;
  }
  .product-showcase-sp .product-showcase-content .product-showcase-title {
    font-size: 20px;
  }
  .product-showcase-sp .product-showcase-content .product-showcase-description p {
    font-size: 14px;
  }
  .product-showcase-sp .product-showcase-wrap {
    margin-top: 30px;
    gap: 30px;
    padding-inline: 10px;
  }
  .product-showcase-sp .product-showcase-wrap .product-showcase-card .product-showcase-card-content {
    margin-top: 15px;
  }
  .product-showcase-sp .product-showcase-wrap .product-showcase-card .product-showcase-card-content .product-showcase-card-title {
    font-size: 17px;
  }
  .product-showcase-sp .product-showcase-wrap .product-showcase-card .product-showcase-card-content .product-showcase-card-description {
    font-size: 12px;
    margin-top: 8px;
  }
  .product-showcase-sp .product-showcase-wrap .product-showcase-card .product-showcase-card-content .product-showcase-card-link {
    margin-top: 7px;
  }
  .product-showcase-sp .product-showcase-wrap .product-showcase-card .product-showcase-card-content .product-showcase-card-link a {
    font-size: 12px;
  }
  .product-slider-sp {
    padding-inline: 10px;
  }
  .product-slider-sp .product-slider-wrap .product-slider {
    padding-block: 30px;
    width: 100%;
  }
  .product-slider-sp .product-slider-wrap .product-slider .product-slider-con {
    overflow-x: hidden;
  }
  .product-slider-sp .product-slider-wrap .product-slider .product-slider-con .swiper-wrapper .swiper-slide {
    padding-bottom: 11px;
  }
  .product-slider-sp .product-slider-wrap .product-slider .product-slider-con .swiper-wrapper .swiper-slide .product-slider-card .product-slider-card-img {
    height: 280px;
  }
  .product-slider-sp .product-slider-wrap .product-slider .product-slider-con .swiper-wrapper .swiper-slide .product-slider-card .product-slider-content-wrap {
    margin-top: 15px;
  }
  .product-slider-sp .product-slider-wrap .product-slider .product-slider-con .swiper-wrapper .swiper-slide .product-slider-card .product-slider-content-wrap .product-slider-content-inner .product-slider-content-title {
    font-size: 16px;
  }
  .product-slider-sp .product-slider-wrap .product-slider .product-slider-con .swiper-wrapper .swiper-slide .product-slider-card .product-slider-content-wrap .product-slider-content-inner .product-slider-price .product-slider-main-price {
    font-size: 15px;
  }
  .product-slider-sp .product-slider-wrap .product-slider .product-slider-con .swiper-wrapper .swiper-slide .product-slider-card .product-slider-content-wrap .product-slider-content-inner .product-slider-price .product-slider-list-price {
    font-size: 15px;
  }
  .product-slider-sp .product-slider-wrap .product-slider .product-slider-con .swiper-wrapper .swiper-slide .product-slider-card .product-slider-content-wrap .product-slider-color {
    width: 35px;
    height: 35px;
  }
  .product-slider-sp .product-slider-wrap .product-slider .product-slider-con .swiper-wrapper .swiper-slide .product-slider-card .product-slider-card-btn a {
    font-size: 15px;
    padding: 10px 70px;
  }
  .category-showcase-sp {
    padding-inline: 10px;
  }
  .category-showcase-sp .category-showcase-wrap {
    grid-template-columns: 260px 260px 260px;
    gap: 15px;
  }
  .category-showcase-sp .category-showcase-wrap .category-showcase-card .category-showcase-card-text {
    font-size: 14px;
  }
  .team-info-sp {
    margin: 30px auto 0 auto;
  }
  .team-info-sp .team-info-wrap .team-info-content {
    padding: 56px 25px;
  }
  .team-info-sp .team-info-wrap .team-info-content .team-info-content-inner .team-info-text,
  .team-info-sp .team-info-wrap .team-info-content .team-info-content-inner .team-info-text-2 {
    font-size: 13px;
  }
  .company-logo-sp .company-logo-title {
    font-size: 18px;
    margin-top: 20px;
  }
  .company-logo-sp .company-logo-wrap {
    margin-top: 30px;
  }
  .fashion-sec-sp {
    padding-inline: 10px;
  }
  .fashion-sec-sp .fashion-sec-wrap .fashion-sec-card {
    padding-bottom: 30px;
  }
  .fashion-sec-sp .fashion-sec-wrap .fashion-sec-card img {
    height: 250px;
  }
  .fashion-sec-sp .fashion-sec-wrap .fashion-sec-card .fashion-sec-card-title {
    font-size: 20px;
    margin-top: 20px;
  }
  .news-later-sp {
    padding-inline: 10px;
  }
  .news-later-sp .news-later-wrap .news-later-content {
    padding: 30px 27px 20px 27px;
  }
  .news-later-sp .news-later-wrap .news-later-content .news-later-content-inner .news-later-title {
    font-size: 20px;
  }
  .news-later-sp .news-later-wrap .news-later-content .news-later-content-inner .news-later-text-1,
  .news-later-sp .news-later-wrap .news-later-content .news-later-content-inner .news-later-text-2 {
    margin-top: 10px;
    font-size: 12px;
  }
  .news-later-sp .news-later-wrap .news-later-content .news-later-content-inner .news-later-form {
    margin-top: 20px;
  }
  .news-later-sp .news-later-wrap .news-later-content .news-later-content-inner .news-later-form input {
    height: 30px;
    padding-left: 10px;
  }
  .news-later-sp .news-later-wrap .news-later-content .news-later-content-inner .news-later-form input::-moz-placeholder {
    font-size: 11px;
  }
  .news-later-sp .news-later-wrap .news-later-content .news-later-content-inner .news-later-form input::placeholder {
    font-size: 11px;
  }
  .news-later-sp .news-later-wrap .news-later-content .news-later-content-inner .news-later-form button {
    height: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .nav-sp .nav-wrap {
    padding: 6px 20px;
  }
  .nav-sp .nav-wrap .nav-logo img {
    width: 50px;
  }
  .nav-sp .nav-wrap .nav-links-one,
  .nav-sp .nav-wrap .nav-links-two {
    width: 34%;
  }
  .nav-sp .nav-wrap .nav-links-two {
    gap: 20px;
  }
  .nav-sp .nav-wrap .nav-links-two .nav-links-two-icons {
    gap: 20px;
  }
  .nav-sp .nav-wrap .nav-links-one .nav-links-two-icons {
    gap: 20px;
    display: flex;
    align-items: center;
  }
  .hero-sp {
    height: 800px;
  }
  .hero-sp .hero-wrap {
    padding-bottom: 54px;
  }
  .hero-sp .hero-wrap .hero-title {
    font-size: 72px;
  }
  .hero-sp .hero-wrap .hero-descrition {
    font-size: 20px;
  }
  .hero-sp .hero-wrap .hero-button {
    margin-top: 15px;
  }
  .hero-sp .hero-wrap .hero-button a {
    font-size: 20px;
  }
  .category-icons-sp {
    padding-block: 20px;
    border-bottom: 2px solid var(--secondary-color);
  }
  .product-showcase-sp {
    margin-top: 30px;
  }
  .product-showcase-sp .product-showcase-content {
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
    padding-inline: 20px;
  }
  .product-showcase-sp .product-showcase-content .product-showcase-title {
    font-size: 22px;
  }
  .product-showcase-sp .product-showcase-content .product-showcase-description p {
    font-size: 14px;
  }
  .product-showcase-sp .product-showcase-wrap {
    margin-top: 40px;
    gap: 20px;
    padding-inline: 20px;
  }
  .product-showcase-sp .product-showcase-wrap .product-showcase-card .product-showcase-card-content {
    color: var(--black-color);
    position: unset;
  }
  .product-showcase-sp .product-showcase-wrap .product-showcase-card .product-showcase-card-content .product-showcase-card-title {
    font-size: 22px;
    margin-top: 20px;
  }
  .product-showcase-sp .product-showcase-wrap .product-showcase-card .product-showcase-card-content .product-showcase-card-description {
    font-size: 13px;
    margin-top: 10px;
  }
  .product-showcase-sp .product-showcase-wrap .product-showcase-card .product-showcase-card-content .product-showcase-card-link {
    border-bottom: 2px solid var(--black-color);
    margin-top: 10px;
  }
  .product-showcase-sp .product-showcase-wrap .product-showcase-card .product-showcase-card-content .product-showcase-card-link a {
    font-size: 14px;
    color: var(--black-color);
  }
  .product-slider-sp {
    padding-inline: 20px;
  }
  .product-slider-sp hr {
    max-width: unset;
  }
  .product-slider-sp .product-slider-wrap {
    display: flex;
  }
  .product-slider-sp .product-slider-wrap .product-slider {
    padding-block: 30px;
    width: 100%;
  }
  .category-showcase-sp {
    margin-top: 40px;
    padding-inline: 20px;
  }
  .category-showcase-sp hr {
    max-width: unset;
  }
  .category-showcase-sp .category-showcase-wrap {
    margin-top: 22px;
    gap: 16px;
  }
  .category-showcase-sp .category-showcase-wrap .category-showcase-card {
    position: relative;
  }
  .category-showcase-sp .category-showcase-wrap .category-showcase-card .category-showcase-card-text {
    font-size: 14px;
    top: 22px;
    text-align: center;
    width: -moz-max-content;
    width: max-content;
  }
  .team-info-sp {
    margin-top: 40px;
  }
  .team-info-sp .team-info-wrap {
    grid-template-columns: repeat(2, 1fr);
    gap: 0px;
  }
  .team-info-sp .team-info-wrap .team-info-content {
    padding: 20px 30px;
  }
  .team-info-sp .team-info-wrap .team-info-content .team-info-text {
    line-height: 22px;
  }
  .company-logo-sp {
    margin-top: 40px;
  }
  .company-logo-sp .company-logo-title {
    font-size: 18px;
  }
  .fashion-sec-sp {
    margin-top: 40px;
    padding-inline: 20px;
  }
  .fashion-sec-sp .fashion-sec-wrap {
    padding-top: 40px;
    gap: 18px;
  }
  .fashion-sec-sp .fashion-sec-wrap .fashion-sec-card {
    padding-bottom: 0;
    border-bottom: none;
  }
  .fashion-sec-sp .fashion-sec-wrap .fashion-sec-card .fashion-sec-card-title {
    font-size: 22px;
    margin-top: 22px;
  }
  .fashion-sec-sp .fashion-sec-wrap .fashion-sec-card .fashion-sec-card-description {
    font-size: 13px;
    max-height: 120px;
    overflow: auto;
  }
  .news-later-sp {
    margin-block: 40px 50px;
    padding-inline: 20px;
  }
  .news-later-sp .news-later-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .news-later-sp .news-later-wrap .news-later-img img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .news-later-sp .news-later-wrap .news-later-content {
    background-color: var(--secondary-color);
    padding: 20px 30px;
  }
  .news-later-sp .news-later-wrap .news-later-content .news-later-content-inner {
    max-width: unset;
  }
  .news-later-sp .news-later-wrap .news-later-content .news-later-content-inner .news-later-title {
    font-size: 22px;
  }
  .news-later-sp .news-later-wrap .news-later-content .news-later-content-inner .news-later-text-1,
  .news-later-sp .news-later-wrap .news-later-content .news-later-content-inner .news-later-text-2 {
    margin-top: 15px;
    font-size: 13px;
  }
  .news-later-sp .news-later-wrap .news-later-content .news-later-content-inner .news-later-form {
    width: 100%;
    margin-top: 14px;
  }
  .news-later-sp .news-later-wrap .news-later-content .news-later-content-inner .news-later-form input {
    height: 35px;
    padding-left: 15px;
  }
  .news-later-sp .news-later-wrap .news-later-content .news-later-content-inner .news-later-form input::-moz-placeholder {
    font-size: 12px;
  }
  .news-later-sp .news-later-wrap .news-later-content .news-later-content-inner .news-later-form input::placeholder {
    font-size: 12px;
  }
  .news-later-sp .news-later-wrap .news-later-content .news-later-content-inner .news-later-form button {
    height: 35px;
    font-size: 13px;
  }
  .free-shipping-sp {
    margin-top: 0;
    padding: 35px 20px;
  }
  .free-shipping-sp .free-shipping-wrap .free-shipping-wrap-inner {
    justify-content: start;
    gap: 30px;
  }
  .free-shipping-sp .free-shipping-wrap .free-shipping-wrap-inner .free-shipping-box p {
    font-size: 14px;
  }
  .footer-sp {
    padding: 40px 20px;
    background-color: var(--foot-color);
  }
  .footer-sp .footer-wrap {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 25px;
  }
  .footer-sp .footer-wrap .footer-box .footer-box-title {
    font-size: 18px;
    letter-spacing: 0.01em;
    font-family: var(--main-bold);
    color: var(--white-color);
  }
  .footer-sp .footer-wrap .footer-box ul {
    padding-left: 0;
    margin-block: 10px 0;
  }
  .footer-sp .footer-wrap .footer-box ul li {
    padding-block: 2px;
  }
  .footer-sp .footer-wrap .footer-box ul li a {
    color: var(--white-color);
    font-size: 14px;
    letter-spacing: 0.01em;
    font-family: var(--sub-font);
    text-decoration: none;
  }
  .footer-sp .footer-wrap .footer-box select {
    max-width: 237px;
    width: 100%;
    border-bottom: 1px solid var(--white-color);
    border-top: none;
    border-right: none;
    border-left: none;
    background-color: transparent;
    color: var(--white-color);
    margin-top: 10px;
    font-family: var(--sub-font-medium);
    outline: none;
    cursor: pointer;
    background-color: var(--foot-color);
    padding-block: 5px;
  }
  .footer-sp .footer-wrap .footer-box .footer-box-tag {
    max-width: 440px;
    width: 100%;
    gap: 12px;
    display: flex;
    flex-wrap: wrap;
    margin-top: 35px;
  }
  .footer-sp .footer-wrap .footer-box .footer-box-tag .footer-box-tag-box {
    border: 1px solid #E7E7E7;
    color: var(--white-color);
    width: 130.74px;
  }
  .footer-sp .footer-wrap .footer-box .footer-box-tag .footer-box-tag-box .footer-box-tag-box-inner {
    padding: 20px;
    text-transform: uppercase;
    height: 84px;
  }
  .footer-sp .footer-wrap .footer-box .footer-box-tag .footer-box-tag-box .footer-box-tag-box-inner .footer-box-tag-box-title {
    font-size: 20px;
    font-family: var(--main-bold);
    line-height: 1.2;
    text-align: center;
  }
  .footer-sp .footer-wrap .footer-box .footer-box-tag .footer-box-tag-box .footer-box-tag-box-inner .footer-box-tag-box-text {
    font-size: 10px;
    font-family: var(--main-regular);
  }
  .footer-sp .footer-wrap .footer-box .footer-box-tag .footer-box-tag-box .footer-box-tag-box-inner .footer-box-tag-box-text-2 {
    font-size: 13px;
    font-family: var(--main-regular);
  }
  .footer-sp .footer-wrap .footer-box .footer-box-tag .footer-box-tag-box .footer-box-tag-box-shape {
    background-color: #E7E7E7;
    padding: 10px 5px;
  }
  .footer-sp .footer-wrap .footer-box .footer-box-tag .footer-box-tag-box .footer-box-tag-box-shape .footer-box-tag-box-shape-text {
    font-size: 11px;
    font-family: var(--sub-font-medium);
    color: var(--black-color);
  }
  .footer-sp .footer-wrap .footer-box-space {
    grid-column: unset;
  }
  .footer-sp .footer-pay-icons {
    margin-top: 75px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .nav-sp .nav-wrap {
    padding: 6px 30px;
  }
  .nav-sp .nav-wrap .nav-logo img {
    width: 80px;
  }
  .nav-sp .nav-wrap .nav-links-one,
  .nav-sp .nav-wrap .nav-links-two {
    width: 43%;
  }
  .nav-sp .nav-wrap .nav-links-one .nav-links,
  .nav-sp .nav-wrap .nav-links-two .nav-links {
    gap: 12px;
  }
  .nav-sp .nav-wrap .nav-links-one .nav-links li a,
  .nav-sp .nav-wrap .nav-links-two .nav-links li a {
    font-size: 14px;
  }
  .nav-sp .nav-wrap .nav-links-two {
    gap: 16px;
  }
  .nav-sp .nav-wrap .nav-links-two .nav-links-two-icons {
    display: flex;
    align-items: center;
    gap: 16px;
  }
  .hero-sp {
    height: 650px;
  }
  .hero-sp .hero-wrap .hero-title {
    font-size: 80px;
  }
  .hero-sp .hero-wrap .hero-descrition {
    font-size: 17px;
  }
  .hero-sp .hero-wrap .hero-button {
    margin-top: 15px;
  }
  .hero-sp .hero-wrap .hero-button a {
    font-size: 20px;
  }
  .category-icons-sp {
    padding-block: 30px;
  }
  .category-icons-sp .category-icons-wrap .category-icon .category-icon-title {
    font-size: 12px;
  }
  .product-showcase-sp {
    margin-top: 22px;
  }
  .product-showcase-sp .product-showcase-content {
    gap: 20px;
    padding-inline: 30px;
  }
  .product-showcase-sp .product-showcase-content .product-showcase-title {
    font-size: 26px;
  }
  .product-showcase-sp .product-showcase-content .product-showcase-description p {
    font-size: 14px;
  }
  .product-showcase-sp .product-showcase-wrap {
    margin-top: 30px;
    gap: 20px;
  }
  .product-showcase-sp .product-showcase-wrap .product-showcase-card .product-showcase-card-content {
    color: var(--white-color);
    max-width: unset;
    padding-inline: 30px;
    width: 100%;
    position: absolute;
    bottom: 50px;
    left: 0px;
  }
  .product-showcase-sp .product-showcase-wrap .product-showcase-card .product-showcase-card-content .product-showcase-card-title {
    font-size: 24px;
  }
  .product-showcase-sp .product-showcase-wrap .product-showcase-card .product-showcase-card-content .product-showcase-card-description {
    font-size: 14px;
  }
  .product-showcase-sp .product-showcase-wrap .product-showcase-card .product-showcase-card-content .product-showcase-card-link a {
    font-size: 18px;
  }
  .category-showcase-sp {
    margin-top: 66px;
    padding-inline: 30px;
  }
  .category-showcase-sp hr {
    max-width: unset;
    width: 100%;
  }
  .category-showcase-sp .category-showcase-wrap {
    margin-top: 22px;
    gap: 25px;
  }
  .category-showcase-sp .category-showcase-wrap .category-showcase-card .category-showcase-card-text {
    font-size: 16px;
    text-align: center;
    width: -moz-max-content;
    width: max-content;
  }
  .fashion-sec-sp {
    margin-top: 30px;
    padding-inline: 30px;
  }
  .fashion-sec-sp .fashion-sec-wrap {
    padding-top: 30px;
  }
  .fashion-sec-sp .fashion-sec-wrap .fashion-sec-card {
    padding-bottom: 40px;
    border-bottom: 2px solid var(--secondary-color);
  }
  .fashion-sec-sp .fashion-sec-wrap .fashion-sec-card .fashion-sec-card-title {
    font-size: 22px;
    margin-top: 20px;
  }
  .fashion-sec-sp .fashion-sec-wrap .fashion-sec-card .fashion-sec-card-description {
    font-size: 14px;
    margin-top: 8px;
  }
  .news-later-sp {
    margin-block: 45px 50px;
    padding-inline: 30px;
  }
  .footer-sp {
    padding: 40px 30px;
  }
  .footer-sp .footer-wrap .footer-box .footer-box-title {
    font-size: 16px;
  }
  .footer-sp .footer-wrap .footer-box ul li {
    padding-block: 1px;
  }
  .footer-sp .footer-wrap .footer-box ul li a {
    font-size: 12px;
  }
  .footer-sp .footer-wrap .footer-box .footer-box-tag .footer-box-tag-box .footer-box-tag-box-inner .footer-box-tag-box-title {
    font-size: 18px;
  }
  .footer-sp .footer-wrap .footer-box .footer-box-tag .footer-box-tag-box .footer-box-tag-box-inner .footer-box-tag-box-text {
    font-size: 10px;
  }
  .footer-sp .footer-wrap .footer-box .footer-box-tag .footer-box-tag-box .footer-box-tag-box-inner .footer-box-tag-box-text-2 {
    font-size: 13px;
  }
  .footer-sp .footer-wrap .footer-box .footer-box-tag .footer-box-tag-box .footer-box-tag-box-shape .footer-box-tag-box-shape-text {
    font-size: 11px;
  }
  .footer-sp .footer-wrap .footer-box-space {
    grid-column: 5/7;
  }
  .footer-sp .footer-pay-icons {
    margin-top: 75px;
  }
}/*# sourceMappingURL=style.css.map */