@charset "UTF-8";
.latest {
  max-width: 1440px;
  width: calc(100% - 4rem);
  margin-top: 7rem;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 5px;
}
@media screen and (min-width: 768px) {
  .latest {
    width: calc(100% - 10rem);
    margin-top: 10rem;
  }
}
@media screen and (min-width: 768px) {
  .latest .inner {
    display: flex;
    align-items: center;
  }
}
.latest-sns {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 1.8rem;
  padding-top: 1.8rem;
  border-top: 1px solid #ddd;
}
@media screen and (max-width: 767px) {
  .latest-sns {
    margin-top: 0;
    padding: 2rem;
  }
}
.latest-sns img {
  width: 2.4rem;
}
@media screen and (max-width: 767px) {
  .latest-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2rem 1rem 2rem 2rem;
  }
}
@media screen and (min-width: 768px) {
  .latest-head {
    width: 20rem;
    padding: 2rem;
  }
}
@media screen and (min-width: 1025px) {
  .latest-head {
    width: 25rem;
    padding: 3rem;
  }
}
.latest-head h3 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .latest-head h3 {
    padding-bottom: 1.5rem;
    font-size: 4rem;
  }
}
.latest-head h3::first-letter {
  color: #26925f;
}
.latest-head .more {
  line-height: 1;
}
.latest-head .more::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 3px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 3px solid transparent;
  border-left: 8px solid #26925f;
  vertical-align: middle;
  margin-top: -2px;
  margin-left: 10px;
}
@media screen and (max-width: 767px) {
  .latest-head-sns {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .latest-bottom-sns {
    display: none;
  }
}
.latest-body {
  flex: 1 0 0;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
.latest-body article {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .latest-body article {
    border-top: 1px solid #ddd;
  }
}
@media screen and (min-width: 768px) {
  .latest-body article {
    width: 50%;
    border-left: 1px solid #ddd;
  }
}
@media screen and (min-width: 1025px) {
  .latest-body article {
    width: 33.3333333333%;
  }
}
@media screen and (max-width: 1024px) {
  .latest-body article:nth-child(n+3) {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .latest-body article:nth-child(n+3) {
    border-top: 1px solid #ddd;
  }
}
.latest-body article a {
  position: relative;
  display: block;
  padding: 2rem;
}
@media screen and (min-width: 768px) {
  .latest-body article a {
    padding: 3rem;
  }
}
@media screen and (min-width: 1025px) {
  .latest-body article a {
    padding: 6rem 4rem;
  }
}
.latest-body article a:hover {
  background-color: #d3e9df;
}
.latest-body article a span {
  display: block;
  font-size: 1.3rem;
}
.latest-body article a span::after {
  display: block;
  padding-bottom: 1rem;
}
.latest-body article a p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .latest-body article a p {
    font-size: 1.6rem;
  }
}
.latest-body article a.new::before {
  content: "New";
  position: absolute;
  top: 2rem;
  right: 2rem;
  padding: 0.25rem;
  background-color: #b22;
  font-size: 1.2rem;
  color: #fff;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .latest-body article a.new::before {
    top: 4rem;
    right: 4rem;
  }
}
.latest-body article a.cat1 span::after {
  content: "お知らせ";
  color: #26925f;
}
.latest-body article a.cat2 span::after {
  content: "更新情報";
  color: #53c8ee;
}
.latest-body article a.cat3 span::after {
  content: "イベント&キャンペーン";
  color: #ab4054;
}
.latest-body article a.cat4 span::after {
  content: "大会案内 & 結果";
  color: #ab8640;
}

.home-banner {
  max-width: 1440px;
  margin-top: 5rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5%;
  padding-right: 5%;
}
@media screen and (min-width: 1025px) {
  .home-banner {
    margin-top: 10rem;
  }
}
.home-banner ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  place-items: center;
  gap: 10px;
  padding: 2rem;
  background-color: #f7f7f7;
}
@media screen and (min-width: 768px) {
  .home-banner ul {
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    padding: 3rem;
  }
}
@media screen and (min-width: 1025px) {
  .home-banner ul {
    padding: 5rem;
    gap: 32px;
  }
}

