@charset "UTF-8";
/*　クラブニュース　共通
----------------------------------------------- */
.club_news-comp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.club_news-comp__image {
  width: 34.40703vw;
  height: 34.40703vw;
}

.club_news-comp__image > * {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.club_news-comp__image > * > * {
  width: inherit;
  height: inherit;
  -o-object-fit: cover;
     object-fit: cover;
}

.club_news-comp__text {
  padding-left: 1.02489vw;
  width: calc(100% - (235vw / 6.83));
}

.club_news-comp__label {
  padding-top: 5.12445vw;
  padding-left: 3.66032vw;
  font-size: 4.57143vw;
  position: relative;
  width: calc(100% + (10vw / 6.83));
  font-weight: 500;
  letter-spacing: .025em;
}

.club_news-comp__label > * {
  line-height: 1.6;
}

.club_news-comp__label > *::before, .club_news-comp__label > *::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}

.club_news-comp__label > *::before {
  margin-top: calc((1 - 1.6) * 0.5em);
}

.club_news-comp__label > *::after {
  margin-bottom: calc((1 - 1.6) * 0.5em);
}

.club_news-comp__label::before {
  width: 2.92826vw;
  height: 2.92826vw;
  display: block;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 0);
          clip-path: polygon(0 0, 0% 100%, 100% 0);
  position: absolute;
  top: 0;
  left: 0;
  content: "";
}

.club_news-comp__label.cat-1 {
  color: #91cd2f;
}

.club_news-comp__label.cat-1::before {
  background-color: #91cd2f;
}

.club_news-comp__label.cat-2 {
  color: #b9a26f;
}

.club_news-comp__label.cat-2::before {
  background-color: #b9a26f;
}

.club_news-comp__label.cat-3 {
  color: #be2727;
}

.club_news-comp__label.cat-3::before {
  background-color: #be2727;
}

.club_news-comp__label.cat-4 {
  color: #65d2db;
}

.club_news-comp__label.cat-4::before {
  background-color: #65d2db;
}

.club_news-comp__label.cat-5 {
  color: #e5c61d;
}

.club_news-comp__label.cat-5::before {
  background-color: #e5c61d;
}

.club_news-comp__label.cat-6 {
  color: #3aa6d6;
}

.club_news-comp__label.cat-6::before {
  background-color: #3aa6d6;
}

.club_news-comp__label.cat-7 {
  color: #46a3ff;
}

.club_news-comp__label.cat-7::before {
  background-color: #46a3ff;
}

.club_news-comp__label.cat-8 {
  color: #ffa700;
}

.club_news-comp__label.cat-8::before {
  background-color: #ffa700;
}

.club_news-comp__label.cat-9 {
  color: #d8d8d8;
}

.club_news-comp__label.cat-9::before {
  background-color: #d8d8d8;
}

.club_news-comp__label.cat-10 {
  color: #065ea0;
}

.club_news-comp__label.cat-10::before {
  background-color: #065ea0;
}

.club_news-comp__label.cat-11 {
  color: #e22079;
}

.club_news-comp__label.cat-11::before {
  background-color: #e22079;
}

.club_news-comp__label.cat-12 {
  color: #51a045;
}

.club_news-comp__label.cat-12::before {
  background-color: #51a045;
}

.club_news-comp__label.cat-13 {
  color: #a12fcb;
}

.club_news-comp__label.cat-13::before {
  background-color: #a12fcb;
}

.club_news-comp__label.cat-14 {
  color: #db9393;
}

.club_news-comp__label.cat-14::before {
  background-color: #db9393;
}

.club_news-comp__label.cat-15 {
  color: #67a700;
}

.club_news-comp__label.cat-15::before {
  background-color: #67a700;
}

.club_news-comp__label.cat-16 {
  color: #b7770f;
}

.club_news-comp__label.cat-16::before {
  background-color: #b7770f;
}

.club_news-comp__label.cat-17 {
  color: #f23e3e;
}

.club_news-comp__label.cat-17::before {
  background-color: #f23e3e;
}

.club_news-comp__label.cat-2 {
  color: #b9a26f;
}

.club_news-comp__label.cat-2::before {
  background-color: #b9a26f;
}

.club_news-comp__label.cat-19 {
  color: #dd0000;
}

.club_news-comp__label.cat-19::before {
  background-color: #dd0000;
}

.club_news-comp__label.cat-20 {
  color: #2c318d;
}

.club_news-comp__label.cat-20::before {
  background-color: #2c318d;
}

.club_news-comp__title {
  padding-top: 4.39239vw;
  margin-left: 3.66032vw;
  font-weight: 500;
}

.club_news-comp__title span span {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.club_news-comp__title > * {
  line-height: 1.6;
}

.club_news-comp__title > *::before, .club_news-comp__title > *::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}

.club_news-comp__title > *::before {
  margin-top: calc((1 - 1.6) * 0.5em);
}

.club_news-comp__title > *::after {
  margin-bottom: calc((1 - 1.6) * 0.5em);
}

.club_news-comp__date {
  margin-top: 5.12445vw;
  margin-left: 3.66032vw;
  font-size: 3.42857vw;
  color: #90919b;
  font-weight: 600;
  font-family: "din-2014", sans-serif;
  letter-spacing: 0;
}

