@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: #ffffff;
  --primary_color: #ffffff;
  --secondary_color: #22203c;
  --background_color: #000000;
}

.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: 15px;
  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);
}
.contents_stj .view_in_ {
  opacity: 0;
  transform: translate(0, 50px);
  -webkit-transform: translate(0, 50px);
}
.contents_stj .view_in_2 {
  opacity: 1;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transition: 1.5s;
}

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

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

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

#attention_ {
  text-align: center;
  margin: 20px 0 60px;
}
@media screen and (max-width: 599px) {
  #attention_ {
    width: 90vw;
    margin: 30px auto;
  }
}
#attention_ .attention_title {
  font-size: 21px;
  font-weight: 700;
  margin-bottom: 6px;
}
#attention_ .attention_title span {
  display: block;
  font-size: 60%;
  color: #ce1212;
}
#attention_ ul.attention_text {
  display: inline-block;
  font-size: 14px;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
@media screen and (max-width: 599px) {
  #attention_ ul.attention_text {
    text-align: justify;
    width: 94%;
    margin: 0 auto;
    font-size: 13.5px;
  }
}
#attention_ ul.attention_text li.attention_ {
  margin-bottom: 7px;
}
@media screen and (max-width: 599px) {
  #attention_ ul.attention_text li.attention_ {
    margin-bottom: 5px;
  }
}
#attention_ ul.attention_text li.attention_ a {
  color: #0ca3e6;
  text-decoration: underline;
}

.section_title {
  font-size: 26px;
  text-align: center;
  font-weight: 700;
  margin-bottom: 20px;
  letter-spacing: 0.2em;
  --neon-text-color: #d43daf;
  text-shadow: -0.2px -0.2px 1px #fff, 0.2px 0.2px 1px #fff, 0px 0px 4px var(--neon-text-color), 0px 0px 4px var(--neon-text-color), 0px 0px 4px var(--neon-text-color), 0px 0px 4px var(--neon-text-color);
}
@media screen and (max-width: 599px) {
  .section_title {
    font-size: 21px;
  }
}

#category_ {
  margin: 30px 0 80px;
}
@media screen and (max-width: 599px) {
  #category_ {
    margin-bottom: 80px;
  }
}
#category_ ul.ctg_container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  padding: 0 20px;
  justify-content: center;
}
@media screen and (max-width: 599px) {
  #category_ ul.ctg_container {
    gap: 2vw;
    padding: 0;
  }
}
#category_ ul.ctg_container li.ctg_ {
  max-width: 170px;
  border: solid 1px #fff;
  --neon-li-color: #6ec8e0;
  box-shadow: 0 0 1px #fff, inset 0 0 1px #fff, 0 0 4px var(--neon-li-color), inset 0 0 4px var(--neon-li-color), 0 0 10px var(--neon-li-color), inset 0 0 10px var(--neon-li-color);
}
@media screen and (max-width: 599px) {
  #category_ ul.ctg_container li.ctg_ {
    max-width: 29vw;
  }
}
#category_ ul.ctg_container li.ctg_ img {
  width: 100%;
  vertical-align: top;
}
#category_ .all_btn {
  width: 400px;
  margin: 0 auto;
  border: solid 1px #fff;
  border-radius: 50px;
  text-align: center;
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  --neon-color: #ffee00;
  box-shadow: 0 0 1px #fff, inset 0 0 1px #fff, 0 0 2px var(--neon-color), inset 0 0 2px var(--neon-color), 0 0 7px var(--neon-color), inset 0 0 7px var(--neon-color);
}
@media screen and (max-width: 599px) {
  #category_ .all_btn {
    width: 90vw;
    font-size: 14px;
  }
}
#category_ .all_btn a {
  display: block;
  color: #fff;
  padding: 10px 0;
  margin-top: 2px;
  text-shadow: -0.2px -0.2px 1px #fff, 0.2px 0.2px 1px #fff, 0 0 1px var(--neon-color), 0 0 1px var(--neon-color), 0 0 1px var(--neon-color), 0 0 1px var(--neon-color);
}
@media screen and (max-width: 599px) {
  #category_ .all_btn a {
    margin-top: 1px;
  }
}

#brand_ ul.brand_list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  width: 580px;
  margin: 0 auto;
}
@media screen and (max-width: 599px) {
  #brand_ ul.brand_list {
    gap: 15px;
    width: calc(86vw + 15px);
  }
}
#brand_ ul.brand_list li.brand_ {
  background-color: #fff;
  border: solid 1px #fff;
  max-width: 180px;
  --neon-li-color: #6ec8e0;
  box-shadow: 0 0 1px #fff, inset 0 0 1px #fff, 0 0 4px var(--neon-li-color), inset 0 0 4px var(--neon-li-color), 0 0 10px var(--neon-li-color), inset 0 0 10px var(--neon-li-color);
}
@media screen and (max-width: 599px) {
  #brand_ ul.brand_list li.brand_ {
    max-width: 43vw;
  }
}

#footer_ hr {
  height: 2px;
  background-color: var(--default-color);
  border: none;
  color: var(--default-color);
  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 var(--default-color);
  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: var(--default-color);
  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=23all_blackfriday.css.map */

.title_ {
  max-width: 100%;
  margin: 0 auto;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  background-color: #c3878c;
  color: var(--primary_color);
  padding: 20px 0 18px;
}

section.price_ {
  margin-bottom: 60px;
}

section.price_ ul.pri_btn_container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  width: 620px;
  margin: 20px auto 0;
}

@media screen and (max-width: 599px) {
  section.price_ ul.pri_btn_container {
    width: 100%;
    gap: 15px;
  }
}
section.price_ ul.pri_btn_container li.pri_btn_ {
  border-radius: 50px;
  border: solid 1px #907960;
  width: 300px;
  margin: 0 auto;
}

@media screen and (max-width: 599px) {
  section.price_ ul.pri_btn_container li.pri_btn_ {
    width: 80%;
  }
}
section.price_ ul.pri_btn_container li.pri_btn_ a {
  display: block;
  font-size: 15px;
  text-align: center;
  text-decoration: none;
  color: #907960;
  padding: 10px 0 8px;
}/*# sourceMappingURL=24_blackfriday.css.map */