/*----------------------------------------------------
	...
----------------------------------------------------*/
/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.p-top-mv {
  position: relative;
  overflow: hidden;
  height: 100svh;
}
.p-top-mv__bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}
.p-top-mv__bg video,
.p-top-mv__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-top-mv__bg:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  background: linear-gradient(0deg, rgba(36, 23, 5, 0.3) 0%, rgba(36, 23, 5, 0.3) 100%);
}
.p-top-mv__wrap {
  position: relative;
  margin-top: var(--header-height);
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  height: calc(100svh - var(--header-height));
  padding: 1.25rem 0;
}
.p-top-mv__wrap:before, .p-top-mv__wrap:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  border-left: var(--border-gray);
  z-index: 5;
  transition: var(--lineTransition);
}
.windowLoaded .p-top-mv__wrap:before.is-visible, .windowLoaded .is-visible .p-top-mv__wrap:before, .windowLoaded .p-top-mv__wrap:after.is-visible, .windowLoaded .is-visible .p-top-mv__wrap:after {
  height: 100%;
}
.p-top-mv__wrap:after {
  left: auto;
  right: 0;
}
.p-top-mv__type {
  opacity: 0;
  padding-left: 1.875rem;
}
.p-top-mv__type svg {
  max-width: none;
  width: 18.875rem;
  height: auto;
}
@media screen and (min-width: 1024px) {
  .p-top-mv__type {
    padding-left: 5.625rem;
  }
  .p-top-mv__type svg {
    width: 40.0625rem;
  }
}

