.l-kv_wrapper {
  z-index: 1;
  position: relative;
  width: calc(100% - 2.7777777778vw);
  height: 100vh;
  min-height: 42.3611111111vw;
  margin: 0 auto;
  padding-top: 1.3888888889vw;
}

.l-kv_img {
  max-width: 97.1527777778vw;
  margin: 0 auto;
}

.l-kv_txt {
  z-index: 3;
  position: absolute;
  top: calc(50% + 1.3888888889vw);
  left: 4.1666666667vw;
  width: 35.0694444444vw;
  overflow: hidden;
}

.l-kv_txt_img {
  translate: 0 100%;
}

.l-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(/soccer/img/l-kv_bg_blue.webp) no-repeat;
  background-position: center top;
  background-size: cover;
  pointer-events: none;
}

.l-fixed_copyright {
  z-index: 3;
  position: absolute;
  right: 1.3888888889vw;
  bottom: 2.7777777778vw;
  color: #fff;
  font-size: .6944444444vw;
  line-height: 1.4;
  letter-spacing: .02em;
  text-align: right;
}

.l-fixed_bg {
  z-index: -1;
  position: relative;
  width: 100%;
  height: 100%;
}

.l-fixed_bg_grass {
  position: absolute;
  bottom: 0;
  width: 100%;
}

.l-lead {
  z-index: 4;
  position: relative;
  padding: 19.4444444444vw 0 13.8888888889vw;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 47, 0.6)), color-stop(92%, rgba(0, 0, 47, 0.6)), to(rgba(0, 0, 47, 0)));
  background: linear-gradient(0deg, rgba(0, 0, 47, 0.6) 0%, rgba(0, 0, 47, 0.6) 92%, rgba(0, 0, 47, 0) 100%);
}

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

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

.l-lead_txt {
  width: 36.3888888889vw;
}

.l-lead_img02 {
  width: 31.3888888889vw;
  margin-top: 5.9722222222vw;
  margin-left: 1.875vw;
}

.l-lead_iframe {
  display: block;
  aspect-ratio: 560/315;
  width: 66.6666666667vw;
  margin: 8.3333333333vw auto 0;
  border-radius: 2.7777777778vw;
}

.l-news {
  z-index: 4;
  position: relative;
  height: 31.25vw;
  padding-top: 5.5555555556vw;
  background: var(--saison-lp-blue);
}

.l-news_wrapper {
  position: relative;
  padding-left: 5.5555555556vw;
}

.l-news_container {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0 5.7638888889vw;
}

.l-news_ttl {
  color: #fff;
  font-weight: 600;
  font-size: 4.1666666667vw;
  font-family: var(--Inter-font);
  letter-spacing: 0;
}

.l-news_slider_wrapper {
  position: relative;
  width: 100%;
}

.l-news_slider_container {
  display: grid;
  width: 100%;
  overflow: hidden;
}

.l-news_slider_container .swiper {
  width: 100%;
  padding-right: 5.5555555556vw;
}

.l-news_slider_item {
  display: grid;
  position: relative;
  grid-template-rows: auto 1fr;
  width: 22.2222222222vw;
  overflow: hidden;
  border-radius: 1.3888888889vw;
}

.l-news_slider_item::before {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 1.3888888889vw;
  background: url(/soccer/img/l-new_bg.webp) no-repeat;
  background-size: cover;
  content: "";
  opacity: 0;
  -webkit-transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1),visibility 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1),visibility 1s cubic-bezier(0.19, 1, 0.22, 1);
}

.l-news_slider_item_img {
  width: 100%;
}

.l-news_slider_item_content {
  padding: 2.2222222222vw 2.2222222222vw 6.25vw;
  background: #e3e4f5;
}

.l-news_slider_item_time {
  color: var(--saison-lp-blue);
  font-size: 1.1111111111vw;
  font-family: var(--Inter-font);
}

.l-news_slider_item_ttl {
  margin-top: 1.1111111111vw;
  color: var(--saison-lp-blue);
  font-size: 1.25vw;
  line-height: 1.4166666667;
  letter-spacing: .08em;
}