@media screen and (min-width: 700.9999px) {
  .club_news-comp {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-transition: all .5s;
    transition: all .5s;
  }
  .club_news-comp:hover .club_news-comp__image::after {
    -webkit-transform: skewX(45deg) scale(1, 1);
            transform: skewX(45deg) scale(1, 1);
    -webkit-transform-origin: left top;
            transform-origin: left top;
  }
  .club_news-comp:hover .club_news-comp__title > * > * {
    border-bottom: 1px solid #000000;
  }
  .club_news-comp:hover .club_news-comp__title > * > *::after {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: left top;
            transform-origin: left top;
  }
  .club_news-comp__image {
    position: relative;
    width: 346px;
    height: 260px;
    overflow: hidden;
  }
  .club_news-comp__image::after {
    position: absolute;
    top: 0;
    left: -100%;
    z-index: 2;
    -webkit-transform: skewX(45deg) scale(0, 1);
            transform: skewX(45deg) scale(0, 1);
    width: 200%;
    height: 100%;
    background-color: rgba(44, 49, 141, 0.15);
    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_news-comp__text {
    width: auto;
    padding-left: 0;
  }
  .club_news-comp__label {
    width: auto;
    padding-top: 15px;
    padding-left: 20px;
    font-size: 16px;
  }
  .club_news-comp__label::before {
    width: 20px;
    height: 20px;
  }
  .club_news-comp__block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-top: 25px;
    padding-bottom: 10px;
    border-left: 1px solid #90919b;
  }
  .club_news-comp__title {
    margin-left: 20px;
    padding-top: 15px;
    font-size: 16px;
    letter-spacing: 0;
  }
  .club_news-comp__title > * > * {
    padding-bottom: 2px;
    border-bottom: 1px solid transparent;
    -webkit-transition: all .5s;
    transition: all .5s;
  }
  .club_news-comp__date {
    margin-top: 5px;
    margin-left: 20px;
    font-size: 16px;
  }
}

/*　クラブニュース　全体
----------------------------------------------- */
.club_news-bg {
  position: relative;
}

.club_news-bg::before {
  width: 87.84773vw;
  height: 87.84773vw;
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
}

@media screen and (min-width: 700.9999px) {
  .club_news-bg::before {
    bottom: -40px;
    left: calc(-100vw + 780px + ((100% - 1280px) / 2));
    width: 100vw;
    height: 100vw;
  }
}

/*　クラブニュース　mv
----------------------------------------------- */
.club_news-hero {
  position: relative;
}

