@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500;700&display=swap");
/* 共通
-------------------------------------------- */
.snsList {
  padding-bottom: 1rem;
  margin-bottom: 0;
}

.bold {
  font-weight: 700;
}

.stars2512 {
  font-family: "Noto Sans JP", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Verdana", sans-serif;
  font-weight: 500;
  line-height: 1.4;
  color: #192350;
}
.stars2512 a {
  color: #f60000;
  text-decoration: none;
  font-weight: 700 !important;
}
.stars2512 ul.caut {
  text-align: left;
  list-style-type: none;
}
.stars2512 ul.caut li {
  padding-left: 1em;
  text-indent: -1em;
  padding-bottom: .1em;
}
.stars2512 ul.caut li strong {
  color: #f60000 !important;
}
.stars2512 ul.caut li.red {
  color: #f60000;
}
.stars2512 ul.caut_last {
  color: #fff;
}

/* PC
-------------------------------------------- */
@media screen and (min-width: 751px), print {
  .sp {
    display: none;
  }

  #wrapper {
    min-width: inherit;
  }

  #bg_wrapper #wrapper2 {
    max-width: none;
  }

  nav.submenu.open {
    left: calc(50% - 500px) !important;
  }
}
@media screen and (min-width: 751px) and (max-width: 1000px) {
  nav.submenu.open {
    left: 0 !important;
  }
}
@media screen and (min-width: 751px), print {
  #maga_head_wrap {
    max-width: inherit;
    width: 100%;
    background: #fff;
    position: relative;
    z-index: 90;
  }
}
@media screen and (min-width: 751px), print {
  #maga_header {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 751px), print {
  #footer_sec-03 .innerBlock {
    max-width: 1000px;
    width: 100%;
  }
}
@media screen and (min-width: 751px), print {
  #footer_sec-03 .innerBlock > ul.list01 > li {
    max-width: 201px;
    height: 460px;
    width: 20%;
  }
}
@media screen and (min-width: 751px), print {
  #footer_sec-03 .innerBlock > ul.list01 > li:first-child {
    max-width: 190px;
    width: 20%;
  }
}
@media screen and (min-width: 751px), print {
  #footer_sec-03 .innerBlock > ul.list01 > li > ul {
    margin: 0 10px 0 20px;
  }
}
@media screen and (min-width: 751px), print {
  #bg_wrapper {
    background: url("../img/stars2512_bg_grad.png") no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
  }

  .stars2512 {
    background: url("../img/stars2512_bg_star.png") no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
    font-size: 16px;
    margin: 0 auto;
    position: relative;
  }
  .stars2512_contents {
    max-width: 960px;
    width: 100%;
    margin: 50px auto;
    padding: 40px 0;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 0 30px #fff, 0 0 30px #fff, 0 0 30px #fff;
  }
  .stars2512_yokoku {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 50px;
    background: #ff0000;
    line-height: 0;
  }
  .stars2512_yokoku img {
    width: 70.5px;
  }
  .stars2512_unit {
    max-width: 741px;
    width: 90%;
    margin: 0 auto;
    line-height: 0;
  }
  .stars2512_pre {
    max-width: 734px;
    width: 90%;
    margin: 36px auto 0;
    line-height: 0;
  }
  .stars2512_nav {
    max-width: 763px;
    width: 90%;
    margin: 80px auto 0;
    line-height: 0;
  }
}
/* SP
-------------------------------------------- */
@media screen and (max-width: 750px) {
  .pc {
    display: none;
  }

  .snsList ul {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .snsList ul li,
  .snsList ul a,
  .snsList ul img {
    display: block;
    width: 70px;
    height: 40px;
    font-size: 1em;
    line-height: 0;
    vertical-align: bottom;
  }

  #bg_wrapper {
    background: url("../img/stars2512_bg_grad.png") no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
  }

  .stars2512 {
    background: url("../img/stars2512_bg_star.png") no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
    font-size: 3.2vw;
    margin: 0 auto;
    position: relative;
  }
  .stars2512_contents {
    max-width: 94.6666666667vw;
    width: 100%;
    margin: 6.6666666667vw auto;
    padding: 5.3333333333vw 0;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 0 4vw #fff, 0 0 4vw #fff, 0 0 4vw #fff;
  }
  .stars2512_yokoku {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 6.6666666667vw;
    background: #ff0000;
    line-height: 0;
  }
  .stars2512_yokoku img {
    width: 10vw;
  }
  .stars2512_unit {
    width: 89.7333333333vw;
    margin: 0 auto;
    line-height: 0;
  }
  .stars2512_pre {
    width: 87.3333333333vw;
    margin: 4.8vw auto 0;
    line-height: 0;
  }
  .stars2512_nav {
    width: 93.6vw;
    margin: 10.6666666667vw auto 0;
    line-height: 0;
  }
}