.l-news_slider_item_icn {
  position: absolute;
  right: 2.2222222222vw;
  bottom: 2.7777777778vw;
  width: 1.5277777778vw;
  height: .6944444444vw;
}

.l-news_slider_prev,.l-news_slider_next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 10;
  position: absolute;
  top: 50%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 4.1666666667vw;
  height: 4.1666666667vw;
  translate: 0 -50%;
  border-radius: 2.0833333333vw;
  background: #fff;
  cursor: pointer;
  -webkit-transition: background 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: background 1s cubic-bezier(0.19, 1, 0.22, 1);
}

.l-news_slider_prev svg,.l-news_slider_next svg {
  width: .5555555556vw;
  height: .9722222222vw;
}

.l-news_slider_prev svg path,.l-news_slider_next svg path {
  -webkit-transition: stroke 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: stroke 1s cubic-bezier(0.19, 1, 0.22, 1);
}

.l-news_slider_prev {
  left: -2.7777777778vw;
}

.l-news_slider_prev svg {
  rotate: 180deg;
}

.l-news_slider_next {
  right: 5.5555555556vw;
}

.l-contribution {
  z-index: 3;
  position: relative;
  padding: 11.1111111111vw 0 8.3333333333vw;
  background: url(/soccer/img/l-contribution_bg.webp) no-repeat;
  background-size: cover;
}

.l-contribution_content {
  display: grid;
  grid-template-columns: 50% 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 66.6666666667vw;
  margin: 0 auto;
  padding: 5.5555555556vw;
  gap: 0 2.7777777778vw;
  border: 1px solid #fff;
  border-radius: 2.7777777778vw;
}

.l-contribution_content_ttl {
  color: #fff;
  font-weight: 700;
  font-size: 2.2222222222vw;
  letter-spacing: .08em;
}

.l-contribution_content_txt {
  margin-top: 2.0833333333vw;
  color: #fff;
  font-size: 1.3194444444vw;
  line-height: 2;
  letter-spacing: .08em;
}

.l-contribution_content_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 15.6944444444vw;
  height: 3.6111111111vw;
  margin-left: auto;
  padding: 0 2.7777777778vw;
  border-radius: 1.8055555556vw;
  background: var(--saison-lp-green);
  color: #fff;
  font-size: .9722222222vw;
  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-contribution_content_btn_icn {
  display: block;
  position: absolute;
  top: 50%;
  right: 1.3888888889vw;
  width: 1.5277777778vw;
  height: .625vw;
  translate: 0 -50%;
}

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

.l-contribution_content_btn_wrapper {
  margin-top: 3.4722222222vw;
}

.l-contribution_copy {
  position: absolute;
  right: 5.5555555556vw;
  bottom: 8.3333333333vw;
  color: #fff;
  font-size: .6944444444vw;
  letter-spacing: .02em;
}

.l-history {
  z-index: 3;
  position: relative;
  padding: 13.1944444444vw 0 13.8888888889vw;
  background: var(--saison-lp-blue);
}

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

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

.l-history_ttl {
  color: #fff;
  font-weight: 600;
  font-size: 5.5555555556vw;
  font-family: var(--Inter-font);
  text-align: center;
}

.l-history_ttl+.l-history_content {
  padding-top: 5.5555555556vw;
}

