/*!
global > color
------------------------------
*/
/*!
global > content-width
------------------------------
*/
/*!
global > font
------------------------------
*/
/*!
global > mixin
------------------------------
*/
.p_top01 {
  padding: 40px 0;
}
@media screen and (min-width: 768px) {
  .p_top01 {
    padding: 84px 0;
  }
}
.p_top01 .c_txt20 {
  color: #d5d5d5;
  line-height: 2.19;
  margin-bottom: 25px;
  font-family: "Zen Old Mincho", serif;
}
@media screen and (min-width: 768px) {
  .p_top01 .c_txt20 {
    margin-bottom: clamp(
      1.875rem,
      2.9661016949vw + 0.4512711864rem,
      2.75rem
  );
  }
}
.p_top01 .c_txt20:last-child {
  margin-bottom: 0;
}
.p_top01__inner {
  padding: 0 20px;
}
@media screen and (min-width: 768px) {
  .p_top01__inner {
    margin: 0 auto;
    max-width: 1320px;
    padding: 0 40px;
  }
}
.p_top01__content {
  margin: 0 0 0 auto;
  max-width: 370px;
}
@media screen and (min-width: 768px) {
  .p_top01__content {
    max-width: clamp(
      23.125rem,
      19.0677966102vw + 13.9724576271rem,
      28.75rem
  );
  }
}
.p_top01__btn {
  padding-top: 20px;
}
@media screen and (min-width: 768px) {
  .p_top01__btn {
    padding-top: 24px;
  }
}
.p_top01__btn .c_btn {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .p_top01__btn .c_btn {
    margin: 0;
  }
}
.p_top02 {
  padding: 0 0 60px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
@media screen and (min-width: 768px) {
  .p_top02 {
    padding: 116px 0 clamp(
      7.5rem,
      29.2372881356vw + -6.5338983051rem,
      16.125rem
  ) 0;
  }
}
.p_top02__content {
  width: calc(100% - 40px);
  margin: 0 auto;
  padding: 40px 20px;
  background-color: rgba(255, 255, 255, 0.15);
}
@media screen and (min-width: 768px) {
  .p_top02__content {
    width: calc(100% - 80px);
    max-width: 780px;
    padding: 50px 48px 60px;
  }
}
.p_top02__content .c_ttl24 {
  margin-bottom: 20px;
  font-weight: 500;
  text-align: center;
  line-height: 1.675;
  width: calc(100% + 10px);
}
@media screen and (min-width: 768px) {
  .p_top02__content .c_ttl24 {
    margin-bottom: 34px;
  }
}
.p_top02__sports {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  gap: 30px;
  padding-left: 20px;
}
@media screen and (min-width: 768px) {
  .p_top02__sports {
    gap: 80px;
    margin-bottom: 51px;
    padding-left: 45px;
  }
}
.p_top02__team {
  height: 80px;
}
@media screen and (min-width: 768px) {
  .p_top02__team {
    height: 120px;
  }
}
@media screen and (min-width: 768px) {
  .p_top02__team:last-child {
    position: relative;
    top: 1px;
  }
}
.p_top02__team img {
  width: auto;
  height: 100%;
}
.p_top02__btn {
  display: flex;
  justify-content: center;
  align-items: center;
}
.p_top03 {
  color: #c1c2c4;
  padding-top: 40px;
}
@media screen and (min-width: 768px) {
  .p_top03 {
    padding-top: 128px;
  }
}
.p_top03__inner {
  max-width: 1040px;
  margin: 0 auto;
}
.p_top03 .c_ttl40 {
  margin-bottom: 25px;
}
@media screen and (min-width: 768px) {
  .p_top03 .c_ttl40 {
    margin-bottom: 20px;
  }
}
.p_top03 .c_listnews__icon {
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 36px;
}
@media screen and (min-width: 768px) {
  .p_top03 .c_listnews__icon {
    right: 12px;
    width: clamp(
      2.25rem,
      1.2711864407vw + 1.6398305085rem,
      2.625rem
  );
  }
}
.p_top03 .c_listnews__icon__01 {
  transition: all ease 0.35s;
  transform: translateX(0);
  transition-delay: 0.3s;
  opacity: 1;
}
.p_top03 .c_listnews__icon__02 {
  transition: all ease 0.35s;
  transform: translateX(-5px);
  opacity: 0;
  transition-delay: 0s;
}
.p_top03 .c_listnews__icon__content {
  transition: all ease 0.35s;
}
.p_top03 .c_listnews__icon__bg1 {
  transition: all ease 0.35s;
  fill: transparent;
  scale: 0.2;
  transform-origin: center;
}
.p_top03 .c_listnews__icon__bg2 {
  transition: all ease 0.35s;
  fill: transparent;
  transform-origin: center;
  scale: 1;
}
.p_top03 .c_listnews__link {
  display: block;
  padding: 15px 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
@media screen and (min-width: 768px) {
  .p_top03 .c_listnews__link {
    padding: 30px 20px;
  }
}
.p_top03 .c_listnews__link:hover {
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .p_top03 .c_listnews__link:hover .c_listnews__icon__01 {
    transition-delay: 0s;
    transform: translateX(5px);
    opacity: 0;
  }
  .p_top03 .c_listnews__link:hover .c_listnews__icon__02 {
    transition-delay: 0.3s;
    transform: translateX(0);
    opacity: 1;
  }
  .p_top03 .c_listnews__link:hover .c_listnews__icon__02 path {
    fill: #000;
  }
  .p_top03 .c_listnews__link:hover .c_listnews__icon__content {
    opacity: 1;
  }
  .p_top03 .c_listnews__link:hover .c_listnews__icon__bg1 {
    opacity: 1;
    scale: 1;
    fill: #fff;
  }
  .p_top03 .c_listnews__link:hover .c_listnews__icon__bg2 {
    opacity: 0;
    scale: 1;
  }
  .p_top03 .c_listnews__link:hover .c_meta,
  .p_top03 .c_listnews__link:hover .c_listnews__content {
    opacity: 0.7;
  }
}
.p_top03 .c_listnews__content {
  position: relative;
  padding-right: 50px;
  transition: 0.5s;
}
@media screen and (min-width: 768px) {
  .p_top03 .c_listnews__content {
    padding-right: 70px;
  }
}
.p_top03 .c_listnews__date {
  font-size: 0.75rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .p_top03 .c_listnews__date {
    font-size: 0.875rem;
  }
}
.p_top03 .c_listnews__txt {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-size: 1rem;
  letter-spacing: 0.02em;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .p_top03 .c_listnews__txt {
    font-size: 1.25rem;
  }
}
.p_top03 .c_listnews .c_meta {
  justify-content: flex-start;
  gap: 20px;
  margin-bottom: 15px;
  transition: 0.5s;
}
@media screen and (min-width: 768px) {
  .p_top03 .c_listnews .c_meta {
    margin-bottom: 26px;
    gap: 24px;
  }
}
.p_top03__btn {
  padding-top: 50px;
}
@media screen and (min-width: 768px) {
  .p_top03__btn {
    padding-top: 77px;
  }
}
.p_top03__btn .c_btn {
  margin: 0 auto;
}
.p_top .l_btn {
  padding: 100px 0;
  border-bottom: transparent;
}
@media screen and (min-width: 768px) {
  .p_top .l_btn {
    padding: clamp(
      7.5rem,
      9.7457627119vw + 2.8220338983rem,
      10.375rem
  ) 0px 24px 0;
  }
}
/*# sourceMappingURL=top.css.map */
