@charset "utf-8";

/* !HTML5 elements
---------------------------------------------------------- */
header,
footer,
nav,
section,
aside,
article {
  display: block;
}

/* !Reseting
---------------------------------------------------------- */

body,
div,
pre,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
th,
td {
  margin: 0;
  padding: 0;
}
input,
textarea {
  margin: 0;
  font-size: 100%;
}
label {
  cursor: pointer;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%;
}
fieldset,
img {
  border: 0;
}
img {
  vertical-align: top;
  max-width: 100%;
}
address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-style: normal;
  font-weight: normal;
}
ol,
ul {
  list-style: none;
}
caption,
th {
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
q:after,
q:before {
  content: "";
}
a,
input,
select,
textarea,
button {
  outline: none;
}
abbr,
acronym {
  border: 0;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

a {
  color: inherit;
  text-decoration: none !important;
  transition: all 0.5s !important;
  -moz-transition: all 0.5s !important; /* Firefox */
  -webkit-transition: all 0.5s !important; /* Chrome&Safari */
}
.op img {
  transition: all 0.5s !important;
  -moz-transition: all 0.5s !important; /* Firefox */
  -webkit-transition: all 0.5s !important; /* Chrome&Safari */
}
.op:hover img {
  opacity: 0.7;
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
}

/* !Layout
---------------------------------------------------------- */
html {
  overflow-y: scroll;
  font-size: 62.5%;
}
body {
  color: #000;
  font-family: "Roboto", sans-serif;
  font-size: 1.6rem;
  -webkit-text-size-adjust: none;
  line-height: 1.5;
}

/*** pc 835px ~ 1100px ***/
@media screen and (min-width: 835px) and (max-width: 1200px) {
  html {
    font-size: calc(100vw / 120);
  }
}

/*** sp ***/
@media screen and (max-width: 834px) {
  html {
    font-size: calc(100vw / 37.5);
  }
}

/*** pc ***/
@media screen and (min-width: 835px) {
  .sp {
    display: none;
  }
}

/*** sp ***/
@media screen and (max-width: 834px) {
  .pc {
    display: none;
  }
}

/* !jleague_lp_wrapper
---------------------------------------------------------- */
#jleague_lp_wrapper {
  width: 100%;
  position: relative;
  z-index: 2;
}

#jleague_lp_wrapper:before {
  width: 100%;
  height: 100dvh;
  position: fixed;
  z-index: -1;
  left: 0;
  top: 0;
  content: "";
  background: url(../img/img_bg.jpg) center center no-repeat;
  background-size: cover;
}

/*** pc ***/
@media screen and (min-width: 835px) {
  #jleague_lp_wrapper:before {
    width: calc(100% - 59.5rem);
    height: 100vh;
    left: 59.5rem;
  }
}

/* !header
---------------------------------------------------------- */

#jleague_lp_headlogo {
  position: fixed;
  left: 1.6rem;
  top: 1.6rem;
  z-index: 10;
  width: 3.441rem;
}

/*** pc ***/
@media screen and (min-width: 835px) {
  #jleague_lp_headlogo {
    position: fixed;
    left: 3.2rem;
    top: 3.2rem;
    z-index: 10;
    width: 28.9rem;
  }
}

/* jleague_lp_footer
-----------------------------------------------------------*/
.jleague_lp_mainFooter {
  background: white;
}

#jleague_lp_footer {
  position: fixed;
  width: 100%;
  left: 0;
  bottom: 0;
  background: #fff;
  box-shadow: 0.2rem 0.5rem 1.5rem rgba(57, 57, 57, 0.5);
  border-radius: 3.2rem 3.2rem 0 0;
  overflow: hidden;
  z-index: 10;
  transform: translateY(150%);
  transition: transform 0.5s ease;
}

#jleague_lp_footer.is-scroll {
  transform: translateY(0);
}

.jleague_lp_footerbutton {
  width: 100%;
  height: 5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1;
  gap: 0.8rem;
}

.jleague_lp_footerbutton:after {
  content: "";
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  background: url(../img/icon_arrow-down.svg) center center no-repeat;
  background-size: cover;
}

.jleague_lp_footernav {
  padding: 0 1.6rem 1.6rem;
  display: none;
}

.jleague_lp_footernav ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  justify-content: center;
  align-items: center;
}

.jleague_lp_footernav li {
  width: 10rem;
}

