@charset "utf-8";
/* CSS Document */
.top-view p {
  font-family: 'Noto Sans JP', sans-serif;
  text-align: center;
  color: #fff;
  background-color: #2a2a2a;
  padding-left: 290px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.top-view_pc {
  width: 70%;
  height: auto;
  object-fit: contain;
  padding-left: 290px;
  display: block;
  margin: 0 auto;
}
.top-view_sp {
  display: none;
}
@media(max-width:1040px) {
  .top-view img {
    margin-bottom: 50px;
  }
  .top-view p {
    padding-bottom: 10px;
    font-size: 1.4rem;
  }
  .top-view_pc {
    width: 60%;
  }
}
@media(max-width:768px) {
  .top-view p {
    padding-left: 0;
    padding-top: 60px;
  }
  .top-view_pc {
    padding-left: 0;
    width: 90%;
  }
}
@media(max-width:480px) {
  .top-view_pc {
    display: none;
  }
  .top-view_sp {
    display: block;
    width: 100vw;
  }
  .top-view p {
    padding-left: 0;
  }
}
.online-shop_btn p {
  color: #fff;
  display: inline-block;
  padding: 12px 30px 15px 110px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 600;
}
.online-shop_btn {
  display: block;
  width: 380px;
  background-color: #e60012;
  border-radius: 35px;
  margin: 0 auto;
}
.online-shop_btn img {
  vertical-align: top;
  padding-top: 12px;
}
.section-cv {
  padding-top: 90px;
  padding-left: 290px;
}
.section-cv_text {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 90px;
}
.section-cv_text span {
  border-bottom: 1px solid #808080;
  padding-bottom: 5px;
}
.section-cv_text a {
  color: #808080;
  text-decoration: none;
}
@media(max-width:1040px) {
  .section-cv {
    padding-top: 0;
  }
  .section-cv_text {
    margin-bottom: 40px;
  }
  .online-shop_btn {
    width: 270px;
  }
  .online-shop_btn p {
    padding-left: 70px;
    font-size: 1.4rem;
  }
}
@media(max-width:768px) {
  .section-cv {
    padding-left: 0;
  }
  .section-cv_text {
    font-size: 1.4rem;
    line-height: 2.2rem;
  }
}
.top-lead {
  padding-left: 290px;
}
.top-lead h1 {
  font-size: 2.8rem;
  font-family: 'Noto Sans JP', sans-serif;
  color: #e60012;
  text-align: center;
  margin-bottom: 50px;
  margin-top: 100px;
}
.top-lead h2 {
  font-size: 2.8rem;
  font-family: 'Noto Sans JP', sans-serif;
  color: #e60012;
  text-align: center;
  margin-bottom: 50px;
  margin-top: 100px;
}
.top-lead h3 {
  font-size: 2.8rem;
  font-family: 'Noto Sans JP', sans-serif;
  color: #e60012;
  text-align: center;
  margin-bottom: 50px;
  line-height: 3.8rem;
}
.top-lead video {
  width: 80%;
  height: auto;
  margin: 0 auto 60px;
  display: block;
}
.top-lead_text {
  text-align: left;
  max-width: 720px;
  display: block;
  margin: 0 auto;
}
.top-lead_text1 {
  margin-bottom: 45px;
}
.top-lead_text2 {
  font-size: 2.0rem;
  margin-bottom: 100px;
}
.top-lead_text2 span {
  color: #e60012;
}
h2 {
  font-size: 2.8rem;
  font-family: 'Noto Sans JP', sans-serif;
  color: #e60012;
  text-align: center;
  margin-bottom: 70px;
  line-height: 3.8rem;
}
@media(max-width:768px) {
  h2 {
    font-size: 2.0rem;
    margin-bottom: 30px;
    line-height: 3.0rem;
  }
}
.top-lead ul li {
  font-size: 2.4rem;
  font-family: 'Noto Sans JP', sans-serif;
  display: inline-block;
  border-bottom: solid 7px #f8b2a2;
  margin: 0 37px 30px;
  font-weight: 600;
}
.top-lead ul {
  display: block;
  text-align: center;
}
.top-lead img {
  width: 340px;
  height: auto;
  padding-left: 25px;
}
.top-lead_main {
  display: flex;
  justify-content: center;
  margin-bottom: 35px;
}
.top-lead_text3 {
  margin-bottom: 30px;
}
.top-lead_text4 {
  font-size: 1.8rem;
  margin-bottom: 100px
}
@media(max-width:1040px) {
  .top-lead h1 {
    margin-bottom: 30px;
    font-size: 2.0rem;
  }
  .top-lead h2 {
    margin-bottom: 30px;
    font-size: 2.0rem;
  }
  .top-lead h3 {
    margin-bottom: 30px;
    font-size: 2.0rem;
  }
  .top-lead ul li {
    font-size: 2.0rem;
  }
  .top-lead video {
    margin-bottom: 40px;
  }
  .top-lead_text {
    padding: 0 2%;
  }
  .top-lead_text2 {
    margin-bottom: 70px;
  }
  .top-lead_main {
    display: block;
    margin-bottom: 30px;
  }
  .top-lead ul li {
    margin: 0 25px 20px;
  }
  .top-lead img {
    padding: 0;
    margin: 20px auto;
    display: block;
    width: 90%;
  }
}
@media(max-width:768px) {
  .top-lead {
    padding-left: 0;
  }
  .top-lead h1 {
    margin-top: 20px;
  }
  .top-lead h2 {
    margin-top: 20px;
  }
  .top-lead h3 {
    margin-top: 20px;
  }
  .top-lead_text4 {
    margin-bottom: 50px;
  }
  .top-lead_text2 {
    margin-bottom: 60px;
  }
}
@media(max-width:480px) {
  .top-lead video {
    width: 100vw;
  }
}
.point {
  padding-left: 290px;
}
.point-box1 {
  background-color: #f9f9f9;
  padding-top: 55px;
  padding-bottom: 75px;
  display: flex;
  justify-content: center;
}
.point-box1 h3 {
  font-family: 'Noto Sans JP', sans-serif;
  text-align: left;
  margin-bottom: 20px;
}
.point-box1 h4 {
  font-family: 'Noto Sans JP', sans-serif;
  text-align: left;
  font-size: 2.8rem;
  color: #e60012;
  margin-bottom: 55px;
}
.point-box_image img {
  width: 360px;
  height: auto;
  padding: 0 45px;
}
.point-box1_text {
  max-width: 530px;
  padding-left: 45px;
}
.point-box1_text:nth-child(2) {
  padding-left: 0;
  padding-right: 45px;
}
.point-box1 span {
  font-size: 2.4rem;
  color: #e60012;
}
.point-box2 {
  background-color: #fff;
  display: flex;
  justify-content: center;
  padding-top: 55px;
  padding-bottom: 75px;
}
.point-box2 h3 {
  font-family: 'Noto Sans JP', sans-serif;
  text-align: left;
  margin-bottom: 20px;
}
.point-box2 h4 {
  font-family: 'Noto Sans JP', sans-serif;
  text-align: left;
  font-size: 2.8rem;
  color: #e60012;
  margin-bottom: 55px;
}
@media(max-width:1040px) {
  .point p {
    padding: 0 2%;
  }
  .point-box1, .point-box2 {
    display: block;
    padding-bottom: 0;
  }
  .point-box1 h3, .point-box2 h3 {
    margin-bottom: 5px;
    text-align: center;
  }
  .point-box1 h4, .point-box2 h4 {
    font-size: 2.0rem;
    text-align: center;
    margin-bottom: 25px;
  }
  .point-box1_text {
    margin: 0 auto;
    padding-left: 0;
  }
  .point-box_image img {
    padding: 35px 0;
    margin: 0 auto;
    display: block;
  }
  .point-box2 {
    display: flex;
    flex-direction: column-reverse;
  }
  .point-box1_text:nth-child(2) {
    padding-right: 0;
  }
  .point-box1 span {
    font-size: 2.0rem;
  }
}
@media(max-width:768px) {
  .point {
    padding-left: 0;
  }
}
.about {
  padding-left: 290px;
  padding-bottom: 85px;
}
.about h2 {
  margin-bottom: 0;
  padding-top: 85px;
}
.about_top-lead {
  max-width: 770px;
  margin: 70px auto 60px;
  font-size: 2.0rem;
  line-height: 3.2rem;
}
.about_inner_illust {
  width: 180px;
  height: auto;
  object-fit: contain;
  padding-right: 50px;
  padding-bottom: 80px;
}
.about_inner1, .about_inner2 {
  display: flex;
  justify-content: center;
  padding: 0 2%;
}
.about_inner1 h3 {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 2.4rem;
  border-bottom: solid 7px #f8b2a2;
  margin-bottom: 25px;
  max-width: 440px;
  display: inline-block;
}
.about_inner1 p {
  margin-bottom: 55px;
}
.about_inner_image {
  width: 385px;
  height: auto;
  object-fit: contain;
  padding-left: 60px;
}
.about_inner_image2 {
  width: 385px;
  height: auto;
  object-fit: contain;
  padding-right: 60px;
  padding-bottom: 60px;
}
.about_inner2 p {
  font-size: 1.8rem;
  line-height: 3.0rem;
  max-width: 450px;
}
@media(max-width:1040px) {
  .about {
    padding-bottom: 80px;
  }
  .about h2 {
    font-size: 2.0rem;
    text-align: center;
    padding-top: 50px;
  }
  .about_inner1 h3 {
    font-size: 1.8rem;
    /* text-align: center; */
    margin: 0 auto 25px;
    width: 350px;
  }
  .about_top-view img {
    margin: 40px auto 25px;
  }
  .about_top-lead {
    padding: 0 5%;
    margin: 30px auto 20px;
    font-size: 1.6rem;
    line-height: 2.8rem;
  }
  .about_inner1, .about_inner2 {
    display: block;
    margin: 0 auto;
    max-width: 450px;
  }
  .about_inner_illust {
    margin: 0 auto;
    padding-right: 0;
    display: block;
    padding-bottom: 30px;
  }
  .about_inner_image {
    padding-left: 0;
    width: 450px;
  }
  .about_inner_image2 {
    padding-left: 0;
    width: 450px;
  }
  .about_inner1 p {
    margin-bottom: 30px;
  }
  .about_inner2 p {
    margin: 20px auto 30px;
    text-align: left;
  }
  .about_inner2 {
    text-align: center;
  }
  .about_inner_text {
    padding: 0 2%;
  }
}
@media(max-width:768px) {
  .about {
    padding-left: 0;
    padding-bottom: 60px;
  }
  .about h2 {
    padding-top: 60px;
  }
  .about_inner2 p {
    padding: 0 2%;
  }
}
@media(max-width:480px) {
  .about_inner_image {
    width: 360px;
    padding-left: 0;
    padding-right: 0;
    display: block;
    margin: 0 auto;
  }
  .about_inner_image2 {
    width: 360px;
    padding-left: 0;
    padding-right: 0;
    display: block;
    margin: 0 auto;
  }
  .about_top-view img {
    width: 90%;
  }
}
.customer_voice {
  padding-left: 290px;
  background-position: 90%;
  background-repeat: no-repeat;
  background-image: url("../image/running_illust.png");
}
.customer_voice h2 {
  padding-top: 15px;
}
.customer_voice__inner img {
  width: 45px;
  height: auto;
  padding-right: 15px;
}
.customer_voice p {
  display: inline-block;
  vertical-align: top;
  padding-top: 5px;
  font-size: 2.0rem;
  text-align: left;
}
.customer_voice__inner {
  display: flex;
  justify-content: center;
}
.customer_voice__inner li {
  list-style: none;
  padding: 0 20px 10px;
}
.customer_voice_bg {
  display: flex;
  justify-content: center;
}
@media(max-width:1040px) {
  .customer_voice {
    margin-bottom: 50px;
  }
  .customer_voice h2 {
    padding-top: 0;
  }
  .customer_voice__inner {
    display: block;
  }
}
@media(max-width:768px) {
  .customer_voice {
    padding-left: 0;
  }
  .customer_voice p {
    font-size: 1.6rem;
  }
  .customer_voice__inner img {
    width: 35px;
  }
}
.about_more {
  padding-left: 290px;
}
.developer_info {
  display: flex;
  justify-content: center;
  padding: 0 2%;
}
.developer_info__text {
  max-width: 460px;
  padding-right: 70px;
}
.developer_info img {
  width: 310px;
  height: auto;
  padding-bottom: 5px;
}
.developer_info__name span {
  display: inline-block;
  font-size: 2.0rem;
  padding-left: 20px;
}
.developer_info__position, .developer_info__name {
  text-align: right;
}
.about_more__video img {
  width: 625px;
  height: auto;
  object-fit: contain;
}
.about_more__video img:hover {
  opacity: 0.7;
}
.about_more__video {
  text-align: center;
  margin-bottom: 120px;
}
.about_more__video li {
  list-style: none;
  display: inline-block;
  padding: 15px 0;
}
.about_more__video ul {
  margin-top: 70px;
}
@media(max-width:1040px) {
  .about_more {
    padding-bottom: 70px;
  }
  .about_more h2 {
    margin-top: 80px;
    margin-bottom: 40px;
  }
  .developer_info img {
    margin: 0 auto;
    display: block;
  }
  .developer_info {
    flex-direction: column-reverse;
    margin-bottom: 60px;
  }
  .developer_info__text {
    margin: 40px auto 0;
    padding-right: 0;
    max-width: fit-content;
    padding: 0 2%;
  }
  .developer_info__position, .developer_info__name {
    text-align: center;
  }
  .about_more__video {
    display: block;
    margin-bottom: 30px;
  }
  .about_more__video img {
    width: 425px;
  }
}
@media(max-width:768px) {
  .about_more {
    padding-left: 0;
    padding-bottom: 60px;
  }
  .about_more h2 {
    margin-top: 60px;
    margin-bottom: 30px;
  }

  .about_more__video li {
  padding: 5px 0;
}
  .about_more__video ul {
    margin-top: 0;
  }
}
@media(max-width:480px) {
  .about_more__video img {
    width: 360px;
    padding: 0;
  }
}
.player {
  padding-left: 290px;
  max-width: 920px;
  margin: 0 auto;
}
.player h2 {
  margin-bottom: 30px;
}
.player_caution {
  text-align: right;
  font-size: 1.4rem;
  padding-right: 20px;
}
.player_list {
  display: inline-block;
}
.player_list_outer {
  display: grid;
  justify-content: center;
  grid-template-columns: repeat(auto-fit, 230px);
  margin: 0 auto 120px;
}
.player_list img {
  width: 210px;
  height: 210px;
  object-fit: cover;
  padding: 70px 10px 8px 10px;
}
.player_list p {
  line-height: 1.8rem;
  padding-left: 20px;
}
.sport-name_eg {
  font-size: 1.2rem;
  color: #e60012;
}
.sport-name_jp {
  color: #e60012;
  margin-bottom: 8px;
}
.athlete-name_eg {
  font-size: 1.2rem;
}
@media(max-width:1040px) {
  .player h2 {
    margin-bottom: 25px;
  }
  .player_list img {
    padding: 25px 10px 3px 10px;
  }
  .player_list_outer {
    margin-bottom: 0;
  }
  .player_list p {
    padding-left: 10px;
  }
  .player_list p:last-child {
    margin-bottom: 40px;
  }
  .player_caution {
    text-align: center;
    padding-left: 250px;
  }
}
@media(max-width:768px) {
  .player {
    padding-left: 0;
  }
}
@media(max-width:480px) {
  .player_list_outer {
    grid-template-columns: repeat(auto-fit, 180px);
  }
  .player_list img {
    width: 160px;
  }
}
.return_btn p {
  color: #e60012;
  font-family: 'Noto Sans JP', sans-serif;
  text-align: center;
  margin: 10px auto;
}
.return_btn {
  width: 260px;
  border: 1px #e60012 solid;
  border-radius: 25px;
  margin: 80px auto 50px;
}
.return_btn a {
  text-decoration: none;
}
@media(max-width:1040px) {
  .return_btn {
    margin-top: 10px;
    margin-bottom: 60px;
  }
}
.product-specifications {
  padding-left: 290px;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #f9f9f9;
}
.product-specifications_bg {
  background-color: #fff;
  max-width: 870px;
  margin: 0 auto;
}
.product-specifications h2 {
  color: #333;
  font-size: 1.8rem;
  padding-top: 30px;
}
.product-specifications img {
  width: 140px;
  height: auto;
  margin: 0 auto;
  display: block;
}
.product-specifications_text {
  padding: 20px 130px 30px;
}
.product-specifications_th {
  font-size: 1.4rem;
  color: #ea3844;
}
.product-specifications_td {
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: solid 1px #333;
}
.product-specifications_td:last-child {
  border-bottom: none;
}
@media(max-width:1040px) {
  .product-specifications_text {
    padding: 20px 5% 30px;
  }
}
@media(max-width:768px) {
  .product-specifications {
    padding-left: 0;
  }
}
.section-question {
  padding-left: 290px;
}
.section-question h2 {
  margin-top: 120px;
}
.question, .question_text {
  color: #fff;
}
.question {
  padding-top: 25px;
}
.question_text {
  padding-bottom: 20px;
}
.question span {
  display: flex;
  align-items: center;
  margin-right: 10px;
}
.question span::before {
  content: "";
  border-top: solid 1px #fff;
  width: 80px;
}
.wrap input[type="checkbox"] {
  display: none;
}
.wrap .answer_box {
  height: 0;
  padding: 0;
  overflow: hidden;
  margin-bottom: 10px;
}
.switch:checked + .answer_box {
  height: auto;
  padding-top: 25px;
}
.question_text {
  text-align: left;
  margin-left: 90px;
}
.question_bg {
  background-color: #4c4c4c;
}
label {
  float: right;
  font-size: 1.4rem;
}
.label_span2 {
  width: 16px;
  height: 16px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(135deg);
  display: block;
  position: relative;
  bottom: 50px;
  right: 20px;
}
.wrap p {
  display: flex;
}
.wrap {
  margin: 0 auto 25px;
  max-width: 810px;
  background-color: #f9f9f9;
}
.answer span {
  display: flex;
  align-items: center;
  margin-right: 10px;
}
.answer span::before {
  content: "";
  border-top: solid 1px #333;
  width: 80px;
}
.answer_text {
  padding-left: 90px;
  padding-bottom: 20px;
  max-width: 650px;
}
@media(max-width:1040px) {
  .section-question {
    margin-bottom: 40px;
  }
  .section-question h2 {
    margin: 70px auto 40px;
  }
  .question span::before, .answer span::before {
    width: 30px;
  }
  .question_text {
    margin-left: 40px;
  }
  .answer_text {
    padding-left: 40px;
  }
}
@media(max-width:768px) {
  .section-question {
    padding: 0 2%;
  }
}