@charset "UTF-8";
/*　クラブ活動　全体
----------------------------------------------- */
.club_detail__bg {
  padding-bottom: 14.64129vw;
  position: relative;
}

.club_detail__bg::before {
  bottom: 79.06296vw;
  width: 96.6325vw;
  height: 96.6325vw;
  -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
          clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  position: absolute;
  right: 0;
  background-color: rgba(44, 49, 141, 0.05);
  content: "";
}

@media screen and (min-width: 700.9999px) {
  .club_detail__bg {
    position: relative;
    z-index: 2;
    margin-top: -140px;
    padding-top: 140px;
    padding-bottom: 180px;
    background-color: white;
  }
  .club_detail__bg::before {
    right: calc(-100vw + 800px + ((100% - 1280px) / 2));
    bottom: 0;
    width: 100vw;
    height: 100vw;
  }
}

/*　クラブ活動　mv
----------------------------------------------- */
.club_detail-hero {
  width: 76.86676vw;
  height: 102.48902vw;
  position: relative;
}

.club_detail-hero__wrap {
  position: relative;
  width: 100%;
  height: 100%;
}

.club_detail-hero__image {
  position: relative;
  width: 100%;
  height: 100%;
}

.club_detail-hero__overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.25)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.25) 100%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.25) 100%);
}

.club_detail-hero__photo {
  width: 100%;
  height: 100%;
}

.club_detail-hero__photo > * {
  display: block;
  width: 100%;
  height: 100%;
}

.club_detail-hero__photo > * > * {
  width: inherit;
  height: inherit;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}

.club_detail-hero__text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
}

.club_detail-hero__title {
  padding-bottom: 3.95315vw;
  position: relative;
  color: #ffffff;
  letter-spacing: 0;
  text-align: center;
}

.club_detail-hero__title::after {
  width: 8.78477vw;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 2px;
  background-color: #ffffff;
  content: "";
}

.club_detail-hero__title > * {
  display: block;
}

.club_detail-hero__title > *:first-child {
  font-size: 6.85714vw;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
}

.club_detail-hero__title > *:last-child {
  font-size: 2.28571vw;
  margin-top: 2.19619vw;
  font-weight: 600;
}

@media screen and (min-width: 700.9999px) {
  .club_detail-hero {
    position: fixed;
    top: 0;
    width: calc(540px + ((100% - 1280px) / 2));
    height: 720px;
    height: calc(100vh - 80px);
  }
  .club_detail-hero__title {
    padding-bottom: 27px;
  }
  .club_detail-hero__title::after {
    width: 44px;
  }
  .club_detail-hero__title > *:first-child {
    font-size: 48px;
  }
  .club_detail-hero__title > *:last-child {
    margin-top: 15px;
    font-size: 16px;
  }
}

/*　クラブ活動詳細　desc
----------------------------------------------- */
.club_detail-desc {
  position: relative;
  z-index: 9;
}

.club_detail-desc__deco {
  top: -65.15373vw;
  right: -28.55051vw;
  width: 59.09078vw;
  height: 37.01757vw;
  position: absolute;
  mix-blend-mode: multiply;
}

.club_detail-desc__text {
  margin-top: 11.71303vw;
}

.club_detail-desc__title {
  padding-top: 10.98097vw;
  font-size: 4.57143vw;
  position: relative;
  width: calc(100% + (10vw / 6.83));
  font-weight: 600;
  letter-spacing: .05em;
}

.club_detail-desc__title > * {
  line-height: 1.7;
}

.club_detail-desc__title > *::before, .club_detail-desc__title > *::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}

.club_detail-desc__title > *::before {
  margin-top: calc((1 - 1.7) * 0.5em);
}

.club_detail-desc__title > *::after {
  margin-bottom: calc((1 - 1.7) * 0.5em);
}

.club_detail-desc__title::before {
  font-size: 3.71429vw;
  position: absolute;
  top: 0;
  left: 0;
  color: #2c318d;
  font-family: "din-2014", sans-serif;
  letter-spacing: 0;
  content: attr(data-en);
}

.club_detail-desc__title::after {
  top: 5.85652vw;
  width: 10.98097vw;
  position: absolute;
  left: 0;
  height: 1px;
  background-color: #2c318d;
  content: "";
}

.club_detail-desc__summary {
  margin-top: 7.32064vw;
  letter-spacing: .05em;
}