.jleague_lp_footernav a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.1rem;
  line-height: 1;
  font-weight: bold;
  width: 100%;
  height: 2.8rem;
  background: url(../img/icon_arrow_01.svg) right 0.8rem center no-repeat #f3f3f3;
  background-size: 1.2rem auto;
  border-radius: 1.6rem;
  padding: 0 2.4rem 0 0.8rem;
}
.jleague_lp_footernav a.no_item {
  opacity: 0.5;
  pointer-events: none;
}
footer #partnersArea #titlepartnersList,
footer #partnersArea #broadingpartnersList {
  max-width: 100% !important;
}
footer #clubArea {
  max-width: 100% !important;
}
footer #clubArea dd {
  margin-bottom: 2px !important;
}
footer #footerNav {
  padding: 30px 30px !important;
}
footer #footerNav #listArea {
  max-width: 100% !important;
}
/* footer #partnersArea #partnersList,
footer #partnersArea #partnersList_3 {
  text-align: center;
  margin: 0 auto 20px;
  width: 400px;
}
footer #footerSnsArea ul li a {
  color: #111;
  display: block;
}
.text_hide {
  text-indent: -99999px;
  display: block;
  position: absolute;
  line-height: 0;
  overflow: hidden;
}
footer #footerSnsArea ul li.tiktok a:before {
  background-position: -200px 0;
}
footer #partnersArea #toppartnersList,
footer #partnersArea #partnersList_3 {
  text-align: center;
  margin: 0 auto 20px;
  width: 400px;
}

footer #partnersArea #partnersList li,
footer #partnersArea #partnersList_3 li {
  display: inline-block;
  margin: 0 5px 5px;
  width: 90px;
}
footer #partnersArea #partnersList_2 {
  width: 400px;
  margin: 0 auto 20px;
  text-align: center;
}
footer #partnersArea #partnersList_2 li {
  display: inline-block;
  width: 80px;
  margin: 0 5px 5px;
}
footer #partnersArea #partnersList li.supporting,
footer #partnersArea #partnersList_3 li.supporting {
  font-size: 0;
  width: 380px;
  margin: unset;
}
footer #partnersArea #partnersList li.supporting a,
footer #partnersArea #partnersList_3 li.supporting a {
  display: inline-block;
  margin: 2px 2.5px;
}
.sub .embNaraCLUB,
footer #clubArea dd .embNaraCLUB,
header .j1Emb .leagueBtn li a.embNaraCLUB,
.sub .embNaraCLUB,
footer .embNaraCLUB,
header .j1Emb .leagueBtn li a.embNaraCLUB {
  background-position: -50px -251px;
}
.sub .embFCosaka,
footer #clubArea dd .embFCosaka,
header .j1Emb .leagueBtn li a.embFCosaka,
.sub .embFCosaka,
footer .embFCosaka,
header .j1Emb .leagueBtn li a.embFCosaka,
.sub .embFCosaka,
footer #clubArea dd .embFosaka,
header .j1Emb .leagueBtn li a.embFosaka,
.sub .embFosaka,
footer .embFosaka,
header .j1Emb .leagueBtn li a.embFosaka {
  background-position: -25px -251px;
}
footer #bottomArea p {
  color: #000 !important;
  line-height: 220%;
  padding-top: 35px !important;
  font-size: 10px !important;
}
footer #bottomArea p a {
  color: #e60012 !important;
}
.btmBnrLists li a.kokuritsu20240928,
.btmBnrLists li.kokuritsu20240928 {
  background-position: -300px -2000px;
}
.btmBnrLists li a.kokuritsu20240914,
.btmBnrLists li.kokuritsu20240914 {
  background-position: -150px -2000px;
}
.btmBnrLists li a.bluelock2024,
.btmBnrLists li.bluelock2024 {
  background-position: -150px -1850px;
}
.btmBnrLists li a.thekokuritsuday,
.btmBnrLists li.thekokuritsuday {
  background-position: 0px -1700px;
}
.btmBnrLists li a.fnj2024,
.btmBnrLists li.fnj2024 {
  background-position: -0px -1750px;
}
.btmBnrLists li a.jsmilefootballtour,
.btmBnrLists li.jsmilefootballtour {
  background-position: 0px -1850px;
}
.btmBnrLists li a.beginner,
.btmBnrLists li.beginner {
  background-position: -150px -1750px;
}
.btmBnrLists li a.seasonreview2023,
.btmBnrLists li.seasonreview2023 {
  background-position: 0px -1650px;
}
.btmBnrLists li a.season-transition,
.btmBnrLists li.season-transition {
  background-position: -150px -1600px;
}
.btmBnrLists li a.climateaction,
.btmBnrLists li.climateaction {
  background-position: -300px -1700px;
}
.btmBnrLists li a.jcorporate,
.btmBnrLists li.jcorporate {
  background-position: -150px -1800px;
}
.bottomArea .snsNav li a {
  position: relative;
}
.bottomArea .snsNav li.x-twitter a:before {
  content: "𝕏" !important;
}
.bottomArea .snsNav li.tiktok a:before {
  content: "";
  background: url(/img/sp/common/sp_parts_sns_tiktok.png) center no-repeat
    transparent;
  background-size: 1em;
  background-color: #fff;
  -webkit-backface-visibility: hidden;
}
.spBottomWrap .spBottomBnr img {
  width: 320px !important;
}
#partnersArea #toppartnersList_2.title {
  width: 320px;
  text-align: center;
  margin: 0 auto 10px;
}
#partnersArea #toppartnersList_3 {
  text-align: center;
  margin: 0 auto 20px;
  width: 320px;
}
#partnersArea #toppartnersList_3 li {
  display: inline-block;
  margin: 0 5px 5px;
  width: 84px;
}
#partnersArea #supportingList_2 {
  text-align: center;
  margin: 0 auto;
  width: 320px;
  font-size: 0;
}
#partnersArea #supportingList_2 li {
  width: 73px;
  margin: 0 2px 2px;
  display: inline-block;
} */
footer #partnersArea h2#titlePartners {
  background: url(/img/common/ttl_partners.png) 0 -10px no-repeat !important;
}
footer #partnersArea h2#broadcastingPartners {
  background: url(/img/common/broading_partners.png) 0 -10px no-repeat !important;
}
/* footer {
  background: white !important;
}
footer #bottomArea ul li a {
  color: #000;
}
footer #bottomArea p {
  color: #000;
} */