.club_news-hero .club_news-hero__image picture {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.club_news-hero .club_news-hero__image .club_news-hero__catch {
  position: absolute;
  right: 8%;
  bottom: 70%;
  line-height: 3em;
}

@media screen and (max-width: 700px) {
  .club_news-hero .club_news-hero__image .club_news-hero__catch {
    right: auto;
    left: 8%;
    line-height: 2.5em;
  }
}

.club_news-hero .club_news-hero__image .club_news-hero__catch span {
  font-size: 2.28571vw;
  position: relative;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: .4em;
}

@media screen and (max-width: 700px) {
  .club_news-hero .club_news-hero__image .club_news-hero__catch span {
    font-size: 5.14286vw;
    letter-spacing: .2em;
  }
}

.club_news-hero .club_news-hero__image .club_news-hero__catch span::before {
  position: absolute;
  bottom: -.9em;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #000000;
  content: "";
  -webkit-transition: .5s;
  transition: .5s;
  -webkit-transition-delay: 2.5s;
          transition-delay: 2.5s;
}

@media screen and (max-width: 700px) {
  .club_news-hero .club_news-hero__image .club_news-hero__catch span::before {
    bottom: -1.2em;
  }
}

.club_news-hero .club_news-hero__image .club_news-hero__catch span.fadeInTop::before {
  width: 50px;
}

.club_news-hero__wrap {
  position: relative;
}

.club_news-hero__title {
  padding-top: 13.90922vw;
  padding-bottom: 3.95315vw;
  position: relative;
  letter-spacing: 0;
  text-align: center;
}

.club_news-hero__title::after {
  width: 8.78477vw;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 2px;
  background-color: #2c318d;
  content: "";
}

.club_news-hero__title > * {
  display: block;
}

.club_news-hero__title > *:first-child {
  font-size: 7.71429vw;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
}

.club_news-hero__title > *:first-child > * {
  color: #2c318d;
}

.club_news-hero__title > *:last-child {
  font-size: 3.42857vw;
  margin-top: 2.19619vw;
  font-weight: 600;
}

@media screen and (min-width: 700.9999px) {
  .club_news-hero__title {
    padding-top: 5.56369vw;
    padding-bottom: 1.75695vw;
  }
  .club_news-hero__title::after {
    width: 44px;
  }
  .club_news-hero__title > *:first-child {
    font-size: 48px;
  }
  .club_news-hero__title > *:last-child {
    margin-top: 15px;
    font-size: 16px;
  }
}

.club_news-hero__deco {
  top: -2.92826vw;
  opacity: .85;
  position: absolute;
  top: -20%;
  right: 70px;
}

@media screen and (max-width: 700px) {
  .club_news-hero__deco {
    top: -13.90922vw;
    right: 0;
  }
}

.club_news-hero__deco > * {
  width: 221.31px;
  height: 138.64px;
}

@media screen and (max-width: 700px) {
  .club_news-hero__deco > * {
    width: 32.40264vw;
    height: 20.29868vw;
  }
}

/*　クラブニュース　primary
----------------------------------------------- */
.club_news-primary {
  margin-top: 10.2489vw;
}

@media screen and (max-width: 700px) {
  .club_news-primary {
    margin-top: 0;
  }
}

.club_news-primary__menu {
  height: 8.78477vw;
  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;
  position: relative;
  z-index: 2;
}

.club_news-primary__menu--title {
  width: 21.96193vw;
  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;
  background-color: #90919b;
  color: #ffffff;
}

.club_news-primary__menu--block {
  position: relative;
  width: calc(100% - (160vw / 6.83));
  height: 100%;
}

.club_news-primary__menu--button {
  padding-left: 1.46413vw;
  padding-bottom: 0.73206vw;
  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;
  width: 100%;
  height: 100%;
  border-bottom: 1px solid #000000;
  color: #000000;
  text-align: left;
  cursor: pointer;
}

.club_news-primary__menu--button::after {
  right: 1.46413vw;
  height: 1.76135vw;
  width: 2.94143vw;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url(../../img/page/club/club_news_list_icon_arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s;
}

.club_news-primary__menu--button.is-active::after {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}

.club_news-primary__menu--items {
  display: none;
  position: relative;
  z-index: 5;
  background-color: #ffffff;
}

.club_news-primary__menu--item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.club_news-primary__menu--link {
  padding-top: 1.46413vw;
  padding-bottom: 1.46413vw;
  padding-left: 1.46413vw;
  height: 8.78477vw;
  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;
  letter-spacing: 0;
  -webkit-transition: color .5s;
  transition: color .5s;
}

.club_news-primary__contents {
  padding-top: 8.05271vw;
}

.club_news-all {
  margin-top: 30px;
  padding-top: 70px;
}

@media screen and (min-width: 701px) {
  .club_news-all::after {
    width: 58.56515vw;
    height: 58.56515vw;
    opacity: .3;
    -webkit-clip-path: polygon(0 0, 0% 100%, 100% 100%);
            clip-path: polygon(0 0, 0% 100%, 100% 100%);
    position: absolute;
    top: -600px;
    left: 0;
    z-index: -11;
    background-color: #e0e0e7;
    content: "";
  }
}

@media screen and (min-width: 701px) and (max-width: 700px) {
  .club_news-all::after {
    top: -58.56515vw;
  }
}

.club_news-all .club_news-all__sw {
  position: relative;
  z-index: -10;
  max-width: 870px;
  margin: 0 auto;
}

@media screen and (max-width: 700px) {
  .club_news-all .club_news-all__sw {
    left: -10%;
    width: 120%;
  }
  .club_news-all .club_news-all__sw::after {
    width: 58.56515vw;
    height: 58.56515vw;
    opacity: .3;
    -webkit-clip-path: polygon(0 0, 0% 100%, 100% 100%);
            clip-path: polygon(0 0, 0% 100%, 100% 100%);
    position: absolute;
    top: -600px;
    left: 0;
    z-index: -11;
    background-color: #e0e0e7;
    content: "";
  }
}

@media screen and (max-width: 700px) and (max-width: 700px) {
  .club_news-all .club_news-all__sw::after {
    top: -58.56515vw;
  }
}

.club_news-all .club_news-all__sw ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: -2;
  background-color: #ffffff;
}

.club_news-all .club_news-all__sw ul li {
  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;
  z-index: 1;
  -webkit-transform: skew(-15deg);
          transform: skew(-15deg);
  width: 50%;
  height: 80px;
  border: 1px solid #d8d8d8;
  border-bottom: none;
  cursor: pointer;
  pointer-events: all;
}

@media screen and (max-width: 700px) {
  .club_news-all .club_news-all__sw ul li.sports {
    padding-left: 9%;
  }
  .club_news-all .club_news-all__sw ul li.culture {
    padding-right: 8%;
  }
}

.club_news-all .club_news-all__sw ul li span {
  position: relative;
  -webkit-transform: skew(15deg);
          transform: skew(15deg);
  color: #2c318d;
  font-weight: bold;
  font-size: 20px;
}

@media screen and (max-width: 700px) {
  .club_news-all .club_news-all__sw ul li span {
    font-size: 4vw;
  }
}

.club_news-all .club_news-all__sw ul li span::before {
  position: absolute;
  bottom: -14px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 30px;
  height: 1px;
  background-color: #2c318d;
  content: "";
}

.club_news-all .club_news-all__sw ul li.bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 50%;
  height: 80px;
  background-color: #2c318d;
  content: "";
  -webkit-transition: .5s;
  transition: .5s;
}

.club_news-all .club_news-all__sw ul li.select {
  pointer-events: none;
}

.club_news-all .club_news-all__sw ul li.select span {
  color: #ffffff;
}

.club_news-all .club_news-all__sw ul li.select span::before {
  background-color: #ffffff;
}

.club_news-all .club_news-all__sw ul li:hover {
  color: #ffffff;
}

.club_news-all .club_news-all__sw ul li:hover span::before {
  background-color: #ffffff;
}

.club_news-all .club_news-all__sw ul li:hover + .bg {
  -webkit-transform: translateX(100%) skew(-15deg);
          transform: translateX(100%) skew(-15deg);
}

.club_news-all .club_news-all__sw ul li:hover + .select span {
  color: #2c318d;
}

.club_news-all .club_news-all__sw ul li:hover + .select span::before {
  background-color: #2c318d;
}

.club_news-all .club_news-all__sw ul.on_culture .culture span, .club_news-all .club_news-all__sw ul.set_culture .culture span {
  color: #ffffff;
}

.club_news-all .club_news-all__sw ul.on_culture .sports span, .club_news-all .club_news-all__sw ul.set_culture .sports span {
  color: #2c318d;
}

