@charset "UTF-8";
/*clear fix*/
/*
 * Mixin for placeholder
 * @include placeholderColor(#00ff00);
 */
.pageMain {
  padding: 160px 0 0;
}
@media screen and (max-width: 768px) {
  .pageMain {
    padding: 100px 0 0;
  }
}

.pageContent {
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .pageContent .commonHeader {
    padding: 0 15px;
  }
}

.commonHeader h2,
.commonHeader__white h2,
.commonHeader__imgWhite h2,
.commonHeader__center h2 {
  font-weight: 700;
  font-size: 5rem;
}
@media screen and (max-width: 768px) {
  .commonHeader h2,
  .commonHeader__white h2,
  .commonHeader__imgWhite h2,
  .commonHeader__center h2 {
    font-size: 4rem;
  }
}
.commonHeader p,
.commonHeader__white p,
.commonHeader__imgWhite p,
.commonHeader__center p {
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .commonHeader p,
  .commonHeader__white p,
  .commonHeader__imgWhite p,
  .commonHeader__center p {
    font-size: 1.6rem;
  }
}

.commonHeader h2, .commonHeader p,
.commonHeader__white h2,
.commonHeader__white p {
  color: #333333 !important;
}

.commonHeader__imgWhite h2, .commonHeader__imgWhite p {
  color: #FFFFFF;
}

.commonHeader__center h2, .commonHeader__center p {
  text-align: center;
}

.newsCtg__news,
.newsCtg__event {
  display: inline-block;
  padding: 5px 10px;
  background: #E0E0E0;
  font-size: 1rem;
  font-weight: 700;
  color: #333333 !important;
}

.ndetaiCtg__news,
.ndetaiCtg__event {
  display: inline-block;
  padding: 10px;
  background: #E0E0E0;
  font-size: 1.5rem;
  font-weight: 700;
  color: #333333 !important;
}
@media screen and (max-width: 768px) {
  .ndetaiCtg__news,
  .ndetaiCtg__event {
    padding: 5px 10px;
    font-size: 1rem;
  }
}

.newsCtg__news,
.ndetaiCtg__news {
  background: #8DB600;
  color: #FFFFFF !important;
}

.newsCtg__event,
.ndetaiCtg__event {
  background: #F0B800;
  color: #333333 !important;
}

.moreBtn {
  display: block;
  max-width: 280px;
  margin: 0 auto;
  font-weight: 700;
  font-size: 1.8rem;
  text-align: center;
}
.moreBtn a {
  display: block;
  padding: 20px 0;
  border-radius: 40px;
  background: #333333;
  color: #FFFFFF;
  letter-spacing: 0.2rem;
}

.w10 {
  width: 10% !important;
}

.w15 {
  width: 15% !important;
}

.w20 {
  width: 20% !important;
}

.w25 {
  width: 25% !important;
}

.w30 {
  width: 30% !important;
}

.w35 {
  width: 35% !important;
}

.w40 {
  width: 40% !important;
}

.w45 {
  width: 45% !important;
}

.w50 {
  width: 50% !important;
}

.w55 {
  width: 55% !important;
}

.w60 {
  width: 60% !important;
}

.w65 {
  width: 65% !important;
}

.w70 {
  width: 70% !important;
}

.w75 {
  width: 75% !important;
}

.w80 {
  width: 80% !important;
}

.w85 {
  width: 85% !important;
}

.w90 {
  width: 90% !important;
}

.w95 {
  width: 95% !important;
}

.w100 {
  width: 100% !important;
}

.w1000 {
  max-width: 1000px;
  margin: auto;
}

.ml-5 {
  margin-left: 5px;
}

.ml-10 {
  margin-left: 10px;
}

.ml-15 {
  margin-left: 15px;
}

.ml-20 {
  margin-left: 20px;
}

.ml-25 {
  margin-left: 25px;
}

.ml-30 {
  margin-left: 30px;
}

