@charset "UTF-8";

.sprint #main {
  padding-bottom: 0;
}

#main:before {
  background: none;
}

h1, h2, h3, h4, h5 {
  font-style: italic;
  font-weight: bold;
}

h4 {
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 1;
  
}

h4 span {
  padding-left: 20px;
}

.pc {
  display: block;
}
.sp {
  display: none;
}

.split {
  font-feature-settings: "palt";
}

.sprint .pl60 {
  padding-left: 60px;
}
.sprint .mb40 {
  margin-bottom: 40px;
}

.sprint p.point {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  color: #2e008b;
}

@media (max-width: 48em) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block;
  }
  .sprint .pl60 {
    padding-left: 0;
  }
}

.sprint .btn-base {
  padding: 15px 0;
  font-weight: normal;
  width: 265px;
  padding-right: 35px;
}
.sprint .btn-base:before {
  right: 10px;
  margin-top: -6px;
}
@media (max-width: 48em) {
  .sprint .btn-base {
    width: 100%;
    padding-right: 0;
  }
}

.sprint .sprint-mv {
  display: flex;
  align-items: center;
  margin-top: 130px;
  position: relative;
}

.sprint .sprint-mv .mv-left {
  /* width: 55%; */
}
.sprint .sprint-mv .mv-left {
  width: 100%;
}
.sprint .sprint-mv .mv-right {
  width: 45%;
  color: #fff;
  margin-left: 55px;
}
.sprint .sprint-mv .mv-right h1 {
  font-size: 55px;
  font-size: 5.5rem;
  font-style: italic;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 50px;
}
.sprint .sprint-mv .mv-right p {
  width:77%;
}

@media (min-width: 49em) {
  .sprint .sprint-mv .mv-left {
    width: 86%;
  }
}

@media (max-width: 48em) {
  .sprint .sprint-mv {
    flex-direction: column;
    margin-top: 0;
  }
  .sprint .sprint-mv .mv-left img {
    width: 100%;
  }
  .sprint .sprint-mv .mv-right {
    width: 100%;
    margin-left: 0;
    padding: 0 20px;
    background: #2E008B;
    padding-bottom: 65px;
    position: relative;
  }
  .sprint .sprint-mv .mv-right h1 {
    margin: 20px 0;
  }
  .sprint .sprint-mv .mv-right p {
    width: 100%;
  }
  .sprint .sprint-mv .sprint-text {
    position: absolute;
    bottom: -25px;
    right: 5px;
    width: 70%;
  }
}
@media (max-width: 28.1875em) {
  .sprint .sprint-mv .mv-right {
    padding-bottom: 0;
  }
  .sprint .sprint-mv .sprint-text {
    position: relative;
    bottom: 0;
  }
}

.sprint .bg-band {
  position: absolute;
  top: 0;
  left: 0;
  width: 99vw;
  /* height: 192vw; */
  height: 150%;
  /* overflow: hidden; */
  z-index: -1;
}
.sprint .bg-band.green {
  /* top: 47%; */
  top: 0;
}
.sprint .bg-band.green .band-body {
  background-color: #CDDC39;
  /* top: 0vw; */
  /* top: 10vw; */
  /* top: 3%; */
  top: 70px;
  /* left: 360px; */
  left: 25.5%;
  /* left: 185px; */
  -webkit-transform: rotate(37deg) skewX(-16deg);
  transform: rotate(37deg) skewX(-16deg);
  min-height: 600px;
  /* height: 48vw; */
  height: 18.5%;
  /* overflow: hidden; */
  width: 150%;
}
.sprint .bg-band.green2 {
  display: none;
}

@media (min-width: 48.0625em) {
  .sprint .bg-band {
    min-width: 1280px;
    height: 266.66667vw;
  }
}

@media (max-width: 48em) {
  .sprint .bg-band {
    height: 2000px;
    width: 100vw
  }
  .sprint .bg-band.green {
    height: 101%;
    width: 165vw
  }
  .sprint .bg-band.green .band-body {
    height: 2050px;
    width: 300%;
  }
}

.sprint .bg-band .band-body {
  position: absolute;
  top: -300px;
  left: 0;
  width: 155%;
  height: 740px;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  background: #2e008b;
  -webkit-transform: rotate(37deg) skewX(-16deg);
  transform: rotate(37deg) skewX(-16deg);
  z-index: -1;

}

@media (min-width: 28.1875em) {
  .sprint .bg-band .band-body {
    /* height: 630px; */
  }
}