.club_news-all .club_news-all__sw ul.on_culture .select span::before {
  background-color: #ffffff;
}

.club_news-all .club_news-all__sw ul.on_sports .culture span {
  color: #2c318d;
}

.club_news-all .club_news-all__sw ul.on_sports .sports span {
  color: #ffffff;
}

.club_news-all .club_news-all__sw ul.on_sports .bg {
  -webkit-transform: translateX(0%) skew(-15deg) !important;
          transform: translateX(0%) skew(-15deg) !important;
}

.club_news-all .club_news-all__sw ul.set_culture .bg {
  -webkit-transform: translateX(100%) skew(-15deg);
          transform: translateX(100%) skew(-15deg);
}

.club_news-all .club_news-comp__label {
  padding-top: 5.12445vw;
  padding-left: 3.66032vw;
  font-size: 4.57143vw;
  position: relative;
  width: calc(100% + (10vw / 6.83));
  font-weight: 500;
  letter-spacing: .025em;
}

.club_news-all .club_news-comp__label > * {
  line-height: 1.6;
}

.club_news-all .club_news-comp__label > *::before, .club_news-all .club_news-comp__label > *::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}

.club_news-all .club_news-comp__label > *::before {
  margin-top: calc((1 - 1.6) * 0.5em);
}

.club_news-all .club_news-comp__label > *::after {
  margin-bottom: calc((1 - 1.6) * 0.5em);
}

.club_news-all .club_news-all__wrap {
  position: relative;
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
  -webkit-transition: -webkit-transform .3s ease 0s;
  transition: -webkit-transform .3s ease 0s;
  transition: transform .3s ease 0s;
  transition: transform .3s ease 0s, -webkit-transform .3s ease 0s;
}

