/* =========================================================
   section common
========================================================= */
.sec_topics,
.top-about,
.top-facility-visual,
.top-showcase,
.top-access,
.top-hours {
  overflow: hidden;
}

.sec_topics .sec_ttl h3,
.top-about__sub,
.top-facility-visual__sub,
.top-access__sub,
.top-hours__sub,
.top-showcase__en {
  letter-spacing: 0.16em;
  font-weight: 700;
  color: #73b7be;
}

.sec_topics .sec_ttl h2,
.top-about__title,
.top-facility-visual__title,
.top-access__title,
.top-hours__title,
.top-showcase__title {
  letter-spacing: 0.04em;
  color: #163942;
}

/* =========================================================
   01. TOPICS
========================================================= */
.sec_topics {
  padding: 70px 0;
  background: linear-gradient(180deg, #f7fbfc 0%, #edf6f8 100%);
}

.sec_topics .inner {
  width: min(100% - 30px, 1240px);
  margin: 0 auto;
}

.sec_topics .topics_content {
  position: relative;
}

.sec_topics .sec_ttl {
  margin-bottom: 30px;
  text-align: center;
}

.sec_topics .sec_ttl h3 {
  margin: 0 0 8px;
  font-size: 1.2rem;
  line-height: 1.4;
}

.sec_topics .sec_ttl h2 {
  margin: 0;
  font-size: 2.8rem;
  line-height: 1.2;
  font-weight: 700;
}

.sec_topics .topics_list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  align-items: stretch;
}

.sec_topics .topics_list .list_item {
  height: 100%;
}

.sec_topics .topics_list .list_item a {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #ffffff;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(54, 95, 113, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.sec_topics .topics_list .list_item a:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 28px rgba(70, 100, 120, 0.1);
}

.sec_topics .topics_list .img_wrap {
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #d8e5ee;
}

.sec_topics .topics_list .bg_wrap {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  transition: transform 0.7s ease;
}

.sec_topics .topics_list .list_item a:hover .bg_wrap {
  transform: scale(1.04);
}

.sec_topics .topics_list .txt_wrap {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  min-height: 138px;
  padding: 18px 18px 22px;
  background: #ffffff;
}

.sec_topics .topics_list .date {
  margin: 0 0 8px;
  font-size: 1.15rem;
  line-height: 1.5;
  font-weight: 600;
  letter-spacing: 0.03em;
  color: #73a0bc;
}

.sec_topics .topics_list .ttl {
  margin: 0;
  font-size: 1.45rem;
  line-height: 1.7;
  font-weight: 600;
  color: #2b4757;
  word-break: break-word;
  overflow-wrap: anywhere;
}

.sec_topics .archive_link {
  margin-top: 28px;
  text-align: center;
}

.sec_topics .archive_link a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-width: 0;
  min-height: 58px;
  padding: 14px 26px;
  border-radius: 999px;
  background: linear-gradient(135deg, #77c8cf 0%, #5fb9c2 100%);
  color: #fff;
  font-size: 1.45rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-decoration: none;
  box-shadow: 0 10px 24px rgba(78, 157, 166, 0.18);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.sec_topics .archive_link a:hover {
  opacity: 0.92;
  transform: translateY(-2px);
}

.sec_topics .archive_link a::after {
  content: "›";
  margin-left: 12px;
  font-size: 1.8rem;
  line-height: 1;
  transition: transform 0.3s ease;
}

.sec_topics .archive_link a:hover::after {
  transform: translateX(4px);
}

/* =========================================================
   02. ABOUT
========================================================= */
.top-about {
  padding: 70px 15px;
  background: linear-gradient(180deg, #f8fcfd 0%, #ffffff 100%);
}

.top-about__inner {
  width: min(100%, 1100px);
  margin: 0 auto;
}

.top-about__head {
  margin-bottom: 24px;
  text-align: center;
}

.top-about__sub {
  margin: 0 0 10px;
  font-size: 1.2rem;
  line-height: 1.4;
  text-transform: uppercase;
}

.top-about__title {
  margin: 0;
  font-size: 2.8rem;
  line-height: 1.35;
  font-weight: 700;
}

.top-about__content {
  padding: 10px 20px 0;
  border-radius: 18px;
  background: transparent;
}

.top-about__lead {
  max-width: 900px;
  margin: 0 auto 22px;
  font-size: 1.9rem;
  line-height: 1.8;
  font-weight: 700;
  text-align: left;
  color: #173c44;
}

.top-about__text {
  max-width: 920px;
  margin: 0 auto;
}

.top-about__text p {
  margin: 0 0 1.5em;
  font-size: 1.5rem;
  line-height: 2;
  color: #4c5e67;
}

.top-about__text p:last-child {
  margin-bottom: 0;
}

/* =========================================================
   03. FACILITY VISUAL
========================================================= */
.top-facility-visual {
  position: relative;
  overflow: hidden;
  background: #eaf7f8;
  color: #1c3c40;
}

.top-facility-visual__media {
  position: absolute;
  inset: 0 0 auto 0;
  width: 100%;
  height: 260px;
  background-image: url("../img/index/facility.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: 1;
}

.top-facility-visual__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.06) 0%,
    rgba(233, 246, 247, 0.28) 38%,
    rgba(233, 246, 247, 0.78) 78%,
    rgba(233, 246, 247, 0.96) 100%
  );
}

