@-webkit-keyframes line-anime {
  0% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  40% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  40.1% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
  80%,100% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
}

@keyframes line-anime {
  0% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  40% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  40.1% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
  80%,100% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
}

main {
  overflow: hidden;
}

.l-top_loading {
  visibility: visible;
  z-index: 999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--colorWhite);
  opacity: 1;
}

.l-top_loading.is-active {
  display: block;
}

.l-top_loading_logo_img {
  width: 20rem;
}

.l-top_loading_logo_img_wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.l-top_kv_wrapper {
  padding-bottom: 100svh;
  background: var(--colorBlack);
}

.l-top_kv_ttl {
  z-index: 9;
  position: fixed;
  left: 50%;
  width: 100%;
  margin-top: 2rem;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: var(--colorWhite);
  font-weight: 400;
  font-size: 3rem;
  line-height: 1.5;
  font-family: "Shippori Mincho",serif;
  letter-spacing: -0.01em;
  text-align: center;
}

.l-top_kv_ttl span {
  display: block;
}

.l-top_kv_video {
  display: block;
  width: 100%;
  height: 100vh;
  min-height: 50rem;
  -o-object-fit: cover;
     object-fit: cover;
  object-fit: cover;
}

.l-top_kv_video_bg {
  position: relative;
}

.l-top_kv_video_bg::before {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(15, 21, 26, 0.2)), to(rgba(15, 21, 26, 0.2)));
  background: -webkit-linear-gradient(bottom, rgba(15, 21, 26, 0.2) 0%, rgba(15, 21, 26, 0.2) 100%);
  background: linear-gradient(0deg, rgba(15, 21, 26, 0.2) 0%, rgba(15, 21, 26, 0.2) 100%);
  content: "";
}

.l-top_kv_content {
  position: relative;
}

.l-top_kv_scroll {
  z-index: 1;
  position: absolute;
  bottom: 9.5rem;
  left: 3rem;
  color: var(--colorWhite);
  font-size: 1.4rem;
  letter-spacing: .05em;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}

.l-top_kv_scroll_line {
  display: block;
  position: absolute;
  bottom: -2rem;
  bottom: -0.5rem;
  left: 0;
  left: .6rem;
  width: 1px;
  width: 1px;
  height: 6rem;
  height: 6rem;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  font-weight: 400;
  font-family: "Jost",sans-serif;
}

.l-top_kv_scroll_line::before {
  display: block;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: var(--colorWhite);
  content: "";
  -webkit-animation: line-anime 3s cubic-bezier(0.4, 0, 0.2, 1) infinite;
          animation: line-anime 3s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}

.l-top_concept {
  position: relative;
  padding-top: 259.5rem;
  background: var(--colorBlack);
  color: var(--colorWhite);
}

.l-top_concept_txt_wrapper {
  position: absolute;
  top: 54.4rem;
  left: 60.4rem;
  width: 43rem;
}

.l-top_concept_txt_wrapper .l-top_concept_txt {
  z-index: 2;
  position: absolute;
}

.l-top_concept_txt_wrapper .l-top_concept_txt:nth-of-type(1) {
  top: 0;
}

.l-top_concept_txt_wrapper .l-top_concept_txt:nth-of-type(2) {
  top: 20.8rem;
}

.l-top_concept_txt_wrapper .l-top_concept_txt:nth-of-type(3) {
  top: 41.5rem;
}

.l-top_concept_txt_content {
  z-index: 2;
  position: relative;
  top: 12.5rem;
}

.l-top_concept_txt_content_large {
  z-index: 2;
  position: relative;
  top: 84.5rem;
}

.l-top_concept_txt_large {
  font-weight: 400;
  font-size: 2.6rem;
  line-height: 1.6;
  font-family: "Shippori Mincho",serif;
  letter-spacing: -0.01em;
}

.l-top_concept_txt_large span:nth-of-type(1) {
  display: inline-block;
  position: relative;
  margin-bottom: 1.4rem;
  padding-right: 2rem;
  padding-left: 1rem;
}

.l-top_concept_txt_large span:nth-of-type(1)::before {
  display: inline-block;
  visibility: initial;
  position: absolute;
  top: -0.5rem;
  left: -0.5rem;
  width: 1.2rem;
  height: 3.2rem;
  background: url(/img/top/l-top_concept_icn_brackets01.svg);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}