.p-top-mv__logo {
  text-align: center;
  margin-top: 1.75rem;
}
.p-top-mv__logo img {
  width: 4.25rem;
}
@media screen and (min-width: 1024px) {
  .p-top-mv__logo {
    margin-top: 5.5rem;
  }
  .p-top-mv__logo img {
    width: 3.5416875rem;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.p-top-feature {
  position: relative;
  background: #1E1E1E;
  overflow: hidden;
  --feature-height: min(57.8125rem, 100vh);
}
@media screen and (min-width: 1024px) {
  .p-top-feature {
    --feature-height: min(63.3125rem, 100vh);
  }
}

.p-top-feature-figure {
  position: absolute;
  width: 100%;
  height: calc(var(--feature-height) * 2);
}

.p-top-feature-figure-sec {
  position: absolute;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: var(--feature-height);
  transition: var(--durationL) var(--easeTheme);
}
.p-top-feature-figure-sec figure {
  width: 5rem;
}
@media screen and (min-width: 1024px) {
  .p-top-feature-figure-sec figure {
    width: min(7.375rem, 11.5234375vh);
  }
}

.first .p-top-feature-figure-sec--sec1 {
  opacity: 1 !important;
}
.third .p-top-feature-figure-sec--sec1 {
  opacity: 0 !important;
}

.second .p-top-feature-figure-sec--sec2 {
  opacity: 1 !important;
}

@media screen and (min-width: 1024px) {
  .third .p-top-feature-figure-sec--sec3 {
    opacity: 0.5 !important;
  }
}

.p-top-feature__content {
  position: relative;
  z-index: 5;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: calc(var(--feature-height) * 2);
  padding: 0 1.875rem 7.1875rem;
  border-left: var(--border-gray);
  border-right: var(--border-gray);
}
@media screen and (min-width: 1024px) {
  .p-top-feature__content {
    justify-content: flex-start;
    padding: 0 5.875rem 16.0625rem;
  }
}

@media screen and (min-width: 1024px) {
  .p-top-feature-detail {
    opacity: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: var(--feature-height);
  }
}

.p-top-feature-detail__wrap {
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .p-top-feature-detail__wrap {
    flex-direction: row;
  }
}

@media screen and (min-width: 1024px) {
  .p-top-feature-detail__head {
    flex: 1;
  }
}

.p-top-feature-detail__body {
  margin-top: 3.125rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
@media screen and (min-width: 1024px) {
  .p-top-feature-detail__body {
    margin-top: 0;
    width: 22.0625rem;
    gap: 1rem;
  }
  .p-top-feature-detail__body p {
    line-height: 2;
  }
}

.p-top-feature-detail__txt {
  font-size: 1rem;
  line-height: 180%;
}
@media screen and (min-width: 1024px) {
  .p-top-feature-detail__txt {
    font-size: 1rem;
    line-height: 200%;
  }
}

.p-top-feature-detail__more {
  margin-top: 0.75rem;
}
@media screen and (max-width: 1023px) {
  .p-top-feature-detail__more {
    text-align: center;
  }
}
@media screen and (min-width: 1024px) {
  .p-top-feature-detail__more {
    margin-top: 0.75rem;
  }
}

.p-top-feature__bg {
  pointer-events: none;
  position: relative;
}
.p-top-feature__bg figure {
  position: absolute;
  bottom: 0;
}
.p-top-feature__bg svg {
  width: auto;
  height: 8.625rem;
  max-width: none;
}
@media screen and (min-width: 1024px) {
  .p-top-feature__bg svg {
    height: 24.3055555556vw;
  }
}
/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.p-top-gallery {
  position: relative;
  display: flex;
  align-items: center;
  background: #1E1E1E;
}
.p-top-gallery img {
  height: auto;
}
.p-top-gallery:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  border-top: var(--border-gray);
  z-index: 5;
  transition: var(--lineTransition);
}
.windowLoaded .p-top-gallery:before.is-visible, .windowLoaded .is-visible .p-top-gallery:before {
  width: 100%;
}
/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.p-top-case {
  position: relative;
  padding: var(--padding-section-lg) 0 0;
  background: #fff;
}
.p-top-case__head {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
@media screen and (min-width: 1024px) {
  .p-top-case__head {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
  }
}

.p-top-case__more {
  align-self: flex-end;
}
.p-top-case__wrap {
  position: relative;
}
.p-top-case__wrap:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  border-top: var(--border-gray);
  z-index: 5;
  transition: var(--lineTransition);
}
.windowLoaded .u-border-bottom.is-visible, .windowLoaded .is-visible.p-top-case-gallery:after, .windowLoaded .is-visible.p-top-support-item:after, .windowLoaded .is-visible.p-top-support-contact:after, .windowLoaded .is-visible.cm-block-pickup:after, .windowLoaded .is-visible.c-card-product:after, .windowLoaded .c-card-news--top .is-visible.c-card-news__link:after, .c-card-news--top .windowLoaded .is-visible.c-card-news__link:after, .windowLoaded .is-visible .u-border-bottom, .windowLoaded .is-visible .p-top-case-gallery:after, .windowLoaded .is-visible .p-top-support-item:after, .windowLoaded .is-visible .p-top-support-contact:after, .windowLoaded .is-visible .cm-block-pickup:after, .windowLoaded .is-visible .c-card-product:after, .windowLoaded .is-visible .c-card-news--top .c-card-news__link:after, .c-card-news--top .windowLoaded .is-visible .c-card-news__link:after,
.windowLoaded .u-border-top.is-visible,
.windowLoaded .is-visible.p-top-gallery:before,
.windowLoaded .is-visible.p-top-case__wrap:before,
.windowLoaded .is-visible.p-top-case-search:before,
.windowLoaded .is-visible.p-top-case-gallery:before,
.windowLoaded .is-visible.p-top-support-feature:before,
.windowLoaded .is-visible.p-top-support-contact:before,
.windowLoaded .is-visible.p-top-news:before,
.windowLoaded .is-visible.p-top-pickup__wrap:before,
.windowLoaded .is-visible.cm-block-pickup:before,
.windowLoaded .is-visible.cm-block-group:before,
.windowLoaded .is-visible.l-footer:before,
.windowLoaded .is-visible .u-border-top,
.windowLoaded .is-visible .p-top-gallery:before,
.windowLoaded .is-visible .p-top-case__wrap:before,
.windowLoaded .is-visible .p-top-case-search:before,
.windowLoaded .is-visible .p-top-case-gallery:before,
.windowLoaded .is-visible .p-top-support-feature:before,
.windowLoaded .is-visible .p-top-support-contact:before,
.windowLoaded .is-visible .p-top-news:before,
.windowLoaded .is-visible .p-top-pickup__wrap:before,
.windowLoaded .is-visible .cm-block-pickup:before,
.windowLoaded .is-visible .cm-block-group:before,
.windowLoaded .is-visible .l-footer:before {
  width: 100%;
}

.p-top-case__body {
  position: relative;
  margin-top: var(--padding-block);
}
.p-top-case__body:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  border-left: var(--border-gray);
  z-index: 5;
  transition: var(--lineTransition);
}
.windowLoaded .u-border-left.is-visible, .windowLoaded .is-visible.p-top-case__body:before, .windowLoaded .is-visible.p-top-support-contact__wrap:before, .windowLoaded .is-visible.cm-block-pickup__wrap:before, .windowLoaded .is-visible .u-border-left, .windowLoaded .is-visible .p-top-case__body:before, .windowLoaded .is-visible .p-top-support-contact__wrap:before, .windowLoaded .is-visible .cm-block-pickup__wrap:before,
.windowLoaded .u-border-right.is-visible,
.windowLoaded .is-visible.p-casestudies-content__empty:before,
.windowLoaded .is-visible.p-top-case__body:after,
.windowLoaded .is-visible.p-top-support-item:before,
.windowLoaded .is-visible.p-top-support-contact__wrap:after,
.windowLoaded .is-visible.cm-block-pickup__wrap:after,
.windowLoaded .is-visible.c-card-product:before,
.windowLoaded .is-visible .u-border-right,
.windowLoaded .is-visible .p-casestudies-content__empty:before,
.windowLoaded .is-visible .p-top-case__body:after,
.windowLoaded .is-visible .p-top-support-item:before,
.windowLoaded .is-visible .p-top-support-contact__wrap:after,
.windowLoaded .is-visible .cm-block-pickup__wrap:after,
.windowLoaded .is-visible .c-card-product:before,
.windowLoaded .u-border-side.is-visible,
.windowLoaded .is-visible.p-top-mv__wrap:before,
.windowLoaded .is-visible.p-top-mv__wrap:after,
.windowLoaded .is-visible .u-border-side,
.windowLoaded .is-visible .p-top-mv__wrap:before,
.windowLoaded .is-visible .p-top-mv__wrap:after {
  height: 100%;
}
.p-top-case__body:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  border-left: var(--border-gray);
  z-index: 5;
  transition: var(--lineTransition);
}
.windowLoaded .p-top-case__body:after.is-visible, .windowLoaded .is-visible .p-top-case__body:after {
  height: 100%;
}
.p-top-case__body:after {
  left: auto;
  right: 0;
}
.p-top-case__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-bottom: -1px;
}
@media screen and (min-width: 1024px) {
  .p-top-case__list {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

.p-top-case-search {
  position: relative;
  padding: 2rem 0.625rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.p-top-case-search:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  border-top: var(--border-gray);
  z-index: 5;
  transition: var(--lineTransition);
}
.windowLoaded .p-top-case-search:before.is-visible, .windowLoaded .is-visible .p-top-case-search:before {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .p-top-case-search {
    padding: 3.75rem 2.5rem;
  }
}

.p-top-case-search__title {
  display: inline-flex;
  gap: 0.625rem;
  align-items: center;
  font-size: 1.25rem;
  font-weight: 500;
}
.p-top-case-search__list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.625rem;
}
.p-top-case-search__list a {
  display: flex;
  padding: 0.5rem 0.9375rem;
  justify-content: center;
  align-items: center;
  font-size: 0.875rem;
  background: var(--offwhite, #EEE);
}
.p-top-case-search__list a:hover {
  background: var(--color-assort);
  color: #fff;
}
@media screen and (min-width: 1024px) {
  .p-top-case-search__list a {
    font-size: 1rem;
  }
}

.p-top-case-search__more {
  text-align: right;
}
.p-top-case-gallery {
  position: relative;
  overflow: hidden;
  display: flex;
}
.p-top-case-gallery:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  border-top: var(--border-gray);
  z-index: 5;
  transition: var(--lineTransition);
}
.windowLoaded .p-top-case-gallery:before.is-visible, .windowLoaded .is-visible .p-top-case-gallery:before {
  width: 100%;
}
.p-top-case-gallery:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  border-top: var(--border-gray);
  z-index: 5;
  transition: var(--lineTransition);
}
.windowLoaded .p-top-case-gallery:after.is-visible, .windowLoaded .is-visible .p-top-case-gallery:after {
  width: 100%;
}
.p-top-case-gallery:after {
  top: auto;
  bottom: 0;
}
.p-top-case-gallery figure {
  animation: loopLeft linear 30s infinite;
  will-change: transform;
  backface-visibility: hidden;
}
.p-top-case-gallery img {
  height: 12.5rem;
  max-width: none;
  vertical-align: bottom;
}
@media screen and (min-width: 1024px) {
  .p-top-case-gallery figure {
    animation-duration: 50s;
  }
  .p-top-case-gallery img {
    height: 21.875rem;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.p-top-support__head {
  position: relative;
  padding: var(--padding-section-lg) 0 0;
  overflow: hidden;
}
/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.p-top-support-feature {
  margin-top: var(--padding-block);
  position: relative;
}
.p-top-support-feature:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  border-top: var(--border-gray);
  z-index: 5;
  transition: var(--lineTransition);
}
.windowLoaded .p-top-support-feature:before.is-visible, .windowLoaded .is-visible .p-top-support-feature:before {
  width: 100%;
}
.p-top-support-feature__wrap {
  border-left: var(--border-gray);
  border-right: var(--border-gray);
}
.p-top-support-feature__more {
  position: relative;
  padding: var(--padding-block) 1.5625rem;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .p-top-support-feature__more:before {
    display: none;
  }
}
.p-top-support-feature__items {
  position: relative;
  padding: 0 0 1.25rem 0;
  margin-right: -1px;
}
.p-top-support-feature__items .swiper-wrapper {
  display: flex;
  align-items: stretch;
}
.p-top-support-feature__items .swiper-slide {
  height: auto;
}
.p-top-support-feature__items .swiper-pagination.swiper-pagination {
  bottom: -1rem;
}
@media screen and (min-width: 1024px) {
  .p-top-support-feature__items {
    padding: 0;
  }
  .p-top-support-feature__items .swiper {
    overflow: initial;
  }
  .p-top-support-feature__items .swiper-wrapper {
    height: 31.625rem;
    transform: none !important;
  }
  .p-top-support-feature__items .swiper-slide {
    width: auto !important;
    flex-shrink: initial;
  }
  .p-top-support-feature__items .swiper-pagination.swiper-pagination {
    display: none;
  }
}

.p-top-support-item {
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
}
.p-top-support-item:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  border-left: var(--border-gray);
  z-index: 5;
  transition: var(--lineTransition);
}
.windowLoaded .p-top-support-item:before.is-visible, .windowLoaded .is-visible .p-top-support-item:before {
  height: 100%;
}
.p-top-support-item:before {
  left: auto;
  right: 0;
}
.p-top-support-item:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  border-top: var(--border-gray);
  z-index: 5;
  transition: var(--lineTransition);
}
.windowLoaded .p-top-support-item:after.is-visible, .windowLoaded .is-visible .p-top-support-item:after {
  width: 100%;
}
.p-top-support-item:after {
  top: auto;
  bottom: 0;
}
@media screen and (min-width: 1024px) {
  .p-top-support-item {
    flex: 1;
  }
}

