/*************************************************

top common

*************************************************/
/* top-cm-title
---------------------------------------*/
.top-cm-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
@media screen and (max-width: 767px) {
  .top-cm-title {
    gap: 10px;
  }
}

.top-cm-title__en {
  color: #003399;
  font-size: 6.5rem;
  font-weight: 500;
  text-align: center;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .top-cm-title__en {
    font-size: 38px;
  }
}
@media screen and (max-width: 376px) {
  .top-cm-title__en {
    font-size: 34px;
  }
}

.top-cm-title__ja {
  font-size: 3rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .top-cm-title__ja {
    font-size: 18px;
  }
}
@media screen and (max-width: 376px) {
  .top-cm-title__ja {
    font-size: 15px;
  }
}

/* top-cm-plice
---------------------------------------*/
.top-cm-plice {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  max-width: 60rem;
  margin: 0 auto 50px;
  padding: 3rem 3rem 2rem;
  background-color: #E8F2FA;
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .top-cm-plice {
    margin: 0 20px 40px 30px;
    padding: 20px 20px;
    border-radius: 15px;
  }
}

.top-cm-plice__label {
  position: absolute;
  top: -2.5rem;
  left: -2rem;
  width: 11rem;
  line-height: 0;
}
@media screen and (max-width: 767px) {
  .top-cm-plice__label {
    top: -15px;
    left: -10px;
    width: 60px;
  }
}

