@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
.pc_ {
  display: block;
}
@media screen and (min-width: 600px) and (max-width: 999px) {
  .pc_ {
    display: block;
  }
}
@media screen and (max-width: 599px) {
  .pc_ {
    display: none;
  }
}

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

:root {
  --default-color: #fff;
  --primary_color: #06c755;
  --secondary_color: #22203c;
  --background_color: #000;
}

.contents_stj {
  max-width: 100%;
  color: var(--default-color);
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  font-size: 16px;
  font-weight: normal;
  text-align: center;
}
@media screen and (min-width: 600px) and (max-width: 999px) {
  .contents_stj {
    font-size: 14px;
  }
}
@media screen and (max-width: 599px) {
  .contents_stj {
    font-size: 15px;
  }
}
.contents_stj li {
  list-style: none;
}
.contents_stj .background_ {
  background-color: var(--background_color);
}
.contents_stj a:hover {
  opacity: 0.8;
  transition: 0.3s;
}

#contents_wrapper {
  max-width: 1000px;
  margin: 0 auto 40px;
}
@media screen and (min-width: 600px) and (max-width: 999px) {
  #contents_wrapper {
    max-width: 95vw;
  }
}

#first_view h1.title_img {
  padding: 20px 0;
}
@media screen and (max-width: 599px) {
  #first_view h1.title_img {
    padding: 20px 0 0px;
  }
}
#first_view h1.title_img img {
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 1000px) {
  #first_view h1.title_img img {
    width: 1000px;
  }
}

@media screen and (max-width: 599px) {
  #second_view {
    margin-top: 20px;
  }
}
#second_view h2.title_text {
  font-size: 28px;
  text-shadow: -1px 0px 6px rgba(243, 141, 214, 0.6), 0px 1px 6px rgba(243, 141, 214, 0.6), 1px 0px 6px rgba(243, 141, 214, 0.6), 0px -1px 6px rgba(243, 141, 214, 0.6);
}
@media screen and (max-width: 599px) {
  #second_view h2.title_text {
    line-height: 1.5;
  }
}

#attention_ {
  margin-top: 40px;
  text-align: center;
}
@media screen and (max-width: 599px) {
  #attention_ {
    max-width: 90vw;
    margin: 20px auto 0;
  }
}
#attention_ h3.attention_title {
  font-size: 26px;
  display: flex;
  align-items: center; /* 垂直中心 */
  justify-content: center; /* 水平中心 */
}
#attention_ h3.attention_title::before, #attention_ h3.attention_title::after {
  border-top: 1px solid;
  content: "";
  width: 3em; /* 線の長さ */
}
#attention_ h3.attention_title::before {
  margin-right: 1em; /* 文字の右隣 */
}
#attention_ h3.attention_title::after {
  margin-left: 1em; /* 文字の左隣 */
}
#attention_ ul.attention_parent {
  display: inline-block;
  text-align: left;
  margin-top: 10px;
  width: 620px;
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (max-width: 599px) {
  #attention_ ul.attention_parent {
    width: 100%;
  }
}
#attention_ ul.attention_parent li.attention_child {
  font-size: 15px;
  line-height: 1.6;
}
@media screen and (min-width: 600px) and (max-width: 999px) {
  #attention_ ul.attention_parent li.attention_child {
    font-size: 14px;
  }
}
@media screen and (max-width: 599px) {
  #attention_ ul.attention_parent li.attention_child {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 7px;
  }
}

#brd_ {
  margin-top: 40px;
}
@media screen and (max-width: 599px) {
  #brd_ {
    max-width: 90vw;
    margin: 30px auto 0;
  }
}
#brd_ .brd_title {
  padding: 10px;
  font-size: 24px;
  font-weight: 700;
  color: #000;
  background-color: #fff;
  border-radius: 10px;
}
@media screen and (max-width: 599px) {
  #brd_ .brd_title {
    font-size: 22px;
    padding: 8px;
  }
}
#brd_ ul.b_btn_container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 20px;
  justify-content: center;
}
@media screen and (max-width: 599px) {
  #brd_ ul.b_btn_container {
    gap: 10px;
    padding: 0;
  }
}
#brd_ ul.b_btn_container li.b_btn_ {
  max-width: 190px;
  border: solid 1px var(--default-color);
}
@media screen and (max-width: 599px) {
  #brd_ ul.b_btn_container li.b_btn_ {
    max-width: 42vw;
  }
}
#brd_ ul.b_btn_container li.b_btn_ img {
  width: 100%;
  vertical-align: top;
}

#ctg_ {
  margin-top: 40px;
}
@media screen and (max-width: 599px) {
  #ctg_ {
    max-width: 90vw;
    margin: 40px auto 0;
  }
}
#ctg_ .ctg_title {
  padding: 10px;
  font-size: 24px;
  font-weight: 700;
  color: #000;
  background-color: #fff;
  border-radius: 10px;
}
@media screen and (max-width: 599px) {
  #ctg_ .ctg_title {
    gap: 10px;
    padding: 8px;
  }
}
#ctg_ ul.c_btn_container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 20px;
  justify-content: center;
}
@media screen and (max-width: 599px) {
  #ctg_ ul.c_btn_container {
    font-size: 22px;
    gap: 10px;
  }
}
#ctg_ ul.c_btn_container li.c_btn_ {
  border: solid 1px var(--default-color);
  max-width: 170px;
}
@media screen and (max-width: 599px) {
  #ctg_ ul.c_btn_container li.c_btn_ {
    width: 28vw;
  }
}
#ctg_ ul.c_btn_container li.c_btn_ img {
  width: 100%;
  vertical-align: top;
}

#footer_ hr {
  height: 2px;
  background-color: var(--default-color);
  border: none;
  color: var(--default-color);
  max-width: 1000px;
  margin: 30px auto 50px;
}
@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: 10px auto 30px;
  }
}
#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: 16px;
  }
}
#footer_ ul.sns_btn_container {
  display: flex;
  justify-content: center;
  gap: 20px;
  padding: 30px 0 50px;
}
#footer_ ul.sns_btn_container li.sns_btn {
  width: 30px;
}
#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=2304_secretsale_main.css.map */