@charset "UTF-8";
/* lp共通スタイル
 ------------------------------------- */
.lp picture {
  display: block;
}
.lp ol {
  list-style: none;
}
.lp img {
  width: 100%;
  vertical-align: bottom;
}
@media screen and (max-width: 750px) {
  .lp .innerwidth {
    max-width: 89.3333333333vw;
    padding: 0;
  }
}

/* kv
 ------------------------------------- */
.kv {
  background-color: #e50f1c;
  background-image: url(../img/pc/bg_kv.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 750px) {
  .kv {
    background-image: url(../img/sp/bg_kv.jpg);
    background-repeat: no-repeat;
    background-size: cover;
  }
}
.kv h2 {
  width: 51.6666666667%;
}
@media screen and (max-width: 750px) {
  .kv h2 {
    width: 71.7333333333vw;
    margin: 0 auto;
    padding: 9.3333333333vw 0 93.6vw;
  }
}

/* about
 ------------------------------------- */
.about {
  background-color: #f5f5f5;
  padding: 80px 0;
}
@media screen and (max-width: 750px) {
  .about {
    padding: 13.3333333333vw 0;
  }
}
.about h3 {
  width: 26.3333333333%;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .about h3 {
    width: 42.1333333333vw;
  }
}
.about p {
  width: 69.75%;
  margin: 35px auto 50px;
}
@media screen and (max-width: 750px) {
  .about p {
    width: 88.6666666667vw;
    margin: 8vw auto 10.6666666667vw;
  }
}
.about ul {
  width: 81.6666666667%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 750px) {
  .about ul {
    width: 64vw;
    display: block;
  }
}
.about ul li {
  width: 30.612244898%;
}
@media screen and (max-width: 750px) {
  .about ul li {
    width: 100%;
  }
}
@media screen and (max-width: 750px) {
  .about ul li:nth-child(n+2) {
    margin-top: 5.3333333333vw;
  }
}

/* step
 ------------------------------------- */
.step {
  background-color: #e50f1c;
  position: relative;
  background-image: url(../img/pc/bg_step_01.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media screen and (max-width: 750px) {
  .step {
    background-image: url(../img/sp/bg_step_01.png), url(../img/sp/bg_step_02.png);
    background-repeat: no-repeat;
    background-size: 28vw, 33.3333333333vw;
    background-position: top 0 left 0, bottom 0 right 0;
  }
}
.step::after {
  position: absolute;
  z-index: 1;
  content: "";
  background-image: url(../img/pc/bg_step_03.png);
  background-repeat: no-repeat;
  background-size: 100% 12px;
  width: 100%;
  height: 12px;
  left: 0;
  right: 0;
  bottom: -11px;
  margin: auto;
}
@media screen and (max-width: 750px) {
  .step::after {
    background-image: url(../img/sp/bg_step_03.png);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 100%;
    height: 2.6666666667vw;
    left: 0;
    right: 0;
    bottom: -2.5333333333vw;
    margin: auto;
  }
}
.step .innerwidth {
  padding: 65px 0 80px;
}
@media screen and (max-width: 1400px) {
  .step .innerwidth {
    padding: 4.6428571429vw 2% 5.7142857143vw;
  }
}
@media screen and (max-width: 750px) {
  .step .innerwidth {
    padding: 13.3333333333vw 0 16.6666666667vw;
  }
}
.step h3 {
  width: 20.25%;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .step h3 {
    width: 32.4vw;
  }
}
.step ol {
  width: 87.3333333333%;
  margin: 45px auto 0;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1400px) {
  .step ol {
    margin: 3.2142857143vw auto 0;
  }
}
@media screen and (max-width: 750px) {
  .step ol {
    width: 64vw;
    margin: 7.4666666667vw auto 0;
    display: block;
  }
}
.step ol li {
  width: 32.4427480916%;
  margin: 0;
}
@media screen and (max-width: 750px) {
  .step ol li {
    width: 100%;
  }
}
.step ol li:nth-child(-n+2) {
  position: relative;
}
@media screen and (max-width: 750px) {
  .step ol li:nth-child(-n+2) {
    margin-bottom: 2.1333333333vw;
  }
}
.step ol li:nth-child(-n+2)::after {
  position: absolute;
  content: "";
  background-image: url(../img/pc/ps_step.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 8.2352941176%;
  height: 20.5555555556%;
  top: 0;
  bottom: 0;
  right: -7.9411764706%;
  margin: auto;
}
@media screen and (max-width: 750px) {
  .step ol li:nth-child(-n+2)::after {
    background-image: url(../img/sp/ps_step.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 12.1333333333vw;
    height: 4.9333333333vw;
    left: 0;
    right: 0;
    top: unset;
    bottom: -4.8vw;
    margin: auto;
  }
}

/* download
 ------------------------------------- */
.download {
  background-color: #fff;
  padding: 80px 0;
}
@media screen and (max-width: 750px) {
  .download {
    padding: 13.3333333333vw 0;
  }
}
.download h3 {
  width: 31.8333333333%;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .download h3 {
    width: 62.2666666667vw;
  }
}
.download ul {
  width: 39.9166666667%;
  margin: 24px auto 33px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 750px) {
  .download ul {
    width: 63.8666666667vw;
    margin: 3.0666666667vw auto 3.7333333333vw;
  }
}
.download ul li a:hover {
  opacity: 0.6;
}
.download ul li:first-child {
  width: 42.1711899791%;
}
@media screen and (max-width: 750px) {
  .download ul li:first-child {
    width: 26.9333333333vw;
  }
}
.download ul li:last-child {
  width: 52.8183716075%;
}
@media screen and (max-width: 750px) {
  .download ul li:last-child {
    width: 33.7333333333vw;
  }
}
.download p {
  font-family: "游ゴシック";
  text-align: center;
  font-size: 1rem;
}

/* playlist
 ------------------------------------- */
.playlist {
  background-color: #e50f1c;
  background-image: url(../img/pc/bg_playlist_01.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 80px 0;
  position: relative;
}
@media screen and (max-width: 1400px) {
  .playlist {
    padding: 5.7142857143vw 0;
  }
}
@media screen and (max-width: 750px) {
  .playlist {
    background-color: #e50f1c;
    background-image: url(../img/sp/bg_playlist_01.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: contain;
    padding: 13.3333333333vw 0;
  }
}
.playlist::after {
  position: absolute;
  z-index: 1;
  content: "";
  background-image: url(../img/pc/bg_playlist_02.png);
  background-repeat: no-repeat;
  background-size: 100% 10px;
  width: 100%;
  height: 10px;
  left: 0;
  right: 0;
  bottom: -9px;
  margin: auto;
}
@media screen and (max-width: 750px) {
  .playlist::after {
    background-image: url(../img/sp/bg_playlist_02.png);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 100%;
    height: 2.6666666667vw;
    left: 0;
    right: 0;
    bottom: -2.5333333333vw;
    margin: auto;
  }
}
.playlist .innerwidth {
  width: 70.2857142857%;
  max-width: 984px;
  background-color: #fff;
  padding: 64px 0;
  border-radius: 30px;
}
@media screen and (max-width: 1400px) {
  .playlist .innerwidth {
    padding: 4.5714285714vw 0;
  }
}
@media screen and (max-width: 750px) {
  .playlist .innerwidth {
    width: 89.3333333333vw;
    padding: 13.8666666667vw 0;
    border-radius: 4vw;
  }
}
.playlist .innerwidth h3 {
  width: 85.3658536585%;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .playlist .innerwidth h3 {
    width: 78.4vw;
  }
}
.playlist .innerwidth .text01 {
  width: 76.2195121951%;
  margin: 46px auto 0;
}
@media screen and (max-width: 1400px) {
  .playlist .innerwidth .text01 {
    margin: 3.2857142857vw auto 0;
  }
}
@media screen and (max-width: 750px) {
  .playlist .innerwidth .text01 {
    width: 76.5333333333vw;
    margin: 7.4666666667vw auto 0;
  }
}
.playlist .innerwidth figure {
  width: 40.6504065041%;
  margin: 64px auto 76px;
}
@media screen and (max-width: 1400px) {
  .playlist .innerwidth figure {
    margin: 4.5714285714vw auto 5.4285714286vw;
  }
}
@media screen and (max-width: 750px) {
  .playlist .innerwidth figure {
    width: 53.3333333333vw;
    margin: 7.4666666667vw auto 11.7333333333vw;
  }
}
.playlist .innerwidth h4 {
  width: 85.3658536585%;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .playlist .innerwidth h4 {
    width: 78.4vw;
  }
}
.playlist .innerwidth .text02 {
  width: 70.9349593496%;
  margin: 46px auto 0;
}
@media screen and (max-width: 1400px) {
  .playlist .innerwidth .text02 {
    margin: 3.2857142857vw auto 0;
  }
}
@media screen and (max-width: 750px) {
  .playlist .innerwidth .text02 {
    width: 70.9333333333vw;
    margin: 7.4666666667vw auto 0;
  }
}

/* contact
 ------------------------------------- */
.contact {
  background-color: #fff;
  font-family: "游ゴシック";
  padding: 80px 0 90px;
}
@media screen and (max-width: 750px) {
  .contact {
    padding: 13.3333333333vw 0;
  }
}
.contact .innerwidth {
  max-width: 750px;
}
@media screen and (max-width: 750px) {
  .contact .innerwidth {
    width: 89.3333333333vw;
    max-width: 330px;
  }
}
.contact h3 {
  font-size: 1.1rem;
}
.contact dl dt {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.035rem;
  font-weight: 700;
  margin: 0.7em 0 0.4em;
}
@media screen and (max-width: 750px) {
  .contact dl dt {
    margin-top: 1.5em;
  }
}
.contact dl dd {
  font-family: "Hiragino Kaku Gothic", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, sans-serifsans-serif;
  font-size: 0.9rem;
}
@media screen and (max-width: 750px) {
  .contact dl dd {
    margin-bottom: 0.5em;
  }
}
.contact dl:first-child {
  margin-right: 3rem;
}
@media screen and (max-width: 750px) {
  .contact dl:first-child {
    margin-right: 0;
  }
}