.top-cm-plice__title {
  width: 31.8rem;
  margin: 0 auto 25px;
  color: #555;
  font-size: 3.4rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  background: rgba(0, 0, 0, 0) -webkit-gradient(linear, left top, left bottom, color-stop(66%, transparent), color-stop(0%, #C8E3F6)) repeat scroll;
  background: rgba(0, 0, 0, 0) linear-gradient(transparent 66%, #C8E3F6 0%) repeat scroll;
}
@media screen and (max-width: 767px) {
  .top-cm-plice__title {
    width: min(180px, 100%);
    margin-bottom: 15px;
    font-size: 19px;
  }
}

.top-cm-plice__plice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 5px;
  color: #75B3DC;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 900;
  line-height: 1;
  background: rgba(0, 0, 0, 0) -webkit-gradient(linear, left top, left bottom, color-stop(66%, transparent), color-stop(0%, #fff)) repeat scroll;
  background: rgba(0, 0, 0, 0) linear-gradient(transparent 66%, #fff 0%) repeat scroll;
}
.top-cm-plice__plice .in-num {
  font-size: 10rem;
}
@media screen and (max-width: 767px) {
  .top-cm-plice__plice .in-num {
    font-size: min(55px, 5rem);
  }
}
.top-cm-plice__plice .in-text {
  padding-bottom: 0.3em;
  font-size: 6rem;
}
@media screen and (max-width: 767px) {
  .top-cm-plice__plice .in-text {
    font-size: min(34px, 3rem);
  }
}

.top-cm-plice__tax {
  margin-top: 15px;
  color: #555;
  font-size: 2.6rem;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .top-cm-plice__tax {
    margin-top: 10px;
    font-size: 14px;
  }
}

.top-cm-plice__border {
  display: block;
  margin: 15px 0;
  padding: 0;
  border: none;
  border-top: #75B3DC dashed 2px;
}
@media screen and (max-width: 767px) {
  .top-cm-plice__border {
    margin: 10px 0;
  }
}

.top-cm-plice__cap {
  color: #555;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .top-cm-plice__cap {
    font-size: 13px;
  }
}

/*************************************************

top-mv

*************************************************/
.top-mv {
  position: relative;
  overflow: hidden;
}
.top-mv::before {
  position: absolute;
  bottom: -1px;
  left: 0;
  display: block;
  content: "";
  width: 100%;
  height: 3.1rem;
  background: url(../images/top/mv_deco_pc.png) no-repeat center bottom/100% 100%;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .top-mv::before {
    background-image: url(../images/top/mv_deco_sp.png);
  }
}

/* top-mv-letters
---------------------------------------*/
.top-mv-letters {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  margin-bottom: 18rem;
  color: #fff;
  text-align: center;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .top-mv-letters {
    margin-bottom: 13rem;
  }
}

.top-mv-letters__ja {
  font-size: 4rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .top-mv-letters__ja {
    margin-bottom: 1rem;
    font-size: 1.8rem;
  }
}

.top-mv-letters__en {
  font-size: 9.5rem;
  font-weight: 600;
  line-height: 1.1;
}
@media screen and (max-width: 767px) {
  .top-mv-letters__en {
    font-size: 4.6rem;
  }
}

/* top-mv-slider
---------------------------------------*/
.top-mv-slider {
  position: relative;
  z-index: 1;
}

.top-mv-slider__img {
  width: 100%;
  max-height: 100vh;
}
.swiper-slide-active .top-mv-slider__img, .swiper-slide-duplicate-active .top-mv-slider__img, .swiper-slide-prev .top-mv-slider__img {
  -webkit-animation: sidescale 7s linear 0s 1 normal both;
          animation: sidescale 7s linear 0s 1 normal both;
}
.top-mv-slider__img img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}

@-webkit-keyframes sidescale {
  0% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
  100% {
    -webkit-transform: translateX(1);
            transform: translateX(1);
  }
}

@keyframes sidescale {
  0% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
  100% {
    -webkit-transform: translateX(1);
            transform: translateX(1);
  }
}
/* top-mv-btns
---------------------------------------*/
.top-mv-btns {
  position: absolute;
  bottom: 8rem;
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4rem;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .top-mv-btns {
    display: none;
  }
}

.top-mv-btns__anhchor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 28rem;
  height: 6.4rem;
  color: #333;
  font-size: 2.3rem;
  font-weight: 700;
  text-decoration: none;
  border-radius: 10rem;
  background-color: rgba(255, 255, 255, 0.85);
}
.top-mv-btns__anhchor.is-aqua {
  color: #fff;
  background-color: rgba(35, 175, 230, 0.89);
}

/*************************************************

top-campaign

*************************************************/
.top-campaign {
  padding: 60px 20px 0;
}
@media screen and (max-width: 767px) {
  .top-campaign {
    padding: 40px 20px 0;
  }
}

.top-campaign-title {
  margin-bottom: 45px;
  color: #003399;
  font-size: 40px;
  font-weight: 600;
  text-align: center;
  line-height: 1.25;
}
@media screen and (max-width: 767px) {
  .top-campaign-title {
    margin-bottom: 20px;
    font-size: 30px;
  }
}

.top-campaign-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 60px;
  max-width: 1180px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .top-campaign-list {
    gap: 30px;
  }
}

.top-campaign-list__item {
  width: calc(50% - 30px);
  line-height: 0;
}
@media screen and (max-width: 767px) {
  .top-campaign-list__item {
    width: 100%;
  }
}
.top-campaign-list__item img {
  width: 100%;
}

.top-campaign-list__anchor {
  display: block;
}

/*************************************************

top-cpcheck

*************************************************/
.top-cpcheck-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.top-cpcheck-title__text {
  position: relative;
  display: block;
  color: #DA3734;
  font-size: 2.8rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .top-cpcheck-title__text {
    font-size: 18px;
  }
}
@media screen and (max-width: 376px) {
  .top-cpcheck-title__text {
    font-size: 16px;
  }
}
.top-cpcheck-title__text::before, .top-cpcheck-title__text::after {
  position: absolute;
  top: 50%;
  display: block;
  content: "";
  background-color: #DA3734;
  height: 1.3em;
  width: 2px;
  margin-top: -0.65em;
}
@media screen and (max-width: 767px) {
  .top-cpcheck-title__text::before, .top-cpcheck-title__text::after {
    top: auto;
    bottom: 0;
    width: 1px;
    height: 1.6em;
    margin-top: 0;
  }
}
.top-cpcheck-title__text::before {
  left: -2.5rem;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media screen and (max-width: 767px) {
  .top-cpcheck-title__text::before {
    left: 0;
    -webkit-transform: rotate(-35deg);
            transform: rotate(-35deg);
  }
}
.top-cpcheck-title__text::after {
  right: -2rem;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  .top-cpcheck-title__text::after {
    right: 0;
    -webkit-transform: rotate(35deg);
            transform: rotate(35deg);
  }
}
.is-aqua .top-cpcheck-title__text {
  color: #75B3DC;
}
.is-aqua .top-cpcheck-title__text::before, .is-aqua .top-cpcheck-title__text::after {
  background-color: #75B3DC;
}

.top-cpcheck-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 3rem;
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  .top-cpcheck-list {
    gap: 12px;
  }
}

.top-cpcheck-list__item {
  width: 28rem;
}
@media screen and (max-width: 767px) {
  .top-cpcheck-list__item {
    width: min(200px, 50% - 20px);
  }
  .top-cpcheck-list__item.is-sp-wide {
    width: min(280px, 70%);
  }
}

.top-cpcheck-list__anchor {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 6.4rem;
  color: #DA3734;
  font-size: 2rem;
  font-weight: 700;
  text-decoration: none;
  border-radius: 10rem;
  border: #DA3734 solid 2px;
}
@media screen and (max-width: 767px) {
  .top-cpcheck-list__anchor {
    height: 50px;
    font-size: 16px;
  }
}
@media screen and (max-width: 376px) {
  .top-cpcheck-list__anchor {
    font-size: 14px;
  }
}
.top-cpcheck-list__anchor.is-red {
  color: #fff;
  background-color: #DA3734;
}
.top-cpcheck-list__anchor.is-black {
  color: #333;
  border-color: #333;
}
.top-cpcheck-list__anchor.is-arw::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  top: 50%;
  right: 18px;
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  margin-top: -5px;
  border-top: #333 solid 2px;
  border-right: #333 solid 2px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

/* cpcheck01
---------------------------------------*/
.cpcheck01 {
  margin: 50px 0 70px;
}
@media screen and (max-width: 767px) {
  .cpcheck01 {
    margin: 40px 0;
  }
}

/* cpcheck02
---------------------------------------*/
.cpcheck02 {
  padding: 50px 0;
  border: #E9E9E9 solid 5px;
}
@media screen and (max-width: 767px) {
  .cpcheck02 {
    padding: 30px 0;
  }
}

/* cpcheck01
---------------------------------------*/
.blue-type {
  margin: 60px 0 70px;
}
@media screen and (max-width: 767px) {
  .blue-type {
    margin: 50px 0 60px;
  }
}
.blue-type .top-cpcheck-title__text {
  color: #333;
}
.blue-type .top-cpcheck-title__text::before, .blue-type .top-cpcheck-title__text::after {
  background-color: #333;
}
@media screen and (max-width: 767px) {
  .blue-type .top-cpcheck-title__text::before {
    left: -1em;
  }
  .blue-type .top-cpcheck-title__text::after {
    right: -1em;
  }
}
.blue-type .top-cpcheck-list__item {
  width: min(440px, 100% - 40px);
}
.blue-type .top-cpcheck-list__anchor {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  color: #fff;
  background-color: #1C2A4E;
  border-color: #1C2A4E;
}
.blue-type .top-cpcheck-list__icon {
  line-height: 0;
}
@media screen and (max-width: 767px) {
  .blue-type .top-cpcheck-list__icon {
    width: 19px;
  }
}

/*************************************************

top-feature

*************************************************/
.top-feature {
  position: relative;
  margin-bottom: 120px;
  padding: 75px 0 180px;
  background-color: #F9F5F5;
}
@media screen and (max-width: 767px) {
  .top-feature {
    margin-bottom: 70px;
    padding: 60px 0 90px;
  }
}
.top-feature > * {
  position: relative;
  z-index: 5;
}
.top-feature::before, .top-feature::after {
  position: absolute;
  left: 0;
  display: block;
  content: "";
  width: 100%;
  height: 31px;
  z-index: 1;
}
.top-feature::before {
  top: 0;
  background: url(../images/top/curve_top_pc.png) no-repeat left top/100% 100%;
}
@media screen and (max-width: 767px) {
  .top-feature::before {
    background-image: url(../images/top/curve_top_sp.png);
  }
}
.top-feature::after {
  bottom: 0;
  background: url(../images/top/curve_bottom_pc.png) no-repeat left bottom/100% 100%;
}
@media screen and (max-width: 767px) {
  .top-feature::after {
    background-image: url(../images/top/curve_bottom_sp.png);
  }
}
@media screen and (min-width: 768px) {
  .top-feature .top-cm-title__ja {
    font-size: 3.2rem;
  }
}

.top-feature-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5rem;
}
@media screen and (max-width: 767px) {
  .top-feature-list {
    gap: 40px;
  }
}