.l-history_content {
  display: grid;
  grid-template-columns: 17.5694444444vw 1fr;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.l-history_content+.l-history_content {
  margin-top: 2.0833333333vw;
}

.l-history_content:last-of-type .l-history_content_items_line {
  height: calc(100% + 8.3333333333vw);
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(80%, #fff), color-stop(95%, rgba(255, 255, 255, 0)));
  background: linear-gradient(180deg, #fff 0%, #fff 80%, rgba(255, 255, 255, 0) 95%);
}

.l-history_content_ttl {
  overflow: hidden;
  color: #fff;
  font-weight: 600;
  font-size: 4.1666666667vw;
  font-family: var(--Inter-font);
}

.l-history_content_ttl_inner {
  display: block;
  translate: 0 100%;
  -webkit-transition: translate 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: translate 1s cubic-bezier(0.19, 1, 0.22, 1);
}

.l-history_content_ttl_inner.is-active {
  translate: 0 0;
}

.l-history_content_ttl_sub {
  padding-left: .6944444444vw;
  font-weight: 700;
  font-size: 2.2222222222vw;
  font-family: var(--noto-font);
  letter-spacing: .04em;
}

.l-history_content_item {
  display: grid;
  position: relative;
  grid-template-columns: 13.8888888889vw 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2.7777777778vw 2.2222222222vw;
  gap: 0 2.7777777778vw;
  translate: 0 100%;
  border-radius: .8333333333vw;
  background: #e7eef7;
  -webkit-transition: translate 1s .2s cubic-bezier(0.19, 1, 0.22, 1);
  transition: translate 1s .2s cubic-bezier(0.19, 1, 0.22, 1);
}

.l-history_content_item.is-link {
  padding-right: 6.25vw;
  background: #d2f1df;
  -webkit-transition: background 1s cubic-bezier(0.19, 1, 0.22, 1),translate 1s .2s cubic-bezier(0.19, 1, 0.22, 1),background 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: background 1s cubic-bezier(0.19, 1, 0.22, 1),translate 1s .2s cubic-bezier(0.19, 1, 0.22, 1),background 1s cubic-bezier(0.19, 1, 0.22, 1);
}

.l-history_content_items {
  position: relative;
  padding: 2.9166666667vw 0 0 2.0833333333vw;
}

.l-history_content_items_line {
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: calc(100% + 2.7777777778vw);
  -webkit-transform-origin: top;
          transform-origin: top;
  scale: 1 0;
  background: #fff;
  content: "";
  -webkit-transition: scale 2s 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: scale 2s 1s cubic-bezier(0.19, 1, 0.22, 1);
}

.l-history_content_items_line.is-active {
  scale: 1 1;
}

.l-history_content_items_wrapper+.l-history_content_items_wrapper {
  margin-top: 2.4305555556vw;
}

.l-history_content_item_wrapper {
  overflow: hidden;
}

.l-history_content_item_wrapper.is-active .l-history_content_item {
  translate: 0;
}

.l-history_content_item_wrapper+.l-history_content_item_wrapper {
  margin-top: 2.7777777778vw;
}

.l-history_content_item_ttl {
  position: relative;
  color: #fff;
  font-weight: 600;
  font-size: 2.7777777778vw;
  font-family: var(--Inter-font);
}

.l-history_content_item_ttl::before {
  z-index: 2;
  position: absolute;
  top: .6944444444vw;
  left: -2.7777777778vw;
  width: 1.3888888889vw;
  height: 1.3888888889vw;
  scale: 0;
  border-radius: 50%;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgb(0, 250, 71)), color-stop(27%, rgb(0, 188, 163)), color-stop(88%, rgb(0, 126, 255)));
  background-image: linear-gradient(0deg, rgb(0, 250, 71) 0%, rgb(0, 188, 163) 27%, rgb(0, 126, 255) 88%);
  content: "";
  -webkit-transition: rotate 1s cubic-bezier(0.19, 1, 0.22, 1),scale 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: rotate 1s cubic-bezier(0.19, 1, 0.22, 1),scale 1s cubic-bezier(0.19, 1, 0.22, 1);
}

.l-history_content_item_ttl.is-active .l-history_content_item_ttl_inner {
  translate: 0 0;
  opacity: 1;
}

.l-history_content_item_ttl.is-active::before {
  rotate: 360deg;
  scale: 1;
}

.l-history_content_item_ttl_inner {
  display: block;
  translate: .6944444444vw 0;
  opacity: 0;
  -webkit-transition: translate 1s cubic-bezier(0.19, 1, 0.22, 1),opacity 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: translate 1s cubic-bezier(0.19, 1, 0.22, 1),opacity 1s cubic-bezier(0.19, 1, 0.22, 1);
}

.l-history_content_item_ttl+.l-history_content_item_wrapper {
  margin-top: 1.0416666667vw;
}

.l-history_content_item_txt {
  color: var(--saison-lp-blue);
  font-size: 1.25vw;
  line-height: 1.7777777778;
  letter-spacing: .08em;
  -webkit-transition: color 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: color 1s cubic-bezier(0.19, 1, 0.22, 1);
}

.l-history_content_item_icn {
  width: 1.5277777778vw;
  height: 1.25vw;
}

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

.l-history_content_item_icn_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 50%;
  right: 2.2222222222vw;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 2.7777777778vw;
  height: 2.7777777778vw;
  translate: 0 -50%;
  border-radius: 50%;
  background: var(--saison-lp-green);
  -webkit-transition: background 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: background 1s cubic-bezier(0.19, 1, 0.22, 1);
}