@media (min-width: 48.0625em) {
  .sprint .bg-band .band-body {
    top: -55vw;
    /* top: -648px; */
    /* left: 15px; */
    /* left: 20%; */
    left: 9%;
    /* width: 165%; */
    width: 140%;
    height: 60vw;
    min-height: 769px;
  }
}
@media (max-width: 1280px) and (min-width: 48.0625em) {
  .sprint .bg-band.base .band-body {
    top: -700px;
    /* left: 100px; */
  }
  .sprint .bg-band.green .band-body {
    left: 195px;
    height: 810px;
    width: 200%;
  }
}
@media (max-width: 85em) {
  .sprint .sprint-mv .mv-right h1 {
    font-size: 42px;
    font-size: 4.2rem;
  }
}
@media (max-width: 48em) {
  .sprint .sprint-mv .mv-right h1 {
    font-size: 28px;
    font-size: 2.8rem;
  }
}
@media (max-width: 28.1875em) {
  .sprint .sprint-mv .mv-right p {
    padding-bottom: 10px;
  }
}
@media (max-width: 95em) {
  .sprint .bg-band.green .band-body {
    /* top: 0; */
    /* left: 24%; */
    /* height: 23%; */
  }

}
@media (max-width: 83em) {
  .sprint .bg-band.green .band-body {
    /* top: -2%; */
    /* height: 25%; */
  }

}
@media (max-width: 73em) {
  .sprint .bg-band .band-body {
    /* left: 15%; */
    /* top: -53vw; */
    /* width: 135%; */
    /* height: 68vw; */
  }
  .sprint .bg-band.green .band-body {
    /* height: 30%; */
    /* top: -2%; */
  }
  .sprint .bg-band.green2 .band-body {
    /* top: -65vw; */
  }
}
@media (max-width: 66em) {
  .sprint .bg-band .band-body {
    /* left: 20%; */
    /* width: 125%; */
    /* height: 76vw; */
  }
  .sprint .bg-band.green .band-body {
    /* height: 35%; */
    /* top: -2%; */
  }

}
@media (max-width: 59em) {
  .sprint .bg-band .band-body {
    /* left: 30%;
    width: 115%; */
  }
  .sprint .bg-band.green .band-body {
    /* height: 35%; */
    /* top: -2%; */
  }
}

@media (max-width: 48em) {
  .sprint .bg-band.base .band-body {
    top: 14%;
    /* left: 69%; */
    /* left: 51%; */
    left: 65%;
    height: 820px;
    width: 104%;
    -webkit-transform: rotate(37deg) skewX(-16deg);
    transform: rotate(37deg skewX(-16deg));

    display: none;
  }
  .sprint .bg-band.green .band-body {
    top: 3%;
    left: 40%;
    height: 63%;
  }
  .sprint .bg-band.green2 {
    display: block;
    top: 55%;
  }
  .sprint .bg-band.green2 .band-body {
    background-color: #CDDC39;
    left: 156%;
    width: 207%;
    height: 92%;
    top: -17%;
  }
}
@media (max-width: 28.1875em) {
  .sprint .bg-band.base .band-body {
    display: block;
    /* height: 428px; */
    /* height: 22%; */
    height: 25%;
    width: 110%;
    left: 62%;
  }
  .sprint .bg-band .band-body {
    display: block;
    top: 126px;
    height: 610px;
    width: 124%;
    left: 99%
  }
  .sprint .bg-band.green {
    /* top: 37.5%; */
  }
  .sprint .bg-band.green .band-body {
    top: 3%;
    left: 40%;
    height: 80%;
  }
  .sprint .bg-band.green2 {
    top: 60%;
  }
  .sprint .bg-band.green2 .band-body {
    background-color: #CDDC39;
    left: 99%;
    width: 384%;
    height: 84%;
    top: -36%;
  }
}

.sprint-text {
  margin-left: auto;
  padding-right: 10px;
  
}

.sprint .about-block .sec-inner {
  width: 100%;
}
.sprint .about-block .about-body {
  padding-top: 80px;
}
.sprint .about-block .about-body .about-contents {
  width: 540px;
  position: relative;
  margin-left: auto;
}
.sprint .about-block .about-body .about-contents p.point {
  padding-bottom: 10px;
  margin-top: 0;
}

@media (min-width: 48.0625em) {
  .sprint .about-block .about-body .about-photo {
    width: 50%;
  }
  .sprint .about-block .about-body:nth-child(even) .about-photo {
    order: 2;
  }
  .sprint .about-block .about-body {
    display: flex;
    justify-content: center;
    /* align-items: center; */
    /* margin-top: 80px; */
    /* margin-top: 50px; */
    /* width: 50%; */
  }
  .sprint .about-block .about-body:nth-child(even) .about-contents {
    order: 1;
  }
}


