/****************************************
	   General Setting 
*****************************************/
body {
  padding: 0;
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
}
body * {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

a {
  display: block;
  text-decoration: none;
  cursor: pointer;
}

p {
  margin: 0;
}

img {
  display: block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }
}

section {
  padding: 5.625rem 0;
}
@media screen and (max-width: 768px) {
  section {
    padding: 3rem 0;
  }
}
section .inner {
  max-width: 1300px;
  padding: 0 2rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  section .inner {
    padding: 0 1rem;
  }
}

.header {
  position: fixed;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  width: 100%;
  padding: 1.625rem 1.5rem;
  z-index: 99999;
}
@media screen and (max-width: 768px) {
  .header {
    padding: 6px 12px;
    height: 46px;
  }
}
.header__logo {
  width: 180px;
}
@media screen and (max-width: 768px) {
  .header__logo {
    width: 140px;
  }
}

main.sportlp .en {
  font-family: "Agdasima", sans-serif;
  font-weight: bold;
  font-size: 2.25em;
  text-align: center;
  letter-spacing: 2px;
}
@media screen and (max-width: 768px) {
  main.sportlp .en {
    font-size: 1.5em;
  }
}
main.sportlp h2 {
  font-size: 2.25em;
  text-align: center;
  padding-bottom: 7px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 12px auto;
  border-bottom: solid 2px #000;
}
@media screen and (max-width: 768px) {
  main.sportlp h2 {
    font-size: 1.5em;
    padding-bottom: 5px;
    margin: 6px auto;
  }
}
main.sportlp .btn {
  background: #000;
  color: #fff;
  font-size: 1.25em;
  font-weight: bold;
  width: 100%;
  max-width: 620px;
  padding: 1.75rem 4rem 1.75rem 2.5rem;
  margin: 0 auto;
  display: inline-block;
  position: relative;
  text-decoration: none;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  main.sportlp .btn {
    font-size: 1.1em;
    padding: 1rem 3rem 1rem 1rem;
  }
}
main.sportlp .btn::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.875rem;
  width: 21px;
  height: 2px;
  background: #fff;
  transform: translateY(-50%);
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  main.sportlp .btn::before {
    right: 1rem;
  }
}
main.sportlp .btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.875rem;
  width: 13px;
  height: 13px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translateY(-50%) rotate(45deg);
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  main.sportlp .btn::after {
    right: 1rem;
  }
}
main.sportlp .mv {
  position: relative;
  width: 100%;
  padding: 80px 0 0 0;
}
@media screen and (max-width: 768px) {
  main.sportlp .mv {
    padding: 46px 0 0 0;
  }
}
main.sportlp .mv img {
  height: 100vh;
}
main.sportlp .mv__inner {
  position: absolute;
  top: 46%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 1000px;
  text-align: center;
  z-index: 2;
}
main.sportlp .mv h1,
main.sportlp .mv .mv__title {
  color: #fff;
  text-align: center;
}
main.sportlp .mv h1 {
  font-family: "Agdasima", sans-serif;
  font-size: 7.125em;
  font-weight: normal;
  margin-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  main.sportlp .mv h1 {
    font-size: 3em;
  }
}
main.sportlp .mv__title {
  font-size: 1.125em;
  line-height: 3;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  main.sportlp .mv__title {
    font-size: 15px;
    line-height: 2.3;
  }
}
main.sportlp .mv__title span {
  font-size: 1.9em;
}
@media screen and (max-width: 768px) {
  main.sportlp .mv__title span {
    font-size: 1.6em;
  }
}
main.sportlp .slide {
  overflow: hidden;
}
main.sportlp .slide .slide__track {
  display: flex;
}
main.sportlp .slide .slide__track img {
  width: 20.8333333333%;
  flex-shrink: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  main.sportlp .slide .slide__track img {
    width: 31.25%;
  }
}
main.sportlp .up {
  background: #f7f7f7;
}
main.sportlp .up .inner {
  width: 50%;
}
@media screen and (max-width: 768px) {
  main.sportlp .up .inner {
    width: 100%;
  }
}
main.sportlp .up .en {
  font-size: 1.375em;
}
@media screen and (max-width: 768px) {
  main.sportlp .up .en {
    font-size: 1em;
  }
}
main.sportlp .up h2 {
  border: none;
}
main.sportlp .up img {
  width: 80%;
  max-width: 450px;
  margin: 2.25rem auto 12px;
}
@media screen and (max-width: 768px) {
  main.sportlp .up img {
    margin: 1.5rem auto 12px;
  }
}
main.sportlp .up p {
  font-size: 0.875em;
  text-align: center;
}
main.sportlp .why__btn {
  display: flex;
  justify-content: space-between;
  max-width: 860px;
  margin: 4.5rem auto;
}
@media screen and (max-width: 768px) {
  main.sportlp .why__btn {
    flex-direction: column;
    gap: 0.5rem;
    margin: 2rem auto;
  }
}
main.sportlp .why__btn a {
  width: 48%;
}
@media screen and (max-width: 768px) {
  main.sportlp .why__btn a {
    width: 100%;
  }
}
main.sportlp .image {
  position: relative;
  margin: 0 2rem;
}
@media screen and (max-width: 768px) {
  main.sportlp .image {
    margin: 0 1rem;
  }
}
main.sportlp .image img {
  width: 100%;
  display: block;
}
main.sportlp .image p {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  text-align: center;
  font-size: 2em;
  font-weight: bold;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  main.sportlp .image p {
    font-size: 1.2em;
  }
}
main.sportlp .where {
  padding: 0 3rem;
}
@media screen and (max-width: 768px) {
  main.sportlp .where {
    padding: 0;
  }
}
main.sportlp .where__box {
  position: relative;
  display: flex;
  margin: 4.5rem auto 6.25rem;
}
@media screen and (max-width: 768px) {
  main.sportlp .where__box {
    margin: 2rem auto 3.5rem;
  }
}
main.sportlp .where__box img {
  width: 20%;
}
main.sportlp .where__box-btn {
  position: absolute;
  bottom: -2.625rem;
  right: -2.5rem;
}
@media screen and (max-width: 768px) {
  main.sportlp .where__box-btn {
    bottom: -0.75rem;
    right: -0.75rem;
  }
}
main.sportlp .where__box-btn .btn {
  background: #fff;
  color: #000;
  width: 260px;
  border: solid 2px #000;
}
@media screen and (max-width: 768px) {
  main.sportlp .where__box-btn .btn {
    font-size: 1em;
    width: 150px;
    padding: 0.5rem 1rem;
  }
}
main.sportlp .where__box-btn .btn::before {
  background: #000;
}
main.sportlp .where__box-btn .btn::after {
  border-top: 2px solid #000;
  border-right: 2px solid #000;
}
main.sportlp .where__lead {
  background: #f7f7f7;
  font-size: 1.375em;
  font-weight: bold;
  text-align: center;
  padding: 2.875rem 1rem;
}
@media screen and (max-width: 768px) {
  main.sportlp .where__lead {
    font-size: 1em;
    padding: 1.5rem 1rem;
  }
}
main.sportlp .how__box {
  background: #ecf5f1;
  padding: 2.25rem 2.25rem 2rem;
  margin: 2.9rem auto 5.625rem;
  max-width: 1150px;
}
@media screen and (max-width: 768px) {
  main.sportlp .how__box {
    padding: 1rem;
    margin: 2.9rem auto 3rem;
  }
}
main.sportlp .how__box-wrap {
  position: relative;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
main.sportlp .how__box-wrap img {
  width: 100%;
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  main.sportlp .how__box-wrap img {
    max-width: none;
    width: 800px;
  }
}
main.sportlp .how__lead {
  font-size: 1.125em;
  font-weight: bold;
  text-align: center;
  margin-top: 2.25rem;
}
@media screen and (max-width: 768px) {
  main.sportlp .how__lead {
    font-size: 1em;
    margin-top: 1.5rem;
  }
}
main.sportlp .how__lead span {
  font-size: 1.3em;
}
main.sportlp .how__btn {
  display: flex;
  justify-content: space-between;
  margin: 5rem 2.25re 0;
}
@media screen and (max-width: 768px) {
  main.sportlp .how__btn {
    flex-direction: column;
    gap: 0.5rem;
    margin: 2rem 1rem 0;
  }
}
main.sportlp .how__btn a {
  width: 31%;
}
@media screen and (max-width: 768px) {
  main.sportlp .how__btn a {
    width: 100%;
  }
}
main.sportlp .science {
  background: #f7f7f7;
}
main.sportlp .science__image {
  padding: 0 2.25rem;
  margin: 4.5rem auto;
}
@media screen and (max-width: 768px) {
  main.sportlp .science__image {
    padding: 0 1rem;
    margin: 2rem auto;
  }
}
main.sportlp .science h3 {
  font-size: 1.22em;
  font-weight: bold;
  text-align: center;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 768px) {
  main.sportlp .science h3 {
    font-size: 1.125em;
    margin-bottom: 1rem;
  }
}
main.sportlp .science__list {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
main.sportlp .science__list ul li {
  position: relative;
  list-style: none;
  font-weight: bold;
  padding-left: 2rem;
  margin-bottom: 10px;
}
main.sportlp .science__list ul li::before {
  content: "";
  position: absolute;
  background: url(./img/q.svg);
  width: 23px;
  height: 23px;
  top: 0;
  left: 0;
}
main.sportlp .science__zemi {
  display: block;
  max-width: 410px;
  margin: 3rem auto 5rem;
}
@media screen and (max-width: 768px) {
  main.sportlp .science__zemi {
    margin: 1rem auto 3rem;
  }
}
main.sportlp .science__lead {
  font-size: 1.375em;
  font-weight: bold;
  text-align: center;
  line-height: 1.7;
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  main.sportlp .science__lead {
    font-size: 1.13em;
  }
}
main.sportlp .science__lead span {
  color: #36c083;
}
main.sportlp .science__note {
  text-align: center;
  margin-top: 1.5rem;
}
@media screen and (max-width: 768px) {
  main.sportlp .science__note {
    font-size: 0.8rem;
  }
}
main.sportlp .science__number {
  width: 70%;
  max-width: 700px;
  margin: 4rem auto 0;
}
main.sportlp .science__btn {
  display: flex;
  justify-content: space-between;
  margin: 5.625rem 2.25rem 1.875rem;
}
@media screen and (max-width: 768px) {
  main.sportlp .science__btn {
    flex-direction: column;
    gap: 0.5rem;
    margin: 4rem 1rem 1rem;
  }
}
main.sportlp .science__btn a {
  width: 31%;
}
@media screen and (max-width: 768px) {
  main.sportlp .science__btn a {
    width: 100%;
  }
}
main.sportlp .cta {
  position: fixed;
  background: transparent;
  display: flex;
  justify-content: center;
  gap: 2.25rem;
  bottom: 1.8rem;
  left: 0;
  width: 100%;
  padding: 1.5rem;
  transition: 0.3s;
  z-index: 1000;
}
@media screen and (max-width: 768px) {
  main.sportlp .cta {
    gap: 0;
    bottom: 0;
    padding: 0;
  }
}
main.sportlp .cta__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
  color: #fff;
  font-size: 1.25em;
  font-weight: bold;
  text-align: center;
  max-width: 410px;
  padding: 1.25rem 1rem;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  main.sportlp .cta__btn {
    font-size: 1em;
    padding: 0.5rem;
  }
}
main.sportlp .cta__btn--btn01 {
  background: #00a588;
}
main.sportlp .cta__btn--btn02 {
  background: #006f85;
}
main.sportlp .cta.is-active {
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(8px);
  bottom: 0;
}
main.sportlp .modal {
  position: fixed;
  inset: 0;
  display: none;
  z-index: 999999;
  pointer-events: none;
}
main.sportlp .modal.is-open {
  display: block;
  pointer-events: auto;
}
main.sportlp .modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
}
main.sportlp .modal__content {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 90%;
  max-width: 740px;
  height: 90vh;
  background: #fff;
  border-radius: 12px 12px 0 0;
  box-shadow: 0 -10px 30px rgba(0, 0, 0, 0.2);
  z-index: 2;
  overflow: visible;
}
@media (max-width: 768px) {
  main.sportlp .modal__content {
    width: 96%;
    height: 95vh;
  }
}
main.sportlp .modal__body {
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding: 3.375rem;
}
@media (max-width: 768px) {
  main.sportlp .modal__body {
    padding: 2rem 1rem;
  }
}
main.sportlp .modal__body::-webkit-scrollbar {
  display: none;
}
main.sportlp .modal__body {
  scrollbar-width: none;
  -ms-overflow-style: none;
}
main.sportlp .modal__body h3 {
  background: #f7f7f7;
  font-size: 1.375em;
  padding: 10px 1.5rem;
  margin: 3.75rem auto 1.5rem;
}
@media (max-width: 768px) {
  main.sportlp .modal__body h3 {
    font-size: 1.125em;
    padding: 10px 1rem;
    margin: 2rem auto 1rem;
  }
}
main.sportlp .modal__body h4 {
  font-size: 1.125em;
  padding-left: 1rem;
  border-left: solid 3px #000;
  margin: 1.5rem auto;
}
@media (max-width: 768px) {
  main.sportlp .modal__body h4 {
    font-size: 1em;
    padding-left: 0.5rem;
    margin: 1rem auto;
  }
}
main.sportlp .modal__body .image {
  max-width: none;
}
main.sportlp .modal__body .space {
  margin-top: 1.5rem;
}
@media (max-width: 768px) {
  main.sportlp .modal__body .space {
    margin-top: 1rem;
  }
}
main.sportlp .modal__body .space02 {
  margin-top: 3rem;
}
@media (max-width: 768px) {
  main.sportlp .modal__body .space02 {
    margin-top: 2rem;
  }
}
main.sportlp .modal__body img {
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
}
main.sportlp .modal__body p {
  font-weight: 500;
  line-height: 1.6;
}
main.sportlp .modal__body .mark {
  background: #ecf7f2;
  color: #36c083;
}
main.sportlp .modal__body .big {
  font-size: 1.125em;
  font-weight: bold;
  color: #36c083;
}
main.sportlp .modal__body .morebig {
  font-size: 1.25em;
  font-weight: bold;
}
@media (max-width: 768px) {
  main.sportlp .modal__body .morebig {
    font-size: 1.1em;
  }
}
main.sportlp .modal__body .green {
  color: #36c083;
  font-weight: bold;
}
main.sportlp .modal__body ul li {
  position: relative;
  list-style: none;
  font-size: 1.125em;
  font-weight: 500;
  padding-left: 1.125rem;
  margin-bottom: 12px;
}
@media (max-width: 768px) {
  main.sportlp .modal__body ul li {
    font-size: 1em;
  }
}
main.sportlp .modal__body ul li::before {
  content: "";
  position: absolute;
  background: #36c083;
  width: 8px;
  height: 8px;
  top: 0.5em;
  left: 0;
  border-radius: 10px;
}
main.sportlp .modal__body ul .nolist {
  margin-bottom: 1.5rem;
}
@media (max-width: 768px) {
  main.sportlp .modal__body ul .nolist {
    margin-bottom: 1rem;
  }
}
main.sportlp .modal__body ul .nolist::before {
  display: none;
}
main.sportlp .modal__body .list__child li {
  font-size: 16px;
  font-weight: bold;
  padding-left: 1.5rem;
  margin-top: 13px;
}
main.sportlp .modal__body .list__child li::before {
  background: url(./img/arrow.svg);
  width: 20px;
  height: 17px;
  top: 5px;
}
main.sportlp .modal__body .list__mark {
  background: #36c083;
  color: #fff;
  padding: 0 2px;
}
main.sportlp .modal__body .list__green {
  color: #36c083;
}
main.sportlp .modal__body .list__detail {
  font-size: 14px;
}
main.sportlp .modal__close {
  position: absolute;
  top: -10px;
  right: -10px;
  width: 75px;
  height: 75px;
  background: #000;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  z-index: 3;
  font-size: 0;
}
@media (max-width: 768px) {
  main.sportlp .modal__close {
    top: -7px;
    right: -7px;
    width: 45px;
    height: 45px;
  }
}
main.sportlp .modal__close::before, main.sportlp .modal__close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 2px;
  background: #fff;
}
@media (max-width: 768px) {
  main.sportlp .modal__close::before, main.sportlp .modal__close::after {
    width: 30px;
  }
}
main.sportlp .modal__close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
main.sportlp .modal__close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
main.sportlp .modal__lead {
  margin-top: 3.75rem;
}
@media (max-width: 768px) {
  main.sportlp .modal__lead {
    margin-top: 1.5rem;
  }
}
main.sportlp .modal__lead p {
  margin-bottom: 12px;
}