.league_j3_lp_pagetop {
  right: 1.2rem;
  bottom: 1.2rem;
}
#partnersArea #partnersList_2 {
  width: 320px;
  text-align: center;
  font-size: 0;
  margin: 0 auto;
}
#partnersArea #partnersList_2 li {
  width: 73px;
  margin: 0 2px 2px;
  display: inline-block;
}
#partnersArea #toppartnersList_2.title li {
  margin: 0 auto;
}
footer #bottomArea p {
  color: #fff !important;
  font-size: 8px;
  padding: 0 0 17px 9px;
}
.bottomArea .snsNav li a:before {
  font-family: FontAwesome Free;
  font-weight: 400;
}
.bottomArea .snsNav li.facebook a:before {
  /* content: "\f09a"; */
  content: "" !important;
  background: url("../img//icon/facebook.svg") center no-repeat transparent !important;
  background-size: 0.8em !important;
  background-color: #fff !important;
  -webkit-backface-visibility: hidden !important;
}
.bottomArea .snsNav li.instagram a:before {
  /* content: "\f16d"; */
  content: "" !important;
  background: url("../img/icon/insta.svg") center no-repeat transparent !important;
  background-size: 1.2em !important;
  background-color: #fff !important;
  -webkit-backface-visibility: hidden !important;
}
.bottomArea .snsNav li.youTube a:before {
  /* content: "\f167"; */
  content: "" !important;
  background: url("../img/icon/youtube.png") center no-repeat transparent !important;
  background-size: 1.3em !important;
  background-color: #fff !important;
  -webkit-backface-visibility: hidden !important;
}
.bottomArea .snsNav ul {
  display: flex;
  justify-content: center;
  align-items: start;
}
a.icoTw {
  overflow: visible !important;
  background: none !important;
}
a.icoFb {
  overflow: visible !important;
  background: none !important;
}
a.icoYt {
  overflow: visible !important;
  background: none !important;
}
.bottomArea .snsNav li a:before {
  width: 28px !important;
  height: 28px !important;
  padding: 0px 25px 30px 6px !important;
}

/*** pc ***/
@media screen and (min-width: 835px) {
  #jleague_lp_footer {
    display: none;
  }
}

