@charset "UTF-8";
/**
 * Colors
==================== */
/**
 * Breakpoints
 ==================== */
/**
 * Design Sizes
==================== */
/**
 * Spacing Units
==================== */
/**
 * Font sizes
==================== */
/**
 * Font Families
==================== */
/**
 * vw変換
==================== */
/**
 * em変換
==================== */
/**
 * mixins
==================== */
.top__h1 {
  padding: 16px 16px 8px;
}
@media (max-width: 1400px) {
  .top__h1 {
    padding: 1.1111111111vw 1.1111111111vw 0.5555555556vw;
  }
}
@media (max-width: 1020px) {
  .top__h1 {
    padding: 2.1333333333vw 4.2666666667vw;
  }
}
.top__h1 h1 {
  color: var(--clr-text-gray);
  font-size: 11px;
  font-weight: 400;
  line-height: 160%;
}
@media (max-width: 1400px) {
  .top__h1 h1 {
    font-size: 0.7638888889vw;
  }
}
@media (max-width: 1020px) {
  .top__h1 h1 {
    font-size: 2.9333333333vw;
  }
}
.top__mv {
  position: relative;
  overflow: hidden;
  min-height: 600px;
}
@media (max-width: 1400px) {
  .top__mv {
    min-height: 41.6666666667vw;
  }
}
@media (max-width: 1020px) {
  .top__mv {
    min-height: 133.3333333333vw;
  }
}
.top__mv-swiper {
  position: relative;
  z-index: 2;
  width: 100%;
  overflow: visible;
  padding: 0 76px;
}
@media (max-width: 1400px) {
  .top__mv-swiper {
    padding: 0 5.2777777778vw;
  }
}
@media (max-width: 1040px) {
  .top__mv-swiper {
    padding: 0;
  }
}
.top__mv-swiper-wrapper {
  align-items: stretch;
}
.top__mv-swiper-slide {
  height: auto;
  overflow: hidden;
}
.top__mv-swiper-slide picture,
.top__mv-swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
}
.top__mv-swiper-btn {
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  padding: 16px 8px;
  background: rgba(61, 61, 61, 0.8);
  transition: background 0.3s, visibility 0.3s, opacity 0.3s;
}
.top__mv-swiper-btn.swiper-button-disabled {
  visibility: hidden;
  opacity: 0;
}
.top__mv-swiper-btn:hover {
  background: var(--clr-text-green);
}
.top__mv-swiper-btn:hover span {
  width: 22px;
}
@media (max-width: 1400px) {
  .top__mv-swiper-btn:hover span {
    width: 1.5277777778vw;
  }
}
@media (max-width: 1400px) {
  .top__mv-swiper-btn {
    width: 3.3333333333vw;
    height: 3.3333333333vw;
    padding: 1.1111111111vw 0.5555555556vw;
  }
}
@media (max-width: 1020px) {
  .top__mv-swiper-btn {
    display: none;
  }
}
.top__mv-swiper-btn span {
  display: block;
  width: 16px;
  height: 5px;
  margin: 4px auto 0;
  position: relative;
  transition: width 0.3s;
}
@media (max-width: 1400px) {
  .top__mv-swiper-btn span {
    width: 1.1111111111vw;
    height: 0.3472222222vw;
    margin: 0.2777777778vw auto 0;
  }
}
.top__mv-swiper-btn span::before, .top__mv-swiper-btn span::after {
  content: "";
  position: absolute;
  height: 1px;
  background: var(--clr-text-white);
}
.top__mv-swiper-btn span::before {
  width: 100%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.top__mv-swiper-btn.-prev {
  left: 40px;
}
@media (max-width: 1400px) {
  .top__mv-swiper-btn.-prev {
    left: 2.7777777778vw;
  }
}
.top__mv-swiper-btn.-prev span::after {
  width: 8px;
  left: -7px;
  top: 50%;
  transform: rotate(135deg);
  transform-origin: right center;
}
@media (max-width: 1400px) {
  .top__mv-swiper-btn.-prev span::after {
    width: 0.5555555556vw;
    left: -0.4861111111vw;
  }
}
@media (max-width: 1020px) {
  .top__mv-swiper-btn.-prev span::after {
    width: 2.1333333333vw;
    left: -1.8666666667vw;
  }
}
.top__mv-swiper-btn.-next {
  right: 40px;
}
@media (max-width: 1400px) {
  .top__mv-swiper-btn.-next {
    right: 2.7777777778vw;
  }
}
.top__mv-swiper-btn.-next span::after {
  width: 8px;
  right: 0px;
  top: 50%;
  transform: rotate(45deg);
  transform-origin: right center;
}
@media (max-width: 1400px) {
  .top__mv-swiper-btn.-next span::after {
    width: 0.5555555556vw;
  }
}
@media (max-width: 1020px) {
  .top__mv-swiper-btn.-next span::after {
    width: 2.1333333333vw;
  }
}
.top__mv-bottom {
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: center;
  padding: 16px 0;
}
@media (max-width: 1400px) {
  .top__mv-bottom {
    gap: 1.1111111111vw;
    padding: 1.1111111111vw 0;
  }
}
@media (max-width: 1020px) {
  .top__mv-bottom {
    gap: 4.2666666667vw;
    padding: 4.2666666667vw 0;
  }
}
.top__mv-pagination {
  display: flex;
  gap: 8px;
  justify-content: center;
  position: static;
  max-width: max-content;
}
.top__mv-pagination.swiper-pagination {
  z-index: 1;
}
@media (max-width: 1400px) {
  .top__mv-pagination {
    gap: 0.5555555556vw;
  }
}
@media (max-width: 1020px) {
  .top__mv-pagination {
    position: static !important;
    gap: 2.1333333333vw;
  }
}
.top__mv-pagination .swiper-pagination-bullet {
  margin: 0 !important;
  border: 1px solid var(--clr-main-black);
  background: transparent;
  transition: background 0.3s;
}
@media (max-width: 1020px) {
  .top__mv-pagination .swiper-pagination-bullet {
    width: 2.6666666667vw;
    height: 2.6666666667vw;
    opacity: 1;
  }
}
.top__mv-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--clr-main-black);
}
.top__mv-pause-btn {
  cursor: pointer;
  width: 32px;
  height: 32px;
  display: flex;
  padding: 8px;
  justify-content: center;
  align-items: center;
  border: 1px solid var(--clr-main-black);
  background: var(--clr-text-white);
}
.top__mv-pause-btn.-hidden {
  display: none;
}
@media (max-width: 1400px) {
  .top__mv-pause-btn {
    width: 2.2222222222vw;
    height: 2.2222222222vw;
    padding: 0.5555555556vw;
  }
}
@media (max-width: 1020px) {
  .top__mv-pause-btn {
    width: 10.6666666667vw;
    height: 10.6666666667vw;
    padding: 2.1333333333vw;
  }
}
.top__pickup {
  position: relative;
  padding: 120px 0;
}
@media (max-width: 1400px) {
  .top__pickup {
    padding: 8.3333333333vw 0;
  }
}
@media (max-width: 1020px) {
  .top__pickup {
    padding: 10.6666666667vw 0;
  }
}
.top__pickup-footprint-1 {
  position: absolute;
  max-width: 135px;
  top: 0;
  right: 0;
}
@media (max-width: 1400px) {
  .top__pickup-footprint-1 {
    max-width: 9.375vw;
  }
}
@media (max-width: 1020px) {
  .top__pickup-footprint-1 {
    max-width: 20.8vw;
  }
}
.top__pickup-footprint-2 {
  position: absolute;
  max-width: 100px;
  bottom: 33px;
  left: 23px;
}
@media (max-width: 1400px) {
  .top__pickup-footprint-2 {
    max-width: 6.9444444444vw;
    bottom: 2.2916666667vw;
    left: 1.5972222222vw;
  }
}
@media (max-width: 1020px) {
  .top__pickup-footprint-2 {
    display: none;
  }
}
.top__pickup-inner {
  display: flex;
  flex-direction: column;
}
.top__pickup-title {
  display: flex;
  gap: 8px;
  flex-direction: column;
}
@media (max-width: 1400px) {
  .top__pickup-title {
    gap: 0.5555555556vw;
  }
}
@media (max-width: 1020px) {
  .top__pickup-title {
    gap: 1.0666666667vw;
    padding: 0 6.4vw;
  }
}
.top__pickup-title img {
  max-width: 100px;
}
@media (max-width: 1400px) {
  .top__pickup-title img {
    max-width: 6.9444444444vw;
  }
}
@media (max-width: 1020px) {
  .top__pickup-title img {
    max-width: 21.3333333333vw;
  }
}
.top__pickup-title h2 {
  font-size: 24px;
  font-weight: 500;
  line-height: 121.875%;
  letter-spacing: 1px;
}
@media (max-width: 1400px) {
  .top__pickup-title h2 {
    font-size: 1.6666666667vw;
  }
}
@media (max-width: 1020px) {
  .top__pickup-title h2 {
    font-size: 4.8vw;
    line-height: 162.5%;
  }
}
.top__pickup-main {
  display: flex;
  gap: 40px;
  align-items: center;
  flex-direction: column;
}
@media (max-width: 1400px) {
  .top__pickup-main {
    gap: 2.7777777778vw;
  }
}
@media (max-width: 1020px) {
  .top__pickup-main {
    gap: 6.4vw;
  }
}
.top__pickup-swiper {
  width: 100%;
  padding-top: 80px !important;
}
@media (max-width: 1400px) {
  .top__pickup-swiper {
    padding-top: 5.5555555556vw !important;
  }
}
@media (max-width: 1020px) {
  .top__pickup-swiper {
    padding-top: 10.6666666667vw !important;
  }
}
@media (min-width: 1041px) {
  .top__pickup-swiper-wrapper {
    display: flex;
    gap: 40px;
    justify-content: center;
    transform: none !important;
  }
}
@media (max-width: 1400px) {
  .top__pickup-swiper-wrapper {
    gap: 2.7777777778vw;
  }
}
@media (max-width: 1020px) {
  .top__pickup-swiper-wrapper {
    gap: 0;
  }
}
.top__pickup-swiper-slide {
  position: relative;
  background-color: var(--clr-text-white);
  width: 100%;
  max-width: 373px;
  flex-shrink: 0;
  height: auto;
  border: 1px solid var(--clr-border-gray);
  transition: border-color 0.3s;
}
@media (max-width: 1400px) {
  .top__pickup-swiper-slide {
    max-width: 25.9027777778vw;
  }
}
@media (max-width: 1020px) {
  .top__pickup-swiper-slide {
    width: 100%;
    max-width: none;
  }
}
@media (min-width: 1021px) {
  .top__pickup-swiper-slide:hover {
    border-color: var(--clr-main-green);
  }
  .top__pickup-swiper-slide:hover .top__pickup-swiper-thumbnail img:not(.-reform) {
    transform: scale(1.02);
  }
  .top__pickup-swiper-slide:hover .top__pickup-info-introduction {
    color: var(--clr-main-green);
  }
}
.top__pickup-swiper-slide-new {
  position: absolute;
  z-index: 2;
  width: 100%;
  max-width: 147px;
  top: -32px;
  left: 20px;
  display: flex;
  align-items: flex-start;
}
@media (max-width: 1400px) {
  .top__pickup-swiper-slide-new {
    max-width: 10.2083333333vw;
    top: -2.2222222222vw;
    left: 1.3888888889vw;
  }
}
@media (max-width: 1020px) {
  .top__pickup-swiper-slide-new {
    max-width: 39.2vw;
    top: -8.5333333333vw;
    left: 5.3333333333vw;
  }
}
.top__pickup-swiper-slide-new-hand {
  max-width: 40px;
  position: relative;
  margin-top: 12px;
  z-index: 1;
}
@media (max-width: 1400px) {
  .top__pickup-swiper-slide-new-hand {
    max-width: 2.7777777778vw;
    margin-top: 0.8333333333vw;
  }
}
@media (max-width: 1020px) {
  .top__pickup-swiper-slide-new-hand {
    max-width: 10.6666666667vw;
    margin-top: 3.2vw;
  }
}
.top__pickup-swiper-slide-new-head {
  max-width: 107px;
  margin-left: -4px;
}
@media (max-width: 1400px) {
  .top__pickup-swiper-slide-new-head {
    max-width: 7.4305555556vw;
    margin-left: -0.2777777778vw;
  }
}
@media (max-width: 1020px) {
  .top__pickup-swiper-slide-new-head {
    max-width: 28.5333333333vw;
    margin-left: -1.0666666667vw;
  }
}
.top__pickup-swiper-thumbnail {
  position: relative;
  aspect-ratio: 369/277;
  overflow: hidden;
}
.top__pickup-swiper-thumbnail img:not(.-reform) {
  transition: transform 0.3s;
  height: 100%;
  object-fit: cover;
}
.top__pickup-swiper-thumbnail img.-reform {
  position: absolute;
  max-width: 111px;
  top: 10px;
  right: 10px;
}
@media (max-width: 1400px) {
  .top__pickup-swiper-thumbnail img.-reform {
    max-width: 7.7083333333vw;
    top: 0.6944444444vw;
    right: 0.6944444444vw;
  }
}
@media (max-width: 1020px) {
  .top__pickup-swiper-thumbnail img.-reform {
    max-width: 29.6vw;
    top: 2.6666666667vw;
    right: 2.6666666667vw;
  }
}
.top__pickup-swiper-thumbnail.-closed:before {
  content: "募集を終了しました";
  background: rgba(237, 241, 245, 0.75);
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
}
@media (max-width: 1400px) {
  .top__pickup-swiper-thumbnail.-closed:before {
    font-size: 1.3888888889vw;
  }
}
@media (max-width: 1020px) {
  .top__pickup-swiper-thumbnail.-closed:before {
    font-size: 5.3333333333vw;
  }
}
.top__pickup-info {
  display: flex;
  padding: 16px 24px 24px;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
}
@media (max-width: 1400px) {
  .top__pickup-info {
    padding: 1.1111111111vw 1.6666666667vw 1.6666666667vw;
    gap: 1.1111111111vw;
  }
}
@media (max-width: 1020px) {
  .top__pickup-info {
    padding: 4.2666666667vw 6.4vw 6.4vw;
    gap: 4.2666666667vw;
  }
}
.top__pickup-info-upper {
  display: flex;
  gap: 8px;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 1400px) {
  .top__pickup-info-upper {
    gap: 0.5555555556vw;
  }
}
@media (max-width: 1020px) {
  .top__pickup-info-upper {
    gap: 1.0666666667vw;
  }
}
.top__pickup-info-introduction {
  color: var(--clr-third-black);
  font-size: 20px;
  font-weight: 700;
  transition: color 0.3s;
}
@media (max-width: 1400px) {
  .top__pickup-info-introduction {
    font-size: 1.3888888889vw;
  }
}
@media (max-width: 1020px) {
  .top__pickup-info-introduction {
    font-size: 4.2666666667vw;
  }
}
.top__pickup-info-access {
  display: flex;
  gap: 8px;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 1400px) {
  .top__pickup-info-access {
    gap: 0.5555555556vw;
  }
}
@media (max-width: 1020px) {
  .top__pickup-info-access {
    gap: 2.1333333333vw;
  }
}
.top__pickup-info-access span {
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
}
@media (max-width: 1400px) {
  .top__pickup-info-access span {
    font-size: 0.9722222222vw;
  }
}
@media (max-width: 1020px) {
  .top__pickup-info-access span {
    font-size: 3.7333333333vw;
  }
}
.top__pickup-info-price {
  display: flex;
  gap: 4px;
  align-items: center;
}
@media (max-width: 1400px) {
  .top__pickup-info-price {
    gap: 0.2777777778vw;
  }
}
@media (max-width: 1020px) {
  .top__pickup-info-price {
    gap: 1.0666666667vw;
  }
}
.top__pickup-info-price p {
  color: var(--clr-third-black);
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
}
@media (max-width: 1400px) {
  .top__pickup-info-price p {
    font-size: 1.1111111111vw;
  }
}
@media (max-width: 1020px) {
  .top__pickup-info-price p {
    font-size: 4.2666666667vw;
  }
}
.top__pickup-info-price small {
  color: var(--clr-text-gray-2);
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
}
@media (max-width: 1400px) {
  .top__pickup-info-price small {
    font-size: 0.9722222222vw;
  }
}
@media (max-width: 1020px) {
  .top__pickup-info-price small {
    font-size: 3.7333333333vw;
  }
}
.top__pickup-comment {
  width: 100%;
  display: flex;
  gap: 8px;
  align-items: center;
}
@media (max-width: 1400px) {
  .top__pickup-comment {
    gap: 0.5555555556vw;
  }
}
@media (max-width: 1020px) {
  .top__pickup-comment {
    gap: 2.1333333333vw;
  }
}
.top__pickup-comment-title {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  transform: rotate(180deg);
  font-family: "Lato", sans-serif;
  font-size: 11px;
  font-weight: 800;
  line-height: 140%;
  letter-spacing: 4px;
  padding-left: 4px;
  border-left: 1px solid var(--clr-main-black);
}
@media (max-width: 1400px) {
  .top__pickup-comment-title {
    font-size: 0.7638888889vw;
    letter-spacing: 0.2777777778vw;
    padding-left: 0.2777777778vw;
  }
}
@media (max-width: 1020px) {
  .top__pickup-comment-title {
    font-size: 2.9333333333vw;
    letter-spacing: 1.0666666667vw;
    padding-left: 1.0666666667vw;
  }
}
.top__pickup-comment-description {
  width: 100%;
  display: flex;
  gap: 8px;
  flex-direction: column;
}
@media (max-width: 1400px) {
  .top__pickup-comment-description {
    gap: 0.5555555556vw;
  }
}
@media (max-width: 1020px) {
  .top__pickup-comment-description {
    gap: 2.1333333333vw;
  }
}
.top__pickup-comment-description p {
  color: var(--clr-text-gray-2);
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  overflow: hidden;
}
@media (max-width: 1400px) {
  .top__pickup-comment-description p {
    font-size: 0.9722222222vw;
  }
}
@media (max-width: 1020px) {
  .top__pickup-comment-description p {
    font-size: 3.2vw;
  }
}
.top__pickup-comment-quote {
  max-width: 16.125px;
}
@media (max-width: 1400px) {
  .top__pickup-comment-quote {
    max-width: 1.1197916667vw;
  }
}
@media (max-width: 1020px) {
  .top__pickup-comment-quote {
    max-width: 4.3vw;
  }
}
.top__pickup-comment-quote.-quote-1 {
  margin-right: auto;
}
.top__pickup-comment-quote.-quote-2 {
  margin-left: auto;
}
.top__pickup-pagination {
  display: none;
}
@media (max-width: 1020px) {
  .top__pickup-pagination {
    position: static !important;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2.1333333333vw;
    width: 100%;
    z-index: 1 !important;
  }
}
.top__pickup-pagination .swiper-pagination-bullet {
  width: 2.6666666667vw;
  height: 2.6666666667vw;
  margin: 0 !important;
  background: transparent;
  border: 1px solid var(--clr-main-black);
  opacity: 1;
  transition: background 0.3s;
}
.top__pickup-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--clr-main-black);
}
.top__pickup-btn-wrap {
  width: 100%;
  display: flex;
  justify-content: center;
}
@media (max-width: 1020px) {
  .top__pickup-btn-wrap {
    padding: 0 6.4vw;
  }
}
.top__pickup-more {
  max-width: 328px;
}
@media (max-width: 1400px) {
  .top__pickup-more {
    max-width: 22.7777777778vw;
  }
}
@media (max-width: 1020px) {
  .top__pickup-more {
    max-width: 100%;
  }
}
.top__concept {
  padding: 100px 0;
  position: relative;
}
@media (max-width: 1400px) {
  .top__concept {
    padding: 6.9444444444vw 0;
  }
}
@media (max-width: 1020px) {
  .top__concept {
    padding: 21.3333333333vw 5.3333333333vw;
  }
}
.top__concept::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 50%;
  transform: translateY(-50%);
  right: 0px;
  width: 100%;
  height: 100%;
  background-image: url(/wp-content/themes/nekokura-wp/assets/img/top/concept/concept-bg.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (max-width: 1400px) {
  .top__concept::before {
    bottom: 10.4166666667vw;
    height: 24.1666666667vw;
  }
}
@media (max-width: 1020px) {
  .top__concept::before {
    bottom: unset;
    top: 46.9333333333vw;
    transform: unset;
    width: 100%;
    height: 28.5333333333vw;
    background-position: left;
    background-size: cover;
  }
}
.top__concept-footprint-1 {
  position: absolute;
}
@media (max-width: 1020px) {
  .top__concept-footprint-1 {
    display: block;
    max-width: 20.8vw;
    top: 0;
    right: 0;
  }
}
.top__concept-footprint-2 {
  max-width: 100px;
  position: absolute;
  right: 31px;
  bottom: 55px;
}
@media (max-width: 1400px) {
  .top__concept-footprint-2 {
    max-width: 6.9444444444vw;
    right: 2.1527777778vw;
    bottom: 3.8194444444vw;
  }
}
.top__concept-inner {
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
  display: flex;
  gap: 40px;
  flex-direction: column;
}
@media (max-width: 1400px) {
  .top__concept-inner {
    max-width: 72.2222222222vw;
    gap: 2.7777777778vw;
  }
}
@media (max-width: 1020px) {
  .top__concept-inner {
    max-width: 100%;
    gap: 6.4vw;
  }
}
.top__concept-title {
  font-size: 32px;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 1.764px;
}
@media (max-width: 1400px) {
  .top__concept-title {
    font-size: 2.2222222222vw;
    letter-spacing: 0.1225vw;
  }
}
@media (max-width: 1020px) {
  .top__concept-title {
    font-size: 6.4vw;
    line-height: 140%;
    letter-spacing: 0.4704vw;
  }
}
.top__concept-main {
  display: flex;
  gap: 16px;
  flex-direction: column;
}
@media (max-width: 1400px) {
  .top__concept-main {
    gap: 1.1111111111vw;
  }
}
@media (max-width: 1020px) {
  .top__concept-main {
    gap: 4.2666666667vw;
  }
}
.top__concept-message-upper {
  display: flex;
  gap: 8px;
  flex-direction: column;
  font-size: 14px;
  font-weight: 400;
  line-height: 200%;
  letter-spacing: 0.5px;
}
@media (max-width: 1400px) {
  .top__concept-message-upper {
    gap: 0.5555555556vw;
    font-size: 0.9722222222vw;
    letter-spacing: 0.0347222222vw;
  }
}
@media (max-width: 1020px) {
  .top__concept-message-upper {
    gap: 2.1333333333vw;
    font-size: 3.7333333333vw;
    letter-spacing: 0.1333333333vw;
  }
}
.top__concept-message-upper strong {
  font-weight: 700;
}
.top__concept-message-bottom {
  font-size: 18px;
  font-weight: 700;
  line-height: 200%;
  letter-spacing: 0.5px;
}
.top__concept-more {
  max-width: 328px;
}
@media (max-width: 1400px) {
  .top__concept-more {
    max-width: 22.7777777778vw;
  }
}
@media (max-width: 1020px) {
  .top__concept-more {
    max-width: 100%;
  }
}
.top__reform {
  position: relative;
  padding: 100px 0;
}
@media (max-width: 1400px) {
  .top__reform {
    padding: 6.9444444444vw 0;
  }
}
@media (max-width: 1020px) {
  .top__reform {
    padding: 10.6666666667vw 0 21.3333333333vw;
  }
}
@media (max-width: 1020px) {
  .top__reform:before {
    content: "";
    position: absolute;
    background-image: url(/wp-content/themes/nekokura-wp/assets/img/top/reform/reform-footprint.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    bottom: 1.8666666667vw;
    left: 6.6666666667vw;
    width: 11.7333333333vw;
    height: 15.7333333333vw;
  }
}
.top__reform-inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
}
@media (max-width: 1400px) {
  .top__reform-inner {
    gap: 2.7777777778vw;
  }
}
@media (max-width: 1020px) {
  .top__reform-inner {
    gap: 6.4vw;
  }
}
.top__reform-upper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}
@media (max-width: 1400px) {
  .top__reform-upper {
    gap: 1.6666666667vw;
  }
}
@media (max-width: 1020px) {
  .top__reform-upper {
    gap: 6.4vw;
    padding: 0 6.4vw;
  }
}
.top__reform-title {
  display: flex;
  gap: 8px;
  flex-direction: column;
  position: relative;
}
@media (max-width: 1400px) {
  .top__reform-title {
    gap: 0.5555555556vw;
  }
}
@media (max-width: 1020px) {
  .top__reform-title {
    gap: 2.1333333333vw;
  }
}
.top__reform-title span {
  text-transform: uppercase;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-weight: 800;
  line-height: 140%;
  letter-spacing: 4px;
}
@media (max-width: 1400px) {
  .top__reform-title span {
    font-size: 0.9722222222vw;
    letter-spacing: 0.2777777778vw;
  }
}
@media (max-width: 1020px) {
  .top__reform-title span {
    font-size: 3.2vw;
    letter-spacing: 1.0666666667vw;
  }
}
.top__reform-title h2 {
  font-size: 24px;
  font-weight: 500;
  line-height: 121.875%;
  letter-spacing: 1px;
}
@media (max-width: 1400px) {
  .top__reform-title h2 {
    font-size: 1.6666666667vw;
  }
}
@media (max-width: 1020px) {
  .top__reform-title h2 {
    font-size: 4.8vw;
    line-height: 162.5%;
  }
}
.top__reform-title:before {
  content: "";
  position: absolute;
  background-image: url(/wp-content/themes/nekokura-wp/assets/img/top/reform/reform-footprint.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  top: -6px;
  right: -66px;
  width: 53px;
  height: 68px;
}
@media (max-width: 1400px) {
  .top__reform-title:before {
    top: -0.4166666667vw;
    right: -4.5833333333vw;
    width: 3.6805555556vw;
    height: 4.7222222222vw;
  }
}
@media (max-width: 1020px) {
  .top__reform-title:before {
    content: unset;
  }
}
.top__reform-description {
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
}
@media (max-width: 1400px) {
  .top__reform-description {
    font-size: 0.9722222222vw;
  }
}
@media (max-width: 1020px) {
  .top__reform-description {
    font-size: 3.7333333333vw;
  }
}
.top__reform-main {
  width: 100%;
  display: flex;
  gap: 24px;
  justify-content: center;
}
@media (max-width: 1400px) {
  .top__reform-main {
    gap: 1.6666666667vw;
  }
}
@media (max-width: 1020px) {
  .top__reform-main {
    gap: 2.1333333333vw;
  }
}
.top__reform-main.-sp {
  display: none;
}
@media (max-width: 1020px) {
  .top__reform-main.-sp {
    display: flex;
    transform: translateX(105px);
  }
}
.top__reform-block {
  min-width: 240px;
}
@media (max-width: 1400px) {
  .top__reform-block {
    min-width: 16.6666666667vw;
  }
}
@media (max-width: 1020px) {
  .top__reform-block {
    min-width: 43.7333333333vw;
  }
}
.top__reform-more {
  max-width: 328px;
  margin: 0 auto;
}
@media (max-width: 1400px) {
  .top__reform-more {
    max-width: 22.7777777778vw;
  }
}
@media (max-width: 1020px) {
  .top__reform-more {
    max-width: calc(100% - 12.8vw);
  }
}
.top__column-inner {
  display: flex;
  gap: 40px;
  flex-direction: column;
}
@media (max-width: 1400px) {
  .top__column-inner {
    gap: 2.7777777778vw;
  }
}
@media (max-width: 1020px) {
  .top__column-inner {
    gap: 6.4vw;
  }
}
.top__column-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1020px) {
  .top__column-header {
    padding: 0 6.4vw;
  }
}
.top__column-title {
  display: flex;
  gap: 8px;
  flex-direction: column;
}
@media (max-width: 1400px) {
  .top__column-title {
    gap: 0.5555555556vw;
  }
}
@media (max-width: 1020px) {
  .top__column-title {
    gap: 2.1333333333vw;
  }
}
.top__column-title h2 {
  font-size: 24px;
  font-weight: 500;
  line-height: 121.875%;
  letter-spacing: 1px;
}
@media (max-width: 1400px) {
  .top__column-title h2 {
    font-size: 1.6666666667vw;
  }
}
@media (max-width: 1020px) {
  .top__column-title h2 {
    font-size: 4.8vw;
    line-height: 162.5%;
  }
}
.top__column-title-cat {
  max-width: 150px;
}
@media (max-width: 1400px) {
  .top__column-title-cat {
    max-width: 10.4166666667vw;
  }
}
@media (max-width: 1020px) {
  .top__column-title-cat {
    max-width: 31.4666666667vw;
  }
}
.top__column-house {
  max-width: 247px;
  position: relative;
  top: 31px;
}
@media (max-width: 1400px) {
  .top__column-house {
    max-width: 17.1527777778vw;
    top: 2.1527777778vw;
  }
}
@media (max-width: 1020px) {
  .top__column-house {
    display: none;
  }
}
.top__column-main {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 80px;
  position: relative;
  display: flex;
  align-items: flex-start;
}
@media (max-width: 1400px) {
  .top__column-main {
    max-width: 83.3333333333vw;
    padding-top: 5.5555555556vw;
  }
}
@media (max-width: 1020px) {
  .top__column-main {
    max-width: 100%;
    padding-top: unset;
    flex-direction: column;
  }
}
.top__column-main-footprint {
  max-width: 110px;
  position: absolute;
  top: -6px;
  left: 226px;
}
@media (max-width: 1400px) {
  .top__column-main-footprint {
    max-width: 7.6388888889vw;
    top: -0.4166666667vw;
    left: 15.6944444444vw;
  }
}
.top__column-thumbnail {
  position: relative;
  z-index: 1;
  max-width: 585px;
  aspect-ratio: 4/3;
  margin-top: 100px;
}
@media (max-width: 1400px) {
  .top__column-thumbnail {
    max-width: 40.625vw;
    margin-top: 6.9444444444vw;
  }
}
@media (max-width: 1020px) {
  .top__column-thumbnail {
    max-width: 100%;
    margin-top: unset;
  }
}
.top__column-pickup {
  width: 100%;
  max-width: 912px;
  height: max-content;
  color: var(--clr-text-white);
  background: var(--clr-main-black);
  padding: 80px 120px 80px 244px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
  align-self: stretch;
  position: absolute;
  top: 80px;
  right: -120px;
  z-index: 0;
}
@media (max-width: 1400px) {
  .top__column-pickup {
    max-width: 63.3333333333vw;
    padding: 5.5555555556vw 8.3333333333vw 5.5555555556vw 16.9444444444vw;
    gap: 2.7777777778vw;
    top: 5.5555555556vw;
    right: -8.3333333333vw;
  }
}
@media (max-width: 1020px) {
  .top__column-pickup {
    position: static;
    max-width: 100%;
    padding: 10.6666666667vw 6.4vw;
    gap: 6.4vw;
  }
}
.top__column-pickup-header {
  display: flex;
  gap: 24px;
  align-items: stretch;
}
@media (max-width: 1400px) {
  .top__column-pickup-header {
    gap: 1.6666666667vw;
  }
}
@media (max-width: 1020px) {
  .top__column-pickup-header {
    gap: 6.4vw;
  }
}
.top__column-pickup-label {
  text-align: center;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  transform: rotate(180deg);
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-weight: 800;
  line-height: 140%;
  letter-spacing: 4px;
  padding-left: 4px;
  border-left: 1px solid var(--clr-text-white);
}
@media (max-width: 1400px) {
  .top__column-pickup-label {
    font-size: 0.9722222222vw;
    letter-spacing: 0.2777777778vw;
    padding-left: 0.2777777778vw;
  }
}
@media (max-width: 1020px) {
  .top__column-pickup-label {
    font-size: 3.2vw;
    letter-spacing: 1.0666666667vw;
    padding-left: 1.0666666667vw;
  }
}
.top__column-pickup-title {
  flex: 1 0 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 1.7px;
  margin: auto 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  overflow: hidden;
}
@media (max-width: 1400px) {
  .top__column-pickup-title {
    font-size: 1.6666666667vw;
    letter-spacing: 0.1180555556vw;
  }
}
@media (max-width: 1020px) {
  .top__column-pickup-title {
    font-size: 6.4vw;
    letter-spacing: 0.4533333333vw;
  }
}
.top__column-pickup-description {
  align-self: stretch;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  overflow: hidden;
}
@media (max-width: 1400px) {
  .top__column-pickup-description {
    font-size: 0.9722222222vw;
  }
}
@media (max-width: 1020px) {
  .top__column-pickup-description {
    font-size: 3.7333333333vw;
  }
}
.top__categories {
  position: relative;
  display: flex;
  padding: 100px 0;
  flex-direction: column;
  align-items: center;
  gap: 100px;
  align-self: stretch;
}
@media (max-width: 1400px) {
  .top__categories {
    padding: 6.9444444444vw 0;
    gap: 6.9444444444vw;
  }
}
@media (max-width: 1020px) {
  .top__categories {
    padding: 21.3333333333vw 6.4vw;
    gap: 17.3333333333vw;
  }
}
@media (max-width: 1020px) {
  .top__categories-footprint {
    position: absolute;
    top: 0;
    right: 0;
    max-width: 24.2666666667vw;
  }
}
.top__categories-inner {
  display: flex;
  gap: 56px;
  flex-direction: column;
}
@media (max-width: 1400px) {
  .top__categories-inner {
    gap: 3.8888888889vw;
  }
}
@media (max-width: 1020px) {
  .top__categories-inner {
    gap: 8.5333333333vw;
  }
}
.top__categories-main {
  display: flex;
  gap: 24px;
  flex-direction: column;
}
@media (max-width: 1400px) {
  .top__categories-main {
    gap: 1.6666666667vw;
  }
}
@media (max-width: 1020px) {
  .top__categories-main {
    gap: 2.1333333333vw;
  }
}
.top__categories-title {
  font-size: 20px;
  font-weight: 500;
  line-height: 146.25%;
  letter-spacing: 1px;
}
@media (max-width: 1400px) {
  .top__categories-title {
    font-size: 1.3888888889vw;
  }
}
@media (max-width: 1020px) {
  .top__categories-title {
    font-size: 4.2666666667vw;
    line-height: 182.813%;
  }
}
.top__categories-list {
  display: grid;
  gap: 40px;
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 1400px) {
  .top__categories-list {
    gap: 2.7777777778vw;
  }
}
@media (max-width: 1020px) {
  .top__categories-list {
    gap: 4.2666666667vw;
    grid-template-columns: repeat(2, 1fr);
  }
}
.top__categories-list-block {
  display: flex;
  gap: 9px;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 1400px) {
  .top__categories-list-block {
    gap: 0.625vw;
  }
}
@media (max-width: 1020px) {
  .top__categories-list-block {
    gap: 2.9333333333vw;
  }
}
@media (min-width: 1021px) {
  .top__categories-list-block:hover .top__categories-block-thumbnail img:not(.top__categories-list-block-new) {
    transform: scale(1.07);
  }
}
.top__categories-block-detail {
  display: flex;
  gap: 8px;
  flex-direction: column;
}
@media (max-width: 1400px) {
  .top__categories-block-detail {
    gap: 0.5555555556vw;
  }
}
@media (max-width: 1020px) {
  .top__categories-block-detail {
    gap: 2.1333333333vw;
  }
}
.top__categories-block-thumbnail {
  position: relative;
  overflow: hidden;
  width: 100%;
  min-width: 249px;
  max-height: 249px;
}
@media (max-width: 1400px) {
  .top__categories-block-thumbnail {
    min-width: 17.2916666667vw;
    max-height: 17.2916666667vw;
  }
}
@media (max-width: 1020px) {
  .top__categories-block-thumbnail {
    min-height: 27.7333333333vw;
    max-height: 27.7333333333vw;
  }
}
.top__categories-block-thumbnail img {
  transition: transform 0.3s;
}
.top__categories-block-thumbnail img:not(.top__categories-list-block-new) {
  height: 100%;
  object-fit: cover;
}
.top__categories-list-block-new {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 10px;
  max-width: 48px;
}
@media (max-width: 1400px) {
  .top__categories-list-block-new {
    left: 0.6944444444vw;
    max-width: 3.3333333333vw;
  }
}
@media (max-width: 1020px) {
  .top__categories-list-block-new {
    left: 2.6666666667vw;
    max-width: 9.6vw;
  }
}
.top__categories-block-tag {
  color: var(--clr-text-black-2);
  font-size: 12px;
  font-weight: 400;
  line-height: 133.333%;
}
@media (max-width: 1400px) {
  .top__categories-block-tag {
    font-size: 0.8333333333vw;
  }
}
@media (max-width: 1020px) {
  .top__categories-block-tag {
    font-size: 3.2vw;
  }
}
.top__categories-block-title {
  color: var(--clr-text-black);
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  overflow: hidden;
}
@media (max-width: 1400px) {
  .top__categories-block-title {
    font-size: 1.1111111111vw;
  }
}
@media (max-width: 1020px) {
  .top__categories-block-title {
    font-size: 3.7333333333vw;
    font-weight: 400;
    line-height: 160%;
  }
}
.top__categories-block-date {
  color: var(--clr-text-gray);
  font-family: "Lato", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 133.333%;
}
@media (max-width: 1400px) {
  .top__categories-block-date {
    font-size: 0.8333333333vw;
  }
}
@media (max-width: 1020px) {
  .top__categories-block-date {
    font-size: 3.2vw;
  }
}
.top__categories-more {
  max-width: max-content;
  margin: 0 auto;
}
@media (max-width: 1020px) {
  .top__categories-more {
    max-width: 100%;
  }
}
.top__staff {
  padding: 100px 0;
  position: relative;
}
@media (max-width: 1400px) {
  .top__staff {
    padding: 6.9444444444vw 0;
  }
}
@media (max-width: 1020px) {
  .top__staff {
    padding: 26.6666666667vw 5.3333333333vw 21.3333333333vw;
  }
}
.top__staff-cat {
  position: absolute;
  top: -48px;
  right: 0;
  width: 156px;
}
@media (max-width: 1400px) {
  .top__staff-cat {
    top: -3.3333333333vw;
    width: 10.8333333333vw;
  }
}
@media (max-width: 1020px) {
  .top__staff-cat {
    top: 0;
    width: 23.4666666667vw;
  }
}
.top__staff-inner {
  display: flex;
  flex-direction: column;
  gap: 80px;
  align-self: stretch;
}
@media (max-width: 1400px) {
  .top__staff-inner {
    gap: 5.5555555556vw;
  }
}
@media (max-width: 1020px) {
  .top__staff-inner {
    gap: 10.6666666667vw;
  }
}
.top__staff-title {
  display: flex;
  gap: 8px;
  flex-direction: column;
}
@media (max-width: 1400px) {
  .top__staff-title {
    gap: 0.5555555556vw;
  }
}
@media (max-width: 1020px) {
  .top__staff-title {
    gap: 2.1333333333vw;
  }
}
.top__staff-title span {
  font-family: var(--Font-Family-EN, Lato);
  font-size: 14px;
  font-weight: 800;
  line-height: 140%;
  letter-spacing: 4px;
}
@media (max-width: 1400px) {
  .top__staff-title span {
    font-size: 0.9722222222vw;
    letter-spacing: 0.2777777778vw;
  }
}
@media (max-width: 1020px) {
  .top__staff-title span {
    font-weight: 400;
    font-size: 3.2vw;
    letter-spacing: 1.0666666667vw;
  }
}
.top__staff-title h2 {
  font-size: 18px;
  font-weight: 500;
  line-height: 162.5%;
  letter-spacing: 1px;
  white-space: nowrap;
}
@media (max-width: 1400px) {
  .top__staff-title h2 {
    font-size: 1.25vw;
  }
}
@media (max-width: 1020px) {
  .top__staff-title h2 {
    font-size: 4.8vw;
  }
}
.top__staff-main {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 1400px) {
  .top__staff-main {
    gap: 1.6666666667vw;
  }
}
@media (max-width: 1020px) {
  .top__staff-main {
    gap: 12.8vw 6.4vw;
    grid-template-columns: repeat(2, 1fr);
  }
}
.top__staff-block {
  display: flex;
  gap: 16px;
  align-items: center;
  flex-direction: column;
}
@media (max-width: 1400px) {
  .top__staff-block {
    gap: 1.1111111111vw;
  }
}
@media (max-width: 1020px) {
  .top__staff-block {
    gap: 4.2666666667vw;
  }
}
.top__staff-upper {
  position: relative;
}
@media (max-width: 1020px) {
  .top__staff-upper {
    width: 100%;
  }
}
.top__staff-category {
  position: absolute;
  top: 0;
  left: 0;
  width: 64px;
}
@media (max-width: 1400px) {
  .top__staff-category {
    width: 4.4444444444vw;
  }
}
@media (max-width: 1020px) {
  .top__staff-category {
    width: 17.0666666667vw;
  }
}
.top__staff-category.-want {
  width: 87px;
}
@media (max-width: 1400px) {
  .top__staff-category.-want {
    width: 6.0416666667vw;
  }
}
@media (max-width: 1020px) {
  .top__staff-category.-want {
    width: 23.2vw;
  }
}
.top__staff-thumbnail {
  max-width: 180px;
  margin: 0 auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
}
@media (max-width: 1400px) {
  .top__staff-thumbnail {
    max-width: 12.5vw;
  }
}
@media (max-width: 1020px) {
  .top__staff-thumbnail {
    max-width: 34.6666666667vw;
  }
}
.top__staff-detail {
  height: 100%;
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
}
@media (max-width: 1400px) {
  .top__staff-detail {
    gap: 0.5555555556vw;
  }
}
@media (max-width: 1020px) {
  .top__staff-detail {
    align-items: flex-start;
    gap: 2.1333333333vw;
  }
}
.top__staff-profile {
  text-align: center;
  display: flex;
  align-items: center;
  flex-direction: column;
  align-self: stretch;
  font-size: 12px;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 0.12px;
}
@media (max-width: 1400px) {
  .top__staff-profile {
    font-size: 0.8333333333vw;
    letter-spacing: 0.0083333333vw;
  }
}
@media (max-width: 1020px) {
  .top__staff-profile {
    text-align: left;
    align-items: flex-start;
    font-size: 3.2vw;
    letter-spacing: 0.032vw;
  }
}
.top__staff-name {
  color: var(--clr-text-black);
  font-size: 20px;
  font-weight: 500;
  line-height: normal;
}
@media (max-width: 1400px) {
  .top__staff-name {
    font-size: 1.3888888889vw;
  }
}
@media (max-width: 1020px) {
  .top__staff-name {
    font-size: 4.8vw;
    line-height: 160%;
  }
}
.top__sns {
  position: relative;
  background: var(--clr-bg-gray);
  padding: 100px 0;
}
@media (max-width: 1400px) {
  .top__sns {
    padding: 6.9444444444vw 0;
  }
}
@media (max-width: 1020px) {
  .top__sns {
    padding: 10.6666666667vw 6.4vw 21.3333333333vw;
  }
}
.top__sns-cat {
  position: absolute;
  max-width: 100px;
  top: -28px;
  left: 120px;
}
@media (max-width: 1400px) {
  .top__sns-cat {
    max-width: 6.9444444444vw;
    top: -1.9444444444vw;
    left: 8.3333333333vw;
  }
}
@media (max-width: 1020px) {
  .top__sns-cat {
    max-width: 19.4666666667vw;
    top: -5.3333333333vw;
    left: 5.3333333333vw;
  }
}
.top__sns-inner {
  position: relative;
  display: flex;
  gap: 80px;
  flex-direction: column;
}
@media (max-width: 1400px) {
  .top__sns-inner {
    gap: 5.5555555556vw;
  }
}
@media (max-width: 1020px) {
  .top__sns-inner {
    gap: 6.4vw;
  }
}
.top__sns-main {
  display: flex;
  gap: 40px;
  align-items: flex-start;
}
@media (max-width: 1400px) {
  .top__sns-main {
    gap: 2.7777777778vw;
  }
}
@media (max-width: 1020px) {
  .top__sns-main {
    gap: 6.4vw;
    align-items: center;
    flex-direction: column;
  }
}
.top__sns-title {
  display: flex;
  gap: 8px;
  align-items: flex-start;
  flex-direction: column;
  min-width: 189px;
}
@media (max-width: 1400px) {
  .top__sns-title {
    gap: 0.5555555556vw;
    min-width: 13.125vw;
  }
}
@media (max-width: 1020px) {
  .top__sns-title {
    gap: 1.0666666667vw;
    align-items: center;
  }
}
.top__sns-title span {
  font-family: var(--Font-Family-EN, Lato);
  font-size: 14px;
  font-weight: 800;
  line-height: 140%;
  letter-spacing: 4px;
}
@media (max-width: 1400px) {
  .top__sns-title span {
    font-size: 0.9722222222vw;
    letter-spacing: 0.2777777778vw;
  }
}
@media (max-width: 1020px) {
  .top__sns-title span {
    font-weight: 400;
    font-size: 3.2vw;
    letter-spacing: 1.0666666667vw;
  }
}
.top__sns-title h2 {
  font-size: 18px;
  font-weight: 500;
  line-height: 162.5%;
  letter-spacing: 1px;
  white-space: nowrap;
}
@media (max-width: 1400px) {
  .top__sns-title h2 {
    font-size: 1.25vw;
  }
}
@media (max-width: 1020px) {
  .top__sns-title h2 {
    font-size: 4.8vw;
  }
}
.top__sns-imgs {
  width: 100%;
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(6, 1fr);
}
@media (max-width: 1400px) {
  .top__sns-imgs {
    gap: 1.1111111111vw;
  }
}
@media (max-width: 1020px) {
  .top__sns-imgs {
    gap: 4.2666666667vw;
    grid-template-columns: repeat(2, 1fr);
  }
}
.top__sns-imgs img {
  max-width: 148.5px;
}
@media (max-width: 1400px) {
  .top__sns-imgs img {
    max-width: 10.3166666667vw;
  }
}
@media (max-width: 1400px) {
  .top__sns-imgs img {
    max-width: 100%;
  }
}
.top__sns-btns {
  width: 100%;
  display: flex;
  align-items: stretch;
  gap: 40px;
}
@media (max-width: 1400px) {
  .top__sns-btns {
    gap: 2.7777777778vw;
  }
}
@media (max-width: 1020px) {
  .top__sns-btns {
    gap: 6.4vw;
    flex-direction: column;
  }
}
.top__sns-btns-divider {
  display: block;
  width: 1px;
  align-self: stretch;
  background: var(--clr-border-gray-2);
}
@media (max-width: 1020px) {
  .top__sns-btns-divider {
    display: none;
  }
}
.top__sns-group {
  flex: 1 0 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media (max-width: 1400px) {
  .top__sns-group {
    gap: 2.2222222222vw;
  }
}
@media (max-width: 1020px) {
  .top__sns-group {
    gap: 6.4vw;
  }
}
.top__sns-group.-fixed {
  flex: none;
  width: 370px;
}
@media (max-width: 1400px) {
  .top__sns-group.-fixed {
    width: 25.6944444444vw;
  }
}
@media (max-width: 1020px) {
  .top__sns-group.-fixed {
    width: 100%;
  }
}
.top__sns-group-title {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media (max-width: 1400px) {
  .top__sns-group-title {
    gap: 0.5555555556vw;
  }
}
.top__sns-group-title span {
  font-family: var(--Font-Family-EN, Lato);
  font-size: 14px;
  font-weight: 800;
  line-height: 140%;
  letter-spacing: 4px;
  text-transform: uppercase;
}
@media (max-width: 1400px) {
  .top__sns-group-title span {
    font-size: 0.9722222222vw;
    letter-spacing: 0.2777777778vw;
  }
}
@media (max-width: 1020px) {
  .top__sns-group-title span {
    font-size: 3.2vw;
    letter-spacing: 1.0666666667vw;
  }
}
.top__sns-group-title h3 {
  font-size: 18px;
  font-weight: 500;
  line-height: 162.5%;
  letter-spacing: 1px;
}
@media (max-width: 1400px) {
  .top__sns-group-title h3 {
    font-size: 1.25vw;
  }
}
@media (max-width: 1020px) {
  .top__sns-group-title h3 {
    font-size: 4.8vw;
  }
}
.top__sns-group-cards {
  display: flex;
  gap: 24px;
}
@media (max-width: 1400px) {
  .top__sns-group-cards {
    gap: 1.6666666667vw;
  }
}
@media (max-width: 1020px) {
  .top__sns-group-cards {
    gap: 4.2666666667vw;
    flex-direction: column;
  }
}
.top__sns-card {
  flex: 1 0 0;
  min-width: 0;
  display: flex;
  gap: 24px;
  align-items: flex-end;
}
@media (max-width: 1400px) {
  .top__sns-card {
    gap: 1.6666666667vw;
  }
}
@media (max-width: 1020px) {
  .top__sns-card {
    gap: 4.2666666667vw;
  }
}
.top__sns-card-main {
  flex: 1 0 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (max-width: 1400px) {
  .top__sns-card-main {
    gap: 1.1111111111vw;
  }
}
@media (max-width: 1020px) {
  .top__sns-card-main {
    gap: 3.2vw;
  }
}
.top__sns-card-text {
  display: flex;
  flex-direction: column;
}
.top__sns-card-text span {
  font-size: 14px;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 1px;
}
@media (max-width: 1400px) {
  .top__sns-card-text span {
    font-size: 0.9722222222vw;
  }
}
@media (max-width: 1020px) {
  .top__sns-card-text span {
    font-size: 3.4666666667vw;
  }
}
.top__sns-card-btn {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 16px 16px 24px;
  border: 1px solid var(--clr-main-black);
  background: transparent;
  transition: background 0.3s, opacity 0.3s;
}
@media (max-width: 1400px) {
  .top__sns-card-btn {
    gap: 1.1111111111vw;
    padding: 1.1111111111vw 1.1111111111vw 1.1111111111vw 1.6666666667vw;
  }
}
@media (max-width: 1020px) {
  .top__sns-card-btn {
    padding: 4.2666666667vw 4.2666666667vw 4.2666666667vw 5.3333333333vw;
  }
}
.top__sns-card-btn span {
  font-size: 14px;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 1px;
}
@media (max-width: 1400px) {
  .top__sns-card-btn span {
    font-size: 0.9722222222vw;
  }
}
@media (max-width: 1020px) {
  .top__sns-card-btn span {
    font-size: 3.4666666667vw;
  }
}
.top__sns-card-btn img {
  width: 16px;
  flex-shrink: 0;
}
@media (max-width: 1400px) {
  .top__sns-card-btn img {
    width: 1.1111111111vw;
  }
}
@media (max-width: 1020px) {
  .top__sns-card-btn img {
    width: 4.2666666667vw;
  }
}
@media (min-width: 1021px) {
  .top__sns-card-btn:hover {
    background: var(--clr-bg-light-green);
  }
}
.top__sns-card-thumb {
  display: block;
  flex-shrink: 0;
  width: 80px;
  height: 80px;
  object-fit: cover;
}
@media (max-width: 1400px) {
  .top__sns-card-thumb {
    width: 5.5555555556vw;
    height: 5.5555555556vw;
  }
}
@media (max-width: 1020px) {
  .top__sns-card-thumb {
    display: none;
  }
}
.top__sns-card-thumb.-placeholder {
  background: #D9D9D9;
}

/*# sourceMappingURL=top.css.map */
