@charset "UTF-8";
:root {
  overflow-wrap: anywhere;
  line-break: strict;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core root defaults */
html {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol,
li {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

a {
  text-decoration: none;
  color: inherit;
  transition: opacity 0.3s;
  will-change: opacity;
}

a:hover,
a:focus {
  opacity: 0.7;
}

img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

/* リキッドレイアウト対応 */
.u-desktop {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-desktop {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .u-mobile {
    display: none;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
}

html {
  font-size: 16px;
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.2903225806vw;
  }
}
@media (min-width: 1240px) {
  html {
    font-size: 16px;
  }
}

.inner {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .inner {
    max-width: 1290px;
    padding-right: 25px;
    padding-left: 25px;
  }
}

.header {
  display: flex;
  align-items: center;
  height: 70px;
  padding: 0 3px;
  position: sticky;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  background-color: #fff;
}

.header__logo {
  aspect-ratio: 142/64;
  width: 8.875rem;
}

.header__text-wrapper {
  margin-left: 12px;
}

.header__hours {
  font-weight: 700;
  font-size: 20px;
}

.header__text {
  font-size: 12px;
}

.category-nav {
  margin-top: 20px;
}

.category-nav__list {
  display: flex;
  justify-content: center;
  align-items: center;
}

.category-nav__item {
  width: 97px;
}

.category-nav__wrapper--top {
  margin-top: -72px;
}

.floor-nav {
  margin-top: 4px;
}

.floor-nav__list {
  display: flex;
  justify-content: center;
  align-items: center;
}

.floor-nav__item {
  width: 84px;
}

.floor-guide-mv {
  position: relative;
  aspect-ratio: 720/250;
  width: 100%;
}

.floor-guide-detail {
  margin-top: 20px;
}

.floor-guide-detail__box {
  display: flex;
  gap: 10px;
}

.floor-guide-detail__contents-left {
  background-color: #D6EDD6;
  height: 522px;
  width: calc(50% - 5px);
}

.floor-guide-detail__contents-left--1f {
  height: 690px;
}

.floor-guide-detail__contents-left--4f {
  height: 308px;
  background-color: #FBE8DC;
}

.floor-guide-detail__contents-left__head {
  background-color: #fff;
  width: 270px;
  height: 220px;
  border: 2px solid #1CB0CF;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  position: relative;
}

.floor-guide-detail__contents-left__head__text-box {
  margin-top: 24px;
  margin-left: 16px;
  display: flex;
  align-items: center;
}

.floor-guide-detail__contents-left__head__position {
  color: #fff;
  background-color: #52BF49;
  width: 78px;
  height: 76px;
  border-radius: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 28px;
  font-weight: 700;
}

.floor-guide-detail__contents-left__head__text {
  font-size: 20px;
  font-weight: 700;
  margin-left: 5px;
  color: #52BF49;
}

.floor-guide-detail__contents-left__head__img {
  position: absolute;
  bottom: 35px;
  left: -15px;
  width: 300px;
  height: 100px;
}

.floor-guide-detail__contents-left__head__img img {
  -o-object-fit: contain;
     object-fit: contain;
}

.floor-guide-detail__contents-left__body {
  margin-top: 20px;
  margin-right: 15px;
  margin-left: 15px;
}

.floor-guide-detail__contents-left__list {
  display: flex;
  flex-direction: column;
  gap: 6px;
  flex-wrap: wrap;
}

.floor-guide-detail__contents-left__list--1f {
  max-height: 380px;
}

.floor-guide-detail__contents-left__list__item {
  width: 50%;
}

.floor-guide-detail__contents-left__list__item__box {
  display: flex;
  align-items: center;
  gap: 4px;
}

.floor-guide-detail__contents-left__list__item__number {
  font-size: 12px;
}

.floor-guide-detail__contents-left__list__item__text-wrapper {
  display: flex;
  flex-direction: column;
  gap: 1px;
}

.floor-guide-detail__contents-left__list__item__category {
  font-size: 6px;
  font-weight: 700;
  line-height: 7px;
  color: #5DBE73;
}

.floor-guide-detail__contents-left__list__item__category--4f {
  color: #FF9317;
}

.floor-guide-detail__contents-left__list__item__text {
  font-size: 8px;
  font-weight: 500;
  line-height: 10px;
}

.floor-guide-detail__contents-right {
  margin-top: -60px;
  background-color: #FBE8DC;
  height: 582px;
  width: calc(50% - 5px);
}

.floor-guide-detail__contents-right--1f {
  height: 750px;
}

.floor-guide-detail__contents-right--4f {
  height: 368px;
}

.floor-guide-detail__contents-right__head {
  background-color: #fff;
  width: 270px;
  height: 260px;
  border: 2px solid #1CB0CF;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  position: relative;
}

.floor-guide-detail__contents-right__head--4f {
  margin-top: -20px;
}

.floor-guide-detail__contents-right__head__text-box {
  margin-top: 24px;
  margin-left: 16px;
  display: flex;
  align-items: center;
}

.floor-guide-detail__contents-right__head__position {
  color: #fff;
  background-color: #F28641;
  width: 78px;
  height: 76px;
  border-radius: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 28px;
  font-weight: 700;
}

.floor-guide-detail__contents-right__head__text {
  font-size: 20px;
  font-weight: 700;
  margin-left: 5px;
  color: #F28641;
}

.floor-guide-detail__contents-right__head__img {
  position: absolute;
  bottom: 25px;
  left: -15px;
  width: 300px;
  height: 120px;
}

.floor-guide-detail__contents-right__head__img img {
  -o-object-fit: contain;
     object-fit: contain;
}

.floor-guide-detail__contents-right__body {
  margin-top: 20px;
  margin-right: 15px;
  margin-left: 15px;
}

.floor-guide-detail__contents-left__body--4f {
  margin-top: 40px;
  margin-left: 90px;
}

.floor-guide-detail__contents-right__list {
  display: flex;
  flex-direction: column;
  gap: 6px;
  flex-wrap: wrap;
}

.floor-guide-detail__contents-right__list--1f {
  max-height: 380px;
}

.floor-guide-detail__contents-right__list--3f {
  max-height: 240px;
}

.floor-guide-detail__contents-right__list--456 {
  margin-left: 90px;
}

.floor-guide-detail__contents-right__list__item {
  width: 50%;
}

.floor-guide-detail__contents-right__list--456 .floor-guide-detail__contents-right__list__item {
  width: 100%;
}

.floor-guide-detail__contents-right__list__item__box {
  display: flex;
  align-items: center;
  gap: 4px;
}

.floor-guide-detail__contents-right__list__item__number {
  font-size: 12px;
}

.floor-guide-detail__contents-right__list__item__text-wrapper {
  display: flex;
  flex-direction: column;
  gap: 1px;
}

.floor-guide-detail__contents-right__list__item__category {
  font-size: 6px;
  font-weight: 700;
  line-height: 7px;
  color: #FF9317;
}

.floor-guide-detail__contents-right__list__item__text {
  font-size: 8px;
  font-weight: 500;
  line-height: 10px;
}

.floor-guide-detail__footer__tower--2f {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 200px;
  height: 225px;
}

.floor-guide-detail__footer__tower--3f {
  position: absolute;
  bottom: 0;
  left: 170px;
  width: 200px;
  height: 225px;
}

/* tower image: 下からフェードインして静止するループアニメーション */
@keyframes fadeUpPause {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  20% {
    opacity: 1;
    transform: translateY(0);
  }
  80% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(20px);
  }
}
.floor-guide-detail__footer__tower {
  display: block;
  margin: 0 auto;
  will-change: transform, opacity;
  animation: fadeUpPause 5s ease-in-out infinite;
}
.floor-guide-detail__footer__tower img {
  display: block;
  width: 100%;
  height: auto;
}

@media (prefers-reduced-motion: reduce) {
  .floor-guide-detail__footer__tower--2f {
    animation: none;
    opacity: 1;
    transform: none;
  }
}
.shop-head {
  position: sticky;
  top: 70px;
  z-index: 10;
  background-color: #fff;
}

.shop-head__banner {
  width: 100%;
  height: 66px;
  background: linear-gradient(180deg, #FE62D7 0%, #F22A5D 100%);
  margin-top: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.shop-head__banner--restaurant {
  background: linear-gradient(180deg, #FFE601 0%, #F2AF29 100%);
}

.shop-head__banner--salon {
  background: linear-gradient(180deg, #4EFF52 0%, #1A980F 100%);
}

.shop-head__banner--service {
  background: linear-gradient(180deg, #475BC9 0%, #2221B7 100%);
}

.shop-head__title {
  font-size: 30px;
  font-weight: 700;
  color: #fff;
  line-height: 36px;
}

.shop-head__text {
  font-size: 8px;
  font-weight: 700;
  color: #fff;
}

.shop {
  margin-top: 30px;
}

.shop__list {
  width: 680px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px 10px;
}

.shop__item {
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.shop__item:focus-visible {
  outline: 3px solid rgba(80, 160, 255, 0.24);
  outline-offset: 2px;
}

.shop__item:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

/* colored bottom-right corner (triangle) */
.shop__item::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 40px;
  height: 40px;
  background: #e6e6e6;
  clip-path: polygon(0 100%, 100% 0, 100% 100%);
  pointer-events: none;
}

.shop__item--north::after {
  background: #f28641; /* orange */
}

.shop__item--south::after {
  background: #52bf49; /* green */
}

.shop__item--north {
  background-color: #fbe8dc;
  border: 2px solid #f28641;
}

.shop__item--south {
  background-color: #d6edd6;
  border: 2px solid #52bf49;
}

.shop__item__img {
  width: 128px;
  height: 64px;
  aspect-ratio: 128/64;
  padding: 4px;
  background-color: #fff;
}

.shop__item__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}

.shop__item__name {
  margin-top: 10px;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
}

.shop__item__category {
  margin-top: 4px;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
}

.shop__item__place {
  margin-top: 18px;
  font-size: 14px;
  font-weight: 400;
  position: relative;
  margin-left: 8px;
}

.shop__item__place::before {
  content: "";
  position: absolute;
  top: 52%;
  left: -12px;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  background-image: url("../images/common/place-icon.png");
  background-size: cover;
  background-repeat: no-repeat;
}

.shop__list__tel {
  margin-top: 20px;
  font-size: 11px;
  font-weight: 400;
  line-height: 12px;
  position: relative;
  margin-left: 8px;
}

.shop__list__tel.has-phone::before {
  content: "";
  position: absolute;
  top: 52%;
  left: -8px;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background-image: url("../images/common/tel-icon.png");
  background-size: cover;
  background-repeat: no-repeat;
}

/* Detail button inside shop item */
.shop__item__btn {
  margin-top: 12px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  color: #333;
  background: transparent;
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 6px 10px;
  border-radius: 20px;
  cursor: pointer;
  transition: background 160ms ease, transform 120ms ease;
}

.shop__item__btn {
  position: relative;
  padding-right: 36px; /* space for circle */
}

.shop__item__btn::after {
  content: "";
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #333;
  z-index: 1;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.08) inset;
}

.shop__item__btn::before {
  content: "";
  position: absolute;
  right: 13px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 8px solid #fff;
  z-index: 2;
}

/* color the circle according to building modifier */
.shop__item--north .shop__item__btn::after {
  background-color: #f28641;
}

.shop__item--south .shop__item__btn::after {
  background-color: #52bf49;
}

.shop-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 240ms ease, visibility 0s linear 240ms;
}

.shop-modal.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition: opacity 240ms ease;
}

.shop-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  transition: opacity 240ms ease;
}

.shop-modal.is-open .shop-modal__overlay {
  opacity: 1;
}

.shop-modal__panel {
  position: relative;
  background: #fff;
  width: 520px;
  max-height: 90vh;
  overflow: auto;
  border-radius: 6px;
  z-index: 2;
  transform: translateY(6px) scale(0.995);
  opacity: 0;
  transition: transform 240ms cubic-bezier(0.2, 0.8, 0.2, 1), opacity 240ms ease;
}

.shop-modal.is-open .shop-modal__panel {
  transform: translateY(0) scale(1);
  opacity: 1;
}

.shop-modal__gallery {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.shop-modal__gallery {
  position: relative;
  padding: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.shop-gallery-viewport {
  overflow: hidden;
  width: 100%;
  max-width: 480px;
}

.shop-gallery-track {
  display: flex;
  transition: transform 400ms ease;
}

.shop-gallery-slide {
  min-width: 100%;
  box-sizing: border-box;
  padding: 6px;
}

.shop-gallery-slide img {
  width: 100%;
  height: 320px;
  border-radius: 4px;
  -o-object-fit: contain;
     object-fit: contain;
}

.shop-gallery-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 8px;
}

.shop-gallery-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ccc;
  display: inline-block;
  margin: 0 4px;
  cursor: pointer;
}

.shop-gallery-dot.is-active {
  background: #333;
}

.shop-gallery-btn {
  background: #fff;
  border: 1px solid #ddd;
  padding: 6px 10px;
  border-radius: 4px;
  cursor: pointer;
}

.shop-modal__info {
  margin-top: 20px;
  padding: 0 16px 16px;
}

.shop-modal__info-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #52bf49;
  padding: 16px;
  border-radius: 6px;
  color: #fff;
}

.shop-modal__info-head--north {
  background-color: #f28641;
}

.shop-modal__info-head--south {
  background-color: #52bf49;
}

.shop-modal__hero {
  width: 150px;
  aspect-ratio: 128/64;
  padding: 4px;
  background-color: #fff;
}

.shop-modal__hero img {
  -o-object-fit: contain;
     object-fit: contain;
}

.shop-modal__genre {
  margin-left: 2px;
}

.shop-modal__info span {
  font-weight: 700;
  font-size: 20px;
}

.shop-modal__hours {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding-top: 6px;
  padding-bottom: 6px;
  font-size: 18px;
}

.shop-modal__phone {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding-top: 6px;
  padding-bottom: 6px;
  font-size: 18px;
}

.shop-modal__desc {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding-top: 6px;
  padding-bottom: 6px;
  font-size: 18px;
}

.shop-modal__holiday {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding-top: 6px;
  padding-bottom: 6px;
  font-size: 18px;
}

.shop-modal__place {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding-top: 6px;
  padding-bottom: 6px;
  font-size: 18px;
}

.shop-modal__floor-map {
  margin-top: 10px;
  display: flex;
  gap: 30px;
}

.shop-modal__floor-map img:nth-child(1) {
  width: calc(60% - 15px);
  -o-object-fit: contain;
     object-fit: contain;
}

.shop-modal__floor-map img:nth-child(2) {
  width: calc(40% - 15px);
  -o-object-fit: contain;
     object-fit: contain;
}

.shop-modal__floor-map img {
  max-height: 100px;
}

.shop-modal__close {
  position: absolute;
  top: 50px;
  right: 50px;
  background: #aaa;
  border: none;
  font-size: 60px;
  padding: 0 16px;
  cursor: pointer;
}

.fv {
  position: relative;
  z-index: -1;
}

.fv__video {
  width: 100%;
  height: auto;
}

.floor-guide {
  margin-top: 45px;
}

.floor-guide--456 {
  margin-top: 10px;
}

.floor-guide__list {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(1, 1fr);
}

.floor-guide--456 .floor-guide__list {
  gap: 0;
}

.floor-guide--456 .floor-guide__item {
  display: flex;
  align-items: center;
  padding: 0 64px 0 84px;
  height: 102px;
}

.floor-guide__item:nth-child(1) {
  background-color: #FECCCC;
}

.floor-guide--456 .floor-guide__item:nth-child(1) {
  background-color: #fff;
}

.floor-guide__item:nth-child(2) {
  background-color: #FEE5CD;
}

.floor-guide--456 .floor-guide__item:nth-child(2) {
  background-color: #FBE8DC;
}

.floor-guide__item:nth-child(3) {
  background-color: #FFFCCD;
}

.floor-guide__item:nth-child(4) {
  background-color: #D6EDD6;
}

.floor-guide__item:nth-child(5) {
  background-color: #CCCCFE;
}

.floor-guide__item:nth-child(6) {
  background-color: #EDD0FE;
}

.floor-guide__item__link {
  display: flex;
  align-items: center;
  padding: 0 64px 0 84px;
  height: 102px;
}

.floor-guide__item__text-wrapper {
  display: flex;
  align-items: center;
}

.floor-guide__item__text {
  font-size: 36px;
  font-weight: 500;
  line-height: 38px;
}

.floor-guide__item__floor {
  line-height: 38px;
  font-size: 60px;
  font-weight: 700;
  margin-left: 10px;
  margin-top: 20px;
}

.floor-guide__item__img-left {
  position: relative;
  width: 80px;
  height: 80px;
  background-color: #fff;
  border: 2px solid #1CB0CF;
  margin-left: 114px;
}

.floor-guide__item__img-left img {
  position: absolute;
  top: 7px;
  left: -77px;
  width: 200px;
  height: 67px;
}

.floor-guide__item__img-right {
  position: relative;
  width: 80px;
  height: 80px;
  background-color: #fff;
  border: 2px solid #1CB0CF;
  margin-left: auto;
}

.floor-guide__item__img-right img {
  position: absolute;
  top: 4px;
  left: -50px;
  width: 180px;
  height: 72px;
}

.floor-guide__item__text-wrapper--detail {
  display: flex;
  margin-left: 84px;
  margin-top: 10px;
}

.floor-guide__item__text-wrapper--detail .floor-guide__item__floor {
  margin-top: 28px;
}

.floor-guide__item img {
  -o-object-fit: contain;
     object-fit: contain;
}

.poster-slide {
  margin-top: 20px;
  height: 820px;
  width: 650px;
  margin-left: auto;
  margin-right: auto;
}

.poster-slide-footer {
  margin-top: 25px;
}

.poster-slide__wrapper {
  width: 100%;
  height: 100%;
}

.poster-slide__slider {
  position: relative;
  display: flex;
  align-items: center;
}

.poster-slide__viewport {
  overflow: hidden;
  width: 100%;
}

.poster-slide__track {
  display: flex;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
}

.poster-slide__item {
  box-sizing: border-box;
  flex: 0 0 100%;
  background: #fff;
  height: 100%;
  overflow: hidden;
}

.poster-slide__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.poster-slide__btn {
  background: #FFC400;
  color: #fff;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border-radius: 50%;
  padding: 0;
  border: none;
  aspect-ratio: 1/1;
  font-weight: 700;
  font-size: 24px;
}

.poster-slide__btn--prev {
  margin-right: 12px;
}

.poster-slide__btn--next {
  margin-left: 12px;
}

.poster-slide__dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 12px;
}

.poster-slide__dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.2);
  border: none;
  padding: 0;
  cursor: pointer;
}