.top-feature-list__item {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 128.3rem;
  border-radius: 30px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .top-feature-list__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 0;
    background-color: transparent;
  }
}

.top-feature-list__img {
  overflow: hidden;
  width: 38.9711613406%;
  border-radius: 0 30px 30px 0;
  line-height: 0;
}
@media screen and (max-width: 767px) {
  .top-feature-list__img {
    position: relative;
    width: 100%;
    border-radius: 0;
    z-index: 1;
  }
  .top-feature-list__img::before {
    position: absolute;
    bottom: -1px;
    left: 0;
    display: block;
    content: "";
    width: 100%;
    height: 30px;
    background-color: #fff;
    border-radius: 30px 30px 0 0;
  }
}
.top-feature-list__img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .top-feature-list__img img {
    position: relative;
    -o-object-fit: fill;
       object-fit: fill;
    display: block;
    width: calc(100% - 40px);
    margin: 0 auto;
    border-radius: 30px;
    z-index: 2;
  }
}
.is-01 .top-feature-list__img img {
  -o-object-position: center right;
     object-position: center right;
}

.top-feature-list__letters {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 61.0288386594%;
  padding: 30px 50px;
}
@media screen and (max-width: 767px) {
  .top-feature-list__letters {
    position: relative;
    width: 100%;
    padding: 15px 20px 30px;
    background-color: #fff;
    border-radius: 0 0 30px 30px;
    z-index: 2;
  }
}