.p-top-support-item__wrap {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.p-top-support-item__body {
  flex: 1;
  padding: 1.75rem 0.625rem 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
@media screen and (min-width: 1024px) {
  .p-top-support-item__body {
    padding: 1.5rem 2.5rem 2rem;
  }
}

.p-top-support-item__title {
  font-size: 1.125rem;
  letter-spacing: -0.03em;
  font-weight: 500;
}
@media screen and (min-width: 1024px) {
  .p-top-support-item__title {
    font-size: 1.5rem;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.p-top-support-contact {
  position: relative;
}
.p-top-support-contact:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  border-top: var(--border-gray);
  z-index: 5;
  transition: var(--lineTransition);
}
.windowLoaded .p-top-support-contact:before.is-visible, .windowLoaded .is-visible .p-top-support-contact:before {
  width: 100%;
}
.p-top-support-contact:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  border-top: var(--border-gray);
  z-index: 5;
  transition: var(--lineTransition);
}
.windowLoaded .p-top-support-contact:after.is-visible, .windowLoaded .is-visible .p-top-support-contact:after {
  width: 100%;
}
.p-top-support-contact:after {
  top: auto;
  bottom: 0;
}
.p-top-support-contact__wrap {
  display: flex;
  flex-direction: column;
  background: var(--copper-light, #FFF9F2);
  padding: 2.5rem 1.5625rem;
  position: relative;
}
.p-top-support-contact__wrap:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  border-left: var(--border-gray);
  z-index: 5;
  transition: var(--lineTransition);
}
.windowLoaded .p-top-support-contact__wrap:before.is-visible, .windowLoaded .is-visible .p-top-support-contact__wrap:before {
  height: 100%;
}
.p-top-support-contact__wrap:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  border-left: var(--border-gray);
  z-index: 5;
  transition: var(--lineTransition);
}
.windowLoaded .p-top-support-contact__wrap:after.is-visible, .windowLoaded .is-visible .p-top-support-contact__wrap:after {
  height: 100%;
}
.p-top-support-contact__wrap:after {
  left: auto;
  right: 0;
}
@media screen and (min-width: 1024px) {
  .p-top-support-contact__wrap {
    padding: 3.75rem;
    flex-direction: row;
  }
}

@media screen and (min-width: 1024px) {
  .p-top-support-contact__pic {
    width: 33.75rem;
  }
}

.p-top-support-contact__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: var(--padding-block);
  padding: var(--padding-block) 0 0;
}
@media screen and (min-width: 1024px) {
  .p-top-support-contact__content {
    margin-top: -0.5rem;
    padding: 0 0 0 3.75rem;
  }
}