.poster-slide__dot--active {
  background: #ffc400;
}

.poster-slide__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: #F1F1F1;
}

.news {
  margin-top: 25px;
}

.news__title {
  font-size: 28px;
  font-weight: 700;
  text-align: center;
}

.news__wrapper {
  width: 610px;
  height: 170px;
  margin-left: auto;
  margin-right: auto;
  background-color: #FCFAE4;
  border: 2px solid #FFC400;
  border-radius: 6px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
}

.news__slider {
  position: relative;
  display: flex;
  align-items: center;
}

.news__viewport {
  overflow: hidden;
  width: 100%;
}

.news__track {
  display: flex;
  gap: 10px;
  transition: scroll-left 0.3s;
  list-style: none;
  padding: 0;
  margin: 0;
}

.news__item {
  box-sizing: border-box;
  flex: 0 0 calc((100% - 20px) / 3);
  background: #fff;
  height: 100%;
  overflow: hidden;
}

.news__item a {
  display: block;
  text-decoration: none;
  color: inherit;
}

.news__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.news__btn {
  background: #FFC400;
  color: #fff;
  border: none;
  border-radius: 6px;
  padding: 10px 12px;
  cursor: pointer;
  font-size: 20px;
  font-weight: 700;
}

.news__btn--prev {
  margin-right: 12px;
}