.top-feature-list__num {
  color: #DEE3F1;
  font-size: 6.5rem;
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .top-feature-list__num {
    position: absolute;
    bottom: calc(100% - 11px);
    left: 32px;
  }
}
@media screen and (max-width: 376px) {
  .top-feature-list__num {
    font-size: 60px;
  }
}

.top-feature-list__title {
  margin-top: 10px;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .top-feature-list__title {
    font-size: 20px;
    text-align: center;
  }
}
.top-feature-list__title strong {
  color: #003399;
  font-weight: 700;
}

.top-feature-list__text {
  margin-top: 10px;
  font-weight: 500;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .top-feature-list__text {
    font-size: 14px;
  }
}

/*************************************************

top-fitness

*************************************************/
.top-fitness {
  position: relative;
  padding: 80px 0 100px;
}
@media screen and (max-width: 767px) {
  .top-fitness {
    padding: 30px 0 80px;
  }
}
.top-fitness > * {
  position: relative;
  z-index: 5;
}
.top-fitness::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: "";
  width: 100%;
  height: 500px;
  border-radius: 120px 120px 0 0;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(170, 154, 152, 0)), to(rgb(170, 154, 152)));
  background: linear-gradient(0deg, rgba(170, 154, 152, 0) 0%, rgb(170, 154, 152) 100%);
  opacity: 0.18;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .top-fitness::before {
    border-radius: 50px 50px 0 0;
  }
}

/* top-fitness-head
---------------------------------------*/
.top-fitness-head {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: min(1200px, 100% - 6rem);
  margin: 0 auto 50px;
}
@media screen and (max-width: 767px) {
  .top-fitness-head {
    margin-bottom: 40px;
  }
}