.mb-5 {
  margin-bottom: 5px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-35 {
  margin-bottom: 35px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-45 {
  margin-bottom: 45px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-55 {
  margin-bottom: 55px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-65 {
  margin-bottom: 65px;
}

.mb-70 {
  margin-bottom: 70px;
}

.pc-br {
  display: none;
}
@media screen and (min-width: 768px) {
  .pc-br {
    display: inline;
  }
}

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

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

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

@keyframes rotate {
  to {
    transform: rotate(360deg);
  }
}
/* Variables */
/* Loading Icon */
.loadingWrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFFFFF;
  z-index: 10000;
}

.loading {
  width: 100px;
  height: 100px;
}
.loading__ring {
  position: absolute;
  width: 100px;
  height: 100px;
}
.loading__ring:first-child {
  transform: skew(30deg, 20deg);
}
.loading__ring:last-child {
  transform: skew(-30deg, -20deg) scale(-1, 1);
}
.loading__ring:last-child svg {
  animation-delay: -0.5s;
}
.loading__ring svg {
  animation: rotate 1s linear infinite;
  fill: rgba(0, 0, 0, 0.2);
}

.fixedSideBtn {
  display: none;
}
@media screen and (max-width: 768px) {
  .fixedSideBtn {
    display: flex;
    position: fixed;
/*
    justify-content: space-between;
*/
    bottom: 170px;
    width: 100%;
    padding: 10px;
    height: 120px;
    z-index: 1498;
  }
  .fixedSideBtn .fixedMemberShipBtn,
  .fixedSideBtn .fixedMemberShipBtn2 {
    padding: 0 5px;
  }
  .fixedSideBtn a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 110px;
    height: 110px;
    margin: 0 auto;
    padding: 30px 0 0;
    border: solid 2px #8DB600;
    box-sizing: border-box;
    border-radius: 50%;
    color: #8DB600;
    background: url(../images/fixedSideicon.svg) no-repeat center 15px #333333;
    background-size: 60%;
    font-weight: 700;
    font-size: 1.2rem;
    text-align: center;
  }
  .fixedSideBtn .fixedMemberShipBtn2 a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 110px;
    height: 110px;
    margin: 0 auto;
    padding: 30px 0 0;
    border: solid 2px #00e3b6;
    box-sizing: border-box;
    border-radius: 50%;
    color: #00e3b6;
    background: url(../images/fixedSideicon2.svg) no-repeat center 15px #333333;
    background-size: 60%;
    font-weight: 700;
    font-size: 1.2rem;
    text-align: center;
  }
}

.fixedBtn {
  display: none;
}
@media screen and (max-width: 768px) {
  .fixedBtn {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.98);
    border-top: solid 1px #E0E0E0;
    z-index: 1498;
  }
  .fixedBtn .fixedMemberShipPr {
    width: 50%;
    padding: 10px;
    line-height: 1.3;
  }
  .fixedBtn .fixedMemberShipPr p {
    padding: 10px 0;
    font-weight: 600;
    font-size: 1.6rem;
    text-align: right;
  }
  .fixedBtn .fixedMemberShipPr .prBigText {
    color: #FFE500;
    font-size: 3rem;
    font-weight: 600;
    text-shadow: 1px 1px 0px #000, -1px -1px 0px #000, -1px 1px 0px #000, 1px -1px 0px #000, 1px 0px 0px #000, -1px 0px 0px #000, 0px 1px 0px #000, 0px -1px 0px #000;
  }
  .fixedBtn .fixedMemberShipPr .prBigText span {
    margin-left: 3px;
    font-size: 2rem;
  }
  .fixedBtn .fixedMemberShipBtn {
    width: 100%;
    padding: 10px;
  }
  .fixedBtn .fixedMemberShipBtn a {
    display: block;
    margin: 0 auto;
    padding: 10px;
    border: solid 2px #8DB600;
    border-radius: 60px;
    background: #333333;
    color: #8DB600;
    font-weight: 700;
    font-size: 0.8rem;
    letter-spacing: 0.3rem;
    text-align: center;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .fixedBtn .fixedMemberShipBtn a {
    width: 100%;
    padding: 10px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .fixedBtn .fixedMemberShipBtn2 {
    width: 100%;
    padding: 10px;
  }
  .fixedBtn .fixedMemberShipBtn2 a {
    display: block;
    margin: 0 auto;
    padding: 10px;
    border: solid 2px #8DB600;
    border-radius: 60px;
    background: #333333;
    color: #8DB600;
    font-weight: 700;
    font-size: 0.8rem;
    letter-spacing: 0.3rem;
    text-align: center;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .fixedBtn .fixedMemberShipBtn2 a {
    width: 100%;
    padding: 10px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .fixedBtn .fixedPhotoBtn {
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 10px;
    background: #8DB600;
  }
  .fixedBtn .fixedPhotoBtn a {
    display: block;
    margin: 0 auto;
    padding: 10px 20px;
    border: solid 2px #333333;
    border-radius: 60px;
    background: #FFFFFF;
    color: #333333;
    font-weight: 700;
    font-size: 1.6rem;
    text-align: center;
  }
}

.next-arrow,
.prev-arrow {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 30px;
  height: 30px;
  border-radius: 3px;
  border: solid 1px #8DB600;
  background: rgba(0, 0, 0, 0.6);
  z-index: 2;
}

.next-arrow {
  right: 10px;
  background: url(../images/prev-arrow.svg) no-repeat center rgba(0, 0, 0, 0.6);
  background-size: 15px 12px;
}

.prev-arrow {
  left: 10px;
  background: url(../images/next-arrow.svg) no-repeat center rgba(0, 0, 0, 0.6);
  background-size: 15px 12px;
}

.page-numbers {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 20px 0;
}
.page-numbers li {
  margin: 0;
  font-size: 1.4rem;
  text-align: center;
  overflow: hidden;
}
.page-numbers li:nth-of-type(2n + 2) {
  margin: 0 10px;
}
.page-numbers li a,
.page-numbers li span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
}
.page-numbers li span {
  border-radius: 50%;
  background: #333333;
  color: #FFFFFF;
}
.page-numbers li a.next, .page-numbers li a.prev {
  width: 80px;
  border: solid 1px #333333;
  border-radius: 3px;
  transition: all 0.3s linear;
}
.page-numbers li a.next:hover, .page-numbers li a.prev:hover {
  background: #333333;
  color: #FFFFFF;
  transition: all 0.3s linear;
}

.c-moreBtn {
  overflow: hidden;
  width: 100%;
  max-width: 200px;
  margin: 0 auto;
  border-radius: 35px;
  border: solid 1px #707070;
  font-weight: 600;
  font-size: 1.8rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c-moreBtn {
    max-width: 300px;
    font-size: 2.4rem;
  }
}
.c-moreBtn a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 50px;
}
@media screen and (min-width: 768px) {
  .c-moreBtn a {
    height: 70px;
    padding: 0 30px;
  }
}
.c-moreBtn a:hover {
  background: #ffc247;
}

.howtoplay-popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 999;
}
.howtoplay-popup.is-active {
  display: block;
}
.howtoplay-popup .howtoplay-popup__inner {
  display: flex;
  align-items: center;
  width: 100%;
  height: 62rem;
  margin: 0 auto;
  border-radius: 2rem;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .howtoplay-popup .howtoplay-popup__inner {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 70rem;
    height: 64rem;
    margin: auto !important;
  }
}
.howtoplay-popup .howtoplay-popup__inner .popup-arrow {
  position: absolute;
  bottom: 0;
}
@media screen and (min-width: 768px) {
  .howtoplay-popup .howtoplay-popup__inner .popup-arrow {
    bottom: 0;
  }
}
.howtoplay-popup .howtoplay-popup__inner .popup-arrow.next-arrow, .howtoplay-popup .howtoplay-popup__inner .popup-arrow.prev-arrow {
  display: block;
  width: 6rem;
  padding: 0.5rem 0;
  border-radius: 2rem;
  background: #FFFFFF;
  color: #FFFFFF;
  font-weight: 600;
  cursor: pointer;
  z-index: 10;
}
.howtoplay-popup .howtoplay-popup__inner .popup-arrow.next-arrow.slick-disabled, .howtoplay-popup .howtoplay-popup__inner .popup-arrow.prev-arrow.slick-disabled {
  opacity: 0.2;
}
.howtoplay-popup .howtoplay-popup__inner .popup-arrow.next-arrow {
  right: 30%;
}
@media screen and (min-width: 768px) {
  .howtoplay-popup .howtoplay-popup__inner .popup-arrow.next-arrow {
    right: 40%;
  }
}
.howtoplay-popup .howtoplay-popup__inner .popup-arrow.prev-arrow {
  left: 30%;
  background: #BCBCBC;
}
@media screen and (min-width: 768px) {
  .howtoplay-popup .howtoplay-popup__inner .popup-arrow.prev-arrow {
    left: 40%;
  }
}
.howtoplay-popup .howtoplay-popup__inner .howtoplay-box {
  position: relative;
  max-width: 34rem;
  height: 55rem;
  margin: 5rem 1.5rem;
  padding: 0 1rem 1.5rem;
  border-radius: 0.5rem;
  box-sizing: border-box;
  color: #FFFFFF;
  background: #FFFFFF;
}
@media screen and (min-width: 768px) {
  .howtoplay-popup .howtoplay-popup__inner .howtoplay-box {
    max-width: 60rem;
    width: 100%;
    margin: 5rem;
    padding: 0 2rem 3rem;
    border-radius: 2rem;
  }
}
.howtoplay-popup .howtoplay-popup__inner .howtoplay-box .howtoplay-box__inner {
  height: 100%;
  overflow: auto;
}
.howtoplay-popup .howtoplay-popup__inner .howtoplay-box h3 {
  display: block;
  padding: 2rem 0;
  color: #BCA138;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 2.4rem;
  text-align: center;
}
.howtoplay-popup .howtoplay-popup__inner .howtoplay-box h3 span {
  display: block;
  max-width: 12rem;
  margin: 1rem auto 0;
  padding: 0.7rem 0;
  font-weight: 500;
  border-radius: 3rem;
  background: #000;
  color: #FFFFFF;
  font-size: 1.8rem;
}
.howtoplay-popup .howtoplay-popup__inner .howtoplay-box h4 {
  display: block;
  margin: 0 0 2rem;
  color: #FFFFFF;
  font-weight: 600;
  font-size: 1.8rem;
  text-align: center;
}
.howtoplay-popup .howtoplay-popup__inner .howtoplay-box .howtoplay-photo {
  max-width: 27rem;
  margin: 0 auto;
}
.howtoplay-popup .howtoplay-popup__inner .howtoplay-box .howtoplay-text {
  max-width: 100%;
  margin: 2rem auto 0;
  font-size: 1.4rem;
  overflow: auto;
}
.howtoplay-popup .howtoplay-popup__inner .howtoplay-box .howtoplay-text p {
  color: #FFFFFF;
}
.howtoplay-popup .howtoplay-popup__inner .howtoplay-box .howtoplay-text iframe {
  display: block;
  width: 100%;
  margin: 2rem 0 0;
}
.howtoplay-popup .howtoplay-popup__inner .howtoplay-box .howtoplay-text .howtoplay-list {
  width: 27rem;
  margin: 0 auto 3rem;
  font-weight: 600;
  font-size: 1.4rem;
}
.howtoplay-popup .howtoplay-popup__inner .howtoplay-box .howtoplay-text .howtoplay-sheet {
  margin: 3rem 0 0;
}
.howtoplay-popup .howtoplay-popup__inner .howtoplay-box .howtoplay-text .howtoplay-sheet dt {
  margin: 0 0 1rem;
}
.howtoplay-popup .howtoplay-popup__inner .howtoplay-box .howtoplay-close {
  position: absolute;
  top: -1rem;
  right: -1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  border: solid 0.2rem #FFFFFF;
  background: #000000;
  color: #FFFFFF;
  font-size: 1.5rem;
  line-height: 0;
  cursor: pointer;
}

.girlSearch-area {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 999;
}
.girlSearch-area.is-active {
  display: flex !important;
}
.girlSearch-area .girlSearch-area__inner {
  width: 100%;
  height: 100%;
  position: relative;
  padding: 2rem 0 0;
  background: #FFFFFF;
  overflow: auto;
}
@media screen and (min-width: 768px) {
  .girlSearch-area .girlSearch-area__inner {
    max-width: 80rem;
    max-height: 95rem;
    width: 90%;
    height: 60rem;
    border-radius: 1rem;
    overflow: hidden;
  }
}
.girlSearch-area .girlSearch-area__inner h4 {
  display: block;
  margin: 0 0 3rem;
  color: #FFFFFF;
  font-size: 1.4rem;
  font-weight: 600;
  text-align: center;
}
.girlSearch-area .girlSearch-area__inner .girlSearch-close {
  position: absolute;
  top: 2rem;
  left: 2rem;
  color: #FFFFFF;
  font-weight: 600;
  font-size: 1.2rem;
  cursor: pointer;
}
.girlSearch-area .girlSearch-area__inner .girlSearch-reset {
  position: absolute;
  top: 2rem;
  right: 2rem;
  color: #BCA138;
  font-weight: 600;
  font-size: 1.2rem;
  cursor: pointer;
}
.girlSearch-area .girlSearch-area__inner .girlSearch-contArea {
  max-height: 100%;
  overflow: auto;
  padding: 0 0 11rem;
}
@media screen and (min-width: 768px) {
  .girlSearch-area .girlSearch-area__inner .girlSearch-contArea {
    max-height: 44rem;
    padding: 0;
  }
}
.girlSearch-area .girlSearch-area__inner .girlSearch-cont {
  margin: 0 0 2rem;
  padding: 0 2rem;
}
.girlSearch-area .girlSearch-area__inner .girlSearch-cont dt {
  margin: 0 0 0.5rem;
  color: #FFFFFF;
  font-weight: 600;
  font-size: 1.6rem;
}
.girlSearch-area .girlSearch-area__inner .girlSearch-cont .search-checkbox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .girlSearch-area .girlSearch-area__inner .girlSearch-cont .search-checkbox {
    justify-content: flex-start;
  }
}
.girlSearch-area .girlSearch-area__inner .girlSearch-cont .search-checkbox li {
  position: relative;
  width: 49%;
}
@media screen and (min-width: 768px) {
  .girlSearch-area .girlSearch-area__inner .girlSearch-cont .search-checkbox li {
    width: 25%;
    margin: 0 0.3% 0.6%;
  }
}
.girlSearch-area .girlSearch-area__inner .girlSearch-cont .search-checkbox li input[type=checkbox],
.girlSearch-area .girlSearch-area__inner .girlSearch-cont .search-checkbox li input[type=radio] {
  display: none;
}
.girlSearch-area .girlSearch-area__inner .girlSearch-cont .search-checkbox li input[type=checkbox]:checked + label,
.girlSearch-area .girlSearch-area__inner .girlSearch-cont .search-checkbox li input[type=radio]:checked + label {
  border: solid 0.1rem #BCA138;
  background: #FFF8FC;
  color: #BCA138;
}
.girlSearch-area .girlSearch-area__inner .girlSearch-cont .search-checkbox li input[type=checkbox]:checked + label:before,
.girlSearch-area .girlSearch-area__inner .girlSearch-cont .search-checkbox li input[type=radio]:checked + label:before {
  content: "";
  display: block;
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  width: 1.5rem;
  height: 0.8rem;
  margin: auto;
  border-left: 2px solid #BCA138;
  border-bottom: 2px solid #BCA138;
  transform: rotate(-45deg);
}
.girlSearch-area .girlSearch-area__inner .girlSearch-cont .search-checkbox li label {
  display: block;
  padding: 1rem;
  color: #FFFFFF;
  font-size: 1.4rem;
  border-radius: 0.5rem;
  border: solid 0.1rem #CCCCCC;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
}
.girlSearch-area .girlSearch-area__inner .girlSearch-cont .search-review {
  flex-direction: row-reverse;
  justify-content: flex-end;
  color: #FFFFFF;
  font-weight: 600;
  font-size: 1.2rem;
}
.girlSearch-area .girlSearch-area__inner .girlSearch-cont .search-review input[type=radio]:checked ~ label {
  color: #F8C601;
}
.girlSearch-area .girlSearch-area__inner .girlSearch-cont .search-review label {
  color: #D2D2D2;
  font-size: 3rem;
  padding: 0 0.5rem;
  cursor: pointer;
}
.girlSearch-area .girlSearch-area__inner .girlSearch-cont .search-review label:hover, .girlSearch-area .girlSearch-area__inner .girlSearch-cont .search-review label:hover ~ label {
  color: #F8C601;
}
.girlSearch-area .girlSearch-area__inner .girlSearch-cont .search-checkbox--btn {
  display: flex;
  flex-wrap: wrap;
}
.girlSearch-area .girlSearch-area__inner .girlSearch-cont .search-checkbox--btn li {
  position: relative;
  width: 32.3%;
  margin: 0 0.5% 1%;
}
@media screen and (min-width: 768px) {
  .girlSearch-area .girlSearch-area__inner .girlSearch-cont .search-checkbox--btn li {
    width: 16%;
    margin: 0 0.3% 0.6%;
  }
}
.girlSearch-area .girlSearch-area__inner .girlSearch-cont .search-checkbox--btn li input[type=checkbox],
.girlSearch-area .girlSearch-area__inner .girlSearch-cont .search-checkbox--btn li input[type=radio] {
  display: none;
}
.girlSearch-area .girlSearch-area__inner .girlSearch-cont .search-checkbox--btn li input[type=checkbox]:checked + label,
.girlSearch-area .girlSearch-area__inner .girlSearch-cont .search-checkbox--btn li input[type=radio]:checked + label {
  border: solid 0.1rem #BCA138;
  background: #FFF8FC;
  color: #BCA138;
}
.girlSearch-area .girlSearch-area__inner .girlSearch-cont .search-checkbox--btn li label {
  display: block;
  padding: 1rem;
  color: #FFFFFF;
  font-size: 1.2rem;
  border-radius: 0.5rem;
  border: solid 0.1rem #CCCCCC;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
}
.girlSearch-area .girlSearch-area__inner .girlSearch-cont .search-checkbox--box {
  display: flex;
  flex-wrap: wrap;
}
.girlSearch-area .girlSearch-area__inner .girlSearch-cont .search-checkbox--box li {
  position: relative;
  display: flex;
  align-items: center;
  margin: 0 3rem 0 0;
  padding: 0;
  font-weight: 600;
  font-size: 1.4rem;
  cursor: pointer;
}
.girlSearch-area .girlSearch-area__inner .girlSearch-cont .search-checkbox--box li input[type=checkbox],
.girlSearch-area .girlSearch-area__inner .girlSearch-cont .search-checkbox--box li input[type=radio] {
  display: none;
}
.girlSearch-area .girlSearch-area__inner .girlSearch-cont .search-checkbox--box li input[type=checkbox]:checked + label:after,
.girlSearch-area .girlSearch-area__inner .girlSearch-cont .search-checkbox--box li input[type=radio]:checked + label:after {
  border: solid 0.1rem #BCA138;
  background: #FFF8FC;
  color: #BCA138;
}
.girlSearch-area .girlSearch-area__inner .girlSearch-cont .search-checkbox--box li input[type=checkbox]:checked + label:before,
.girlSearch-area .girlSearch-area__inner .girlSearch-cont .search-checkbox--box li input[type=radio]:checked + label:before {
  content: "";
  display: block;
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  width: 1.5rem;
  height: 0.8rem;
  margin: auto;
  border-left: 2px solid #BCA138;
  border-bottom: 2px solid #BCA138;
  transform: rotate(-45deg);
}
.girlSearch-area .girlSearch-area__inner .girlSearch-cont .search-checkbox--box li label {
  display: flex;
  align-items: center;
}
.girlSearch-area .girlSearch-area__inner .girlSearch-cont .search-checkbox--box li label:after {
  content: "";
  display: block;
  margin: 0 0 0 0.5rem;
  border-radius: 0.3rem;
  border: solid 0.1rem #CCCCCC;
  width: 2.4rem;
  height: 2.4rem;
}
.girlSearch-area .girlSearch-area__inner .girlSearch-cont .search-checkbox--box li:last-of-type {
  margin: 0;
}
.girlSearch-area .girlSearch-area__inner input[type=checkbox],
.girlSearch-area .girlSearch-area__inner input[type=radio] {
  display: none;
}
.girlSearch-area .girlSearch-area__inner .search-bottom {
  position: fixed;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 2rem;
  margin: 2rem 0 0;
  background: #FFFFFF;
  box-shadow: 0 -1rem 3rem rgba(0, 0, 0, 0.09);
}
@media screen and (min-width: 768px) {
  .girlSearch-area .girlSearch-area__inner .search-bottom {
    position: absolute;
  }
}
.girlSearch-area .girlSearch-area__inner .search-bottom p {
  color: #FFFFFF;
  font-weight: 600;
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  .girlSearch-area .girlSearch-area__inner .search-bottom p {
    font-size: 1.8rem;
  }
}
.girlSearch-area .girlSearch-area__inner .search-bottom button {
  width: 17rem;
  padding: 1.5rem 0;
  border-radius: 0.5rem;
  background: #BCA138;
  color: #FFFFFF;
  font-weight: 600;
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  .girlSearch-area .girlSearch-area__inner .search-bottom button {
    width: 20rem;
    font-size: 1.8rem;
  }
}

