@charset "UTF-8";
.lKv {
  height: 100vh;
  position: relative;
}
.lProductList {
  display: grid;
  background-color: #2a2a2a;
}
[data-whatintent="mouse"] .lProductList-link:hover .-circle-dark {
  opacity: 1;
}
.lProductList-thumbnail {
  overflow: hidden;
}
.lProductList-thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.lProductList-content {
  color: #fff;
  position: relative;
}
.lProductList-title {
  font-family: Galano Grotesque, YuGothic, 游ゴシック, Hiragino Kaku Gothic ProN,
    Hiragino Sans, Meiryo, sans-serif;
  font-weight: 500;
}
.lProductList-description {
  opacity: 0.5;
  font-weight: 300;
}
.lProductList .-circle-dark {
  position: absolute;
  top: 0;
  right: 0;
  transition: opacity 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}
.lSection1-2 {
  position: relative;
  background-color: #2a2a2a;
  display: flex;
  align-items: center;
  margin-top: -2px;
}
.lSection1-2-inner {
  border-top: 1px solid hsla(0, 0%, 100%, 0.1);
}
.lSection1-2-lead {
  color: #fff;
  text-transform: uppercase;
}
.lSection1-2-lead .-light {
  font-weight: 300;
}
.lSection1-2-lead .-bold,
.lSection1-2-lead .-light {
  font-family: Galano Grotesque, YuGothic, 游ゴシック, Hiragino Kaku Gothic ProN,
    Hiragino Sans, Meiryo, sans-serif;
}
.lSection1-2-lead .-bold {
  font-weight: 500;
}
.lSection1-2-lead-text {
  overflow: hidden;
}
.bWindows .lSection1-2-lead-text {
  white-space: nowrap;
}
.lSection1-2-lead-row:nth-of-type(2),
.lSection1-2-lead-row:nth-of-type(6) {
  text-align: right;
}
.lSection1-2-description {
  background-image: linear-gradient(180deg, #fefefe, 30%, transparent);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #fefefe;
  opacity: 0.5;
  display: block;
  font-family: Roboto, YuGothic, 游ゴシック, Hiragino Kaku Gothic ProN,
    Hiragino Sans, Meiryo, sans-serif;
  font-weight: 400;
  font-weight: 300;
}
.lSection1-2-description-row {
  display: block;
  overflow: hidden;
}
.lSection1-2-description-text {
  display: block;
}
.lSection1 {
  position: relative;
  z-index: 2;
}
.lSection1-bg {
  width: 100%;
  height: 100%;
  transition: margin-top 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}
.lSection1-bg-top {
  background-color: #2a2a2a;
  width: 100%;
}
.lSection1-bg-row {
  position: relative;
  overflow: hidden;
  margin-top: -2px;
}
.lSection1-bg-src {
  position: absolute;
  -webkit-mask-size: 100%;
  mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.lSection1-description {
  background-image: linear-gradient(180deg, #fefefe, 30%, transparent);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #fefefe;
  display: block;
  opacity: 0.5;
  font-weight: 300;
}
.lSection1-word {
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  width: 1px;
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
}
.lSection2-lead {
  color: #222;
  text-transform: uppercase;
}
.lSection2-lead .-light {
  font-weight: 300;
}
.lSection2-lead .-bold,
.lSection2-lead .-light {
  font-family: Galano Grotesque, YuGothic, 游ゴシック, Hiragino Kaku Gothic ProN,
    Hiragino Sans, Meiryo, sans-serif;
}
.lSection2-lead .-bold {
  font-weight: 500;
}
.lSection2-lead-text {
  overflow: hidden;
}
.lSection2 .colon,
.lSection2 .hyphen {
  display: inline-block;
}
.lSection2-description {
  background-image: linear-gradient(180deg, #222, 30%, transparent);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #222;
  display: block;
  font-family: Roboto, YuGothic, 游ゴシック, Hiragino Kaku Gothic ProN,
    Hiragino Sans, Meiryo, sans-serif;
  font-weight: 400;
  font-weight: 300;
}
.lSection2-description-row {
  display: block;
  overflow: hidden;
}
.lSection2-description-text {
  display: block;
}
.lSection3-lead {
  color: #fff;
}
.lSection3-lead-text-inner {
  display: flex;
}
.lSection3-lead-text.-no02 .lSection3-lead-text-word {
  font-weight: 300;
}
.lSection3-lead-text-single,
.lSection3-lead-text.-no02 .lSection3-lead-text-word {
  font-family: Galano Grotesque, YuGothic, 游ゴシック, Hiragino Kaku Gothic ProN,
    Hiragino Sans, Meiryo, sans-serif;
}
.lSection3-lead-text-single {
  display: flex;
  align-items: center;
  font-weight: 500;
  text-transform: uppercase;
}
.lSection3-lead-text-word {
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.lSection3-lead-decoration {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fefefe;
  flex-shrink: 0;
}
.lSection3-lead-decoration-svg {
  position: absolute;
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.lSection3 .colon,
.lSection3 .hyphen {
  display: inline-block;
}
.lSection3-description {
  background-image: linear-gradient(180deg, #fefefe, 30%, transparent);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #fefefe;
  font-family: Roboto, YuGothic, 游ゴシック, Hiragino Kaku Gothic ProN,
    Hiragino Sans, Meiryo, sans-serif;
  font-weight: 400;
  display: block;
  font-weight: 300;
}
.lSection3-description-row {
  display: block;
  overflow: hidden;
}
.lSection3-description-text {
  display: block;
}
.lSection4-lead {
  font-family: Galano Grotesque, YuGothic, 游ゴシック, Hiragino Kaku Gothic ProN,
    Hiragino Sans, Meiryo, sans-serif;
  font-weight: 500;
  color: #fff;
  letter-spacing: -0.015em;
  overflow: hidden;
}
.lSection4 .lSection4-listWrap,
.lSection4-list {
  display: grid;
}
.lSection4-list-item {
  text-align: center;
}
.lSection4-list-logo {
  display: grid;
  place-items: center;
  background-color: #3f3f3f;
  border-radius: 50%;
}
.lSection4-list-logoWrap {
  width: 100%;
  height: auto;
}
.lSection4-list-logoWrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.lSection4-list-name {
  color: #fefefe;
  opacity: 0.5;
}
@media screen and (min-width: 768px) {
  .lProductList {
    margin-top: -2px;
    padding-top: 12.5rem;
    padding-inline: 2.5rem;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 7.125rem;
  }
  .lProductList-thumbnail {
    border-radius: 8.125rem;
    height: 33.25rem;
  }
  .lProductList-content {
    margin-top: 5.625rem;
  }
  .lProductList-title {
    font-size: 2.1875rem;
  }
  .lProductList-description {
    padding-right: 12.5rem;
    margin-top: 2.5rem;
    font-size: 2.1875rem;
    line-height: 1.6285714286;
  }
  .lSection1-2-inner {
    width: 100%;
    padding-inline: 2.5rem;
    padding-block: 18.75rem 25rem;
    margin-top: 18.75rem;
  }
  .lSection1-2-lead {
    font-size: 17.25rem;
    line-height: 0.7753623188;
    letter-spacing: -0.05em;
  }
  .lSection1-2-lead-text {
    padding: 0.625rem 0.625rem 0 0;
  }
  .lSection1-2-lead-row:nth-of-type(3) .lSection1-2-lead-text {
    margin-left: 24.375rem;
  }
  .lSection1-2-description-wrapper {
    width: 78.75rem;
    margin-top: 8.125rem;
    margin-inline: auto 8.75rem;
  }
  .lSection1-2-description {
    font-size: 2.25rem;
    line-height: 1.7222222222;
    letter-spacing: 0.03em;
  }
  .lSection1-2-description:not(:first-of-type) {
    margin-top: 3.75rem;
  }
  .lSection1-bg-top {
    height: 24.5rem;
  }
  .lSection1-bg-row {
    height: 10.625rem;
  }
  .lSection1-bg-src.-no01 {
    -webkit-mask-image: url(/assets/img/index/pc/mask01.png);
    mask-image: url(/assets/img/index/pc/mask01.png);
  }
  .lSection1-description-wrapper {
    position: absolute;
    width: 82.5625rem;
    top: 24.6875rem;
    right: 2.5rem;
    line-height: 1.7222222222;
  }
  .lSection1-description {
    font-size: 2.25rem;
    letter-spacing: 0.05em;
  }
  .lSection2-inner {
    width: 100%;
    padding-inline: 2.5rem;
    padding-block: 18.75rem 31.25rem;
  }
  .lSection2-lead {
    font-size: 17.25rem;
    line-height: 0.7753623188;
    letter-spacing: -0.03em;
  }
  .lSection2 .colon {
    transform: translate(-2.1875rem, -1.5625rem);
  }
  .lSection2 .hyphen {
    transform: translateY(-1.5625rem);
  }
  .lSection2-lead-row:nth-of-type(2) .lSection2-lead-text {
    margin-left: 21.875rem;
  }
  .lSection2-lead-row:nth-of-type(5) {
    text-align: right;
  }
  .lSection2-description-wrapper {
    width: 82.5rem;
    margin-top: 8.125rem;
    margin-inline: auto 8.75rem;
  }
  .lSection2-description {
    font-size: 2.25rem;
    line-height: 1.7222222222;
    letter-spacing: 0.03em;
  }
  .lSection2-description:not(:first-of-type) {
    margin-top: 3.75rem;
  }
  .lSection3-inner {
    padding-block: 43.75rem 54rem;
  }
  .lSection3-typo {
    overflow: hidden;
  }
  .lSection3-lead-text.-no01 .lSection3-lead-text-word {
    margin-right: 34rem;
  }
  .lSection3-lead-text.-no03 .lSection3-lead-text-word {
    margin-right: 27.5rem;
  }
  .lSection3-lead-text.-no02 .lSection3-lead-text-word {
    margin-right: 6.25rem;
  }
  .lSection3-lead-text-single {
    font-size: 17.1875rem;
    letter-spacing: -0.037em;
  }
  .lSection3-lead-decoration {
    width: 20.625rem;
    height: 20.625rem;
    margin-right: 6.25rem;
  }
  .lSection3-lead-decoration-svg.-earth {
    width: 16.25rem;
    margin-left: -0.1875rem;
  }
  .lSection3 .colon,
  .lSection3 .hyphen {
    transform: translateY(-1.5625rem);
  }
  .lSection3-description-wrapper {
    width: 78.75rem;
    margin-left: 11.25rem;
    margin-top: 3.75rem;
  }
  .lSection3-description {
    font-size: 2.25rem;
    line-height: 1.7222222222;
    letter-spacing: 0.05em;
  }
  .lSection4-inner {
    display: flex;
    justify-content: space-between;
    padding-inline: 2.5rem;
    padding-block: 12.5rem 24.375rem;
  }
  .lSection4-lead {
    position: absolute;
    font-size: 8.125rem;
  }
  .lSection4 .lSection4-listWrap {
    row-gap: 6.875rem;
  }
  .lSection4-list {
    grid-template-columns: repeat(6, 1fr);
    gap: 4.25rem;
  }
  .lSection4-list-item:nth-child(n + 6) {
    transform: translateX(-12.5rem);
  }
  .lSection4-list-item:first-child {
    grid-column: 2 / span 1;
  }
  .lSection4-list-logo {
    width: 19rem;
    height: 19rem;
  }
  .lSection4-list-name {
    margin-top: 2.5rem;
    line-height: 1.7222222222;
    font-size: 2.25rem;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 767px) {
  .lProductList {
    padding-top: 3.625rem;
    padding-inline: 1.25rem;
    gap: 3.125rem;
  }
  .lProductList-thumbnail {
    border-radius: 2.25rem;
    height: 14.53125rem;
  }
  .lProductList-content {
    margin-top: 2.1875rem;
  }
  .lProductList-title {
    font-size: 1.1875rem;
  }
  .lProductList-description {
    letter-spacing: 0.1em;
    padding-right: 21.7391304348vw;
    margin-top: 1.25rem;
    line-height: 1.6285714286;
    font-size: 0.90625rem;
  }
  .lSection1-2-inner {
    margin-top: 5.625rem;
    padding-inline: 1.28125rem;
    padding-block: 9.375rem 31.25rem;
  }
  .lSection1-2-lead {
    font-size: 3.125rem;
    line-height: 0.9217391304;
    letter-spacing: -0.025em;
  }
  .lSection1-2-description-wrapper {
    margin-top: 2.1875rem;
  }
  .lSection1-2-description {
    font-size: 1rem;
    line-height: 1.625;
    letter-spacing: 0.075em;
  }
  .bAndroid .lSection1-2-description,
  .bWindows .lSection1-2-description {
    letter-spacing: 0.065em;
  }
  .lSection1-2-description:not(:first-of-type) {
    margin-top: 1.8125rem;
  }
  .lSection1-bg-top {
    height: 5rem;
  }
  .lSection1-bg-row {
    height: 3.75rem;
  }
  .lSection1-bg-src.-no01 {
    -webkit-mask-image: url(/assets/img/index/sp/mask01.png);
    mask-image: url(/assets/img/index/sp/mask01.png);
  }
  .lSection1-description-wrapper {
    padding-top: 1.09375rem;
    background-color: #2a2a2a;
    padding-inline: 1.25rem;
  }
  .lSection1-description {
    line-height: 1.625;
    font-size: 1rem;
    letter-spacing: 0.075em;
  }
  .lSection2-inner {
    padding: 9rem 0.78125rem 9rem 1.28125rem;
  }
  .lSection2-lead {
    font-size: 3.125rem;
    line-height: 0.9217391304;
    letter-spacing: -0.01em;
    white-space: nowrap;
  }
  .lSection2-lead-row:first-of-type .lSection2-lead-text {
    word-spacing: 0.55em;
  }
  .lSection2 .colon,
  .lSection2 .hyphen {
    transform: translateY(-0.25rem);
  }
  .lSection2-description-wrapper {
    margin-top: 1.625rem;
  }
  .lSection2-description {
    font-size: 1rem;
    line-height: 1.625;
    letter-spacing: 0.075em;
  }
  .bAndroid .lSection2-description,
  .bWindows .lSection2-description {
    letter-spacing: 0.065em;
  }
  .lSection2-description:not(:first-of-type) {
    margin-top: 1.8125rem;
  }
  .lSection3-inner {
    padding: 8.125rem 1.28125rem 12.4375rem;
    overflow: hidden;
  }
  .lSection3-lead-text.-no01 .lSection3-lead-text-word,
  .lSection3-lead-text.-no03 .lSection3-lead-text-word {
    margin-right: 5rem;
  }
  .lSection3-lead-text.-no02 .lSection3-lead-text-word {
    margin-right: 2.5rem;
  }
  .lSection3-lead-text-single {
    font-size: 3.125rem;
    letter-spacing: -0.04em;
  }
  .lSection3-lead-decoration {
    width: 4.71875rem;
    height: 4.6875rem;
    margin-right: 2.5rem;
  }
  .lSection3-lead-decoration-svg.-earth {
    width: 3.75rem;
  }
  .lSection3 .colon,
  .lSection3 .hyphen {
    transform: translateY(-0.25rem);
  }
  .lSection3-description-wrapper {
    margin-top: 1.5rem;
  }
  .lSection3-description {
    font-size: 1rem;
    line-height: 1.625;
    letter-spacing: 0.075em;
  }
  .bAndroid .lSection3-description,
  .bWindows .lSection3-description {
    letter-spacing: 0.065em;
  }
  .lSection4-inner {
    padding-inline: 1.25rem;
  }
  .lSection4-lead {
    font-size: 3rem;
  }
  .lSection4-list {
    margin-top: 2.375rem;
    justify-content: right;
    grid-template-columns: repeat(4, 4.375rem);
    gap: 0.9375rem;
    row-gap: 1.25rem;
    -moz-column-gap: 0.9375rem;
    column-gap: 0.9375rem;
  }
  .lSection4-list-logo {
    width: 4.375rem;
    height: 4.375rem;
  }
  .lSection4-list-name {
    margin-top: 0.46875rem;
    font-size: 0.625rem;
    letter-spacing: -0.025em;
  }
}
