@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&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;
  }
}

#attention_ {
    text-align: center;
    margin: 40px 0;
}
#attention_ .attention_title {
    font-size: 2.1rem;
    font-weight: 700;
    margin-bottom: 6px;
    color: #000;
}
#attention_ .attention_title span {
    display: block;
    font-size: 60%;
    color: #ce1212;
}
#attention_ ul.attention_text {
    display: inline-block;
    text-align: left;
    font-size: 14px;
    font-feature-settings: "palt";
    max-width: 600px;
    letter-spacing: 0.05em;
}
#attention_ ul.attention_text li.attention_ {
    margin-bottom: 3px;
    color: #000;
}
#attention_ ul.attention_text li.attention_ a {
    color: #b20f25;
    text-decoration: underline;
}
@media screen and (max-width: 599px) {
    #attention_ {
        width: 90vw;
        margin: 30px auto;
    }
    #attention_ ul.attention_text li.attention_ {
        margin-bottom: 5px;
    }
}

#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;
  margin-left: 15px;
  margin-right: 15px;
}
@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: 30px;
}
#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;
    width: 84%;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    margin: 0 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{
        grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
    }
    #category_ ul.ctg_container li.ctg_ {
        width: 100%!important;
    }
}
#category_ ul.ctg_container li.ctg_ {
  /* background-color: #F59893; */
  width: 100%;
}
#category_ ul.ctg_container li.ctg_ a span {
    text-align: center;
    padding-top: 6px;
    display: block;
}
@media screen and (max-width: 599px) {
    #category_ ul.ctg_container li.ctg_ a span {
        font-size: 12px;
    }
}
#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_ {
    padding-bottom: 42px;
}
#price_ .price_container {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    grid-auto-rows: 64px;
    gap: 20px;
    width: 84%;
    margin: 0 auto;
}
@media screen and (max-width: 599px) {
  #price_ .price_container {
    flex-direction: column;
    gap: 15px;
  }
  #price_ .price_container a {
    background-color: #FE8E3A;
    border-radius: 10px;
  }
}
#price_ .price_container a {
    border-radius: 9999px;
    background-color: #CF5B07;
    text-align: center;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
}
#price_ .price_container img {
  width: 260px;
  margin: 0 auto;
  border-radius: 9999px;
}
@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 */