.club_detail-desc__summary > * {
  line-height: 1.9;
}

.club_detail-desc__summary > *::before, .club_detail-desc__summary > *::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}

.club_detail-desc__summary > *::before {
  margin-top: calc((1 - 1.95) * 0.5em);
}

.club_detail-desc__summary > *::after {
  margin-bottom: calc((1 - 1.95) * 0.5em);
}

.club_detail-desc__image-01 {
  margin-top: 13.17716vw;
  height: 50.51245vw;
  position: relative;
  z-index: 2;
  width: calc(100% + (50vw / 6.83));
}

.club_detail-desc__image-01 > * {
  display: block;
  width: 100%;
  height: 100%;
}

.club_detail-desc__image-01 > * > * {
  width: inherit;
  height: inherit;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}

.club_detail-desc__award {
  padding-top: 12.00586vw;
  padding-left: 7.02782vw;
  font-size: 3.71429vw;
  min-height: 43.92387vw;
  position: relative;
  color: #b9a26f;
  font-weight: 500;
  letter-spacing: .05em;
}

.club_detail-desc__award::before {
  top: 8.78477vw;
  left: 1.46413vw;
  font-size: 8.85714vw;
  position: absolute;
  z-index: -1;
  color: #efeff2;
  font-family: "din-2014", sans-serif;
  content: attr(data-en);
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}

.club_detail-desc__award--items {
  margin-top: -2.19619vw;
  position: relative;
  z-index: 2;
}

.club_detail-desc__award--item {
  margin-top: 2.19619vw;
}

.club_detail-desc__award--item > * {
  line-height: 1.85;
}

.club_detail-desc__award--item > *::before, .club_detail-desc__award--item > *::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}

.club_detail-desc__award--item > *::before {
  margin-top: calc((1 - 1.85) * 0.5em);
}

.club_detail-desc__award--item > *::after {
  margin-bottom: calc((1 - 1.85) * 0.5em);
}

.club_detail-desc__image-02 {
  margin-top: 11.71303vw;
  height: 64.42167vw;
  position: relative;
  z-index: 3;
}

.club_detail-desc__image-02 > * {
  display: block;
  width: 100%;
  height: 100%;
}

.club_detail-desc__image-02 > * > * {
  width: inherit;
  height: inherit;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (min-width: 700.9999px) {
  .club_detail-desc {
    width: 100%;
    height: auto;
    margin-top: -720px;
    margin-top: 80px;
  }
  .club_detail-desc__deco {
    top: -5px;
    left: calc(480px + ((100% - 1280px) / 2));
    width: 468.95px;
    height: 380.02px;
  }
  .club_detail-desc__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 740px;
    margin-right: calc(((100% - 1280px) / 2));
    margin-left: calc(540px + ((100% - 1280px) / 2));
    padding-left: 120px;
  }
  .club_detail-desc__text {
    margin-top: 160px;
  }
  .club_detail-desc__title {
    width: 430px;
    padding-top: 45px;
    font-size: 24px;
    letter-spacing: 0;
  }
  .club_detail-desc__title::before {
    font-size: 14px;
  }
  .club_detail-desc__title::after {
    top: 20px;
    width: 40px;
  }
  .club_detail-desc__summary {
    width: 400px;
    margin-top: 45px;
    letter-spacing: 0;
  }
  .club_detail-desc__summary > * {
    line-height: 1.7;
  }
  .club_detail-desc__summary > *::before, .club_detail-desc__summary > *::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
  }
  .club_detail-desc__summary > *::before {
    margin-top: calc((1 - 1.75) * 0.5em);
  }
  .club_detail-desc__summary > *::after {
    margin-bottom: calc((1 - 1.75) * 0.5em);
  }
  .club_detail-desc__image-01 {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
    width: calc(100% + ((100vw - 1280px) / 2));
    height: 290px;
    margin-top: 0;
    padding-left: 90px;
  }
  .club_detail-desc__award {
    width: 480px;
    min-height: 255px;
    padding-top: 80px;
    padding-left: 80px;
    font-size: 14px;
    letter-spacing: 0;
  }
  .club_detail-desc__award::before {
    top: 70px;
    left: 50px;
    font-size: 48px;
  }
  .club_detail-desc__award--items {
    margin-top: -5px;
  }
  .club_detail-desc__award--item {
    margin-top: 5px;
  }
  .club_detail-desc__award--item > * {
    line-height: 1.8;
  }
  .club_detail-desc__award--item > *::before, .club_detail-desc__award--item > *::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
  }
  .club_detail-desc__award--item > *::before {
    margin-top: calc((1 - 1.8) * 0.5em);
  }
  .club_detail-desc__award--item > *::after {
    margin-bottom: calc((1 - 1.8) * 0.5em);
  }
  .club_detail-desc__image-02 {
    width: 505px;
    height: 380px;
    margin-top: 80px;
  }
}

