<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&amp;display=swap");
.pc_ {
  display: none;
}
@media screen and (min-width: 600px) and (max-width: 999px) {
  .pc_ {
    display: block;
  }
}
@media screen and (min-width: 1000px) {
  .pc_ {
    display: block;
  }
}

.sp_ {
  display: block;
}
@media screen and (min-width: 600px) and (max-width: 999px) {
  .sp_ {
    display: none;
  }
}
@media screen and (min-width: 1000px) {
  .sp_ {
    display: none;
  }
}

:root {
  --default-color: #fff;
  --background_color: #fff;
  font-size: 62.5%;
}

.contents_stj {
  max-width: 100%;
  margin: 0 auto;
  color: var(--default-color);
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  font-size: 1.5rem;
  font-weight: normal;
  text-align: justify;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
.contents_stj li {
  list-style: none;
}
.contents_stj a {
  text-decoration: none;
}
.contents_stj a:hover {
  opacity: 0.8;
  transition: 0.3s;
}
.contents_stj .background_ {
  background-color: #fff;
}

#contents_wrapper {
  max-width: 1000px;
  margin: 0 auto;
}

#main_contents {
  margin-top: 30px;
}
@media screen and (min-width: 600px) and (max-width: 999px) {
  #main_contents {
    max-width: 90vw;
    margin: 20px auto 0;
  }
}
@media screen and (max-width: 599px) {
  #main_contents {
    max-width: 92vw;
    margin: 30px auto 0;
  }
}

#first_view img {
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 1000px) {
  #first_view img {
    width: 1000px;
  }
}

#feature_ {
  margin-bottom: 50px;
}
#feature_ p {
  color: #d80000;
  font-family: "Noto Sans-serif JP", sans-serif;
  font-size: 1.8rem;
  text-align: center;
}
@media screen and (max-width: 599px) {
  #feature_ p {
    font-size: 2rem;
  }
}
#feature_ p span {
  font-size: 85%;
}
#feature_ .feature_container {
  display: flex;
  gap: 30px;
  justify-content: center;
  margin-top: 10px;
}
@media screen and (max-width: 599px) {
  #feature_ .feature_container {
    flex-direction: column;
    gap: 15px;
  }
}
#feature_ .feature_container img {
  width: 360px;
}
@media screen and (max-width: 599px) {
  #feature_ .feature_container img {
    width: 95%;
    margin: 0 auto;
  }
}
#feature_ .feature_container a {
  border-radius: 20px;
}
#feature_ .feature_container a img {
  border-radius: 20px;
}
.section_title {
  font-size: 2.5rem;
  text-align: center;
  font-weight: 700;
  margin-top: 20px;
  letter-spacing: 0.2em;
  background-color: #8d8d8d;
  padding: 8px;
  margin-bottom: 15px;
}
@media screen and (max-width: 599px) {
  .section_title {
    font-size: 2.3rem;
    line-height: 1.3;
    padding: 12px 0 10px;
  }
}

#category_ {
  margin-bottom: 120px;
}
@media screen and (max-width: 599px) {
  #category_ {
    margin-bottom: 80px;
  }
}
#category_ ul.ctg_container {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  padding: 0 20px;
  justify-content: center;
}
@media screen and (max-width: 599px) {
  #category_ ul.ctg_container {
    display: grid;
    grid-template-columns: repeat(3, calc(33.33333% - 1rem));
    padding: 0;
    gap: 0.8rem;
  }
}
#category_ ul.ctg_container li.ctg_ {
  max-width: 170px;
  background-color: #A4C7E7;
}
#category_ ul.ctg_container li.ctg_ img {
  width: 100%;
  vertical-align: top;
}
#category_ .all_btn {
  width: 400px;
  margin: 0 auto;
  border: solid 1px #434343;
  text-align: center;
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 599px) {
  #category_ .all_btn {
    width: 90vw;
    font-size: 1.4rem;
  }
}
#category_ .all_btn::after {
  content: "";
  display: inline-block;
  background-image: url(/img/usr/feature/other/2324_samantha_sale/arrows.png);
  width: 11px;
  height: 11px;
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 5px;
}
@media screen and (max-width: 599px) {
  #category_ .all_btn::after {
    width: 10px;
    height: 10px;
  }
}
#category_ .all_btn a {
  display: block;
  color: #434343;
  padding: 10px 0;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 599px) {
  #category_ .all_btn a {
    margin-top: 1px;
  }
}