.sprint .about-block .about-body .about-contents-inner {
  padding: 30px 20px 40px;
}
.sprint .about-block .about-body .about-contents-inner:last-child {
  padding-top: 40px;
}
.sprint .about-block .about-body .about-contents h4 {
    margin-bottom: 25px;
    font-feature-settings: "palt";
}
.sprint .about-block .about-body .about-contents h4 br {
  display: none;
}
.sprint .about-block .about-body .about-contents h4 span {
  padding-left: 10px;
}
.sprint .about-block .about-body .about-contents .voice {
  display: flex;
  justify-content: space-between;
}
.sprint .about-block .about-body .about-contents .voice .voice-text {
  width: 72%;
}
.sprint .about-block .about-body .about-contents .voice .voice-text span img {
  width: 163px;
}
.sprint .about-block .about-body .about-contents .voice .voice-photo img {
  width: 95%;
  margin-left: auto;
  display: block;
}

/* @media (max-width: 28.1875em) { */
@media (max-width: 48em) {
  .sprint .about-block .about-body {
    padding-top: 65px;
  }
  .sprint .about-block .about-body .about-contents-inner {
    padding: 0;
  }
  .sprint .about-block .about-body .about-contents-inner:last-child {
    padding-top: 0;
  }
  .sprint .about-block .about-body .about-contents {
    width: 100%;
  }
  .sprint .about-block .about-body .about-contents h4 {
    text-align: center;
    margin-bottom: 0;
    font-size: 22px;
    font-size: 2.2rem;
  }
  .sprint .about-block .about-body .about-contents h4 img {
    margin-top: 5px;
    margin-bottom: 15px;
  }
  .sprint .about-block .about-body .about-contents h4 br {
    display: block;
  }
  .sprint .about-block .about-body .about-contents .voice {
    flex-direction: column;
    margin-bottom: 60px;
  }
  .sprint .about-block .about-body .about-contents .voice .voice-text {
    width: 100%;
  }
  .sprint .about-block .about-body .about-contents p {
    padding-bottom: 50px;
  }
  .sprint .about-block .about-body .about-contents p.point {
    padding-bottom: 20px;
  }
  .sprint .about-block .about-body .about-contents .voice-text img.photo {
    margin: 0 auto;
    margin-bottom: 25px;
  }
  .sprint .about-block .about-body .about-contents .voice .voice-text span {
    padding-left: 0;
  }
  .sprint .about-block .about-body .about-contents .voice .voice-text span img {
    width: 130px;
    margin-top: 8px;
  }
}
@media (max-width: 28.1875em) { 
  .sprint .about-block .about-body {
    padding-top: 110px;
  }
}

@media (min-width: 48.0625em) {
  .sprint .about-block .about-body .about-contents-inner {
    width: 500px;
  }
}

h3.m-name span {
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 1.4;
  font-style: italic;
  font-weight: bold;
}

@media (min-width: 48.0625em) {
  h3.m-name span {
    font-size: 38px;
    font-size: 3.8rem;
  }
}