/*　クラブ活動詳細　news
----------------------------------------------- */
.club_detail-news {
  padding-top: 32.21083vw;
  position: relative;
}

.club_detail-news__deco-01 {
  top: -8.05271vw;
  left: 7.32064vw;
  width: 42.347vw;
  height: 26.52855vw;
  position: absolute;
  mix-blend-mode: multiply !important;
}

.club_detail-news__deco-01 > * {
  display: block;
  width: 100%;
  height: 100%;
}

.club_detail-news__deco-01 > * > * {
  width: inherit;
  height: inherit;
  -o-object-fit: cover;
     object-fit: cover;
}

.club_detail-news__deco-02 {
  top: -8.05271vw;
  right: -43.92387vw;
  width: 74.39239vw;
  height: 51.37042vw;
  position: absolute;
}

.club_detail-news__deco-02 > * {
  display: block;
  width: 100%;
  height: 100%;
}

.club_detail-news__deco-02 > * > * {
  width: inherit;
  height: inherit;
  -o-object-fit: cover;
     object-fit: cover;
}

.club_detail-news__title {
  padding-bottom: 2.92826vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.club_detail-news__title > *:first-child {
  font-size: 7.71429vw;
  font-weight: 500;
  font-family: "din-2014", sans-serif;
  letter-spacing: 0;
}

.club_detail-news__title > *:first-child::first-letter {
  color: #2c318d;
}

.club_detail-news__title > *:last-child {
  font-size: 3.71429vw;
  margin-left: 4.39239vw;
  letter-spacing: 0;
}

.club_detail-news__title::before {
  height: 0.87848vw;
  width: 21.96193vw;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #d6d6d6;
  content: "";
}

.club_detail-news__title::after {
  height: 0.87848vw;
  width: 5.41728vw;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #2c318d;
  content: "";
}

.club_detail-news__item:not(:first-child) {
  border-top: 1px solid #d6d6d6;
}

.club_detail-news__link {
  padding-top: 7.32064vw;
  padding-bottom: 7.32064vw;
  display: block;
  position: relative;
}

.club_detail-news__link::after {
  width: 10.2489vw;
  height: 10.2489vw;
  position: absolute;
  top: calc(50% + (20vw / 6.83));
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url(../../img/page/club/club_detail_icon_arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}

.club_detail-news__date {
  font-size: 4vw;
  color: #90919b;
  font-weight: 600;
  font-family: "din-2014", sans-serif;
  letter-spacing: 0;
}

.club_detail-news__heading {
  padding-top: 3.66032vw;
  font-size: 3.42857vw;
  width: 67.34993vw;
  font-weight: 500;
  letter-spacing: .05em;
}

.club_detail-news__heading > * {
  line-height: 1.7;
}

.club_detail-news__heading > *::before, .club_detail-news__heading > *::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}

.club_detail-news__heading > *::before {
  margin-top: calc((1 - 1.7) * 0.5em);
}

.club_detail-news__heading > *::after {
  margin-bottom: calc((1 - 1.7) * 0.5em);
}

.club_detail-news__image {
  padding-top: 7.32064vw;
  margin-left: -7.32064vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: calc(100% + (100vw / 6.83));
}

.club_detail-news__photo {
  width: 49.04832vw;
  height: 33.67496vw;
}

.club_detail-news__photo > * {
  display: block;
  width: 100%;
  height: 100%;
}

.club_detail-news__photo > * > * {
  width: inherit;
  height: inherit;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 700px) {
  .club_detail-news__photo:nth-child(even) {
    -webkit-transition-delay: .5s !important;
            transition-delay: .5s !important;
  }
  .club_detail-news__photo:nth-child(even) .is-action::before, .club_detail-news__photo:nth-child(even) .is-action::after {
    -webkit-transition-delay: 1s;
            transition-delay: 1s;
  }
  .club_detail-news__photo:nth-child(even) .is-action.show > * > * > * {
    -webkit-transition-delay: 2.25s;
            transition-delay: 2.25s;
  }
  .club_detail-news__photo:nth-child(even) .is-action.show > * > *::before {
    -webkit-transition-delay: 1.75s;
            transition-delay: 1.75s;
  }
}

@media screen and (min-width: 700.9999px) {
  .club_detail-news {
    padding-top: 160px;
  }
  .club_detail-news__deco-01 {
    top: -265px;
    left: -200px;
    z-index: 2;
    width: 431px;
    height: 270px;
  }
  .club_detail-news__deco-02 {
    top: 10px;
    right: calc(-330px + ((100% - 1280px) / 2));
    width: 508.1px;
    height: 350.86px;
  }
  .club_detail-news__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-right: 120px;
    padding-left: 120px;
  }
  .club_detail-news__text {
    margin-top: auto;
    margin-left: 95px;
  }
  .club_detail-news__title {
    padding-top: 0;
    padding-bottom: 10px;
  }
  .club_detail-news__title > *:first-child {
    font-size: 32px;
  }
  .club_detail-news__title > *:last-child {
    margin-left: 15px;
    font-size: 14px;
  }
  .club_detail-news__title::before {
    width: 73px;
    height: 3px;
  }
  .club_detail-news__title::after {
    width: 20px;
    height: 3px;
  }
  .club_detail-news__items {
    padding-top: 5px;
  }
  .club_detail-news__item {
    width: 390px;
    border-bottom: 1px solid #d6d6d6;
  }
  .club_detail-news__item:not(:first-child) {
    border-top: none;
  }
  .club_detail-news__link {
    padding-top: 30px;
    padding-bottom: 30px;
    -webkit-transition: opacity .5s;
    transition: opacity .5s;
  }
  .club_detail-news__link::after {
    content: none;
  }
  .club_detail-news__link:hover {
    opacity: .5;
  }
  .club_detail-news__link:hover .club_detail-news__heading > * > * {
    border-bottom: 1px solid #000000;
  }
  .club_detail-news__date {
    font-size: 16px;
  }
  .club_detail-news__heading {
    width: auto;
    padding-top: 20px;
    font-size: 14px;
    letter-spacing: 0;
  }
  .club_detail-news__heading > * {
    line-height: 1.7;
  }
  .club_detail-news__heading > *::before, .club_detail-news__heading > *::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
  }
  .club_detail-news__heading > *::before {
    margin-top: calc((1 - 1.7) * 0.5em);
  }
  .club_detail-news__heading > *::after {
    margin-bottom: calc((1 - 1.7) * 0.5em);
  }
  .club_detail-news__heading > * > * {
    border-bottom: 1px solid transparent;
    -webkit-transition: all .5s;
    transition: all .5s;
  }
  .club_detail-news__image {
    padding-top: 7.32064vw;
    margin-left: -7.32064vw;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: calc(100% + (100vw / 6.83));
    width: auto;
    margin-left: 0;
    padding-top: 0;
  }
  .club_detail-news__photo {
    width: 424px;
    height: 280px;
  }
  .club_detail-news__photo + .club_detail-news__photo {
    margin-top: 5px;
  }
}

