<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@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;
  font-size: 62.5%;
}

.contents_stj {
  max-width: 100%;
  margin: 0 auto;
  color: var(--default-color);
  font-family: "Avenir", "Helvetica Neue", "Helvetica", "Arial", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "游ゴシック", "Yu Gothic", "ＭＳ Ｐゴシック", sans-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: var(--background_color);
}
@media screen and (min-width: 1000px) {
  .contents_stj .background_ {
    padding: 30px 0;
  }
}

#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_ {
  margin-top: 50px;
}
#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.1em;
  background-color: #8d8d8d;
  padding: 8px 0 6px;
  margin-bottom: 15px;
}
@media screen and (max-width: 599px) {
  .section_title {
    font-size: 2.1rem;
    line-height: 1.3;
    padding: 12px 0 10px;
  }
}

#category_ {
  margin-bottom: 70px;
}
@media screen and (max-width: 599px) {
  #category_ {
    margin-bottom: 50px;
  }
}
#category_ ul.ctg_container {
  /* display: grid;
  grid-template-columns: repeat(4, calc(20% - 2rem)); */
  gap: 1.2rem;
  justify-content: center;
  width: 84%;
  display: flex;
  flex-wrap: wrap;
  margin: auto;
}
/* @media screen and (min-width: 600px) and (max-width: 999px) {
  #category_ ul.ctg_container {
    grid-template-columns: repeat(4, calc(25% - 2rem));
  }
} */
/* @media screen and (max-width: 599px) {
  #category_ ul.ctg_container {
    grid-template-columns: repeat(3, calc(33.33333% - 1rem));
    padding: 0;
    gap: 0.8rem;
  }
} */
@media screen and (max-width: 999px) {
  #category_ ul.ctg_container {
    width: 100%;
    justify-content: left;
  }
}
@media screen and (max-width: 599px) {
  #category_ ul.ctg_container li.ctg_ {
    width: 30%!important;
  }
}
#category_ ul.ctg_container li.ctg_ {
  background-color: #8FCFDB;
  width: 22%;
}
#category_ ul.ctg_container li.ctg_ img {
  width: 100%;
  vertical-align: top;
}
#category_ .all_btn {
  width: 400px;
  margin: 0 auto;
  background-color: #fff;
  border: solid 1px #8d8d8d;
  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: 14px;
  }
}
#category_ .all_btn::after {
  content: "";
  display: inline-block;
  background-image: url(/img/usr/feature/andc/2324_andc_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;
  margin-top: 2px;
}
@media screen and (max-width: 599px) {
  #category_ .all_btn a {
    margin-top: 1px;
  }
}

#price_ .price_container {
  display: flex;
  gap: 30px;
  justify-content: center;
  margin-top: 20px;
}
@media screen and (max-width: 599px) {
  #price_ .price_container {
    flex-direction: column;
    gap: 15px;
  }
  #price_ .price_container a {
    background-color: #9493B2;
    border-radius: 10px;
  }
}
#price_ .price_container img {
  width: 260px;
  margin: 0 auto;
}
@media screen and (max-width: 599px) {
  #price_ .price_container img {
    width: 200px;
  }
}

#happybag_ {
  margin-top: 70px;
}
@media screen and (max-width: 599px) {
  #happybag_ {
    margin-top: 50px;
  }
}
#happybag_ a {
  display: block;
  max-width: 400px;
  margin: 0 auto;
}/*# sourceMappingURL=2324_andc_sale.css.map */</pre></body></html>