@media screen and (max-width: 834px) {
  /* footer {
    background: url(/img/sp/common/bg_footer.jpg) no-repeat center top;
  } */
  /* footer #bottomArea ul li a {
    color: white;
  }
  footer #bottomArea p {
    color: white;
  } */
  .league_j3_lp_pagetop {
    right: 1.2rem;
    bottom: 1.2rem;
  }
  #partnersArea #partnersList_2 {
    width: 320px;
    text-align: center;
    font-size: 0;
    margin: 0 auto;
  }
  #partnersArea #partnersList_2 li {
    width: 73px;
    margin: 0 2px 2px;
    display: inline-block;
  }
  #partnersArea #toppartnersList_2.title li {
    margin: 0 auto;
  }
  footer #bottomArea p {
    color: #fff !important;
    font-size: 8px;
    padding: 0 0 17px 9px;
  }
  .bottomArea .snsNav li a:before {
    font-family: FontAwesome Free;
    font-weight: 400;
  }
  .bottomArea .snsNav li.facebook a:before {
    content: "\f09a";
  }
  .bottomArea .snsNav li.instagram a:before {
    content: "\f16d";
  }
  .bottomArea .snsNav li.youTube a:before {
    content: "\f167";
  }
  .bottomArea .snsNav ul {
    display: flex;
    justify-content: center;
    align-items: start;
  }
  a.icoTw {
    overflow: visible !important;
    background: none !important;
  }
  a.icoFb {
    overflow: visible !important;
    background: none !important;
  }
  a.icoYt {
    overflow: visible !important;
    background: none !important;
  }
  .bottomArea .snsNav li a:before {
    width: 28px !important;
    height: 28px !important;
    padding: 0px 25px 30px 6px !important;
  }
}

/* !common
---------------------------------------------------------- */
#jleague_lp_contents {
  width: 100%;
  padding-bottom: 5rem;
}

/*** pc ***/
@media screen and (min-width: 835px) {
  #jleague_lp_contents {
    display: flex;
    align-items: flex-start;
    padding-bottom: 0;
  }
}

/* !jleague_lp_mainVisual
---------------------------------------------------------- */
.jleague_lp_mainVisual {
  position: relative;
  z-index: 2;
  /* height: 83rem; */
  height: 66.9rem;
}

.jleague_lp_mainVisual:before {
  width: 100%;
  /* height: 100rem; */
  height: 65rem;
  background: url(../img/img_top01.png) center top no-repeat;
  background-size: 100% auto;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  content: "";
  /* opacity: 0; */
  transition: opacity 0.5s ease 1.8s;
}

.jleague_lp_mainVisual_image {
  position: absolute;
  width: 100%;
  pointer-events: none;
  top: 0;
  left: 0;
  background: url(../img/img_top02.png) center top no-repeat;
  background-size: 100% auto;
  z-index: 2;
  /* opacity: 0; */
  transition: opacity 0.5s ease;
}

.jleague_lp_mainVisual_title {
  position: absolute;
  width: 100%;
  left: 0;
  /* top: 14.3rem; */
  top: 4.8rem;
  z-index: 4;
  text-align: center;
  /* opacity: 0; */
  transition: opacity 0.5s ease 1.8s;
}

.jleague_lp_mainVisual_title h2 {
  margin-bottom: 1.6rem;
}

.jleague_lp_mainVisual_title h2 img {
  width: 24.8rem;
}

.jleague_lp_mainVisual_title h3 img {
  width: 32rem;
}

.jleague_lp_mainVisual_links {
  position: absolute;
  left: 0;
  /* bottom: 7.5rem; */
  bottom: 1em;
  width: 100%;
  padding: 0 1.4rem;
  height: 34.7rem;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  z-index: 4;
  /* opacity: 0; */
  transition: opacity 0.5s ease 1.8s;
}

/* .is-load.jleague_lp_mainVisual:before {
  opacity: 1;
} */

/* .is-load.jleague_lp_mainVisual:before,
.is-load .jleague_lp_mainVisual_image,
.is-load .jleague_lp_mainVisual_title,
.is-load .jleague_lp_mainVisual_links {
  opacity: 1;
} */

.jleague_lp_mainVisual_links ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 0.3rem;
  width: 100%;
}

.jleague_lp_mainVisual_links ul:nth-child(2) {
  justify-content: flex-end;
}

.jleague_lp_mainVisual_links a {
  width: 12.9rem;
  height: 4.8rem;
  border: 0.2rem solid #000;
  /* border-radius: 3.2rem; */
  background: url(../img/icon_arrow_01.svg) right 1rem center no-repeat #fff;
  background-size: 1.6rem auto;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 3.4rem 0 1rem;
  font-size: 1.2rem;
  letter-spacing: 0.04em;
  font-weight: bold;
  box-shadow: 0.2rem 0.5rem 1.5rem rgba(57, 57, 57, 0.12);
}