.top-fitness-head__title {
  position: relative;
  width: 100%;
  z-index: 1;
}

.top-fitness-head__title-en {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  color: #fff;
  font-size: 12rem;
  font-weight: 600;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  line-height: 1;
  z-index: 1;
}
@media screen and (max-width: 992px) {
  .top-fitness-head__title-en {
    font-size: 9rem;
  }
}
@media screen and (max-width: 767px) {
  .top-fitness-head__title-en {
    font-size: min(50px, 4.5rem);
  }
}

.top-fitness-head__title-ja {
  position: relative;
  display: block;
  font-size: 3.6rem;
  text-align: center;
  font-weight: 700;
  z-index: 2;
}
@media screen and (max-width: 992px) {
  .top-fitness-head__title-ja {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 767px) {
  .top-fitness-head__title-ja {
    font-size: 24px;
  }
}
@media screen and (max-width: 376px) {
  .top-fitness-head__title-ja {
    font-size: 20px;
  }
}

.top-fitness-head__btn {
  position: absolute;
  top: -3px;
  right: 0;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .top-fitness-head__btn {
    position: static;
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.top-fitness-head__btn-anchor {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 280px;
  height: 64px;
  color: #333;
  font-size: 20px;
  font-weight: 700;
  background-color: #fff;
  border: #333 solid 2px;
  text-decoration: none;
  border-radius: 100px;
}
@media screen and (max-width: 992px) {
  .top-fitness-head__btn-anchor {
    width: 210px;
    height: 54px;
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .top-fitness-head__btn-anchor {
    width: min(260px, 100%);
    height: 50px;
    margin: 20px auto 0;
  }
}
.top-fitness-head__btn-anchor::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  top: 50%;
  right: 22px;
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  margin-top: -5px;
  border-top: #333 solid 2px;
  border-right: #333 solid 2px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.top-fitness-head__lead {
  width: 100%;
  margin-top: 4rem;
  font-size: 2.4rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .top-fitness-head__lead {
    margin-top: 20px;
    font-size: 18px;
  }
}
.top-fitness-head__lead strong {
  color: #003399;
  font-weight: 500;
}

/* top-fitness-list
---------------------------------------*/
.top-fitness-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 3rem;
  margin: 0 2rem;
}
@media screen and (max-width: 767px) {
  .top-fitness-list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 1.7rem 1.5rem;
  }
}

.top-fitness-list__item {
  overflow: hidden;
  display: block;
  width: 25rem;
  border-radius: 20px;
  background-color: #564E4E;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .top-fitness-list__item {
    width: calc(50% - 0.85rem);
    border-radius: 1.5rem;
  }
  .top-fitness-list__item.is-sp-wide {
    width: 100%;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}
.top-fitness-list__item a {
  position: relative;
  height: 100%;
  display: block;
  text-decoration: none;
}

.top-fitness-list__img {
  width: 100%;
  height: auto;
  aspect-ratio: 250/320;
}
@media screen and (max-width: 767px) {
  .is-sp-wide .top-fitness-list__img {
    aspect-ratio: 350/150;
  }
}
.top-fitness-list__img img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}

.top-fitness-list__letters {
  padding: 10px 15px 20px;
}
@media screen and (max-width: 767px) {
  .top-fitness-list__letters {
    padding: 1rem 1rem 2rem;
  }
}

.top-fitness-list__title {
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .top-fitness-list__title {
    font-size: 1.6rem;
  }
}

.top-fitness-list__text {
  margin-top: 10px;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .top-fitness-list__text {
    margin-top: 0.5rem;
    font-size: 1rem;
  }
}