.club_news-all .club_news-all__wrap.culture_on {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

.club_news-all .club_news-all__wrap section {
  position: absolute;
  top: 0;
  width: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(#575cc7), to(#2c318d));
  background: -webkit-linear-gradient(bottom, #575cc7 0%, #2c318d 100%);
  background: linear-gradient(360deg, #575cc7 0%, #2c318d 100%);
}

.club_news-all .club_news-all__wrap section::after {
  width: 43.92387vw;
  height: 43.92387vw;
  opacity: .3;
  -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
          clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 0;
  background-color: #2c318d;
  content: "";
}

.club_news-all .club_news-all__wrap section:nth-of-type(1) {
  position: relative;
  left: 0;
}

.club_news-all .club_news-all__wrap section:nth-of-type(1)::before {
  opacity: .04;
  position: absolute;
  top: 0;
  left: 0;
  color: #ffffff;
  font-size: 148px;
  font-family: "Poppins", sans-serif;
  content: "SPORTS";
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}

@media screen and (max-width: 700px) {
  .club_news-all .club_news-all__wrap section:nth-of-type(1)::before {
    font-size: 88px;
    line-height: .7;
  }
}

.club_news-all .club_news-all__wrap section:nth-of-type(2) {
  right: -100%;
}

.club_news-all .club_news-all__wrap section:nth-of-type(2)::before {
  opacity: .04;
  position: absolute;
  top: 0;
  left: 0;
  color: #ffffff;
  font-size: 148px;
  font-family: "Poppins", sans-serif;
  content: "CULTURE";
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}

@media screen and (max-width: 700px) {
  .club_news-all .club_news-all__wrap section:nth-of-type(2)::before {
    font-size: 88px;
    line-height: .7;
  }
}

.club_news-all .club_news-all__wrap ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  position: relative;
  z-index: 1;
  max-width: 1140px;
  margin: 0 auto;
  padding-top: 115px;
}

@media screen and (max-width: 700px) {
  .club_news-all .club_news-all__wrap ul {
    padding-top: 50px;
    padding-right: 5%;
    padding-left: 5%;
  }
}

.club_news-all .club_news-all__wrap ul li {
  width: calc((100% - 100px) / 3);
  margin: 0;
  margin-right: 50px;
  margin-bottom: 75px;
}

@media screen and (max-width: 700px) {
  .club_news-all .club_news-all__wrap ul li {
    width: calc((100% - 5%) / 2);
    margin-right: auto;
    margin-bottom: 50px;
  }
  .club_news-all .club_news-all__wrap ul li a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.club_news-all .club_news-all__wrap ul li:nth-of-type(3n) {
  margin-right: 0;
}

@media screen and (max-width: 700px) {
  .club_news-all .club_news-all__wrap ul li:nth-of-type(3n) {
    margin-right: auto;
  }
}

@media screen and (max-width: 700px) {
  .club_news-all .club_news-all__wrap ul li:nth-of-type(even) {
    margin-right: 0;
  }
}

@media screen and (max-width: 700px) {
  .club_news-all .club_news-all__wrap ul li .club_news-comp__image {
    width: 42.45974vw;
    height: 42.45974vw;
  }
}

.club_news-all .club_news-all__wrap ul li .club_news-comp__image.boy {
  position: relative;
}

.club_news-all .club_news-all__wrap ul li .club_news-comp__image.boy::before {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 55px;
  height: 55px;
  padding: 5px;
  background-color: #133f60;
  color: #ffffff;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.2;
  text-align: center;
  content: "男子生徒";
}

@media screen and (max-width: 700px) {
  .club_news-all .club_news-all__wrap ul li .club_news-comp__image.boy::before {
    font-size: 3.14286vw;
    width: 11.4202vw;
    height: 11.4202vw;
    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;
  }
}

.club_news-all .club_news-all__wrap ul li p {
  font-size: 3.71429vw;
  padding-top: 3.66032vw;
  color: #ffffff;
  font-weight: 500;
  text-align: center;
}

@media screen and (min-width: 701px) {
  .club_news-all .club_news-all__wrap ul li p {
    padding-top: 25px;
    font-size: 18px;
  }
}

.club_news-all .club_news-all__wrap ul li::before {
  display: block;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 0);
          clip-path: polygon(0 0, 0% 100%, 100% 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 15px;
  height: 15px;
  content: "";
}

.club_news-all .club_news-all__wrap ul li.cat-1 {
  color: #91cd2f;
}

.club_news-all .club_news-all__wrap ul li.cat-1::before {
  background-color: #91cd2f;
}

.club_news-all .club_news-all__wrap ul li.cat-2 {
  color: #b9a26f;
}

.club_news-all .club_news-all__wrap ul li.cat-2::before {
  background-color: #b9a26f;
}

.club_news-all .club_news-all__wrap ul li.cat-3 {
  color: #be2727;
}

.club_news-all .club_news-all__wrap ul li.cat-3::before {
  background-color: #be2727;
}

.club_news-all .club_news-all__wrap ul li.cat-4 {
  color: #65d2db;
}

.club_news-all .club_news-all__wrap ul li.cat-4::before {
  background-color: #65d2db;
}

.club_news-all .club_news-all__wrap ul li.cat-5 {
  color: #e5c61d;
}

.club_news-all .club_news-all__wrap ul li.cat-5::before {
  background-color: #e5c61d;
}

.club_news-all .club_news-all__wrap ul li.cat-6 {
  color: #3aa6d6;
}

.club_news-all .club_news-all__wrap ul li.cat-6::before {
  background-color: #3aa6d6;
}

.club_news-all .club_news-all__wrap ul li.cat-7 {
  color: #46a3ff;
}

.club_news-all .club_news-all__wrap ul li.cat-7::before {
  background-color: #46a3ff;
}

.club_news-all .club_news-all__wrap ul li.cat-8 {
  color: #ffa700;
}

.club_news-all .club_news-all__wrap ul li.cat-8::before {
  background-color: #ffa700;
}

.club_news-all .club_news-all__wrap ul li.cat-9 {
  color: #d8d8d8;
}

.club_news-all .club_news-all__wrap ul li.cat-9::before {
  background-color: #d8d8d8;
}

.club_news-all .club_news-all__wrap ul li.cat-10 {
  color: #065ea0;
}

.club_news-all .club_news-all__wrap ul li.cat-10::before {
  background-color: #065ea0;
}

.club_news-all .club_news-all__wrap ul li.cat-11 {
  color: #e22079;
}

.club_news-all .club_news-all__wrap ul li.cat-11::before {
  background-color: #e22079;
}

.club_news-all .club_news-all__wrap ul li.cat-12 {
  color: #51a045;
}

.club_news-all .club_news-all__wrap ul li.cat-12::before {
  background-color: #51a045;
}

.club_news-all .club_news-all__wrap ul li.cat-13 {
  color: #a12fcb;
}

.club_news-all .club_news-all__wrap ul li.cat-13::before {
  background-color: #a12fcb;
}

.club_news-all .club_news-all__wrap ul li.cat-14 {
  color: #db9393;
}

.club_news-all .club_news-all__wrap ul li.cat-14::before {
  background-color: #db9393;
}

.club_news-all .club_news-all__wrap ul li.cat-15 {
  color: #67a700;
}

.club_news-all .club_news-all__wrap ul li.cat-15::before {
  background-color: #67a700;
}

.club_news-all .club_news-all__wrap ul li.cat-16 {
  color: #b7770f;
}

.club_news-all .club_news-all__wrap ul li.cat-16::before {
  background-color: #b7770f;
}

.club_news-all .club_news-all__wrap ul li.cat-17 {
  color: #f23e3e;
}

.club_news-all .club_news-all__wrap ul li.cat-17::before {
  background-color: #f23e3e;
}

.club_news-all .club_news-all__wrap ul li.cat-2 {
  color: #b9a26f;
}

.club_news-all .club_news-all__wrap ul li.cat-2::before {
  background-color: #b9a26f;
}

.club_news-all .club_news-all__wrap ul li.cat-19 {
  color: #dd0000;
}

.club_news-all .club_news-all__wrap ul li.cat-19::before {
  background-color: #dd0000;
}

.club_news-all .club_news-all__wrap ul li.cat-20 {
  color: #2c318d;
}

.club_news-all .club_news-all__wrap ul li.cat-20::before {
  background-color: #2c318d;
}

[role="tab"] {
  color: #90919b;
}

[role="tab"][aria-selected="true"] {
  color: #000000;
}

[role="tab-panel"] {
  display: none;
}

[role="tab-panel"][aria-hidden="false"] {
  display: block;
  -webkit-animation: fade_ani 1s ease 0s;
          animation: fade_ani 1s ease 0s;
}

.club_news-primary__contents--items {
  margin-top: -4.39239vw;
  position: relative;
  z-index: 1;
}

.club_news-primary__contents--item {
  margin-top: 4.39239vw;
  position: relative;
}

@media screen and (max-width: 700px) {
  .club_news-primary__contents--item:not(:first-child)::before {
    top: -2.19619vw;
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #d6d6d6;
    content: "";
  }
}

@media screen and (min-width: 700.9999px) {
  .club_news-primary {
    margin-top: 35px;
  }
  .club_news-primary__wrap {
    padding-right: 70px;
    padding-left: 70px;
  }
  .club_news-primary__menu {
    width: 235px;
    height: 32px;
    margin-left: auto;
  }
  .club_news-primary__menu--title {
    width: 100px;
  }
  .club_news-primary__menu--block {
    width: calc(100% - 110px);
    height: 100%;
  }
  .club_news-primary__menu--button {
    padding-bottom: 5px;
    padding-left: 7px;
    font-size: 16px;
  }
  .club_news-primary__menu--button::after {
    right: 0;
    width: 12px;
    height: 7px;
  }
  .club_news-primary__menu--link {
    height: 32px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 7px;
    font-size: 16px;
  }
  .club_news-primary__contents {
    padding-top: 60px;
  }
  .club_news-primary__contents--items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    position: relative;
    z-index: 1;
    margin-top: -73px;
    margin-left: -15px;
  }
  .club_news-primary__contents--item {
    width: calc(100% / 3 - 15px);
    margin-top: 55px;
    margin-left: 15px;
  }
  .club_news-primary__contents--item:nth-child(3n + 2) {
    -webkit-transition-delay: .5s !important;
            transition-delay: .5s !important;
  }
  .club_news-primary__contents--item:nth-child(3n + 2) .is-square::before, .club_news-primary__contents--item:nth-child(3n + 2) .is-square::after {
    -webkit-transition-delay: .75s;
            transition-delay: .75s;
  }
  .club_news-primary__contents--item:nth-child(3n + 3) {
    -webkit-transition-delay: .7s !important;
            transition-delay: .7s !important;
  }
  .club_news-primary__contents--item:nth-child(3n + 3) .is-square::before, .club_news-primary__contents--item:nth-child(3n + 3) .is-square::after {
    -webkit-transition-delay: 1.25s;
            transition-delay: 1.25s;
  }
}

.club_news-btn {
  font-size: 3.71429vw;
  position: relative;
  padding-top: 40px;
  text-align: center;
}

@media screen and (min-width: 701px) {
  .club_news-btn {
    font-size: 20px;
  }
}

.club_news-btn a {
  font-weight: bold;
}

.club_news-btn a span {
  padding-left: 15px;
}

.club_news-btn a::before {
  position: absolute;
  bottom: -.75em;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 105%;
  height: 1px;
  background-color: #000000;
  content: "";
  -webkit-transition: .7s;
  transition: .7s;
}

@media screen and (min-width: 701px) {
  .club_news-btn a:hover::before {
    width: 50%;
  }
}

/*　クラブニュース　paging
----------------------------------------------- */
.club_news-paging {
  margin-top: 8.05271vw;
}

.club_news-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_news-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_news-paging__num > * {
  height: 100%;
}

.club_news-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_news-paging__prev > *, .club_news-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_news-paging__prev > * > *, .club_news-paging__next > * > * {
  width: 3.22108vw;
  height: auto;
}

.club_news-paging__next {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

.club_news-paging__return {
  font-size: 4vw;
}

.club_news-paging__return > * {
  padding-bottom: 2.92826vw;
  display: block;
  position: relative;
  color: #2c318d;
  letter-spacing: .125em;
}

.club_news-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_news-paging {
    margin-top: 75px;
  }
  .club_news-paging__wrap {
    padding-right: 190px;
    padding-left: 190px;
  }
  .club_news-paging__num {
    height: 33px;
    font-size: 24px;
  }
  .club_news-paging__num > * {
    padding-right: 30px;
    padding-left: 30px;
  }
  .club_news-paging__num > * > * {
    position: relative;
    width: 50px;
    overflow: hidden;
    -webkit-transition: all .5s;
    transition: all .5s;
  }
  .club_news-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_news-paging__num > * > * > * {
    position: relative;
    z-index: 2;
  }
  .club_news-paging__num > * > *:hover {
    color: #ffffff;
  }
  .club_news-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_news-paging__prev > *, .club_news-paging__next > * {
    width: 60px;
    padding-left: 20px;
    -webkit-transition: all .5s;
    transition: all .5s;
  }
  .club_news-paging__prev > * > *, .club_news-paging__next > * > * {
    width: 12.8px;
    height: auto;
  }
  .club_news-paging__prev > *:hover, .club_news-paging__next > *:hover {
    padding-left: 0;
  }
  .club_news-paging__return {
    font-size: 20px;
  }
  .club_news-paging__return > * {
    padding-bottom: 20px;
    -webkit-transition: all .5s;
    transition: all .5s;
  }
  .club_news-paging__return > *::after {
    width: 50px;
    height: 2px;
    -webkit-transition: all .5s;
    transition: all .5s;
  }
  .club_news-paging__return > *:hover::after {
    width: 20px;
  }
}

/*　入試新着情報　detail
----------------------------------------------- */
.club_news-detail {
  padding-top: 3.66032vw;
}

.club_news-detail__date {
  font-size: 4vw;
  color: #90919b;
  font-weight: 500;
  font-family: "din-2014", sans-serif;
  letter-spacing: 0;
}

.club_news-detail__tags {
  margin-top: 2.92826vw;
  font-size: 3.14286vw;
  margin-left: -1.46413vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #ffffff;
}

.club_news-detail__tag {
  padding-left: 1.46413vw;
  padding-right: 1.46413vw;
  height: 7.02782vw;
  margin-left: 1.46413vw;
  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;
  -webkit-clip-path: polygon(calc(100% - (10vw / 6.83)) 0%, 100% calc(10vw / 6.83), 100% 100%, 0 100%, 0 0);
          clip-path: polygon(calc(100% - (10vw / 6.83)) 0%, 100% calc(10vw / 6.83), 100% 100%, 0 100%, 0 0);
}

.club_news-detail__tag.hs {
  background-color: #2c318d;
  color: #ffffff;
}

.club_news-detail__tag.club {
  background-color: #707070;
}

.club_news-detail__tag.cat-1 {
  background-color: #91cd2f;
}

.club_news-detail__tag.cat-2 {
  background-color: #b9a26f;
}

.club_news-detail__tag.cat-3 {
  background-color: #be2727;
}

.club_news-detail__tag.cat-4 {
  background-color: #65d2db;
}

.club_news-detail__tag.cat-5 {
  background-color: #e5c61d;
}

.club_news-detail__tag.cat-6 {
  background-color: #3aa6d6;
}

.club_news-detail__tag.cat-7 {
  background-color: #46a3ff;
}

.club_news-detail__tag.cat-8 {
  background-color: #ffa700;
}

.club_news-detail__tag.cat-9 {
  background-color: #d8d8d8;
}

.club_news-detail__tag.cat-10 {
  background-color: #065ea0;
}

.club_news-detail__tag.cat-11 {
  background-color: #e22079;
}

.club_news-detail__tag.cat-12 {
  background-color: #51a045;
}

.club_news-detail__tag.cat-13 {
  background-color: #a12fcb;
}

.club_news-detail__tag.cat-14 {
  background-color: #db9393;
}

.club_news-detail__tag.cat-15 {
  background-color: #67a700;
}

.club_news-detail__tag.cat-16 {
  background-color: #b7770f;
}

.club_news-detail__tag.cat-17 {
  background-color: #f23e3e;
}

.club_news-detail__tag.cat-2 {
  background-color: #b9a26f;
}

.club_news-detail__tag.cat-19 {
  background-color: #dd0000;
}

.club_news-detail__tag.cat-20 {
  background-color: #2c318d;
}

.club_news-detail__title {
  padding-top: 3.66032vw;
  padding-bottom: 5.12445vw;
  font-size: 4.57143vw;
  border-bottom: 1px solid #2c318d;
  font-weight: 500;
  letter-spacing: .05em;
}

.club_news-detail__title > * {
  display: inline-block;
  width: calc(100% + (20vw / 6.83));
  line-height: 1.7;
}

.club_news-detail__title > *::before, .club_news-detail__title > *::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}

.club_news-detail__title > *::before {
  margin-top: calc((1 - 1.7) * 0.5em);
}

.club_news-detail__title > *::after {
  margin-bottom: calc((1 - 1.7) * 0.5em);
}

.club_news-detail__body {
  padding-bottom: 7.32064vw;
  line-height: 1.95;
  letter-spacing: .05em;
}

.club_news-detail__body address, .club_news-detail__body blockquote, .club_news-detail__body dd, .club_news-detail__body div, .club_news-detail__body dl, .club_news-detail__body dt, .club_news-detail__body fieldset, .club_news-detail__body form, .club_news-detail__body frame, .club_news-detail__body frameset, .club_news-detail__body h1, .club_news-detail__body h2, .club_news-detail__body h3, .club_news-detail__body h4, .club_news-detail__body h5, .club_news-detail__body h6, .club_news-detail__body noframes, .club_news-detail__body ol, .club_news-detail__body p, .club_news-detail__body ul, .club_news-detail__body center, .club_news-detail__body dir, .club_news-detail__body hr, .club_news-detail__body menu, .club_news-detail__body pre {
  display: block;
  unicode-bidi: embed;
}

.club_news-detail__body ul > li {
  list-style-type: disc;
}

.club_news-detail__body ol > li {
  list-style-type: decimal;
}

.club_news-detail__body li {
  display: list-item;
}

.club_news-detail__body head {
  display: none;
}

.club_news-detail__body table {
  display: table;
}

.club_news-detail__body tr {
  display: table-row;
}

.club_news-detail__body thead {
  display: table-header-group;
}

.club_news-detail__body tbody {
  display: table-row-group;
}

.club_news-detail__body tfoot {
  display: table-footer-group;
}

.club_news-detail__body col {
  display: table-column;
}

.club_news-detail__body colgroup {
  display: table-column-group;
}

.club_news-detail__body td, .club_news-detail__body th {
  display: table-cell;
}

.club_news-detail__body caption {
  display: table-caption;
}

.club_news-detail__body th {
  font-weight: bolder;
  text-align: center;
}

.club_news-detail__body caption {
  text-align: center;
}

.club_news-detail__body h1 {
  margin: .67em 0;
  font-size: 2em;
}

.club_news-detail__body h2 {
  margin: .75em 0;
  font-size: 1.5em;
}

.club_news-detail__body h3 {
  margin: .83em 0;
  font-size: 1.17em;
}

.club_news-detail__body h4, .club_news-detail__body p, .club_news-detail__body blockquote, .club_news-detail__body ul, .club_news-detail__body fieldset, .club_news-detail__body form, .club_news-detail__body ol, .club_news-detail__body dl, .club_news-detail__body dir, .club_news-detail__body menu {
  margin: 1.12em 0;
}

.club_news-detail__body h4 {
  font-size: 1.1em;
}

.club_news-detail__body h5 {
  margin: 1.12em 0;
  font-size: 1.05em;
}

.club_news-detail__body h6 {
  margin: 1.12em 0;
  font-size: 1em;
}

.club_news-detail__body h1, .club_news-detail__body h2, .club_news-detail__body h3, .club_news-detail__body h4, .club_news-detail__body h5, .club_news-detail__body h6, .club_news-detail__body b, .club_news-detail__body strong {
  color: #2c318d;
  font-weight: bolder;
}

.club_news-detail__body blockquote {
  padding-top: 2em;
  padding-right: 2em;
  padding-bottom: 2em;
  padding-left: 2em;
  background-color: #f4f8f8;
  color: #90919b;
}

.club_news-detail__body i, .club_news-detail__body cite, .club_news-detail__body em, .club_news-detail__body var, .club_news-detail__body address {
  font-style: italic;
}

.club_news-detail__body pre, .club_news-detail__body tt, .club_news-detail__body code, .club_news-detail__body kbd, .club_news-detail__body samp {
  font-family: monospace;
}

.club_news-detail__body pre {
  white-space: pre;
}

.club_news-detail__body button, .club_news-detail__body textarea, .club_news-detail__body input, .club_news-detail__body select {
  display: inline-block;
}

.club_news-detail__body big {
  font-size: 1.17em;
}

.club_news-detail__body small, .club_news-detail__body sub, .club_news-detail__body sup {
  font-size: .83em;
}

.club_news-detail__body sub {
  vertical-align: sub;
}

.club_news-detail__body sup {
  vertical-align: super;
}

.club_news-detail__body table {
  border-spacing: 2px;
}

.club_news-detail__body thead, .club_news-detail__body tbody, .club_news-detail__body tfoot {
  vertical-align: middle;
}

.club_news-detail__body td, .club_news-detail__body th, .club_news-detail__body tr {
  border: 1px solid #90919b;
  vertical-align: inherit;
}

.club_news-detail__body th {
  background-color: #f4f8f8;
}

.club_news-detail__body td, .club_news-detail__body th {
  padding: .5em 1em;
}

.club_news-detail__body s, .club_news-detail__body strike, .club_news-detail__body del {
  text-decoration: line-through;
}

.club_news-detail__body hr {
  border: 1px inset;
}

.club_news-detail__body ol, .club_news-detail__body ul, .club_news-detail__body dir, .club_news-detail__body menu, .club_news-detail__body dd {
  margin-left: 40px;
}

.club_news-detail__body ol {
  list-style-type: decimal;
}

.club_news-detail__body ol ul, .club_news-detail__body ul ol, .club_news-detail__body ul ul, .club_news-detail__body ol ol {
  margin-top: 0;
  margin-bottom: 0;
}

.club_news-detail__body u, .club_news-detail__body ins {
  text-decoration: underline;
}

.club_news-detail__body br:before {
  white-space: pre-line;
  content: “\A”;
}

.club_news-detail__body center {
  text-align: center;
}

.club_news-detail__body img {
  display: block;
  margin: 5rem auto;
}

.club_news-detail__body a {
  color: #2c318d;
  text-decoration: underline;
}

.club_news-detail__body a:hover {
  text-decoration: none;
}

@media screen and (min-width: 700.9999px) {
  .club_news-detail {
    padding-top: 30px;
  }
  .club_news-detail__wrap {
    padding-right: 190px;
    padding-left: 190px;
  }
  .club_news-detail__date {
    font-size: 18px;
  }
  .club_news-detail__tags {
    margin-top: 15px;
    margin-left: -5px;
    font-size: 14px;
  }
  .club_news-detail__tag {
    -webkit-clip-path: polygon(calc(100% - 5px) 0%, 100% 5px, 100% 100%, 0 100%, 0 0);
            clip-path: polygon(calc(100% - 5px) 0%, 100% 5px, 100% 100%, 0 100%, 0 0);
    height: 24px;
    margin-left: 5px;
    padding-right: 5px;
    padding-left: 5px;
  }
  .club_news-detail__tag.exam::before {
    -webkit-clip-path: polygon(calc(100% - 5px) 0%, 100% 5px, 100% 100%, 0 100%, 0 0);
            clip-path: polygon(calc(100% - 5px) 0%, 100% 5px, 100% 100%, 0 100%, 0 0);
  }
  .club_news-detail__tag.exam::after {
    -webkit-clip-path: polygon(calc(100% - 5px - 1px) 0%, 100% calc(5px + 1px), 100% 100%, 0 100%, 0 0);
            clip-path: polygon(calc(100% - 5px - 1px) 0%, 100% calc(5px + 1px), 100% 100%, 0 100%, 0 0);
  }
  .club_news-detail__title {
    padding-top: 20px;
    padding-bottom: 35px;
    font-size: 24px;
    letter-spacing: 0;
  }
  .club_news-detail__title > * {
    width: auto;
  }
  .club_news-detail__body {
    padding-top: 20px;
    padding-bottom: 40px;
    line-height: 2;
  }
}

/*　クラブニュース　footer
----------------------------------------------- */
.club_news__footer {
  margin-top: 40px;
}

@media screen and (max-width: 700px) {
  .club_news__footer {
    margin-top: 60px;
  }
}

@media screen and (min-width: 700.9999px) {
  .club_news__footer {
    margin-top: 80px;
  }
  .club_news__footer .footer-links__wrap {
    padding-right: 70px;
    padding-left: 70px;
  }
  .club_news__footer .footer-links__item {
    width: 320px;
  }
}
/*# sourceMappingURL=club_news.css.map */