@charset "UTF-8";
/*==================================================================================================
    サイト基礎
==================================================================================================*/
/*==================================================================================================
    main
==================================================================================================*/
.top-main {
  background-size: cover;
  background-position: center;
  margin: 0 auto;
  width: 93.7042459736%;
  height: 70vh;
  min-height: 400px;
  max-height: 626px;
  position: relative;
  border-radius: 1.25em;
  overflow: hidden;
  padding-top: 7.5%;
}
@media screen and (max-width: 640px) {
  .top-main {
    width: 89.3333333333%;
    padding-top: 4.1666666667em;
  }
}
.top-main__ttl {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 3.875em;
  font-weight: 700;
  letter-spacing: 0.16em;
  line-height: 1.2;
}
@media screen and (max-width: 640px) {
  .top-main__ttl {
    font-size: 3.25em;
  }
}
.top-main__ttl span {
  background-color: #FFF;
  display: inline-block;
  margin: 0.2em 0;
}
@media screen and (max-width: 640px) {
  .top-main__ttl span {
    margin: 0.15em 0;
  }
}
.top-main__ttl span strong {
  color: #cd3b3b;
  font-weight: 700;
}
.top-main .swiper-container {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  overflow: hidden;
  height: 100%;
}
@media screen and (min-width: 1081px) {
  .top-main .swiper-container {
    max-height: 900px;
  }
}
@media screen and (max-width: 768px) {
  .top-main .swiper-container {
    max-height: 600px;
    height: 80vh;
  }
}
.top-main .swiper-container .swiper-wrapper .swiper-slide {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.top-main .swiper-container .swiper-wrapper p {
  background-color: #FFF;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 3.5em;
  font-weight: 700;
  letter-spacing: 0.16em;
  padding: 0 0.3em;
  line-height: 1.2;
  position: absolute;
  right: 0;
  bottom: 30px;
}
@media screen and (max-width: 640px) {
  .top-main .swiper-container .swiper-wrapper p {
    font-size: 3.25em;
  }
}
.top-main .swiper-container .swiper-wrapper p::first-letter {
  color: #cd3b3b;
}

.sec {
  padding: 5em 20px;
}
@media screen and (max-width: 640px) {
  .sec {
    padding: 3em 20px;
  }
}
.sec.-lead {
  padding-top: 2em;
  padding-bottom: 0;
}
.sec.-lead h1 {
  font-size: 2.375em;
  text-align: center;
  font-family: "Zen Maru Gothic", sans-serif;
  line-height: 1.35;
}
.sec.-lead h1 span {
  color: #cd3b3b;
}
.sec.-lead h1 strong {
  font-size: 1.2105263158em;
  font-weight: inherit;
}
.sec.-lead h1::before {
  display: block;
  width: 2px;
  height: 2em;
  background: rgba(0, 0, 0, 0.65);
  margin: 0 auto 0.2em;
}
.sec.-ivo {
  background: #f0e8d9;
}
.sec.-cheer {
  background: #cd3b3b;
  color: #FFF;
  padding: 1.5em 20px;
  position: relative;
}
.sec.-cheer:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 0;
  -webkit-transform: translate(-50%, -35%);
          transform: translate(-50%, -35%);
  width: 7em;
  height: 7em;
  background: url(../img/top/cheer_ico.svg) no-repeat;
  background-size: 100% auto;
}
.sec__ttl {
  text-align: center;
  margin-bottom: 2em;
  font-family: "Zen Maru Gothic", sans-serif;
}
.sec__ttl:not(:first-child) {
  margin-top: 3em;
}
.sec__ttl .main {
  font-size: 2.25em;
  display: block;
}
@media screen and (max-width: 640px) {
  .sec__ttl .main {
    font-size: 2.1666666667em;
  }
}
.sec__ttl .sub {
  font-size: 1em;
  display: block;
}
@media screen and (max-width: 640px) {
  .sec__ttl .sub {
    font-size: 1.1666666667em;
  }
}
.sec__ttl .red {
  color: #cd3b3b;
}
.sec__ttl .en {
  font-weight: 900;
}
.sec__txt {
  font-size: 1.125em;
  line-height: 2.2222222222;
  text-align: center;
  margin-bottom: 1em;
}
@media screen and (max-width: 640px) {
  .sec__txt {
    font-size: 1.3333333333em;
    line-height: 1.875;
    text-align: left;
  }
  .sec__txt br {
    display: none;
  }
}

