.l-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 34.7222222222vw;
  height: 4.8611111111vw;
  margin: 0 auto;
  border-radius: 2.4305555556vw;
  background: var(--btn-bgColor);
  color: var(--btn-color);
  font-size: 1.6666666667vw;
  letter-spacing: .08em;
  -webkit-transition: background 1s cubic-bezier(0.19, 1, 0.22, 1),color 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: background 1s cubic-bezier(0.19, 1, 0.22, 1),color 1s cubic-bezier(0.19, 1, 0.22, 1);
}

.l-btn_icn {
  position: absolute;
  top: 50%;
  right: 2.7777777778vw;
  width: 2.0138888889vw;
  translate: 0 -50%;
}

.l-btn_icn g {
  stroke: var(--btn-color);
  -webkit-transition: stroke 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: stroke 1s cubic-bezier(0.19, 1, 0.22, 1);
}

.l-wrapper {
  overflow: hidden;
}

.l-kv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 2;
  position: relative;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  min-height: 100vh;
}

.l-kv_top {
  z-index: -1;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
}

.l-kv_top_img {
  margin: 0 auto;
}

.l-kv_bottom {
  display: block;
}

.l-kv_bottom_wrapper {
  position: relative;
  width: 100%;
  padding-top: 17.9166666667vw;
}

.l-kv_bottom_img {
  width: 100%;
  max-width: none;
}

.l-kv_bottom_balloon {
  position: absolute;
  opacity: 0;
}

.l-kv_bottom_balloon01 {
  bottom: 45.625vw;
  left: calc(50% - 36.875vw);
  width: 20.0694444444vw;
}

.l-kv_bottom_balloon02 {
  bottom: 48.6805555556vw;
  left: calc(50% + 29.3055555556vw);
  width: 15.1388888889vw;
}

.l-kv_bottom_balloon03 {
  bottom: 27.0138888889vw;
  left: calc(50% - 32.9166666667vw);
  width: 18.6805555556vw;
}

.l-kv_bottom_balloon04 {
  bottom: 31.8055555556vw;
  left: calc(50% + 8.6805555556vw);
  width: 18.0555555556vw;
}

.l-lawn_grass {
  position: relative;
  margin-top: 10.9722222222vw;
  background: #009c39;
  background: url(/soccer/img/jfa_project/l-lawn_grass_bg.webp) repeat-y;
  background-size: 100% auto;
}

.l-lawn_grass::before {
  display: block;
  position: absolute;
  top: -10.9722222222vw;
  width: 100%;
  height: 11.1111111111vw;
  background: #009c39;
  content: "";
}

.l-cv_btn {
  --btn-bgColor: #003e8d;
  --btn-color: #fff;
  height: auto;
  min-height: 4.8611111111vw;
  padding-top: 1.7361111111vw;
  padding-bottom: 1.7361111111vw;
  border-radius: 50vw;
  -webkit-box-shadow: 0 .2777777778vw .6944444444vw 0 #005a10;
          box-shadow: 0 .2777777778vw .6944444444vw 0 #005a10;
  text-align: center;
}

.l-cv_btn.is-img {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: .9722222222vw .6944444444vw 1.0416666667vw 3.4722222222vw;
  gap: 0 1.3888888889vw;
  text-align: left;
}

.l-cv_btn_img {
  width: 10.625vw;
}

.l-cv_btn_wrapper {
  display: grid;
  z-index: 2;
  position: absolute;
  top: -21.6666666667vw;
  right: 0;
  left: 0;
  gap: 2.4305555556vw 0;
}

.l-cv_btn_txt_small {
  display: block;
  font-size: 1.3888888889vw;
  line-height: 1.6;
}

.l-kids_bg {
  position: absolute;
}

.l-kids_bg img {
  -webkit-transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1),translate 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1),translate 1s cubic-bezier(0.19, 1, 0.22, 1);
}

.l-kids_bg01 {
  z-index: 3;
  bottom: 52.1527777778vw;
  left: 4.6527777778vw;
}

.l-kids_bg01.is-active img {
  translate: 3.4722222222vw 3.4722222222vw;
  opacity: 1;
}

.l-kids_bg01 img {
  width: 14.4444444444vw;
  opacity: 0;
}

.l-kids_bg02 {
  z-index: 3;
  right: 8.3333333333vw;
  bottom: 47.8472222222vw;
}

.l-kids_bg02.is-active img {
  translate: -3.4722222222vw 3.4722222222vw;
  opacity: 1;
}