/*************************************************

top-junior

*************************************************/
.top-junior {
  position: relative;
  padding: 80px 0 100px;
}
@media screen and (max-width: 767px) {
  .top-junior {
    padding: 30px 0 80px;
  }
}
.top-junior > * {
  position: relative;
  z-index: 5;
}
.top-junior::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: "";
  width: 100%;
  height: 500px;
  border-radius: 120px 120px 0 0;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(170, 154, 152, 0)), to(rgb(170, 154, 152)));
  background: linear-gradient(0deg, rgba(170, 154, 152, 0) 0%, rgb(170, 154, 152) 100%);
  opacity: 0.18;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .top-junior::before {
    border-radius: 50px 50px 0 0;
  }
}

/* top-junior-head
---------------------------------------*/
.top-junior-head {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: min(1200px, 100% - 60px);
  margin: 0 auto 50px;
}
@media screen and (max-width: 767px) {
  .top-junior-head {
    margin-bottom: 40px;
  }
}

.top-junior-head__title {
  position: relative;
  width: 100%;
  z-index: 1;
}

.top-junior-head__title-en {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  color: #fff;
  font-size: 12rem;
  font-weight: 600;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  line-height: 1;
  z-index: 1;
}
@media screen and (max-width: 992px) {
  .top-junior-head__title-en {
    font-size: 9rem;
  }
}
@media screen and (max-width: 767px) {
  .top-junior-head__title-en {
    font-size: min(50px, 4.5rem);
  }
}

.top-junior-head__title-ja {
  position: relative;
  display: block;
  font-size: 3.6rem;
  text-align: center;
  font-weight: 700;
  z-index: 2;
}
@media screen and (max-width: 992px) {
  .top-junior-head__title-ja {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 767px) {
  .top-junior-head__title-ja {
    font-size: 24px;
  }
}
@media screen and (max-width: 376px) {
  .top-junior-head__title-ja {
    font-size: 20px;
  }
}

.top-junior-head__btn {
  position: absolute;
  top: -3px;
  right: 0;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .top-junior-head__btn {
    position: static;
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.top-junior-head__btn-anchor {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 280px;
  height: 64px;
  color: #333;
  font-size: 20px;
  font-weight: 700;
  background-color: #fff;
  border: #333 solid 2px;
  text-decoration: none;
  border-radius: 100px;
}
@media screen and (max-width: 992px) {
  .top-junior-head__btn-anchor {
    width: 210px;
    height: 54px;
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .top-junior-head__btn-anchor {
    width: min(260px, 100%);
    height: 50px;
    margin: 20px auto 0;
  }
}
.top-junior-head__btn-anchor::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  top: 50%;
  right: 22px;
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  margin-top: -5px;
  border-top: #333 solid 2px;
  border-right: #333 solid 2px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.top-junior-head__lead {
  width: 100%;
  margin-top: 4rem;
  font-size: 2.4rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .top-junior-head__lead {
    margin-top: 20px;
    font-size: 18px;
  }
}
.top-junior-head__lead strong {
  color: #003399;
  font-weight: 500;
}

/* top-junior-list
---------------------------------------*/
.top-junior-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 3rem;
  margin: 0 2rem;
}
@media screen and (max-width: 767px) {
  .top-junior-list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 1.7rem 1.5rem;
  }
}

.top-junior-list__item {
  overflow: hidden;
  display: block;
  width: 25rem;
  border-radius: 20px;
  background-color: #52AFE1;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .top-junior-list__item {
    width: calc(50% - 0.85rem);
    border-radius: 1.5rem;
  }
  .top-junior-list__item.is-sp-wide {
    width: 100%;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}
.top-junior-list__item a {
  position: relative;
  height: 100%;
  display: block;
  text-decoration: none;
}

.top-junior-list__img {
  width: 100%;
  height: auto;
  aspect-ratio: 250/320;
}
@media screen and (max-width: 767px) {
  .is-sp-wide .top-junior-list__img {
    aspect-ratio: 350/150;
  }
}
.top-junior-list__img img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}

.top-junior-list__letters {
  padding: 10px 15px 20px;
}
@media screen and (max-width: 767px) {
  .top-junior-list__letters {
    padding: 1rem 1rem 2rem;
  }
}