.review-popup {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 999;
}
.review-popup.is-active {
  display: flex;
}
.review-popup .review-popup__inner {
  max-width: 40rem;
  width: 90%;
  height: 90%;
  margin: 0 auto;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .review-popup .review-popup__inner {
    height: 80%;
  }
}
.review-popup .review-popup__inner .review-form {
  width: 100%;
  height: auto;
  padding: 2rem;
  border-radius: 1rem;
  background: #FFFFFF;
  overflow: auto;
}
@media screen and (min-width: 768px) {
  .review-popup .review-popup__inner .review-form {
    padding: 3rem;
  }
}
.review-popup .review-popup__inner .review-form p {
  font-weight: 600;
  color: #FFFFFF;
  font-size: 1.4rem;
  text-align: center;
}
.review-popup .review-popup__inner .review-form .review-form__dl {
  margin: 2rem 0 0;
}
.review-popup .review-popup__inner .review-form .review-form__dl dt {
  margin: 0 0 0.5rem;
  color: #0F0E0E;
  font-size: 1.4rem;
}
.review-popup .review-popup__inner .review-form .review-form__dl dd {
  margin: 0 0 2rem;
}
.review-popup .review-popup__inner .review-form .review-form__dl dd .review-star {
  display: flex;
  flex-flow: row-reverse;
  justify-content: flex-end;
  color: #FFFFFF;
  font-weight: 600;
  font-size: 1.2rem;
}
.review-popup .review-popup__inner .review-form .review-form__dl dd .review-star input[type=radio] {
  display: none;
}
.review-popup .review-popup__inner .review-form .review-form__dl dd .review-star input[type=radio]:checked ~ label {
  color: #F8C601;
}
.review-popup .review-popup__inner .review-form .review-form__dl dd .review-star label {
  color: #D2D2D2;
  font-size: 2rem;
  padding: 0 0.2rem;
  cursor: pointer;
}
.review-popup .review-popup__inner .review-form .review-form__dl dd .review-star label:hover, .review-popup .review-popup__inner .review-form .review-form__dl dd .review-star label:hover ~ label {
  color: #F8C601;
}
.review-popup .review-popup__inner .review-form .review-form__dl dd select,
.review-popup .review-popup__inner .review-form .review-form__dl dd input[type=text] {
  width: 100%;
  padding: 1rem;
  border-radius: 0.5rem;
  border: solid 0.1rem #D8D8D8;
  color: #0F0E0E;
  font-weight: 600;
  font-size: 1.6rem;
}
.review-popup .review-popup__inner .review-form .review-form__dl dd textarea {
  width: 100%;
  min-height: 15rem;
  padding: 1rem;
  border: solid 0.1rem #D8D8D8;
  color: #FFFFFF;
  font-size: 1.4rem;
}
.review-popup .review-popup__inner .review-form button {
  display: block;
  width: 100%;
  padding: 1rem 0;
  border-radius: 0.5rem;
  background: #000000;
  color: #FFFFFF;
  font-weight: 600;
  font-size: 1.6rem;
}
.review-popup .review-popup__inner .review-form button:hover {
  background: #ff9600;
}
.review-popup .review-popup__inner .review-close {
  display: block;
  width: 10rem;
  margin: 3rem auto 2rem;
  padding: 0.5rem 0;
  border: solid 0.1rem #707070;
  border-radius: 3rem;
  background: #FFFFFF;
  color: #FFFFFF;
  font-weight: 600;
  font-size: 1.2rem;
  text-align: center;
  cursor: pointer;
}
.review-popup .review-popup__inner .review-close:hover {
  border: solid 0.1rem #ff9600;
  background: #ff9600;
  color: #FFFFFF;
}
.review-popup .review-popup__inner .review-close.is-active {
  background: #FFFFFF;
  color: #FFFFFF;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

.c-form-select,
.c-form-text,
.c-form-search,
.c-form-mail,
.c-form-tel,
.c-form-textarea {
  border-radius: 5px;
  font-size: 1.4rem;
}

.c-form-text,
.c-form-search,
.c-form-mail,
.c-form-tel,
.c-form-textarea {
  padding: 5px;
}

.c-form-text {
  background: #FFFFFF;
}

.c-form-search {
  background: #EFEFEF;
}
.c-form-search::placeholder {
  padding-left: 20px;
  background: url(../images/search-icon.svg) no-repeat 3px center;
}

.c-form-select {
  position: relative;
  /*
  &::before {
    content: '';
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    width: 10px;
    height: 10px;
    margin: auto;
    border: solid 2px #707070;
    border-top: 0;
    border-right: 0;
    transform: rotate(-45deg);
    transform-origin: bottom left;
    box-sizing: border-box;
  }
  */
}
.c-form-select select {
  width: 100%;
  padding: 15px;
  text-align-last: center;
}

.c-form-textarea {
  min-height: 300px;
}

.c-form-checkbox {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-form-checkbox:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  border-radius: 3px;
  border: solid 1px #707070;
}

input[type=checkbox]:checked + .c-form-checkbox::after {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 3px;
  width: 15px;
  height: 8px;
  margin: auto;
  border-left: 3px solid #096FCA;
  border-bottom: 3px solid #096FCA;
  transform: rotate(-45deg);
}

.c-switch {
  display: block;
  width: 100px;
  border: solid 1px #656565;
  border-radius: 30px;
  overflow: hidden;
}
.c-switch label {
  position: relative;
  cursor: pointer;
}
.c-switch label::before {
  content: "OFF";
  position: absolute;
  top: 0;
  left: 50px;
  display: block;
  width: 50px;
  padding: 5px 0;
  border-radius: 30px;
  background: #D9D9D9;
  text-align: center;
  transition: all 0.3s ease;
  z-index: 1;
}
.c-switch label.is-active::before {
  content: "ON";
  left: 0px;
}
.c-switch label .c-switchList {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.c-switch label .c-switchList li {
  width: 50%;
  padding: 5px 0;
  color: #656565;
  text-align: center;
}

.column-btnList {
  margin: 0 20px;
  padding: 20px 0;
}
.column-btnList .c-form-submit {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60px;
  margin: 0 auto 15px;
  border-radius: 5px;
  background: #45B9A3;
  color: #FFFFFF;
  font-weight: 600;
  font-size: 1.6rem;
}
.column-btnList .c-form-submit:last-of-type {
  margin: 0 auto;
}
.column-btnList .c-form-submit svg {
  margin-right: 5px;
}
.column-btnList .c-form-submit svg path {
  fill: #FFFFFF;
}

/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
html {
  box-sizing: border-box;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
}

*, :after, :before {
  background-repeat: no-repeat;
  box-sizing: inherit;
}

:after, :before {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  padding: 0;
  margin: 0;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible;
}

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden], template {
  display: none;
}

abbr[title] {
  border-bottom: 1px dotted;
  text-decoration: none;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active, a:hover {
  outline-width: 0;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
}

b, strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

input {
  border-radius: 0;
}

[role=button], [type=button], [type=reset], [type=submit], button {
  cursor: pointer;
}

[disabled] {
  cursor: default;
}

[type=number] {
  width: auto;
}

[type=search] {
  -webkit-appearance: textfield;
}

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button, input, optgroup, select, textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button;
}

button, select {
  text-transform: none;
}

button, input, select, textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden;
}

audio, canvas, progress, video {
  display: inline-block;
}

@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

::-moz-selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

html,
body {
  margin: 0;
  padding: 0;
  background: #FFFFFF;
  color: #333333;
}
html.is-noScroll,
body.is-noScroll {
  overflow-y: hidden;
}

body {
  box-sizing: border-box;
  background-size: 100%;
  font-family: "Archivo", sans-serif;
  word-break: break-all;
  webkit-appearance: none;
}
@media screen and (min-width: 768px) {
  body {
    background-size: auto;
  }
}

