@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: #444;
  --primary_color: #ffffff;
  --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: 15px;
  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_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: 100vw;
    margin: 0 auto;
  }
}
#main_contents .inner_ {
  padding: 30px 0;
}

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

#sec1 .sec_background {
  background: linear-gradient(180deg, rgb(237, 190, 205) 400px, rgba(237, 190, 205, 0.3));
}
@media screen and (max-width: 599px) {
  #sec1 .sec_background {
    background: linear-gradient(180deg, rgb(237, 190, 205) 1200px, rgba(237, 190, 205, 0.3));
  }
}
#sec1 .sec1_2 {
  width: 300px;
  margin: 20px auto 0;
}
#sec1 .sec1_2 img {
  width: 100%;
}
#sec1 .sec1_3 {
  width: 390px;
  margin: 20px auto 0;
}
#sec1 .sec1_3 img {
  width: 100%;
  vertical-align: top;
}
@media screen and (max-width: 599px) {
  #sec1 .sec1_3 {
    width: 90vw;
  }
}

#sec2 .sec_background {
  background: linear-gradient(180deg, rgb(199, 209, 237) 800px, rgba(199, 209, 237, 0.3));
}
@media screen and (max-width: 599px) {
  #sec2 .sec_background {
    background: linear-gradient(180deg, rgb(199, 209, 237) 1300px, rgba(199, 209, 237, 0.3));
  }
}
#sec2 .sec2_2 {
  width: 300px;
  margin: 20px auto 0;
}
#sec2 .sec2_2 img {
  width: 100%;
}
#sec2 .sec2_3 {
  padding: 30px 0;
}
#sec2 .sec2_3 .sec2_btn_container {
  display: flex;
  justify-content: center;
  gap: 30px;
}
@media screen and (max-width: 599px) {
  #sec2 .sec2_3 .sec2_btn_container {
    flex-wrap: wrap;
    gap: 15px;
  }
}
#sec2 .sec2_3 .sec2_btn_container .sec2_btn {
  width: 190px;
}
@media screen and (max-width: 599px) {
  #sec2 .sec2_3 .sec2_btn_container .sec2_btn {
    width: 170px;
  }
}
#sec2 .sec2_all {
  width: 300px;
  margin: 0 auto;
  background-color: #ACBAE0;
  text-align: center;
}
#sec2 .sec2_all a {
  display: block;
  color: #fff;
  padding: 10px 0;
  font-weight: 700;
}
#sec2 .sec2_all a::after {
  content: "";
  display: inline-block;
  background-image: url(/img/usr/feature/st/2306st_followers/arrows.png);
  width: 11px;
  height: 11px;
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 3px;
}
@media screen and (max-width: 599px) {
  #sec2 .sec2_all a::after {
    width: 12px;
    height: 12px;
  }
}

#sec3 .sec_background {
  background: linear-gradient(180deg, rgb(51, 51, 51) 200px, rgba(51, 51, 51, 0.3));
}
#sec3 .sec3_all {
  width: 300px;
  margin: 30px auto 0;
  background-color: #333;
  text-align: center;
}
#sec3 .sec3_all a {
  display: block;
  color: #fff;
  padding: 10px 0;
  font-weight: 700;
}
#sec3 .sec3_all a::after {
  content: "";
  display: inline-block;
  background-image: url(/img/usr/feature/st/2306st_followers/arrows.png);
  width: 11px;
  height: 11px;
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 3px;
}
@media screen and (max-width: 599px) {
  #sec3 .sec3_all a::after {
    width: 12px;
    height: 12px;
  }
}

#sec4 .sec_background {
  background: linear-gradient(180deg, rgb(177, 219, 182) 400px, rgba(177, 219, 182, 0.3));
}
@media screen and (max-width: 599px) {
  #sec4 .sec_background {
    background: linear-gradient(180deg, rgb(177, 219, 182) 1000px, rgba(177, 219, 182, 0.3));
  }
}

#sec5 .sec_background {
  background: linear-gradient(180deg, rgb(177, 207, 219) 70px, rgba(177, 207, 219, 0.3));
}
@media screen and (max-width: 599px) {
  #sec5 .sec_background {
    background: linear-gradient(180deg, rgb(177, 207, 219) 100px, rgba(177, 207, 219, 0.3));
  }
}
#sec5 .sec5_all {
  width: 300px;
  margin: 30px auto 0;
  background-color: #B1CFDB;
  text-align: center;
}
#sec5 .sec5_all a {
  display: block;
  color: #fff;
  padding: 10px 0;
  font-weight: 700;
}
#sec5 .sec5_all a::after {
  content: "";
  display: inline-block;
  background-image: url(/img/usr/feature/st/2306st_followers/arrows.png);
  width: 11px;
  height: 11px;
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 3px;
}
@media screen and (max-width: 599px) {
  #sec5 .sec5_all a::after {
    width: 12px;
    height: 12px;
  }
}

#sec6 .sec_background {
  background: linear-gradient(180deg, rgb(237, 216, 161) 100px, rgba(237, 216, 161, 0.3));
}
#sec6 .sec6_1 {
  color: #fff;
  font-size: 17px;
  text-align: center;
  font-weight: 600px;
}
#sec6 .sec6_btn_container {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 30px;
}
@media screen and (max-width: 599px) {
  #sec6 .sec6_btn_container {
    flex-direction: column;
  }
}
#sec6 .sec6_btn_container .sec6_btn {
  width: 180px;
}
@media screen and (max-width: 599px) {
  #sec6 .sec6_btn_container .sec6_btn {
    width: 80vw;
    margin: 0 auto;
  }
}
#sec6 .sec6_btn_container .sec6_btn img {
  width: 100%;
  vertical-align: top;
  filter: drop-shadow(2px 2px 0px #DBBA86);
}

#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=2306st_followers.css.map */