@media (max-width: 28.1875em) {
  h3.m-name span {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

.sprint .player-block {
  position: relative;
}

.sprint .player-block .m-name {
  text-align: center;
}

.sprint .about-block {
  padding-bottom: 120px;
}

.sprint .about-block .about-body .about-contents .m-name img {
  display: inline-block;
  height: 20px;
  width: auto;
}

.sprint .about-block .about-body .about-contents p {
  margin-top: 20px;
  font-feature-settings: "palt";
}

@media (min-width: 48.0625em) {
  .sprint .about-block .about-body .about-photo {
    width: 50%;
    margin-top: 140px;
    /* padding-top: 100px; */
  }
  .sprint .about-block .about-body:nth-child(even) .about-photo {
    order: 2;
  }
}
@media (max-width: 48em) {
  .sprint .player-block .m-name {
    text-align: left;
  }
  .sprint .about-block {
    padding-bottom: 60px;
  }
}
@media (max-width: 28.1875em) {
  .sprint .about-block {
    padding-bottom: 50px;
  }
}

.sprint .player-block h3 {
  padding-bottom: 40px;
}

.sprint .player-block .player-contents {
  display: flex;
  align-items: center;
}
.sprint .player-block .player-contents .player-profile {
  width: 498px;
}
.sprint .player-block .player-contents .player-profile h4 {
  padding-bottom: 30px;
}
.sprint .player-block .player-contents .player-profile table {
  margin-bottom: 20px;
}
.sprint .player-block .player-contents .player-profile table tr {
  line-height: 1;
  margin: 5px 0;
  font-feature-settings: "palt";
}
.sprint .player-block .player-contents .player-profile table tr td {
  display: inline-block;
  margin: 5px;
}
.sprint .player-block .player-contents .player-profile table tr td:first-child {
  width: 80px;
}
.sprint .player-block .player-contents .player-profile table tr td:last-child {
  border-left: 1px solid #333;
  padding-left: 10px;
}
.sprint .player-block .player-contents .player-profile p {
  padding-bottom: 20px;
}
.sprint .player-block .player-contents p.point {
  padding-bottom: 0;
}

.sprint .player-block .player-contents .player-profile .btn-base {
  display: block;
  margin-right: 0;
}
.sprint .player-block .btn-base.other {
  margin: 80px auto 120px;
  display: block;
}

.sprint .player-block .player-contents .player-photo {
  width: 50%;
}
.sprint .player-block .player-contents .player-photo img {
  display: block;
  margin: 0 auto;
}

.sprint .player-block .player-charm {
  display: flex;
  justify-content: space-around;
  padding: 50px;
  /* box-shadow: 0px 0px 10px 0px #303030; */
  box-shadow: 0px 0px 10px 0px rgba(48, 48, 48, 0.6);
  background-color: #fff;
}
.sprint .player-block .player-charm .charm-text h5 {
  font-size: 24px;
  font-size: 2.4rem;
  color: #2e008b;
}
.sprint .player-block .player-charm .charm-text {
  width: 77%;
}
.sprint .player-block .player-charm .charm-photo {
  margin-left: 40px;
  text-align: center;
}
.sprint .player-block .player-charm .charm-text p.first {
  padding-bottom: 10px;
}
.sprint .player-block .player-charm .charm-photo img {
  border-radius: 200px;
  width: 175px;
  margin-bottom: 20px;
}

@media (max-width: 48em) {
  .sprint .player-block .sec-inner {
    /* padding: 0; */
  }
  .sprint .player-block .bg-green {
    background: #CDDC39;
  }
  .sprint .player-block .player-contents {
    flex-direction: column;
  }
  .sprint .player-block .player-contents.rev {
    flex-direction: column-reverse;
  }

  .sprint .player-block .player-contents .player-photo {
    width: 75%;
  }
  .sprint .player-block .player-contents.rev .player-photo {
    width: 55%;
    padding: 20px 20px 0;
  }
  .sprint .player-block .player-contents .player-border {
    border-top: 1px solid #808736;
    width: 100%;
  }
  .sprint .player-block .player-contents .player-profile {
    /* padding: 25px 20px 0; */
    padding-top: 25px;
  }
  .sprint .player-block .player-contents .player-profile h4 span {
    padding-left: 10px;
  }
  .sprint .player-block .player-contents .player-profile h4 img {
    width: 27%;
  }
  .sprint .player-block .player-contents .player-profile .lh {
    line-height: 1.5;
  }
  .sprint .player-block .player-contents .player-profile .btn-base {
    margin-bottom: 30px;
  }
  .sprint .player-block .player-charm {
    flex-direction: column;
    padding: 30px;
    /* margin: 0 20px; */
  }
  .sprint .player-block .player-charm .charm-text {
    width: 100%;
  }
  .sprint .player-block .btn-base.other {
    margin: 50px auto 90px;
  
  }
}

/* @media (max-width: 28.1875em) { */
  @media (max-width: 48em) {
  
  .sprint .player-block .player-contents .player-profile {
    width: 100%;
  }
  .sprint .player-block .player-contents .player-profile h4 {
    font-size: 22px;
    font-size: 2.2rem;
    padding-bottom: 15px;
  }
  .sprint .player-block .player-contents .player-profile table {
    margin-bottom: 10px;
  }
  .sprint .player-block .player-charm .charm-text h5 {
    font-size: 18px;
    font-size: 1.8rem;
    padding-bottom: 10px;
    line-height: 1.4;
  }
  .sprint .player-block .player-charm .charm-text {
    padding-bottom: 20px;
  }
  .sprint .player-block .player-charm .charm-photo {
    text-align: center;
    margin-left: 0;
  }
  .sprint .player-block .player-charm .charm-photo img {
    width: 50%;
    max-width: 250px;
    margin-bottom: 15px;
  }
}

.sprint .send-message-block {
  text-align: center;
  padding: 110px 0;
  background-color: #E7E7E7;
}
.sprint .send-message-block .msg-lead {
  font-weight: bold;
  font-size: 18px;
  font-size: 1.8rem;
}
.sprint .send-message-block .btn-base {
  width: 480px;
  padding: 20px;
}

@media (max-width: 48em) {
  .sprint .send-message-block {
    padding: 80px 0 110px;
  }
  .sprint .send-message-block .btn-base {
    width: 100%;
  }
}