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

.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: 14px;
  font-weight: normal;
  text-align: justify;
}
.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_wrapper {
  max-width: 1000px;
  margin: 0 auto;
}

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

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

#color_ {
  --sec1: #EDBBC3;
  --sec2: #C7B5CF;
  --sec3: #B6C4D4;
  --sec4: #BFBABE;
  --sec5: #F2F2F2;
  --sec6: #A1C7A6;
  --sec5_: #808080;
}
#color_ .inner_ {
  padding: 30px 0;
}
@media screen and (max-width: 599px) {
  #color_ .inner_ {
    padding: 0 0 30px;
  }
}
#color_ .main_ {
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 600px) and (max-width: 999px) {
  #color_ .main_ {
    width: 90vw;
    margin: 0 auto;
  }
}
@media screen and (max-width: 599px) {
  #color_ .main_ {
    flex-direction: column;
    gap: 10px;
  }
}
#color_ .main_ .main_image {
  max-width: 430px;
}
@media screen and (min-width: 600px) and (max-width: 999px) {
  #color_ .main_ .main_image {
    max-width: 400px;
  }
}
#color_ .main_ .main_image img {
  width: 100%;
}
@media screen and (max-width: 599px) {
  #color_ .main_ .main_text {
    width: 90vw;
  }
}
#color_ .main_ .main_text .color_name {
  font-size: 34px;
  font-weight: 700;
}
@media screen and (min-width: 600px) and (max-width: 999px) {
  #color_ .main_ .main_text .color_name {
    font-size: 30px;
  }
}
@media screen and (max-width: 599px) {
  #color_ .main_ .main_text .color_name {
    text-align: center;
  }
}
#color_ .main_ .main_text .color_text {
  max-width: 370px;
  line-height: 1.7;
  font-feature-settings: "palt";
}
@media screen and (min-width: 600px) and (max-width: 999px) {
  #color_ .main_ .main_text .color_text {
    font-size: 13px;
    line-height: 1.5;
  }
}
#color_ .main_ .main_text .color_text span {
  display: block;
  margin-bottom: 10px;
}
@media screen and (min-width: 600px) and (max-width: 999px) {
  #color_ .main_ .main_text .color_text span {
    margin-bottom: 7px;
  }
}
#color_ .main_ .main_text .color_text span:nth-last-of-type(1) {
  margin-bottom: 0;
}
#color_ .item_ {
  margin: 30px 0 0;
}
@media screen and (max-width: 599px) {
  #color_ .item_ {
    width: 90vw;
    margin: 30px auto 0;
  }
}
#color_ .item_ ul.item_container {
  display: flex;
  gap: 30px;
  justify-content: center;
}
@media screen and (max-width: 599px) {
  #color_ .item_ ul.item_container {
    width: 70vw;
    margin: 0 auto;
    gap: 0;
    padding: 0 5px;
  }
}
#color_ .item_ ul.item_container li.item_list {
  width: 160px;
}
@media screen and (max-width: 599px) {
  #color_ .item_ ul.item_container li.item_list {
    width: 100px;
    padding: 5px;
  }
}
#color_ .item_ ul.item_container li.item_list .item_info .item_name {
  text-align: center;
  font-weight: 700;
  line-height: 1.3;
  margin-top: 8px;
}
#color_ .item_ ul.item_container li.item_list .item_info .item_name .price_ {
  display: inline-block;
  margin-top: 6px;
}
#color_ .item_ ul.item_container li.item_list .check_ {
  margin-top: 10px;
}
@media screen and (max-width: 599px) {
  #color_ .item_ ul.item_container li.item_list .check_ {
    width: 200px;
    margin: 10px auto 0;
  }
}
#color_ .item_ ul.item_container li.item_list img {
  width: 100%;
  vertical-align: top;
}
#color_ #sec1_ {
  background-color: var(--sec1);
}
#color_ #sec1_ .all_btn {
  background-color: #fff;
  max-width: 400px;
  margin: 33px auto 0;
  text-align: center;
}
@media screen and (max-width: 599px) {
  #color_ #sec1_ .all_btn {
    margin: 55px auto 0;
  }
}
#color_ #sec1_ .all_btn a {
  display: flex;
  color: var(--sec1);
  padding: 10px 0 8px;
  font-size: 15px;
  font-weight: 700;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 599px) {
  #color_ #sec1_ .all_btn a {
    padding: 15px 0 12px;
  }
}
#color_ #sec1_ .all_btn a::after {
  content: "▶";
  display: inline-block;
  margin-left: 3px;
  font-size: 12px;
}
@media screen and (max-width: 599px) {
  #color_ #sec1_ .all_btn a::after {
    font-size: 12px;
  }
}
#color_ #sec2_ {
  background-color: var(--sec2);
}
#color_ #sec2_ .all_btn {
  background-color: #fff;
  max-width: 400px;
  margin: 33px auto 0;
  text-align: center;
}
@media screen and (max-width: 599px) {
  #color_ #sec2_ .all_btn {
    margin: 55px auto 0;
  }
}
#color_ #sec2_ .all_btn a {
  display: flex;
  color: var(--sec2);
  padding: 10px 0 8px;
  font-size: 15px;
  font-weight: 700;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 599px) {
  #color_ #sec2_ .all_btn a {
    padding: 15px 0 12px;
  }
}
#color_ #sec2_ .all_btn a::after {
  content: "▶";
  display: inline-block;
  margin-left: 3px;
  font-size: 12px;
}
@media screen and (max-width: 599px) {
  #color_ #sec2_ .all_btn a::after {
    font-size: 12px;
  }
}
#color_ #sec3_ {
  background-color: var(--sec3);
}
#color_ #sec3_ .all_btn {
  background-color: #fff;
  max-width: 400px;
  margin: 33px auto 0;
  text-align: center;
}
@media screen and (max-width: 599px) {
  #color_ #sec3_ .all_btn {
    margin: 55px auto 0;
  }
}
#color_ #sec3_ .all_btn a {
  display: flex;
  color: var(--sec3);
  padding: 10px 0 8px;
  font-size: 15px;
  font-weight: 700;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 599px) {
  #color_ #sec3_ .all_btn a {
    padding: 15px 0 12px;
  }
}
#color_ #sec3_ .all_btn a::after {
  content: "▶";
  display: inline-block;
  margin-left: 3px;
  font-size: 12px;
}
@media screen and (max-width: 599px) {
  #color_ #sec3_ .all_btn a::after {
    font-size: 12px;
  }
}
#color_ #sec4_ {
  background-color: var(--sec4);
}
#color_ #sec4_ .all_btn {
  background-color: #fff;
  max-width: 400px;
  margin: 33px auto 0;
  text-align: center;
}
@media screen and (max-width: 599px) {
  #color_ #sec4_ .all_btn {
    margin: 55px auto 0;
  }
}
#color_ #sec4_ .all_btn a {
  display: flex;
  color: var(--sec4);
  padding: 10px 0 8px;
  font-size: 15px;
  font-weight: 700;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 599px) {
  #color_ #sec4_ .all_btn a {
    padding: 15px 0 12px;
  }
}
#color_ #sec4_ .all_btn a::after {
  content: "▶";
  display: inline-block;
  margin-left: 3px;
  font-size: 12px;
}
@media screen and (max-width: 599px) {
  #color_ #sec4_ .all_btn a::after {
    font-size: 12px;
  }
}
#color_ #sec5_ {
  background-color: var(--sec5);
  color: var(--sec5_);
}
#color_ #sec5_ .all_btn {
  background-color: #fff;
  max-width: 400px;
  margin: 33px auto 0;
  text-align: center;
}
@media screen and (max-width: 599px) {
  #color_ #sec5_ .all_btn {
    margin: 55px auto 0;
  }
}
#color_ #sec5_ .all_btn a {
  display: flex;
  color: var(--sec5);
  padding: 10px 0 8px;
  font-size: 15px;
  font-weight: 700;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 599px) {
  #color_ #sec5_ .all_btn a {
    padding: 15px 0 12px;
  }
}
#color_ #sec5_ .all_btn a::after {
  content: "▶";
  display: inline-block;
  margin-left: 3px;
  font-size: 12px;
}
@media screen and (max-width: 599px) {
  #color_ #sec5_ .all_btn a::after {
    font-size: 12px;
  }
}
#color_ #sec5_ .check_ {
  background-color: var(--sec5_);
  border-radius: 50px;
}
#color_ #sec5_ .all_btn a {
  color: var(--sec5_);
}
#color_ #sec6_ {
  background-color: var(--sec6);
}
#color_ #sec6_ .all_btn {
  background-color: #fff;
  max-width: 400px;
  margin: 33px auto 0;
  text-align: center;
}
@media screen and (max-width: 599px) {
  #color_ #sec6_ .all_btn {
    margin: 55px auto 0;
  }
}
#color_ #sec6_ .all_btn a {
  display: flex;
  color: var(--sec6);
  padding: 10px 0 8px;
  font-size: 15px;
  font-weight: 700;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 599px) {
  #color_ #sec6_ .all_btn a {
    padding: 15px 0 12px;
  }
}
#color_ #sec6_ .all_btn a::after {
  content: "▶";
  display: inline-block;
  margin-left: 3px;
  font-size: 12px;
}
@media screen and (max-width: 599px) {
  #color_ #sec6_ .all_btn a::after {
    font-size: 12px;
  }
}

#footer_ {
  margin-top: 35px;
}
#footer_ .feature_ {
  border: solid 1px var(--primary_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(--primary_color);
  text-decoration: none;
}
#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=template_lp_5.css.map */