@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Figtree:ital@0;1&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Instrument+Serif&display=swap");
:root {
  --text-color: #222;
  --wh: #fff;
  --bk: #222;
  --gray: #dddcda;
}

/* @font-face でローカルフォントを優先 */
@font-face {
  font-family: "Local Noto Sans JP";
  src: local("Noto Sans JP");
}
@media screen and (max-width: 834px) {
  .pc {
    display: none !important;
  }
}

@media screen and (min-width: 835px) {
  .sp {
    display: none !important;
  }
}

@media screen and (max-width: 640px) {
  .pc-sm {
    display: none !important;
  }
}

@media screen and (min-width: 641px) {
  .sp-sm {
    display: none !important;
  }
}

@media screen and (max-width: 1024px) {
  .pc-tb {
    display: none !important;
  }
}

@media screen and (min-width: 1025px) {
  .sp-tb {
    display: none !important;
  }
}

/* 三点リーダー 一行 */
/* 三点リーダー 複数行 */
/* 背景をテキストで切り取る */
/* ====================================================
KEYFRAMES
==================================================== */
@keyframes slideLoop {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@keyframes zoomOut {
  0% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
/* ====================================================
TOP FV
==================================================== */
.top__fv {
  margin-top: 23rem;
  padding-top: 30rem;
}
@media screen and (max-width: 1200px) {
  .top__fv {
    padding-top: 50rem;
  }
}
@media screen and (max-width: 834px) {
  .top__fv {
    margin-top: clamp(10rem, 15vw, 15rem);
    padding-top: clamp(10rem, 10vw, 12rem);
    margin-bottom: 5rem;
  }
}
@media screen and (max-width: 640px) {
  .top__fv {
    margin-top: clamp(10rem, 15vw, 15rem);
    padding-top: 0;
    margin-bottom: 4rem;
  }
}
.top__fv-inner {
  width: 100vw;
  max-width: 152rem;
  min-height: 85rem;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 834px) {
  .top__fv-inner {
    min-height: auto;
  }
}
.top__fv-content {
  position: relative;
}
@media screen and (max-width: 834px) {
  .top__fv-content {
    margin-top: 3rem;
  }
}
.top__fv .swiper-container {
  overflow: hidden;
}
.top__fv .swiper-container img {
  min-height: 800px;
}
.top__fv .swiper-container--small {
  width: 100%;
  overflow: hidden;
  position: absolute;
  top: -50%;
  right: 6rem;
  transform: translate(0, 50%);
  z-index: 5;
}
@media screen and (max-width: 834px) {
  .top__fv .swiper-container--small {
    display: none;
  }
}
.top__fv .swiper-container--small img {
  aspect-ratio: 440/350;
  width: 35rem;
  height: 44rem;
  min-height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 1200px) {
  .top__fv .swiper-container--small img {
    width: 28rem;
    height: 35rem;
  }
}
.top__fv-logo {
  position: absolute;
  top: -30rem;
  left: 6rem;
  width: 100%;
  max-width: 76.8rem;
  height: 100%;
  max-height: 22.8rem;
  z-index: 6;
}
@media screen and (max-width: 1200px) {
  .top__fv-logo {
    top: -50rem;
  }
}
@media screen and (max-width: 834px) {
  .top__fv-logo {
    position: static;
    width: 90%;
    margin: 0 auto;
  }
}
.top__fv-logo-catch {
  font-size: 2rem;
  margin-left: auto;
  position: absolute;
  top: 30%;
  right: 0;
}
@media screen and (max-width: 834px) {
  .top__fv-logo-catch {
    font-size: 1.5rem;
    position: static;
    margin: 0 auto;
    text-align: center;
  }
}
.top__fv-img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.fvfadein {
  animation: fvfadein 8s linear;
}

.fvscalein {
  animation: fvscalein 4s linear forwards;
}

@keyframes fvfadein {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fvscalein {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  20% {
    opacity: 1;
    transform: scale(1);
  }
  80% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(1);
  }
}
/* ====================================================
TOP SALON
==================================================== */
.top__salon {
  padding: 14.5rem 0 14rem;
}
@media screen and (max-width: 1200px) {
  .top__salon {
    padding: 10rem 0 10rem;
  }
}
@media screen and (max-width: 834px) {
  .top__salon {
    padding: 8rem 0 8rem;
  }
}
@media screen and (max-width: 640px) {
  .top__salon {
    padding: 6rem 0 6rem;
  }
}
@media screen and (max-width: 499px) {
  .top__salon {
    padding: 4rem 0 4rem;
  }
}
.top__salon-title {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  .top__salon-title {
    flex-direction: column;
    align-items: flex-start;
    gap: 3rem;
  }
}
.top__salon-title .large-text {
  line-height: 1.8;
}
.top__salon-heading {
  width: 50%;
  flex-shrink: 0;
  font-size: 9.6rem;
  font-family: "Figtree", sans-serif;
  line-height: 1.1;
  overflow: visible;
  padding-bottom: 0.2em;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0 2rem;
}
@media screen and (max-width: 834px) {
  .top__salon-heading {
    font-size: 8.4rem;
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .top__salon-heading {
    font-size: 6.4rem;
  }
}
@media screen and (max-width: 499px) {
  .top__salon-heading {
    font-size: 4.6rem;
  }
}
.top__salon-heading span:not(.local-area) {
  font-size: 3.2rem;
  font-family: "Instrument Serif", serif;
  display: block;
  grid-column: 1/-1;
}
@media screen and (max-width: 640px) {
  .top__salon-heading span:not(.local-area) {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 499px) {
  .top__salon-heading span:not(.local-area) {
    font-size: 2.1rem;
  }
}
.top__salon-heading span.local-area {
  font-family: "Figtree", sans-serif;
  font-size: 2.4rem;
  display: inline-block;
  grid-column: 2;
  grid-row: 2;
  align-self: center;
  margin-top: 2rem;
  white-space: nowrap;
}
@media screen and (max-width: 640px) {
  .top__salon-heading span.local-area {
    font-size: 2rem;
  }
}
.top__salon-content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
  margin-top: 13.5rem;
}
@media screen and (max-width: 1200px) {
  .top__salon-content {
    margin-top: 10rem;
  }
}
@media screen and (max-width: 1024px) {
  .top__salon-content {
    flex-direction: column;
    margin-top: 7rem;
    gap: 5rem;
  }
}
@media screen and (max-width: 640px) {
  .top__salon-content {
    gap: 4rem;
    margin-top: 5rem;
  }
}
@media screen and (max-width: 499px) {
  .top__salon-content {
    gap: 3rem;
    margin-top: 3rem;
  }
}
.top__salon-content-img {
  width: 50%;
  max-width: 63.5rem;
  padding-right: 5rem;
  position: sticky;
  top: 0;
  left: 0;
}
@media screen and (max-width: 1024px) {
  .top__salon-content-img {
    position: static;
    width: 100%;
    max-width: 100%;
    padding-right: 0;
  }
  .top__salon-content-img img {
    aspect-ratio: 2/1;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.top__salon-content-table {
  width: 50%;
}
@media screen and (max-width: 1024px) {
  .top__salon-content-table {
    width: 100%;
  }
}
.top__salon-content-list-heading {
  font-family: "Figtree", sans-serif;
  font-size: 2rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.top__salon-content-list-heading::before {
  content: "";
  display: inline-block;
  width: 1rem;
  height: 1rem;
  background-color: var(--bk);
  border-radius: 100vmax;
}
.top__salon-content-list-heading:nth-of-type(2) {
  margin-top: 10rem;
}
@media screen and (max-width: 834px) {
  .top__salon-content-list-heading:nth-of-type(2) {
    margin-top: 5rem;
  }
}
@media screen and (max-width: 640px) {
  .top__salon-content-list-heading:nth-of-type(2) {
    margin-top: 3rem;
  }
}
.top__salon-content-list-item {
  line-height: 1;
  border-bottom: 1px solid var(--gray);
  padding-bottom: 2rem;
}
.top__salon-content-list-item .en {
  font-family: "Figtree", sans-serif;
  font-size: 1.8rem;
  white-space: nowrap;
}
@media screen and (max-width: 640px) {
  .top__salon-content-list-item .en {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 499px) {
  .top__salon-content-list-item .en {
    font-size: 1.4rem;
  }
}
.top__salon-content-list-item .ja {
  font-size: 1.2rem;
  font-weight: 300;
  display: block;
  margin-top: 2px;
}
.top__salon-content-list .group {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 3rem 4rem;
  margin-top: 5rem;
}
@media screen and (max-width: 834px) {
  .top__salon-content-list .group {
    margin-top: 3rem;
  }
}
@media screen and (max-width: 640px) {
  .top__salon-content-list .group {
    margin-top: 2rem;
    gap: 2rem 3rem;
  }
}
@media screen and (max-width: 499px) {
  .top__salon-content-list .group {
    gap: 1.5rem 2rem;
  }
}
@media screen and (max-width: 376px) {
  .top__salon-content-list .group {
    grid-template-columns: 1fr;
  }
}
.top__salon .link-more {
  margin-top: 1.5rem;
  margin-left: auto;
}

/* ====================================================
TOP SERVICE
==================================================== */
.top__service {
  background-color: var(--gray);
  padding: 15rem 0 0;
}
@media screen and (max-width: 1200px) {
  .top__service {
    padding: 12rem 0 0;
  }
}
@media screen and (max-width: 834px) {
  .top__service {
    padding: 8rem 0 0;
  }
}
@media screen and (max-width: 640px) {
  .top__service {
    padding: 6rem 0 0;
  }
}
@media screen and (max-width: 499px) {
  .top__service {
    padding: 4rem 0 0;
  }
}
.top__service-title {
  display: flex;
}
@media screen and (max-width: 834px) {
  .top__service-title {
    flex-direction: column;
    gap: 3rem;
  }
}
.top__service-heading {
  font-size: 9.6rem;
  font-family: "Figtree", sans-serif;
  line-height: 1;
  width: 50%;
}
@media screen and (max-width: 834px) {
  .top__service-heading {
    width: 100%;
    font-size: 8.4rem;
  }
}
@media screen and (max-width: 640px) {
  .top__service-heading {
    font-size: 6.4rem;
  }
}
@media screen and (max-width: 499px) {
  .top__service-heading {
    font-size: 4.6rem;
  }
}
.top__service-heading span {
  font-size: 3.2rem;
  font-family: "Instrument Serif", serif;
  display: block;
}
@media screen and (max-width: 499px) {
  .top__service-heading span {
    font-size: 2.1rem;
  }
}
.top__service-wrapper {
  width: 50%;
}
@media screen and (max-width: 834px) {
  .top__service-wrapper {
    width: 100%;
  }
}
.top__service .large-text {
  font-size: 2.8rem;
}
@media screen and (max-width: 834px) {
  .top__service .large-text {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 376px) {
  .top__service .large-text {
    font-size: 2.2rem;
  }
}
.top__service .medium-text {
  line-height: 1.8;
  margin-top: 4rem;
}
@media screen and (max-width: 834px) {
  .top__service .medium-text {
    margin-top: 3rem;
  }
}
@media screen and (max-width: 640px) {
  .top__service .medium-text {
    margin-top: 2rem;
  }
}
.top__service-list {
  margin-top: 7rem;
  display: flex;
}
@media screen and (max-width: 1200px) {
  .top__service-list {
    margin-top: 5rem;
  }
}
@media screen and (max-width: 834px) {
  .top__service-list {
    margin-top: 4rem;
    flex-direction: column;
  }
}
.top__service-item {
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 834px) {
  .top__service-item {
    max-height: 60rem;
  }
}
.top__service-item .wrapper {
  color: var(--wh);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.top__service-item .viewmore {
  font-family: "Instrument Serif", serif;
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  text-shadow: 0 -1.5em 0 #ffffff, 0 0 0 #ffffff;
}
@media screen and (max-width: 1200px) {
  .top__service-item .viewmore {
    bottom: 5rem;
  }
}
@media screen and (max-width: 834px) {
  .top__service-item .viewmore {
    bottom: 4rem;
  }
}
@media screen and (max-width: 640px) {
  .top__service-item .viewmore {
    bottom: 3rem;
  }
}
@media screen and (max-width: 499px) {
  .top__service-item .viewmore {
    bottom: 2rem;
  }
}
.top__service-item .viewmore:hover {
  text-shadow: 0 0 0 #ffffff, 0 1.5em 0 #ffffff;
}
.top__service-item:hover .viewmore {
  text-shadow: 0 0 0 #ffffff, 0 1.5em 0 #ffffff;
}
.top__service-item-text {
  font-family: "Figtree", sans-serif;
  font-size: 4.8rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.top__service-item img {
  transition: transform 0.5s ease;
}
@media screen and (max-width: 834px) {
  .top__service-item img {
    aspect-ratio: 3/2;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.top__service-item:hover img {
  transform: scale(1.1);
  transition: transform 0.5s ease;
}
.top__service .link-more {
  margin-top: 1.5rem;
  margin-left: auto;
}
@media screen and (max-width: 834px) {
  .top__service .link-more {
    margin: 3rem auto 0;
  }
}

/* ====================================================
TOP GALLERY
==================================================== */
.top__gallery {
  padding-top: 17rem;
}
@media screen and (max-width: 1200px) {
  .top__gallery {
    padding-top: 13rem;
  }
}
@media screen and (max-width: 834px) {
  .top__gallery {
    padding-top: 10rem;
  }
}
@media screen and (max-width: 640px) {
  .top__gallery {
    padding-top: 8rem;
  }
}
@media screen and (max-width: 499px) {
  .top__gallery {
    padding-top: 6rem;
  }
}
.top__gallery .inner {
  position: relative;
}
@media screen and (max-width: 834px) {
  .top__gallery .inner {
    padding-bottom: 3rem;
  }
}
.top__gallery-title {
  padding-top: 16rem;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 1500px) {
  .top__gallery-title {
    padding-top: 0;
  }
}
@media screen and (max-width: 834px) {
  .top__gallery-title {
    position: static;
    top: auto;
    right: auto;
    padding-top: 0;
    display: flex;
    align-items: flex-end;
  }
}
.top__gallery-heading {
  font-size: 9.6rem;
  font-family: "Figtree", sans-serif;
  line-height: 1.1;
  overflow: visible;
  padding-bottom: 0.2rem;
}
@media screen and (max-width: 834px) {
  .top__gallery-heading {
    font-size: 8.4rem;
  }
}
@media screen and (max-width: 640px) {
  .top__gallery-heading {
    font-size: 6.4rem;
  }
}
@media screen and (max-width: 499px) {
  .top__gallery-heading {
    font-size: 4.6rem;
  }
}
.top__gallery-heading span {
  font-size: 3.2rem;
  font-family: "Instrument Serif", serif;
  display: block;
}
@media screen and (max-width: 499px) {
  .top__gallery-heading span {
    font-size: 2.1rem;
  }
}
.top__gallery-list {
  width: 100%;
  max-width: 120rem;
  margin: 0 auto 0 0;
  display: grid;
  grid-template-columns: auto 33rem auto;
  grid-template-rows: max-content;
}
@media screen and (max-width: 834px) {
  .top__gallery-list {
    grid-template-columns: minmax(25rem, 50rem) auto;
    height: auto;
    position: relative;
    margin-top: 5rem;
  }
}
@media screen and (max-width: 499px) {
  .top__gallery-list {
    margin-top: 3rem;
  }
}
.top__gallery-item.--01 {
  grid-column: 1;
  grid-row: span 2;
  width: 600px;
}
@media screen and (max-width: 834px) {
  .top__gallery-item.--01 {
    width: auto;
    max-width: 50rem;
    grid-column: 1;
    grid-row: 1;
  }
}
.top__gallery-item.--02 {
  grid-column: 2;
  grid-row: 1;
  justify-self: flex-end;
  padding-top: 8.5rem;
}
@media screen and (max-width: 1500px) {
  .top__gallery-item.--02 {
    padding-top: 16rem;
  }
}
@media screen and (max-width: 834px) {
  .top__gallery-item.--02 {
    padding-top: 0;
    justify-self: flex-start;
    align-self: flex-end;
  }
}
.top__gallery-item.--02 img {
  max-width: 22rem;
}
@media screen and (max-width: 834px) {
  .top__gallery-item.--02 img {
    max-width: clamp(15rem, 25vw, 22rem);
    transform: translate(-20%, 0);
  }
}
@media screen and (max-width: 640px) {
  .top__gallery-item.--02 img {
    max-width: clamp(10rem, 25vw, 18rem);
    transform: translate(-20%, 0);
  }
}
.top__gallery-item.--03 {
  grid-column: 2;
  grid-row: 2;
  transform: translate(-15%, -10%);
}
@media screen and (max-width: 1500px) {
  .top__gallery-item.--03 {
    align-self: flex-end;
  }
}
@media screen and (max-width: 834px) {
  .top__gallery-item.--03 {
    grid-column: 1;
    grid-row: 2;
    transform: none;
    justify-self: flex-end;
    align-self: flex-start;
  }
}
.top__gallery-item.--03 img {
  max-width: 34rem;
}
@media screen and (max-width: 834px) {
  .top__gallery-item.--03 img {
    max-width: clamp(28rem, 30vw, 34rem);
    transform: translate(35%, -20%);
  }
}
@media screen and (max-width: 640px) {
  .top__gallery-item.--03 img {
    max-width: clamp(20rem, 25vw, 28rem);
    transform: translate(35%, -20%);
  }
}
.top__gallery-item.--04 {
  grid-column: 3;
  grid-row: 2;
  padding-top: 6rem;
  padding-left: 5rem;
}
@media screen and (max-width: 1500px) {
  .top__gallery-item.--04 {
    padding-top: 0;
    padding-left: 0;
  }
}
@media screen and (max-width: 834px) {
  .top__gallery-item.--04 {
    grid-column: 1;
    grid-row: 2;
    justify-self: flex-start;
  }
}
.top__gallery-item.--04 img {
  max-width: 22rem;
}
@media screen and (max-width: 834px) {
  .top__gallery-item.--04 img {
    max-width: clamp(15rem, 25vw, 22rem);
    transform: translate(15%, -50%);
  }
}
@media screen and (max-width: 640px) {
  .top__gallery-item.--04 img {
    max-width: clamp(10rem, 25vw, 18rem);
    transform: translate(15%, -50%);
  }
}
.top__gallery .link-more {
  margin: 3rem 0 0 auto;
}
@media screen and (max-width: 834px) {
  .top__gallery .link-more {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}

/* ====================================================
TOP NEWS
==================================================== */
.top__news {
  padding: 19rem 0 19rem;
}
@media screen and (max-width: 1200px) {
  .top__news {
    padding: 15rem 0 15rem;
  }
}
@media screen and (max-width: 834px) {
  .top__news {
    padding: 5rem 0 12rem;
  }
}
@media screen and (max-width: 640px) {
  .top__news {
    padding: 5rem 0 10rem;
  }
}
@media screen and (max-width: 499px) {
  .top__news {
    padding: 4rem 0 8rem;
  }
}
.top__news-wrapper {
  display: flex;
}
@media screen and (max-width: 1024px) {
  .top__news-wrapper {
    flex-direction: column;
    gap: 3rem;
  }
}
.top__news-title {
  width: 35%;
  max-width: 35rem;
  padding-right: 5rem;
}
.top__news-heading {
  font-size: 4.8rem;
  font-family: "Figtree", sans-serif;
  line-height: 1;
}
.top__news-list {
  width: 100%;
}
.top__news-item {
  border-bottom: 1px solid var(--gray);
  padding: 4rem 0;
  list-style: 1;
  position: relative;
}
@media screen and (max-width: 834px) {
  .top__news-item {
    padding: 2.5rem 0;
  }
}
@media screen and (max-width: 640px) {
  .top__news-item {
    padding: 2rem 0;
  }
}
@media screen and (max-width: 499px) {
  .top__news-item {
    padding: 1.5rem 0;
  }
}
.top__news-item:first-child {
  border-top: 1px solid var(--gray);
}
.top__news-item-title {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}
.top__news-item-title .title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  flex: 9;
}
.top__news-item-title span {
  flex: 1;
  display: flex;
  justify-content: flex-end;
}
.top__news-item:hover a {
  transform: translateX(1rem);
  transition: all 0.3s ease-in-out;
}
.top__news-item:hover .material-symbols-outlined {
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
}
.top__news-link {
  display: flex;
  align-items: center;
  gap: 3.5rem;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 834px) {
  .top__news-link {
    gap: 2rem;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 499px) {
  .top__news-link {
    gap: 1.5rem;
  }
}
.top__news .date {
  font-size: 1.2rem;
  font-family: "Figtree", sans-serif;
  width: clamp(7rem, 15vw, 9rem);
}
.top__news .cat {
  font-size: 1.2rem;
  font-family: "Figtree", sans-serif;
  width: clamp(10rem, 25vw, 13.5rem);
}
.top__news .link-more {
  margin-top: 5rem;
}
@media screen and (max-width: 834px) {
  .top__news .link-more {
    margin-top: 3rem;
  }
}
@media screen and (max-width: 640px) {
  .top__news .link-more {
    margin-top: 2rem;
  }
}
.top__news .material-symbols-outlined {
  font-size: 1.8rem;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
@media screen and (max-width: 834px) {
  .top__news .material-symbols-outlined {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 499px) {
  .top__news .material-symbols-outlined {
    font-size: 1.3rem;
  }
}

/* ====================================================
TOP BLOG
==================================================== */
.top__blog {
  padding-bottom: 20rem;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 834px) {
  .top__blog {
    padding-bottom: 8rem;
  }
}
@media screen and (max-width: 640px) {
  .top__blog {
    padding-bottom: 6rem;
  }
}
@media screen and (max-width: 499px) {
  .top__blog {
    padding-bottom: 4rem;
  }
}
@media screen and (max-width: 834px) {
  .top__blog img {
    aspect-ratio: 3/2;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.top__blog .inner {
  position: relative;
}
.top__blog-heading {
  font-family: "Figtree", sans-serif;
  font-size: 4.8rem;
  color: var(--wh);
  position: absolute;
  left: 0;
  bottom: 13rem;
}
@media screen and (max-width: 1200px) {
  .top__blog-heading {
    font-size: 3.6rem;
    bottom: 10vw;
  }
}
@media screen and (max-width: 834px) {
  .top__blog-heading {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 640px) {
  .top__blog-heading {
    font-size: 2rem;
  }
}
.top__blog-wrapper {
  display: flex;
  align-items: flex-end;
  width: 100%;
  max-width: 168rem;
  margin-left: calc((100% - 1366px) / 2);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
@media screen and (max-width: 1680px) {
  .top__blog-wrapper {
    max-width: 145rem;
    margin-left: 5%;
  }
}
@media screen and (max-width: 1200px) {
  .top__blog-wrapper {
    max-width: 100%;
  }
}
@media screen and (max-width: 834px) {
  .top__blog-wrapper {
    position: static;
    flex-direction: column-reverse;
    gap: 3rem;
    padding: 0;
    margin-top: -2rem;
  }
}
.top__blog-slider {
  display: flex;
  width: 100%;
}
@media screen and (max-width: 834px) {
  .top__blog-slider {
    width: 90%;
    margin-right: 0;
  }
}
.top__blog-slider .swiper-slide {
  width: auto;
}
.top__blog-slider .swiper-slide img {
  transition: transform 0.3s ease-in-out;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top__blog-slider .swiper-slide:hover img {
  transform: scale(1.1);
  transition: transform 0.3s ease-in-out;
}
.top__blog-slider .swiper-slide:hover .title::before {
  width: 100%;
  transition: width 0.3s ease-in-out;
}
.top__blog-item-img {
  width: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
}
@media screen and (max-width: 640px) {
  .top__blog-item-img {
    width: 240px;
  }
}
@media screen and (max-width: 499px) {
  .top__blog-item-img {
    width: 200px;
  }
}
.top__blog-item-text {
  margin-top: 2rem;
  padding-bottom: 6px;
}
.top__blog-item-text .meta {
  display: flex;
  gap: 1rem 2rem;
  font-size: 1.2rem;
}
@media screen and (max-width: 834px) {
  .top__blog-item-text .meta {
    flex-direction: column;
    gap: 0.5rem;
  }
}
.top__blog-item-text .date {
  font-family: "Figtree", sans-serif;
}
.top__blog-item-text .cat {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 499px) {
  .top__blog-item-text .cat {
    display: none;
  }
}
.top__blog-item-text .cat-item {
  background-color: var(--gray);
  border-radius: 100vmax;
  padding: 0 5px;
}
.top__blog-item-text .title {
  margin-top: 3rem;
  position: relative;
  display: inline-block;
}
@media screen and (max-width: 834px) {
  .top__blog-item-text .title {
    margin-top: 2rem;
  }
}
@media screen and (max-width: 499px) {
  .top__blog-item-text .title {
    margin-top: 1rem;
  }
}
.top__blog-item-text .title::before {
  content: "";
  display: block;
  transition: width 0.3s ease-in-out;
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 0;
  height: 1px;
  background-color: var(--bk);
}
.top__blog-controller {
  position: relative;
  width: 35rem;
  height: 23rem;
}
@media screen and (max-width: 834px) {
  .top__blog-controller {
    width: 90%;
    margin: 0 10% 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: auto;
  }
}
.top__blog-controller .pagination {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
.top__blog-controller .swiper-button-prev,
.top__blog-controller .swiper-button-next {
  width: 1.8rem;
  height: 0.9rem;
  color: #fff;
  border-radius: 50%;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  z-index: 2;
  cursor: pointer;
  position: relative;
  margin-top: 0;
}
.top__blog-controller .swiper-button-prev img,
.top__blog-controller .swiper-button-next img {
  -o-object-fit: contain;
     object-fit: contain;
}
.top__blog-controller .swiper-button-prev {
  left: 0.6rem;
}
.top__blog-controller .swiper-button-next {
  right: 0.6rem;
  transform: rotate(180deg);
}
.top__blog-controller .swiper-button-prev::after,
.top__blog-controller .swiper-button-next::after {
  display: none;
}
.top__blog-controller .swiper-pagination-current {
  display: inline-flex;
  align-items: center;
}
.top__blog-controller .swiper-pagination-current::after {
  content: " | ";
  font-size: 12px;
  margin-left: 5px;
  margin-right: 7px;
  transform: translateY(-1px);
}
.top__blog-controller .link-more {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  border-color: var(--bk);
  margin-top: 4rem;
}
@media screen and (max-width: 1680px) {
  .top__blog-controller .link-more {
    left: 5%;
  }
}
@media screen and (max-width: 834px) {
  .top__blog-controller .link-more {
    position: static;
  }
}
.top__blog-controller .wrap {
  position: absolute;
  top: 4em;
  left: 0;
  width: 100%;
  max-width: 12rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1680px) {
  .top__blog-controller .wrap {
    left: 5%;
  }
}
@media screen and (max-width: 834px) {
  .top__blog-controller .wrap {
    position: static;
  }
}/*# sourceMappingURL=top.css.map */