.l-top_concept_txt_large span:nth-of-type(1)::after {
  display: inline-block;
  visibility: initial;
  position: absolute;
  right: .5rem;
  bottom: -0.8rem;
  width: 1.2rem;
  height: 3.2rem;
  background: url(/img/top/l-top_concept_icn_brackets02.svg);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}

.l-top_concept_ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 2;
  position: relative;
  gap: 0 2rem;
  font-weight: 400;
  font-size: 2.6rem;
  line-height: 1.6;
  font-family: "Shippori Mincho",serif;
  letter-spacing: -0.01em;
}

.l-top_concept_ttl span:nth-of-type(1) {
  position: relative;
  padding-left: 1rem;
}

.l-top_concept_ttl span:nth-of-type(1)::before {
  display: inline-block;
  visibility: initial;
  position: absolute;
  top: -0.5rem;
  left: -0.5rem;
  width: 1.2rem;
  height: 3.2rem;
  background: url(/img/top/l-top_concept_icn_brackets01.svg);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}

.l-top_concept_ttl span:nth-of-type(1)::after {
  display: inline-block;
  visibility: initial;
  position: absolute;
  right: -1.1rem;
  bottom: -0.8rem;
  width: 1.2rem;
  height: 3.2rem;
  background: url(/img/top/l-top_concept_icn_brackets02.svg);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}

.l-top_concept_img_wrapper {
  position: relative;
  max-width: 136.6rem;
  margin: 0 auto;
}

.l-top_concept_img_bg {
  position: relative;
}

.l-top_concept_img_bg::before {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(15, 21, 26, 0.3)), to(rgba(15, 21, 26, 0.3)));
  background: -webkit-linear-gradient(bottom, rgba(15, 21, 26, 0.3) 0%, rgba(15, 21, 26, 0.3) 100%);
  background: linear-gradient(0deg, rgba(15, 21, 26, 0.3) 0%, rgba(15, 21, 26, 0.3) 100%);
  content: "";
}

.l-top_concept_img01 {
  position: absolute;
  top: 0;
  right: 0;
  width: 50.6rem;
}

.l-top_concept_img02 {
  position: absolute;
  top: 36rem;
  left: 25.8rem;
  width: 24.8rem;
}

.l-top_concept_img03 {
  position: absolute;
  top: -130rem;
  right: 0;
  width: 59.2rem;
}

.l-top_concept_img04 {
  position: absolute;
  top: -79.8rem;
  left: 25.8rem;
  width: 24.8rem;
}

.l-top_concept_video_bg {
  position: relative;
}

.l-top_concept_video_bg::before {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(15, 21, 26, 0.3)), to(rgba(15, 21, 26, 0.3)));
  background: -webkit-linear-gradient(bottom, rgba(15, 21, 26, 0.3) 0%, rgba(15, 21, 26, 0.3) 100%);
  background: linear-gradient(0deg, rgba(15, 21, 26, 0.3) 0%, rgba(15, 21, 26, 0.3) 100%);
  content: "";
}

.l-top_concept_video01 {
  width: 42rem;
  height: 75.6rem;
  -o-object-fit: cover;
     object-fit: cover;
}

.l-top_concept_video01_wrapper {
  display: block;
  position: absolute;
  top: 93.2rem;
  left: 0;
}

.l-top_concept_video02 {
  width: 67.7rem;
  height: 38rem;
  -o-object-fit: cover;
     object-fit: cover;
}

.l-top_concept_video02_wrapper {
  display: block;
  position: absolute;
  top: -62.2rem;
  right: 8.7rem;
}

.l-top_faq {
  background: var(--colorDarkGray);
}

.l-top_contact {
  position: relative;
  text-align: center;
}

.l-top_contact::before {
  display: inline-block;
  visibility: initial;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 17.7rem;
  background: var(--colorDarkGray);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}

.l-top_contact_top_txt {
  margin-bottom: 2rem;
  color: var(--colorWhite);
}

.l-top_contact_bottom_txt {
  margin-top: 2rem;
}

.l-top_contact_bottom_txt_link {
  position: relative;
  overflow: hidden;
}

