@charset "UTF-8";

html {
  scroll-behavior: smooth;
}

html,
body {
  height: 100%;
  font-size: 62.5%;
  width: 100%;
}
*,
*::after,
*::before {
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
  font-size: inherit;
  line-height: inherit;
}

body {
  background-color: #000;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2rem;
  line-height: 1.75;
  letter-spacing: 0.08em;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  word-wrap: break-word;
  font-feature-settings: "palt";
}

main {
  display: block;
  width: 100%;
  z-index: 1;
  overflow-x: hidden;
}

ul,
li {
  list-style-type: none;
}

a {
  text-decoration: none;
  cursor: pointer;
  color: #fff;
  transition: opacity .6s ease;
}

img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

.sp-only {
  display: none;
}

/* header --------------------------------------------*/
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 70px;
  z-index: 999;
  background-color: #000;
}

.page-width {
  max-width: 1240px;
  padding: 0 20px;
  margin: 0 auto;
}
.en{
  font-family: "Montserrat", sans-serif;
}

.header-nav {
  display: flex;
  align-items: center;
  gap: 1rem;
  justify-content: space-between;
  max-width: 975px;
  margin:1.6rem auto;
}
.header-logo a{
  display: block;
  z-index: 2;
  max-width: 97px;
  width: 100%;
  transition: opacity .6s ease;
}
.nav-list {
  display: flex;
  align-items: center;
  gap: 5rem;
}

.nav-item a {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
}
.header-logo a:hover,
.nav-item a:hover{
  opacity: .7;
}
.hamburger,
.nav-sp {
  display: none;
}

/* kv -------------------------------------------------*/
.kv {
  position: relative;
}
.hide{
      position: fixed;
    top: -9999px;
    left: -9999px;
}
.kv-back {
  height: 80vh;
  min-height: 700px;
  margin: 0;
  position: relative;
}

.kv-back div {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 100%;
  margin: 0;
}

.kv-back01 {
  background-image: url(../images/kv-back01.jpg);
}

.kv-back02 {
  background-image: url(../images/kv-back02.jpg);
}