.top-junior-list__title {
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .top-junior-list__title {
    font-size: 1.6rem;
  }
}

.top-junior-list__text {
  margin-top: 10px;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .top-junior-list__text {
    margin-top: 0.5rem;
    font-size: 1rem;
  }
}

/*************************************************

top-facility

*************************************************/
.top-facility {
  overflow: hidden;
  position: relative;
  margin: 100px 0;
  padding-top: 75px;
}
@media screen and (max-width: 767px) {
  .top-facility {
    margin: 60px 0 70px;
    padding-top: 60px;
  }
}
.top-facility > * {
  position: relative;
  z-index: 5;
}
.top-facility::before, .top-facility::after {
  position: absolute;
  left: 0;
  display: block;
  content: "";
  width: 100%;
  z-index: 2;
}
.top-facility::before {
  top: 0;
  height: 31px;
  background: url(../images/top/curve_top_pc.png) no-repeat left top/100% 100%;
}
@media screen and (max-width: 767px) {
  .top-facility::before {
    background-image: url(../images/top/curve_top_sp.png);
  }
}
.top-facility::after {
  top: 0;
  height: 340px;
  background-color: #F9F5F5;
  z-index: 1;
}
.top-facility .parts-btn01 {
  margin-top: 50px;
}

/* top-facility-flows
---------------------------------------*/
.top-facility-flows {
  overflow: hidden;
}

.top-facility-flows__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.top-facility-flows__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation: infinity-scroll-left 100s infinite linear both;
          animation: infinity-scroll-left 100s infinite linear both;
}

.top-facility-flows__list-item {
  width: 300px;
  margin-left: 15px;
}

@-webkit-keyframes infinity-scroll-left {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes infinity-scroll-left {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
.top-facility-flows__list-img {
  overflow: hidden;
  border-radius: 20px;
  line-height: 0;
}

.top-facility-flows__list-text {
  margin-top: 15px;
  color: #666;
  font-weight: 700;
  text-align: center;
}

/*************************************************

top-posts

*************************************************/
.top-posts {
  margin-bottom: 70px;
  padding: 70px 20px;
  background-color: #F9F5F5;
  border-radius: 80px;
}
@media screen and (max-width: 767px) {
  .top-posts {
    padding: 50px 20px;
    border-radius: 40px;
  }
}

.top-posts-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1180px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .top-posts-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.top-posts-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px 15px;
}
.top-posts-title .in-en {
  color: #003399;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1;
}
.top-posts-title .in-ja {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .top-posts-title .in-ja {
    font-size: 18px;
  }
}

.top-posts-inner__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.top-posts-inner__bottom {
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  .top-posts-inner__bottom {
    margin-top: 40px;
  }
}

/* top-posts-info
---------------------------------------*/
.top-posts-info {
  width: 50.8474576271%;
}
@media screen and (max-width: 767px) {
  .top-posts-info {
    width: 100%;
  }
}

.top-posts-info__list {
  margin-top: 6rem;
}
@media screen and (max-width: 767px) {
  .top-posts-info__list {
    margin-top: 40px;
    border-bottom: #DCDCDC solid 1px;
  }
}

.top-posts-info__list-item {
  border-top: #DCDCDC solid 1px;
}

.top-posts-info__list-anchor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 0;
  color: #666;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .top-posts-info__list-anchor {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 15px 10px;
  }
}
.top-posts-info__list-anchor .in-date {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 12rem;
  font-size: 1.7rem;
  padding-left: 10px;
}
@media screen and (max-width: 767px) {
  .top-posts-info__list-anchor .in-date {
    width: 80px;
    padding-left: 0;
    font-size: 13px;
  }
}
.top-posts-info__list-anchor .in-cat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 11rem;
  min-height: 2.8rem;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
  background-color: #4B464A;
  line-height: 1.2;
  border-radius: 30px;
}
@media screen and (max-width: 767px) {
  .top-posts-info__list-anchor .in-cat {
    width: 90px;
    min-height: 23px;
    font-size: 12px;
  }
}
.top-posts-info__list-anchor .in-text {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: calc(100% - 12rem - 11rem);
  font-size: 1.6rem;
  padding-left: 30px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .top-posts-info__list-anchor .in-text {
    width: 100%;
    margin-top: 10px;
    padding-left: 0;
    color: #333;
    font-size: 14px;
  }
}