html {
  font-size: 62.5%;
  scroll-padding-top: 120px;
  scroll-behavior: smooth;
}
@media screen and (max-width: 768px) {
  html {
    scroll-padding-top: 70px;
  }
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
ul li {
  color: #5D5D5C;
}

a {
  text-decoration: none;
  color: #333333;
  transition: all 0.1s ease;
}
a:hover {
  text-decoration: none;
}
a img {
  transition: all 0.8s ease;
}
a img:hover {
  opacity: 0.9;
}
a:focus {
  outline: none;
}

a[href^=tel] {
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  a[href^=tel] {
    pointer-events: auto;
  }
}

img {
  max-width: 100%;
  margin: auto;
  vertical-align: top;
}

h1, h2, h3, h4, h5 {
  color: #333333;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

p {
  color: #333333;
}

span {
  word-break: break-word;
}

th, td {
  word-break: break-all;
}

input,
textarea {
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
input:placeholder-shown,
textarea:placeholder-shown {
  color: #A3A3A3 !important;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #A3A3A3 !important;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #A3A3A3 !important;
  opacity: 1;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #A3A3A3 !important;
  opacity: 1;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #A3A3A3 !important;
}
input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #A3A3A3 !important;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-width: 1000px;
  height: 120px;
  padding: 0 30px;
  background: rgba(255, 255, 255, 0.95);
  border-bottom: solid 1px #E0E0E0;
  z-index: 1500;
}
@media screen and (max-width: 768px) {
  header {
    min-width: auto;
    height: 70px;
    padding: 0 15px;
  }
}
header .headerLogo img {
  display: block;
  width: 140px;
}
@media screen and (max-width: 768px) {
  header .headerLogo img {
    width: 80px;
  }
}
header .headerMenu {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  header .headerMenu {
    display: none;
  }
}
header .headerMenu li {
  margin-right: 20px;
}
header .headerMenu li a {
  display: block;
  color: #333333;
  font-weight: 400;
  font-size: 2.3rem;
}
header .headerMenu li a span {
  display: block;
  font-size: 1rem;
  text-align: center;
}
header .headerMenu li.headerPersonal a {
  padding: 10px 15px;
  border: solid 2px #8DB600;
  border-radius: 30px;
  color: #8DB600;
  font-size: 1.4rem;
  text-align: center;
}
header .headerMenu li.headerMemberShip {
  margin-right: 0;
}
header .headerMenu li.headerMemberShip a {
  padding: 10px 15px;
  border: solid 2px #8DB600;
  border-radius: 30px;
  color: #8DB600;
  font-size: 1.4rem;
  text-align: center;
}
@media screen and (max-width: 992px) {
  header .memberMenuBtn {
    content: "";
    position: absolute;
    top: 0px;
    right: 60px;
    display: block;
  }
}
header .memberMenuBtn a {
  width: 120px;
  height: 120px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #FFFFFF;
  text-align: center;
  cursor: pointer;
}
@media screen and (max-width: 992px) {
  header .memberMenuBtn a {
    width: 70px;
    height: 70px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 0;
    border: none;
    background: #FFFFFF;
    text-align: center;
    cursor: pointer;
  }
}
header .memberMenuBtn span {
  display: block;
  color: #333333;
  font-size: 1.3rem;
}
@media screen and (max-width: 992px) {
  header .memberMenuBtn span {
    display: block;
    color: #333333;
    font-size: 1.1rem;
  }
}
header .memberMenuBtn img {
  width: 30px;
  margin: 0 0 3px;
}
@media screen and (max-width: 992px) {
  header .memberMenuBtn img {
    width: 30px;
    margin: 0 0 3px;
  }
}
header .headerMenuBtn {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  width: 30px;
  height: 29px;
  margin: auto 0;
  cursor: pointer;
}
@media screen and (min-width: 992px) {
  header .headerMenuBtn {
    display: none;
  }
}
header .headerMenuBtn span {
  content: "";
  position: absolute;
  top: 13px;
  right: 0;
  display: block;
  width: 100%;
  height: 3px;
  border-radius: 5px;
  background: #333333;
  transition: all 0.3s ease 0s;
}
header .headerMenuBtn.is-active span {
  opacity: 0;
  transition: all 0.3s ease 0s;
}
header .headerMenuBtn::before {
  content: "";
  position: absolute;
  top: 5px;
  right: 0;
  display: block;
  width: 100%;
  height: 3px;
  border-radius: 5px;
  background: #333333;
  transition: all 0.7s ease 0s;
}
header .headerMenuBtn::after {
  content: "";
  position: absolute;
  bottom: 5px;
  right: 0;
  display: block;
  width: 100%;
  height: 3px;
  border-radius: 5px;
  background: #333333;
  transition: all 0.7s ease 0s;
}
header .headerMenuBtn.is-active::before {
  top: 3px;
  transform: rotate(-45deg);
  transform-origin: 100% 0;
}
header .headerMenuBtn.is-active::after {
  bottom: 2px;
  transform: rotate(45deg);
  transform-origin: 100% 100%;
}

.headerNavi {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 0px;
  background: #FFFFFF;
  overflow: hidden;
  transition: all 0.7s ease 0s;
  z-index: 1499;
}
.headerNavi.is-active {
  height: 100%;
  transition: all 0.7s ease 0s;
}
.headerNavi .headerNaviList {
  padding: 70px 0 0;
}
.headerNavi .headerNaviList li a {
  display: flex;
  align-items: center;
  padding: 15px;
  color: #333333;
  font-weight: 700;
  font-size: 2.3rem;
}
.headerNavi .headerNaviList li a span {
  margin-left: 10px;
  font-size: 1.2rem;
}

footer {
  background: #FFFFFF;
}
@media screen and (max-width: 768px) {
  footer {
    padding-bottom: 200px;
  }
}
footer .footerMemberShip {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 580px;
  padding: 0 100px;
  background: url(../images/bg-footerMemberShip.jpg) no-repeat center top;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  footer .footerMemberShip {
    padding: 0 25px;
  }
}
footer .footerMemberShip * {
  color: #FFFFFF;
}
footer .footerMemberShip .footerMemberShipTitle {
  display: block;
  margin-bottom: 30px;
  font-size: 10rem;
}
@media screen and (max-width: 768px) {
  footer .footerMemberShip .footerMemberShipTitle {
    font-size: 4rem;
    text-align: center;
  }
}
footer .footerMemberShip .footerMemberShipText {
  display: block;
  max-width: 565px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  footer .footerMemberShip .footerMemberShipText {
    line-height: 1.7;
  }
}
footer .footerMemberShip .footerMemberShipText h4 {
  margin-bottom: 10px;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  footer .footerMemberShip .footerMemberShipText h4 {
    margin-bottom: 30px;
    text-align: center;
  }
}
footer .footerMemberShip .footerMemberShipText p {
  margin-bottom: 30px;
  font-size: 1.6rem;
}
footer .footerMemberShip .footerMemberShipText .footerMemberShipBtn a {
  display: block;
  width: 400px;
  padding: 10px 15px;
  border: solid 3px #8DB600;
  border-radius: 60px;
  color: #8DB600;
  font-weight: 700;
  font-size: 2.8rem;
  letter-spacing: 0.3rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  footer .footerMemberShip .footerMemberShipText .footerMemberShipBtn a {
    width: 100%;
    max-width: 400px;
    padding: 15px;
    font-size: 2rem;
  }
}
footer .footerFc {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 580px;
  padding: 0 100px;
  background: url(../images/bg-footerFc.jpg) no-repeat center top;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  footer .footerFc {
    height: 390px;
    padding: 0 25px;
  }
}
footer .footerFc * {
  color: #FFFFFF;
}
footer .footerFc .footerFcTitle {
  display: block;
  margin-bottom: 10px;
  font-size: 7rem;
  text-align: center;
  text-shadow: 0 0 10px #563300;
}
@media screen and (max-width: 768px) {
  footer .footerFc .footerFcTitle {
    font-size: 3rem;
  }
}
footer .footerFc .footerFcText {
  display: block;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  footer .footerFc .footerFcText {
    line-height: 1.7;
  }
}
footer .footerFc .footerFcText h4 {
  margin-bottom: 10px;
  font-size: 3rem;
  text-shadow: 0 0 10px #563300;
  text-align: center;
}
@media screen and (max-width: 768px) {
  footer .footerFc .footerFcText h4 {
    margin-bottom: 30px;
    font-size: 2rem;
  }
}
footer .footerFc .footerFcText p {
  margin-bottom: 30px;
  font-size: 1.6rem;
}
footer .footerFc .footerFcText .footerFcBtn {
  display: block;
  width: 500px;
  margin: 0 auto;
  padding: 15px 15px 10px;
  background: rgba(255, 255, 255, 0.7);
  border: solid 3px #6f4500;
  border-radius: 10px;
  color: #6f4500;
  font-weight: 700;
  font-size: 4rem;
  letter-spacing: 0.3rem;
  text-align: center;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  footer .footerFc .footerFcText .footerFcBtn {
    display: none;
  }
}
footer .footerFc .footerFcText .footerFcBtn span {
  display: block;
  color: #6f4500;
  font-size: 2rem;
  text-align: center;
}
footer .footerFc .footerFcText .footerFcBtnSp {
  display: none;
}
@media screen and (max-width: 768px) {
  footer .footerFc .footerFcText .footerFcBtnSp {
    display: block;
  }
}
footer .footerFc .footerFcText .footerFcBtnSp a {
  display: block;
  padding: 10px 15px;
  background: rgba(255, 255, 255, 0.7);
  border: solid 3px #6f4500;
  border-radius: 10px;
  color: #6f4500;
  font-weight: 700;
  font-size: 2rem;
  letter-spacing: 0.3rem;
  text-align: center;
}
footer .footerNavi {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1000px;
  height: 140px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  footer .footerNavi {
    display: none;
  }
}
footer .footerNavi .footerLogo img {
  display: block;
  width: 140px;
}
footer .footerNavi ul {
  display: flex;
  justify-content: flex-end;
}
footer .footerNavi ul li {
  margin-right: 15px;
}
footer .footerNavi ul li:last-of-type {
  margin-right: 0;
}
footer .footerNavi ul li a {
  color: #333333;
  font-weight: 700;
  font-size: 1.4rem;
}
footer .footerShops {
  padding: 50px 0;
  border-top: solid 1px #6F6F6F;
  border-bottom: solid 1px #6F6F6F;
}
@media screen and (max-width: 768px) {
  footer .footerShops {
    border-top: none;
  }
}
footer .footerShops * {
  color: #333333;
}
@media screen and (max-width: 768px) {
  footer .footerShops .commonHeader__center h2 {
    font-size: 3rem;
  }
}
@media screen and (max-width: 768px) {
  footer .footerShops .commonHeader__center p {
    font-size: 1.6rem;
  }
}
footer .footerShops .footerShopsBoxs {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1000px;
  margin: 30px auto 0;
}
@media screen and (max-width: 768px) {
  footer .footerShops .footerShopsBoxs {
    display: flex;
    flex-direction: column;
    padding: 0 15px;
  }
}
footer .footerShops .footerShopsBoxs .footerShopsBox {
  width: 215px;
}
@media screen and (max-width: 768px) {
  footer .footerShops .footerShopsBoxs .footerShopsBox {
    width: 100%;
    margin-bottom: 15px;
  }
  footer .footerShops .footerShopsBoxs .footerShopsBox:last-of-type {
    margin-bottom: 0;
  }
}
footer .footerShops .footerShopsBoxs .footerShopsBox h3 {
  position: relative;
  display: block;
  padding-bottom: 10px;
  border-bottom: solid 1px #5D5D5C;
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  footer .footerShops .footerShopsBoxs .footerShopsBox h3 {
    font-size: 1.8rem;
  }
  footer .footerShops .footerShopsBoxs .footerShopsBox h3::before {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    content: "";
    width: 25px;
    height: 25px;
    background: url(../images/footerArrow.svg) no-repeat center;
    background-size: 100%;
  }
  footer .footerShops .footerShopsBoxs .footerShopsBox h3.is-active::before {
    background: url(../images/footerArrowActive.svg) no-repeat center;
  }
}
footer .footerShops .footerShopsBoxs .footerShopsBox ul {
  padding: 5px 0 0;
}
@media screen and (max-width: 768px) {
  footer .footerShops .footerShopsBoxs .footerShopsBox ul {
    display: none;
    padding: 5px 0 0;
  }
}
footer .footerShops .footerShopsBoxs .footerShopsBox ul li {
  margin: 10px 0;
  font-size: 1.6rem;
}
footer .footerOtherNavi {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1000px;
  margin: 30px auto;
}
@media screen and (max-width: 768px) {
  footer .footerOtherNavi {
    flex-direction: column;
  }
}
footer .footerOtherNavi .footerOtherMenu {
  display: flex;
  justify-content: flex-start;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  footer .footerOtherNavi .footerOtherMenu {
    padding: 0 15px;
    flex-wrap: wrap;
    order: 1;
  }
}
footer .footerOtherNavi .footerOtherMenu li {
  margin-right: 15px;
}
@media screen and (max-width: 768px) {
  footer .footerOtherNavi .footerOtherMenu li {
    margin-bottom: 10px;
  }
}
footer .footerOtherNavi .footerOtherMenu li:last-of-type {
  margin-right: 0;
}
footer .footerOtherNavi .footerOtherMenu li a {
  display: flex;
  align-items: center;
  color: #333333;
}
footer .footerOtherNavi .footerOtherMenu li a::before {
  display: block;
  content: "";
  width: 14px;
  height: 14px;
  background: url(../images/arrowIcon.svg) no-repeat center left;
}
footer .footerOtherNavi .footerSnsMenu {
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  footer .footerOtherNavi .footerSnsMenu {
    order: 0;
    margin-bottom: 20px;
  }
}
footer .footerOtherNavi .footerSnsMenu li {
  margin-right: 10px;
}
footer .footerOtherNavi .footerSnsMenu li:last-of-type {
  margin-right: 0;
}
footer small {
  display: block;
  padding: 20px 0;
  font-size: 1.4rem;
  text-align: center;
}
footer small a {
  color: #333333;
}

.hero {
  position: relative;
  background: #FFFFFF;
}
@media screen and (max-width: 768px) {
  .hero {
    margin-top: 70px;
    margin-bottom: 10px !important;
  }
}
.hero .heroList {
  margin-bottom: 0 !important;
}
@media screen and (max-width: 768px) {
  .hero .heroList img {
    min-width: 250%;
    margin-left: -75%;
  }
}
.hero .heroListBox {
  position: relative;
}
.hero .heroListBox img {
  width: 100%;
}
.hero .heroListBox .heroListBoxtext {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  padding: 0 5vw;
}
.hero .heroListBox .heroListBoxtext * {
  color: #8DB600;
  font-weight: 700;
}
.hero .heroListBox .heroListBoxtext .heroTextMiddle {
  opacity: 0;
  font-size: 10vw;
  margin: 5px 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .hero .heroListBox .heroListBoxtext .heroTextMiddle {
    font-size: 14vw;
    text-align: center;
  }
}
.hero .heroListBox .heroListBoxtext .heroTextMiddle-s {
  opacity: 0;
  font-size: 5vw;
  margin: 5px 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .hero .heroListBox .heroListBoxtext .heroTextMiddle-s {
    font-size: 8vw;
    text-align: center;
  }
}
.hero .heroListBox .heroListBoxtext .heroText {
  opacity: 0;
  font-size: 1.7vw;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .hero .heroListBox .heroListBoxtext .heroText {
    font-size: 3.3vw;
    text-align: center;
  }
}
.hero .heroListBox .heroListBoxImage {
  position: relative;
}
@media screen and (max-width: 768px) {
  .hero .heroListBox .heroListBoxImage {
    position: relative;
    min-height: 460px;
  }
}
.hero .heroListBox.slick-active .heroTextMiddle,
.hero .heroListBox.slick-active .heroTextMiddle-s,
.hero .heroListBox.slick-active .heroText {
  animation-name: fadeUpAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}
.hero .slick-dots {
  bottom: 25px;
}
.hero .slick-dots li {
  margin: 0 10px;
}
@media screen and (max-width: 768px) {
  .hero .slick-dots li {
    margin: 0 5px;
  }
}
.hero .slick-dots li button::before {
  color: #9E9E9E;
  font-size: 17px;
  content: "■";
}
@media screen and (max-width: 768px) {
  .hero .slick-dots li button::before {
    font-size: 13px;
  }
}
.hero .slick-dots li.slick-active button::before {
  color: #8DB600;
}
@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media screen and (max-width: 768px) {
  .campaignContent {
    height: auto;
    padding: 0 15px;
  }
}
.campaignContent .campaignList {
  max-width: 1000px;
  margin: 0 auto;
}
.campaignContent .campaignList .campaignBox .campaignBoxDetail {
  margin-bottom: 30px;
  padding: 15px 0;
  font-size: 1.6rem;
  line-height: 1.7;
}

.aboutContent {
  height: 685px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: url(../images/bg-aboutContent2.jpg) no-repeat center top;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .aboutContent {
    height: auto;
    padding: 50px 15px;
  }
}
.aboutContent .aboutText {
  max-width: 70%;
  line-height: 2;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .aboutContent .aboutText {
    max-width: 100%;
  }
}
.aboutContent .aboutText p {
  color: #FFFFFF;
}

@media screen and (max-width: 768px) {
  .newsContent .commonHeader {
    padding: 0 15px;
  }
}
.newsContent .newsList {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.newsContent .newsList .newsBox {
  background: #FFFFFF;
}
.newsContent .newsList .newsBox a {
  position: relative;
  display: block;
  width: 320px;
  overflow: hidden;
}
.newsContent .newsList .newsBox a .newsCtg__news,
.newsContent .newsList .newsBox a .newsCtg__event {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.newsContent .newsList .newsBox a img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  transition: 0.5s all;
}
.newsContent .newsList .newsBox a:hover img {
  opacity: 0.5;
  transform: scale(1.2, 1.2);
  transition: 0.5s all;
}
.newsContent .newsList .newsBox a .newsBoxInfo {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 15px 20px;
  background: rgba(0, 0, 0, 0.7);
}
.newsContent .newsList .newsBox a .newsBoxInfo .newsBoxTitle {
  margin-bottom: 5px;
  color: #FFFFFF;
  font-size: 1.6rem;
}
.newsContent .newsList .newsBox a .newsBoxInfo .newsBoxDate {
  color: #FFFFFF;
  font-size: 1.2rem;
}

.courseContent {
  padding: 70px 0;
  background: #FFFFFF;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .courseContent {
    padding: 70px 15px;
  }
}
.courseContent .courseContentInner {
  max-width: 1000px;
  margin: 0 auto;
}
.courseContent .slideshow {
  position: relative;
  width: 100%;
  height: 51vh;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
@media screen and (max-width: 768px) {
  .courseContent .slideshow {
    justify-content: flex-start;
    height: 120vh;
  }
}
.courseContent .slideshow .slideshow-items {
  position: relative;
  width: 100%;
  height: 49.5vh;
}
@media screen and (max-width: 768px) {
  .courseContent .slideshow .slideshow-items {
    height: 162vh;
  }
}
.courseContent .slideshow .item {
  position: absolute;
  width: 100%;
  height: auto;
  z-index: 0;
}
.courseContent .slideshow .item.active {
  z-index: 5;
}
.courseContent .slideshow .item.active .item-image {
  opacity: 1 !important;
}
.courseContent .slideshow .item .item-image-container {
  position: relative;
  width: 42%;
  margin-left: 2%;
}
@media screen and (max-width: 768px) {
  .courseContent .slideshow .item .item-image-container {
    width: 100%;
  }
}
.courseContent .slideshow .item .item-image-container .item-image {
  position: relative;
  width: 100%;
  height: auto;
  opacity: 0;
  display: block;
  transition: opacity 0.3s ease-out 0.45s;
}
@media screen and (max-width: 768px) {
  .courseContent .slideshow .item .item-image-container .item-image {
    width: 85%;
    margin-left: 12%;
    margin-top: 7%;
  }
}
.courseContent .slideshow .item .item-header {
  position: absolute;
  top: 25px;
  left: 0;
  z-index: 100;
}
@media screen and (max-width: 768px) {
  .courseContent .slideshow .item .item-header {
    top: 0;
  }
}
.courseContent .slideshow .item .item-header .vertical-part {
  display: block;
  margin: 0;
  -webkit-font-smoothing: auto;
  font-size: min(3vw, 6.5rem);
  color: #8DB600;
}
@media screen and (max-width: 768px) {
  .courseContent .slideshow .item .item-header .vertical-part {
    font-size: min(12vw, 6.5rem);
  }
}
.courseContent .slideshow .item .item-header .vertical-part:last-of-type {
  font-size: min(1.4vw, 3.5rem);
}
@media screen and (max-width: 768px) {
  .courseContent .slideshow .item .item-header .vertical-part:last-of-type {
    font-size: min(6vw, 6.5rem);
  }
}
.courseContent .slideshow .item .item-header .vertical-part b {
  transition: 0.5s;
}
.courseContent .slideshow .item .item-description {
  position: absolute;
  top: 20px;
  right: 0;
  width: 50%;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .courseContent .slideshow .item .item-description {
    position: relative;
    width: 100%;
  }
}
.courseContent .slideshow .item .item-description .vertical-part {
  display: block;
  color: #333333;
  font-size: 1.6rem;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .courseContent .slideshow .item .slideshowBtn {
    width: 100%;
  }
  .courseContent .slideshow .item .slideshowBtn b {
    width: 100%;
  }
}
.courseContent .slideshow .item .slideshowBtnArea {
  display: flex;
  justify-content: flex-end;
  padding: 10px 0;
}
@media screen and (max-width: 768px) {
  .courseContent .slideshow .item .slideshowBtnArea {
    width: 100%;
  }
}
.courseContent .slideshow .item .slideshowBtnArea .moreDetailBtn {
  position: relative;
}
@media screen and (max-width: 768px) {
  .courseContent .slideshow .item .slideshowBtnArea .moreDetailBtn {
    width: 100%;
  }
}
.courseContent .slideshow .item .slideshowBtnArea .moreDetailBtn a {
  position: relative;
  display: inline-block;
  padding: 5px 25px;
  border: solid 1px #8DB600;
  background: #F5F5F5;
  color: #8DB600;
  font-size: 1.6rem;
  transition: 0.2s all;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .courseContent .slideshow .item .slideshowBtnArea .moreDetailBtn a {
    width: 100%;
    padding: 10px 25px;
  }
}
.courseContent .slideshow .item .slideshowBtnArea .moreDetailBtn::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 0%;
  height: 100%;
  background: #8DB600;
  transition: 0.2s all;
}
.courseContent .slideshow .item .slideshowBtnArea .moreDetailBtn:hover a {
  color: #333333;
  transition: 0.2s all;
}
.courseContent .slideshow .item .slideshowBtnArea .moreDetailBtn:hover::before {
  width: 100%;
  transition: 0.2s all;
}
.courseContent .vertical-part {
  overflow: hidden;
  display: inline-block;
}
.courseContent .vertical-part b {
  display: inline-block;
  transform: translateY(100%);
  transition: 0.5s;
}
.courseContent .item.active .item-image-container::before {
  opacity: 0.8;
}
.courseContent .item.active .item-header .vertical-part b {
  transform: translateY(0);
}
.courseContent .item.active .item-description .vertical-part b {
  transform: translateY(0);
}
.courseContent .controls {
  position: relative;
  text-align: right;
  z-index: 1000;
}
@media screen and (max-width: 768px) {
  .courseContent .controls {
    text-align: center;
  }
}
.courseContent .controls ul li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 3px;
  background: #bdbdd5;
  cursor: pointer;
}
.courseContent .controls ul li.active {
  background: #8DB600;
}

@media screen and (max-width: 768px) {
  .priceContent .commonHeader {
    padding: 0 15px;
  }
}
@media screen and (max-width: 768px) {
  .priceContent .courseContentInner {
    margin: 0 15px;
  }
}
.priceContent .courseContentInner .premiumPrice {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  padding: 45px;
  border: solid 2px #000000;
  border-image: linear-gradient(90deg, #a38131 0%, #e7c76d 33%, #ffe6c5 62%, #e3c05d 83%, #9d874e 100%);
  border-image-slice: 1;
  background: url(../images/courseMainImage3.jpg) no-repeat center;
  background-size: cover;
  color: #FFFFFF;
}
@media screen and (max-width: 768px) {
  .priceContent .courseContentInner .premiumPrice {
    padding: 10px;
  }
}
.priceContent .courseContentInner .premiumPrice::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}
.priceContent .courseContentInner .premiumPrice .premiumPriceHeader {
  width: 50%;
  margin-bottom: 15px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .priceContent .courseContentInner .premiumPrice .premiumPriceHeader {
    width: 100%;
    margin-bottom: 0;
  }
}
.priceContent .courseContentInner .premiumPrice .premiumPriceHeader h3 {
  background: linear-gradient(90deg, #a38131 0%, #e7c76d 33%, #ffe6c5 62%, #e3c05d 83%, #9d874e 100%);
  background: -webkit-linear-gradient(0deg, #a38131 0%, #e7c76d 33%, #ffe6c5 62%, #e3c05d 83%, #9d874e 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #FFFFFF;
  font-size: 4.7rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .priceContent .courseContentInner .premiumPrice .premiumPriceHeader h3 {
    padding: 15px 0;
    font-size: 3rem;
  }
}
.priceContent .courseContentInner .premiumPrice .premiumPriceAbout {
  margin: 10px 0;
  padding: 15px 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .priceContent .courseContentInner .premiumPrice .premiumPriceAbout {
    margin: 10px 0 20px;
  }
}
.priceContent .courseContentInner .premiumPrice .premiumPriceAbout dt {
  margin-bottom: 5px;
  color: #FFFFFF;
  font-size: 2.5rem;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .priceContent .courseContentInner .premiumPrice .premiumPriceAbout dt {
    font-size: 2rem;
  }
}
.priceContent .courseContentInner .premiumPrice .premiumPriceAbout dd {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.priceContent .courseContentInner .premiumPrice .premiumPriceAbout dd li {
  margin-bottom: 3px;
  font-size: 1.6rem;
  color: #FFFFFF;
}
.priceContent .courseContentInner .premiumPrice table {
  width: 50%;
  min-width: auto;
  border: solid 2px #e7c76d;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .priceContent .courseContentInner .premiumPrice table {
    width: 100%;
  }
}
.priceContent .courseContentInner .premiumPrice table th, .priceContent .courseContentInner .premiumPrice table td {
  border-color: #e7c76d;
  color: #e7c76d;
}
.priceContent .courseContentInner .pilatesPrice {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 45px;
  border: solid 2px #FFFFFF;
  border-image: linear-gradient(90deg, #71bcbf 0%, #71bcbf 100%);
  border-image-slice: 1;
  background: url(../images/courseMainImage4-new.jpg) no-repeat top center;
  background-color: #FFFFFF;
  background-size: 150%;
  color: #FFFFFF;
}
@media screen and (max-width: 768px) {
  .priceContent .courseContentInner .pilatesPrice {
    padding: 10px;
  }
}
.priceContent .courseContentInner .pilatesPrice::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.3);
}
.priceContent .courseContentInner .pilatesPrice .pilatesPriceHeader {
  width: 100%;
  margin-bottom: 15px;
  padding-top: 130px;
  background: url(../images/pilates-luana-logo.png) no-repeat center top;
  background-size: 180px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .priceContent .courseContentInner .pilatesPrice .pilatesPriceHeader {
    width: 100%;
    margin-bottom: 0;
    background-position: center 10px;
  }
}
.priceContent .courseContentInner .pilatesPrice .pilatesPriceHeader h3 {
  background: linear-gradient(90deg, #71bcbf 0%, #71bcbf 100%);
  background: -webkit-linear-gradient(90deg, #71bcbf 0%, #71bcbf 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Noto Serif JP", serif;
  color: #FFFFFF;
  font-size: 4.7rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .priceContent .courseContentInner .pilatesPrice .pilatesPriceHeader h3 {
    padding: 15px 0;
    font-size: 3rem;
  }
}
.priceContent .courseContentInner .pilatesPrice .pilatesPriceAbout {
  margin: 10px 0;
  padding: 15px 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .priceContent .courseContentInner .pilatesPrice .pilatesPriceAbout {
    margin: 10px 0 20px;
  }
}
.priceContent .courseContentInner .pilatesPrice .pilatesPriceAbout dt {
  margin-bottom: 5px;
  color: #FFFFFF;
  font-size: 2.5rem;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .priceContent .courseContentInner .pilatesPrice .pilatesPriceAbout dt {
    font-size: 2rem;
  }
}
.priceContent .courseContentInner .pilatesPrice .pilatesPriceAbout dd {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.priceContent .courseContentInner .pilatesPrice .pilatesPriceAbout dd li {
  margin-bottom: 3px;
  font-size: 1.6rem;
  color: #FFFFFF;
}
.priceContent .courseContentInner .pilatesPrice table {
  width: 100%;
  min-width: auto;
  border: solid 2px #71bcbf;
  background: rgba(255, 255, 255, 0.6);
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .priceContent .courseContentInner .pilatesPrice table {
    width: 100%;
  }
}
.priceContent .courseContentInner .pilatesPrice table th, .priceContent .courseContentInner .pilatesPrice table td {
  border-color: #71bcbf;
  color: #71bcbf;
  font-family: "Noto Serif JP", serif;
}
.priceContent .courseContentInner .courseTable {
  overflow: auto;
}
@media screen and (max-width: 768px) {
  .priceContent .courseContentInner .courseTable {
    padding: 0;
  }
}
.priceContent .courseContentInner table {
  width: 100%;
  min-width: 1000px;
  border: solid 1px #000000;
  border-collapse: collapse;
}
.priceContent .courseContentInner table th, .priceContent .courseContentInner table td {
  padding: 15px;
  border: solid 1px #000000;
  font-weight: 400;
  font-size: 1.8rem;
}
.priceContent .courseContentInner table th {
  width: 30%;
  font-weight: 700;
}
.priceContent .courseContentInner .courseText {
  margin: 0 0 30px;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .priceContent .courseContentInner .courseText {
    padding: 0 15px;
  }
}
.priceContent .courseContentInner .courseText ul {
  margin: 20px 0;
}

@media screen and (max-width: 768px) {
  .evemntSlide .commonHeader__white {
    padding: 0 15px;
  }
}

.floorMapContent {
  padding: 70px 0;
  background: #FFFFFF;
}
@media screen and (max-width: 768px) {
  .floorMapContent .commonHeader__white {
    padding: 0 15px;
  }
}
.floorMapContent .floorMapImage {
  width: 80%;
  margin: 0 auto 50px;
}
@media screen and (max-width: 768px) {
  .floorMapContent .floorMapImage {
    width: 100%;
    padding: 0 15px;
  }
}
.floorMapContent .floorMapThumbs {
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.floorMapContent .floorMapThumbs .floorMapThumbsBox {
  position: relative;
  width: 325px;
}
@media screen and (max-width: 768px) {
  .floorMapContent .floorMapThumbs .floorMapThumbsBox {
    width: 225px;
  }
}
.floorMapContent .floorMapThumbs .floorMapThumbsBox a {
  display: block;
  width: 100%;
  height: 250px;
}
.floorMapContent .floorMapThumbs .floorMapThumbsBox a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.floorMapContent .floorMapThumbs .floorMapThumbsBox::before {
  position: absolute;
  top: 10px;
  right: 10px;
  display: block;
  content: "";
  background: url(../images/zoomIcon.svg) no-repeat center top;
  width: 21px;
  height: 22px;
}

@media screen and (max-width: 768px) {
  .accessContent .commonHeader {
    padding: 0 15px;
  }
}
.accessContent .accessInfo {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .accessContent .accessInfo {
    flex-direction: column;
  }
}
.accessContent .accessInfo .accessData {
  width: 53%;
}
@media screen and (max-width: 768px) {
  .accessContent .accessInfo .accessData {
    width: 100%;
    padding: 30px 15px 0;
    order: 1;
  }
}
.accessContent .accessInfo .accessImage {
  width: 45%;
}
@media screen and (max-width: 768px) {
  .accessContent .accessInfo .accessImage {
    width: 100%;
    order: 0;
    margin-bottom: 10px;
  }
}
.accessContent .accessInfo .accessData {
  font-size: 1.6rem;
}
.accessContent .accessInfo .accessData .accessDataList {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .accessContent .accessInfo .accessData .accessDataList {
    flex-direction: column;
  }
}
.accessContent .accessInfo .accessData .accessDataList dt, .accessContent .accessInfo .accessData .accessDataList dd {
  margin-bottom: 10px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .accessContent .accessInfo .accessData .accessDataList dt, .accessContent .accessInfo .accessData .accessDataList dd {
    margin-bottom: 0;
    font-size: 1.5rem;
  }
}
.accessContent .accessInfo .accessData .accessDataList dt {
  display: flex;
  justify-content: space-between;
  width: 80px;
  font-weight: 700;
}
.accessContent .accessInfo .accessData .accessDataList dt::after {
  content: "：";
}
@media screen and (max-width: 768px) {
  .accessContent .accessInfo .accessData .accessDataList dt::after {
    content: "";
  }
}
.accessContent .accessInfo .accessData .accessDataList dd {
  display: flex;
  align-items: center;
  width: calc(100% - 80px);
}
@media screen and (max-width: 768px) {
  .accessContent .accessInfo .accessData .accessDataList dd {
    width: 100%;
    margin-bottom: 10px;
  }
}
.accessContent .accessMap {
  width: 100%;
}
.accessContent .accessMap iframe {
  width: 100%;
  height: 650px;
}
@media screen and (max-width: 768px) {
  .accessContent .accessMap iframe {
    height: 450px;
  }
}

.fpBannerBox img {
  max-width: auto;
  min-width: auto;
  width: 100%;
}

.newsContentPage .newsList,
.newsContentList .newsList {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  max-width: 1000px;
  margin: 0 auto;
}
.newsContentPage .newsList .newsBox,
.newsContentList .newsList .newsBox {
  width: 25%;
  background: #FFFFFF;
}
@media screen and (max-width: 768px) {
  .newsContentPage .newsList .newsBox,
  .newsContentList .newsList .newsBox {
    width: 100%;
    margin-bottom: 20px;
  }
  .newsContentPage .newsList .newsBox:last-of-type,
  .newsContentList .newsList .newsBox:last-of-type {
    margin-bottom: 0;
  }
}
.newsContentPage .newsList .newsBox a,
.newsContentList .newsList .newsBox a {
  position: relative;
  display: block;
  overflow: hidden;
}
.newsContentPage .newsList .newsBox a .newsCtg__news,
.newsContentPage .newsList .newsBox a .newsCtg__event,
.newsContentList .newsList .newsBox a .newsCtg__news,
.newsContentList .newsList .newsBox a .newsCtg__event {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.newsContentPage .newsList .newsBox a img,
.newsContentList .newsList .newsBox a img {
  width: 100%;
  height: 14vw;
  max-height: 250px;
  object-fit: cover;
  transition: 0.5s all;
}
@media screen and (max-width: 768px) {
  .newsContentPage .newsList .newsBox a img,
  .newsContentList .newsList .newsBox a img {
    height: 70vw;
  }
}
.newsContentPage .newsList .newsBox a:hover img,
.newsContentList .newsList .newsBox a:hover img {
  opacity: 0.5;
  transform: scale(1.2, 1.2);
  transition: 0.5s all;
}
.newsContentPage .newsList .newsBox a .newsBoxInfo,
.newsContentList .newsList .newsBox a .newsBoxInfo {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 15px 20px;
  background: rgba(0, 0, 0, 0.7);
}
.newsContentPage .newsList .newsBox a .newsBoxInfo .newsBoxTitle,
.newsContentList .newsList .newsBox a .newsBoxInfo .newsBoxTitle {
  margin-bottom: 5px;
  color: #FFFFFF;
  font-size: 1.6rem;
}
.newsContentPage .newsList .newsBox a .newsBoxInfo .newsBoxDate,
.newsContentList .newsList .newsBox a .newsBoxInfo .newsBoxDate {
  color: #FFFFFF;
  font-size: 1.2rem;
}

.ndetailContentPage .ndetailInner {
  padding: 15px 0;
}
@media screen and (max-width: 768px) {
  .ndetailContentPage .ndetailInner {
    padding: 15px;
  }
}
.ndetailContentPage .ndetailInner .ndetailHeader {
  margin: 0 0 50px;
}
@media screen and (max-width: 768px) {
  .ndetailContentPage .ndetailInner .ndetailHeader {
    margin: 0 0 20px;
  }
}
.ndetailContentPage .ndetailInner .ndetailHeader .ndetailTitle {
  display: block;
  margin: 0 0 20px;
  padding: 10px;
  border-left: solid 5px #8DB600;
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .ndetailContentPage .ndetailInner .ndetailHeader .ndetailTitle {
    padding: 5px;
    font-size: 1.8rem;
  }
}
.ndetailContentPage .ndetailInner .ndetailHeader .ndetailinfo {
  display: flex;
  align-items: center;
}
.ndetailContentPage .ndetailInner .ndetailHeader .ndetailinfo .ndetailDate {
  margin-left: 10px;
  font-size: 1.6rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .ndetailContentPage .ndetailInner .ndetailHeader .ndetailinfo .ndetailDate {
    font-size: 1.2rem;
  }
}
.ndetailContentPage .ndetailInner .ndetailImage {
  margin: 0 0 50px;
}
@media screen and (max-width: 768px) {
  .ndetailContentPage .ndetailInner .ndetailImage {
    margin: 0 0 20px;
  }
}
.ndetailContentPage .ndetailInner .ndetailImage img {
  display: block;
  margin: 0 auto;
}
.ndetailContentPage .ndetailInner .ndetailBody {
  margin: 0 0 70px;
}
.ndetailContentPage .ndetailInner .ndetailBody .ndetailContent {
  margin: 0 0 30px;
  font-size: 1.6rem;
  line-height: 1.7;
}
.ndetailContentPage .ndetailInner .ndetailBody .ndetailPager {
  display: flex;
  justify-content: center;
  font-size: 1.6rem;
  font-weight: 400;
}
.ndetailContentPage .ndetailInner .ndetailBody .ndetailPager li {
  margin: 0 10px;
}
.ndetailContentPage .ndetailInner .ndetailBody .ndetailPager li a {
  display: block;
  border: solid 1px #333333;
  border-radius: 3px;
  background: #333333;
  padding: 5px 15px;
  color: #FFFFFF;
  transition: all 0.2s linear;
}
.ndetailContentPage .ndetailInner .ndetailBody .ndetailPager li a:hover {
  background: #8DB600;
  color: #FFFFFF;
}

@media screen and (max-width: 768px) {
  .priceContentPage .commonHeader {
    padding: 0 15px;
  }
}
.priceContentPage .courseContentInner .courseText {
  margin: 0 0 30px;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .priceContentPage .courseContentInner .courseText {
    padding: 0 15px;
  }
}
.priceContentPage .courseContentInner .courseText * {
  color: #333333;
}
.priceContentPage .courseContentInner .courseText ul {
  margin: 20px 0;
}
.priceContentPage .courseContentInner .premiumPrice {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  padding: 45px;
  border: solid 2px #000000;
  border-image: linear-gradient(90deg, #a38131 0%, #e7c76d 33%, #ffe6c5 62%, #e3c05d 83%, #9d874e 100%);
  border-image-slice: 1;
  background: url(../images/courseMainImage3.jpg) no-repeat center;
  background-size: cover;
  color: #FFFFFF;
}
@media screen and (max-width: 768px) {
  .priceContentPage .courseContentInner .premiumPrice {
    padding: 10px;
  }
}
.priceContentPage .courseContentInner .premiumPrice::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}
.priceContentPage .courseContentInner .premiumPrice .premiumPriceHeader {
  width: 50%;
  margin-bottom: 15px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .priceContentPage .courseContentInner .premiumPrice .premiumPriceHeader {
    width: 100%;
    margin-bottom: 0;
  }
}
.priceContentPage .courseContentInner .premiumPrice .premiumPriceHeader h3 {
  background: linear-gradient(90deg, #a38131 0%, #e7c76d 33%, #ffe6c5 62%, #e3c05d 83%, #9d874e 100%);
  background: -webkit-linear-gradient(0deg, #a38131 0%, #e7c76d 33%, #ffe6c5 62%, #e3c05d 83%, #9d874e 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #FFFFFF;
  font-size: 4.7rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .priceContentPage .courseContentInner .premiumPrice .premiumPriceHeader h3 {
    padding: 15px 0;
    font-size: 3rem;
  }
}
.priceContentPage .courseContentInner .premiumPrice .premiumPriceAbout {
  margin: 10px 0;
  padding: 15px 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .priceContentPage .courseContentInner .premiumPrice .premiumPriceAbout {
    margin: 10px 0 20px;
  }
}
.priceContentPage .courseContentInner .premiumPrice .premiumPriceAbout dt {
  margin-bottom: 5px;
  color: #FFFFFF;
  font-size: 2.5rem;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .priceContentPage .courseContentInner .premiumPrice .premiumPriceAbout dt {
    font-size: 2rem;
  }
}
.priceContentPage .courseContentInner .premiumPrice .premiumPriceAbout dd {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.priceContentPage .courseContentInner .premiumPrice .premiumPriceAbout dd li {
  margin-bottom: 3px;
  font-size: 1.6rem;
  color: #FFFFFF;
}
.priceContentPage .courseContentInner .premiumPrice table {
  width: 50%;
  min-width: auto;
  border: solid 2px #e7c76d;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .priceContentPage .courseContentInner .premiumPrice table {
    width: 100%;
  }
}
.priceContentPage .courseContentInner .premiumPrice table th, .priceContentPage .courseContentInner .premiumPrice table td {
  border-color: #e7c76d;
  color: #e7c76d;
}
.priceContentPage .courseContentInner .pilatesPrice {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 45px;
  border: solid 2px #000000;
  border-image: linear-gradient(90deg, #71bcbf 0%, #71bcbf 100%);
  border-image-slice: 1;
  background: url(../images/courseMainImage4-new.jpg) no-repeat top center;
  background-size: 150%;
  background-color: #FFFFFF;
  color: #FFFFFF;
}
@media screen and (max-width: 768px) {
  .priceContentPage .courseContentInner .pilatesPrice {
    padding: 10px;
  }
}
.priceContentPage .courseContentInner .pilatesPrice::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.3);
}
.priceContentPage .courseContentInner .pilatesPrice .pilatesPriceHeader {
  width: 100%;
  margin-bottom: 15px;
  padding-top: 15px;
  background-size: 180px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .priceContentPage .courseContentInner .pilatesPrice .pilatesPriceHeader {
    width: 100%;
    margin-bottom: 0;
    background-position: center 10px;
  }
}
.priceContentPage .courseContentInner .pilatesPrice .pilatesPriceHeader h3 {
  background: linear-gradient(90deg, #71bcbf 0%, #71bcbf 100%);
  background: -webkit-linear-gradient(90deg, #71bcbf 0%, #71bcbf 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Noto Serif JP", serif;
  color: #FFFFFF;
  font-size: 4.7rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .priceContentPage .courseContentInner .pilatesPrice .pilatesPriceHeader h3 {
    padding: 15px 0 0;
    font-size: 3rem;
  }
}
.priceContentPage .courseContentInner .pilatesPrice .pilatesPriceHeader span {
  display: block;
  background: linear-gradient(90deg, #71bcbf 0%, #71bcbf 100%);
  background: -webkit-linear-gradient(90deg, #71bcbf 0%, #71bcbf 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Noto Serif JP", serif;
  color: #FFFFFF;
  font-size: 1.3rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .priceContentPage .courseContentInner .pilatesPrice .pilatesPriceHeader span {
    padding: 15px 0;
    font-size: 1rem;
  }
}
.priceContentPage .courseContentInner .pilatesPrice .pilatesPriceAbout {
  margin: 10px 0;
  padding: 15px 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .priceContentPage .courseContentInner .pilatesPrice .pilatesPriceAbout {
    margin: 10px 0 20px;
  }
}
.priceContentPage .courseContentInner .pilatesPrice .pilatesPriceAbout dt {
  margin-bottom: 5px;
  color: #FFFFFF;
  font-size: 2.5rem;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .priceContentPage .courseContentInner .pilatesPrice .pilatesPriceAbout dt {
    font-size: 2rem;
  }
}
.priceContentPage .courseContentInner .pilatesPrice .pilatesPriceAbout dd {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.priceContentPage .courseContentInner .pilatesPrice .pilatesPriceAbout dd li {
  margin-bottom: 3px;
  font-size: 1.6rem;
  color: #FFFFFF;
}
.priceContentPage .courseContentInner .pilatesPrice table {
  width: 100%;
  min-width: auto;
  border: solid 2px #71bcbf;
  background: rgba(255, 255, 255, 0.6);
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .priceContentPage .courseContentInner .pilatesPrice table {
    width: 100%;
  }
}
.priceContentPage .courseContentInner .pilatesPrice table th, .priceContentPage .courseContentInner .pilatesPrice table td {
  border-color: #71bcbf;
  color: #71bcbf;
  font-family: "Noto Serif JP", serif;
}

.courseTable {
  overflow: auto;
}
@media screen and (max-width: 768px) {
  .courseTable {
    padding: 0 15px;
  }
}
.courseTable table {
  width: 100%;
  min-width: 1000px;
  border: solid 1px #000000;
  border-collapse: collapse;
}
@media screen and (max-width: 768px) {
  .courseTable table {
    min-width: auto !important;
  }
}
.courseTable table th, .courseTable table td {
  padding: 15px;
  border: solid 1px #000000;
  font-weight: 400;
  font-size: 1.8rem;
}
.courseTable table th {
  width: 30%;
  font-weight: 700;
}

.floorMapContentPage .floorMapImage {
  width: 80%;
  margin: 0 auto 50px;
}
@media screen and (max-width: 768px) {
  .floorMapContentPage .floorMapImage {
    width: 100%;
    padding: 0 15px;
  }
}
.floorMapContentPage .floorMapThumbs {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.floorMapContentPage .floorMapThumbs .floorMapThumbsBox {
  position: relative;
  width: 33.3333333333%;
}
@media screen and (max-width: 768px) {
  .floorMapContentPage .floorMapThumbs .floorMapThumbsBox {
    width: 50%;
  }
}
.floorMapContentPage .floorMapThumbs .floorMapThumbsBox a {
  display: block;
  width: 100%;
  height: 250px;
}
.floorMapContentPage .floorMapThumbs .floorMapThumbsBox a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.floorMapContentPage .floorMapThumbs .floorMapThumbsBox::before {
  position: absolute;
  top: 10px;
  right: 10px;
  display: block;
  content: "";
  background: url(../images/zoomIcon.svg) no-repeat center top;
  width: 21px;
  height: 22px;
}
.floorMapContentPage .floorMapText {
  display: block;
  margin-bottom: 30px;
  font-size: 1.6rem;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .floorMapContentPage .floorMapText {
    padding: 0 15px;
  }
}

@media screen and (max-width: 768px) {
  .accessContentPage .commonHeader {
    padding: 0 15px;
  }
}
.accessContentPage .accessInfo {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .accessContentPage .accessInfo {
    flex-direction: column;
  }
}
.accessContentPage .accessInfo .accessData {
  width: 53%;
}
@media screen and (max-width: 768px) {
  .accessContentPage .accessInfo .accessData {
    width: 100%;
    padding: 30px 15px 0;
    order: 1;
  }
}
.accessContentPage .accessInfo .accessImage {
  width: 45%;
}
@media screen and (max-width: 768px) {
  .accessContentPage .accessInfo .accessImage {
    width: 100%;
    order: 0;
    margin-bottom: 10px;
  }
}
.accessContentPage .accessInfo .accessData {
  font-size: 1.6rem;
}
.accessContentPage .accessInfo .accessData .accessDataList {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .accessContentPage .accessInfo .accessData .accessDataList {
    flex-direction: column;
  }
}
.accessContentPage .accessInfo .accessData .accessDataList dt, .accessContentPage .accessInfo .accessData .accessDataList dd {
  margin-bottom: 10px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .accessContentPage .accessInfo .accessData .accessDataList dt, .accessContentPage .accessInfo .accessData .accessDataList dd {
    margin-bottom: 0;
    font-size: 1.5rem;
  }
}
.accessContentPage .accessInfo .accessData .accessDataList dt {
  display: flex;
  justify-content: space-between;
  width: 80px;
  font-weight: 700;
}
.accessContentPage .accessInfo .accessData .accessDataList dt::after {
  content: "：";
}
@media screen and (max-width: 768px) {
  .accessContentPage .accessInfo .accessData .accessDataList dt::after {
    content: "";
  }
}
.accessContentPage .accessInfo .accessData .accessDataList dd {
  display: flex;
  align-items: center;
  width: calc(100% - 80px);
}
@media screen and (max-width: 768px) {
  .accessContentPage .accessInfo .accessData .accessDataList dd {
    width: 100%;
    margin-bottom: 10px;
  }
}
.accessContentPage .accessMap {
  width: 100%;
}
.accessContentPage .accessMap iframe {
  width: 100%;
  height: 650px;
}
@media screen and (max-width: 768px) {
  .accessContentPage .accessMap iframe {
    height: 450px;
  }
}

.aboutContentPage {
  background-size: cover;
}
.aboutContentPage .aboutText {
  margin-bottom: 20px;
  line-height: 2;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .aboutContentPage .aboutText {
    height: auto;
    padding: 0 15px;
  }
}
.aboutContentPage .aboutText::last-of-type {
  margin-bottom: 0;
}

.courseContentPage .courseList .courseListBox {
  display: flex;
  margin-bottom: 40px;
  background: #F5F5F5;
}
@media screen and (max-width: 768px) {
  .courseContentPage .courseList .courseListBox {
    display: block;
  }
}
.courseContentPage .courseList .courseListBox .courseListImage {
  width: 40%;
}
@media screen and (max-width: 768px) {
  .courseContentPage .courseList .courseListBox .courseListImage {
    width: 100%;
  }
}
.courseContentPage .courseList .courseListBox .courseListImage img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .courseContentPage .courseList .courseListBox .courseListImage img {
    height: 200px;
  }
}
.courseContentPage .courseList .courseListBox .courseListText {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 60%;
  padding: 20px;
}
@media screen and (max-width: 768px) {
  .courseContentPage .courseList .courseListBox .courseListText {
    width: 100%;
  }
}
.courseContentPage .courseList .courseListBox .courseListText .courseListTitle {
  display: block;
  margin-bottom: 10px;
  color: #333333;
  font-size: 2.6rem;
}
@media screen and (max-width: 768px) {
  .courseContentPage .courseList .courseListBox .courseListText .courseListTitle {
    font-size: 2.2rem;
  }
}
.courseContentPage .courseList .courseListBox .courseListText .courseListCmnt {
  margin-bottom: 20px;
  font-size: 1.6rem;
  line-height: 2;
}
.courseContentPage .courseList .courseListBox .courseListText .courseListCmnt * {
  color: #333333;
}
.courseContentPage .courseList .courseListBox .courseListText .courseListBtnArea {
  display: flex;
  justify-content: flex-end;
}
.courseContentPage .courseList .courseListBox .courseListText .courseListBtnArea .moreDetailBtn {
  position: relative;
}
@media screen and (max-width: 768px) {
  .courseContentPage .courseList .courseListBox .courseListText .courseListBtnArea .moreDetailBtn {
    width: 100%;
  }
}
.courseContentPage .courseList .courseListBox .courseListText .courseListBtnArea .moreDetailBtn a {
  position: relative;
  display: inline-block;
  padding: 5px 25px;
  border: solid 1px #8DB600;
  background: #F5F5F5;
  color: #8DB600;
  font-size: 1.6rem;
  transition: 0.2s all;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .courseContentPage .courseList .courseListBox .courseListText .courseListBtnArea .moreDetailBtn a {
    width: 100%;
    padding: 10px 25px;
  }
}
.courseContentPage .courseList .courseListBox .courseListText .courseListBtnArea .moreDetailBtn::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 0%;
  height: 100%;
  background: #8DB600;
  transition: 0.2s all;
}
.courseContentPage .courseList .courseListBox .courseListText .courseListBtnArea .moreDetailBtn:hover a {
  color: #333333;
  transition: 0.2s all;
}
.courseContentPage .courseList .courseListBox .courseListText .courseListBtnArea .moreDetailBtn:hover::before {
  width: 100%;
  transition: 0.2s all;
}
.courseContentPage .courseList .courseListBox:nth-of-type(2n+2) {
  flex-direction: row-reverse;
}
.courseContentPage .courseList .courseListBox:nth-of-type(2n+2) .courseListBtnArea {
  justify-content: flex-start;
}
.courseContentPage .courseList .courseListBox:last-of-type {
  margin-bottom: 0;
}
.courseContentPage .courseContentInner {
  padding: 0;
}
@media screen and (max-width: 768px) {
  .courseContentPage .courseContentInner {
    padding: 0 15px;
  }
}
.courseContentPage .courseContentInner .courseContentTitle {
  margin-bottom: 20px;
  padding: 0 0 0 10px;
  border-left: solid 5px #8DB600;
}
.courseContentPage .courseContentInner .courseContentTitle h3 {
  font-size: 2.4rem;
}
.courseContentPage .courseContentInner .courseContentBox {
  border-bottom: solid 1px #b3b3b3;
}
.courseContentPage .courseContentInner .courseContentBox:last-of-type {
  border-bottom: none;
}
.courseContentPage .courseContentInner .courseContentSection,
.courseContentPage .courseContentInner .courseContentSection2 {
  margin-bottom: 40px;
  padding: 0 0 30px;
}
.courseContentPage .courseContentInner .courseContentSection *,
.courseContentPage .courseContentInner .courseContentSection2 * {
  font-size: 1.6rem;
  line-height: 2;
}
.courseContentPage .courseContentInner .courseContentSection h4,
.courseContentPage .courseContentInner .courseContentSection2 h4 {
  display: block;
  margin-bottom: 10px;
  padding: 0 10px;
  border-left: solid 5px #606060;
  font-size: 1.8rem;
}
.courseContentPage .courseContentInner .courseContentSection p, .courseContentPage .courseContentInner .courseContentSection ul,
.courseContentPage .courseContentInner .courseContentSection2 p,
.courseContentPage .courseContentInner .courseContentSection2 ul {
  margin-bottom: 15px;
}
.courseContentPage .courseContentInner .courseContentSection .courseTable,
.courseContentPage .courseContentInner .courseContentSection2 .courseTable {
  padding: 0;
}
.courseContentPage .courseContentInner .courseContentSection .courseTable table,
.courseContentPage .courseContentInner .courseContentSection2 .courseTable table {
  width: 100%;
  min-width: auto;
}
@media screen and (max-width: 768px) {
  .courseContentPage .courseContentInner .courseContentSection .courseTable table,
  .courseContentPage .courseContentInner .courseContentSection2 .courseTable table {
    min-width: 1000px;
  }
}
.courseContentPage .courseContentInner .courseContentSection p {
  font-size: 1.6rem;
}
.courseContentPage .courseContentInner .courseContentSection2 {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .courseContentPage .courseContentInner .courseContentSection2 {
    display: block;
  }
}
.courseContentPage .courseContentInner .courseContentSection2 .courseContentImage {
  width: 40%;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .courseContentPage .courseContentInner .courseContentSection2 .courseContentImage {
    width: 100%;
  }
}
.courseContentPage .courseContentInner .courseContentSection2 .courseContentImage img {
  height: 40vw;
  max-height: 400px;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .courseContentPage .courseContentInner .courseContentSection2 .courseContentImage img {
    height: 62vw;
    max-height: 500px;
  }
}
.courseContentPage .courseContentInner .courseContentSection2 .courseContentText {
  width: 58%;
}
@media screen and (max-width: 768px) {
  .courseContentPage .courseContentInner .courseContentSection2 .courseContentText {
    width: 100%;
  }
}
.courseContentPage .courseContentInner .courseContentSection2 .courseContentText p {
  font-size: 1.6rem;
}
.courseContentPage .courseContentInner .courseContentSection2 .courseContentText ul {
  margin-bottom: 10px;
}
.courseContentPage .courseContentInner .courseContentSection2 .courseContentText ul li::before {
  content: "・";
}
.courseContentPage .courseContentInner .courseContentSection2.rightImage {
  flex-direction: row-reverse;
}
.courseContentPage .courseFlowBox {
  padding: 15px 0;
}
.courseContentPage .courseFlowBox h5 {
  font-size: 1.8rem !important;
}
.courseContentPage .courseFlowBox .courseFlowText p {
  margin-bottom: 0 !important;
}
.courseContentPage .courseFlowBox .courseFlowImage img {
  width: 100%;
}
.courseContentPage .fiveEffectsList h5 {
  margin-bottom: 3px;
  border-bottom: solid 1px #dddddd;
}
.courseContentPage .fiveEffectsList h5::before {
  content: "・";
}

.contactContentPage .contactContentInner {
  padding: 0;
}
@media screen and (max-width: 768px) {
  .contactContentPage .contactContentInner {
    padding: 0 15px;
  }
}
.contactContentPage .contactContentInner .contactText {
  margin-bottom: 30px;
}
.contactContentPage .contactContentInner .contactText * {
  color: #333333;
}
.contactContentPage .contactContentInner .contactText p {
  font-size: 1.6rem;
}
.contactContentPage .contactContentInner .contactText a {
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .contactContentPage .contactContentInner .contactText a {
    pointer-events: auto;
  }
}
.contactContentPage .contactContentInner .contactForm {
  padding: 30px;
  background: #dfdfdf;
}
@media screen and (max-width: 768px) {
  .contactContentPage .contactContentInner .contactForm {
    padding: 20px;
  }
}
.contactContentPage .contactContentInner .contactForm .contactFormList dt {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  padding: 0 10px;
  border-left: solid 5px #6a6a6a;
  font-size: 1.8rem;
}
.contactContentPage .contactContentInner .contactForm .contactFormList dt span {
  margin-left: 5px;
  color: #FF0000;
  font-size: 1.4rem;
}
.contactContentPage .contactContentInner .contactForm .contactFormList dd {
  margin-bottom: 30px;
}
.contactContentPage .contactContentInner .contactForm .contactFormList dd input[type=text],
.contactContentPage .contactContentInner .contactForm .contactFormList dd input[type=tel],
.contactContentPage .contactContentInner .contactForm .contactFormList dd input[type=email],
.contactContentPage .contactContentInner .contactForm .contactFormList dd textarea {
  width: 50%;
  padding: 10px;
  border-radius: 5px;
  border: solid 1px #6a6a6a;
  background: #FFFFFF;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .contactContentPage .contactContentInner .contactForm .contactFormList dd input[type=text],
  .contactContentPage .contactContentInner .contactForm .contactFormList dd input[type=tel],
  .contactContentPage .contactContentInner .contactForm .contactFormList dd input[type=email],
  .contactContentPage .contactContentInner .contactForm .contactFormList dd textarea {
    width: 100%;
  }
}
.contactContentPage .contactContentInner .contactForm .contactFormList dd textarea {
  width: 100%;
}
.contactContentPage .contactContentInner .contactForm .contactFormList dd .wpcf7-list-item {
  display: block;
  margin: 10px 0;
  cursor: pointer;
}
.contactContentPage .contactContentInner .contactForm .contactFormList dd .wpcf7-list-item-label {
  cursor: pointer;
  display: block;
  position: relative;
  padding-left: 25px;
  font-size: 1.6rem;
}
.contactContentPage .contactContentInner .contactForm .contactFormList dd input[type=radio] {
  opacity: 0;
  position: absolute;
}
.contactContentPage .contactContentInner .contactForm .contactFormList dd .wpcf7-list-item-label::before {
  position: absolute;
  top: 5px;
  left: 0;
  background: #fff;
  border-radius: 100%;
  content: "";
  width: 15px;
  height: 15px;
  margin-bottom: auto;
  margin-right: 0.5em;
  margin-top: auto;
  transition: background-color 0.5s;
}
.contactContentPage .contactContentInner .contactForm .contactFormList dd input[type=radio]:checked + .wpcf7-list-item-label::before {
  background-color: #308386;
  box-shadow: inset 0 0 0 3px #fff;
}
.contactContentPage .contactContentInner .contactForm .contactFormList dd .wpcf7-not-valid-tip {
  padding: 5px 0;
  font-size: 1.4rem;
}
.contactContentPage .contactContentInner .contactForm .contactFormList dd .wpcf7-not-valid {
  background: #ffe1e1 !important;
}
.contactContentPage .contactContentInner .contactForm input[type=submit] {
  display: block;
  margin: 0 auto;
  padding: 15px 25px;
  border-radius: 5px;
  font-size: 1.6rem;
  font-weight: 700;
  background: #308386;
  color: #FFFFFF;
}
.contactContentPage .contactContentInner .wpcf7-spinner,
.contactContentPage .contactContentInner .wpcf7-response-output {
  display: none;
}
.footerRecruit {
  background: #1a709f;
}
.footerRecruit img {
  max-width: 100%;
}


table.basicPrice {
  border: none;
}
.basicPrice table {
  border: none;
}
.basicPrice th,
.basicPrice td {
  border: solid 3px #E0E0E0!important;
  color: #333333;
}
.basicPrice th {
  background: #8DB600;
  color: #FFFFFF;
}
.basicPrice td {
  background: #FFFFFF;
}

.basicPrice .basicPriceTable {
  min-width: auto !important;
  margin-bottom: 20px;
}
.basicPrice .basicPriceTable:last-child {
  margin-bottom: 0;
}
.basicPrice .basicPriceTable th {
  text-align: center;
}
.basicPrice .basicPriceTable td {
  width: 50%;
  text-align: center;
}

.banner-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.banner-grid .banner_link {
  flex: 0 0 calc(50% - 8px); /* 2列：50%ずつ（gapの半分を差し引き） */
  display: block;
  border-radius: 12px;
  overflow: hidden;
}

.banner-grid .banner_link img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.2s ease;
}

.banner-grid .banner_link:hover img {
  transform: scale(1.02);
}

@media (max-width: 768px) {
  .banner-grid .banner_link {
    flex-basis: 100%;
  }
}