/*　クラブ活動詳細　footer
----------------------------------------------- */
.club_detail-sns {
  margin-top: 5.85652vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.club_detail-sns__link {
  width: 51.24451vw;
  height: 13.17716vw;
  padding-left: 5.85652vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  background-color: #2c318d;
  color: #ffffff;
  font-weight: 500;
}

.club_detail-sns__link::after {
  width: 2.19619vw;
  height: 2.19619vw;
  right: 5.85652vw;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  border: calc(2vw / 6.83) solid;
  border-color: #ffffff #ffffff transparent transparent;
  content: "";
}

@media screen and (min-width: 700.9999px) {
  .club_detail-sns {
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 99;
    margin-top: 0;
  }
  .club_detail-sns__link {
    width: 78px;
    height: 78px;
    margin-right: 10px;
    margin-bottom: 10px;
    padding-left: 0;
    padding-left: 20px;
    font-size: 14px;
    letter-spacing: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
  }
  .club_detail-sns__link > * {
    line-height: 1.4;
  }
  .club_detail-sns__link > *::before, .club_detail-sns__link > *::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
  }
  .club_detail-sns__link > *::before {
    margin-top: calc((1 - 1.4) * 0.5em);
  }
  .club_detail-sns__link > *::after {
    margin-bottom: calc((1 - 1.4) * 0.5em);
  }
  .club_detail-sns__link::after {
    top: calc(50% + 10px);
    right: 18px;
    width: 8px;
    height: 8px;
    border-width: 1px;
    -webkit-transition: all .3s;
    transition: all .3s;
  }
  .club_detail-sns__link:hover {
    background-color: rgba(44, 49, 141, 0.5);
    letter-spacing: .075em;
  }
  .club_detail-sns__link:hover::after {
    right: 15px;
  }
}