.news-list {
  max-width: 960px;
  margin: 0 auto;
  font-size: 1.125em;
}
@media screen and (max-width: 640px) {
  .news-list {
    font-size: 1.3333333333em;
  }
}
.news-list.-info li {
  background: #FFF;
  border-radius: 0.5555555556em;
  border: none;
}
@media screen and (max-width: 768px) {
  .news-list.-info li {
    padding-left: 1.1111111111em;
  }
}
.news-list.-info li + li {
  margin-top: 0.5em;
}
.news-list.-info li:first-child {
  border-top: none;
}
.news-list li {
  border-bottom: 1px solid #CCC;
  padding: 1.1111111111em 2.7777777778em 1.1111111111em 1.1111111111em;
  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;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .news-list li {
    padding-right: 2.5em;
    padding-left: 0;
  }
}
.news-list li:after {
  content: "★";
  color: #cd3b3b;
  position: absolute;
  top: 50%;
  right: 1.6666666667em;
  border-radius: 50em;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .news-list li:after {
    right: 0.8333333333em;
  }
}
.news-list li:hover:after {
  -webkit-transform: translate(0, -50%) scale(1.5);
          transform: translate(0, -50%) scale(1.5);
}
.news-list li:first-child {
  border-top: 1px solid #CCC;
}
.news-list li .catelist {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.4em;
  margin-right: 1em;
}
.news-list li .cate {
  font-size: 0.7222222222em;
  border-radius: 100vh;
  text-align: center;
  font-weight: bold;
  font-family: "Zen Maru Gothic", sans-serif;
  padding: 0.25em 0.8em;
  letter-spacing: 0;
  background: #cd3b3b;
  color: #FFF;
}
.news-list li time {
  display: block;
  margin-right: 0.4em;
  font-weight: 500;
}
.news-list li a {
  font-weight: 500;
}
.news-list li a:hover {
  color: #cd3b3b;
}
@media screen and (min-width: 769px) {
  .news-list li a {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
@media screen and (max-width: 768px) {
  .news-list li a {
    width: 100%;
    margin-top: 0.5em;
  }
}

.news-more {
  text-align: center;
  font-weight: 500;
  font-size: 1.25em;
  margin-top: 2em;
}
@media screen and (max-width: 640px) {
  .news-more {
    font-size: 1.5em;
  }
}
.news-more a {
  display: inline-block;
  color: #cd3b3b;
}
@media screen and (max-width: 640px) {
  .news-more a {
    border-radius: 50em;
    background: #f5f5f5;
    width: 90%;
    padding: 1em 0;
  }
}
.news-more a:before {
  content: "";
  display: inline-block;
  background: url(../img/common/ico_bar.svg) no-repeat;
  background-size: 100% auto;
  width: 0.9em;
  height: 0.73em;
  margin-right: 0.5em;
}
@media screen and (max-width: 640px) {
  .news-more a:before {
    width: 0.8888888889em;
    height: 0.7222222222em;
  }
}
.news-more.--wt a {
  color: #FFF;
  border-color: #FFF;
}
.news-more.--wt img {
  width: 2em;
  margin-right: 0.5em;
  margin-bottom: 0.25em;
  vertical-align: middle;
}

.activities-list {
  max-width: 1040px;
  margin: 0 auto;
  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;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.activities-list:after {
  content: "";
  width: 30.7692307692%;
}
.activities-list li {
  width: 30.7692307692%;
  border-radius: 1.25em;
  overflow: hidden;
  margin-bottom: 4%;
}
@media screen and (max-width: 640px) {
  .activities-list li {
    width: 100%;
  }
}
.activities-list li a {
  height: 17.5em;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
@media screen and (max-width: 640px) {
  .activities-list li a {
    height: 13.3333333333em;
  }
}
.activities-list li a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: #707070;
  mix-blend-mode: multiply;
}
.activities-list li a:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
  background: url(../img/top/activities_arrow.svg) no-repeat;
  width: 2.8125em;
  height: 2.8125em;
}
.activities-list li a:hover .bg {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.activities-list li a:hover img {
  opacity: 1;
}
.activities-list li a .ico {
  width: 3.8125em;
  height: 3.8125em;
  display: block;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.activities-list li a .txt {
  font-size: 1.5em;
  color: #FFF;
  margin-top: 0.5em;
  position: relative;
  z-index: 2;
}
.activities-list li a .bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.activities-list li a .bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.cheer-ttl {
  text-align: center;
  font-size: 2.5625em;
  font-family: "Zen Maru Gothic", sans-serif;
  position: relative;
  z-index: 1;
  margin-bottom: 0.5em;
  padding-bottom: 0.5em;
}
@media screen and (max-width: 640px) {
  .cheer-ttl {
    font-size: 1.8333333333em;
  }
}
.cheer-ttl:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 1.1407317073em;
  height: 0.1651219512em;
  background: url(../img/top/cheer_ellipses.svg) no-repeat;
  background-size: 100% auto;
}
@media screen and (max-width: 640px) {
  .cheer-ttl:after {
    width: 2.1259090909em;
    height: 0.3077272727em;
  }
}

.cheer-list {
  max-width: 1040px;
  margin: 3em auto 0;
  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;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.cheer-list:after {
  content: "";
  width: 30.7692307692%;
}
@media screen and (max-width: 640px) {
  .cheer-list {
    margin-top: 1.5em;
  }
}
.cheer-list li {
  width: 30.7692307692%;
  overflow: hidden;
  margin-bottom: 2%;
  line-height: 1.4;
}
@media screen and (min-width: 641px) {
  .cheer-list li {
    height: 4.625em;
  }
}
@media screen and (max-width: 640px) {
  .cheer-list li {
    width: 100%;
    margin-bottom: 0;
  }
  .cheer-list li + li {
    border-top: 1px solid #FFF;
  }
}
.cheer-list li a {
  color: #FFF;
  position: relative;
  font-size: 1.125em;
  padding: 0 2.5em 0 1em;
}
.cheer-list li a:after {
  content: "";
  background: url(../img/common/arrow_r_wt.svg) no-repeat;
  background-size: 100% auto;
  width: 0.9375em;
  height: 0.9375em;
  position: absolute;
  right: 0.8333333333em;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
@media screen and (min-width: 641px) {
  .cheer-list li a {
    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;
    height: 100%;
    border-radius: 0.625em;
    border: 1px solid #FFF;
  }
  .cheer-list li a:hover {
    background: #FFF;
    color: #cd3b3b;
  }
  .cheer-list li a:hover:after {
    background-image: url(../img/common/arrow_r.svg);
  }
}
@media screen and (max-width: 640px) {
  .cheer-list li a {
    display: block;
    font-size: 1.3333333333em;
    padding: 1em 2.5em 1em 0;
  }
}

.club-list {
  max-width: 1040px;
  margin: 0 auto;
}
.club-list__li {
  font-size: 1.125em;
}
@media screen and (min-width: 641px) {
  .club-list__li {
    padding: 1.5em 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .club-list__li + li {
    border-top: 1px solid #CCC;
  }
}
@media screen and (max-width: 640px) {
  .club-list__li {
    font-size: 1.3333333333em;
  }
  .club-list__li + li {
    margin-top: 1em;
  }
}
.club-list__li__ttl {
  background: #cd3b3b;
  color: #FFF;
  font-weight: 500;
}
@media screen and (min-width: 641px) {
  .club-list__li__ttl {
    text-align: center;
    border-radius: 0 50em 50em 0;
    width: 7.7777777778em;
    line-height: 2.4444444444em;
    pointer-events: none;
  }
}
@media screen and (max-width: 640px) {
  .club-list__li__ttl {
    padding: 1em;
    position: relative;
  }
  .club-list__li__ttl:after {
    content: "";
    background: url(../img/common/arrow_d_wt.svg) no-repeat;
    background-size: 100% auto;
    width: 0.9375em;
    height: 0.9375em;
    position: absolute;
    right: 0.8333333333em;
    top: 50%;
    -webkit-transform: translate(0, -50%) rotate(0);
            transform: translate(0, -50%) rotate(0);
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .club-list__li__ttl.active:after {
    -webkit-transform: translate(0, -50%) rotate(180deg);
            transform: translate(0, -50%) rotate(180deg);
  }
}
@media screen and (min-width: 641px) {
  .club-list__li__ul {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-left: 1.5em;
    display: block !important;
  }
}
@media screen and (max-width: 640px) {
  .club-list__li__ul {
    display: none;
  }
}
.club-list__li__ul li {
  padding-left: 0.75em;
  position: relative;
  line-height: 2;
}
@media screen and (min-width: 641px) {
  .club-list__li__ul li {
    display: inline;
    margin-right: 1em;
  }
}
@media screen and (max-width: 640px) {
  .club-list__li__ul li {
    padding-left: 0.9em;
  }
  .club-list__li__ul li + li {
    border-top: 1px solid #CCC;
  }
  .club-list__li__ul li a {
    display: block;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
  }
}
.club-list__li__ul li:before {
  content: "";
  width: 0.5em;
  height: 0.5em;
  border-radius: 100%;
  background: #cd3b3b;
  position: absolute;
  top: 0.5em;
  left: 0;
}
@media screen and (max-width: 640px) {
  .club-list__li__ul li:before {
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    width: 0.4166666667em;
    height: 0.4166666667em;
  }
}