/* top-posts-blog
---------------------------------------*/
.top-posts-blog {
  width: 36.8644067797%;
}
@media screen and (max-width: 767px) {
  .top-posts-blog {
    display: none;
  }
}

.top-posts-blog__anchor {
  display: block;
  margin-top: 30px;
  line-height: 0;
}
.top-posts-blog__anchor img {
  width: 100%;
  border-radius: 60px;
}

/*************************************************

top-event

*************************************************/
.top-event {
  overflow: hidden;
  position: relative;
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .top-event {
    margin-bottom: 50px;
  }
}
.top-event > * {
  position: relative;
  z-index: 3;
}
.top-event::before {
  position: absolute;
  left: 0;
  display: block;
  content: "";
  width: 100%;
  height: 31px;
  z-index: 5;
}
.top-event::before {
  bottom: 0;
  background: url(../images/top/curve_bottom_pc.png) no-repeat left bottom/100% 100%;
}
@media screen and (max-width: 767px) {
  .top-event::before {
    background-image: url(../images/top/curve_bottom_sp.png);
  }
}
.top-event .parts-btn01 {
  padding: 50px 0 90px;
  background-color: #E8F2FA;
}
@media screen and (max-width: 767px) {
  .top-event .parts-btn01 {
    padding: 40px 0 70px;
  }
}

.top-event-slide {
  position: relative;
  padding: 0 30px;
  background-color: #E8F2FA;
}
@media screen and (max-width: 767px) {
  .top-event-slide {
    padding: 0;
  }
}
.top-event-slide::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 14rem;
  display: block;
  content: "";
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .top-event-slide::before {
    height: 7.5rem;
  }
}

.top-event-slide__slider {
  position: relative;
  max-width: 1250px;
  margin: 0 auto;
  z-index: 5;
}

.top-event-slide__anchor {
  display: block;
  color: #333;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .top-event-slide__anchor {
    margin: 0 2rem;
  }
}

.top-event-slide__img {
  overflow: hidden;
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  margin-bottom: 5px;
  text-align: center;
  line-height: 0;
  border-radius: 50%;
}
.top-event-slide__img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.top-event-slide__date {
  color: #666;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .top-event-slide__date {
    font-size: 14px;
  }
}

.top-event-slide__title {
  margin-top: 7px;
  color: #333;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .top-event-slide__title {
    font-size: 14px;
  }
}

/*************************************************

top-instagram

*************************************************/
.top-instagram {
  margin-bottom: 140px;
}
@media screen and (max-width: 767px) {
  .top-instagram {
    margin-bottom: 70px;
  }
}

.top-instagram-title {
  margin-bottom: 10px;
  line-height: 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .top-instagram-title {
    max-width: 215px;
    margin: 0 auto 10px;
  }
}

.top-instagram-account {
  margin-bottom: 30px;
  font-size: 20px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .top-instagram-account {
    margin-bottom: 25px;
    font-size: 13px;
  }
}
.top-instagram-account a {
  color: #333;
  text-decoration: none;
}

.top-instagram-photos {
  width: min(1280px, 100% - 40px);
  margin: 0 auto;
  text-align: center;
}

.top-instagram-sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 45px;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .top-instagram-sns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px;
  }
}

.top-instagram-sns__title {
  color: #333;
  font-size: 20px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .top-instagram-sns__title {
    font-size: 15px;
  }
}

.top-instagram-sns__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  line-height: 0;
}
@media screen and (max-width: 767px) {
  .top-instagram-sns__list {
    gap: 23px;
  }
}

.top-instagram-sns__list-anchor {
  display: block;
}