footer .footer__top {
  background: #eba3a3;
  padding: 5.625rem 1rem 3.75rem;
}
@media screen and (max-width: 768px) {
  footer .footer__top {
    padding: 3rem 1rem;
  }
}
footer .footer__top-sns {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 2rem;
}
@media screen and (max-width: 768px) {
  footer .footer__top-sns {
    gap: 1rem;
  }
}
footer .footer__top-sns a {
  width: 5%;
}
@media screen and (max-width: 768px) {
  footer .footer__top-sns a {
    width: 18%;
  }
}
footer .footer__top-logo {
  width: 100%;
  max-width: 333px;
  margin: 4.5rem auto 1.5rem;
}
@media screen and (max-width: 768px) {
  footer .footer__top-logo {
    margin: 2rem auto 1rem;
  }
}
footer .footer__top p {
  color: #fff;
  text-align: center;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  footer .footer__top p {
    font-size: 0.875em;
  }
}
footer .footer__top p:first-of-type {
  font-size: 1.125em;
  font-weight: bold;
  margin-bottom: 12px;
}
@media screen and (max-width: 768px) {
  footer .footer__top p:first-of-type {
    font-size: 1em;
  }
}
footer .footer__top p a {
  display: inline;
  text-decoration: underline;
}
footer .footer__copy {
  background: #666666;
  color: #fff;
  display: block;
  font-size: 12px;
  text-align: center;
  padding: 10px 1rem 8rem;
}
@media screen and (max-width: 768px) {
  footer .footer__copy {
    padding: 10px 1rem 4.5rem;
  }
}/*# sourceMappingURL=style.css.map */