.l-kv {
  position: relative;
  width: 100%;
  height: 100lvh;
  min-height: 64rem;
}

.l-kv_container {
  position: relative;
  max-width: initial;
  height: 100%;
}

.l-kv_copy,.l-kv_img,.l-kv_scroll {
  display: none;
}

.l-kv_copy {
  z-index: 3;
  position: absolute;
  top: calc(50% + 2rem);
  left: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: var(--colorWhite);
}

.l-kv_copy_main {
  margin-bottom: 2.77vw;
  padding-left: 4.72vw;
  font-style: normal;
  font-weight: 500;
  font-size: 3.47vw;
  line-height: 1.4;
  font-family: "Zen Old Mincho","Times New Roman","YuMincho","Hiragino Mincho ProN","Yu Mincho","MS PMincho",serif;
  letter-spacing: -0.05em;
}

.l-kv_copy_sub {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 3.46vw;
  padding: 0 0 .69vw 4.72vw;
  border-bottom: 1px solid var(--colorWhite);
  font-size: 1.39vw;
  line-height: 1.7;
  letter-spacing: .1em;
}

.l-kv_copy_links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 4.72vw;
  gap: .69vw;
}

.l-kv_copy_links_button {
  width: 12.7vw;
  max-width: initial;
  height: 3.47vw;
  border-color: var(--colorWhite);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  background-color: unset;
}

.l-kv_copy_links_button_text {
  font-size: 1.11vw;
}

.l-kv_copy_links_button_icon {
  right: 1.11vw;
  width: .56vw;
}