#brand_ ul.brand_list {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: center;
}
@media screen and (max-width: 599px) {
  #brand_ ul.brand_list {
    gap: 25px;
  }
}
#brand_ ul.brand_list li.brand_ {
  max-width: 460px;
}
#brand_ ul.brand_list li.brand_ .brd_logo {
  width: 220px;
  height: 50px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
#brand_ ul.brand_list li.brand_ .brd_logo img {
  width: 100%;
}
@media screen and (max-width: 599px) {
  #brand_ ul.brand_list li.brand_ .brd_logo {
    width: 190px;
  }
}
#brand_ ul.brand_list li.brand_:nth-child(3) .brd_logo {
  margin: -20px auto 0;
  height: 70px;
}
#brand_ ul.brand_list li.brand_:nth-child(3) .brd_logo img {
  margin-top: 10px;
}
@media screen and (max-width: 599px) {
  #brand_ ul.brand_list li.brand_:nth-child(4) .brd_logo {
    width: 180px;
    margin: -20px auto 0;
    height: 67px;
  }
  #brand_ ul.brand_list li.brand_:nth-child(4) .brd_logo img {
    margin-top: 10px;
  }
}
#brand_ ul.brand_list li.brand_:nth-child(5) .brd_logo {
  width: 200px;
  margin: -20px auto 0;
  height: 70px;
}
#brand_ ul.brand_list li.brand_:nth-child(5) .brd_logo img {
  margin-top: 10px;
}
#brand_ ul.brand_list li.brand_ ul.brd_container {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}
@media screen and (max-width: 599px) {
  #brand_ ul.brand_list li.brand_ ul.brd_container {
    gap: 8px;
  }
}
#brand_ ul.brand_list li.brand_ ul.brd_container li.brd_ {
  max-width: 145px;
  background-color: #e9bbb4;
}
@media screen and (max-width: 599px) {
  #brand_ ul.brand_list li.brand_ ul.brd_container li.brd_ {
    max-width: 28.6vw;
  }
}
#brand_ ul.brand_list li.brand_ ul.brd_container li.brd_ img {
  width: 100%;
  vertical-align: top;
}
#brand_ ul.brand_list li.brand_:nth-last-child(1) ul.brd_container li.brd_ {
  background-color: #bad0dc;
}

#footer_ hr {
  height: 1px;
  background-color: #8d8d8d;
  border: none;
  max-width: 1000px;
  margin: 50px auto;
}
@media screen and (min-width: 600px) and (max-width: 999px) {
  #footer_ hr {
    width: 90vw;
  }
}
@media screen and (max-width: 599px) {
  #footer_ hr {
    width: 90vw;
    margin: 30px auto;
  }
}
#footer_ .feature_ {
  border: solid 1px #8d8d8d;
  background-color: var(--background_color);
  padding: 10px 0;
  text-align: center;
  width: 500px;
  margin: 0 auto;
}
@media screen and (max-width: 599px) {
  #footer_ .feature_ {
    width: 90vw;
  }
}
#footer_ .feature_ a {
  display: block;
  color: #393939;
  text-decoration: none;
}
@media screen and (min-width: 600px) and (max-width: 999px) {
  #footer_ .feature_ a {
    font-size: var(--font-size_xs);
  }
}
#footer_ ul.sns_btn_container {
  display: flex;
  justify-content: center;
  gap: 20px;
  padding: 30px 0 70px;
}
#footer_ ul.sns_btn_container li.sns_btn {
  width: 35px;
}
#footer_ ul.sns_btn_container li.sns_btn a {
  text-decoration: none;
}
#footer_ ul.sns_btn_container li.sns_btn a img {
  width: 100%;
  vertical-align: top;
}/*# sourceMappingURL=2324_samantha_sale.css.map */</pre></body></html>