@media screen and (min-width: 1024px) {
  .p-top-support-contact__head {
    text-align: center;
  }
}

@media screen and (min-width: 1024px) {
  .p-top-support-contact__desc {
    margin-top: -1.25rem;
    text-align: center;
  }
}

.p-top-support-contact__action {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}
@media screen and (min-width: 1024px) {
  .p-top-support-contact__action {
    flex-direction: row;
    justify-content: center;
    gap: 2rem;
  }
}

@media screen and (max-width: 1023px) {
  .p-top-support-contact__action2 {
    margin-top: calc(0.625rem - var(--padding-block));
  }
}
@media screen and (min-width: 1024px) {
  .p-top-support-contact__action2 {
    display: flex;
    justify-content: center;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.p-top-video {
  position: relative;
  padding: var(--padding-section-lg) 0;
}
/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.p-top-news {
  position: relative;
  padding: var(--padding-section-lg) 0;
}
.p-top-news:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  border-top: var(--border-gray);
  z-index: 5;
  transition: var(--lineTransition);
}
.windowLoaded .p-top-news:before.is-visible, .windowLoaded .is-visible .p-top-news:before {
  width: 100%;
}
.p-top-news__wrap {
  display: grid;
}
@media screen and (min-width: 1024px) {
  .p-top-news__wrap {
    grid-template-areas: "head list" "head more";
    grid-template-columns: 20.9375rem 1fr;
  }
}

@media screen and (min-width: 1024px) {
  .p-top-news__head {
    grid-area: head;
  }
}

@media screen and (min-width: 1024px) {
  .p-top-news__list {
    grid-area: list;
    margin-top: -1rem;
  }
}

.p-top-news__more {
  margin-top: var(--padding-block);
  text-align: right;
}
@media screen and (min-width: 1024px) {
  .p-top-news__more {
    grid-area: more;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.p-top-pickup {
  position: relative;
  overflow: hidden;
}
.p-top-pickup__wrap {
  position: relative;
  padding: var(--padding-section-lg) 0 0;
}
.p-top-pickup__wrap:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  border-top: var(--border-gray);
  z-index: 5;
  transition: var(--lineTransition);
}
.windowLoaded .p-top-pickup__wrap:before.is-visible, .windowLoaded .is-visible .p-top-pickup__wrap:before {
  width: 100%;
}

.p-top-pickup__content {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  padding-bottom: var(--padding-section-lg);
}
@media screen and (min-width: 1024px) {
  .p-top-pickup__content {
    flex-direction: row;
    gap: 0;
  }
}

@media screen and (min-width: 1024px) {
  .p-top-pickup__head {
    width: 20.9375rem;
  }
}

.p-top-pickup__body {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
@media screen and (min-width: 1024px) {
  .p-top-pickup__body {
    margin-top: 0.3125rem;
  }
}

.p-top-pickup__bg {
  position: relative;
  pointer-events: none;
}
.p-top-pickup__bg figure {
  position: absolute;
  bottom: 0;
}
.p-top-pickup__bg svg {
  width: auto;
  height: 8.625rem;
  max-width: none;
}
@media screen and (min-width: 1024px) {
  .p-top-pickup__bg svg {
    height: 24.3055555556vw;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