.l-kv_img {
  z-index: 2;
  position: absolute;
  top: calc(50% + 5.4rem);
  left: calc(50% + 5rem);
  width: 32.2vw;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.l-kv_scroll {
  position: absolute;
  right: 4.2rem;
  bottom: 3.6rem;
  text-align: center;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.l-kv_scroll_icon {
  display: grid;
  place-items: center;
  width: 8rem;
  height: 8rem;
  margin-bottom: 1.8rem;
  border: 1px solid var(--colorWhite);
  border-radius: 50%;
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
}

.l-kv_scroll_icon_arrow {
  width: 1.6rem;
  stroke: var(--colorWhite);
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.l-kv_scroll_text {
  display: block;
  color: var(--colorWhite);
  font-style: normal;
  font-weight: 700;
  font-weight: 400;
  font-family: "Montserrat","Helvetica Neue","Helvetica","Hiragino Sans","Hiragino Kaku Gothic ProN","Arial","Yu Gothic","Meiryo",sans-serif;
  font-optical-sizing: auto;
}

.l-kv_bg {
  z-index: 1;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.l-kv_bg_video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.l-products {
  margin-bottom: 10rem;
  padding-top: 10.7rem;
  overflow: hidden;
}

.l-products_wrapper {
  position: relative;
}

.l-products_wrapper::before {
  display: block;
  z-index: -1;
  position: absolute;
  right: -136rem;
  bottom: 59rem;
  width: 174.3rem;
  height: 174.3rem;
  background: url(/img/common/shape_polygon.svg) center/contain no-repeat;
  content: "";
}

.l-products_summary {
  position: relative;
  margin-bottom: 14rem;
}

.l-products_summary_content {
  width: auto;
  padding-top: 6rem;
}

.l-products_summary_content_description {
  width: calc(50% - 2rem);
}

.l-products_summary_img {
  position: absolute;
  top: -6.6rem;
  right: -24rem;
  width: 89.7rem;
}

.l-products_lineup {
  position: relative;
}

.l-products_lineup_links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 3rem;
}

.l-products_lineup_link {
  width: 26.5rem;
  padding: 3rem 2.5rem 2.5rem;
  background: var(--colorBlue);
  color: var(--colorWhite);
  text-align: center;
}

.l-products_lineup_link>* {
  display: block;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.l-products_lineup_link_icon {
  width: auto;
  height: 2.8rem;
  margin-bottom: 2.2rem;
}

.l-products_lineup_link_name {
  margin-bottom: 2rem;
  font-size: 2.2rem;
}

.l-products_lineup_link_name img {
  height: 2.2rem;
}

.l-products_lineup_link_description {
  margin-bottom: 2.2rem;
  font-size: 1.5rem;
  line-height: 1.7;
}

.l-products_lineup_link_label {
  margin-left: 1.8rem;
  padding-top: 2rem;
  border-top: 1px solid var(--colorWhite);
  font-size: 1.4rem;
  line-height: 1.7;
}

.l-products_lineup_link_label_icon {
  width: .8em;
  height: .8em;
  margin-left: 1rem;
  stroke: var(--colorWhite);
}

.l-products_lineup_link_label_icon_path {
  fill: #fff;
  stroke-width: 0px;
}

.l-products_lineup_link_label_icon_polyline {
  fill: none;
  stroke: #fff;
  stroke-miterlimit: 10;
  stroke-width: 11.9px;
}

.l-products_lineup_slide {
  z-index: -1;
  position: relative;
  top: -15.4rem;
  width: 100vw;
  margin-bottom: -5.4rem;
  margin-inline: calc(50% - 50vw);
}

.l-products_lineup_slide .swiper {
  overflow: visible;
}

.l-products_lineup_slide .swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}

.l-products_lineup_slide .swiper-slide {
  width: 35rem;
  height: 40rem;
}

.l-products_lineup_comic_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 24rem;
  overflow: hidden;
  background: url(/img/top/web_comic_bg.jpg) center/cover no-repeat;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.l-products_lineup_comic_link_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  place-items: center;
  width: 50%;
  margin-left: 16.6rem;
  color: var(--colorBlue);
}

.l-products_lineup_comic_link_text_title {
  display: block;
  font-size: 5.5rem;
}

.l-products_lineup_comic_link_text_title_sub {
  display: block;
  margin-bottom: 1rem;
  font-size: 2rem;
}

.l-products_lineup_comic_link_text_icon {
  width: 8rem;
  height: 8rem;
  margin-left: 6rem;
  padding: 1.9em;
  border-radius: 50%;
  background: var(--colorBlue);
  stroke: var(--colorWhite);
}

.l-products_lineup_comic_link_img {
  width: 50%;
  padding: 2.6rem 6rem 0 0;
}

.l-case {
  position: relative;
  margin-bottom: 15rem;
  padding: 10rem 0;
  background: var(--bgGradient);
}

.l-case_heading {
  margin-bottom: 4.2rem;
}

.l-case_img {
  position: absolute;
  top: 0;
  right: 11.4rem;
  width: 69rem;
  margin-top: 3.8rem;
}

.l-case_description {
  width: 47rem;
  margin-bottom: 6rem;
  font-size: 1.8rem;
  line-height: 1.8;
  letter-spacing: .05em;
}

.l-case::before {
  display: block;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: calc((100vw - 144rem)*.5);
  height: 100%;
  margin-left: calc(50% - 50vw);
  background: var(--colorLightBlue);
  content: "";
}

.l-support {
  position: relative;
  height: 84.8rem;
  margin-bottom: 8.2rem;
}

.l-support_heading {
  margin-bottom: 8rem;
}

.l-support_img {
  position: absolute;
  top: 0;
  right: 0;
  width: 58rem;
}

.l-support_content_description {
  width: calc(50% - 2rem);
}

.l-support::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: -18rem;
  width: 72.7rem;
  height: 64.6rem;
  background: url(/img/common/polygon.png) center/cover no-repeat;
  content: "";
}

.l-company {
  position: relative;
  margin-bottom: 38rem;
  background: var(--bgGradient);
}

.l-company_inner {
  display: grid;
  position: relative;
  grid-template: "text links";
  padding-top: 11rem;
  padding-bottom: 22rem;
  gap: 6rem 0;
}

.l-company_text {
  grid-area: text;
  width: 47rem;
}

.l-company_text_heading {
  margin-bottom: 4rem;
}

.l-company_text_description {
  font-size: 1.8rem;
  line-height: 1.8;
  letter-spacing: .05em;
}

.l-company_links {
  grid-area: links;
  width: 45rem;
  margin-top: -3.4rem;
  margin-left: auto;
}

.l-company_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding: 2.4rem 0 1.4rem;
  border-bottom: 1px solid var(--colorBlack);
  font-size: 1.8rem;
  line-height: 1.8;
  letter-spacing: .05em;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.l-company_link_icon {
  width: 1rem;
  stroke: var(--colorBlack);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.l-company_img {
  position: absolute;
  bottom: -22.4rem;
  padding: 0 12.5rem;
}

.l-company::before {
  display: block;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: calc((100vw - 144rem)*.5);
  height: 100%;
  margin-left: calc(50% - 50vw);
  background: var(--colorLightBlue);
  content: "";
}

@media screen and (max-width: 47.9375em) {
  .l-kv {
    min-height: initial;
  }
  .l-kv_copy {
    top: 50%;
    left: 0;
    margin-top: 7.4rem;
    padding-left: 4vw;
  }
  .l-kv_copy_main {
    margin-bottom: 6.26vw;
    padding-left: initial;
    font-size: 7.46vw;
    letter-spacing: -0.07em;
  }
  .l-kv_copy_sub {
    margin-bottom: 19.4vw;
    padding: initial;
    padding-left: 2.13vw;
    border: unset;
    font-size: 3.73vw;
    line-height: 1.4;
    letter-spacing: .15em;
  }
  .l-kv_copy_links {
    margin-left: initial;
  }
  .l-kv_copy_links_button {
    width: 45.7vw;
    height: 11.7vw;
  }
  .l-kv_copy_links_button:last-of-type {
    display: none;
  }
  .l-kv_copy_links_button_text {
    font-size: 3.73vw;
  }
  .l-kv_copy_links_button_icon {
    right: 4.26vw;
    width: 2.13vw;
  }
  .l-kv_img {
    top: 50%;
    left: calc(50% + 1rem);
    width: 28.6rem;
  }
  .l-kv_scroll {
    display: none;
  }
  .l-products {
    margin-bottom: 7.2rem;
    padding-top: 7rem;
  }
  .l-products_summary {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .l-products_summary_content {
    padding-top: 3.6rem;
  }
  .l-products_summary_content_description {
    width: 100%;
  }
  .l-products_summary_img {
    position: relative;
    top: 0;
    right: -8rem;
    width: 30.7rem;
  }
  .l-products_lineup_links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 15.3rem;
    margin-inline: auto 1.5rem;
    gap: 3.6rem;
  }
  .l-products_lineup_slide {
    position: absolute;
    top: -8rem;
  }
  .l-products_lineup_slide .swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
  }
  .l-products_lineup_slide .swiper-slide {
    width: 19rem;
    height: 19rem;
  }
  .l-products_lineup_slide .swiper-slide:nth-last-child(1) {
    display: none;
  }
  .l-products_lineup_slide .swiper-slide:nth-last-child(2) {
    display: none;
  }
  .l-products_lineup_slide .swiper-slide:nth-last-child(3) {
    display: none;
  }
  .l-products_lineup_slide .swiper-slide:nth-last-child(4) {
    display: none;
  }
  .l-products_lineup_slide .swiper-slide:nth-last-child(5) {
    display: none;
  }
  .l-products_lineup_slide .swiper-slide:nth-last-child(6) {
    display: none;
  }
  .l-products_lineup_slide .swiper-slide:nth-last-child(7) {
    display: none;
  }
  .l-products_lineup_slide .swiper-slide:nth-last-child(8) {
    display: none;
  }
  .l-products_lineup_slide .swiper-slide:nth-last-child(9) {
    display: none;
  }
  .l-products_lineup_comic_link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 25.5rem;
    padding: 3.4rem 3.4rem 0;
    background-image: url(/img/top/sp/web_comic_bg.jpg);
  }
  .l-products_lineup_comic_link_text {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 3rem;
  }
  .l-products_lineup_comic_link_text_title {
    font-size: 3.4rem;
  }
  .l-products_lineup_comic_link_text_title_sub {
    font-size: 1.5rem;
  }
  .l-products_lineup_comic_link_text_icon {
    width: 5rem;
    height: 5rem;
    margin-top: .8rem;
    margin-left: 1.8rem;
    padding: 1.6rem;
  }
  .l-products_lineup_comic_link_img {
    width: 100%;
    padding: initial;
  }
  .l-case {
    margin-bottom: 7.2rem;
    padding: 5rem 0;
    background: var(--colorLightBlue);
  }
  .l-case_img {
    position: relative;
    top: initial;
    right: initial;
    width: 28rem;
    margin: -11.4rem -1.5rem 1.2rem auto;
  }
  .l-case_description {
    font-size: 1.4rem;
    line-height: 2;
  }
  .l-case_description {
    width: 100%;
    margin-bottom: 3.4rem;
  }
  .l-case::before {
    display: none;
  }
  .l-support {
    height: auto;
    margin-bottom: 7.2rem;
  }
  .l-support_img {
    position: relative;
    width: 27rem;
    margin: -8rem 0 3.2rem auto;
  }
  .l-support_content_description {
    width: 100%;
  }
  .l-support::before {
    right: -6rem;
    bottom: 7rem;
    left: initial;
    width: 27.2rem;
    height: 24.2rem;
    -webkit-transform: scale(-1, 1);
            transform: scale(-1, 1);
  }
  .l-company {
    margin-bottom: 11.3rem;
    overflow: visible;
    background: var(--colorLightBlue);
  }
  .l-company_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 5rem;
    padding-bottom: 5rem;
    gap: 2.7rem;
  }
  .l-company_text {
    width: 100%;
  }
  .l-company_text_heading {
    margin-bottom: 3.4rem;
  }
  .l-company_text_description {
    font-size: 1.4rem;
    line-height: 2;
  }
  .l-company_links {
    width: 16rem;
    margin-top: -2.4rem;
  }
  .l-company_link {
    font-size: 1.4rem;
    line-height: 2;
  }
  .l-company_link {
    padding: 2.4rem 0 .8rem;
  }
  .l-company_img {
    bottom: -4rem;
    left: 0;
    width: 16.4rem;
    padding: initial;
  }
  .l-company::before {
    display: none;
  }
}

@media (hover: hover) {
  .l-kv_scroll:hover {
    opacity: 0.6;
  }
  .l-products_lineup_link:hover>* {
    opacity: 0.6;
  }
  .l-products_lineup_comic_link:hover {
    opacity: 0.6;
  }
  .l-company_link:hover {
    opacity: 0.6;
  }
  .l-company_link:hover>.l-company_link_icon {
    margin-right: -0.2em;
  }
}