.top-facility-visual__overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  background: linear-gradient(
    180deg,
    rgba(233, 246, 247, 0) 0%,
    rgba(233, 246, 247, 0.16) 18%,
    rgba(233, 246, 247, 0.86) 44%,
    #e9f6f7 60%,
    #e9f6f7 100%
  );
}

.top-facility-visual__inner {
  position: relative;
  z-index: 3;
  width: min(100%, 1200px);
  margin: 0 auto;
  padding: 225px 15px 60px;
}

.top-facility-visual__content {
  position: relative;
  width: 100%;
}

.top-facility-visual__content::before {
  content: "";
  position: absolute;
  top: -18px;
  left: 0;
  width: 58px;
  height: 2px;
  background: #7fc7cd;
}

.top-facility-visual__sub {
  margin: 0 0 10px;
  font-size: 1.2rem;
  line-height: 1.4;
  text-transform: uppercase;
}

.top-facility-visual__title {
  margin: 0 0 22px;
  font-size: 2.8rem;
  line-height: 1.35;
  font-weight: 700;
}

.top-facility-visual__title span {
  color: #1d4c53;
}

.top-facility-visual__title small {
  display: block;
  margin-top: 8px;
  font-size: 0.52em;
  line-height: 1.6;
  font-weight: 500;
  color: #6e8c90;
}

.top-facility-visual__lead {
  margin: 0 0 22px;
  font-size: 1.9rem;
  line-height: 1.8;
  font-weight: 700;
  color: #1b4a4f;
}

.top-facility-visual__text p {
  margin: 0 0 1.5em;
  font-size: 1.5rem;
  line-height: 2;
  color: #436169;
}

.top-facility-visual__text p:last-child {
  margin-bottom: 0;
}

.top-facility-visual__note {
  color: #6b878b;
  font-size: 0.92em;
}

.top-facility-visual__btn {
  margin-top: 28px;
}