.l-kids_bg02 img {
  width: 10.0694444444vw;
  opacity: 0;
}

.l-kids_bg03 {
  bottom: 6.5277777778vw;
  left: .6944444444vw;
}

.l-kids_bg03.is-active img {
  translate: 3.4722222222vw -3.4722222222vw;
  opacity: 1;
}

.l-kids_bg03 img {
  width: 20.3472222222vw;
  opacity: 0;
}

.l-kids_bg04 {
  right: 3.5416666667vw;
  bottom: 5vw;
}

.l-kids_bg04.is-active img {
  translate: -3.4722222222vw -3.4722222222vw;
  opacity: 1;
}

.l-kids_bg04 img {
  width: 21.6666666667vw;
  opacity: 0;
}

.l-lead {
  display: block;
  padding-top: 11.8055555556vw;
}

.l-lead_img {
  display: block;
  width: 69.4444444444vw;
  margin: 0 auto;
}

.l-thought {
  padding: 19.4444444444vw 0 27.7777777778vw;
}

.l-thought_ttl {
  width: 41.6666666667vw;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  margin: 0 auto;
}

.l-thought_ttl.is-active img {
  translate: 0 0vw;
  opacity: 1;
}

.l-thought_ttl img {
  translate: 0 3.4722222222vw;
  opacity: 0;
  -webkit-transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1),translate 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1),translate 1s cubic-bezier(0.19, 1, 0.22, 1);
}

.l-thought_txt {
  width: 41.0416666667vw;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  margin: 0 auto;
  padding-top: 4.1666666667vw;
}

.l-thought_txt.is-active img {
  translate: 0 0;
  opacity: 1;
}

.l-thought_txt img {
  translate: 0 3.4722222222vw;
  opacity: 0;
  -webkit-transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1),translate 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1),translate 1s cubic-bezier(0.19, 1, 0.22, 1);
}

.l-blue {
  background: #00419f;
}

.l-dream {
  padding-top: 7.8472222222vw;
}

.l-dream_ttl {
  width: 45.1388888889vw;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  margin: 0 auto;
}

.l-dream_txt {
  width: 37.9166666667vw;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  margin: 2.7777777778vw auto 0;
}

.l-dream_item {
  position: relative;
  padding: 2.6388888889vw 2.7777777778vw 2.0833333333vw;
  border: 4px solid #fff;
  border-radius: 10px;
}

.l-dream_item::before {
  position: absolute;
  top: -5px;
  right: 0;
  left: 0;
  width: 24.5833333333vw;
  height: 6px;
  margin: 0 auto;
  background: #00419f;
  content: "";
}

.l-dream_items {
  display: grid;
  grid-template: auto auto/1fr 1fr;
  max-width: 88.8888888889vw;
  margin: 6.5277777778vw auto 0;
  gap: 6.25vw 5.5555555556vw;
}

.l-dream_item01 .l-dream_item_ttl {
  width: 7.7083333333vw;
}

.l-dream_item02 .l-dream_item_ttl {
  width: 10.8333333333vw;
}

.l-dream_item03 .l-dream_item_ttl {
  width: 7.7083333333vw;
}

.l-dream_item04 .l-dream_item_ttl {
  width: 15.4861111111vw;
}

.l-dream_item_ttl {
  position: absolute;
  top: -4px;
  right: 0;
  left: 0;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  margin: 0 auto;
  translate: 0 -50%;
}

.l-dream_item_ttl_sub {
  color: #fff;
  font-size: 1.9444444444vw;
  letter-spacing: .08em;
  text-align: center;
}

.l-dream_item_txt {
  padding-top: 1.0416666667vw;
  color: #fff;
  font-size: 1.1805555556vw;
  line-height: 1.7777777778;
  letter-spacing: .12em;
}

.l-dream_item_txt a {
  color: #fff100;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.l-dream_item_txt_link {
  display: block;
  margin-top: 2em;
}

.l-dream_item_annotation {
  padding-left: 1em;
  text-indent: -1em;
}

.l-dream_item_annotations {
  color: #fff;
  font-size: 1.25vw;
  line-height: 1.7777777778;
  letter-spacing: .12em;
}

.l-dream_item_annotation a {
  color: #fff100;
  text-decoration: underline;
}

.l-cheering {
  padding: 8.3333333333vw 0 0;
}