.jleague_lp_mainVisual_links a.no_item {
  background-color: #b9b9b9;
  pointer-events: none;
}

/* .anima {
  --distance: 10rem;
  opacity: 0;
  -webkit-animation-duration: 200ms;
  animation-duration: 200ms;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
}
.anima[data-anima="fade-in"] {
  -webkit-animation-duration: 400ms;
  animation-duration: 400ms;
}
.anima[data-anima="fade-in"].animate {
  -webkit-animation-name: fade-in;
  animation-name: fade-in;
}
.anima[data-anima="stamp"] {
  -webkit-animation-duration: 600ms;
  animation-duration: 600ms;
  -webkit-animation-delay: 0ms;
  animation-delay: 0ms;
}
.anima[data-anima="stamp"].animate {
  -webkit-animation-name: stamp;
  animation-name: stamp;
} */

@-webkit-keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes stamp {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  30% {
    -webkit-transform: scale(0.85);
    transform: scale(0.85);
  }
  50% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes stamp {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  30% {
    -webkit-transform: scale(0.85);
    transform: scale(0.85);
  }
  50% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.stamp {
  -webkit-animation-name: stamp;
  animation-name: stamp;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.fade-in {
  -webkit-animation-name: fade-in;
  animation-name: fade-in;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}

/*** pc ***/
@media screen and (min-width: 835px) {
  .jleague_lp_mainVisual {
    position: sticky;
    left: 0;
    top: 0;
    width: 59.5rem;
    height: 100vh;
    background: url(../img/img_pc_bg.jpg) center no-repeat;
    background-size: cover;
    overflow: hidden;
  }

  /* .jleague_lp_mainVisual:before {
    display: none;
  } */
  .jleague_lp_mainVisual:before {
    width: 59.5rem;
    height: 100vh;
    background: url(../img/img_top01_pc.png) center 31.3rem no-repeat;
    background-size: 39.8rem auto;
  }

  .jleague_lp_mainVisual_image {
    width: 70.8rem;
    top: 70.9rem;
    left: 50%;
    transform: translateX(-50%);
    background: none;
  }

  .jleague_lp_mainVisual_title {
    top: 12.6rem;
  }

  .jleague_lp_mainVisual_title h2 {
    display: none;
  }

  .jleague_lp_mainVisual_title h3 img {
    width: 37.1rem;
  }

  .jleague_lp_mainVisual_links {
    /* left: 10.575rem; */
    left: 8.4rem;
    bottom: unset;
    top: 36.165rem;
    width: 39.8rem;
    padding: 0;
    height: 40.3rem;
  }

  .jleague_lp_mainVisual_links ul {
    gap: 0.58rem 0.348rem;
  }

  .jleague_lp_mainVisual_links a {
    width: 14.975rem;
    height: 5.572rem;
    font-size: 1.6rem;
  }

  .jleague_lp_mainVisual_links a {
    transition: border-color 0.5s ease, color 0.5s ease;
  }

  .jleague_lp_mainVisual_links a:hover {
    border-color: #e60012;
    color: #e60012;
  }
}

/* !jleague_lp_main
---------------------------------------------------------- */
.jleague_lp_mainInner {
  padding: 4.8rem 1.6rem 0;
}
.jleague_lp_area + .jleague_lp_area {
  margin-top: 5.6rem;
}

.jleague_lp_area h2 {
  line-height: 1;
  margin-bottom: 2.4rem;
}

.jleague_lp_area h2 img {
  width: auto;
  max-width: unset;
  height: 4rem;
}

.jleague_lp_team .jleague_lp_teamItem {
  display: block;
  width: 100%;
  border: 0.2rem solid #fff;
  /* box-shadow: 0 0.4rem 0.8rem rgba(255, 0, 0, 0.25); */
  background: #fff;
  overflow: hidden;
  /* border-radius: 0.8rem; */
}

.jleague_lp_team .jleague_lp_teamItem + .jleague_lp_teamItem {
  margin-top: 2.4rem;
}

.jleague_lp_team .jleague_lp_teamItem .team_item {
  padding: 1.6rem 1.6rem 1.2rem;
  display: block;
}

.jleague_lp_team .jleague_lp_teamItem .team_image {
  width: 24rem;
  max-width: 100%;
  height: 13.5rem;
  position: relative;
  display: block;
  background: #000;
  margin: 0 auto;
}

.jleague_lp_team .jleague_lp_teamItem .team_image img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  max-width: 100%;
  max-height: 100%;
}

.jleague_lp_team .jleague_lp_teamItem .team_head {
  display: flex;
  margin-top: 0.8rem;
  align-items: center;
}

.jleague_lp_team .jleague_lp_teamItem .team_logo {
  width: 4.8rem;
  margin-right: 1.6rem;
}

.jleague_lp_team .jleague_lp_teamItem .team_logo img {
  width: 100%;
}

.jleague_lp_team .jleague_lp_teamItem .team_box {
  width: calc(100% - 6.4rem);
}

.jleague_lp_team .jleague_lp_teamItem .team_name {
  font-size: 1.1rem;
  letter-spacing: 0.05em;
  line-height: 1.3;
  display: block;
}

.jleague_lp_team .jleague_lp_teamItem .team_league {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-left: 0.4rem;
  width: 2.8rem;
  height: 1.4rem;
  border: 1px solid #8f8f8f;
  border-radius: 0.3rem;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0.04em;
  font-weight: bold;
}

.jleague_lp_team .jleague_lp_teamItem .team_title {
  margin-top: 0.4rem;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: 0.05em;
  display: block;
}

.jleague_lp_team .jleague_lp_teamItem .team_notes {
  margin-top: 0.4rem;
  font-size: 1.3rem;
  line-height: 1.3;
  letter-spacing: 0.04em;
  display: block;
}

.jleague_lp_team .jleague_lp_teamItem .team_links {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 4rem;
  background: url(../img/icon_open_01.svg) right 2.4rem center no-repeat #2a2a2a;
  background-size: 1.6rem auto;
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
  font-weight: bold;
  line-height: 1;
}

.jleague_lp_notes {
  padding: 4.5rem 0;
  margin-top: 9.6rem;
  border-image-source: linear-gradient(#fff, #fff);
  border-image-slice: 0 fill;
  border-image-outset: 0 100vw;
  position: relative;
}

.jleague_lp_notes h2 {
  font-size: 2.4rem;
  line-height: 1;
  font-weight: bold;
  padding-bottom: 1.7rem;
  border-bottom: 0.3rem solid #e60012;
  margin-bottom: 3.2rem;
  text-align: center;
  position: relative;
}

.jleague_lp_notes h2::first-letter {
  color: #e60012;
}

.jleague_lp_notes ul li {
  padding-left: 2.4rem;
  font-size: 1.6rem;
  line-height: 1.65;
  font-weight: 400;
  position: relative;
}

.jleague_lp_notes ul li::before {
  width: 0.3rem;
  height: 0.3rem;
  border-radius: 100%;
  background: #000;
  content: "";
  position: absolute;
  left: 1.05rem;
  top: 1.15rem;
  z-index: 2;
}

.jleague_lp_notes ul li + li {
  margin-top: 1.65em;
}

.anchorArea {
  position: relative;
}

.anchorArea .anchor {
  position: absolute;
  z-index: -1;
  top: -8rem;
}

/*** pc ***/
@media screen and (min-width: 835px) {
  .jleague_lp_main {
    width: calc(100% - 59.5rem);
  }

  .jleague_lp_mainInner {
    padding: 5.6rem 6.7rem 0;
  }

  .jleague_lp_area + .jleague_lp_area {
    margin-top: 5.6rem;
  }

  .jleague_lp_area h2 {
    margin-bottom: 4.8rem;
  }

  .jleague_lp_team {
    display: grid;
    gap: 2.4rem;
    grid-template-columns: repeat(2, 1fr);
  }

  .jleague_lp_team .jleague_lp_teamItem {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: border-color 0.5s ease;
  }

  .jleague_lp_team .jleague_lp_teamItem:hover {
    border-color: #e60012;
  }

  .jleague_lp_team .jleague_lp_teamItem + .jleague_lp_teamItem {
    margin-top: 0;
  }

  .jleague_lp_team .jleague_lp_teamItem .team_links {
    transition: background-color 0.5s ease;
  }

  .jleague_lp_team .jleague_lp_teamItem:hover .team_links {
    background-color: #e60012;
  }

  .jleague_lp_notes {
    margin-top: 12.8rem;
  }

  .anchorArea .anchor {
    top: -5.6rem;
  }
}