/*　クラブ活動詳細　paging
----------------------------------------------- */
.club_detail-paging {
  margin-top: 11.71303vw;
}

.club_detail-paging__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.club_detail-paging__num {
  font-size: 4.57143vw;
  height: 6.58858vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Poppins", sans-serif;
  text-align: center;
}

.club_detail-paging__num > * {
  height: 100%;
}

.club_detail-paging__num > * > * {
  width: 13.17716vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: inherit;
  color: #2c318d;
}

.club_detail-paging__prev > *, .club_detail-paging__next > * {
  width: 8.78477vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  color: #2c318d;
}

.club_detail-paging__prev > * > *, .club_detail-paging__next > * > * {
  width: 3.22108vw;
  height: auto;
}

.club_detail-paging__next {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

.club_detail-paging__return {
  font-size: 4vw;
}

.club_detail-paging__return > * {
  padding-bottom: 2.92826vw;
  display: block;
  position: relative;
  color: #2c318d;
  letter-spacing: .125em;
}

.club_detail-paging__return > *::after {
  width: 7.32064vw;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 1px;
  background-color: #2c318d;
  content: "";
}

@media screen and (min-width: 700.9999px) {
  .club_detail-paging {
    margin-top: 120px;
  }
  .club_detail-paging__wrap {
    padding-right: 190px;
    padding-left: 190px;
  }
  .club_detail-paging__num {
    height: 33px;
    font-size: 24px;
  }
  .club_detail-paging__num > * {
    padding-right: 30px;
    padding-left: 30px;
  }
  .club_detail-paging__num > * > * {
    position: relative;
    width: 50px;
    overflow: hidden;
    -webkit-transition: all .5s;
    transition: all .5s;
  }
  .club_detail-paging__num > * > *::before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    -webkit-transform: skewX(-30deg) scale(0, 1);
            transform: skewX(-30deg) scale(0, 1);
    width: 150%;
    height: 100%;
    background-color: #2c318d;
    content: "";
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
    -webkit-transform-origin: right top;
            transform-origin: right top;
  }
  .club_detail-paging__num > * > * > * {
    position: relative;
    z-index: 2;
  }
  .club_detail-paging__num > * > *:hover {
    color: #ffffff;
  }
  .club_detail-paging__num > * > *:hover::before {
    -webkit-transform: skewX(-30deg) scale(1, 1);
            transform: skewX(-30deg) scale(1, 1);
    -webkit-transform-origin: left top;
            transform-origin: left top;
  }
  .club_detail-paging__prev > *, .club_detail-paging__next > * {
    width: 60px;
    padding-left: 20px;
    -webkit-transition: all .5s;
    transition: all .5s;
  }
  .club_detail-paging__prev > * > *, .club_detail-paging__next > * > * {
    width: 12.8px;
    height: auto;
  }
  .club_detail-paging__prev > *:hover, .club_detail-paging__next > *:hover {
    padding-left: 0;
  }
  .club_detail-paging__return {
    font-size: 20px;
  }
  .club_detail-paging__return > * {
    padding-bottom: 20px;
    -webkit-transition: all .5s;
    transition: all .5s;
  }
  .club_detail-paging__return > *::after {
    width: 50px;
    height: 2px;
    -webkit-transition: all .5s;
    transition: all .5s;
  }
  .club_detail-paging__return > *:hover::after {
    width: 20px;
  }
}

/*　クラブ活動詳細　footer
----------------------------------------------- */
.club_detail__footer {
  margin-top: 17.56955vw;
}

@media screen and (min-width: 700.9999px) {
  .club_detail__footer {
    margin-top: 95px;
  }
  .club_detail__footer .footer-links__wrap {
    padding-right: 70px;
    padding-left: 70px;
  }
  .club_detail__footer .footer-links__item {
    width: 320px;
  }
}
/*# sourceMappingURL=club_detail.css.map */