.l-cheering_ttl {
  width: 56.1111111111vw;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  margin: 0 auto;
}

.l-cheering_txt {
  width: 34.2013888889vw;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  margin: 4.1666666667vw auto 0;
}

.l-cheering_btn {
  --btn-bgColor: #fff;
  --btn-color: #003e8d;
  margin-top: 5.5555555556vw;
}

.l-history_img {
  width: 44.6527777778vw;
  margin: 8.4027777778vw auto 0;
}

.l-dream_flag {
  width: 13.1944444444vw;
  margin: 2.7777777778vw auto 0;
  translate: 1.3888888889vw 0;
}

.l-bnr {
  z-index: 3;
  position: relative;
  padding: 8.3333333333vw 0;
  background: #fff;
}

.l-bnr_wrapper {
  width: calc(100% - 2.7777777778vw);
  margin: 0 auto;
}

.l-bnr_container {
  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;
  width: calc(100% - 8.3333333333vw);
  margin: 0 auto;
  gap: 4.1666666667vw 2.7777777778vw;
}

.l-bnr_item {
  -webkit-transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1);
}

.l-bnr_item.is-bnr_top {
  width: 27.2222222222vw;
}

.l-bnr_item.is-bnr_top img {
  margin: 0 auto;
}

.l-bnr_item.is-bnr_bottom {
  width: 16.6666666667vw;
}

.l-bnr_item.is-bnr_bottom img {
  margin: 0 auto;
}

.l-bnr_item_img_txt {
  margin-top: 1.3888888889vw;
  color: var(--saison-lp-blue);
  font-weight: 700;
  font-size: .9722222222vw;
  line-height: normal;
  letter-spacing: .08em;
  text-align: center;
}