.news__btn--next {
  margin-left: 12px;
}

.poster-guide {
  margin-top: 25px;
}

.poster-guide__title {
  font-size: 28px;
  font-weight: 700;
  text-align: center;
}

.poster-guide__wrapper {
  display: flex;
  align-items: center;
  width: 630px;
  height: 260px;
  margin-left: auto;
  margin-right: auto;
  background-color: #fcfae4;
  border: 2px solid #ffc400;
  border-radius: 6px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
}

.poster-guide__slider {
  position: relative;
  display: flex;
  align-items: center;
}

.poster-guide__viewport {
  overflow: hidden;
  width: 100%;
}

.poster-guide__track {
  display: flex;
  gap: 10px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.poster-guide__item {
  box-sizing: border-box;
  flex: 0 0 calc((100% - 20px) / 3);
  background: #fff;
  height: 250px;
  overflow: hidden;
}

.poster-guide__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.poster-guide__btn {
  background: #ffc400;
  color: #fff;
  border: none;
  padding: 10px 12px;
  cursor: pointer;
  font-size: 20px;
  font-weight: 700;
}

.poster-guide__btn--prev {
  margin-right: 12px;
}

.poster-guide__btn--next {
  margin-left: 12px;
}

.top-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -2;
  width: 100%;
  height: 668px;
  background: linear-gradient(180deg, #ffffff 46.63%, #feeb85 90.38%, #ffe86b 100%);
}

.touch-icon__wrapper {
  position: absolute;
  top: 280px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  animation: touchIconLoop 3s infinite;
  will-change: opacity;
}

@keyframes touchIconLoop {
  0% {
    opacity: 0;
  }
  16.666% {
    opacity: 1;
  }
  83.333% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.touch-icon {
  aspect-ratio: 150/113;
  width: 80px;
}

.touch-icon__text {
  font-size: 20px;
  margin-left: -10px;
  font-weight: bold;
  color: #FFC400;
}/*# sourceMappingURL=style.css.map */