.tpo-banner {
  position: absolute;
  left: 2rem;
  bottom: 5rem;
  width: 24rem;
  z-index: 10000;
}

#naha-base {
  height: 120.1rem;
  margin: 0 0 0 0;
  background-image: url("/img/nahabase-img-sp.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% auto;
  position: relative;
}
#naha-base .inner {
  padding: 7.2rem 0 0 0;
}
#naha-base .title {
  height: 18.3rem;
  background: url("/img/nahabase-tit-sp.png") no-repeat;
  background-position: center top;
  background-size: 55.7rem auto;
  margin: 0 0 0 0;
}
#naha-base .title h2 {
  padding: 10.65rem 0 0.3rem 0;
  border-bottom: #ed6d00 0.4rem solid;
}
#naha-base .title .titleUnderLine {
  width: 100%;
  height: 0.4rem;
  background-color: #ed6d00;
  margin: 1.55rem 0 0 0;
}
#naha-base .title .js-fade {
  opacity: 1;
  -webkit-transform: translate(-100rem, 0);
          transform: translate(-100rem, 0);
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transition: all 1200ms;
  transition: all 1200ms;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}
#naha-base .title .js-fade.js-scrollin {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
#naha-base p {
  font-size: 3.8rem;
  line-height: 6.2rem;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  margin: 25rem 0 0 0;
}
#naha-base p span {
  display: block;
}
#naha-base .goButton {
  width: 65rem;
  border: 0.2rem solid #666666;
  background-color: #ffffff;
  font-size: 3.6rem;
  padding: 4.2rem 0 4.2rem 4rem;
  -webkit-box-shadow: 0 1.2rem 3rem 0 rgba(9, 0, 0, 0.15);
          box-shadow: 0 1.2rem 3rem 0 rgba(9, 0, 0, 0.15);
  position: absolute;
  top: 95rem;
  left: 0;
  right: 0;
  margin: auto;
}
#naha-base .goButton p {
  font-size: 3.6rem;
  line-height: 3.6rem;
  font-weight: bold;
  margin: 0;
  text-align: left;
}
#naha-base .goButton svg {
  width: 2.6rem;
  height: 5.6rem;
  position: absolute;
  right: 2.8rem;
  top: 3.4rem;
}

#links {
  margin: 0 auto 0;
  overflow-x: hidden;
}
#links .inner {
  padding: 10.5rem 0 0 0;
}
#links .title {
  height: 15.2rem;
  background: url("/img/links-tit-sp.png") no-repeat;
  background-position: center top;
  background-size: 28.5rem auto;
  margin: 0 0 6rem 0;
}
#links .title h2 {
  padding: 11.5rem 0 3rem 0;
}
#links .bnnerArea {
  margin-bottom: 3rem;
}
#links .bnnerArea div {
  width: 63rem;
  margin: 0 auto 2rem;
}
#links .banner-Area-sports {
  width: 63rem;
  margin: 0 auto 10rem;
}
#links .banner-Area-sports div {
  width: 63rem;
  margin: 0 auto 2rem;
}
#links .banner-Area-sports div p {
  font-size: 2.2rem;
  text-align: center;
  padding-bottom: 1rem;
}

@media screen and (min-width: 768px) {
  .tpo-banner {
    position: absolute;
    left: 5rem;
    bottom: 1rem;
    width: 258px;
    z-index: 10000;
  }
  #naha-base {
    height: 811px;
    margin: 0 auto 0;
    background-image: url("/img/nahabase-img-pc.jpg");
    background-repeat: no-repeat;
    background-position: center 239px;
    background-size: 1920px auto;
    overflow-x: hidden;
  }
  #naha-base .inner {
    padding: 105px 0 0 0;
  }
  #naha-base .title {
    height: 152px;
    background: url("/img/nahabase-tit-pc.png") no-repeat;
    background-position: calc(50% - 17px) top;
    background-size: 624px auto;
    margin: 0 0 0 0;
  }
  #naha-base .title h2 {
    padding: 73px 0 30px 0;
    border-bottom: #ed6d00 1px solid;
  }
  #naha-base .title + p {
    margin: 150px auto 46.4px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 28px;
    line-height: 27.2px;
    text-align: center;
    width: calc(100% - 60px);
  }
  #naha-base .title + p span {
    display: inline-block;
    padding-left: 1em;
  }
  #naha-base .goButton {
    max-width: 421px;
    width: 40%;
    border: 1px solid #666666;
    font-size: 20px;
    height: 80px;
    padding: 0px 0 0px 0;
    -webkit-box-shadow: 0 12px 30px 0 rgba(9, 0, 0, 0.15);
            box-shadow: 0 12px 30px 0 rgba(9, 0, 0, 0.15);
    top: 630px;
    left: calc(50% - 210px);
    right: auto;
    -webkit-transition: 700ms;
    transition: 700ms;
  }
  #naha-base .goButton p {
    position: absolute;
    top: 30px;
    left: 52px;
    font-size: 20px;
    line-height: 20px;
    font-weight: bold;
    margin: 0;
    text-align: left;
    z-index: 1;
  }
  #naha-base .goButton svg {
    width: 13px;
    height: 28px;
    right: 27px;
    top: 27px;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-transition: 700ms;
    transition: 700ms;
    -webkit-transition-delay: 150ms;
            transition-delay: 150ms;
    z-index: 1;
  }
  #naha-base .goButton svg polyline {
    -webkit-transition: 700ms;
    transition: 700ms;
    -webkit-transition-delay: 150ms;
            transition-delay: 150ms;
  }
  #naha-base .goButton::before {
    display: block;
    -webkit-transition: 700ms;
    transition: 700ms;
    max-width: 421px;
    width: 100%;
    height: 80px;
    content: "";
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: top left;
            transform-origin: top left;
    opacity: 0;
    background-color: #ed6d00;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
  }
  #naha-base a:hover {
    opacity: 1;
  }
  #naha-base a:hover .goButton {
    border: 1px solid #ffffff;
  }
  #naha-base a:hover .goButton p {
    color: #ffffff;
  }
  #naha-base a:hover .goButton svg {
    -webkit-transform: translateX(4px);
            transform: translateX(4px);
  }
  #naha-base a:hover .goButton svg polyline {
    stroke: #ffffff;
  }
  #naha-base a:hover .goButton:before {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    opacity: 1;
  }
  #links {
    margin: 0 auto 0;
    overflow-x: hidden;
  }
  #links .inner {
    padding: 105px 0 0 0;
  }
  #links .title {
    height: 152px;
    background: url("/img/links-tit-pc.png") no-repeat;
    background-position: calc(50% - 17px) top;
    background-size: 322px auto;
    margin: 0 0 60px 0;
  }
  #links .title h2 {
    padding: 105px 0 30px 0;
  }
  #links .bnnerArea {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #links .bnnerArea div {
    width: 360px;
    margin: 0 0 0 30px;
  }
  #links .bnnerArea div:first-child {
    margin-left: 0;
  }
  #links .banner-Area-sports {
    width: 360px;
    margin: 0 auto 95px;
  }
  #links .banner-Area-sports div {
    width: 360px;
    margin: 0 auto;
  }
  #links .banner-Area-sports div p {
    font-size: 20px;
    text-align: center;
    padding-bottom: 10px;
    line-height: 145%;
  }
}/*# sourceMappingURL=styles-22.css.map */