@charset "UTF-8";

.p-gk {

}

.p-gk .l-header__bottom {
  background: #ffeaea;
}

.p-gk .l-header__nav a:hover {
  color: #ff8875;
}

.p-gk .l-header__nav-active a {
  background: #ff8875;
  
}

.p-gk .l-header__nav-active a:hover {
  color: #fff;
}


.p-gk__mv {
  height: auto;
  background: none;
  position: relative;
}

.p-gk__mv-img {
  margin-inline: 0;
}

.p-gk__mv-catch-wrap {
  position: absolute;
  top: 50%;
  left: 12%;
  transform: translate(0%, -50%);
}

@media screen and (max-width: 768px) {
  .p-gk__mv-catch-wrap {
    left: 50%;
    transform: translate(-50%, -0%);
    width: 100%;
    background: #e60012;
    top: auto;
    bottom: 0;
  }
}

.p-gk__mv-catch-wrap figure img {
  width: 480px;
}

@media screen and (max-width: 768px) {
  .p-gk__mv-catch-wrap figure img {
    width: 250px;
    margin: 0 auto;
    padding: 20px 0;
  }
}

.p-gk__mv-catch-2 {
  text-align: center;
  letter-spacing: 3px;
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  .p-gk__mv-catch-2 {
    margin-top: 0px;
    margin-bottom: 20px;
  }
}

.p-gk__mv-scroll {
  left: 0;
}


.p-gk__godai .p-gk__ttl-en { 
  color: #ff8875;
}

.p-gk__ttl-sub {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  color: #333;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .p-gk__ttl-sub {
    font-size: calc(30 /750*100vw);
    margin-bottom: 10px;
  }
}

.p-gk__godai .p-gk__ttl {
  color: #e60012;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .p-gk__godai .p-gk__ttl {
    font-size: calc(43 /750*100vw);
  }
}

.p-gk__txt {
  line-height: 1.8;
  margin-bottom: 50px;
}

.p-gk__feature {
  background: linear-gradient(to bottom, #e60012 380px, #fff 380px);
}

.p-gk__feature-body {
  display: block;
}

.p-gk__feature-item {
  border: solid 1px #e0e0e0;
  border-radius: 10px;
  padding: 40px;
  background: #fff;
  display: flex;
  gap: 0 40px;
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .p-gk__feature-item {
    flex-direction: column-reverse;
    padding: 20px;
  }
}

.p-gk__feature-item-list {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .p-gk__feature-item-list {
    flex-direction: column;
  }

  .p-gk__feature-item-list-item {
    margin-bottom: 20px;
  }
}

.p-gk__feature-item_ttl {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #e60012;
}

@media screen and (max-width: 768px) {
  .p-gk__feature-item_ttl {
    font-size: calc(37 /750*100vw);
    margin-top: 20px;
  }
}

.p-gk__feature-item_text {
  line-height: 2;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .p-gk__feature-item_text {
    font-size: calc(30 /750*100vw);
  }
}

.p-gk__feature-item-left {
  width: 57%;
}

@media screen and (max-width: 768px) {
  .p-gk__feature-item-left {
    width: 100%;
  }
}

.p-gk__feature-item-right {
  width: 41%;
}

@media screen and (max-width: 768px) {
  .p-gk__feature-item-right {
    width: 100%;
  }
}

.p-gk__feature-item-2 {
  gap: 0 35px;
  align-items: center;
  margin-bottom: 0;
}

.p-gk__feature-item-2 .p-gk__feature-item-left {
  width: 42%;
}

@media screen and (max-width: 768px) {
  .p-gk__feature-item-2 .p-gk__feature-item-left {
    width: 100%;
  }
}

.p-gk__feature-item-2 .p-gk__feature-item-right {
  display: flex;
  gap: 0 20px;
  width: 58%;
}

@media screen and (max-width: 768px) {
  .p-gk__feature-item-2 .p-gk__feature-item-right {
    width: 100%;
  }
}

.p-gk__feature-item-2 .p-gk__feature-item_text {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .p-gk__ttl {
    font-size: calc(43 /750*100vw);
  }
}




.p-gk__about-body {
  display: flex;
  flex-wrap: wrap;
  gap: 45px;
}

@media screen and (max-width: 768px) {
  .p-gk__about-body {
    gap: 10px;
  }
}

.p-gk__about-item {
  width: 240px;
  padding: 20px;
  background: #fff;
  border: solid 2px #e60012;
  border-radius: 10px;
}

@media screen and (max-width: 768px) {
  .p-gk__about-item {
    width: 48%;
    padding: 15px 10px;
  }
}

.p-gk__about-item_num {
  font-family: "Josefin Sans", sans-serif;
  font-size: 20px;
  font-weight: 700;
  background: #fefe56;
  border-radius: 15px;
  padding: 2px 20px;
  text-align: center;
  width: 160px;
  color: hsl(355, 100%, 45%);
  margin: 0 auto 20px;
}

@media screen and (max-width: 768px) {
  .p-gk__about-item_num {
    width: 100px;
    font-size: calc(30 /750*100vw);
    margin-bottom: 10px;
  }
}

.p-gk__about-item_ttl {
  font-size: 22px;
  font-weight: 600;
  text-align: center;
  color: #e60012;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: solid 1px #e0e0e0;
}

@media screen and (max-width: 768px) {
  .p-gk__about-item_ttl {
    font-size: calc(33 /750*100vw);
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
}

.p-gk__about-item_text {
  line-height: 1.8;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .p-gk__about-item_text {
    font-size: calc(21 /750*100vw);
  }

  .p-tennis-table-sp-text {
    color: #fff;
  }
}


.p-gk__class {
  background: linear-gradient(to bottom, #ff8875 380px, #fff 380px);
}


.p-gk__class .p-tennis-table-btn {
  border: solid 1px #e60012;
}

.p-gk__class .p-tennis-table-btn.active,
.p-gk__class .p-tennis-table-btn:hover {
  background: #e60012;
}


.p-gk__class .table-ttl-th {
  background: #e60012;
}

.p-tennis__campaign-list-btm .p-tennis__campaign-item {
  display: block;
}

.p-tennis__campaign-list-btm .p-tennis__campaign-item-label{
  display: block;
  color: #000;
  margin-bottom: 10px;
}


.p-gk__campaign-item-price {
  margin: 0;
}

.p-gk__line-inner {
  margin-left: 210px;
  margin-right: 0;
}

.p-gk__line-inner .tennis-banner-img {
  left: -20px;
}

@media screen and (max-width: 768px) {
  .p-gk__line-inner {
    margin-left: 0;
  }

  .p-gk__line-inner .tennis-banner-img {
    left: 0;
  }

  .gk-banner-img {
    width: 165px;
  }
}



.p-gk-table-btm-btn {
  background: #ff8875;
}