@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Roboto:ital,wght@0, 100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@media only screen and (min-width: 769px) {
  .sportstyle_sp {
    display: none !important;
  }
}
@media only screen and (max-width: 768px) {
  .sportstyle_pc {
    display: none !important;
  }
}
html {
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans JP", serif;
  color: #000;
  background-color: #fff;
  position: relative;
  width: 100%;
  word-break: break-all;
  line-height: 1.8;
  font-size: 1.6rem;
  font-weight: normal;
  letter-spacing: 0.05em;
  text-align: justify;
  overflow-x: hidden;
}
@media only screen and (max-width: 768px) {
  body {
    font-size: 1.2rem;
  }
}

.sportstyle_fade {
  opacity: 0;
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
  -webkit-transition: opacity 1.5s, -webkit-transform 1s;
  transition: opacity 1.5s, -webkit-transform 1s;
  transition: opacity 1.5s, transform 1s;
  transition: opacity 1.5s, transform 1s, -webkit-transform 1s;
}

.sportstyle_fade.sportstyle_fade--active {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

.slick-dots {
  bottom: -50px;
}
.slick-dots li {
  width: 50px;
  height: 3px;
}
.slick-dots li button {
  width: 50px;
  height: 3px;
  background: #ACACAC;
}
.slick-dots li button::before {
  content: none;
}
.slick-dots li.slick-active button {
  background: #4D4D4D;
}
@media only screen and (max-width: 768px) {
  .slick-dots {
    bottom: -20px;
  }
}

.sportstyle-logo {
  position: sticky;
  top: 8%;
  left: 4%;
  z-index: 100;
  width: 190px;
  display: block;
}
.sportstyle-logo p {
  position: relative;
}
.sportstyle-logo img {
  position: absolute;
  top: 0;
  left: 0;
  width: 190px;
}
.sportstyle-wrap {
  width: 95%;
  margin: 0 auto;
}
.sportstyle-mv {
  position: relative;
  width: 100%;
}
.sportstyle-mv h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #fff;
  font-size: 2.5rem;
  font-weight: bold;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
}
.sportstyle-mv h1 small {
  font-size: 2rem;
  display: block;
  text-align: center;
}
.sportstyle-mv img {
  width: 100%;
  height: auto;
}
.sportstyle-lead {
  padding: 90px 0;
  text-align: center;
  font-weight: 500;
  line-height: 1.9;
}
.sportstyle-slide {
  margin: 80px auto 140px !important;
  max-width: 800px;
}
.sportstyle-slide img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto 10px;
}
.sportstyle-slide span {
  display: block;
  font-size: 1.3rem;
  line-height: 1.5;
  padding: 0 10px;
}
.sportstyle-slide.--01 img {
  max-width: 700px;
}
.sportstyle-slide.--02 img {
  max-width: 500px;
}
.sportstyle-section__ttlarea {
  position: relative;
}
.sportstyle-section__ttlarea img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sportstyle-section__ttl {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.sportstyle-section__ttl h2 {
  color: #fff;
  font-size: 2.5rem;
  font-weight: bold;
}
.sportstyle-section__main {
  padding: 100px 0;
}
.sportstyle-section__wrap {
  max-width: 1000px;
}
.sportstyle-section__wrap p {
  line-height: 2.4;
}
.sportstyle-section__btmimg {
  max-width: 800px;
  margin: 100px auto 0;
}
.sportstyle-section__btmimg img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 500px;
  margin: 0 auto 30px;
}
.sportstyle-section__btmimg p {
  font-size: 1.3rem;
  padding: 0 10px;
  line-height: 1.5;
}
.sportstyle-nav {
  background: #808080;
  padding: 60px 0 90px;
  color: #fff;
  font-weight: 900;
}
.sportstyle-nav h2 {
  font-size: 2.5rem;
  text-align: center;
  margin-bottom: 40px;
  letter-spacing: 0.1em;
}
.sportstyle-nav__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.sportstyle-nav__wrap li {
  width: 29%;
  padding-bottom: 15px;
  border-bottom: 2px solid #fff;
}
.sportstyle-nav__wrap li.--act a {
  display: block;
  opacity: 0.3;
  pointer-events: none;
}
.sportstyle-nav__wrap li a {
  text-decoration: none;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.sportstyle-nav__wrap li a:hover {
  opacity: 0.8;
}
.sportstyle-nav__wrap li .-img {
  margin-bottom: 10px;
}
.sportstyle-nav__wrap li .-img img {
  width: 100%;
  height: auto;
}
.sportstyle-nav__wrap li .-txt {
  font-size: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
}
.sportstyle-nav__wrap li .-txt span {
  line-height: 1.5;
}
.sportstyle-nav__wrap li .-txt span:first-of-type {
  width: 50px;
}
.sportstyle-nav__wrap li .-txt span:last-of-type {
  width: calc(100% - 50px);
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

@media only screen and (max-width: 768px) {
  .sportstyle-logo {
    top: 5%;
    left: 5%;
    width: 80px;
  }
  .sportstyle-logo img {
    width: 80px;
  }
  .sportstyle-wrap {
    width: 90%;
    margin: 0 auto;
  }
  .sportstyle-mv h1 {
    font-size: 2rem;
    width: 100%;
    text-align: center;
  }
  .sportstyle-mv h1 small {
    font-size: 1.5rem;
  }
  .sportstyle-mv picture img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .sportstyle-lead {
    padding: 25px 0;
    text-align: justify;
    line-height: 1.9;
  }
  .sportstyle-slide {
    margin: 20px auto 40px !important;
    max-width: 500px;
  }
  .sportstyle-slide span {
    font-size: 1.1rem;
  }
  .sportstyle-section__ttlarea {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .sportstyle-section__ttl {
    width: 100%;
    text-align: center;
  }
  .sportstyle-section__ttl h2 {
    font-size: 1.5rem;
  }
  .sportstyle-section__main {
    padding: 25px 0 50px;
  }
  .sportstyle-section__wrap {
    max-width: 1000px;
  }
  .sportstyle-section__wrap p {
    line-height: 2;
  }
  .sportstyle-section__btmimg {
    max-width: 400px;
    margin: 20px auto 0;
  }
  .sportstyle-section__btmimg img {
    margin-bottom: 10px;
  }
  .sportstyle-section__btmimg p {
    font-size: 1.1rem;
    padding: 0;
  }
  .sportstyle-nav {
    padding: 30px 0 50px;
  }
  .sportstyle-nav h2 {
    font-size: 2.2rem;
    margin-bottom: 20px;
  }
  .sportstyle-nav__wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .sportstyle-nav__wrap li {
    width: 100%;
    padding-bottom: 10px;
    margin-bottom: 30px;
    border-bottom: 2px solid #fff;
  }
  .sportstyle-nav__wrap li .-img {
    margin-bottom: 5px;
  }
  .sportstyle-nav__wrap li .-txt {
    font-size: 1.5rem;
  }
  .sportstyle-nav__wrap li .-txt span:first-of-type {
    width: 50px;
  }
  .sportstyle-nav__wrap li .-txt span:last-of-type {
    width: calc(100% - 50px);
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
}
  .sportstyle-section_cta {
    margin-bottom: 10px;
  }
.button004 a {
    background: #eee;
    border-radius: 50px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 260px;
    padding: 10px 25px;
    color: #313131;
    transition: 0.3s ease-in-out;
    font-weight: 500;
}
.button004 a:hover {
    background: #313131;
    color: #FFF;
}