<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: #0f0f0f;
  --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;
  }
}
#first_view p {
  width: 90%;
  margin: 40px auto 0;
  font-size: 1.7rem;
  text-align: center;
  line-height: 1.7;
}
@media screen and (max-width: 599px) {
  #first_view p {
    margin: 25px auto 0;
  }
}
#first_view p span {
  display: block;
  font-size: 85%;
  color: #d40303;
  text-decoration: underline;
}
#first_view p span:nth-of-type(1) {
  margin-top: 10px;
}
@media screen and (max-width: 599px) {
  #first_view p span {
    margin-top: 10px;
  }
}

.section_title {
  font-size: 3rem;
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #fff;
  background-color: #8d8d8d;
  padding: 8px;
  margin: 40px 0 20px;
}
@media screen and (max-width: 599px) {
  .section_title {
    font-size: 2.5rem;
    line-height: 1.3;
    padding: 12px 0 10px;
  }
}

#brand_ ul.brand_list {
  display: grid;
  grid-template-columns: repeat(3, calc(33.33333% - 1rem));
  gap: 1.5rem;
  justify-content: center;
  max-width: 660px;
  margin: 0 auto;
}
@media screen and (max-width: 599px) {
  #brand_ ul.brand_list {
    grid-template-columns: repeat(2, calc(50% - 1.5rem));
    gap: 1rem;
  }
}
#brand_ ul.brand_list li.brand_ {
  --btn_color: #373737;
  max-width: 460px;
  background-color: var(--btn_color);
  border: solid 0.6px var(--btn_color);
}
@media screen and (max-width: 599px) {
  #brand_ ul.brand_list li.brand_ {
    border: solid 1px var(--btn_color);
  }
}

#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: 14px;
  }
}
#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=2401all_more10off_campaign.css.map */</pre></body></html>