.card2 {
  max-width: 1440px;
  width: calc(100% - 4rem);
  margin-top: 5rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .card2 {
    width: calc(100% - 10rem);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 32px;
  }
}
@media screen and (min-width: 1025px) {
  .card2 {
    margin-top: 10rem;
  }
}
.card2-item {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  .card2-item {
    margin-bottom: 32px;
  }
}
@media screen and (min-width: 768px) {
  .card2-item {
    width: calc((100% - 32px) / 2);
  }
}
.card2-item::after {
  content: "";
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  -webkit-transition: background-color 0.25s ease-out;
  transition: background-color 0.25s ease-out;
}
.card2-item:hover::after {
  background-color: rgba(0, 0, 0, 0.5);
}
.card2-item:hover .card2-img {
  -webkit-transform: scale(1.06) rotate(0.001deg);
  transform: scale(1.06) rotate(0.001deg);
}
.card2-item:hover .card2-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-animation: iconMove 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s 1 forwards;
  animation: iconMove 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s 1 forwards;
}
.card2-item[target=_blank] .card2-icon::after {
  content: "";
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath d='M0 0h14v14H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg fill='%23fff' fill-rule='evenodd' clip-path='url(%23a)'%3E%3Cpath d='M1.8 1.8v7.4h7.4V1.8ZM1 0a1 1 0 0 0-1 1v9a1 1 0 0 0 1 1h9a1 1 0 0 0 1-1V1a1 1 0 0 0-1-1Z'/%3E%3Cpath d='M12.18 11.067V4H14v7.067A2.933 2.933 0 0 1 11.067 14H4v-1.82h7.067a1.113 1.113 0 0 0 1.113-1.113Z'/%3E%3C/g%3E%3C/svg%3E");
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1.2rem;
  height: 1.2rem;
  -webkit-transition: -webkit-transform 0.45s cubic-bezier(0.19, 0.82, 0.27, 1);
  transition: -webkit-transform 0.45s cubic-bezier(0.19, 0.82, 0.27, 1);
  transition: transform 0.45s cubic-bezier(0.19, 0.82, 0.27, 1);
  transition: transform 0.45s cubic-bezier(0.19, 0.82, 0.27, 1), -webkit-transform 0.45s cubic-bezier(0.19, 0.82, 0.27, 1);
  border: none;
}
@media screen and (min-width: 1025px) {
  .card2-item[target=_blank] .card2-icon::after {
    width: 1.4rem;
    height: 1.4rem;
  }
}
.card2-item-large {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .card2-mini {
    width: calc((100% - 32px) / 2);
  }
}
.card2-mini a {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .card2-mini a:last-child {
    margin-top: 18px;
  }
}
@media screen and (min-width: 1025px) {
  .card2-mini a:last-child {
    margin-top: 32px;
  }
}
@media screen and (min-width: 768px) {
  .card2-biima {
    width: 50%;
    margin-right: auto;
    margin-left: auto;
  }
  .card2-biima > a {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .card2-biima .card2-item {
    margin-bottom: 0;
  }
}
.card2-biima .sns {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .card2-biima .sns {
    margin-top: 2rem;
  }
}
.card2-biima .sns img {
  width: 2.4rem;
}
.card2-img {
  width: 100%;
  -webkit-transition: -webkit-transform 0.25s ease-in-out;
  transition: -webkit-transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
}
.card2-body {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 1;
}
.card2-sub {
  padding-bottom: 10px;
  font-size: 1.2rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .card2-sub {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1025px) {
  .card2-sub {
    font-size: 1.8rem;
  }
}
.card2-ttl {
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .card2-ttl {
    font-size: 2.2rem;
  }
}
@media screen and (min-width: 1025px) {
  .card2-ttl {
    font-size: 2.8rem;
  }
}
.card2-icon {
  position: absolute;
  right: 20px;
  inset-block: 0;
  margin-block: auto;
  width: 20px;
  height: 20px;
  background-color: #26925f;
  border-radius: 50%;
  -webkit-transition: color, background-color 0.3s ease;
  transition: color, background-color 0.3s ease;
  overflow: hidden;
  z-index: 1;
}
@media screen and (min-width: 1025px) {
  .card2-icon {
    right: 40px;
    width: 30px;
    height: 30px;
  }
}
.card2-icon::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-left: 8px solid #fff;
  z-index: 3;
}
.card2-bubble {
  position: absolute;
  top: 15px;
  right: 5px;
  padding: 5px 10px;
  background-color: #4c7db9;
  border-radius: 5px;
  font-weight: 700;
  color: #fff;
  z-index: 2;
  rotate: 10deg;
  line-height: 1.5;
  font-size: 1rem;
}
@media screen and (min-width: 1025px) {
  .card2-bubble {
    top: 40px;
    right: 20px;
    font-size: 1.4rem;
    rotate: 15deg;
  }
}

@-webkit-keyframes iconMove {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  50.0% {
    -webkit-transform: translate3d(60%, 0, 0);
    transform: translate3d(60%, 0, 0);
    opacity: 0;
  }
  50.1% {
    -webkit-transform: translate3d(-60%, 0, 0);
    transform: translate3d(-60%, 0, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes iconMove {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  50.0% {
    -webkit-transform: translate3d(60%, 0, 0);
    transform: translate3d(60%, 0, 0);
    opacity: 0;
  }
  50.1% {
    -webkit-transform: translate3d(-60%, 0, 0);
    transform: translate3d(-60%, 0, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.footer .footer-info {
  padding-top: 0;
  border-top: none;
}

.home-biima {
  max-width: 1440px;
  width: calc(100% - 4rem);
  margin-top: 3.2rem;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 5px;
}
@media screen and (min-width: 768px) {
  .home-biima {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: calc(100% - 10rem);
  }
}
.home-biima .card2-item {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .home-biima .card2-item {
    border-radius: 5px 5px 0 0;
  }
}
@media screen and (min-width: 768px) {
  .home-biima .card2-item {
    border-radius: 5px 0 0 5px;
  }
}
@media screen and (min-width: 768px) {
  .home-biima-link {
    width: 50%;
  }
}
.home-biima-sns {
  flex: 1 0 0;
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .home-biima-sns {
    padding: 2rem;
  }
}
@media screen and (min-width: 768px) {
  .home-biima-sns {
    padding-right: 3rem;
    padding-left: 3rem;
  }
}
@media screen and (min-width: 1025px) {
  .home-biima-sns {
    padding-right: 5rem;
    padding-left: 5rem;
  }
}
.home-biima-sns-logo {
  width: 16rem;
  height: auto;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .home-biima-sns-logo {
    width: 18rem;
  }
}
@media screen and (min-width: 1025px) {
  .home-biima-sns-logo {
    width: 26rem;
  }
}
.home-biima-sns-text {
  font-size: 1.6rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .home-biima-sns-text {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1025px) {
  .home-biima-sns-text {
    font-size: 2rem;
  }
}
.home-biima-sns-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-inline: auto;
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid #ddd;
}
@media screen and (min-width: 768px) {
  .home-biima-sns-inner {
    width: 80%;
  }
}
@media screen and (min-width: 1025px) {
  .home-biima-sns-inner {
    width: 60%;
    margin-top: 1.5rem;
    padding-top: 1.5rem;
  }
}
.home-biima-sns-inner img {
  width: 2.4rem;
}/*# sourceMappingURL=add.css.map */