.l-top_contact_bottom_txt_link::after {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: var(--colorBlack);
  content: "";
  -webkit-transition: width .35s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: width .35s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.l-top_interview_list {
  position: relative;
  margin-bottom: 8rem;
  padding-bottom: 8rem;
}

.l-top_interview_list:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

.l-top_interview_list:last-child::after {
  display: none;
}

.l-top_interview_list::after {
  display: inline-block;
  visibility: initial;
  position: absolute;
  position: absolute;
  bottom: 0;
  left: 50%;
  min-width: calc(100vw - 17.2rem);
  height: 1px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: var(--colorBlack20);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}

.l-top_interview_list:nth-child(even) .l-top_interview_list_txt_wrapper {
  margin-left: 14.6rem;
}

.l-top_interview_list:nth-child(even) .l-top_interview_list_num {
  left: 0;
  text-align: left;
}

.l-top_interview_list:nth-child(even) .l-top_interview_list_num::after {
  left: -2rem;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.l-top_interview_list_content {
  position: relative;
}

.l-top_interview_list_flex {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

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

.l-top_interview_list_ttl_en {
  display: block;
  margin-bottom: 1.6rem;
  font-family: "Noto Sans JP",sans-serif;
}

.l-top_interview_list_place {
  display: block;
  margin-bottom: 4rem;
}

.l-top_interview_list_img {
  display: block;
  max-width: 33.4rem;
}

.l-top_interview_list_txt_wrapper {
  width: 100%;
  max-width: 44.6rem;
}

.l-top_interview_list_num {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  min-width: 9rem;
  min-height: 9rem;
  font-weight: 600;
  font-size: 2.8rem;
  font-family: "Cormorant Garamond",serif;
  font-variant-numeric: lining-nums;
  font-variant-numeric: lining-nums;
  text-align: right;
}

.l-top_interview_list_num::after {
  display: inline-block;
  visibility: initial;
  position: absolute;
  position: absolute;
  top: 4.5rem;
  left: -2rem;
  width: 12.7rem;
  height: 1px;
  height: 1px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  background: var(--colorBlack);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}

.l-top_interview_list_btn {
  max-width: 32rem;
}

.l-top_shop {
  z-index: 1;
  position: relative;
  top: .2rem;
  text-align: center;
}

.l-top_shop_top_txt {
  margin-bottom: 2rem;
}

.l-top_shop_bg {
  position: relative;
  margin-top: -8rem;
  padding-top: 50rem;
  background: url(/img/top/l-top_shop_bg_img_pc.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.l-top_shop_bg_txt {
  position: absolute;
  bottom: -1.46vw;
  left: 50%;
  width: 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.l-top_about {
  position: relative;
  padding-bottom: 12rem;
}

.l-top_about::after {
  display: inline-block;
  visibility: initial;
  position: absolute;
  position: absolute;
  bottom: 0;
  left: 50%;
  min-width: calc(100vw - 17.2rem);
  height: 1px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: var(--colorBlack20);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}

.l-top_about_flex {
  margin-bottom: 16rem;
}

.l-top_about_ttl {
  margin-bottom: 5.6rem;
}

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

.l-top_about_ttl_sub {
  margin-bottom: 5.6rem;
}

.l-top_about_txt {
  margin-bottom: 3.2rem;
}

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

.l-top_about_img {
  min-width: 42rem;
}

.l-top_about_btn {
  max-width: 50.6rem;
  margin: 0 auto;
}

.l-top_about_btn_txt {
  margin-bottom: 2rem;
  text-align: center;
}

.l-top_about_line {
  display: grid;
  grid-template-columns: 28.7rem 31.1rem 20rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 8rem;
  padding: 5.6rem;
  gap: 0 5.6rem;
  background: var(--colorWhite);
}

.l-top_about_line_ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 2rem;
}

.l-top_about_line_logo {
  width: 7.4rem;
}

.l-top_about_sns_ttl {
  margin-bottom: 3.2rem;
  text-align: center;
}

.l-top_about_sns_list_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  gap: 0 3.2rem;
}

.l-top_about_sns_list_icn {
  width: 3rem;
}

.l-top_news {
  padding: 12rem 0;
}

.l-top_brand_top {
  position: relative;
}

.l-top_brand_top::before {
  display: inline-block;
  visibility: initial;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 7.5rem);
  background: var(--colorBlack);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}

.l-top_brand_top_wrapper {
  max-width: 136.6rem;
  margin: 0 auto;
  color: var(--colorWhite);
}

.l-top_brand_top_content {
  max-width: 59.2rem;
}

.l-top_brand_top_ttl {
  max-width: 76.4rem;
  margin: 0 0 8rem auto;
  font-weight: 600;
  font-size: 2rem;
  line-height: 1;
  font-family: "Cormorant Garamond",serif;
  font-variant-numeric: lining-nums;
  letter-spacing: .04em;
}

.l-top_brand_top_ttl::before,.l-top_brand_top_ttl::after {
  --border_color: var(--colorWhite);
}

.l-top_brand_top_ttl_sub {
  max-width: 76.4rem;
  margin: 0 0 8rem auto;
}

.l-top_brand_top_txt {
  margin-bottom: 3.2rem;
}

.l-top_brand_top_txt_wrapper .l-top_brand_top_txt:last-child {
  margin-bottom: 2.2rem;
}

.l-top_brand_top_img {
  max-width: 50.6rem;
}

.l-top_brand_top_flex {
  --flex_direction: column-reverse;
  --flex_gap: 5.6rem;
}

.l-top_brand_lineup_item:nth-of-type(1) {
  padding-top: 16rem;
}

.l-top_brand_lineup_item:nth-child(2n) .l-top_brand_lineup_bottom_wrapper {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.l-top_brand_lineup_item:last-child .l-top_brand_lineup_bottom {
  margin-bottom: 0;
}

.l-top_brand_lineup_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 102.2rem;
  margin: 0 auto 10rem;
}

.l-top_brand_lineup_top::before {
  display: inline-block;
  visibility: initial;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: .2rem;
  background: var(--colorBlack);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}

.l-top_brand_lineup_top::after {
  display: inline-block;
  visibility: initial;
  position: absolute;
  top: 0;
  left: 0;
  width: 17.5rem;
  height: .8rem;
  background: var(--colorBlack);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}

.l-top_brand_lineup_top .js-txtAnime {
  opacity: 0;
}

.l-top_brand_lineup_top .js-txtAnime.is-active {
  opacity: 1;
}

.l-top_brand_lineup_top_txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 5.8rem;
  padding-top: 1.4rem;
  -webkit-transform: translate(-0.3rem, -3.5rem);
          transform: translate(-0.3rem, -3.5rem);
  rotate: -3deg;
  font-weight: 600;
  font-size: 2.4rem;
  font-family: "Cormorant Garamond",serif;
  font-variant-numeric: lining-nums;
  letter-spacing: .02em;
  -webkit-filter: blur(0.2rem);
          filter: blur(0.2rem);
  opacity: 0;
}

.l-top_brand_lineup_top_txt.is-active {
  -webkit-animation: kvAnime .75s forwards cubic-bezier(0.25, 0.46, 0.45, 0.94);
          animation: kvAnime .75s forwards cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.l-top_brand_lineup_top_txt .is-num {
  padding-left: .8rem;
  font-weight: 600;
  font-size: 4.4rem;
  font-family: "Cormorant Garamond",serif;
  font-variant-numeric: lining-nums;
}

.l-top_brand_lineup_top_txt .is-space {
  padding-left: .2em;
}

.l-top_brand_lineup_top_country {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 2rem;
  gap: 0 1.2rem;
  font-weight: var(--weightMedium);
  font-size: 1.3rem;
  line-height: 1.2;
  letter-spacing: .07em;
}

.l-top_brand_lineup_top_country_img {
  width: 3rem;
}

.l-top_brand_lineup_middle {
  max-width: 136.6rem;
  margin: 0 auto 12rem;
}

.l-top_brand_lineup_middle_wrapper {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.l-top_brand_lineup_middle_content {
  min-width: 42rem;
  max-width: 42rem;
}

.l-top_brand_lineup_middle_ttl {
  margin-bottom: 1.2rem;
  font-weight: 600;
  font-size: 3.6rem;
  line-height: 1.5;
  font-family: "Shippori Mincho",serif;
  letter-spacing: -0.01em;
}

.l-top_brand_lineup_middle_tag {
  position: relative;
  font-size: 1.5rem;
  line-height: 1.4;
}

.l-top_brand_lineup_middle_tag::after {
  display: inline-block;
  visibility: initial;
  position: absolute;
  top: 50%;
  right: -1.8rem;
  width: 1rem;
  height: 2rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(/img/top/l-top_brand_icn.svg);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}

.l-top_brand_lineup_middle_tag:last-child::after {
  display: none;
}

.l-top_brand_lineup_middle_tag_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 6.4rem;
  gap: 0 2.6rem;
}

.l-top_brand_lineup_middle_slide {
  width: 67.8rem;
}

.l-top_brand_lineup_bottom {
  max-width: 136.6rem;
  margin: 0 auto 24rem;
}

.l-top_brand_lineup_bottom_wrapper {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.l-top_brand_lineup_bottom_content {
  min-width: 59.2rem;
  max-width: 59.2rem;
}

.l-top_brand_lineup_bottom_ttl {
  margin-bottom: 2.4rem;
}

.l-top_brand_lineup_bottom_ttl_sub {
  display: block;
  margin-bottom: .8rem;
  font-weight: 500;
  font-family: "Noto Sans JP",sans-serif;
}

.l-top_brand_lineup_bottom_txt {
  margin-bottom: 2rem;
}

.l-top_brand_lineup_bottom_user dl {
  margin-bottom: 5.6rem;
  border-bottom: 1px solid var(--colorBlack20);
}

.l-top_brand_lineup_bottom_user_ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2rem .8rem;
  gap: 0 1.6rem;
}

.l-top_brand_lineup_bottom_user_ttl::before,.l-top_brand_lineup_bottom_user_ttl::after {
  background: var(--colorBlack);
}

.l-top_brand_lineup_bottom_user_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: .8rem 1.4rem 2rem .8rem;
  gap: 0 1.6rem;
  color: var(--colorBlack);
}

.l-top_brand_lineup_bottom_user_txt {
  display: grid;
  padding: 0 .8rem 2rem;
  gap: 2.2rem 0;
}

.l-top_brand_lineup_bottom_btn {
  margin-bottom: 2.8rem;
}

.l-top_brand_lineup_bottom_link {
  padding-bottom: .5rem;
}

.l-top_brand_lineup_bottom_link_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 2.8rem;
}

.l-top_brand_lineup_bottom_img {
  max-width: 50.6rem;
}

@media screen and (max-width: 47.9375em) {
  .l-top_loading_logo_img {
    display: block;
    width: 13.8rem;
  }
  .l-top_kv_ttl {
    margin-top: -1rem;
    font-size: 2.2rem;
  }
  .l-top_kv_video {
    height: 100svh;
  }
  .l-top_kv_video_bg::before {
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(15, 21, 26, 0.5)), to(rgba(15, 21, 26, 0.5)));
    background: -webkit-linear-gradient(bottom, rgba(15, 21, 26, 0.5) 0%, rgba(15, 21, 26, 0.5) 100%);
    background: linear-gradient(0deg, rgba(15, 21, 26, 0.5) 0%, rgba(15, 21, 26, 0.5) 100%);
  }
  .l-top_kv_scroll {
    bottom: 14.5rem;
    left: 2rem;
  }
  .l-top_concept {
    padding-top: 207.3rem;
  }
  .l-top_concept_txt {
    padding-right: 2rem;
  }
  .l-top_concept_txt_wrapper {
    top: 29.6rem;
    left: 5rem;
    width: 29rem;
  }
  .l-top_concept_txt_wrapper .l-top_concept_txt:nth-of-type(1) {
    top: 0rem;
  }
  .l-top_concept_txt_wrapper .l-top_concept_txt:nth-of-type(2) {
    top: 40.8rem;
  }
  .l-top_concept_txt_wrapper .l-top_concept_txt:nth-of-type(3) {
    top: 85rem;
  }
  .l-top_concept_txt_content {
    top: 20.8rem;
  }
  .l-top_concept_txt_content_large {
    top: 130rem;
  }
  .l-top_concept_txt_large {
    font-size: 2rem;
  }
  .l-top_concept_txt_large span:nth-of-type(1) {
    margin-right: .5rem;
    padding-right: 1.4rem;
  }
  .l-top_concept_txt_large span:nth-of-type(1)::after {
    right: 0;
  }
  .l-top_concept_ttl {
    gap: 0 1.8rem;
    font-size: 2rem;
  }
  .l-top_concept_img_bg::before {
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(15, 21, 26, 0.5)), to(rgba(15, 21, 26, 0.5)));
    background: -webkit-linear-gradient(bottom, rgba(15, 21, 26, 0.5) 0%, rgba(15, 21, 26, 0.5) 100%);
    background: linear-gradient(0deg, rgba(15, 21, 26, 0.5) 0%, rgba(15, 21, 26, 0.5) 100%);
  }
  .l-top_concept_img01 {
    width: 23.7rem;
  }
  .l-top_concept_img02 {
    top: 39.6rem;
    left: 2rem;
    width: 11.8rem;
  }
  .l-top_concept_img03 {
    top: -90.6rem;
    right: 0rem;
    width: 23.7rem;
  }
  .l-top_concept_img04 {
    top: -82.4rem;
    left: 0rem;
    width: 11.8rem;
  }
  .l-top_concept_video_bg::before {
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(15, 21, 26, 0.5)), to(rgba(15, 21, 26, 0.5)));
    background: -webkit-linear-gradient(bottom, rgba(15, 21, 26, 0.5) 0%, rgba(15, 21, 26, 0.5) 100%);
    background: linear-gradient(0deg, rgba(15, 21, 26, 0.5) 0%, rgba(15, 21, 26, 0.5) 100%);
  }
  .l-top_concept_video01 {
    width: 17.7rem;
    height: 31.3rem;
  }
  .l-top_concept_video01_wrapper {
    top: 69.3rem;
  }
  .l-top_concept_video02 {
    width: 32.5rem;
    height: 18.3rem;
  }
  .l-top_concept_video02_wrapper {
    top: -30.6rem;
    right: 0;
  }
  .l-top_contact::before {
    top: 0;
    height: 17rem;
  }
  .l-top_interview_list {
    margin-bottom: 5.6rem;
    padding-bottom: 5.6rem;
  }
  .l-top_interview_list::after {
    min-width: 100vw;
  }
  .l-top_interview_list:nth-child(even) .l-top_interview_list_txt_wrapper {
    margin-left: 2rem;
  }
  .l-top_interview_list:nth-child(even) .l-top_interview_list_num {
    right: auto;
    left: -5.5rem;
    min-width: 5.6rem;
    min-height: 5.6rem;
    font-size: 2rem;
    text-align: left;
  }
  .l-top_interview_list:nth-child(even) .l-top_interview_list_num::after {
    top: 2.8rem;
    left: -1.3rem;
    width: 7.9rem;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .l-top_interview_list_content {
    max-width: 28rem;
    margin: 0 0 0 auto;
    padding-top: 4rem;
  }
  .l-top_interview_list_flex {
    --flex_direction: column-reverse;
    --flex_gap: 2rem;
  }
  .l-top_interview_list_place {
    margin-bottom: 2.4rem;
  }
  .l-top_interview_list_img {
    position: relative;
    left: 2rem;
    max-width: 28rem;
  }
  .l-top_interview_list_txt_wrapper {
    max-width: 26rem;
    margin-left: 2rem;
  }
  .l-top_interview_list_num {
    right: auto;
    left: -5.5rem;
    min-width: 5.6rem;
    min-height: 5.6rem;
    font-size: 2rem;
    text-align: left;
  }
  .l-top_interview_list_num::after {
    top: 2.8rem;
    left: -1.3rem;
    width: 7.9rem;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .l-top_interview_list_btn {
    max-width: 100%;
  }
  .l-top_shop_bg {
    margin-top: -10rem;
    padding-top: 37.5rem;
    background: url(/img/top/l-top_shop_bg_img_sp.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .l-top_shop_bg_txt {
    bottom: -0.1rem;
  }
  .l-top_about {
    padding-bottom: 8rem;
  }
  .l-top_about::after {
    min-width: calc(100% - 4rem);
  }
  .l-top_about_flex {
    margin-bottom: 8rem;
    --flex_direction: column-reverse;
  }
  .l-top_about_ttl {
    margin-bottom: 3.2rem;
  }
  .l-top_about_ttl_en {
    margin-bottom: 5.6rem;
  }
  .l-top_about_ttl_sub {
    margin-bottom: 3.2rem;
  }
  .l-top_about_txt_wrapper {
    margin-bottom: 4rem;
  }
  .l-top_about_img {
    position: relative;
    left: -2rem;
    min-width: 100vw;
  }
  .l-top_about_btn_txt {
    margin-bottom: 1.6rem;
  }
  .l-top_about_line {
    grid-template-columns: 1fr;
    margin-bottom: 5.6rem;
    padding: 4rem 3rem;
    gap: 2rem 0;
  }
  .l-top_about_line_ttl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 2rem 0;
  }
  .l-top_about_line_logo {
    width: 6rem;
  }
  .l-top_news {
    padding: 8rem 0;
  }
  .l-top_brand_top::before {
    height: 100%;
  }
  .l-top_brand_top_content {
    max-width: 100%;
    padding: 0 2rem 12rem;
  }
  .l-top_brand_top_ttl {
    max-width: 100%;
    margin-bottom: 5.6rem;
    padding: 0 2rem;
  }
  .l-top_brand_top_ttl_sub {
    max-width: 100%;
    margin-bottom: 5.6rem;
    padding: 0 2rem;
  }
  .l-top_brand_top_txt {
    margin-bottom: 2.8rem;
  }
  .l-top_brand_top_txt_wrapper .l-top_brand_top_txt:last-child {
    margin-bottom: 4rem;
  }
  .l-top_brand_top_img {
    max-width: 100%;
    padding-right: 2rem;
  }
  .l-top_brand_lineup_item:nth-of-type(1) {
    padding-top: 12rem;
  }
  .l-top_brand_lineup_top {
    margin-bottom: 4rem;
    padding: 0 2rem;
  }
  .l-top_brand_lineup_top::before {
    left: 50%;
    width: calc(100% - 4rem);
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .l-top_brand_lineup_top::after {
    left: 2rem;
    width: 13.2rem;
  }
  .l-top_brand_lineup_top_txt {
    min-height: 5rem;
    padding-top: 1.8rem;
    font-size: 1.8rem;
  }
  .l-top_brand_lineup_top_txt .is-num {
    font-size: 3.2rem;
  }
  .l-top_brand_lineup_top_country {
    padding-top: 1.6rem;
    font-size: 1.1rem;
  }
  .l-top_brand_lineup_middle {
    max-width: 100%;
    margin-bottom: 4rem;
  }
  .l-top_brand_lineup_middle_wrapper {
    --flex_direction: column;
    --flex_gap: 4rem;
  }
  .l-top_brand_lineup_middle_content {
    min-width: 0;
    max-width: 100%;
  }
  .l-top_brand_lineup_middle_ttl {
    font-size: 2.8rem;
  }
  .l-top_brand_lineup_middle_tag {
    font-size: 1.4rem;
  }
  .l-top_brand_lineup_middle_tag::after {
    right: -1.8rem;
  }
  .l-top_brand_lineup_middle_tag_wrapper {
    margin-bottom: 4rem;
  }
  .l-top_brand_lineup_middle_content {
    padding: 0 2rem;
  }
  .l-top_brand_lineup_middle_slide {
    width: 100%;
    padding-left: 2rem;
  }
  .l-top_brand_lineup_bottom {
    max-width: 100%;
    margin-bottom: 12rem;
  }
  .l-top_brand_lineup_bottom_wrapper {
    --flex_direction: column-reverse;
    --flex_gap: 4rem;
  }
  .l-top_brand_lineup_bottom_content {
    min-width: 0;
    max-width: 100%;
    padding: 0 2rem;
  }
  .l-top_brand_lineup_bottom_user dl {
    margin-bottom: 4rem;
  }
  .l-top_brand_lineup_bottom_user_ttl {
    padding: 2rem 4.4rem 2rem .8rem;
  }
  .l-top_brand_lineup_bottom_user_content {
    padding-right: .8rem;
    padding-left: 1.2rem;
    gap: 0 2rem;
  }
  .l-top_brand_lineup_bottom_user_txt {
    gap: 2rem 0;
  }
  .l-top_brand_lineup_bottom_img {
    max-width: 100%;
  }
}

@media (hover: hover) {
  .l-top_contact_bottom_txt_link:hover {
    opacity: 1;
  }
  .l-top_contact_bottom_txt_link:hover::after {
    right: 0;
    left: auto;
    width: 0;
  }
}