.l-history_img {
  width: 50.6944444444vw;
  margin: 17.7083333333vw auto 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_bottom {
  width: 16.6666666667vw;
}

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

@media screen and (max-width: 48em) {
  .l-kv_wrapper {
    width: 100%;
    padding: 0 5.3333333333vw;
  }
  .l-kv_img {
    padding-top: 5.3333333333vw;
  }
  .l-kv_txt {
    top: calc(50% - 14.9333333333vw);
    left: 5.3333333333vw;
    width: 59.2vw;
  }
  .l-fixed_copyright {
    right: auto;
    bottom: 5.0666666667vw;
    left: 5.3333333333vw;
    font-size: 2.6666666667vw;
    text-align: left;
  }
  .l-lead {
    padding: 42.6666666667vw 0;
  }
  .l-lead_wrapper {
    width: 100%;
    padding: 0 5.3333333333vw;
  }
  .l-lead_container {
    width: 100%;
    padding: 0;
  }
  .l-lead_container {
    padding: 0;
  }
  .l-lead_txt {
    width: 89.3333333333vw;
  }
  .l-lead_img02 {
    width: 78.9333333333vw;
    margin: 21.3333333333vw auto 0;
  }
  .l-lead_iframe {
    width: 100%;
    margin-top: 21.3333333333vw;
    border-radius: 8vw;
  }
  .l-news {
    height: 120vw;
    padding-top: 16vw;
  }
  .l-news_wrapper {
    padding-left: 5.3333333333vw;
  }
  .l-news_container {
    display: block;
  }
  .l-news_ttl {
    font-size: 10.6666666667vw;
  }
  .l-news_slider_wrapper {
    margin-top: 10.6666666667vw;
  }
  .l-news_slider_container .swiper {
    padding-right: 5.3333333333vw;
  }
  .l-news_slider_item {
    width: 64vw;
    border-radius: 5.3333333333vw;
  }
  .l-news_slider_item::before {
    border-radius: 5.3333333333vw;
  }
  .l-news_slider_item_content {
    padding: 8vw 5.3333333333vw;
  }
  .l-news_slider_item_time {
    font-size: 3.2vw;
  }
  .l-news_slider_item_ttl {
    margin-top: 6.4vw;
    font-size: 4.8vw;
  }
  .l-news_slider_item_icn {
    right: 6.4vw;
    bottom: 8vw;
    width: 4.2666666667vw;
    height: 1.8666666667vw;
  }
  .l-news_slider_prev,.l-news_slider_next {
    display: none;
  }
  .l-contribution {
    padding: 48vw 5.3333333333vw;
  }
  .l-contribution_content {
    grid-template-rows: auto 1fr;
    grid-template-columns: auto;
    width: 100%;
    padding: 10.6666666667vw 5.3333333333vw;
    gap: 10.6666666667vw 0;
    border-radius: 10.6666666667vw;
  }
  .l-contribution_content_ttl {
    font-size: 6.4vw;
  }
  .l-contribution_content_txt {
    margin-top: 6.4vw;
    font-size: 4.2666666667vw;
  }
  .l-contribution_content_btn {
    width: 100%;
    height: 18.6666666667vw;
    padding: 0 8vw;
    border-radius: 9.3333333333vw;
    font-size: 3.7333333333vw;
  }
  .l-contribution_content_btn_icn {
    right: 5.3333333333vw;
    width: 5.8666666667vw;
    height: 2.4vw;
  }
  .l-contribution_content_btn_wrapper {
    margin-top: 10.6666666667vw;
  }
  .l-contribution_copy {
    right: 5.3333333333vw;
    bottom: 19.4666666667vw;
    font-size: 2.6666666667vw;
  }
  .l-history {
    padding: 32vw 0 42.6666666667vw;
  }
  .l-history_wrapper {
    width: 100%;
    padding: 0 5.3333333333vw;
  }
  .l-history_container {
    width: 100%;
    padding: 0;
  }
  .l-history_ttl {
    font-size: 16vw;
  }
  .l-history_ttl+.l-history_content {
    padding-top: 19.2vw;
  }
  .l-history_content {
    display: block;
  }
  .l-history_content+.l-history_content {
    margin-top: 16vw;
  }
  .l-history_content:last-of-type .l-history_content_items_line {
    height: calc(100% + 56vw);
  }
  .l-history_content_ttl {
    font-size: 8vw;
  }
  .l-history_content_ttl_sub {
    padding-left: 1.3333333333vw;
    font-size: 4.2666666667vw;
  }
  .l-history_content_item {
    display: block;
    padding: 8vw 5.3333333333vw;
    border-radius: 3.2vw;
  }
  .l-history_content_item.is-link {
    padding: 8vw 5.3333333333vw 26.6666666667vw;
  }
  .l-history_content_items {
    margin-top: 5.3333333333vw;
    padding: 10.6666666667vw 0 0 8vw;
  }
  .l-history_content_items_line {
    left: 2.6666666667vw;
    height: calc(100% + 10.6666666667vw);
  }
  .l-history_content_items_wrapper+.l-history_content_items_wrapper {
    margin-top: 10.6666666667vw;
  }
  .l-history_content_item_wrapper+.l-history_content_item_wrapper {
    margin-top: 10.6666666667vw;
  }
  .l-history_content_item_ttl {
    font-size: 6.4vw;
  }
  .l-history_content_item_ttl::before {
    top: 0;
    left: -8vw;
    width: 5.3333333333vw;
    height: 5.3333333333vw;
  }
  .l-history_content_item_ttl+.l-history_content_item_wrapper {
    margin-top: 6.6666666667vw;
  }
  .l-history_content_item_txt {
    margin-top: 8vw;
    font-size: 4.8vw;
  }
  .l-history_content_item_icn {
    width: 5.8666666667vw;
    height: 2.4vw;
  }
  .l-history_content_item_icn_wrapper {
    top: auto;
    right: 5.3333333333vw;
    bottom: 8vw;
    width: 10.6666666667vw;
    height: 10.6666666667vw;
    translate: 0;
  }
  .l-history_img {
    width: 100%;
    margin-top: 64vw;
  }
  .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-news_slider_item[href]:hover::before {
    visibility: visible;
    opacity: .6;
  }
  .l-news_slider_prev:hover,.l-news_slider_next:hover {
    background: var(--saison-lp-blue);
  }
  .l-news_slider_prev:hover path,.l-news_slider_next:hover path {
    stroke: #fff;
  }
  .l-contribution_content_btn:hover {
    background: #fff;
    color: var(--saison-lp-green);
  }
  .l-contribution_content_btn:hover svg g {
    stroke: var(--saison-lp-green);
  }
  .l-history_content_item.is-link:hover {
    background: var(--saison-lp-green);
  }
  .l-history_content_item.is-link:hover .l-history_content_item_icn_wrapper {
    background: #fff;
  }
  .l-history_content_item.is-link:hover .l-history_content_item_icn_wrapper svg g {
    stroke: var(--saison-lp-green);
  }
  .l-history_content_item.is-link:hover .l-history_content_item_txt {
    color: #fff;
  }
  .l-bnr_item:hover {
    opacity: .6;
  }
}