@media screen and (max-width: 48em) {
  .l-btn {
    max-width: 89.3333333333vw;
    height: 13.3333333333vw;
    padding: 0 8vw;
    border-radius: 6.6666666667vw;
    font-size: 4.2666666667vw;
  }
  .l-btn_icn {
    right: 6.9333333333vw;
    width: 5.3333333333vw;
  }
  .l-kv {
    min-height: 78.9vh;
  }
  .l-kv_top {
    top: 5.3333333333vw;
    right: 0;
    left: 0;
    width: 89.3333333333vw;
    margin: 0 auto;
  }
  .l-kv_bottom_wrapper {
    padding-top: 60.43vw;
  }
  .l-kv_bottom_balloon01 {
    z-index: -1;
    bottom: 88.8vw;
    left: calc(50% - 44.6666666667vw);
    width: 37.0666666667vw;
  }
  .l-kv_bottom_balloon02 {
    bottom: 90.4vw;
    left: calc(50% + 17.3333333333vw);
    width: 26.9333333333vw;
  }
  .l-kv_bottom_balloon03 {
    bottom: 46.1333333333vw;
    left: calc(50% - 30.6666666667vw);
    width: 26.9333333333vw;
  }
  .l-kv_bottom_balloon04 {
    bottom: 47.4666666667vw;
    left: calc(50% + 21.0666666667vw);
    width: 25.3333333333vw;
  }
  .l-lawn_grass {
    z-index: 1;
    margin-top: 0;
    background: url(/soccer/img/jfa_project/l-lawn_grass_bg_sp.webp) repeat-y;
    background-size: 100% auto;
  }
  .l-lawn_grass::before {
    display: none;
  }
  .l-cv_btn {
    bottom: -5.3333333333vw;
    height: auto;
    min-height: 13.3333333333vw;
    padding-top: 5.3333333333vw;
    padding-bottom: 5.3333333333vw;
    border-radius: 50vw;
  }
  .l-cv_btn.is-img {
    padding: 2.6666666667vw 2.6666666667vw 2.6666666667vw 5.3333333333vw;
    gap: 0 3.7333333333vw;
  }
  .l-cv_btn_img {
    width: 28.8vw;
  }
  .l-cv_btn_wrapper {
    position: absolute;
    top: auto;
    bottom: 20.8vw;
    gap: 8.5333333333vw 0;
  }
  .l-cv_btn_txt_small {
    font-size: 3.7333333333vw;
    line-height: 1.5;
  }
  .l-kids_bg01 {
    z-index: -1;
    top: -4vw;
    bottom: initial;
    left: 12vw;
  }
  .l-kids_bg01.is-active img {
    translate: 13.3333333333vw 13.3333333333vw;
  }
  .l-kids_bg01 img {
    width: 29.0666666667vw;
  }
  .l-kids_bg02 {
    z-index: -1;
    top: 1.6vw;
    right: 13.0666666667vw;
    bottom: initial;
  }
  .l-kids_bg02.is-active img {
    translate: -13.3333333333vw 13.3333333333vw;
  }
  .l-kids_bg02 img {
    width: 19.2vw;
  }
  .l-kids_bg03 {
    bottom: 114.1333333333vw;
    left: -.5333333333vw;
  }
  .l-kids_bg03.is-active img {
    translate: 13.3333333333vw -13.3333333333vw;
  }
  .l-kids_bg03 img {
    width: 29.3333333333vw;
  }
  .l-kids_bg04 {
    z-index: -1;
    right: -2.1333333333vw;
    bottom: 102.4vw;
  }
  .l-kids_bg04.is-active img {
    translate: -13.3333333333vw -13.3333333333vw;
  }
  .l-kids_bg04 img {
    width: 29.8666666667vw;
  }
  .l-lead {
    padding-top: 45.3333333333vw;
  }
  .l-thought {
    padding: 48.5333333333vw 0 169.6vw;
  }
  .l-thought_ttl {
    width: 89.3333333333vw;
  }
  .l-thought_txt {
    width: 65.6vw;
    padding-top: 10.6666666667vw;
  }
  .l-dream {
    padding-top: 16vw;
  }
  .l-dream_ttl {
    width: 89.3333333333vw;
  }
  .l-dream_txt {
    width: 89.3333333333vw;
    margin: 10.6666666667vw auto 0;
  }
  .l-dream_item {
    padding: 10.6666666667vw 5.3333333333vw 5.3333333333vw;
  }
  .l-dream_item::before {
    width: 66.6666666667vw;
  }
  .l-dream_items {
    grid-template: repeat(4, auto)/1fr;
    max-width: 89.3333333333vw;
    margin: 21.3333333333vw auto 0;
    gap: 16vw 0;
  }
  .l-dream_item01 .l-dream_item_ttl {
    width: 29.6vw;
  }
  .l-dream_item02 .l-dream_item_ttl {
    width: 41.6vw;
  }
  .l-dream_item03 .l-dream_item_ttl {
    width: 29.6vw;
  }
  .l-dream_item04 .l-dream_item_ttl {
    width: 59.4666666667vw;
  }
  .l-dream_item_ttl_sub {
    font-size: 5.3333333333vw;
  }
  .l-dream_item_txt {
    padding-top: 5.3333333333vw;
    font-size: 3.4666666667vw;
  }
  .l-dream_item_annotations {
    font-size: 3.2vw;
  }
  .l-cheering {
    padding: 16vw 0 0;
  }
  .l-cheering_ttl {
    width: 89.3333333333vw;
  }
  .l-cheering_txt {
    width: 89.3333333333vw;
    margin: 8vw auto 0;
  }
  .l-cheering_btn {
    margin-top: 10.6666666667vw;
  }
  .l-history_img {
    width: 89.3333333333vw;
    margin: 16vw auto 0;
  }
  .l-dream_flag {
    width: 50.6666666667vw;
    margin: 10.6666666667vw auto 0;
    translate: 5.3333333333vw 0;
  }
  .l-bnr {
    padding: 16vw 0;
  }
  .l-bnr_wrapper {
    width: 100%;
    padding: 0 5.3333333333vw;
  }
  .l-bnr_container {
    width: 100%;
    padding: 0;
  }
  .l-bnr_container {
    gap: 10.6666666667vw;
  }
  .l-bnr_item.is-bnr_top {
    width: 100%;
  }
  .l-bnr_item.is-bnr_bottom {
    width: calc(50% - 5.3333333333vw);
  }
  .l-bnr_item_img_txt {
    margin-top: 2.6666666667vw;
    font-size: 2.6666666667vw;
  }
}

@media (hover: hover) {
  .l-btn:hover {
    background: var(--btn-color);
    color: var(--btn-bgColor);
  }
  .l-btn:hover svg g {
    stroke: var(--btn-bgColor);
  }
  .l-dream_item_txt a:hover {
    text-decoration: none;
  }
  .l-dream_item_annotation a:hover {
    text-decoration: none;
  }
  .l-cheering_btn:hover {
    --btn-bgColor: #003e8d;
    --btn-color: #fff100;
  }
  .l-bnr_item:hover {
    opacity: .6;
  }
}