.top-facility-visual__btn a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-width: 0;
  min-height: 58px;
  padding: 14px 26px;
  border-radius: 999px;
  background: linear-gradient(135deg, #77c8cf 0%, #5fb9c2 100%);
  color: #fff;
  font-size: 1.45rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-decoration: none;
  box-shadow: 0 10px 24px rgba(78, 157, 166, 0.18);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.top-facility-visual__btn a:hover {
  opacity: 0.92;
  transform: translateY(-2px);
}

.top-facility-visual__btn a::after {
  content: "›";
  margin-left: 12px;
  font-size: 1.8rem;
  line-height: 1;
  transition: transform 0.3s ease;
}

.top-facility-visual__btn a:hover::after {
  transform: translateX(4px);
}

/* =========================================================
   04. SHOWCASE
========================================================= */
.top-showcase {
  position: relative;
  padding: 84px 0;
  overflow: hidden;
  background: linear-gradient(180deg, #f2fbff 0%, #ffffff 100%);
}

.top-showcase + .top-showcase {
  margin-top: 0;
}

.top-showcase__head {
  position: relative;
  z-index: 3;
  margin-bottom: 24px;
  padding: 0 20px;
}

.top-showcase__label {
  width: 100%;
  max-width: 320px;
  padding: 26px 22px 24px;
  background: rgba(223, 242, 251, 0.92);
  border-radius: 0 0 26px 26px;
  box-shadow: 0 12px 30px rgba(85, 160, 196, 0.12);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}

.top-showcase__en {
  margin: 0 0 10px;
  font-size: 0.82rem;
}

.top-showcase__title {
  margin: 0 0 10px;
  font-size: 2rem;
  line-height: 1.2;
  font-weight: 700;
}

.top-showcase__lead {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.8;
  color: #58717d;
}

.top-showcase__more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-width: 0;
  min-height: 58px;
  padding: 14px 26px;
  border-radius: 999px;
  background: linear-gradient(135deg, #77c8cf 0%, #5fb9c2 100%);
  color: #fff;
  font-size: 1.45rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-decoration: none;
  box-shadow: 0 10px 24px rgba(78, 157, 166, 0.18);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.top-showcase__more:hover {
  opacity: 0.92;
  transform: translateY(-2px);
}

.top-showcase__more::after {
  content: "›";
  margin-left: 12px;
  font-size: 1.8rem;
  line-height: 1;
  transition: transform 0.3s ease;
}

.top-showcase__more:hover::after {
  transform: translateX(4px);
}

.top-showcase__visual {
  margin-top: -10px;
  padding: 0 20px;
}

.top-showcase__visual img {
  display: block;
  width: 100%;
  height: 320px;
  object-fit: cover;
  border-radius: 20px;
  box-shadow: 0 20px 50px rgba(45, 93, 114, 0.12);
}

.top-showcase__slider {
  position: relative;
  z-index: 3;
  margin-top: -34px;
  padding: 0 20px;
  overflow: visible;
}

.top-showcase__slider .swiper-slide {
  width: 280px;
  height: auto;
}

.top-showcase-card {
  height: 100%;
  background: transparent;
}

.top-showcase-card__image {
  margin: 0 0 16px;
  overflow: hidden;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(61, 117, 142, 0.12);
}

.top-showcase-card__image img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.top-showcase-card:hover .top-showcase-card__image img {
  transform: scale(1.04);
}

.top-showcase-card__body {
  padding-right: 8px;
}

.top-showcase-card__title {
  margin: 0 0 12px;
  font-size: 1.4rem;
  line-height: 1.45;
  font-weight: 700;
  color: #18394c;
}

.top-showcase-card__text {
  margin: 0;
  font-size: 0.98rem;
  line-height: 1.9;
  color: #58717d;
}

.top-showcase-card__price {
  margin: 14px 0 0;
  font-size: 1.15rem;
  font-weight: 700;
  color: #21465a;
}

.top-showcase--restaurant .top-showcase__label {
  background: rgba(223, 242, 251, 0.92);
}

.top-showcase--specialty {
  background: linear-gradient(180deg, #f7fdff 0%, #eef8fc 100%);
}

.top-showcase--specialty .top-showcase__label {
  background: rgba(232, 247, 253, 0.95);
}

/* product */
.top-showcase-card--product .top-showcase-card__image {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}

.top-showcase-card--product .top-showcase-card__title {
  font-size: 1.55rem;
}

.top-showcase-card--product .top-showcase-card__image img {
  aspect-ratio: 3 / 4;
}

.product-label {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 2;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(95, 185, 194, 0.92);
  color: #fff;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}

/* =========================================================
   05. ACCESS
========================================================= */
.top-access {
  padding: 90px 20px;
  background: linear-gradient(180deg, #f8fcfd 0%, #ffffff 100%);
}

.top-access__inner {
  max-width: 1100px;
  margin: auto;
}

.top-access__head {
  margin-bottom: 40px;
  text-align: center;
}

.top-access__sub {
  margin-bottom: 10px;
  font-size: 1.2rem;
}

.top-access__title {
  font-size: 3rem;
  font-weight: 700;
}

.top-access__map {
  margin-bottom: 30px;
}

.top-access__map iframe {
  width: 100%;
  height: 420px;
  border: 0;
}

.top-access__box {
  padding: 34px 30px;
  background: #ffffff;
  border-radius: 24px;
  /* box-shadow: 0 12px 32px rgba(48, 92, 109, 0.08); */
}

.top-access__cols {
  display: grid;
  gap: 40px;
}

.top-access__col h3 {
  margin-bottom: 18px;
  font-size: 1.8rem;
  color: #163942;
  border-bottom: 1px #000 solid;
}

.top-access__label {
  margin-top: 18px;
  margin-bottom: 4px;
  font-size: 1.2rem;
  font-weight: 700;
  color: #74b9c0;
}

.top-access__col p {
  font-size: 1.5rem;
  line-height: 1.9;
  color: #4e646f;
}

.top-access__col ul {
  padding-left: 1em;
  font-size: 1.5rem;
  line-height: 2;
  color: #4e646f;
  list-style: disc;
}

.top-access__col ul li + li {
  margin-top: 4px;
}

.top-access__btn {
  margin-top: 25px;
  text-align: center;
}

.top-access__btn a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  padding: 14px 28px;
  border-radius: 999px;
  background: linear-gradient(135deg, #77c8cf 0%, #5fb9c2 100%);
  color: #fff;
  font-size: 1.45rem;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 10px 24px rgba(78, 157, 166, 0.18);
}

.top-access__btn a::after {
  content: "›";
  margin-left: 12px;
  font-size: 1.8rem;
  line-height: 1;
  transition: transform 0.3s ease;
}

.top-access__btn a:hover::after {
  transform: translateX(4px);
}

/* =========================================================
   06. HOURS
========================================================= */
.top-hours {
  padding: 90px 20px;
  background: #ffffff;
}

.top-hours__inner {
  max-width: 1100px;
  margin: auto;
}

.top-hours__head {
  margin-bottom: 40px;
  text-align: center;
}

.top-hours__sub {
  margin-bottom: 10px;
  font-size: 1.2rem;
}

.top-hours__title {
  font-size: 3rem;
  font-weight: 700;
}

.top-hours__box {
  padding: 34px 30px;
  background: #ffffff;
  border-radius: 24px;
  box-shadow: 0 12px 32px rgba(48, 92, 109, 0.08);
}

.top-hours__cols {
  display: grid;
  gap: 40px;
}

.top-hours__col h3 {
  margin-bottom: 18px;
  font-size: 1.8rem;
  color: #163942;
}

.top-hours__label {
  margin-top: 18px;
  margin-bottom: 4px;
  font-size: 1.2rem;
  font-weight: 700;
  color: #74b9c0;
}

.top-hours__col p {
  font-size: 1.5rem;
  line-height: 1.9;
  color: #4e646f;
}

/* =========================================================
   07. TABLET
========================================================= */
@media screen and (min-width: 768px) {
  .sec_topics {
    padding: 90px 0;
  }

  .sec_topics .inner {
    width: min(100% - 48px, 1240px);
  }

  .sec_topics .sec_ttl h2,
  .top-about__title,
  .top-facility-visual__title {
    font-size: 3.4rem;
  }

  .sec_topics .topics_list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
  }

  .sec_topics .topics_list .txt_wrap {
    min-height: 148px;
    padding: 20px 20px 24px;
  }

  .sec_topics .topics_list .ttl {
    font-size: 1.55rem;
  }

  .sec_topics .archive_link a,
  .top-facility-visual__btn a {
    width: auto;
    min-width: 240px;
  }

  .top-about,
  .top-access,
  .top-hours {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .top-about {
    padding-left: 24px;
    padding-right: 24px;
  }

  .top-about__content {
    padding: 20px 32px 0;
    border-radius: 22px;
  }

  .top-about__lead,
  .top-facility-visual__lead {
    font-size: 2.2rem;
  }

  .top-about__text p,
  .top-facility-visual__text p {
    font-size: 1.55rem;
  }

  .top-facility-visual__media {
    height: 340px;
  }

  .top-facility-visual__inner {
    padding: 295px 24px 75px;
  }

  .top-showcase__head {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 20px;
    padding: 0 30px;
  }

  .top-showcase__label {
    max-width: 360px;
    padding: 30px 28px 26px;
  }

  .top-showcase__title {
    font-size: 2.4rem;
  }

  .top-showcase__more {
    width: auto;
    min-width: 240px;
  }

  .top-showcase__visual {
    margin-top: -28px;
    padding: 0 30px;
  }

  .top-showcase__visual img {
    height: 460px;
    border-radius: 24px;
  }

  .top-showcase__slider {
    margin-top: -70px;
    padding: 0 30px;
  }

  .top-showcase__slider .swiper-slide {
    width: 320px;
  }

  .top-access__cols,
  .top-hours__cols {
    grid-template-columns: 1fr 1fr;
  }

  .top-access__btn {
    text-align: right;
  }
}

/* =========================================================
   08. PC
========================================================= */
@media screen and (min-width: 1024px) {
  .sec_topics {
    padding: 150px 0 110px;
  }

  .sec_topics .inner {
    width: min(100% - 80px, 1320px);
  }

  .sec_topics .sec_ttl {
    margin-bottom: 36px;
  }

  .sec_topics .sec_ttl h3,
  .top-about__sub,
  .top-facility-visual__sub {
    margin-bottom: 12px;
    font-size: 1.3rem;
  }

  .sec_topics .sec_ttl h2,
  .top-about__title,
  .top-facility-visual__title {
    font-size: 4.4rem;
    line-height: 1.25;
  }

  .sec_topics .topics_list {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 26px;
  }

  .sec_topics .topics_list .txt_wrap {
    min-height: 160px;
    padding: 22px 22px 26px;
  }

  .sec_topics .topics_list .date {
    margin-bottom: 10px;
    font-size: 1.2rem;
  }

  .sec_topics .topics_list .ttl {
    font-size: 1.6rem;
    line-height: 1.85;
  }

  .sec_topics .archive_link {
    margin-top: 34px;
  }

  .sec_topics .archive_link a,
  .top-facility-visual__btn a {
    min-width: 260px;
    min-height: 60px;
    padding: 16px 30px;
    font-size: 1.5rem;
  }

  .top-about {
    padding: 110px 40px;
  }

  .top-about__head {
    margin-bottom: 36px;
  }

  .top-about__content {
    padding: 24px 60px 0;
    border-radius: 24px;
  }

  .top-about__lead,
  .top-facility-visual__lead {
    margin-bottom: 28px;
    font-size: 2.6rem;
    line-height: 1.75;
  }

  .top-about__text p,
  .top-facility-visual__text p {
    font-size: 1.6rem;
    line-height: 2.05;
  }

  .top-facility-visual {
    display: flex;
  }

  .top-facility-visual__media {
    position: relative;
    width: 68%;
    height: auto;
    min-height: 680px;
  }

  .top-facility-visual__media::after {
    background: linear-gradient(
      90deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(233, 246, 247, 0.35) 60%,
      rgba(233, 246, 247, 0.85) 85%,
      #e9f6f7 100%
    );
  }

  .top-facility-visual__overlay {
    background: linear-gradient(
      90deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(233, 246, 247, 0.55) 40%,
      rgba(233, 246, 247, 0.85) 60%,
      #e9f6f7 75%,
      #e9f6f7 100%
    );
  }

  .top-facility-visual__inner {
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 680px;
    padding: 90px 180px 90px 40px;
  }

  .top-facility-visual__content {
    /* max-width: 540px; */
    margin-left: auto;
  }

  .top-facility-visual__title {
    margin-bottom: 30px;
  }

  .top-facility-visual__title small {
    display: inline-block;
    margin-top: 0;
    margin-left: 16px;
    font-size: 0.52em;
  }

  .top-facility-visual__btn {
    margin-top: 34px;
  }

  .top-showcase {
    padding: 96px 0;
  }

  .top-showcase__head,
  .top-showcase__visual,
  .top-showcase__slider {
    max-width: 1480px;
    margin-left: auto;
    margin-right: auto;
  }

  .top-showcase__head {
    padding: 0 40px;
  }

  .top-showcase__label {
    max-width: 380px;
    padding: 34px 32px 30px;
    border-radius: 20px;
  }

  .top-showcase__title {
    font-size: 2.9rem;
  }

  .top-showcase__lead {
    font-size: 1rem;
  }

  .top-showcase__more {
    min-width: 260px;
    min-height: 60px;
    padding: 16px 30px;
    font-size: 1.5rem;
  }

  .top-showcase__visual {
    margin-top: -70px;
    padding: 0 40px;
  }

  .top-showcase__visual img {
    height: 600px;
    border-radius: 0;
  }

  .top-showcase__slider {
    margin-top: -96px;
    padding: 0 40px;
  }

  .top-showcase__slider .swiper-slide {
    width: 295px;
  }

  .top-showcase-card__title {
    font-size: 1.7rem;
  }

  .top-showcase-card__text {
    font-size: 1rem;
  }

  .top-access__box,
  .top-hours__box {
    padding: 42px;
  }
}

@media screen and (min-width: 1280px) {
  .top-showcase__slider .swiper-slide {
    width: 310px;
  }
}


.top-takeout {
  margin-top: 100px;
  padding: 80px 20px;
  background: linear-gradient(180deg, #f7fbfd 0%, #eef7fa 100%);
  border-radius: 36px;
}

.top-takeout__inner {
  max-width: 1200px;
  margin: 0 auto;
}

.top-takeout__head {
  margin-bottom: 36px;
  text-align: center;
}

.top-takeout__sub {
  margin: 0 0 10px;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  color: #6fa9bb;
}

.top-takeout__title {
  margin: 0 0 14px;
  font-size: 2.8rem;
  line-height: 1.4;
  color: #222;
}

.top-takeout__lead {
  margin: 0 auto;
  max-width: 760px;
  font-size: 1.5rem;
  line-height: 2;
  color: #555;
}

.top-takeout__content {
  display: block;
  background: #fff;
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.06);
}

.top-takeout__image img {
  display: block;
  width: 100%;
  height: auto;
}

.top-takeout__body {
  padding: 30px 24px 34px;
}

.top-takeout__info {
  margin-bottom: 18px;
  padding-bottom: 18px;
  border-bottom: 1px solid #e6eef2;
}

.top-takeout__info h3 {
  margin: 0 0 8px;
  font-size: 2rem;
  line-height: 1.5;
  color: #222;
}

.top-takeout__time {
  margin: 0;
  font-size: 1.4rem;
  font-weight: 700;
  color: #6fa9bb;
}

.top-takeout__text {
  margin: 0 0 24px;
  font-size: 1.5rem;
  line-height: 2;
  color: #444;
}

.top-takeout__btn {
  margin-top: 28px;
}

.top-takeout__btn a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 280px;
  padding: 16px 28px;
  border-radius: 999px;
  background: #5c9fb8;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
  text-decoration: none;
  transition: opacity 0.3s ease;
}

.top-takeout__btn a:hover {
  opacity: 0.8;
}

@media screen and (min-width: 1024px) {
  .top-takeout {
    margin-top: 120px;
    padding: 100px 40px;
  }

  .top-takeout__content {
    display: grid;
    grid-template-columns: 46% 54%;
    align-items: stretch;
  }

  .top-takeout__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .top-takeout__body {
    padding: 44px 40px;
  }

  .top-takeout__title {
    font-size: 3.2rem;
  }
}
.top-showcase-card__image{
  position: relative;
}

.top-showcase-card__label{
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 2;
  padding: 6px 12px;
  border-radius: 999px;
  background: #e05b5b;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
  box-shadow: 0 6px 14px rgba(0,0,0,.15);
}