.kv-main {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
}
.ttl-red{
  color:#AF1F08;
  font-weight: 500;
  font-size: 4rem;
  line-height: 1;
}
.bold{
  font-weight: 700;
}
.kv-copy{
  font-size: 4.3rem;
  font-weight: 900;
  line-height: 1.3;
  margin:1.5rem 0 2rem;
}
.kv-txt{
    font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  max-width: 343px;
}
/*  top-service-------------------------------------------------*/
.top-service-ttl{
  text-align: center;
  background-color: #AF1F08;
  line-height: 1;
  padding:1rem 0;
  font-size: 3rem;
  font-weight: 500;
color:#000;
}
.top-service-flex{
    display: flex;
}
.top-service-item {
    width: 50%;
    position:relative;
}
.top-service .top-service-item,
.top-link .top-service-item{
    overflow: hidden;
    cursor: pointer;
}
.top-service-item.top {
  width: 100%;
}
.top-service-img{
  position:absolute;
  width:100%;
  height:100%;
  top:0;
  bottom:0;
  right:0;
  left:0;
  transition: transform .6s ease;
      background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: -1;
}
.top .top-service-img{
    background-image:  url(../images/service-back01.jpg);
}
.left .top-service-img{
    background-image:  url(../images/service-back02.jpg);
}
.right .top-service-img{
  background-image:  url(../images/service-back03.jpg);
}
.top-service-item:hover .top-service-img{
  transform: scale(1.04);
}
.top-service-block{
  display: flex;
  height:100%;
  width:100%;
}
.top-service-item:hover .top-service-block{
  opacity: .7;
}
.top-service-item.top .top-service-info{
      text-align: left;
          margin:5.4rem 0 2.9rem;
          display: flex;
      flex-direction: column;
      width: 50%;
}
.left .top-service-info,
.right .top-service-info{
    text-align: left;
    margin:6.3rem 0 2.5rem;
      max-width: 620px;
      width:100%;
      display: flex;
      flex-direction: column;
}
.top-service-item.left .top-service-info{
  padding-right:5rem ;
  margin-left: auto;
  padding-left: 2rem;
}
.top-service-item.right .top-service-info{
  padding-left:5rem ;
  margin-right: auto;
  padding-right: 2rem;
}
.top-service-txt{
  flex-grow: 1;
  font-size:1.6rem;
  font-weight: 500;
  line-height: 1.7;
}
.top-service-soon {
  font-size: 2rem;
  font-weight: 500;
  margin-top: 0.5rem;
}
.top-service-link{
  text-align: right;
  display: block;
font-weight:500;
line-height: 1;
}
.top .top-service-link{
  padding-top:2.7rem;
}
.left .top-service-link,
.right .top-service-link{
  padding-top:1rem;
}
/*  top-about-------------------------------------------------*/
.top-about{
  padding:13.4rem 0 20.5rem;
}
.top-about-ttl{
  font-size: 9rem;
  font-weight: 500;
  color:#AF1F08;
  line-height: 1;
}
.top-about-ttl span{
    font-size: 4rem;
  font-weight: 500;
  color:#fff;
  padding-left: 2.8rem;
  line-height: 1;
}
.top-about-txt{
  font-size: 2.4rem;
  font-weight: 900;
  line-height: 1.87;
  margin-top: 4.6rem;
}
/*  top-story-------------------------------------------------*/
.top-story{
      background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.story01{
  background-image:  url(../images/story-back01.jpg);
}
.story02{
  background-image:  url(../images/story-back02.jpg);
}
.story03{
  background-image:  url(../images/story-back03.jpg);
}
.story-content{
  max-width: 554px;
  height: 571px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.story01 .story-content,
.story03 .story-content{
  margin:0 auto 0 0;
}
.story02 .story-content{
  margin:0 0 0 auto;
}
.story-content .kv-copy{
  margin:0 0 1.4rem 0;
}
.story-txt{
  font-size:1.6rem;
  font-weight: 700;
  line-height: 1.7;
}
.top-closing{
  padding:9.6rem 0 7.4rem;
}
.closing-txt{
  text-align: center;
  font-size: 4.3rem;
  font-weight: 900;
  line-height: 1.3;
}
.link-copy{
  font-size: 3.3rem;
  font-weight: 900;
  margin:1.4rem 0 3rem;
  line-height: 1.3;
}
.top-link .top-service-link{
  padding:0;
}
.top-link .left .top-service-img{
  background-image:  url(../images/service-back01.jpg);
}
.top-link .right .top-service-img{
  background-image:  url(../images/service-back02.jpg);
}
.top-link .top-service-info{
    margin: 8.7rem 0 7.6rem;
}
/*  footer-------------------------------------------------*/
.footer {
  margin-top:17.2rem;
  padding: 2.8rem 0;
}
.footer-copy {
  text-align: center;
  font-size: 2rem;
  font-weight: 500;
}
/*  page-camp-------------------------------------------------*/
/*  kv-------------------------------------------------*/
.page-kv{
      background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-top:70px;
}
.camp-kv{
  background-image:  url(../images/kv-camp.jpg);
}
.bar-kv{
  background-image:  url(../images/kv-bar.jpg);
}
.dugout-kv{
  background-image:  url(../images/kv-dugout.jpg);
}
.page-info{
  padding:7.8rem 0 10rem;
}
.page-kv .kv-txt{
  max-width: 475px;
}
/*  heading-------------------------------------------------*/
.heading{
  padding-top:8rem;
}
.heading-copy{
font-size: 4.3rem;
font-weight: 900;
line-height: 1.3;
margin-bottom: 2rem;
}
.heading-txt{
font-size: 2rem;
font-weight: 700;
line-height: 1.5;
}
/*  client-------------------------------------------------*/
.client{
  padding-top: 9.5rem;
  text-align: center;
}
.client-ttl{
  font-size: 3.2rem;
  color:#AF1F08;
  font-weight: 500;
}
.client-list{
  display: flex;
  justify-content: center;
  gap:3.8rem;
  align-items: center;
  margin-top: 2rem;
}
.client-item{
  max-width: 271px;
}
/*  feature-------------------------------------------------*/
.camp-feature{
  margin:12.8rem 0 10.4rem;
}
.feature-flex{
  display: flex;
  justify-content: space-between;
  gap:6.4%;
}
.feature-info{
  width:39.6%;
}
.feature-img{
      margin-right: calc(46% - 50vw);
    flex: 1;
    width: 54%;
}
.feature-img img{
  width: 100%;
  height: 100%;
}
.dots-wrap {
    display: flex;
    justify-content: center;
    gap:2rem;
    margin-top:2rem;
}

.dots-wrap li {
    width: 12px;
    height: 12px;
    background:#1F1F1F;
    border-radius: 50%;
    cursor: pointer;
}

.dots-wrap li:hover,
.dots-wrap li.slick-active {
    background:#AF1F08;
}
.dots-wrap li button {
    display: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    padding: 0;
    border: none;
    background-color: transparent;
}
.feature-slider.slick-dotted.slick-slider {
    margin-bottom: 0;
}
.feature-ttl{
  font-size: 4.3rem;
  font-weight: 900;
  line-height: 1.3;
  margin-bottom:1.5rem ;
}

.camp-feature .top-service-flex{
  margin-top:15rem;
}
.camp-feature .top-service-item{
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.camp-feature .top-service-item.left {
    background-image: url(../images/feature02.jpg);
}
.camp-feature .top-service-item.right {
    background-image: url(../images/feature03.jpg);
}
.camp-feature .top-service-info {
    margin: 15rem 0 12rem;
}
.camp-feature .top-service-item.right .top-service-info {
    padding-left: 4.2rem;
}
.camp-feature .top-service-item.left .top-service-info {
    padding-right: 4.2rem;
}
/*  support-------------------------------------------------*/
.top-about-ttl .ja{
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.6rem;
  font-weight: 500;
}
.support-list{
  display: flex;
  flex-wrap: wrap;
  gap:4.5rem;
  margin-top: 4rem;
}
.support-item{
  width: calc((100% - 4.5rem)/2);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left;
  padding: 3rem 1.8rem 3rem;
}
.support-item.support01 {
    background-image: url(../images/support01.jpg);
}
.support-item.support02 {
    background-image: url(../images/support02.jpg);
}
.support-item.support03 {
    background-image: url(../images/support03.jpg);
}
.support-item.support04 {
    background-image: url(../images/support04.jpg);
}
.support-info{
  max-width: 369px;
  margin:0 0 0 auto;
}
.support-ttl{
  font-size: 2.6rem;
  font-weight: 900;
  margin-bottom: 1.4rem;
  line-height: 1.3;
}
.support-txt{
  font-size:1.8rem;
  font-weight: 700;
  line-height: 1.7;
}
/*  trainer-------------------------------------------------*/
.trainer{
  padding-top:10rem;
}
.trainer-flex{
  display: flex;
  gap:3%;
  margin-top:4rem;
  align-items: flex-end;
}
.trainer-img{
  width:26%;
}
.trainer-info{
  width:71%;
}
.trainer-name{
  font-size: 4.3rem;
  font-weight: 900;
  line-height: 1.3;
  margin-bottom: 2rem;
}
.trainer-name span{
  font-size: 2.3rem;
  font-weight: 500;
  padding-left: 3.7rem;
}
.trainer-txt{
  font-size:1.8rem;
  font-weight: 500;
  line-height: 1.7;
}
/*  equipment-------------------------------------------------*/
.equipment{
  padding-top: 20rem;
}
.equipment-flex{
  margin-top:5rem;
}
/*  menu-------------------------------------------------*/
.menu{
  padding-top:13.7rem ;
}
.menu-list{
  display: flex;
  flex-wrap: wrap;
  margin-top:5.6rem;
  gap:5.5rem;
}
.menu-item{
  width:calc((100% - 11rem)/3);
}
.menu-img{
  aspect-ratio: 364 / 279;
}
.menu-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.menu-ttl{
  font-size: 2.6rem;
  font-weight: 900;
  line-height: 1.3;
  margin:2rem 0 1rem;
}
.menu-tag{
  display: flex;
  flex-wrap: wrap;
  gap:0.6rem;
  margin:1rem 0;
}
.tag-item{
  border-radius: 999px;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1;
  min-width: 82px;
  text-align: center;
  padding:0.3rem 1.3rem;
  letter-spacing: 0.01em;
}
.tag-item.pro{
  color:#AF1F08;
  border: 1px solid #AF1F08;
  background-color: #2F0600;
}
.tag-item.standard{
  color:#AF1F08;
  border: 1px solid #606060;
  background-color: #212121;
}
.tag-item.light{
  color:#A2A2A2;
  border: 1px solid #606060;
  background-color: #212121;
}
.menu-txt {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.7;
}
/*  plan-------------------------------------------------*/
.plan{
  padding-top: 20rem;
}
.plan-heading-copy{
  margin: 2rem 0;
  font-size: 3.6rem;
  font-weight: 900;
  line-height: 1.3;
}
.plan-heading-txt{
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
}
.plan-list{
display: flex;
justify-content: center;
gap:5.4rem;
margin-top:11.2rem;
}
.plan-item{
  width:calc((100% - 10.8rem)/3);
  padding:3.2rem 1.7rem 2rem 1.7rem;
  text-align: center;
}
.plan-item.pro{
  background-color: #2F0600;
}
.plan-item.standard,
.plan-item.light{
  background-color: #2C2C2C;
}
.plan-ttl{
  font-size: 4.3rem;
  font-weight: 500;
  margin-bottom:4.4rem;
  line-height: 1.3;
}
.plan-txt{
  font-size:1.6rem;
  font-weight: 500;
  line-height: 1.7;
}
.plan-item.pro .plan-ttl,
.plan-item.standard .plan-ttl{
  color:#AF1F08;
}
.plan-item.light .plan-ttl{
  color:#A0A0A0;
}
.plan-price{
  font-size: 4rem;
  font-weight: 500;
  line-height: 1.5;
}
.detail-list{
  display: flex;
  flex-direction: column;
  margin-top: 3.6rem;
  gap:1rem;
}
.detail-item{
  background-color: #000;
  padding:1.7rem 2rem;
  text-align: left;
  font-size: 1.8rem;
  font-weight: 900;
  line-height: 1.5;
}
/*  tour-------------------------------------------------*/
.tour{
  padding-top: 20rem;
}
.plan-ttl span{
  display: block;
  font-size: 2.3rem;
}
/*  event-------------------------------------------------*/
.event{
  padding-top: 20rem;
}
.support-item.event01 {
    background-image: url(../images/support03.jpg);
}
.support-item.event02 {
    background-image: url(../images/support04.jpg);
}
.event .support-list{
  margin-top: 7.2rem;
}
.event-block{
  width: 100%;
  margin-top:8.6rem;
  padding:3.2rem 2rem 4.2rem;
}
.event-block .plan-ttl{
  margin-bottom: 2rem;
}
/*  bar-------------------------------------------------*/
.bar-sns{
  padding-top:7.4rem;
}
.sns-list{
  width: 54%;
  display: flex;
  gap:8.5rem;
  justify-content: center;
}
.bar-feature{
  margin-top:20rem;
}
.bar-flex{
  margin-top:4rem;
}
.osusume{
  padding-top:13.7rem;
}
.osusume-ttl{
  font-size: 4.3rem;
  font-weight: 900;
  line-height: 1.3;
  text-align: center ;
}
.osusume-list{
  margin: 4rem auto 0;
  display: flex;
  flex-wrap: wrap;
  gap:2rem;
  max-width: 1095px;
}
.osusume-item{
  width:calc((100% - 2rem)/2);
  background-color: #EAEAEA;
  padding:2.3rem 2.6rem;
  font-weight: 900;
  font-size:2.3rem;
  line-height: 1.5;
  color:#000;
}
.map{
  padding-top: 17.5rem;
}
.map-block{
  margin-top:2.4rem;
}
.information{
  padding-top:11.4rem;
}
.info-table{
  margin-top:2.4rem;
  width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
}
.info-table th,
.info-table td{
  border-top:1px solid #808080;
  text-align: left;
  padding:2.4rem 2rem;
  font-size: 1.8rem;
  font-weight: 500;
}
.info-table .table-last th,
.info-table .table-last td{
border-bottom:1px solid #808080;
}
.info-table th{
  width:130px;
  font-weight: 900;
  white-space: nowrap;
}
.coming-soon{
  text-align: center;
  margin-top:9.3rem;
}
.soon-ttl{
  font-size: 5.4rem;
  font-weight: 500;
  line-height: 1;
  color:#AF1F08;
  margin-bottom:2rem;
}
.back-btn{
  margin-top:6.4rem;
}
.btn{
    text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  text-decoration: none;
  color: #ffffff;
  font-size: 2rem;
  border-radius: 999px;
	max-width:206px;
  width: 100%;
  height: 41px;
  font-weight: 500;
  background-color: #212121;
  border:1px solid #707070;
  position: relative;
  box-sizing: border-box;
	margin:0 auto;
  transition: opacity .6s ease;
}
.btn:hover{
  opacity: .7;
}
.back-btn .btn:after{
  content: "";
  background-image: url(../images/back-arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width:13px;
  height:13px;
  position:absolute;
  left:18px;
  top:50%;
  transform: translateY(-50%);
}
/*  contact-------------------------------------------------*/
.contact{
  margin-top:14.8rem;
}
.contact-ttl{
  font-size: 5.4rem;
  font-weight: 500;
  line-height: 1;
  color:#AF1F08;
  margin-bottom: 6rem;
}
.contact-flex{
  display: flex;
  gap:7%;
}
.contact-info{
  width: 43%;
}
.contact-txt{
  font-size:1.6rem;
  font-weight: 500;
  line-height: 2;
}
.contct-form{
  width:50%;
}
.contact-table {
    width: 100%;
    text-align: left;
}
.table-list {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    width: 100%;
    margin-bottom: 3rem;
}
.table-list th,
.table-list td {
    font-size: 1.4rem;
    font-weight: 500;
}
.input-area {
    padding: 1.5rem 2rem;
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #777777;
}
textarea {
    width: 100%;
    height: 340px;
    border: 1px solid #777777;
    resize: vertical;
    padding: 1.5rem 2rem;
}
.essential {
    color:#B70000;
}
input:-internal-autofill-selected {
    box-shadow: 0 0 0 1000px rgb(0, 0, 0) inset !important; 
    -webkit-text-fill-color: #fff !important;
}
input:-webkit-autofill:focus {
    caret-color: #fff !important;
  }
:focus-visible {
    outline: none;
}
.form-attention{
  font-size: 1.4rem;
  font-weight: 500;
  margin-bottom: 2rem;
}
.policy {
    font-size: 1.4rem;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 10px;
}
input[type="checkbox"] {
    display: block;
    position: relative;
    width: 20px;
    height: 20px;
    border: 1px solid #777777;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
input[type="checkbox"]:checked:before {
    position: absolute;
    top: 1px;
    left: 5px;
    transform: rotate(50deg);
    width: 8px;
    height: 12px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    content: '';
}
.policy label {
    width: calc(100% - 30px);
}
.policy a{
  text-decoration: underline;
}
.contact-btn[disabled] {
    opacity: 0.3;
    cursor: not-allowed;
}
.form-btn{
  margin-top:6.2rem;
}
.form-btn-inner{
  position: relative;
  max-width: 206px;
  margin:0 auto;
}
.form-btn-inner:after{
  content: "";
  background-image: url(../images/back-arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width:13px;
  height:13px;
  position:absolute;
  right:18px;
  top:50%;
  transform: translateY(-50%)rotate(180deg) ;
}
.form-btn-inner:has(input:disabled):after{
    opacity: 0.3;
    cursor: not-allowed;
}
.form-btn .btn{
  font-size:1.6rem;
}
.contact-result{
min-height:calc(100vh - 263px);
padding-top:15rem;
  display: flex;
  flex-direction: column;
justify-content: center;
text-align:center;
}
.contact-result h2{
font-size:3rem;
margin-bottom:3rem;
line-height:1.5;
}
.contact-result p{
font-size:1.4rem;
}
/*  page-------------------------------------------------*/
.page h2{
  font-size:3rem;
  font-weight:700;
  margin:5rem 0 2rem;
}
.page p{
  font-size:1.6rem;
  font-weight:400;
  margin-bottom:3rem;
}
.page ul,
.page li,
.page ol{
  font-size:1.6rem;
  font-weight:400;
}
.page li,
.page ol{
  list-style: decimal;
   margin-left:2rem;
   margin-bottom:1rem;
}
.page ol{
  margin-top:1rem;
}
/*  sp-------------------------------------------------*/
@media screen and (max-width: 767px) {
  body {
    font-size: 1.4rem;
  }

  .pc-only {
    display: none;
  }

  .sp-only {
    display: block;
  }


  .header {
    height: 55px;
  }

  .nav-list {
    display: none;
  }

.header-nav {
    justify-content: center;
    margin: 1.3rem auto;
}
.header-logo a {
    max-width: 75px;
}
  .hamburger {
    position: absolute;
    right: 20px;
    top: 0;
    text-align: center;
    display: inline-block;
    width: 55px;
    height: 55px;
    z-index: 2;
  }

.hamburger span {
  position: absolute;
  transition: .3s;
}

.hamburger span:nth-child(1),
.hamburger span:nth-child(2) {
  background: #fff;
  height: 1px;
  right: 0;
}

.hamburger span:nth-child(1) {
  top: 21px;
  width: 33px;
}

.hamburger span:nth-child(2) {
  top: 31px;
  width: 43px;
}

.hamburger.bgactive span:nth-child(1) {
  transform: translateY(5px) rotate(15deg);
  width: 43px;
}

.hamburger.bgactive span:nth-child(2) {
  transform: translateY(-5px) rotate(-15deg);
  width: 43px;
}

.nav-sp {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  background: #000;
  text-align: center;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity .6s ease, visibility .6s ease;
  z-index: 1;
  visibility: hidden;
}

.nav-sp-flex {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.nav-list-sp {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  text-align: left;
  gap: 5rem;
}

.nav-item-sp a {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
}

.nav-sp.bgactive {
  opacity: 1;
  visibility: visible;
}
/* kv -------------------------------------------------*/
.kv-back {
  height: 89.6vh;
  min-height: 598px;
  max-height: 750px;
}
.kv-back div {
  background-position: center bottom;
}
.kv-back01 {
  background-image: url(../images/kv-back01-sp.jpg);
}

.kv-back02 {
  background-image: url(../images/kv-back02-sp.jpg);
}
.kv-main {
  top: 12%;
  left: 0;
  transform: none;
}
.kv-info .ttl-red{
  display: none;

}
.bold{
  font-weight: 700;
}
.kv-info .kv-copy{
  font-size: 3rem;
  margin:0 0 1rem 0;
}
.kv-txt{
    font-size: 1.4rem;
  max-width: none;
}
/*  top-service-------------------------------------------------*/
.top-service-ttl{
  padding:0.6rem;
  font-size: 1.9rem;
}
.top-service-flex{
  flex-direction: column;
}
.top-service-item {
    width: 100%;
  display: flex;
}
.top .top-service-img{
  background-position: 70%;
}
.top-service-info{
    margin:7.2rem 0 5.4rem;
      max-width: none;
}
.top-service-item.top .top-service-info{
  width:100%;
}
.top-service-item.left .top-service-info,
.top-service-item.right .top-service-info{
  padding-right:2rem ;
  padding-left: 2rem;
}
.ttl-red {
    font-size: 2.8rem;
}
.top-service-info .kv-copy{
  font-size: 3rem;
  margin:1.7rem 0 1rem;
}
.top-service-txt{
  font-size:1.4rem;
}
/*  top-about-------------------------------------------------*/
.top-about{
  padding:9.2rem 0 13.6rem;
}
.top-about-ttl{
  font-size: 5rem;
}
.top-about-ttl span{
    font-size: 2rem;
  padding:0.5rem 0 0 0;
  display: block;
}
.top-about-txt{
  font-size: 1.6rem;
  margin-top: 2.6rem;
}
/*  top-story-------------------------------------------------*/
.story01{
  background-image:  url(../images/story-back01-sp.jpg);
}
.story02{
  background-image:  url(../images/story-back02-sp.jpg);
}
.story03{
  background-image:  url(../images/story-back03-sp.jpg);
}
.story-content{
  height: 497px;
}
.story01 .story-content,
.story02 .story-content,
.story03 .story-content{
  margin:0;
}
.story-content .kv-copy{
  margin:0 0 1rem 0;
  font-size: 3rem;
}
.story-txt{
  font-size:1.4rem;
}
.top-closing{
  padding:2rem 0;
}
.closing-txt{
  font-size: 3rem;
}
.link-copy{
  font-size: 3rem;
  margin:1.7rem 0 1.5rem;
}
.top-link .top-service-info{
    margin: 2.5rem 0 ;
}
    /*  footer-------------------------------------------------*/
.footer {
  margin-top:4.4rem;
}
/*  page-camp-------------------------------------------------*/
/*  kv-------------------------------------------------*/
.page-kv{
  margin-top:55px;
}
.camp-kv{
  background-image:  url(../images/kv-camp-sp.jpg);
}
.bar-kv{
  background-image:  url(../images/kv-bar-sp.jpg);
}
.page-info{
  padding:7rem 0 10rem;
}
.page-kv .kv-txt{
  max-width: none;
}
.page-kv .kv-copy{
font-size: 3rem;
margin:1.7rem 0 1rem;
}
/*  heading-------------------------------------------------*/
.heading{
  padding-top:4rem;
}
.heading-copy{
font-size: 3rem;
margin-bottom: 1rem;
}
.heading-txt{
font-size: 1.4rem;
}
/*  client-------------------------------------------------*/
.client{
  padding-top: 4.7rem;
}
.client-ttl{
  font-size: 2rem;
}
.client-list{
  gap:2.2rem;
  margin-top: 1rem;
}
/*  feature-------------------------------------------------*/
.camp-feature{
  margin:4.7rem 0 5rem;
}
.feature-flex{
  flex-direction: column;
  gap:4rem;
}
.feature-info{
  width:100%;
}
.feature-img{
    margin-right:-20px;
    width: calc(100% + 20px);
}
.bar-flex .feature-img{
    margin-right:-20px;
    margin-left:-20px;
    width: calc(100% + 40px);
}
.dots-wrap {
    gap:1.4rem;
    margin-top:1.5rem;
}

.dots-wrap li {
    width: 8px;
    height: 8px;
}
.feature-ttl{
  font-size: 3rem;
  margin-bottom:1rem ;
}
.camp-feature .top-service-flex{
  margin-top:9.7rem;
}
.camp-feature .top-service-info {
  max-width: none;
  height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding:0;
  margin:0;
}
.camp-feature .top-service-item.right .top-service-info {
    padding-left: 2rem;
}
.camp-feature .top-service-item.left .top-service-info {
    padding-right: 2rem;
}
/*  support-------------------------------------------------*/
.top-about-ttl .ja{
  font-size: 1.6rem;
  padding-top:0.5rem;
}
.support-list{
  gap:1rem;
  margin-top: 1rem;
}
.support-item{
margin: 0 calc(50% - 50vw);
        width: 100vw;
        overflow: hidden;
  padding: 1.6rem 2rem;
}

.support-info{
  max-width: 75%;
}
.support-ttl{
  font-size: 1.8rem;
  margin-bottom: 0.7rem;
}
.support-txt{
  font-size:1.4rem;
}
/*  trainer-------------------------------------------------*/
.trainer{
  padding-top:6rem;
}
.trainer-flex{
  flex-direction: column;
  gap:3.3rem;
  margin-top:2.5rem;
  align-items: center;
}
.trainer-img{
  width:77%;
  margin:0 auto;
  text-align: center;
}
.trainer-info{
  width:100%;
}
.trainer-name{
  font-size: 3.3rem;
  margin-bottom: 1.2rem;
}
.trainer-name span{
  font-size: 1.8rem;
  padding-left: 0;
  display: block;
}
.trainer-txt{
  font-size:1.4rem;
}
/*  equipment-------------------------------------------------*/
.equipment{
  padding-top: 9.7rem;
}
.equipment-flex{
  flex-direction: column-reverse;
  margin-top:1.8rem;
  gap:1.2rem;
}
/*  menu-------------------------------------------------*/
.menu{
  padding-top:10rem ;
}
.menu-list{
  margin-top:2rem;
  gap:4rem;
}
.menu-item{
  width:100%;
}
.menu-ttl{
  font-size: 2.3rem;
}
.menu-txt {
    font-size: 1.4rem;
}
/*  plan-------------------------------------------------*/
.plan{
  padding-top: 10rem;
}
.plan-heading-copy{
  margin: 4rem 0 1rem;
  font-size: 3.3rem;
}
.plan-heading-txt{
  font-size: 1.4rem;
}
.plan-list{
  flex-direction: column;
gap:3rem;
margin-top:4rem;
}
.plan-item{
  width:100%;
}
.plan-ttl{
  font-size: 4rem;
  margin-bottom:4rem;
}
.plan-price{
  font-size: 3.6rem;
}
.detail-list{
  margin-top: 3rem;
}
.detail-item{
  padding:1.5rem 1.8rem;
  font-size: 1.6rem;
}
/*  tour-------------------------------------------------*/
.tour{
  padding-top: 8rem;
}
.plan-ttl span{
  font-size: 2.1rem;
}
/*  event-------------------------------------------------*/
.event{
  padding-top: 9rem;
}
.event .support-list{
  margin-top: 2rem;
}
.event-block{
  margin-top:4rem;
}
/*  bar-------------------------------------------------*/
.bar-sns{
  padding-top:3rem;
}
.sns-list{
  width: 100%;
  gap:3.3rem;
}
.sns-item{
  max-width: 94px;
}
.bar-feature{
  margin-top:4.3rem;
}
.bar-flex{
  margin-top:4.3rem;
}
.osusume{
  padding-top:6rem;
}
.osusume-ttl{
  font-size: 3rem;
}
.osusume-list{
  margin: 3rem auto 0;
  gap:1.6rem;
}
.osusume-item{
  width:100%;
  padding:1.5rem;
  font-size:1.4rem;
}
.map{
  padding-top: 6rem;
}
.map-block{
  margin-top:1.6rem;
  margin-left: -2rem;
  margin-right: -2rem;
  aspect-ratio: 1 / 1;
}
.map-block img{
  width:100%;
  height:100%;
  object-fit: cover;
}
.information{
  padding-top:6rem;
}
.info-table{
  margin-top:1.6rem;
}
.info-table th,
.info-table td{
  padding:2.4rem 0;
    font-size: 1.6rem;
}
.info-table th{
  width:100px;
  padding-right:2.7rem;
}
.coming-soon{
  margin-top:3rem;
}
.soon-ttl{
  font-size: 2.8rem;
}
.back-btn{
  margin-top:4rem;
}
.btn{
  font-size: 1.8rem;
}
/*  contact-------------------------------------------------*/
.contact{
  margin-top:12.6rem;
}
.contact-ttl{
  font-size: 2.8rem;
  margin-bottom: 2rem;
}
.contact-flex{
  flex-direction: column;
  gap:5rem;
}
.contact-info{
  width: 100%;
}
.contact-txt{
  font-size:1.2rem;
}
.contct-form{
  width:100%;
}
.table-list {
  gap:0.5rem;
    margin-bottom: 2rem;
}
textarea {
    height: 286px;
}
.contact-result{
min-height:calc(100vh - 135px);
padding-top:12rem;
}
.contact-result h2{
font-size:2.4rem;
margin-bottom:2rem;
}
/*  page-------------------------------------------------*/
.page h2{
  font-size:2rem;
  margin:3rem 0 1.5rem;
}
.page p{
  font-size:1.4rem;
  margin-bottom:1.5rem;
}
.page ul,
.page li,
.page ol{
  font-size:1.4rem;
}
.page ol{
   margin-left:1rem;
}
}