.col-accent {
  color: #F5F4F2 !important;
}

.bg-col-accent {
  background-color: #F5F4F2 !important;
}

.col-green {
  color: #124B32 !important;
}

.bg-col-green {
  background-color: #124B32 !important;
}

.col-white {
  color: #ffffff !important;
}

.bg-col-white {
  background-color: #ffffff !important;
}

.col-black {
  color: #443F37 !important;
}

.bg-col-black {
  background-color: #443F37 !important;
}

.fw-bold {
  font-weight: bold !important;
}

.fs-ss {
  font-size: 12px !important;
}

.fs-s {
  font-size: 16px !important;
}

.fs-m {
  font-size: 18px !important;
}

.fs-l {
  font-size: 20px !important;
}

.fs-ll {
  font-size: 22px !important;
}

.fs-xl {
  font-size: 24px !important;
}

.f-en {
  letter-spacing: 0.1em;
}

.ta-center {
  text-align: center !important;
}

.mt-5 {
  margin-top: 5px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mb-5 {
  margin-bottom: 5px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mr-15 {
  margin-right: 15px !important;
}

.ml-15 {
  margin-left: 15px !important;
}

.mr-16 {
  margin-right: 16px !important;
}

.ml-16 {
  margin-left: 16px !important;
}

.pt-10 {
  padding-top: 10px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

.pt-50 {
  padding-top: 50px !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.pb-50 {
  padding-bottom: 50px !important;
}

.prpl-15 {
  padding-right: 15px !important;
  padding-left: 15px !important;
}

.prpl-16 {
  padding-right: 16px !important;
  padding-left: 16px !important;
}

.flex-col {
  display: flex !important;
  flex-flow: column !important;
  align-items: center !important;
}

.flex-wrap-sa {
  display: flex !important;
  flex-flow: wrap !important;
  justify-content: space-around !important;
}

.flex-wrap-sb {
  display: flex !important;
  flex-flow: wrap !important;
  justify-content: space-between !important;
}

.flex-wrap-center {
  display: flex !important;
  flex-flow: wrap !important;
  justify-content: center !important;
}

.inline-block {
  display: inline-block !important;
}

.flex {
  display: flex !important;
}

.p-relative {
  position: relative !important;
}

.p-absolute {
  position: absolute !important;
}

.w100 {
  width: 100% !important;
}

.w80 {
  width: 80% !important;
}

.w70 {
  width: 70% !important;
}

.w60 {
  width: 60% !important;
}

.w50 {
  width: 50% !important;
}

.w40 {
  width: 40% !important;
}

.w32 {
  width: 32% !important;
}

.w30 {
  width: 30% !important;
}

body p {
  line-height: 1.75;
  letter-spacing: 0.02em;
}
@media only screen and (min-width: 768px) {
  body {
    background-color: #F5F4F2 !important;
  }
}

.wapper-sogoodtee .pagetop {
  background: unset;
  width: 105px;
  aspect-ratio: 45/44;
  right: 5px;
  bottom: 25px;
}

.mv_area {
  position: relative;
}
.mv_area::before {
  content: "";
  position: absolute;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  top: 25px;
  left: 10px;
  width: 40%;
  aspect-ratio: 49/23;
  z-index: 10;
  background-image: url(https://jamtrading.itembox.design/item/jam/img/special/2025/adel_ralphlauren/mv_logo.png);
}
.mv_area .mv_slide {
  border: 20px solid #1A1814;
  border-top: 40px solid #1A1814;
  border-bottom: 40px solid #1A1814;
  aspect-ratio: 370/498;
  background-color: #1A1814;
  overflow: hidden;
}
.mv_area .mv_slide::after {
  content: "";
  position: absolute;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40%;
  aspect-ratio: 179/82;
  z-index: 10;
  background-image: url(https://jamtrading.itembox.design/item/jam/img/special/2025/adel_ralphlauren/mv_text.png);
}
.mv_area .mv_slide .mv_images {
  position: relative;
  width: 100%;
  height: auto;
}
.mv_area .mv_slide .mv_images img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.mv_area .mv_slide .mv_btn {
  position: absolute;
  width: 45%;
  top: 75%;
  left: 53%;
  transform: translateX(-50%);
  z-index: 10;
}
.mv_area .mv_slide .mv_btn a {
  width: 100%;
  display: inline-block;
}
.mv_area .mv_slide .mv_btn a:hover {
  transform: scale(1.1, 1.1);
}
.mv_area .mv_copy {
  background-color: #F5F4F2;
  color: #433F37;
}
.mv_area .mv_copy .mv_ttl_sub {
  border-bottom: 1px solid #A7A8A7;
}

.spot h2 img {
  width: 40% !important;
  border-bottom: 1px solid #555049;
}

section.newItem {
  padding: 0 16px;
}
section.newItem h2 {
  display: flex !important;
  justify-content: center;
  align-items: center;
}
section.newItem h2 img {
  width: 35% !important;
  border-bottom: 1px solid #555049;
  display: inline-block;
  margin-left: 0;
}
section.newItem .newitem_btn {
  width: 45%;
  margin: 0 auto;
}
section.newItem .newitem_btn a {
  width: 100%;
  display: inline-block;
}
section.newItem .newitem_btn a:hover {
  transform: scale(1.1, 1.1);
}

.rl-online h2 {
  top: 0%;
  right: 7%;
  width: 35px;
  aspect-ratio: 10/79;
}
.rl-online .rl-online_btn {
  border: 20px solid #1A1814;
  border-top: 40px solid #1A1814;
  border-bottom: 40px solid #1A1814;
  width: 65%;
  margin: 0 auto;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .rl-online .rl-online_btn {
    border: 10px solid #1A1814;
    border-top: 17px solid #1A1814;
    border-bottom: 17px solid #1A1814;
  }
}
.rl-online .rl-online_btn img {
  opacity: 0;
  transform: scale(1.5, 1.5);
  transition: opacity 1.5s ease, transform 1.5s ease;
}
.rl-online .rl-online_btn img.visible {
  opacity: 1;
  transform: scale(1, 1);
}

section.tee {
  padding: 0 16px;
}
section.tee h2 {
  color: #443F37;
}
@media only screen and (max-width: 768px) {
  section.tee h2 {
    font-size: 16px !important;
  }
}
section.tee .ttl_border {
  border-top: 1px solid #555049;
  width: 47%;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  section.tee .ttl_border {
    width: 40%;
  }
}
section.tee .tee_btn {
  width: 45%;
  margin: 0 auto;
}
section.tee .tee_btn a {
  width: 100%;
  display: inline-block;
}
section.tee .tee_btn a:hover {
  transform: scale(1.1, 1.1);
}

section.seasonal {
  padding: 0;
}
section.seasonal h2 {
  border-bottom: 1px solid #555049;
  color: #443F37;
}
section.seasonal h2 img {
  width: 60% !important;
  display: block;
}
section.seasonal .seasonal_cnt {
  margin-bottom: 500px;
}
section.seasonal .seasonal_cnt .seasonal_img {
  opacity: 0;
  transform: scale(1.5, 1.5);
  transition: opacity 1.5s ease, transform 1.5s ease;
}
section.seasonal .seasonal_cnt .seasonal_img.visible {
  opacity: 1;
  transform: scale(1, 1);
}
section.seasonal .seasonal_cnt .seasonal_list {
  padding: 0px 16px 50px;
  position: absolute;
  top: 70%;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
}
section.seasonal .seasonal_cnt .seasonal_list h2 {
  color: #443F37;
  border-bottom: none;
}
@media only screen and (max-width: 768px) {
  section.seasonal .seasonal_cnt .seasonal_list h2 {
    font-size: 16px !important;
  }
}
section.seasonal .seasonal_cnt .seasonal_list .ttl_border {
  border-top: 1px solid #555049;
  width: 47%;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  section.seasonal .seasonal_cnt .seasonal_list .ttl_border {
    width: 42%;
  }
}
section.seasonal .seasonal_cnt .seasonal_list .seasonal_btn {
  width: 45%;
  margin: 0 auto;
}
section.seasonal .seasonal_cnt .seasonal_list .seasonal_btn a {
  width: 100%;
  display: inline-block;
}
section.seasonal .seasonal_cnt .seasonal_list .seasonal_btn a:hover {
  transform: scale(1.1, 1.1);
}

section.styling {
  padding: 50px 16px !important;
}
section.styling.visible .styling_item01 {
  opacity: 1;
  transform: translate(0px, 0px);
}
section.styling.visible .styling_item02 {
  opacity: 1;
  transform: translate(0px, 0px);
}
section.styling.visible .styling_item03 {
  opacity: 1;
  transform: translate(0px, 0px);
}
section.styling .styling_item01 {
  transform: translate(-100px, -100px);
  opacity: 0;
  transition: transform 1s ease-out, opacity 1s ease-out;
}
section.styling .styling_item02 {
  transform: translate(10px, 100px);
  opacity: 0;
  transition: transform 1s ease-out, opacity 1s ease-out;
}
section.styling .styling_item03 {
  transform: translate(-80px, 100px);
  opacity: 0;
  transition: transform 1s ease-out, opacity 1s ease-out;
}

section.staffNew {
  border: none;
}
section.staffNew p {
  color: #b68325;
}
section.staffNew a {
  background-color: #F5F4F2;
  border: 1px solid #555049;
  color: #555049;
  padding: 30px 20px;
  width: 90%;
}
section.staffNew a:hover {
  transform: scale(1.1, 1.1);
}

section.slide {
  padding: 0;
  width: 100%;
}
section.slide .slider img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.swiper-pagination-bullet {
  background-color: #ffffff;
  border: 2px solid #89847C;
}

.swiper-pagination-bullet-active {
  background-color: #89847C;
}/*# sourceMappingURL=adel_ralphlauren.css.map */